*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:#fff!important;color:#0f172a!important;-webkit-font-smoothing:antialiased}::-moz-selection{background:#d1fae5;color:#065f46}::selection{background:#d1fae5;color:#065f46}::-webkit-scrollbar-track{background:#f8fafc}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}#nav{position:fixed;top:0;left:0;right:0;z-index:50;background:#fffffff2;backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0;transition:box-shadow .2s}#nav.scrolled{box-shadow:0 2px 16px #00000014}.nav-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;height:68px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-logo{height:32px;width:auto;display:block}.nav-links{display:none;gap:.25rem}@media (min-width: 768px){.nav-links{display:flex}}.nav-link{font-size:.875rem;font-weight:500;color:#475569;text-decoration:none;padding:.4rem .75rem;border-radius:6px;transition:color .15s,background .15s}.nav-link:hover{color:#059669;background:#f0fdf4}.nav-cta{font-size:.875rem;font-weight:600;color:#fff;background:#059669;text-decoration:none;padding:.5rem 1.25rem;border-radius:8px;transition:background .15s;white-space:nowrap}.nav-cta:hover{background:#047857}.hero{padding:120px 1.5rem 80px;background:linear-gradient(160deg,#f0fdf4,#fff 60%)}.hero-inner{max-width:1280px;margin:0 auto;display:grid;gap:3rem;align-items:center}@media (min-width: 1024px){.hero-inner{grid-template-columns:1fr 1fr}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;font-size:.8rem;font-weight:600;padding:.35rem 1rem;border-radius:99px;margin-bottom:1.5rem}.hero-badge:before{content:"●";color:#059669;font-size:.6rem}h1.hero-title{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:900;line-height:1.1;color:#0f172a;margin-bottom:1.25rem}h1.hero-title span{color:#059669}.hero-sub{font-size:1.125rem;color:#475569;line-height:1.7;margin-bottom:2rem;max-width:520px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{font-size:1rem;font-weight:700;color:#fff;background:#059669;text-decoration:none;padding:.8rem 2rem;border-radius:10px;transition:background .15s,transform .15s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover{background:#047857;transform:translateY(-1px)}.btn-secondary{font-size:1rem;font-weight:600;color:#0f172a;background:#fff;border:1.5px solid #e2e8f0;text-decoration:none;padding:.8rem 2rem;border-radius:10px;transition:border-color .15s,transform .15s;display:inline-flex;align-items:center;gap:.5rem}.btn-secondary:hover{border-color:#059669;transform:translateY(-1px)}.hero-img{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000001f;display:none}@media (min-width: 1024px){.hero-img{display:block}}.hero-img img{width:100%;height:auto;display:block}.stats{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:3rem 1.5rem}.stats-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 768px){.stats-inner{grid-template-columns:repeat(4,1fr)}}.stat{text-align:center}.stat-val{font-size:2.5rem;font-weight:900;color:#059669;line-height:1;margin-bottom:.35rem}.stat-label{font-size:.875rem;font-weight:600;color:#0f172a}.stat-sub{font-size:.8rem;color:#94a3b8;margin-top:.1rem}.section{padding:5rem 1.5rem}.section.alt{background:#f8fafc}.section-inner{max-width:1280px;margin:0 auto}.section-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;padding:.25rem .75rem;border-radius:99px;margin-bottom:1rem}.section-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:900;color:#0f172a;margin-bottom:1rem;line-height:1.15}.section-title span{color:#059669}.section-sub{font-size:1.05rem;color:#475569;max-width:600px;line-height:1.7;margin-bottom:3rem}.cards-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 640px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.cards-grid{grid-template-columns:repeat(3,1fr)}}.pcard{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.75rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s,transform .2s}.pcard:hover{border-color:var(--accent, #059669);box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}.pcard-badge{font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--accent, #059669);background:color-mix(in srgb,var(--accent, #059669) 10%,transparent);border:1px solid color-mix(in srgb,var(--accent, #059669) 30%,transparent);padding:.2rem .65rem;border-radius:5px;display:inline-block;margin-bottom:1rem;width:-moz-fit-content;width:fit-content}.pcard h3{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;line-height:1.3}.pcard p{font-size:.875rem;color:#64748b;line-height:1.65;margin-bottom:1.25rem;flex:1}.pcard ul{list-style:none;padding:0;margin:0}.pcard li{font-size:.82rem;color:#334155;display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.4rem}.pcard li:before{content:"✓";color:var(--accent, #059669);font-weight:700;flex-shrink:0;margin-top:.05rem}.diagram-wrap{border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;background:#f8fafc;padding:1rem;margin-bottom:2rem}.diagram-wrap img{width:100%;height:auto;border-radius:10px;display:block;max-height:540px;-o-object-fit:contain;object-fit:contain}.legend{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:3rem}@media (min-width: 640px){.legend{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.legend{grid-template-columns:repeat(5,1fr)}}.legend-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.75rem 1rem;text-align:center}.legend-name{font-size:.75rem;font-weight:700;color:#059669;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem}.legend-desc{font-size:.75rem;color:#94a3b8}.feat-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 640px){.feat-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.feat-grid{grid-template-columns:repeat(3,1fr)}}.feat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.feat-icon{width:48px;height:48px;border-radius:10px;background:#ecfdf5;border:1px solid #a7f3d0;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;flex-shrink:0}.feat-card h3{font-size:.95rem;font-weight:700;color:#0f172a;margin-bottom:.4rem}.feat-card p{font-size:.85rem;color:#64748b;line-height:1.65}.video-wrap{border-radius:16px;overflow:hidden;box-shadow:0 8px 40px #0000001a;aspect-ratio:16/9}.video-wrap iframe{width:100%;height:100%;border:0;display:block}.testi-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width: 640px){.testi-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.testi-grid{grid-template-columns:repeat(3,1fr)}}.tcard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.tcard p{font-size:.9rem;color:#334155;line-height:1.7;flex:1;font-style:italic}.tcard-foot{display:flex;align-items:center;gap:.75rem}.tcard-avatar{width:38px;height:38px;border-radius:50%;background:#ecfdf5;border:2px solid #a7f3d0;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:#059669;flex-shrink:0}.tcard-name{font-size:.85rem;font-weight:600;color:#0f172a}.tcard-stars{font-size:.75rem;color:#f59e0b;margin-top:1px}.contact-cards{display:grid;gap:1.5rem;max-width:600px;margin:0 auto}@media (min-width: 640px){.contact-cards{grid-template-columns:repeat(2,1fr)}}.ccard{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:2rem 1.5rem;text-align:center;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;gap:1rem;transition:border-color .2s,box-shadow .2s,transform .2s}.ccard:hover{border-color:#059669;box-shadow:0 8px 30px #0596691a;transform:translateY(-2px)}.ccard-icon{width:52px;height:52px;border-radius:50%;background:#ecfdf5;border:1.5px solid #a7f3d0;display:flex;align-items:center;justify-content:center}.ccard-title{font-weight:700;color:#0f172a;font-size:1rem}.ccard-val{font-size:.875rem;color:#475569}.ccard-cta{font-size:.8rem;font-weight:600;color:#059669;margin-top:.25rem}footer{background:#0f172a;color:#94a3b8;padding:3rem 1.5rem 2rem}.footer-inner{max-width:1280px;margin:0 auto}.footer-top{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08)}@media (min-width: 768px){.footer-top{flex-direction:row;align-items:center;justify-content:space-between}}.footer-logo{height:28px;width:auto;opacity:.8}.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem}.footer-link{font-size:.875rem;color:#94a3b8;text-decoration:none;transition:color .15s}.footer-link:hover{color:#e2e8f0}.footer-bottom{font-size:.8rem;color:#475569}.fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;width:56px;height:56px;background:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #05966966;transition:background .15s,transform .15s}.fab:hover{background:#047857;transform:scale(1.08)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}
