:root{--accent: #4F46E5;--bg-light: #F8FAFC;--text-primary: #111827;--text-secondary: #4B5563;--border: #E5E7EB;--radius: 8px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:17px;line-height:1.7;color:#111827;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;min-height:100vh}.site-main{flex:1}.container{max-width:1100px;margin:0 auto;padding:0 40px}@media (max-width: 768px){.container{padding:0 24px}}h1,h2,h3,h4,h5,h6{font-family:"Space Grotesk",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:700;color:#111827;line-height:1.2}h1{font-size:48px;margin-bottom:20px;letter-spacing:-0.03em}h2{font-size:32px;margin-bottom:16px;letter-spacing:-0.02em}h3{font-size:22px;margin-bottom:12px}h4{font-size:18px;margin-bottom:12px}p{margin-bottom:16px;color:#4B5563}a{color:#4F46E5;text-decoration:none;transition:color 0.2s}a:hover{color:#4338CA}img,svg{max-width:100%;height:auto}svg{display:block}ul,ol{margin-bottom:16px;padding-left:24px}.section-header{text-align:center;margin-bottom:48px}.section-header p{font-size:18px;max-width:600px;margin:0 auto}@media (max-width: 968px){h1{font-size:40px}h2{font-size:28px}}@media (max-width: 768px){h1{font-size:32px}h2{font-size:24px}body{font-size:16px}}.btn{display:inline-block;padding:12px 28px;font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:15px;font-weight:600;text-decoration:none;border-radius:var(--radius);transition:all 0.2s ease;cursor:pointer;border:none}.btn-primary{background:#4F46E5;color:#fff}.btn-primary:hover{background:#4338CA;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(79,70,229,0.3)}.btn-secondary{background:#fff;color:#111827;border:1px solid #E5E7EB}.btn-secondary:hover{border-color:#4B5563;transform:translateY(-1px)}.btn-accent{background:#4F46E5;color:#fff;padding:14px 32px;font-size:16px}.btn-accent:hover{background:#4338CA;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(79,70,229,0.3)}.btn-white{background:#fff;color:#4F46E5;font-weight:600}.btn-white:hover{background:rgba(255,255,255,0.9);color:#4338CA;transform:translateY(-1px)}.btn-text{color:#4F46E5;font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600;font-size:15px;text-decoration:none;padding:0;background:none}.btn-text:hover{color:#4338CA}.btn-group{display:flex;gap:12px;flex-wrap:wrap}.site-header{position:fixed;width:100%;top:0;left:0;z-index:1000;background:rgba(255,255,255,0.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #E5E7EB}nav{display:flex;justify-content:space-between;align-items:center;padding:14px 0}.logo{font-family:"Space Grotesk",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:22px;font-weight:700;color:#111827;text-decoration:none;letter-spacing:-0.02em}.logo:hover{color:#111827}.nav-links{position:fixed;top:0;left:0;right:0;display:flex;justify-content:flex-end;align-items:center;list-style:none;gap:24px;margin:0 auto;padding:14px 40px 14px 260px;max-width:1100px;z-index:1001;pointer-events:none}.nav-links li{margin:0;pointer-events:auto}.nav-links a{font-size:14px;font-weight:500;color:#4B5563;transition:color 0.2s}.nav-links a:hover{color:#111827}.nav-links .btn{font-size:14px;padding:8px 20px}.has-dropdown{position:relative}.dropdown-toggle{font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:14px;font-weight:500;color:#4B5563;background:none;border:none;cursor:pointer;padding:0;transition:color 0.2s}.dropdown-toggle::after{content:'';display:inline-block;width:5px;height:5px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin-left:5px;margin-bottom:2px;transition:transform 0.2s}.dropdown-toggle:hover{color:#111827}.dropdown-menu{display:none;position:absolute;top:calc(100% + 12px);left:-16px;background:#fff;border:1px solid #E5E7EB;border-radius:var(--radius);box-shadow:0 8px 24px rgba(0,0,0,0.08);list-style:none;padding:8px 0;margin:0;min-width:200px;z-index:1010}.dropdown-menu li{margin:0}.dropdown-menu a{display:block;padding:8px 20px;font-size:14px;font-weight:400;color:#4B5563;white-space:nowrap}.dropdown-menu a:hover{background:#EEF2FF;color:#4F46E5}.has-dropdown.open .dropdown-menu{display:block}.has-dropdown.open .dropdown-toggle::after{transform:rotate(-135deg);margin-bottom:-1px}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1003}.menu-toggle span{display:block;width:22px;height:2px;background:#111827;transition:all 0.3s}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px)}@media (max-width: 768px){.menu-toggle{display:flex}.nav-links{display:none;position:fixed;top:0;left:0;right:0;bottom:0;max-width:none;background:white;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:80px 40px;z-index:1001;pointer-events:auto}.nav-links.active{display:flex}.nav-links a{font-size:18px}.nav-links .btn{font-size:16px;padding:12px 28px}.has-dropdown{text-align:center}.dropdown-toggle{font-size:18px}.dropdown-menu{position:static;border:none;box-shadow:none;min-width:0;padding:8px 0 0;background:transparent}.dropdown-menu a{font-size:16px;padding:6px 0;text-align:center}.dropdown-menu a:hover{background:transparent}}.site-footer{background:#111827;color:rgba(255,255,255,0.5);padding:36px 0;margin-top:0}.site-footer a{color:rgba(255,255,255,0.7);text-decoration:none}.site-footer a:hover{color:#fff}.site-footer .logo{color:white;font-size:18px;margin-bottom:4px;display:inline-block}.footer-content{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.footer-content{flex-direction:column;gap:20px;text-align:center}}.footer-brand p{color:rgba(255,255,255,0.35);font-size:13px;margin:0}.footer-links ul{display:flex;gap:24px;list-style:none;padding:0;margin:0}@media (max-width: 480px){.footer-links ul{flex-wrap:wrap;justify-content:center;gap:16px}}.footer-links a{font-size:14px}.hero{padding:140px 0 60px;background:#fff}@media (max-width: 768px){.hero{padding:110px 0 48px}}.hero h1{font-size:52px;line-height:1.1;max-width:700px;letter-spacing:-0.03em}@media (max-width: 968px){.hero h1{font-size:42px}}@media (max-width: 768px){.hero h1{font-size:34px}}.hero-sub{font-size:19px;color:#4B5563;line-height:1.6;margin-bottom:32px;max-width:560px}@media (max-width: 768px){.hero-sub{font-size:17px}}.hero-eyebrow{font-family:"Space Grotesk",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:14px;font-weight:600;color:#4F46E5;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:16px}.pain-section{padding:100px 0;background:#fff}@media (max-width: 768px){.pain-section{padding:64px 0}}.pain-section h2{margin-bottom:40px}.pain-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px;margin-bottom:36px}@media (max-width: 768px){.pain-grid{grid-template-columns:1fr;gap:20px}}.pain-item{padding:24px 28px;border-left:3px solid #4F46E5;background:#F8FAFC;border-radius:0 var(--radius) var(--radius) 0}.pain-item p{font-size:16px;font-style:italic;line-height:1.7;margin-bottom:0;color:#4B5563}.pain-closer{font-size:17px;line-height:1.7;max-width:640px;color:#111827;font-weight:500}.tailored-section{padding:100px 0;background:#EEF2FF}@media (max-width: 768px){.tailored-section{padding:64px 0}}.tailored-content{max-width:640px;text-align:center;margin:0 auto}.tailored-content h2{font-size:36px;line-height:1.2;margin-bottom:20px}@media (max-width: 768px){.tailored-content h2{font-size:28px}}.tailored-content p{font-size:18px;line-height:1.7;margin-bottom:28px}.cred-bar{padding:48px 0;border-top:1px solid #E5E7EB;border-bottom:1px solid #E5E7EB;background:#fff}.cred-items{display:flex;justify-content:flex-start;gap:60px}@media (max-width: 768px){.cred-items{gap:32px;flex-wrap:wrap}}@media (max-width: 480px){.cred-items{flex-direction:column;gap:24px}}.cred-item{display:flex;flex-direction:column;gap:2px}.cred-number{font-size:28px;font-weight:700;color:#111827;letter-spacing:-0.02em;line-height:1.2}.cred-label{font-size:14px;color:#9CA3AF}.coverage-section{padding:100px 0;background:#F8FAFC}@media (max-width: 768px){.coverage-section{padding:64px 0}}.coverage-section h2{margin-bottom:40px}.coverage-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}@media (max-width: 768px){.coverage-grid{grid-template-columns:1fr}}.coverage-card{background:#fff;border:1px solid #E5E7EB;border-radius:var(--radius);padding:28px;transition:border-color 0.2s, box-shadow 0.2s;text-decoration:none;display:block;color:inherit}.coverage-card:hover{border-color:#4F46E5;box-shadow:0 2px 12px rgba(0,0,0,0.06)}.coverage-card .card-icon{color:#4F46E5;margin-bottom:16px;width:32px;height:32px}.coverage-card .card-icon svg{width:32px;height:32px;max-width:32px;max-height:32px}.coverage-card h3{font-size:20px;margin-bottom:8px;color:#111827}.coverage-card p{font-size:15px;line-height:1.6;margin-bottom:12px;color:#4B5563}.coverage-card .card-link{font-size:14px;font-weight:600;color:#4F46E5}.diff-section{padding:100px 0}@media (max-width: 768px){.diff-section{padding:64px 0}}.diff-header{text-align:center;margin-bottom:56px}.diff-header h2{margin-bottom:16px}.diff-header p{font-size:18px;max-width:620px;margin:0 auto;line-height:1.7}.diff-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:40px 48px}@media (max-width: 768px){.diff-grid{grid-template-columns:1fr;gap:36px}}.diff-card .diff-icon{color:#4F46E5;margin-bottom:14px;width:28px;height:28px}.diff-card .diff-icon svg{width:28px;height:28px;max-width:28px;max-height:28px}.diff-card h3{font-size:19px;margin-bottom:8px}.diff-card p{font-size:16px;line-height:1.7;margin-bottom:0}.services-section{padding:100px 0;background:#F8FAFC}@media (max-width: 768px){.services-section{padding:64px 0}}.services-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px}@media (max-width: 768px){.services-grid{grid-template-columns:1fr;gap:28px}}.service-card{padding:28px;background:#fff;border:1px solid #E5E7EB;border-radius:var(--radius);transition:border-color 0.2s, box-shadow 0.2s}.service-card:hover{border-color:#4F46E5;box-shadow:0 2px 12px rgba(0,0,0,0.06)}.service-card .service-number{font-family:"Space Grotesk",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:14px;font-weight:600;color:#4F46E5;margin-bottom:12px;letter-spacing:0.02em}.service-card h3{font-size:18px;margin-bottom:8px}.service-card p{font-size:15px;line-height:1.7;margin-bottom:0}.cta-banner{padding:64px 0;background:#4F46E5;text-align:center}.cta-banner-inner{max-width:560px;margin:0 auto}.cta-banner-inner h2{color:#fff;margin-bottom:12px;font-size:28px}.cta-banner-inner p{color:rgba(255,255,255,0.85);font-size:17px;margin-bottom:24px}.product-hero{padding:130px 0 48px;background:#fff}@media (max-width: 768px){.product-hero{padding:100px 0 36px}}.product-hero h1{margin-bottom:16px;font-size:40px}@media (max-width: 768px){.product-hero h1{font-size:30px}}.product-hero .hero-sub{margin-bottom:0;max-width:680px}.product-content{padding:64px 0 100px}@media (max-width: 768px){.product-content{padding:48px 0 64px}}.product-body{max-width:720px}.product-body h2{margin-top:48px;margin-bottom:12px}.product-body h2:first-child{margin-top:0}.product-body h3{margin-top:28px;margin-bottom:8px;font-size:18px}.product-body p{font-size:16px;line-height:1.7}.product-body ul{margin-bottom:20px}.product-body ul li{font-size:16px;line-height:1.7;color:#4B5563;margin-bottom:6px}.faq-section{padding:64px 0 100px}@media (max-width: 768px){.faq-section{padding:48px 0 64px}}.faq-group{margin-bottom:48px;max-width:720px}.faq-group:last-child{margin-bottom:0}.faq-group h2{font-size:24px;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #E5E7EB}.faq-item{margin-bottom:28px}.faq-item:last-child{margin-bottom:0}.faq-item h3{font-size:18px;margin-bottom:6px;color:#111827}.faq-item p{font-size:16px;line-height:1.7;margin-bottom:0}.about-hero{padding:130px 0 36px;background:#fff}@media (max-width: 768px){.about-hero{padding:100px 0 24px}}.about-content{padding:36px 0 100px}.about-body{max-width:680px}.about-body p{font-size:17px;line-height:1.7}.about-body h2{margin-top:40px;margin-bottom:12px}.contact-hero{padding:130px 0 36px;background:#fff}@media (max-width: 768px){.contact-hero{padding:100px 0 24px}}.contact-content{padding:36px 0 100px;max-width:560px}.contact-content p{font-size:17px;line-height:1.7}.contact-content h3{font-size:16px;color:#9CA3AF;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:4px;margin-top:28px}.contact-content h3:first-of-type{margin-top:32px}.contact-content a{font-weight:500}.contact-content .legal-note{margin-top:48px;padding-top:24px;border-top:1px solid #E5E7EB;color:#9CA3AF;font-size:14px}.insights-hero{padding:130px 0 36px;background:#fff}@media (max-width: 768px){.insights-hero{padding:100px 0 24px}}.insights-list{padding:36px 0 100px;max-width:720px}.insight-item{margin-bottom:36px;padding-bottom:36px;border-bottom:1px solid #E5E7EB}.insight-item:last-child{border-bottom:none}.insight-item h3{margin-bottom:6px}.insight-item h3 a{color:#111827}.insight-item h3 a:hover{color:#4F46E5}.insight-item .insight-date{font-size:14px;color:#9CA3AF;margin-bottom:8px}.insight-item p{font-size:16px}.page-content{padding:130px 0 100px;max-width:720px;margin:0 auto}@media (max-width: 768px){.page-content{padding:100px 24px 64px}}
