:root{--primary:#0f5a6f;--primary-hover:#0d4d5e;--secondary:#eaf4f6;--text-dark:#1f2937;--text-muted:#4b5563;--text-light:#9ca3af;--bg-white:#fff;--bg-light:#f9fafb;--bg-dark:#111827;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--font-family:"Inter", system-ui, -apple-system, sans-serif;--border-color:#e5e7eb;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);color:var(--text-dark);background-color:var(--bg-white);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--text-dark);margin-bottom:1rem;line-height:1.2}h1{letter-spacing:-.02em;font-size:2.5rem;font-weight:800}h2{letter-spacing:-.01em;font-size:2rem;font-weight:700}h3{font-size:1.5rem;font-weight:600}@media (width>=768px){h1{font-size:3.5rem}h2{font-size:2.5rem}}p{color:var(--text-muted);margin-bottom:1rem}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-hover)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}@media (width>=768px){.section{padding:8rem 0}}.btn{border-radius:var(--radius-md);cursor:pointer;text-align:center;border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{color:var(--text-dark);border:1px solid var(--border-color);background-color:#0000}.btn-secondary:hover{background-color:var(--bg-light)}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.text-center{text-align:center}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.text-primary{color:var(--primary)}.grid{gap:2rem;display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}@media (width>=768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:50;background-color:#fffffff2;padding:1rem 0;position:fixed;top:0;left:0;right:0}.header-container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--primary);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.logo img{height:32px}.nav-links{display:none}@media (width>=1024px){.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-muted);cursor:pointer;font-weight:500}.nav-link:hover{color:var(--primary)}}.header-actions{align-items:center;gap:1rem;display:flex}.menu-toggle{cursor:pointer;color:var(--text-dark);background:0 0;border:none;display:block}@media (width>=1024px){.menu-toggle{display:none}}.mobile-menu{background:var(--bg-white);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-md);flex-direction:column;gap:1rem;padding:1rem 1.5rem;display:flex;position:fixed;top:64px;left:0;right:0}.hero{background:linear-gradient(to bottom, #f0f8fa, var(--bg-white));padding-top:8rem;padding-bottom:4rem;overflow:hidden}.hero-content{flex-direction:column;align-items:center;gap:3rem;display:flex}@media (width>=1024px){.hero-content{flex-direction:row;justify-content:space-between}.hero-text{flex:1;max-width:600px}.hero-visual{flex:1;justify-content:flex-end;display:flex}}.hero-actions{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}@media (width>=640px){.hero-actions{flex-direction:row}}.hero-microcopy{color:var(--text-light);margin-top:1rem;font-size:.875rem}.hero-image{border-radius:var(--radius-xl);width:100%;max-width:600px;box-shadow:var(--shadow-lg);border:1px solid var(--border-color)}.card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-lg);height:100%;padding:2rem;transition:transform .3s,box-shadow .3s}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.card-icon{background:var(--secondary);width:48px;height:48px;color:var(--primary);border-radius:var(--radius-md);justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.timeline{flex-direction:column;gap:2rem;display:flex;position:relative}@media (width>=768px){.timeline:before{content:"";background:var(--border-color);width:2px;position:absolute;top:0;bottom:0;left:24px}}.timeline-step{flex-direction:column;gap:1rem;display:flex}@media (width>=768px){.timeline-step{flex-direction:row;align-items:flex-start;gap:2rem}}.step-number{background:var(--primary);color:#fff;z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.step-content{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-lg);flex:1;padding:2rem}.pricing-card{border:1px solid var(--border-color);border-radius:var(--radius-xl);background:var(--bg-white);flex-direction:column;height:100%;padding:2.5rem;display:flex}.pricing-card.featured{border:2px solid var(--primary);box-shadow:var(--shadow-lg);position:relative;transform:scale(1.05)}.pricing-featured-badge{background:var(--primary);color:#fff;border-radius:99px;padding:.25rem 1rem;font-size:.875rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-features{flex-grow:1;margin:2rem 0}.pricing-feature{align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.faq-item{border-bottom:1px solid var(--border-color)}.faq-question{text-align:left;cursor:pointer;width:100%;color:var(--text-dark);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:1.125rem;font-weight:600;display:flex}.faq-answer{color:var(--text-muted);padding-bottom:1.5rem;display:none}.faq-item.active .faq-answer{display:block}.faq-item.active .faq-icon{transform:rotate(180deg)}.form-group{margin-bottom:1.5rem}.form-label{color:var(--text-dark);text-align:left;margin-bottom:.5rem;font-weight:500;display:block}.form-control{border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-control:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0f5a6f1a}select.form-control{appearance:none;background-color:#fff}.footer{background:var(--bg-dark);color:var(--text-light);padding:4rem 0 2rem}.footer-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer h4{color:#fff;margin-bottom:1.5rem;font-size:1.125rem}.footer a{color:var(--text-light)}.footer a:hover{color:#fff}.footer-links{flex-direction:column;gap:.75rem;display:flex}.footer-bottom{border-top:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}@media (width>=768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.social-links{gap:1rem;margin-top:1rem;display:flex}.fade-in-section{opacity:0;will-change:opacity, visibility;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(20px)}.fade-in-section.is-visible{opacity:1;transform:none}
