.page-header{background:linear-gradient(135deg, #64d2ff 0%, var(--blue-600) 50%, var(--teal-600) 100%);color:#fff;text-align:center;margin-top:120px;padding:5rem 0}.page-header h1{margin-bottom:1rem;font-size:3rem;font-weight:700}.page-header p{opacity:.95;max-width:700px;margin:0 auto 2rem;font-size:1.2rem;line-height:1.7}.header-stats{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:2.5rem;display:flex}.header-stat{text-align:center}.header-stat .stat-number{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;display:block}.header-stat .stat-label{opacity:.85;margin-top:.25rem;font-size:.95rem;display:block}.features-section{background:#fff;padding:5rem 0}.section-header p{color:var(--neutral-700);max-width:650px;margin:0 auto;font-size:1.2rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.feature-card{border:1px solid var(--neutral-200);background:#fff;border-radius:12px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;position:relative}.feature-card:before{content:"";background:linear-gradient(90deg, #64d2ff, var(--blue-600));border-radius:12px 12px 0 0;height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.feature-icon{border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.feature-icon svg{width:28px;height:28px}.icon-blue{background:linear-gradient(135deg, #64d2ff, var(--blue-500));color:#fff}.icon-teal{background:linear-gradient(135deg, var(--teal-500), var(--teal-700));color:#fff}.icon-green{background:linear-gradient(135deg, var(--green-500), #25b53d);color:#fff}.icon-orange{background:linear-gradient(135deg, var(--orange-500), #d48400);color:#fff}.icon-red{background:linear-gradient(135deg, #ff6b6b, var(--red-500));color:#fff}.icon-safe{background:linear-gradient(135deg, var(--safe-500), var(--blue-700));color:#fff}.feature-card h3{color:var(--neutral-900);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.feature-card p{color:var(--neutral-700);font-size:.95rem;line-height:1.7}.how-it-works{background:var(--neutral-50);padding:5rem 0}.steps-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}.step{text-align:center;position:relative}.step-number{background:linear-gradient(135deg, var(--blue-600), var(--teal-600));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.step h3{color:var(--neutral-900);margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.step p{color:var(--neutral-700);font-size:.95rem;line-height:1.6}.step-connector{background:var(--neutral-200);width:calc(100% - 72px);height:2px;position:absolute;top:28px;left:calc(50% + 36px)}.step:last-child .step-connector{display:none}.case-study{background:#fff;padding:5rem 0}.case-study-card{background:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:16px;overflow:hidden}.case-study-header{background:linear-gradient(135deg, var(--blue-700) 0%, var(--teal-700) 100%);color:#fff;padding:3rem}.case-study-badge{text-transform:uppercase;letter-spacing:.5px;background:#ffffff26;border:1px solid #ffffff4d;border-radius:20px;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.case-study-header h2{margin-bottom:.75rem;font-size:2rem;font-weight:700;line-height:1.3}.case-study-header p{opacity:.9;max-width:600px;font-size:1.1rem}.case-study-body{padding:3rem}.case-study-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.case-study-narrative h3{color:var(--neutral-900);margin-bottom:1rem;font-size:1.3rem;font-weight:600}.case-study-narrative p{color:var(--neutral-700);margin-bottom:1.25rem;font-size:1rem;line-height:1.8}.case-study-narrative blockquote{border-left:4px solid var(--teal-600);background:#fff;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:1.25rem 1.5rem}.case-study-narrative blockquote p{color:var(--neutral-800);margin-bottom:.5rem;font-style:italic}.case-study-narrative blockquote cite{color:var(--teal-600);font-size:.9rem;font-style:normal;font-weight:600}.case-study-video{margin-top:2rem}.case-study-video h3{color:var(--neutral-900);margin-bottom:1rem;font-size:1.3rem}.video-wrapper{border-radius:12px;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000001f}.video-wrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}.case-study-outcomes h3{color:var(--neutral-900);margin-bottom:1.25rem;font-size:1.3rem;font-weight:600}.outcome-item{border:1px solid var(--neutral-200);background:#fff;border-radius:10px;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:1rem 1.25rem;transition:box-shadow .3s;display:flex}.outcome-item:hover{box-shadow:0 4px 16px #0000000f}.outcome-icon{background:linear-gradient(135deg, var(--teal-500), var(--teal-700));border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.outcome-icon svg{color:#fff;width:20px;height:20px}.outcome-text h4{color:var(--neutral-900);margin-bottom:.25rem;font-size:.95rem;font-weight:600}.outcome-text p{color:var(--neutral-700);margin-bottom:0;font-size:.9rem;line-height:1.5}.cta-section{background:linear-gradient(135deg, var(--blue-600) 0%, var(--teal-600) 100%);color:#fff;text-align:center;padding:5rem 0}.cta-section h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.cta-section p{opacity:.9;max-width:600px;margin:0 auto 2.5rem;font-size:1.2rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}footer{background:var(--neutral-900);color:#fff;margin-top:0;padding:3rem 0 2rem}@media (max-width:1024px){.nav-links{gap:1.25rem}.nav-links a{font-size:.9rem}.features-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.step-connector{display:none}}@media (max-width:768px){.hamburger{display:flex}.nav-links{border-top:1px solid var(--neutral-200);background:#fff;flex-direction:column;gap:0;padding:1rem 20px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 20px #0000001a}.nav-links.open{display:flex}.nav-links li a{border-bottom:1px solid var(--neutral-100);padding:.75rem 0;display:block}.logo img{height:80px}.page-header{margin-top:100px!important}.page-header h1{font-size:2rem}.header-stats{gap:1.5rem}.header-stat .stat-number{font-size:1.8rem}.features-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr;gap:2rem}.step-connector{display:none}.case-study-grid{grid-template-columns:1fr}.case-study-header,.case-study-body{padding:2rem}.cta-section h2{font-size:1.8rem}.container{padding:0 16px}.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:span 2}}@media (max-width:480px){.page-header h1{font-size:1.75rem}.header-stats{gap:1rem}.header-stat .stat-number{font-size:1.5rem}.steps-grid,.footer-content{grid-template-columns:1fr}.footer-brand{grid-column:span 1}}[data-theme=dark] .features-section{background:#121214}[data-theme=dark] .how-it-works,[data-theme=dark] .steps-section{background:#1c1c1e}[data-theme=dark] .step-card{background:#2c2c2e}[data-theme=dark] .case-study{background:#121214}[data-theme=dark] .case-study-card{background:#1c1c1e;border-color:#3a3a3c}[data-theme=dark] .case-study-header{background:linear-gradient(135deg,#1a3a4a 0%,#0d2a3d 100%)}[data-theme=dark] .case-study-narrative blockquote{border-left-color:var(--teal-500);background:#2c2c2e}[data-theme=dark] .outcome-item{background:#2c2c2e}[data-theme=dark] .cta-section{background:linear-gradient(135deg,#0d3d3c 0%,#0d2a4a 100%)}.page-header{background-position:50%;background-size:cover}.features-grid-3{max-width:1040px;margin-left:auto;margin-right:auto}
