:root{--brand-primary:#3B9B7B;--brand-primary-dark:#2A6F58;--brand-primary-light:#79B9A4;--brand-secondary:#CF30B4;--brand-accent:#CF554A;--brand-neutral-dark:#1A202C;--brand-neutral-mid:#4A5568;--brand-neutral-light:#F5F7FA;--brand-bg:#FFFFFF;--brand-bg-alt:#F3F7F6;--brand-text:#1B372E;--brand-text-muted:#52606D;--brand-text-inverse:#FFFFFF;--brand-border:#E2E9E7;--brand-success:#22C55E;--brand-warning:#F59E0B;--brand-danger:#EF4444;--brand-radius:8px;--brand-shadow:0 16px 40px rgba(26,32,44,.10);--brand-shadow-soft:0 10px 28px rgba(42,111,88,.12)}*{box-sizing:border-box}body{margin:0;font-family:system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#1b372e;color:var(--brand-text);background:#fff;background:var(--brand-bg);line-height:1.65}img{max-width:100%;height:auto;display:block}a{color:#2a6f58;color:var(--brand-primary-dark);-webkit-text-decoration:none;text-decoration:none}a:hover{color:#cf30b4;color:var(--brand-secondary)}h1,h2,h3,h4,h5,h6{font-family:"Trebuchet MS",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-weight:700;line-height:1.16;letter-spacing:0;margin:0 0 16px}h1{font-size:42px}h2{font-size:32px}h3{font-size:22px}p{margin:0 0 16px}section{padding:88px 0}.container{max-width:1180px}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;color:#2a6f58;color:var(--brand-primary-dark);font-weight:700;letter-spacing:0}.eyebrow:before{content:"";width:18px;height:8px;border-radius:999px;background:linear-gradient(90deg,#3b9b7b,#cf30b4);background:linear-gradient(90deg,var(--brand-primary),var(--brand-secondary))}.role-dark .eyebrow:before{background:linear-gradient(90deg,#fff,#79b9a4);background:linear-gradient(90deg,#fff,var(--brand-primary-light))}.section-head{max-width:780px;margin:0 auto 42px;text-align:center}.section-head--split{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:28px;text-align:left}.section-head p:last-child{margin-bottom:0}.hero-lead{font-size:18px;max-width:680px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.btn{border-radius:999px;min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:11px 22px;font-weight:700;white-space:normal}.desktop-form-submit,.desktop-secondary-btn{background:#3b9b7b;background:var(--brand-primary);border:1px solid #3b9b7b;border:1px solid var(--brand-primary);color:#fff}.desktop-form-submit:hover,.desktop-secondary-btn:hover{background:#2a6f58;background:var(--brand-primary-dark);color:#fff}.desktop-outline-btn{border:1px solid #e2e9e7;border:1px solid var(--brand-border);color:#2a6f58;color:var(--brand-primary-dark);background:#fff}.text-link{font-weight:700;color:#2a6f58;color:var(--brand-primary-dark);border-bottom:2px solid #79b9a4;border-bottom:2px solid var(--brand-primary-light)}.blog-card,.case-study-card,.check-card,.compare-card,.featured-product,.footer-card,.form-card,.hero-media-card,.industry-card,.product-card,.roadmap-card,.rounded-media,.soft-card,.toc-card,.video-placeholder{border-radius:8px;border-radius:var(--brand-radius)}.blog-card,.case-study-card,.check-card,.compare-card,.featured-product,.form-card,.hero-media-card,.industry-card,.product-card,.roadmap-card,.soft-card,.toc-card,.video-placeholder{box-shadow:0 10px 28px rgba(42,111,88,.12);box-shadow:var(--brand-shadow-soft)}.hero-media-card,.video-placeholder{padding:14px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2)}.role-light .hero-media-card,.role-light .video-placeholder{background:#fff;border:1px solid #e2e9e7;border:1px solid var(--brand-border)}.case-study-card img,.feature-image img,.featured-product img,.hero-media-card img,.rounded-media,.video-placeholder img{width:100%;border-radius:8px;border-radius:var(--brand-radius);-o-object-fit:cover;object-fit:cover}.soft-badge{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:30px;padding:5px 12px;border-radius:999px;background:#f3f7f6;background:var(--brand-bg-alt);color:#2a6f58;color:var(--brand-primary-dark);font-weight:700;margin-bottom:14px}.check-card,.compare-card,.industry-card,.roadmap-card,.soft-card,.toc-card{background:#fff;border:1px solid #e2e9e7;border:1px solid var(--brand-border);padding:26px}.check-card h3,.compare-card h3,.industry-card h3,.roadmap-card h3,.soft-card h3{margin-bottom:10px}.check-card p,.compare-card p,.industry-card p,.roadmap-card p,.soft-card p{margin-bottom:0;color:#52606d;color:var(--brand-text-muted)}.blog-card-grid,.cert-grid,.check-grid,.industry-grid,.partner-grid,.product-card-grid,.product-grid,.service-card-grid{display:grid;grid-gap:22px;gap:22px}.cert-grid,.check-grid,.product-grid,.service-card-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.industry-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.feature-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:42px;gap:42px;align-items:center;margin-top:46px}.feature-row--reverse .feature-image{order:2}.feature-row--reverse .feature-copy{order:1}.feature-copy{background:#fff;border:1px solid #e2e9e7;border:1px solid var(--brand-border);border-radius:8px;border-radius:var(--brand-radius);padding:30px}.role-dark .form-card{background:#fff;color:#1b372e;color:var(--brand-text)}.role-dark .form-card h1,.role-dark .form-card h2,.role-dark .form-card h3,.role-dark .form-card label,.role-dark .form-card li,.role-dark .form-card p,.role-dark .form-card span{color:#1b372e!important;color:var(--brand-text)!important}.role-dark .form-card a{color:#2a6f58!important;color:var(--brand-primary-dark)!important}.form-card{background:#fff;border:1px solid #e2e9e7;border:1px solid var(--brand-border);padding:28px}.split-form-section .form-card a{color:#2a6f58;color:var(--brand-primary-dark)}.about-hero,.desktop-gradient-hero,.industries-hero,.products-hero{background:linear-gradient(135deg,rgba(59,155,123,.96),rgba(42,111,88,.96)),#2a6f58;background:linear-gradient(135deg,rgba(59,155,123,.96),rgba(42,111,88,.96)),var(--brand-primary-dark)}.contact-form-section,.gradient-cta,.image-cta,.industries-cta,.services-cta,.single-button-cta{background:linear-gradient(135deg,rgba(42,111,88,.96),rgba(207,48,180,.74)),#2a6f58;background:linear-gradient(135deg,rgba(42,111,88,.96),rgba(207,48,180,.74)),var(--brand-primary-dark)}.case-study-card,.cta-shell{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,0.9fr);grid-gap:34px;gap:34px;align-items:center}.cta-shell{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);padding:34px;border-radius:8px;border-radius:var(--brand-radius)}.trust-strip{padding:28px 0}.trust-strip__items{display:flex;gap:18px;align-items:stretch}.trust-item{flex:1;padding:18px;border-radius:8px;border-radius:var(--brand-radius);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16)}.trust-item span{display:block;font-size:26px;font-weight:800;margin-bottom:6px}.trust-item p{font-size:14px;margin:0}.desktop-accordion .accordion-item{border:1px solid #e2e9e7;border:1px solid var(--brand-border);border-radius:8px;border-radius:var(--brand-radius);overflow:hidden;margin-bottom:14px}.desktop-accordion .accordion-button{font-weight:700;color:#1b372e;color:var(--brand-text);background:#fff}.desktop-accordion .accordion-button:not(.collapsed){background:#f3f7f6;background:var(--brand-bg-alt);color:#2a6f58;color:var(--brand-primary-dark)}.compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.compare-card ul{margin:0;padding-left:20px}.compare-card li{margin-bottom:10px}.compare-card--muted{background:#f3f7f6;background:var(--brand-bg-alt)}.roadmap-grid,.timeline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:20px;gap:20px}.timeline-grid article{padding:24px;border-bottom:3px solid #3b9b7b;border-bottom:3px solid var(--brand-primary);background:#fff;border-radius:8px;border-radius:var(--brand-radius);box-shadow:0 10px 28px rgba(42,111,88,.12);box-shadow:var(--brand-shadow-soft)}.roadmap-card span,.timeline-grid span{color:#cf30b4;color:var(--brand-secondary);font-weight:800}.partner-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.partner-grid div{padding:24px;background:#fff;border:1px solid #e2e9e7;border:1px solid var(--brand-border);border-radius:8px;border-radius:var(--brand-radius);text-align:center;font-weight:800;color:#2a6f58;color:var(--brand-primary-dark)}.center-cta{max-width:780px;margin:0 auto;text-align:center}.desktop-table{background:#fff;border:1px solid #e2e9e7;border:1px solid var(--brand-border);border-radius:8px;border-radius:var(--brand-radius);overflow:hidden}.desktop-table th{background:#2a6f58;background:var(--brand-primary-dark);color:#fff}.desktop-table td,.desktop-table th{padding:18px;vertical-align:top}@media (max-width:991px){h1{font-size:34px}h2{font-size:28px}section{padding:70px 0}.case-study-card,.compare-grid,.cta-shell,.feature-row,.section-head--split{grid-template-columns:1fr}.feature-row--reverse .feature-copy,.feature-row--reverse .feature-image{order:initial}.trust-strip__items{flex-wrap:wrap}.trust-item{flex:0 0 calc(50% - 9px)}}@media (max-width:575px){h1{font-size:28px}h2{font-size:24px}h3{font-size:19px}section{padding:56px 0}.hero-actions{flex-direction:column}.btn{width:100%}.trust-item{flex:0 0 100%}.cta-shell,.form-card{padding:22px}}