:root{--blue:#002454;--aqua:#00b3cc;--gray:#ececec;--text:#182133;--shadow:0 24px 70px rgba(0,36,84,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--text);background:#fff}a{color:inherit}.site-header{position:sticky;top:0;z-index:20;height:82px;display:flex;align-items:center;gap:28px;padding:0 clamp(22px,4vw,70px);background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid #e7edf4}.brand img{width:min(300px,42vw)}.nav{display:flex;gap:22px;margin-left:auto;font-weight:600;font-size:.92rem}.nav a{text-decoration:none;color:#334;transition:color .2s}.nav a.active{color:var(--aqua);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;background:var(--aqua);color:#fff;text-decoration:none;font-weight:800;border:2px solid var(--aqua);box-shadow:0 12px 24px rgba(0,179,204,.22)}.btn.small{padding:10px 16px;font-size:.86rem}.btn.ghost{background:transparent;color:var(--blue);border-color:#c7d4e2;box-shadow:none}.btn.light{color:#fff;border-color:rgba(255,255,255,.45)}.menu{display:none}.section{padding:clamp(64px,8vw,120px) clamp(22px,6vw,96px)}.hero{display:grid;grid-template-columns:1.08fr .92fr;gap:56px;min-height:760px;align-items:center;background:radial-gradient(circle at 82% 16%,#ccf0f5 0 16%,transparent 32%),linear-gradient(180deg,#f7fbff 0%,#fff 70%)}.eyebrow{color:var(--aqua);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}h1,h2,h3{color:var(--blue);line-height:1.05;margin:0 0 22px}h1{font-size:clamp(2.5rem,6vw,5.2rem);letter-spacing:-.06em}h2{font-size:clamp(2rem,4vw,3.6rem);letter-spacing:-.045em}h3{font-size:1.45rem}.lead{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.65;color:#43536b;max-width:820px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0}.centered{justify-content:center}.trustline{display:flex;gap:10px;flex-wrap:wrap}.trustline span{padding:9px 12px;border-radius:999px;background:#e6f7fa;color:var(--blue);font-size:.82rem;font-weight:700}.intro-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;background:#fff}.text-block{font-size:1.12rem;line-height:1.8;color:#40516b}.cards{display:grid;gap:22px}.cards.three{grid-template-columns:repeat(3,1fr);padding-top:0}.cards.four{grid-template-columns:repeat(4,1fr)}.cards article{background:#fff;border:1px solid #e0e8f0;border-radius:26px;padding:28px;box-shadow:0 16px 44px rgba(0,36,84,.07)}.cards p{line-height:1.65;color:#53647b}.workflow-section{background:var(--gray)}.section-head{max-width:950px;margin-bottom:36px}.section-head.narrow{max-width:820px}.workflow{display:grid;grid-template-columns:340px 1fr;gap:24px}.steps{display:flex;flex-direction:column;gap:10px}.step,.tab{background:#fff;border-radius:18px;padding:17px;text-align:left;font-family:inherit;font-weight:800;color:var(--blue);cursor:pointer;border:2px solid transparent}.step.active,.tab.active{background:var(--blue);color:#fff;border-color:var(--blue)}.step-detail{background:#fff;border-radius:30px;padding:38px;box-shadow:var(--shadow);min-height:380px}.step-detail p,.step-detail li{font-size:1.03rem;line-height:1.7;color:#4d5e76}.step-detail ul{margin:22px 0 28px;padding-left:22px}.video-section{background:#fff}.video-card{display:grid;grid-template-columns:1fr 1.1fr;gap:34px;align-items:center;background:linear-gradient(135deg,var(--blue),#001632);border-radius:34px;padding:42px;color:#fff}.video-card h2{color:#fff}.video-card p{color:#dbe7f4;line-height:1.7}.video-embed{position:relative;width:100%;border-radius:28px;overflow:hidden;aspect-ratio:16/9}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.customer-tabs{background:#f8fbfe}.tab-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px}.tab{text-align:center}.tab-panel{display:none;background:#fff;border-radius:28px;padding:34px;border:1px solid #e0e8f0;box-shadow:0 18px 48px rgba(0,36,84,.08)}.tab-panel.active{display:block}.tab-panel p{font-size:1.1rem;line-height:1.75;color:#4d5e76}.cta{text-align:center;background:var(--blue);color:#fff}.cta h2{color:#fff}.cta p{max-width:850px;margin-left:auto;margin-right:auto;line-height:1.75;color:#dbe7f4}.small-copy{font-size:.85rem}.footer{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:34px clamp(22px,6vw,96px);background:#000b19;color:#dbe7f4}.footer img{width:230px}.footer div{display:flex;gap:18px;flex-wrap:wrap}.footer a{text-decoration:none}.legal{max-width:980px;margin:0 auto;padding:80px 24px;line-height:1.75}.legal h1{font-size:3rem}.legal h2{font-size:2rem;margin-top:44px}@media (max-width:980px){.nav,.site-header .btn.small{display:none}.menu{display:block;margin-left:auto;background:transparent;border:0;font-size:1.6rem}.hero,.intro-grid,.workflow,.video-card{grid-template-columns:1fr}.cards.three,.cards.four{grid-template-columns:1fr 1fr}.hero{min-height:auto}.workflow{gap:18px}.steps{display:grid;grid-template-columns:1fr 1fr}.site-header.open .nav{display:flex;position:absolute;top:82px;left:0;right:0;background:#fff;flex-direction:column;padding:22px;border-bottom:1px solid #e0e8f0}}@media (max-width:640px){.cards.three,.cards.four,.steps{grid-template-columns:1fr}.section{padding:56px 18px}.step-detail,.video-card{padding:24px}.footer{flex-direction:column;align-items:flex-start}.brand img{width:230px}}

/* Footer logo fix — white on dark background */
.footer-logo{filter:brightness(0) invert(1)}

/* Hero visual — elephant animation stage */
.hero-visual{border-radius:34px;overflow:hidden;min-height:420px}
.elephant-stage{background:linear-gradient(145deg,#002454,#003d5c);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:0 0 24px}
#elephantCanvas{display:block;max-width:100%}
.elephant-quote{color:rgba(255,255,255,.82);font-size:.98rem;text-align:center;margin:0;line-height:1.6;font-family:Montserrat,sans-serif}
.elephant-quote strong{display:block;color:var(--aqua);font-size:1.15rem;margin-top:4px}

/* Partnership section */
.partnership-section{background:#f8fbfe}
.centered-head{text-align:center;max-width:820px;margin-left:auto;margin-right:auto;margin-bottom:48px}
.lead-sm{font-size:1.08rem;line-height:1.7;color:#43536b;max-width:680px;margin:0 auto}
.partner-competencies{display:grid;grid-template-columns:1fr auto 1fr;gap:32px;align-items:start;max-width:980px;margin:0 auto}
.partner-card{background:#fff;border:1px solid #e0e8f0;border-radius:28px;padding:36px;box-shadow:0 16px 44px rgba(0,36,84,.07)}
.partner-logo{height:52px;max-width:200px;object-fit:contain;object-position:left;margin-bottom:20px;display:block}
.partner-card h3{font-size:1.2rem;color:var(--blue);margin:0 0 14px}
.partner-card ul{padding-left:18px;margin:0}
.partner-card li{color:#4d5e76;line-height:1.65;margin-bottom:7px;font-size:1rem}
.partner-connector{display:flex;align-items:center;justify-content:center;padding-top:90px}
.times{font-size:4rem;font-weight:800;color:var(--blue)}

/* Tab panel bullet points */
.tab-panel ul{padding-left:20px;margin:14px 0 0}
.tab-panel li{font-size:1.08rem;line-height:1.75;color:#4d5e76;margin-bottom:7px}

/* Standards section */
.standards-section{background:var(--gray)}
.standards-section .lead-sm{margin:0}
.cards.two{grid-template-columns:repeat(2,1fr)}

/* FAQ section */
.faq-section{background:#f8fbfe}
.faq-list{max-width:820px;margin:0 auto}
.faq-item{border-bottom:1px solid #e0e8f0}
.faq-item:first-child{border-top:1px solid #e0e8f0}
.faq-item summary{padding:20px 0;font-weight:700;color:var(--blue);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-size:1.05rem;gap:16px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';font-size:1.5rem;font-weight:400;color:var(--aqua);flex-shrink:0;line-height:1}
.faq-item[open] summary::after{content:'−'}
.faq-item p{margin:0 0 20px;color:#4d5e76;line-height:1.8;max-width:740px}

@media (max-width:980px){.partner-competencies{grid-template-columns:1fr}.partner-connector{padding-top:0}.hero-visual{min-height:300px}.cards.two{grid-template-columns:1fr}}
@media (max-width:640px){.partner-card{padding:24px}.hero-visual{min-height:240px}}
