:root{--color-primary-50:#E0E8F9;--color-primary-100:#BED0F7;--color-primary-200:#98AEEB;--color-primary-300:#7B93DB;--color-primary-400:#647ACB;--color-primary-500:#4C63B6;--color-primary-600:#4055A8;--color-primary-700:#35469C;--color-primary-800:#2D3A8C;--color-primary-900:#19216C;--color-gray-50:#F5F7FA;--color-gray-100:#E4E7EB;--color-gray-200:#CBD2D9;--color-gray-300:#9AA5B1;--color-gray-400:#7B8794;--color-gray-500:#616E7C;--color-gray-600:#52606D;--color-gray-700:#3E4C59;--color-gray-800:#323F4B;--color-gray-900:#1F2933;--color-purple-50:#EAE2F8;--color-purple-100:#CFBCF2;--color-purple-200:#A081D9;--color-purple-300:#8662C7;--color-purple-400:#724BB7;--color-purple-500:#653CAD;--color-purple-600:#51279B;--color-purple-700:#421987;--color-purple-800:#34126F;--color-purple-900:#240754;--color-red-50:#FFEEEE;--color-red-100:#FACDCD;--color-red-200:#F29B9B;--color-red-300:#E66A6A;--color-red-400:#D64545;--color-red-500:#BA2525;--color-red-600:#A61B1B;--color-red-700:#911111;--color-red-800:#780A0A;--color-red-900:#610404;--color-yellow-50:#FFFAEB;--color-yellow-100:#FCEFC7;--color-yellow-200:#F8E3A3;--color-yellow-300:#F9DA8B;--color-yellow-400:#F7D070;--color-yellow-500:#E9B949;--color-yellow-600:#C99A2E;--color-yellow-700:#A27C1A;--color-yellow-800:#7C5E10;--color-yellow-900:#513C06}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;line-height:1.6;color:var(--color-gray-800);background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1rem}header{background-color:#fff;border-bottom:1px solid var(--color-gray-200);position:sticky;top:0;z-index:100}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--color-primary-600);text-decoration:none}.logo-image{height:2.5rem;width:auto}.logo-text{color:var(--color-primary-600)}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:var(--color-gray-700);font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--color-primary-600)}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .2s;border:none;cursor:pointer;font-size:1rem}.btn-primary{background-color:var(--color-primary-500);color:#fff}.btn-primary:hover{background-color:var(--color-primary-600);transform:translateY(-1px)}.btn-secondary{background-color:#fff;color:var(--color-primary-600);border:2px solid var(--color-primary-500)}.btn-secondary:hover{background-color:var(--color-primary-50)}.hero{padding:4rem 0;background:linear-gradient(135deg,var(--color-primary-50) 0%,white 100%)}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero h1{font-size:3rem;color:var(--color-gray-900);margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.25rem;color:var(--color-gray-600);margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.features{padding:4rem 0;background-color:#fff}.features h2{text-align:center;font-size:2.5rem;color:var(--color-gray-900);margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{padding:2rem;border-radius:1rem;background-color:#fff;box-shadow:0 4px 6px rgba(0,0,0,5%);transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.feature-icon{width:3rem;height:3rem;background-color:var(--color-primary-100);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--color-primary-600)}.feature-card h3{color:var(--color-gray-900);margin-bottom:.5rem}.feature-card p{color:var(--color-gray-600)}.newsletter{padding:4rem 0;background:linear-gradient(135deg,var(--color-primary-50) 0%,white 100%)}.newsletter-content{text-align:center;max-width:600px;margin:0 auto}.newsletter-content h2{font-size:2.5rem;color:var(--color-gray-900);margin-bottom:1rem}.newsletter-content p{color:var(--color-gray-600);margin-bottom:2rem;font-size:1.1rem}.newsletter-form{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.newsletter-form input[type=email]{padding:.75rem 1rem;border:2px solid var(--color-gray-200);border-radius:.5rem;font-size:1rem;flex:1;min-width:250px;max-width:400px;outline:none;transition:border-color .2s}.newsletter-form input[type=email]:focus{border-color:var(--color-primary-400)}.app-section{padding:4rem 0;background:linear-gradient(135deg,var(--color-purple-50) 0%,white 100%)}.app-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.app-content h2{font-size:2.5rem;color:var(--color-gray-900);margin-bottom:1rem}.app-content p{color:var(--color-gray-600);margin-bottom:1.5rem}.app-preview{background-color:#fff;border-radius:1rem;padding:2rem;box-shadow:0 8px 25px rgba(0,0,0,.1);text-align:center}.page-section{padding:4rem 0;min-height:60vh}.page-content{max-width:800px;margin:0 auto}.page-content h1{font-size:2.5rem;color:var(--color-gray-900);margin-bottom:2rem}.page-content h2{font-size:1.75rem;color:var(--color-gray-900);margin-top:2rem;margin-bottom:1rem}.page-content h3{font-size:1.25rem;color:var(--color-gray-800);margin-top:1.5rem;margin-bottom:.75rem}.page-content p{color:var(--color-gray-600);margin-bottom:1rem;line-height:1.8}.page-content ul,.page-content ol{margin-left:2rem;margin-bottom:1rem;color:var(--color-gray-600)}.page-content li{margin-bottom:.5rem;line-height:1.6}.page-content a{color:var(--color-primary-600);text-decoration:none;border-bottom:1px solid var(--color-primary-200);transition:border-color .2s}.page-content a:hover{border-bottom-color:var(--color-primary-600)}.page-content code{background-color:var(--color-gray-100);padding:.25rem .5rem;border-radius:.25rem;font-size:.9em;font-family:monaco,menlo,ubuntu mono,monospace}footer{background-color:var(--color-gray-900);color:#fff;padding:2rem 0;text-align:center}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;list-style:none;gap:2rem}.footer-links a{color:var(--color-gray-300);text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.coming-soon{display:inline-block;background-color:var(--color-yellow-100);color:var(--color-yellow-800);padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;margin-left:.5rem;text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){.hero h1{font-size:2rem}.app-container{grid-template-columns:1fr}.nav-links{gap:1rem}.cta-buttons{flex-direction:column}.footer-content{flex-direction:column;text-align:center}}