@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--primary:#16a34a;--primary-dark:#15803d;--primary-light:#22c55e;--primary-lighter:#4ade80;--accent:#dcfce7;--accent-light:#f0fdf4;--white:#fff;--gray-50:#fafafa;--gray-100:#f4f4f5;--gray-200:#e4e4e7;--gray-300:#d4d4d8;--gray-400:#a1a1aa;--gray-500:#71717a;--gray-600:#52525b;--gray-700:#3f3f46;--gray-800:#27272a;--gray-900:#18181b;--red:#ef4444;--red-light:#fee2e2;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-md:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-lg:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--shadow-xl:0 25px 50px -12px #00000040;--radius-sm:.375rem;--radius:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{scroll-behavior:smooth;-moz-text-size-adjust:100%;text-size-adjust:100%}body{background:linear-gradient(180deg,var(--accent-light)0%,var(--white)100%);color:var(--gray-800);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--gray-900);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}@media (min-width:768px){.section{padding:6rem 0}}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.5rem}.card-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fffc;border:1px solid #ffffff80}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in-up{animation:.6s ease-out forwards fadeInUp}.animate-pulse{animation:2s ease-in-out infinite pulse}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:var(--white);box-shadow:0 4px 14px #16a34a66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #16a34a80}.btn-lg{padding:1.25rem 2.5rem;font-size:1.125rem}.check-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.check-list li{align-items:flex-start;gap:.75rem;display:flex}.check-icon{background:var(--accent);width:1.5rem;height:1.5rem;color:var(--primary);border-radius:var(--radius-full);flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.x-icon{background:var(--red-light);color:var(--red)}.badge{border-radius:var(--radius-full);background:var(--accent);color:var(--primary-dark);align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;display:inline-flex}.highlight-box{background:linear-gradient(135deg,var(--accent-light)0%,var(--accent)100%);border-left:4px solid var(--primary);border-radius:var(--radius);margin:1.5rem 0;padding:1.25rem 1.5rem}.highlight-box p{color:var(--gray-700);margin:0}.highlight-box strong{color:var(--primary-dark)}.emoji-icon{font-size:1.25rem;line-height:1}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-bottom:1rem;font-size:1.875rem}@media (min-width:768px){.section-header h2{font-size:2.25rem}}.section-header p{color:var(--gray-600);max-width:600px;margin:0 auto;font-size:1.125rem}.grid{gap:1.5rem;display:grid}.grid-2{grid-template-columns:1fr}@media (min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.text-center{text-align:center}.text-primary{color:var(--primary)}.text-muted{color:var(--gray-500)}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}main{overflow-x:hidden}@media (max-width:768px){a,button{min-height:44px}.container{padding:0 1rem}.section{padding:3rem 0}}@media (max-width:480px){.container{padding:0 .875rem}.section{padding:2.5rem 0}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}@supports (padding:max(0px)){body{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right))}footer{padding-bottom:max(2rem,env(safe-area-inset-bottom))}}@media (max-width:640px){p,li{font-size:1rem;line-height:1.7}}html,body{max-width:100vw;overflow-x:hidden}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
