/*
 * NivaCare final presentation layer
 * One authoritative layout system for every visible homepage section.
 */
:root{
  --final-rail:1180px;
  --final-pad:clamp(22px,5vw,72px);
  --final-space:clamp(46px,4.5vw,62px);
  --final-ink:#10233d;
  --final-muted:#4d657b;
  --final-blue:#075cff;
  --final-navy:#062744;
  --final-cyan:#50d6dc;
  --final-line:#d3e1ea;
  --final-soft:#f2f8fb;
  --final-radius:28px;
  --final-shadow:0 20px 54px rgba(8,52,86,.09);
}

html{scroll-padding-top:88px}
body{
  color:var(--final-ink);
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:17px;
  line-height:1.6;
  text-rendering:optimizeLegibility;
}
[hidden]{display:none!important}
.section{padding:var(--final-space) var(--final-pad)}
.section>*{box-sizing:border-box}
.kicker,.eyebrow,.people-group-heading>div>span{
  font-size:14px!important;
  line-height:1.4;
  font-weight:800;
  letter-spacing:.13em;
}
.section h2,.advisors-heading h2,.closing-cta h2{
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight:500;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.section p,.closing-cta p{font-size:18px;line-height:1.68}

/* Shared editorial section heading */
.section-heading,.voices-heading,.advisors-heading{
  width:100%;
  max-width:var(--final-rail);
  margin:0 auto 34px;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.72fr);
  gap:clamp(42px,6vw,76px);
  align-items:end;
}
.advisors-heading{
  grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);
  grid-template-areas:
    "label label"
    "title intro";
  column-gap:clamp(42px,6vw,76px);
  row-gap:12px;
  align-items:start;
  margin-bottom:30px;
}
.advisors-heading>.kicker{grid-area:label;margin:0}
.advisors-heading>h2{grid-area:title}
.advisors-heading>div{
  grid-area:intro;
  align-self:start;
  padding-top:12px;
}
.section-heading h2,.voices-heading h2,.advisors-heading h2{
  max-width:720px;
  margin:13px 0 0;
  font-size:clamp(46px,4.3vw,64px);
  line-height:1.06;
}
.section-heading>p,.voices-intro,.advisors-heading>div{
  width:100%;
  max-width:450px;
  margin:0;
  justify-self:end;
}
.voices-intro p,.advisors-heading p{margin:0}

/* Origin statement */
.origin-band{
  width:min(calc(100% - 40px),var(--final-rail));
  max-width:var(--final-rail);
  margin:clamp(32px,4vw,52px) auto 0;
  padding:40px 46px;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:28px 64px;
  align-items:center;
  border:1px solid var(--final-line);
  border-radius:var(--final-radius);
  background:
    radial-gradient(circle at 94% 8%,rgba(80,214,220,.18),transparent 34%),
    linear-gradient(135deg,#f8fbfd,#eef7fb);
  box-shadow:var(--final-shadow);
}

/* Compact adaptive-OS value statement */
.adaptive-promise{
  position:relative;
  width:min(calc(100% - 40px),var(--final-rail));
  margin:20px auto 0;
  padding:28px;
  display:grid;
  grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr);
  gap:28px;
  align-items:center;
  overflow:hidden;
  border:1px solid var(--final-line);
  border-radius:var(--final-radius);
  background:var(--final-navy);
  color:#fff;
  box-shadow:var(--final-shadow);
}
.adaptive-promise::before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  left:-140px;
  top:-220px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(71,221,225,.22),transparent 68%);
  animation:adaptiveGlow 7s ease-in-out infinite alternate;
  pointer-events:none;
}
.adaptive-promise-content,.adaptive-promise-visual{position:relative;z-index:1}
.adaptive-promise-content{min-width:0}
.adaptive-promise-content::after{
  content:"";
  display:block;
  width:min(230px,75%);
  height:2px;
  margin-top:22px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,#51dce1,#176cff,transparent);
  background-size:220% 100%;
  animation:adaptiveSweep 3.4s linear infinite;
}
.adaptive-promise .kicker{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#72e2e4!important;
}
.adaptive-promise .kicker::before{
  content:"";
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:#62e5e5;
  box-shadow:0 0 0 0 rgba(98,229,229,.45);
  animation:adaptivePulse 2.2s ease-out infinite;
}
.adaptive-promise h2{
  max-width:410px;
  margin:10px 0 0;
  font-size:clamp(32px,3.1vw,44px);
  font-weight:500;
  line-height:1.08;
  letter-spacing:-.04em;
  text-wrap:balance;
}
.adaptive-promise h2 em{
  display:block;
  min-height:2.15em;
  margin-top:3px;
  font-style:normal;
}
#adaptive-dynamic-text{
  display:block;
  width:max-content;
  max-width:100%;
  color:#69dce2;
  background:linear-gradient(100deg,#5ce3e3 0%,#50d9ec 28%,#5e8dff 52%,#64e6df 76%,#5ce3e3 100%);
  background-size:220% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:adaptiveGradient 4.8s linear infinite;
  transition:opacity .28s ease,transform .34s cubic-bezier(.2,.8,.2,1),filter .28s ease;
}
#adaptive-dynamic-text.is-leaving{
  opacity:0;
  transform:translateY(-10px);
  filter:blur(5px);
}
#adaptive-dynamic-text.is-entering{
  opacity:0;
  transform:translateY(12px);
  filter:blur(6px);
}
.adaptive-promise-visual{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:1.934/1;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.2);
  border-radius:20px;
  background:#fff;
  box-shadow:0 16px 42px rgba(0,12,30,.24);
}
.adaptive-promise-visual img{
  display:block;
  width:100%;
  height:auto;
  transform:translateY(-22.45%);
}
.adaptive-promise-visual>span{
  position:absolute;
  right:12px;
  bottom:12px;
  padding:7px 10px;
  border:1px solid rgba(9,46,75,.15);
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#075dcc;
  font-size:11px;
  font-weight:800;
  box-shadow:0 7px 18px rgba(9,46,75,.12);
}
@keyframes adaptiveGradient{to{background-position:220% 0}}
@keyframes adaptiveSweep{to{background-position:-220% 0}}
@keyframes adaptivePulse{
  0%{box-shadow:0 0 0 0 rgba(98,229,229,.46)}
  70%,100%{box-shadow:0 0 0 11px rgba(98,229,229,0)}
}
@keyframes adaptiveGlow{
  from{transform:translate3d(0,0,0) scale(.92)}
  to{transform:translate3d(150px,60px,0) scale(1.16)}
}
.origin-band>div:first-child{max-width:500px}
.origin-identity{
  display:grid;
  grid-template-columns:148px minmax(0,1fr);
  gap:24px;
  align-items:center;
}
.origin-medallion{
  display:block;
  width:148px;
  height:148px;
  min-width:148px;
  aspect-ratio:1;
  padding:0;
  object-fit:contain;
  object-position:center;
  border:1px solid rgba(28,155,143,.26);
  border-radius:50%;
  background:#fff;
  box-shadow:
    0 18px 38px rgba(22,91,99,.13),
    0 0 0 8px rgba(255,255,255,.64);
}
.origin-copy{min-width:0}
.origin-copy>span{
  color:var(--final-blue);
  font-size:14px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.origin-band h2{
  margin:11px 0 0;
  font-size:clamp(34px,2.8vw,43px);
  line-height:1.1;
  letter-spacing:-.035em;
}
.origin-band>p{
  max-width:560px;
  margin:0;
  color:var(--final-muted);
  font-size:19px;
  line-height:1.65;
}
.origin-band .answer-chips{
  grid-column:1/-1;
  width:100%;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--final-line);
  padding-top:21px;
}
.origin-band .answer-chips span{
  min-width:0;
  padding:0 18px;
  color:var(--final-ink);
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1.45;
  text-align:center;
  text-transform:uppercase;
}
.origin-band .answer-chips span:first-child{padding-left:0;text-align:left}
.origin-band .answer-chips span:last-child{padding-right:0;text-align:right}

/* Product suite: one predictable, equal card grid */
.product-suite-section{background:#fff}
.product-link-grid{
  width:100%;
  max-width:var(--final-rail);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.product-link-card,.product-link-wide,.product-link-grid .product-link-card:last-child{
  grid-column:span 2;
  grid-template-columns:1fr;
  grid-template-rows:215px minmax(0,1fr);
  min-height:510px;
  overflow:hidden;
  border:1px solid var(--final-line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 38px rgba(8,52,86,.07);
}
.product-link-grid .product-link-card:nth-child(4){grid-column:2/span 2}
.product-link-card img{
  width:100%;
  height:100%;
  padding:0;
  object-fit:cover;
  object-position:center;
  background:#eaf3f8;
}
.product-link-card:first-child img{object-fit:contain;padding:12px}
.product-link-card>div,.product-link-wide>div,.product-link-grid .product-link-card:last-child>div{
  min-width:0;
  padding:27px 27px 25px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.product-link-card span{font-size:13px;font-weight:800;letter-spacing:.1em}
.product-link-card h3,.product-link-wide h3{
  margin:11px 0 10px;
  font-size:30px;
  line-height:1.13;
  letter-spacing:-.035em;
  text-wrap:balance;
}
.product-link-card p{font-size:16px;line-height:1.58}
.product-link-card b{margin-top:auto;padding-top:20px;font-size:15px}

/* Testimonials */
.voices-section{background:linear-gradient(180deg,#eef6fa,#e7f0f5)}
.testimonial-stage{
  width:100%;
  max-width:var(--final-rail);
  min-height:490px;
  margin:0 auto;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  border:1px solid var(--final-line);
  border-radius:var(--final-radius);
  box-shadow:var(--final-shadow);
}
.testimonial-copy{padding:58px 52px 42px}
.testimonial-copy blockquote{
  max-width:650px;
  margin:20px 0 38px;
  font-size:clamp(30px,3vw,45px);
  line-height:1.25;
  letter-spacing:-.025em;
}
.testimonial-label{font-size:13px}
.testimonial-person b{font-size:17px}
.testimonial-person small{font-size:13px;line-height:1.45}
.testimonial-visual{padding:42px 34px}
.testimonial-dot{min-height:76px;height:auto;padding:16px}
.testimonial-dot span{font-size:11px}
.testimonial-dot b{font-size:14px}

/* Privacy & security */
.privacy-security-section{
  width:min(calc(100% - 40px),var(--final-rail));
  margin:var(--final-space) auto;
  padding:46px;
  display:grid;
  grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);
  gap:56px;
  align-items:start;
  border:1px solid var(--final-line);
  border-radius:var(--final-radius);
  background:
    radial-gradient(circle at 92% 4%,rgba(80,214,220,.18),transparent 34%),
    linear-gradient(135deg,#f8fbfd,#edf7fb);
  color:var(--final-ink);
  box-shadow:var(--final-shadow);
}
.privacy-security-section .trust-main{max-width:470px}
.privacy-security-section .kicker{color:var(--final-blue)!important}
.privacy-security-section .trust-main h2{
  margin:14px 0 25px;
  color:var(--final-ink);
  font-size:clamp(48px,4.6vw,66px);
  line-height:1.02;
}
.privacy-security-section .trust-main h2 span{display:block;white-space:nowrap}
.privacy-security-section .trust-main>p{
  margin:0;
  color:var(--final-muted);
  font-size:18px;
  line-height:1.65;
}
.privacy-promise,.privacy-authorship{
  max-width:none;
  border:1px solid var(--final-line);
  background:rgba(255,255,255,.8);
  color:var(--final-ink);
}
.privacy-promise{margin:24px 0 14px}
.privacy-promise strong{color:var(--final-ink);font-size:17px}
.privacy-promise span{color:var(--final-muted);font-size:14px}
.privacy-authorship{margin:0 0 25px}
.privacy-authorship strong{color:var(--final-ink)}
.privacy-security-section .button-light{background:var(--final-blue);color:#fff}
.privacy-security-section .trust-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.privacy-security-section .trust-grid>div,
.privacy-security-section .trust-grid>div:nth-child(even),
.privacy-security-section .trust-grid>div:nth-child(n+3){
  min-height:220px;
  padding:25px;
  border:1px solid var(--final-line);
  border-radius:20px;
  background:rgba(255,255,255,.9);
  box-shadow:0 10px 28px rgba(8,52,86,.05);
}
.privacy-security-section .trust-grid i{margin-bottom:18px}
.privacy-security-section .trust-grid b{font-size:18px}
.privacy-security-section .trust-grid span{font-size:15px;line-height:1.58}

/* Team and advisors */
.advisors-section{
  padding-top:clamp(50px,5vw,68px);
  padding-bottom:clamp(50px,5vw,68px);
  background:#fff;
}
.people-group{
  width:100%;
  max-width:var(--final-rail);
  margin:0 auto;
  padding:34px;
  border:1px solid var(--final-line);
  border-radius:var(--final-radius);
  background:var(--final-soft);
  box-shadow:0 14px 38px rgba(8,52,86,.06);
}
.people-group+.people-group{margin-top:28px}
.people-group-heading{
  margin-bottom:28px;
  padding-bottom:25px;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);
  gap:48px;
  align-items:start;
  border-bottom:1px solid var(--final-line);
}
.people-group-heading h3{
  max-width:690px;
  margin:0;
  font-size:clamp(30px,2.8vw,41px);
  line-height:1.14;
  letter-spacing:-.035em;
  text-wrap:balance;
}
.people-group-heading>p{
  margin:0;
  padding-top:39px;
  font-size:17px;
  line-height:1.62;
}
.leadership-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.leadership-grid .advisor-card{
  min-width:0;
  min-height:0;
  height:100%;
  padding:0 20px 22px;
  display:flex;
  flex-direction:column;
  border:1px solid var(--final-line);
  border-radius:20px;
  background:#fff;
}
.leadership-grid .advisor-portrait{
  height:245px;
  margin:0 -20px 22px;
  border-radius:19px 19px 0 0;
  background:#eaf3f8;
}
.leadership-grid .advisor-portrait img{width:100%;height:100%;object-fit:contain;object-position:center top}
.leadership-grid .advisor-card-top span{font-size:13px}
.leadership-grid .advisor-card-top em{font-size:14px}
.leadership-grid .advisor-card h3{font-size:23px;line-height:1.18}
.leadership-grid .advisor-card p{font-size:15px;line-height:1.55}
.leadership-grid .advisor-tags span{font-size:11px}
.advisory-principles{
  width:100%;
  margin:20px 0 0;
  grid-template-columns:150px repeat(3,minmax(0,1fr)) 190px;
}
.advisory-principles>span,.advisory-principles>div,.advisory-principles a{min-height:78px;padding:18px}
.advisory-principles>span{font-size:11px}
.advisory-principles b,.advisory-principles a{font-size:13px}
.medical-advisor-placeholder{border-radius:20px;background:#fff}
.medical-advisor-placeholder h4{font-size:25px}
.medical-advisor-placeholder p,.medical-advisor-placeholder li{font-size:15px;line-height:1.55}

/* India, contact, FAQ, CTA and footer */
.india-section{
  width:min(calc(100% - 40px),var(--final-rail));
  margin:var(--final-space) auto;
  padding:36px 40px;
  display:grid;
  grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr);
  gap:34px;
  align-items:center;
  border:1px solid var(--final-line);
  border-radius:var(--final-radius);
  background:#edf5f8;
  box-shadow:var(--final-shadow);
}
.section.india-section-visual{
  display:block;
  padding:0;
  overflow:hidden;
  background:#f7fbfd;
}
.india-section-visual img{
  display:block;
  width:100%;
  height:auto;
}
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.india-copy{max-width:560px}
.india-copy h2 em{
  display:inline-block;
  transition:opacity .25s ease,transform .25s ease;
}
.india-copy h2,.faq-title h2,.contact-copy h2{
  margin:14px 0 24px;
  font-size:clamp(46px,4.3vw,64px);
  line-height:1.06;
}
.india-copy h2{margin:10px 0 15px;font-size:clamp(43px,3.9vw,58px);line-height:1.02}
.india-copy p{max-width:530px;margin:0;font-size:17px;line-height:1.58}
.india-live{
  min-height:286px;
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  overflow:hidden;
  border:1px solid #cddfe8;
  border-radius:22px;
  background:
    radial-gradient(circle at 88% 8%,rgba(77,214,220,.22),transparent 31%),
    linear-gradient(145deg,#fff,#f4fafc);
  box-shadow:0 16px 40px rgba(9,46,75,.08);
}
.india-live-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.india-live-top span{
  display:flex;
  align-items:center;
  gap:9px;
  color:#075dcc;
  font-size:12px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.india-live-top i{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#32c9b8;
  box-shadow:0 0 0 6px rgba(50,201,184,.12);
}
.india-live-top em{
  color:#6d8293;
  font-size:11px;
  font-style:normal;
}
.india-live h3{
  margin:24px 0 8px;
  font-size:clamp(29px,2.8vw,39px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.india-live>p{
  min-height:58px;
  max-width:610px;
  margin:0;
  color:#4d657b;
  font-size:16px;
  line-height:1.55;
}
.india-path{
  margin-top:22px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border:1px solid #d4e3eb;
  border-radius:15px;
  overflow:hidden;
  background:#fff;
}
.india-path span{
  position:relative;
  min-height:62px;
  padding:13px 11px;
  display:flex;
  align-items:flex-end;
  border-right:1px solid #dce8ee;
  color:#577084;
  font-size:11px;
  font-weight:700;
  line-height:1.3;
}
.india-path span:last-child{border-right:0}
.india-path span::before{
  content:"";
  position:absolute;
  top:13px;
  left:11px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#c4d4dc;
  transition:.3s ease;
}
.india-path span.active{color:#075dcc;background:#edf6ff}
.india-path span.active::before{
  background:#32c9b8;
  box-shadow:0 0 0 5px rgba(50,201,184,.13);
}
.india-live-foot{
  margin-top:15px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.india-live-foot span{
  padding:6px 9px;
  border:1px solid #d3e2e9;
  border-radius:999px;
  background:#fff;
  color:#34566f;
  font-size:11px;
  font-weight:700;
}
.india-section .text-exit{
  opacity:0!important;
  transform:translateY(-6px)!important;
  filter:none!important;
}
.india-section .text-enter{
  animation:indiaTextIn .42s cubic-bezier(.2,.8,.2,1)!important;
}
@keyframes indiaTextIn{
  from{opacity:0;transform:translateY(7px)}
  to{opacity:1;transform:translateY(0)}
}
.contact-section{
  width:min(calc(100% - 40px),var(--final-rail));
  margin:var(--final-space) auto;
  padding:46px;
  grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);
  gap:58px;
  border-radius:var(--final-radius);
}
.contact-copy p{font-size:18px}
.contact-direct span{font-size:12px}
.contact-direct a{font-size:16px}
.demo-form{padding:34px;border-radius:22px}
.form-heading span{font-size:21px}
.form-heading small{font-size:11px}
.demo-form label>span{font-size:12px}
.demo-form input,.demo-form select,.demo-form textarea{font-size:15px}
.form-note{font-size:11px}
.faq-section{
  max-width:none;
  display:grid;
  grid-template-columns:minmax(300px,.66fr) minmax(0,1.34fr);
  gap:clamp(52px,7vw,96px);
  align-items:start;
  background:#fff;
}
.faq-title{position:sticky;top:110px}
.faq-list summary{padding:24px 22px;font-size:18px;line-height:1.4}
.faq-list p{max-width:780px;padding:0 22px 24px;font-size:16px;line-height:1.65}
.closing-cta{
  width:min(calc(100% - 40px),var(--final-rail));
  margin:0 auto var(--final-space);
  padding:46px;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:56px;
  border-radius:var(--final-radius);
}
.closing-cta h2{font-size:clamp(42px,4vw,59px)}
.site-footer{padding:46px var(--final-pad) 22px}
.footer-top{max-width:var(--final-rail);margin:0 auto}
.footer-brand{width:210px}
.footer-intro p{font-size:15px!important;line-height:1.55}
.footer-links{grid-template-columns:repeat(3,minmax(130px,1fr));gap:54px}
.footer-links b{font-size:12px}
.footer-links a{font-size:14px}
.footer-bottom{max-width:var(--final-rail);margin:0 auto;font-size:11px}

@media(max-width:1040px){
  .product-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-link-card,.product-link-wide,.product-link-grid .product-link-card:nth-child(4){grid-column:auto}
  .product-link-grid .product-link-card:last-child{grid-column:1/-1;width:calc(50% - 10px);justify-self:center}
  .privacy-security-section{grid-template-columns:1fr;gap:38px}
  .privacy-security-section .trust-main{max-width:740px}
  .leadership-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .advisory-principles{grid-template-columns:repeat(2,minmax(0,1fr))}
  .advisory-principles>span,.advisory-principles a{grid-column:span 2}
  .advisory-principles>*{border-top:1px solid var(--final-line)}
}

@media(max-width:820px){
  .section-heading,.voices-heading,.advisors-heading,
  .people-group-heading,.origin-band,.india-section,
  .contact-section,.faq-section,.closing-cta,.adaptive-promise{
    grid-template-columns:1fr;
  }
  .advisors-heading{
    grid-template-areas:
      "label"
      "title"
      "intro";
    row-gap:12px;
  }
  .advisors-heading>div{padding-top:0}
  .section-heading,.voices-heading,.advisors-heading{gap:18px}
  .section-heading>p,.voices-intro,.advisors-heading>div{max-width:680px;justify-self:start}
  .origin-band{gap:20px;padding:38px}
  .origin-identity{grid-template-columns:132px minmax(0,1fr);gap:22px}
  .origin-medallion{width:132px;height:132px;min-width:132px}
  .adaptive-promise-visual{max-width:760px;margin:0 auto}
  .origin-band>p{max-width:720px}
  .testimonial-stage{grid-template-columns:1fr}
  .testimonial-visual{min-height:340px}
  .testimonial-controls{grid-column:1}
  .product-link-grid{grid-template-columns:1fr}
  .product-link-card,.product-link-wide,.product-link-grid .product-link-card:nth-child(4),
  .product-link-grid .product-link-card:last-child{
    grid-column:1;
    width:100%;
    min-height:0;
    grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);
    grid-template-rows:330px;
  }
  .privacy-security-section,.contact-section{width:calc(100% - 28px);padding:38px}
  .people-group-heading{gap:15px}
  .people-group-heading>p{padding-top:0}
  .india-section{
    width:calc(100% - 28px);
    padding:34px;
    gap:24px;
  }
  .india-live{min-height:0}
  .faq-title{position:static}
  .closing-cta{gap:26px}
  .footer-top{gap:42px}
}

@media(max-width:600px){
  :root{--final-space:44px}
  body{font-size:16px}
  .section{padding:44px 18px}
  .section h2,.section-heading h2,.voices-heading h2,.advisors-heading h2,
  .india-copy h2,.faq-title h2,.contact-copy h2{
    font-size:clamp(38px,11vw,49px);
    line-height:1.08;
  }
  .section p,.closing-cta p{font-size:16px}
  .origin-band{
    width:calc(100% - 24px);
    margin-top:28px;
    padding:30px 22px;
    border-radius:22px;
  }
  .adaptive-promise{
    width:calc(100% - 24px);
    margin-top:12px;
    padding:22px;
    border-radius:20px;
  }
  .adaptive-promise-visual{border-radius:15px}
  .adaptive-promise-visual>span{right:8px;bottom:8px}
  .origin-band h2{font-size:37px}
  .origin-identity{grid-template-columns:92px minmax(0,1fr);gap:17px}
  .origin-medallion{
    width:92px;
    height:92px;
    min-width:92px;
    box-shadow:0 12px 26px rgba(22,91,99,.12),0 0 0 5px rgba(255,255,255,.64);
  }
  .origin-copy>span{font-size:11px}
  .origin-band>p{font-size:16px}
  .india-section{
    width:calc(100% - 24px);
    margin:36px auto;
    padding:28px 20px;
    border-radius:22px;
  }
  .india-live{padding:22px;border-radius:21px}
  .india-live h3{margin-top:20px;font-size:30px}
  .india-live>p{min-height:0;font-size:15px}
  .india-path{grid-template-columns:repeat(2,minmax(0,1fr))}
  .india-path span:nth-child(2){border-right:0}
  .india-path span:nth-child(-n+2){border-bottom:1px solid #dce8ee}
  .origin-band .answer-chips{grid-template-columns:1fr;gap:10px}
  .origin-band .answer-chips span,
  .origin-band .answer-chips span:first-child,
  .origin-band .answer-chips span:last-child{padding:0;text-align:left}
  .product-link-card,.product-link-wide,.product-link-grid .product-link-card:nth-child(4),
  .product-link-grid .product-link-card:last-child{
    grid-template-columns:1fr;
    grid-template-rows:210px auto;
    border-radius:20px;
  }
  .product-link-card h3,.product-link-wide h3{font-size:28px}
  .testimonial-stage{border-radius:22px}
  .testimonial-copy{padding:58px 26px 36px}
  .testimonial-copy blockquote{font-size:30px}
  .testimonial-controls{grid-template-columns:1fr}
  .testimonial-dot{justify-content:flex-start;border-right:0;border-bottom:1px solid var(--final-line)}
  .privacy-security-section{
    width:calc(100% - 24px);
    padding:30px 22px;
    border-radius:22px;
  }
  .privacy-security-section .trust-main h2{font-size:43px}
  .privacy-security-section .trust-grid{grid-template-columns:1fr}
  .privacy-security-section .trust-grid>div,
  .privacy-security-section .trust-grid>div:nth-child(even),
  .privacy-security-section .trust-grid>div:nth-child(n+3){min-height:0}
  .people-group{padding:22px;border-radius:22px}
  .leadership-grid{grid-template-columns:1fr}
  .leadership-grid .advisor-portrait{height:300px}
  .advisory-principles{grid-template-columns:1fr}
  .advisory-principles>span,.advisory-principles a{grid-column:1}
  .contact-section{
    width:calc(100% - 24px);
    padding:30px 22px;
    gap:34px;
    border-radius:22px;
  }
  .demo-form{padding:24px 18px}
  .field-row{grid-template-columns:1fr}
  .form-heading{align-items:flex-start;gap:6px}
  .faq-list summary{padding:21px 16px;font-size:17px}
  .faq-list p{padding:0 16px 22px;font-size:15px}
  .closing-cta{
    width:calc(100% - 24px);
    padding:34px 24px;
    border-radius:22px;
  }
  .footer-top{display:grid;grid-template-columns:1fr}
  .footer-links{grid-template-columns:1fr 1fr;gap:34px 24px}
  .footer-bottom{gap:12px;align-items:flex-start}
}

@media(prefers-reduced-motion:reduce){
  .product-link-card,.advisor-card{transition:none!important}
  .adaptive-promise::before,.adaptive-promise-content::after,
  .adaptive-promise .kicker::before,#adaptive-dynamic-text{animation:none!important}
}

/* Cross-page distribution QA: one rail, one column rhythm, no stranded content */
.section-heading{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(38px,4.5vw,56px);
}
.section-heading>p{
  max-width:510px;
  justify-self:start;
}
.voices-heading{
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:0;
}
.voices-heading>.voices-intro{
  width:100%;
  max-width:none;
  padding:0 42px 3px 52px;
  justify-self:stretch;
  align-self:end;
}
.voices-heading>.voices-intro p{max-width:390px}
.testimonial-stage{
  min-height:0;
  grid-template-rows:minmax(390px,auto) 76px;
}
.testimonial-copy{
  min-height:390px;
  display:flex;
  flex-direction:column;
}
.testimonial-copy blockquote{margin-bottom:30px}
.testimonial-person{margin-top:auto}
.testimonial-visual{min-height:390px}
.testimonial-controls{grid-column:1/-1}
.people-group-heading{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(38px,4.5vw,56px);
  align-items:end;
}
.people-group-heading>p{
  max-width:510px;
  padding-top:0;
  justify-self:start;
}
.faq-section{
  width:min(calc(100% - 40px),var(--final-rail));
  max-width:var(--final-rail);
  margin:0 auto;
  padding-inline:0;
  grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
  gap:clamp(42px,5vw,64px);
}
.faq-list{min-width:0}

@media(max-width:820px){
  .section-heading,.voices-heading,.people-group-heading{
    grid-template-columns:1fr;
    gap:18px;
  }
  .voices-heading>.voices-intro{
    max-width:680px;
    padding:0;
    justify-self:start;
    align-self:start;
  }
  .testimonial-stage{grid-template-rows:auto}
  .testimonial-copy,.testimonial-visual{min-height:0}
  .testimonial-visual{min-height:330px}
  .faq-section{
    width:calc(100% - 28px);
    padding-inline:0;
  }
}

@media(max-width:600px){
  .faq-section{
    width:calc(100% - 24px);
    padding:44px 0;
  }
  .testimonial-copy{padding-top:44px}
  .testimonial-visual{min-height:280px}
}

/* Compact FAQ library: use the full rail instead of leaving an empty sidebar */
.faq-section.section{
  display:block;
  width:min(calc(100% - 40px),var(--final-rail));
  max-width:var(--final-rail);
  margin:0 auto;
  padding:var(--final-space) 0;
}
.faq-section .faq-title{
  position:static;
  margin:0 0 28px;
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);
  grid-template-areas:
    "label label"
    "title copy";
  column-gap:clamp(42px,5vw,64px);
  row-gap:12px;
  align-items:end;
}
.faq-section .faq-title>.kicker{grid-area:label}
.faq-section .faq-title>h2{
  grid-area:title;
  max-width:700px;
  margin:0;
  font-size:clamp(43px,4vw,58px);
}
.faq-section .faq-title>p{
  grid-area:copy;
  max-width:450px;
  margin:0 0 5px;
  align-self:end;
  font-size:17px;
  line-height:1.58;
}
.faq-section .faq-list{
  width:100%;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  overflow:visible;
  border:0;
  background:transparent;
  box-shadow:none;
}
.faq-section .faq-list details{
  min-height:0;
  padding:0 18px;
  border:1px solid var(--final-line)!important;
  border-radius:17px!important;
  background:rgba(255,255,255,.92);
}
.faq-section .faq-list details[open]{grid-row:auto}
.faq-section .faq-list summary{
  min-height:104px;
  padding:18px 38px 18px 30px;
  font-size:16px;
  line-height:1.35;
}
.faq-section .faq-list summary::before{top:21px}
.faq-section .faq-list p{
  margin:-3px 0 20px 30px;
  padding:0;
  font-size:15px;
  line-height:1.62;
}

@media(max-width:900px){
  .faq-section .faq-title{
    grid-template-columns:1fr;
    grid-template-areas:
      "label"
      "title"
      "copy";
    gap:10px;
  }
  .faq-section .faq-title>p{max-width:680px;margin-top:4px}
  .faq-section .faq-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:600px){
  .faq-section.section{
    width:calc(100% - 24px);
    padding:44px 0;
  }
  .faq-section .faq-title{margin-bottom:22px}
  .faq-section .faq-list{grid-template-columns:1fr}
  .faq-section .faq-list summary{min-height:86px}
}

/* Cleaner FAQ cards: questions do not need decorative sequence numbers */
.faq-section .faq-list summary::before{display:none}
.faq-section .faq-list summary{
  padding-left:0;
}
.faq-section .faq-list p{
  margin-left:0;
}

/* Compact closing handoff with both columns on one intentional axis */
.closing-cta{
  padding:42px 46px;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
  gap:clamp(42px,5vw,60px);
  align-items:start;
}
.closing-cta>div{min-width:0}
.closing-cta>div:first-child{max-width:640px}
.closing-cta>div:last-child{
  max-width:480px;
  padding-top:34px;
  justify-self:end;
}
.closing-cta h2{
  margin:13px 0 0;
  font-size:clamp(43px,3.8vw,54px);
  line-height:1.06;
}
.closing-cta>div:last-child p{
  margin:0;
  font-size:17px;
  line-height:1.65;
}
.closing-cta>div:last-child .button{
  margin-top:24px;
}

@media(max-width:820px){
  .closing-cta{
    grid-template-columns:1fr;
    gap:22px;
  }
  .closing-cta>div:last-child{
    max-width:680px;
    padding-top:0;
    justify-self:start;
  }
}

@media(max-width:600px){
  .closing-cta{padding:32px 24px}
}

/* Moving testimonial stories */
.story-section {
  position: relative;
  overflow: hidden;
  padding: clamp(62px, 6vw, 86px) 0 clamp(64px, 6vw, 88px);
  background:
    radial-gradient(circle at 14% 12%, rgba(24, 128, 211, .26), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(63, 210, 205, .14), transparent 28%),
    #031d36;
  color: #fff;
}

.story-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 88%);
}

.story-heading {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), var(--final-rail));
  margin: 0 auto clamp(28px, 3.5vw, 46px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .62fr);
  grid-template-areas:
    "label source"
    "title intro";
  gap: 10px clamp(42px, 6vw, 88px);
  align-items: end;
}

.story-heading .kicker {
  grid-area: label;
  color: #59e2de;
}

.story-heading h2 {
  grid-area: title;
  max-width: 760px;
  margin: 8px 0 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(48px, 5.2vw, 74px);
  font-weight: 500;
  line-height: .99;
  letter-spacing: -.052em;
}

.story-heading h2 em {
  color: #58dce1;
  font-style: normal;
  font-weight: 700;
}

.story-heading p {
  grid-area: intro;
  max-width: 440px;
  margin: 0;
  color: #c4d7e7;
  font-size: 17px;
  line-height: 1.62;
}

.story-source {
  grid-area: source;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #d7e8f4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.story-source i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #55ddd8;
  box-shadow: 0 0 0 5px rgba(85,221,216,.12);
}

.story-carousel {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 452px;
  outline: none;
}

.story-viewport {
  position: relative;
  width: 100%;
  height: 390px;
  overflow: hidden;
}

.story-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.story-card {
  position: absolute;
  top: 8px;
  left: 50%;
  width: min(650px, 51vw);
  min-height: 350px;
  padding: clamp(30px, 3vw, 42px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(147, 204, 237, .28);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(19, 65, 101, .97), rgba(5, 36, 64, .98));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
  transition: left .72s cubic-bezier(.22,.75,.22,1), transform .72s cubic-bezier(.22,.75,.22,1), opacity .55s ease, filter .55s ease;
}

.story-card::before {
  content: "“";
  position: absolute;
  right: 28px;
  top: -18px;
  color: rgba(100, 218, 220, .11);
  font-family: Georgia, serif;
  font-size: 170px;
  line-height: 1;
}

.story-card[data-position="active"] {
  left: 50%;
  z-index: 3;
  opacity: 1;
  filter: none;
  transform: translateX(-50%) scale(1);
}

.story-card[data-position="prev"] {
  left: 0;
  z-index: 1;
  opacity: .48;
  filter: saturate(.65);
  transform: translateX(-56%) scale(.88);
}

.story-card[data-position="next"] {
  left: 100%;
  z-index: 1;
  opacity: .48;
  filter: saturate(.65);
  transform: translateX(-44%) scale(.88);
}

.story-card[data-position="hidden"] {
  opacity: 0;
  transform: translateX(-50%) scale(.8);
  pointer-events: none;
}

.story-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #61e1dc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.story-card-top small {
  color: #8ea9bc;
  font-size: 10px;
  letter-spacing: .08em;
}

.story-card blockquote {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: clamp(36px, 4vw, 56px) 0 34px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(29px, 2.7vw, 39px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.story-person {
  position: relative;
  z-index: 1;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 13px;
}

.story-avatar {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  color: #075cff;
  background: #eaf5ff;
  font-size: 11px;
  font-weight: 900;
}

.story-person > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.story-person b {
  color: #fff;
  font-size: 16px;
}

.story-person small {
  color: #9db4c6;
  font-size: 12px;
}

.story-signal {
  position: absolute;
  right: 34px;
  bottom: 35px;
  display: flex;
  align-items: end;
  gap: 5px;
  height: 42px;
  opacity: .65;
}

.story-signal span {
  width: 5px;
  height: 34%;
  border-radius: 5px;
  background: #5ce0dc;
  animation: storySignal 1.4s ease-in-out infinite alternate;
}

.story-signal span:nth-child(2) { height: 72%; animation-delay: -.6s; }
.story-signal span:nth-child(3) { height: 100%; animation-delay: -.2s; }
.story-signal span:nth-child(4) { height: 58%; animation-delay: -.8s; }
.story-signal span:nth-child(5) { height: 82%; animation-delay: -.4s; }
.signal-two span { background: #58aefa; }
.signal-three span { background: #a99af4; }

.story-arrow {
  position: absolute;
  z-index: 6;
  top: 168px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  color: #fff;
  background: #075cff;
  box-shadow: 0 13px 36px rgba(7,92,255,.35);
  font-size: 25px;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease;
}

.story-arrow:hover,
.story-arrow:focus-visible {
  background: #18a7bb;
  transform: scale(1.08);
}

.story-prev { left: calc(50% - min(355px, 28vw)); }
.story-next { right: calc(50% - min(355px, 28vw)); }

.story-pagination {
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

.story-dot {
  width: 54px;
  height: 5px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(255,255,255,.18);
  cursor: pointer;
}

.story-dot span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #59dfda;
  transform: scaleX(0);
  transform-origin: left;
}

.story-dot.active span {
  animation: storyProgress 5s linear forwards;
}

.story-carousel:hover .story-dot.active span,
.story-carousel:focus-within .story-dot.active span {
  animation-play-state: paused;
}

@keyframes storyProgress {
  to { transform: scaleX(1); }
}

@keyframes storySignal {
  to { transform: scaleY(.45); opacity: .45; }
}

@media (max-width: 900px) {
  .story-heading {
    grid-template-columns: 1fr;
    grid-template-areas: "label" "title" "intro" "source";
    gap: 13px;
  }

  .story-heading h2 { max-width: 720px; }
  .story-heading p { max-width: 620px; }
  .story-card { width: min(650px, 72vw); }
  .story-prev { left: 7vw; }
  .story-next { right: 7vw; }
}

@media (max-width: 620px) {
  .story-section {
    padding: 54px 0 58px;
  }

  .story-heading {
    width: calc(100% - 36px);
    margin-bottom: 24px;
  }

  .story-heading h2 {
    font-size: clamp(43px, 12vw, 58px);
  }

  .story-heading p {
    font-size: 15px;
  }

  .story-carousel {
    min-height: 420px;
  }

  .story-viewport {
    height: 356px;
  }

  .story-card {
    top: 4px;
    width: calc(100% - 36px);
    min-height: 320px;
    padding: 28px 25px;
    border-radius: 22px;
  }

  .story-card[data-position="prev"] {
    left: 0;
    opacity: 0;
    transform: translateX(-95%) scale(.9);
  }

  .story-card[data-position="next"] {
    left: 100%;
    opacity: 0;
    transform: translateX(-5%) scale(.9);
  }

  .story-card blockquote {
    margin: 34px 0 28px;
    font-size: 29px;
  }

  .story-card-top small,
  .story-signal {
    display: none;
  }

  .story-arrow {
    top: 302px;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .story-prev { left: 28px; }
  .story-next { right: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .story-card,
  .story-arrow,
  .story-signal span {
    transition: none;
    animation: none;
  }

  .story-dot.active span {
    animation: none;
    transform: scaleX(1);
  }
}

/* =========================================================
   Unified NivaCare palette
   Philips blue = primary surface and action.
   Navy is reserved for typography; cyan is a signal accent.
   ========================================================= */
:root {
  --niva-blue: #075cff;
  --niva-blue-deep: #064bcc;
  --niva-blue-bright: #1977f3;
  --niva-cyan: #55d9df;
  --niva-ink: #10233d;
  --niva-muted: #526b82;
  --niva-pale: #eef6ff;
  --niva-line: #cddfee;
}

.adaptive-promise,
.contact-section,
.closing-cta {
  border-color: rgba(255,255,255,.26)!important;
  background:
    radial-gradient(circle at 88% 8%, rgba(87,224,228,.28), transparent 31%),
    linear-gradient(135deg, var(--niva-blue) 0%, var(--niva-blue-deep) 58%, var(--niva-blue-bright) 100%)!important;
  box-shadow: 0 24px 60px rgba(7,92,255,.18)!important;
}

.adaptive-promise::before,
.contact-section::before,
.contact-section::after {
  border-color: rgba(255,255,255,.14)!important;
  background: transparent!important;
}

.adaptive-promise .kicker,
.contact-section .kicker,
.closing-cta .kicker {
  color: #c8fbff!important;
}

.adaptive-promise h2,
.contact-section h2,
.closing-cta h2,
.contact-copy h2 {
  color: #fff!important;
}

.adaptive-promise h2 em,
#adaptive-dynamic-text {
  color: #b8f7ff!important;
  background: none!important;
  -webkit-text-fill-color: currentColor!important;
}

.adaptive-promise-content::after {
  background: linear-gradient(90deg,#fff,var(--niva-cyan),transparent)!important;
}

.contact-copy p,
.contact-direct,
.contact-direct a,
.closing-cta p {
  color: rgba(255,255,255,.88)!important;
}

.contact-journey::before {
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.55) 12%,rgba(255,255,255,.55) 88%,transparent)!important;
}

.contact-journey-icon {
  border-color: rgba(255,255,255,.36)!important;
  background: rgba(255,255,255,.16)!important;
  box-shadow: 0 0 0 5px rgba(7,92,255,.6)!important;
  color: #fff!important;
}

.contact-journey b,
.contact-journey small {
  color: #fff!important;
}

.demo-form {
  border-color: rgba(255,255,255,.46)!important;
  box-shadow: 0 22px 52px rgba(1,40,126,.24)!important;
}

.closing-cta .button,
.closing-cta .button-primary {
  border-color: #fff!important;
  background: #fff!important;
  color: var(--niva-blue)!important;
  box-shadow: 0 13px 28px rgba(1,40,126,.2)!important;
}

.closing-cta .button:hover,
.closing-cta .button-primary:hover {
  background: #eef6ff!important;
  color: var(--niva-blue-deep)!important;
}

.story-section {
  color: var(--niva-ink)!important;
  background:
    radial-gradient(circle at 82% 18%, rgba(84,218,224,.15), transparent 28%),
    linear-gradient(180deg,#f4f9ff 0%,#eaf3ff 100%)!important;
}

.story-section::before {
  border-color: rgba(7,92,255,.08)!important;
  background: radial-gradient(circle at 10% 80%,rgba(7,92,255,.08),transparent 32%)!important;
}

.story-heading h2,
.story-heading p {
  color: var(--niva-ink)!important;
}

.story-heading h2 em {
  color: var(--niva-blue)!important;
}

.story-heading .kicker,
.story-source {
  color: var(--niva-blue)!important;
}

.story-card[data-position="active"] {
  border-color: rgba(7,92,255,.36)!important;
  background: linear-gradient(145deg,#075cff,#086adf)!important;
  box-shadow: 0 24px 55px rgba(7,92,255,.22)!important;
}

.story-card[data-position="prev"],
.story-card[data-position="next"] {
  border-color: rgba(7,92,255,.2)!important;
  background: linear-gradient(145deg,#e9f3ff,#f8fbff)!important;
}

.story-card[data-position="prev"] *,
.story-card[data-position="next"] * {
  color: var(--niva-muted)!important;
}

.story-arrow {
  border-color: #fff!important;
  background: var(--niva-blue)!important;
  color: #fff!important;
  box-shadow: 0 10px 24px rgba(7,92,255,.22)!important;
}

.faq-section,
.product-suite-section,
.india-section {
  color: var(--niva-ink);
}

.form-note,
.form-note a {
  color: #647c92!important;
}

.form-note {
  font-size: 12px!important;
  line-height: 1.45!important;
}

.form-note a {
  font-weight: 700;
  text-decoration-color: rgba(7,92,255,.35);
  text-underline-offset: 3px;
}

/* Testimonial carousel aligned with the NivaCare light visual system */
.story-section {
  padding: clamp(58px, 5.5vw, 78px) 0 clamp(58px, 5.5vw, 80px);
  color: #10233d;
  background:
    radial-gradient(circle at 90% 8%, rgba(80, 218, 221, .18), transparent 24%),
    linear-gradient(180deg, #f4f9fc 0%, #eaf3f8 100%);
}

.story-section::before {
  background: radial-gradient(circle at 9% 82%, rgba(7, 92, 255, .07), transparent 28%);
  mask-image: none;
}

.story-heading {
  margin-bottom: clamp(24px, 3vw, 36px);
  grid-template-areas:
    "label ."
    "title intro"
    "title source";
  align-items: start;
}

.story-heading .kicker {
  color: #075cff;
}

.story-heading h2 {
  color: #10233d;
  font-size: clamp(48px, 4.8vw, 68px);
  line-height: 1.02;
}

.story-heading h2 em {
  color: #075cff;
}

.story-heading p {
  padding-top: 12px;
  color: #48647b;
  font-size: 17px;
}

.story-source {
  margin-top: 12px;
  padding: 9px 13px;
  border: 1px solid #c9dce8;
  border-radius: 999px;
  color: #365a74;
  background: rgba(255,255,255,.82);
}

.story-carousel {
  width: min(100%, 1600px);
  min-height: 430px;
  margin: 0 auto;
}

.story-viewport {
  height: 372px;
}

.story-card {
  top: 7px;
  width: min(620px, 48vw);
  min-height: 336px;
  border-color: #c7dce8;
  color: #10233d;
  background:
    radial-gradient(circle at 90% 15%, rgba(82, 219, 218, .15), transparent 24%),
    linear-gradient(145deg, #ffffff, #f5faff);
  box-shadow: 0 22px 65px rgba(20, 69, 108, .13);
}

.story-card::before {
  color: rgba(7, 92, 255, .07);
}

.story-card[data-position="prev"] {
  left: 50%;
  opacity: .7;
  filter: saturate(.75);
  transform: translateX(calc(-50% - 610px)) scale(.88);
}

.story-card[data-position="next"] {
  left: 50%;
  opacity: .7;
  filter: saturate(.75);
  transform: translateX(calc(-50% + 610px)) scale(.88);
}

.story-card-top {
  color: #075fcc;
}

.story-card-top small {
  color: #6b8498;
}

.story-card blockquote {
  color: #10233d;
}

.story-person b {
  color: #10233d;
}

.story-person small {
  color: #60798d;
}

.story-avatar {
  border-color: #c4dcea;
  background: #e8f3fb;
}

.story-signal {
  opacity: .8;
}

.story-arrow {
  top: 151px;
  border-color: #075cff;
  color: #075cff;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7,92,255,.18);
}

.story-arrow:hover,
.story-arrow:focus-visible {
  color: #fff;
  background: #075cff;
}

.story-prev { left: calc(50% - min(335px, 27vw)); }
.story-next { right: calc(50% - min(335px, 27vw)); }

.story-dot {
  background: #c5d7e2;
}

.story-dot span {
  background: linear-gradient(90deg, #075cff, #25bec5);
}

@media (max-width: 900px) {
  .story-heading {
    grid-template-areas: "label" "title" "intro" "source";
  }

  .story-heading p {
    padding-top: 0;
  }

  .story-card {
    width: min(620px, 72vw);
  }

  .story-card[data-position="prev"] {
    transform: translateX(calc(-50% - 72vw)) scale(.88);
  }

  .story-card[data-position="next"] {
    transform: translateX(calc(-50% + 72vw)) scale(.88);
  }
}

@media (max-width: 620px) {
  .story-carousel {
    min-height: 405px;
  }

  .story-viewport {
    height: 348px;
  }

  .story-card {
    width: calc(100% - 36px);
    min-height: 312px;
  }

  .story-card[data-position="prev"] {
    left: 0;
    opacity: 0;
    transform: translateX(-95%) scale(.9);
  }

  .story-card[data-position="next"] {
    left: 100%;
    opacity: 0;
    transform: translateX(-5%) scale(.9);
  }

  .story-arrow {
    top: 294px;
  }
}

/* Fixed-size India and multispecialty visual */
.section.india-section-visual {
  position: relative;
  aspect-ratio: 1699 / 926;
}

.india-visual-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #f7fbfd;
}

.india-visual-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.018);
  transition: opacity .7s ease, transform .9s ease, visibility .7s;
}

.india-visual-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.india-visual-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.india-section-visual .india-visual-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.multispecialty-slide {
  background: linear-gradient(180deg, #f8fbff, #eef6fb);
}

.india-visual-switcher {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 18px;
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(150, 185, 207, .56);
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 32px rgba(21,70,108,.14);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.india-visual-switcher button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 7px 16px 7px 8px;
  border: 0;
  border-radius: 999px;
  color: #294b67;
  background: transparent;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.india-visual-switcher button strong {
  font: inherit;
  white-space: nowrap;
}

.india-tab-icon {
  position: relative;
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #075cff;
  background: #eaf3ff;
}

.india-tab-network::before {
  width: 6px;
  height: 6px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: -7px 5px 0 -2px currentColor, 7px 5px 0 -2px currentColor;
  content: "";
}

.india-tab-specialties::before,
.india-tab-specialties::after {
  position: absolute;
  border-radius: 3px;
  background: currentColor;
  content: "";
}

.india-tab-specialties::before {
  width: 12px;
  height: 3px;
}

.india-tab-specialties::after {
  width: 3px;
  height: 12px;
}

.india-visual-switcher button.active {
  color: #fff;
  background: #075cff;
  box-shadow: 0 8px 20px rgba(7,92,255,.2);
}

.india-visual-switcher button.active .india-tab-icon {
  color: #fff;
  background: rgba(255,255,255,.17);
}

.india-visual-switcher button:hover {
  transform: translateY(-1px);
}

@media (max-width: 700px) {
  .india-visual-switcher {
    bottom: 8px;
    max-width: calc(100% - 16px);
  }

  .india-visual-switcher button {
    min-height: 36px;
    gap: 6px;
    padding: 5px 10px 5px 5px;
    font-size: 10px;
  }

  .india-tab-icon {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
  }
}

/* Keep the longer mission statement secondary to the hero headline. */
.hero-lede {
  max-width: 680px;
  margin-bottom: 26px;
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.52;
}

@media (max-width: 620px) {
  .hero-lede {
    max-width: 34rem;
    font-size: 15px;
    line-height: 1.55;
  }
}

@media (prefers-reduced-motion: reduce) {
  .india-visual-slide {
    transition: none;
  }
}

/* Compact connected-care demo panel */
.contact-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 40px;
  grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
  gap: 38px;
  align-items: stretch;
  background:
    radial-gradient(circle at 91% 12%, rgba(82, 218, 224, .2), transparent 32%),
    linear-gradient(125deg, #032746 0%, #053a61 66%, #0a5672 100%);
}

.contact-section::before,
.contact-section::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(103, 224, 225, .13);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.contact-section::before {
  width: 330px;
  height: 330px;
  left: -180px;
  bottom: -210px;
}

.contact-section::after {
  width: 210px;
  height: 210px;
  right: -95px;
  top: -110px;
}

.contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 540px;
  padding: 4px 0;
}

.contact-copy .kicker {
  margin-bottom: 13px;
}

.contact-copy h2 {
  max-width: 510px;
  margin: 0 0 16px;
  font-size: clamp(43px, 4vw, 60px);
  line-height: 1.01;
  text-wrap: balance;
}

.contact-copy p {
  max-width: 500px;
  margin: 0;
  color: #c9dce8;
  font-size: 16px;
  line-height: 1.55;
}

.contact-journey {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}

.contact-journey > div {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 11px;
  padding: 11px 12px;
  border: 1px solid rgba(155, 213, 229, .19);
  border-radius: 14px;
  background: rgba(255, 255, 255, .055);
}

.contact-journey span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.contact-journey b {
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
}

.contact-journey small {
  color: #9fc1d2;
  font-size: 10px;
  line-height: 1.25;
}

.contact-journey-icon {
  position: relative;
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  color: #5fe1df;
  background: rgba(72, 214, 215, .12);
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
}

.icon-access::before {
  width: 12px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 3px;
  content: "";
}

.icon-access::after {
  position: absolute;
  top: 8px;
  width: 8px;
  border-top: 2px solid currentColor;
  content: "";
}

.icon-context::before {
  width: 13px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 2px;
  box-shadow: 4px 4px 0 -2px rgba(95, 225, 223, .35);
  content: "";
}

.icon-context::after {
  position: absolute;
  width: 7px;
  height: 4px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
}

.icon-ai {
  background: linear-gradient(145deg, rgba(42, 135, 255, .22), rgba(72, 214, 215, .14));
  letter-spacing: -.03em;
}

.icon-continuity::before {
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-left-color: transparent;
  border-radius: 50%;
  content: "";
}

.icon-continuity::after {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 6px solid currentColor;
  border-bottom: 4px solid transparent;
  content: "";
  transform: rotate(-18deg);
}

.contact-direct {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 14px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(154, 208, 225, .17);
}

.contact-direct span {
  grid-row: span 2;
  align-self: center;
  margin: 0;
  color: #70e0df;
}

.contact-direct a {
  color: #fff;
  line-height: 1.25;
}

.demo-form {
  align-self: stretch;
  padding: 28px;
  border: 1px solid rgba(194, 217, 231, .78);
  background:
    radial-gradient(circle at 100% 0, rgba(91, 218, 223, .1), transparent 31%),
    #fff;
  box-shadow: 0 22px 60px rgba(0, 20, 42, .2);
}

.form-heading {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e9ef;
}

.form-heading span {
  max-width: 245px;
  font-size: 22px;
  line-height: 1.2;
}

.form-heading small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #587389;
}

.form-heading small i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2ebaa4;
  box-shadow: 0 0 0 4px rgba(46, 186, 164, .12);
}

.demo-form label {
  gap: 6px;
  margin-bottom: 12px;
}

.demo-form input,
.demo-form select {
  min-height: 45px;
}

.demo-form textarea {
  min-height: 78px;
}

.demo-form input,
.demo-form select,
.demo-form textarea {
  border-color: #cedde7;
  background: #f7fafc;
}

.form-submit {
  min-height: 47px;
  margin-top: 4px;
}

.form-note {
  margin-top: 10px;
}

@media (max-width: 920px) {
  .contact-section {
    grid-template-columns: 1fr;
    padding: 34px;
  }

  .contact-copy {
    max-width: none;
  }

  .contact-copy p {
    max-width: 680px;
  }
}

@media (max-width: 600px) {
  .contact-section {
    padding: 27px 20px;
    gap: 26px;
  }

  .contact-copy h2 {
    font-size: clamp(38px, 12vw, 48px);
  }

  .contact-journey {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .contact-journey > div {
    min-height: 61px;
  }

  .contact-direct {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .contact-direct span {
    grid-row: auto;
  }

  .demo-form {
    padding: 22px 17px;
  }

  .form-heading {
    align-items: flex-start;
  }
}

/* High-contrast care-view switcher over the pale India illustration. */
.india-visual-switcher {
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .9);
  background: rgba(8, 42, 75, .95);
  box-shadow:
    0 16px 38px rgba(4, 34, 68, .28),
    0 0 0 3px rgba(7, 92, 255, .12);
  backdrop-filter: blur(16px);
}

.india-visual-switcher button {
  min-height: 46px;
  padding: 8px 18px 8px 9px;
  border: 1px solid transparent;
  color: #fff;
}

.india-visual-switcher button:not(.active) {
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .09);
}

.india-visual-switcher button:not(.active) .india-tab-icon {
  color: #9ff6f1;
  background: rgba(255, 255, 255, .12);
}

.india-visual-switcher button.active {
  border-color: rgba(255, 255, 255, .92);
  background: #075cff;
  box-shadow: 0 8px 22px rgba(7, 92, 255, .36);
}

.india-visual-switcher button:hover {
  background: #116bff;
}

.india-visual-switcher button:focus-visible {
  outline: 3px solid #61e1dc;
  outline-offset: 3px;
}

@media (max-width: 700px) {
  .india-visual-switcher {
    gap: 4px;
    padding: 5px;
  }

  .india-visual-switcher button {
    min-height: 44px;
    padding: 7px 12px 7px 7px;
    font-size: 11px;
  }
}

/* Contact panel refinement: wider form, lighter pathway, less vertical space */
@media (min-width: 921px) {
  .contact-section {
    padding: 32px;
    grid-template-columns: minmax(300px, .72fr) minmax(500px, 1.28fr);
    gap: 26px;
    align-items: center;
  }

  .contact-copy {
    max-width: 410px;
    padding: 0;
  }

  .contact-copy h2 {
    margin-bottom: 13px;
    font-size: clamp(40px, 3.55vw, 52px);
    line-height: 1.02;
  }

  .contact-copy p {
    font-size: 14px;
    line-height: 1.5;
  }

  .contact-journey {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 23px 0 0;
  }

  .contact-journey::before {
    position: absolute;
    top: 17px;
    right: 10%;
    left: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(96, 225, 223, .5) 12%, rgba(96, 225, 223, .5) 88%, transparent);
    content: "";
  }

  .contact-journey > div {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    padding: 0 3px;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
  }

  .contact-journey-icon {
    flex-basis: 35px;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(101, 226, 224, .25);
    border-radius: 50%;
    background: #0b4968;
    box-shadow: 0 0 0 5px #073a5b;
  }

  .contact-journey span {
    gap: 0;
  }

  .contact-journey b {
    font-size: 10px;
    line-height: 1.2;
  }

  .contact-journey small {
    display: none;
  }

  .contact-direct {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 12px;
    margin-top: 20px;
    padding-top: 14px;
  }

  .contact-direct span {
    grid-row: auto;
    margin-right: 4px;
  }

  .contact-direct a {
    font-size: 13px;
  }

  .demo-form {
    width: 100%;
    padding: 24px 26px 21px;
  }

  .form-heading {
    margin-bottom: 16px;
    padding-bottom: 13px;
  }

  .form-heading span {
    max-width: none;
    font-size: 20px;
    white-space: nowrap;
  }

  .form-heading small {
    font-size: 10px;
  }

  .field-row {
    gap: 12px;
  }

  .demo-form label {
    margin-bottom: 9px;
  }

  .demo-form label > span {
    font-size: 10px;
  }

  .demo-form input,
  .demo-form select {
    min-height: 42px;
    padding: 10px 12px;
    font-size: 13px;
  }

  .demo-form textarea {
    min-height: 64px;
    padding: 10px 12px;
    font-size: 13px;
  }

  .form-submit {
    min-height: 44px;
  }

  .form-note {
    margin: 8px 0 0;
    font-size: 10px;
  }
}

/* One action colour throughout the public site: Philips-style blue. */
.button-primary,
.form-submit,
.header-actions .button,
.site-header.scrolled .header-actions .button,
.privacy-security-section .button-light {
  border-color:#075cff!important;
  background:#075cff!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(7,92,255,.2)!important;
}

/* Keep navigation labels readable while the transparent header sits over the
   blue hero. The base stylesheet's blue hover colour otherwise disappears
   against this background. */
.site-header:not(.scrolled) .desktop-nav a:hover,
.site-header:not(.scrolled) .desktop-nav a:focus-visible,
.site-header:not(.scrolled) .text-link:hover,
.site-header:not(.scrolled) .text-link:focus-visible {
  color:#fff;
  text-shadow:0 0 14px rgba(189,252,255,.72);
}

.site-header:not(.scrolled) .desktop-nav a:hover::after,
.site-header:not(.scrolled) .desktop-nav a:focus-visible::after {
  left:0;
  right:0;
  background:#bdfcff;
  box-shadow:0 0 10px rgba(189,252,255,.72);
}

.site-header.scrolled .desktop-nav a:hover,
.site-header.scrolled .desktop-nav a:focus-visible,
.site-header.scrolled .text-link:hover,
.site-header.scrolled .text-link:focus-visible {
  color:#075cff;
}

.button-primary:hover,
.form-submit:hover,
.header-actions .button:hover,
.privacy-security-section .button-light:hover {
  background:#0051df!important;
  box-shadow:0 16px 34px rgba(7,92,255,.28)!important;
}

/* Scroll-directed product storytelling: depth without extra page height. */
.scroll-scene {
  --section-progress: .5;
  --section-shift: 0;
  position: relative;
  isolation: isolate;
}

.scroll-scene::before {
  position: absolute;
  z-index: -1;
  width: clamp(220px, 34vw, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(69, 221, 226, .16), rgba(7, 92, 255, .055) 46%, transparent 72%);
  opacity: var(--glow-opacity, .48);
  pointer-events: none;
  content: "";
  transform: translate3d(var(--glow-x, 0), var(--glow-y, 0), 0);
}

.scroll-scene:nth-of-type(odd)::before {
  top: 2%;
  right: -9%;
}

.scroll-scene:nth-of-type(even)::before {
  bottom: 0;
  left: -10%;
}

.scroll-visual {
  transform: perspective(1500px) translate3d(0, var(--motion-y, 0), 0) rotateX(var(--motion-rotate, 0deg));
  transform-origin: 50% 45%;
  transform-style: preserve-3d;
  will-change: transform;
}

.adaptive-promise-visual.scroll-visual,
.twin-lab.scroll-visual,
.agent-console.scroll-visual,
.india-visual-stage.scroll-visual,
.demo-form.scroll-visual {
  filter: drop-shadow(0 22px 28px rgba(8, 51, 82, .12));
}

.motion-card {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(.985);
  transition:
    opacity .65s cubic-bezier(.2, .7, .2, 1),
    transform .8s cubic-bezier(.16, 1, .3, 1),
    border-color .3s ease,
    box-shadow .3s ease;
  transition-delay: calc(var(--motion-order, 0) * 70ms);
}

.motion-entered .motion-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.motion-entered .product-link-card:hover {
  transform: translate3d(0, -6px, 0) scale(1);
}

.scroll-scene .kicker,
.scroll-scene .product-kicker {
  position: relative;
}

.scroll-scene .kicker::before,
.scroll-scene .product-kicker::before {
  display: inline-block;
  width: 0;
  height: 2px;
  margin-right: 0;
  border-radius: 10px;
  background: #60e1df;
  vertical-align: middle;
  content: "";
  transition: width .65s cubic-bezier(.16, 1, .3, 1), margin-right .65s cubic-bezier(.16, 1, .3, 1);
}

.scroll-scene.motion-entered .kicker::before,
.scroll-scene.motion-entered .product-kicker::before {
  width: 28px;
  margin-right: 10px;
}

.hero-video {
  transform: translate3d(0, var(--hero-video-y, 0), 0) scale(var(--hero-video-scale, 1.035));
  transform-origin: center;
  will-change: transform;
}

.hero-copy {
  transform: translate3d(0, var(--hero-copy-y, 0), 0);
  will-change: transform;
}

.hero-system {
  transform: perspective(1600px)
    translate3d(0, var(--hero-system-y, 0), 0)
    rotateX(var(--hero-system-rotate, 0deg));
  transform-origin: center top;
  will-change: transform;
}

.product-link-card:hover img,
.india-visual-stage:hover img {
  transform: scale(1.018);
}

.product-link-card img,
.india-visual-stage img {
  transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}

@media (max-width: 860px) {
  .scroll-scene::before {
    width: 260px;
    opacity: .28;
  }

  .scroll-visual,
  .hero-copy,
  .hero-system,
  .hero-video {
    transform: none;
    will-change: auto;
  }

  .motion-card {
    transform: translate3d(0, 16px, 0);
    transition-delay: calc(min(var(--motion-order, 0), 3) * 55ms);
  }

  .motion-entered .motion-card {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-scene::before {
    transform: none;
  }

  .scroll-visual,
  .hero-copy,
  .hero-system,
  .hero-video,
  .motion-card {
    transform: none!important;
    filter: none!important;
    opacity: 1!important;
    transition: none!important;
    will-change: auto!important;
  }
}

/* Active testimonial contrast — always readable on the Philips-blue card. */
.story-card[data-position="active"] {
  color: #fff!important;
}

.story-card[data-position="active"]::before {
  color: rgba(255,255,255,.12)!important;
}

.story-card[data-position="active"] .story-card-top {
  color: #c9fbff!important;
}

.story-card[data-position="active"] .story-card-top small {
  color: rgba(255,255,255,.72)!important;
}

.story-card[data-position="active"] blockquote,
.story-card[data-position="active"] .story-person b {
  color: #fff!important;
  text-shadow: 0 1px 1px rgba(0,28,90,.08);
}

.story-card[data-position="active"] .story-person small {
  color: rgba(255,255,255,.78)!important;
}

.story-card[data-position="active"] .story-avatar {
  border-color: rgba(255,255,255,.72)!important;
  background: #fff!important;
  color: #075cff!important;
}

.story-card[data-position="active"] .story-signal span {
  background: #a7f7ff!important;
}

/* Philips-blue hero wash: bright clinical blue with protected text contrast. */
.hero-video-overlay {
  background:
    linear-gradient(90deg,
      rgba(4,73,190,.97) 0%,
      rgba(7,92,255,.9) 34%,
      rgba(18,112,237,.58) 61%,
      rgba(81,181,226,.18) 100%),
    linear-gradient(0deg,rgba(3,60,158,.32),transparent 56%)!important;
}

.hero .eyebrow {
  color: #c8fbff!important;
}

.hero .button-primary {
  border-color: #fff!important;
  background: #fff!important;
  color: #075cff!important;
  box-shadow: 0 14px 30px rgba(0,43,133,.2)!important;
}

.hero .button-primary:hover {
  background: #eef6ff!important;
  color: #064bcc!important;
}

.hero .button-ghost {
  border-color: rgba(255,255,255,.82)!important;
  background: rgba(255,255,255,.08)!important;
  color: #fff!important;
}

.hero .button-ghost:hover {
  background: rgba(255,255,255,.16)!important;
}

@media (max-width: 800px) {
  .hero-video-overlay {
    background:
      linear-gradient(90deg,rgba(4,73,190,.97),rgba(7,92,255,.9) 62%,rgba(16,105,226,.68)),
      linear-gradient(0deg,rgba(3,60,158,.36),transparent 50%)!important;
  }
}

/* Philips-blue footer — final large-surface palette alignment. */
.site-footer {
  color: #fff!important;
  background:
    radial-gradient(circle at 88% 0%,rgba(85,217,223,.27),transparent 30%),
    linear-gradient(135deg,#075cff 0%,#064bcc 62%,#1977f3 100%)!important;
}

.site-footer .footer-brand img {
  filter: brightness(0) invert(1)!important;
}

.site-footer .footer-intro p {
  color: rgba(255,255,255,.84)!important;
}

.site-footer .footer-email {
  color: #c9fbff!important;
}

.site-footer .footer-links b {
  color: #fff!important;
}

.site-footer .footer-links a {
  color: rgba(255,255,255,.82)!important;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus-visible {
  color: #fff!important;
  text-decoration-color: #c9fbff;
}

.site-footer .footer-bottom {
  border-color: rgba(255,255,255,.24)!important;
  color: rgba(255,255,255,.72)!important;
}

/* Demo panel density and legibility: balanced content with no vacant column. */
@media (min-width: 921px) {
  .contact-section {
    padding: 28px 32px!important;
    grid-template-columns: minmax(350px,.88fr) minmax(520px,1.12fr)!important;
    gap: 30px!important;
  }

  .contact-copy {
    max-width: 470px!important;
  }

  .contact-copy .kicker {
    margin-bottom: 12px!important;
    font-size: 14px!important;
  }

  .contact-copy h2 {
    max-width: 450px!important;
    margin-bottom: 14px!important;
    font-size: clamp(48px,4.25vw,62px)!important;
    line-height: .98!important;
  }

  .contact-copy p {
    max-width: 455px!important;
    font-size: 17px!important;
    line-height: 1.52!important;
  }

  .contact-journey {
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    gap: 8px!important;
    margin-top: 18px!important;
  }

  .contact-journey::before {
    display: none!important;
  }

  .contact-journey > div {
    min-height: 58px!important;
    flex-direction: row!important;
    align-items: center!important;
    gap: 10px!important;
    padding: 9px 10px!important;
    border: 1px solid rgba(255,255,255,.22)!important;
    border-radius: 12px!important;
    background: rgba(255,255,255,.1)!important;
    text-align: left!important;
  }

  .contact-journey-icon {
    flex: 0 0 34px!important;
    width: 34px!important;
    height: 34px!important;
    box-shadow: none!important;
  }

  .contact-journey span {
    gap: 2px!important;
  }

  .contact-journey b {
    font-size: 12px!important;
    line-height: 1.15!important;
  }

  .contact-journey small {
    display: block!important;
    font-size: 10px!important;
    line-height: 1.2!important;
  }

  .contact-direct {
    margin-top: 14px!important;
    padding-top: 12px!important;
  }

  .contact-direct span {
    font-size: 11px!important;
  }

  .contact-direct a {
    font-size: 14px!important;
  }

  .demo-form {
    padding: 22px 26px 18px!important;
  }

  .form-heading {
    margin-bottom: 13px!important;
    padding-bottom: 11px!important;
  }

  .form-heading span {
    font-size: 23px!important;
  }

  .form-heading small {
    font-size: 11px!important;
  }

  .field-row {
    gap: 12px!important;
  }

  .demo-form label {
    gap: 5px!important;
    margin-bottom: 8px!important;
  }

  .demo-form label > span {
    font-size: 11px!important;
  }

  .demo-form input,
  .demo-form select {
    min-height: 41px!important;
    padding: 9px 12px!important;
    font-size: 14px!important;
  }

  .demo-form textarea {
    min-height: 64px!important;
    padding: 10px 12px!important;
    font-size: 14px!important;
  }

  .form-submit {
    min-height: 44px!important;
    font-size: 15px!important;
  }

  .form-note {
    margin-top: 7px!important;
    font-size: 11px!important;
  }
}

@media (max-width: 920px) {
  .contact-copy .kicker { font-size: 13px!important; }
  .contact-copy p { font-size: 17px!important; }
  .contact-journey b { font-size: 13px!important; }
  .contact-journey small { font-size: 11px!important; }
  .contact-direct a { font-size: 15px!important; }
  .demo-form label > span { font-size: 11px!important; }
  .demo-form input,
  .demo-form select,
  .demo-form textarea { font-size: 15px!important; }
  .form-note { font-size: 11px!important; }
}

/* Site-wide vertical rhythm: one gap per boundary, never stacked spacing. */
:root {
  --final-space: clamp(34px,3.4vw,44px);
}

.section {
  padding-block: var(--final-space);
}

.adaptive-promise,
.privacy-security-section,
.india-section {
  margin-block: clamp(26px,2.7vw,36px)!important;
}

.contact-section {
  margin-top: clamp(26px,2.7vw,36px)!important;
  margin-bottom: 14px!important;
}

.contact-section + .faq-section.section {
  padding-top: 24px!important;
}

.faq-section.section {
  padding-bottom: clamp(34px,3.4vw,44px)!important;
}

.faq-section .faq-title {
  margin-bottom: 22px!important;
}

.faq-section .faq-list {
  gap: 8px!important;
}

.faq-section .faq-list summary {
  min-height: 92px!important;
}

.section-heading,
.voices-heading,
.advisors-heading {
  margin-bottom: 26px;
}

.people-group + .people-group {
  margin-top: 20px;
}

.closing-cta {
  margin: 28px auto 36px!important;
}

.story-section {
  padding-block: clamp(44px,4.2vw,58px)!important;
}

.site-footer {
  padding-top: 38px;
}

@media (max-width: 700px) {
  :root {
    --final-space: 34px;
  }

  .adaptive-promise,
  .privacy-security-section,
  .india-section,
  .contact-section {
    margin-block: 24px!important;
  }

  .contact-section {
    margin-bottom: 8px!important;
  }

  .contact-section + .faq-section.section {
    padding-top: 20px!important;
  }

  .faq-section .faq-list {
    gap: 7px!important;
  }

  .faq-section .faq-list summary {
    min-height: 78px!important;
  }

  .closing-cta {
    margin: 24px auto 30px!important;
  }
}

/* Medical advisor profiles: full-width, information-dense and ready to expand. */
.medical-advisor-grid {
  display: grid;
  gap: 14px;
}

.medical-advisor-card {
  display: grid;
  grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr);
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--final-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(8,52,86,.07);
}

.medical-advisor-portrait {
  min-height: 330px;
  overflow: hidden;
  background: linear-gradient(145deg,#e9f3ff,#e9f8fb);
}

.medical-advisor-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

.medical-advisor-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 28px 32px;
}

.medical-advisor-role {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}

.medical-advisor-role span {
  color: var(--final-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.medical-advisor-role em {
  color: #4b657c;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.medical-advisor-content h3 {
  margin: 11px 0 9px;
  color: var(--final-ink);
  font-size: clamp(28px,2.6vw,38px);
  line-height: 1.1;
  letter-spacing: -.035em;
}

.medical-advisor-content > p {
  max-width: 760px;
  margin: 0;
  color: var(--final-muted);
  font-size: 16px;
  line-height: 1.58;
}

.medical-advisor-facts {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 8px;
  margin-top: 18px;
}

.medical-advisor-facts > div {
  min-width: 0;
  padding: 11px 13px;
  border: 1px solid #d9e7f1;
  border-radius: 12px;
  background: #f5f9fd;
}

.medical-advisor-facts small,
.medical-advisor-facts strong {
  display: block;
}

.medical-advisor-facts small {
  margin-bottom: 3px;
  color: #668098;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.medical-advisor-facts strong {
  color: var(--final-ink);
  font-size: 13px;
  line-height: 1.3;
}

.medical-advisor-content .advisor-tags {
  margin-top: 14px;
}

.medical-advisor-content .advisor-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #e9f3ff;
  color: #315873;
  font-size: 11px;
}

@media (max-width: 820px) {
  .medical-advisor-card {
    grid-template-columns: minmax(220px,.8fr) minmax(0,1.2fr);
  }

  .medical-advisor-content {
    padding: 24px;
  }

  .medical-advisor-facts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .medical-advisor-card {
    grid-template-columns: 1fr;
  }

  .medical-advisor-portrait {
    min-height: 0;
    aspect-ratio: 4/3;
  }

  .medical-advisor-content {
    padding: 22px 20px 24px;
  }

  .medical-advisor-content > p {
    font-size: 15px;
  }
}

.medical-advisor-carousel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--final-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(8,52,86,.07);
}

.medical-advisor-viewport {
  overflow: hidden;
}

.medical-advisor-track {
  display: grid;
}

.medical-advisor-carousel .medical-advisor-slide {
  grid-area: 1/1;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(34px) scale(.99);
  transition:
    opacity .48s ease,
    transform .62s cubic-bezier(.16,1,.3,1),
    visibility 0s linear .62s;
}

.medical-advisor-carousel .medical-advisor-slide[data-position="active"] {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  transition-delay: 0s;
}

.medical-advisor-carousel .medical-advisor-slide[data-position="prev"] {
  transform: translateX(-34px) scale(.99);
}

.medical-advisor-controls {
  position: relative;
  z-index: 3;
  min-height: 58px;
  display: grid;
  grid-template-columns: 42px minmax(0,1fr) auto 42px;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  border-top: 1px solid var(--final-line);
  background: linear-gradient(90deg,#f5f9fd,#eef6ff);
}

.medical-advisor-arrow {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7,92,255,.2);
  border-radius: 50%;
  background: #fff;
  color: var(--final-blue);
  font-size: 20px;
  cursor: pointer;
  transition: transform .2s ease,background .2s ease,color .2s ease;
}

.medical-advisor-arrow:hover,
.medical-advisor-arrow:focus-visible {
  background: var(--final-blue);
  color: #fff;
  transform: translateY(-1px);
}

.medical-advisor-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.medical-advisor-dot {
  width: 28px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: #c5d8e7;
  cursor: pointer;
  transition: width .25s ease,background .25s ease;
}

.medical-advisor-dot.active {
  width: 42px;
  background: var(--final-blue);
}

.medical-advisor-count {
  color: #5c758c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
}

.medical-advisor-carousel.is-single .medical-advisor-controls {
  display: none;
}

@media (max-width: 620px) {
  .medical-advisor-controls {
    grid-template-columns: 40px minmax(0,1fr) auto 40px;
    gap: 7px;
    padding-inline: 10px;
  }

  .medical-advisor-arrow {
    width: 36px;
    height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .medical-advisor-carousel .medical-advisor-slide,
  .medical-advisor-arrow,
  .medical-advisor-dot {
    transition: none!important;
  }
}

/* Medical-advisor introduction: align the supporting copy with the headline. */
.medical-advisors-group .people-group-heading {
  grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr);
  align-items: start;
  gap: clamp(40px,5vw,68px);
}

.medical-advisors-group .people-group-heading > p {
  max-width: 520px;
  margin: 0;
  padding-top: 27px;
  justify-self: end;
}

@media (max-width: 820px) {
  .medical-advisors-group .people-group-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .medical-advisors-group .people-group-heading > p {
    max-width: 680px;
    padding-top: 0;
    justify-self: start;
  }
}

/* Homepage benefit language: compact, scannable and useful to both doctors and patients. */
.hero .hero-proof {
  width: min(100%,620px);
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px 22px;
  margin-top: 24px;
}

.hero .hero-proof span {
  min-width: 0;
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f4fbff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.hero .hero-proof span::before {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  display: grid;
  place-items: center;
  margin-right: 9px;
  border: 1px solid rgba(205,249,255,.38);
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: #baf9ff;
  font-size: 12px;
  line-height: 1;
}

.hero #hero-dynamic-text {
  display: inline-block;
  transition: opacity .24s ease,transform .3s ease,filter .3s ease!important;
}

.hero #hero-dynamic-text.text-exit {
  opacity: 0!important;
  transform: translateY(-.18em)!important;
  filter: blur(4px)!important;
}

.hero #hero-dynamic-text.text-enter {
  animation: heroMessageIn .46s cubic-bezier(.2,.8,.2,1)!important;
}

@keyframes heroMessageIn {
  from {
    opacity: 0;
    transform: translateY(.24em);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}

@media (max-width: 600px) {
  .hero .hero-proof {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero #hero-dynamic-text {
    transition: none!important;
    animation: none!important;
  }
}
/* Explore NivaCare navigation */
.brand {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
}

.brand-tagline {
  display: block;
  width: 100%;
  margin-left: 0;
  color: rgba(255,255,255,.82);
  font: 700 9px/1.1 Inter, sans-serif;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-header.scrolled .brand-tagline {
  color: #38617d;
}

.site-header:not(.scrolled) .nav-explore summary {
  color: #fff;
}

.site-header.scrolled .nav-explore summary {
  color: #28445e;
}

.nav-explore {
  position: relative;
}

.nav-explore summary {
  display: flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  font: inherit;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.nav-explore summary::-webkit-details-marker,
.mobile-explore summary::-webkit-details-marker {
  display: none;
}

.nav-explore summary span,
.mobile-explore summary span {
  position: relative;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  border-radius: 7px;
  background: rgba(7,92,255,.1);
  color: currentColor;
  font-size: 0;
  transition: background .2s ease, transform .2s ease;
}

.site-header:not(.scrolled) .nav-explore summary span {
  background: rgba(255,255,255,.16);
}

.nav-explore summary span::before,
.mobile-explore summary span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 7px;
  height: 7px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  border-radius: 1px;
  transform: rotate(45deg);
  transition: transform .22s ease, top .22s ease;
}

.nav-explore[open] summary span,
.mobile-explore[open] summary span {
  background: rgba(7,92,255,.16);
}

.nav-explore[open] summary span::before,
.mobile-explore[open] summary span::before {
  top: 8px;
  transform: rotate(225deg);
}

.feature-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  z-index: 1200;
  display: grid;
  grid-template-columns: repeat(2, minmax(235px, 1fr));
  width: 560px;
  padding: 14px;
  border: 1px solid rgba(193,213,229,.82);
  border-radius: 20px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 26px 70px rgba(17,62,98,.18);
  transform: translateX(-42%);
}

.feature-menu a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 15px 16px;
  border-radius: 13px;
  color: #17324a !important;
}

.feature-menu a::after {
  display: none !important;
}

.feature-menu a:hover,
.feature-menu a:focus-visible {
  background: linear-gradient(135deg,#edf6ff,#effcfb);
}

.feature-menu a b {
  font: 700 14px/1.25 "Plus Jakarta Sans", sans-serif;
}

.feature-menu a small {
  color: #688197;
  font: 500 11px/1.45 Inter, sans-serif;
}

.mobile-explore {
  border-bottom: 1px solid #edf2f6;
}

.mobile-explore summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  color: #17324a;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.mobile-explore > div {
  display: grid;
  padding: 2px 8px 10px 18px;
}

.mobile-explore > div a {
  padding-block: 10px;
  color: #456277;
  font-size: 12px;
}

/* Scroll-led capability experience */
.capability-experience {
  position: relative;
  height: 155vh;
  background: #f7fbff;
}

.capability-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  padding: 112px clamp(24px,6vw,92px) 38px;
  background:
    radial-gradient(circle at 14% 18%,rgba(93,77,202,.1),transparent 27%),
    radial-gradient(circle at 88% 78%,rgba(21,182,177,.12),transparent 30%),
    linear-gradient(145deg,#fbfcff 0%,#f4f8ff 52%,#f2fcfb 100%);
}

.capability-puzzle {
  --puzzle-size: clamp(84px,8vw,124px);
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity .55s ease;
}

.capability-experience:not([data-capability-step="0"]) .capability-puzzle {
  opacity: .16;
}

.capability-puzzle::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 10%;
  width: 78%;
  height: 2px;
  background: repeating-linear-gradient(90deg,rgba(74,121,190,.28) 0 9px,transparent 9px 19px);
  transform: rotate(-5deg);
  transform-origin: left center;
  opacity: .65;
}

.capability-puzzle::after {
  content: "";
  position: absolute;
  right: 3%;
  top: 9%;
  width: 38%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(34,186,178,.12),rgba(38,121,205,.05) 48%,transparent 72%);
  filter: blur(6px);
}

.puzzle-piece {
  --piece-fill: rgba(255,255,255,.72);
  --piece-line: rgba(46,111,191,.22);
  position: absolute;
  z-index: 1;
  width: var(--puzzle-size);
  aspect-ratio: 1;
  border: 1px solid var(--piece-line);
  border-radius: 20px;
  background: var(--piece-fill);
  box-shadow: 0 18px 45px rgba(35,87,145,.08),inset 0 1px 0 rgba(255,255,255,.7);
  transition: transform 1s cubic-bezier(.2,.7,.2,1),opacity .7s ease;
}

.puzzle-piece::after {
  content: "";
  position: absolute;
  top: 34%;
  right: -16%;
  width: 32%;
  aspect-ratio: 1;
  border: 1px solid var(--piece-line);
  border-left: 0;
  border-radius: 50%;
  background: var(--piece-fill);
}

.puzzle-piece::before {
  content: "";
  position: absolute;
  bottom: -16%;
  left: 34%;
  z-index: 2;
  width: 32%;
  aspect-ratio: 1;
  border: 1px solid var(--piece-line);
  border-radius: 50%;
  background: #f5f9ff;
}

.fragment-a {
  top: 17%;
  left: 5%;
  --piece-fill: rgba(139,111,220,.10);
  --piece-line: rgba(116,83,202,.24);
  transform: rotate(-13deg);
}

.fragment-b {
  top: 61%;
  left: 14%;
  --piece-fill: rgba(69,126,211,.09);
  transform: rotate(9deg) scale(.9);
}

.fragment-c {
  top: 8%;
  left: 28%;
  --piece-fill: rgba(62,133,214,.08);
  transform: rotate(16deg) scale(.78);
}

.fragment-d {
  top: 73%;
  left: 36%;
  --piece-fill: rgba(28,160,186,.08);
  --piece-line: rgba(24,150,177,.22);
  transform: rotate(-8deg) scale(.72);
}

.joined-a,
.joined-b,
.joined-c,
.joined-d {
  --piece-fill: rgba(226,247,248,.72);
  --piece-line: rgba(19,150,169,.24);
  box-shadow: 0 22px 55px rgba(25,137,167,.1),inset 0 1px 0 rgba(255,255,255,.8);
}

.joined-a { top: 18%; left: 72%; transform: rotate(0deg); }
.joined-b { top: 18%; left: 80.5%; transform: rotate(90deg); }
.joined-c { top: 31%; left: 72%; transform: rotate(270deg); }
.joined-d { top: 31%; left: 80.5%; transform: rotate(180deg); }

.capability-experience:not([data-capability-step="0"]) .fragment-a {
  transform: translate(32px,18px) rotate(-7deg) scale(.92);
  opacity: .5;
}

.capability-experience:not([data-capability-step="0"]) .fragment-b {
  transform: translate(48px,-20px) rotate(4deg) scale(.82);
  opacity: .42;
}

.capability-experience:not([data-capability-step="0"]) .fragment-c,
.capability-experience:not([data-capability-step="0"]) .fragment-d {
  opacity: .3;
}

.capability-experience:not([data-capability-step="0"]) .joined-a,
.capability-experience:not([data-capability-step="0"]) .joined-b,
.capability-experience:not([data-capability-step="0"]) .joined-c,
.capability-experience:not([data-capability-step="0"]) .joined-d {
  filter: saturate(1.15);
  transform-origin: center;
}

.capability-intro {
  position: relative;
  z-index: 2;
  width: min(900px,90vw);
  margin: 18vh auto 0;
  text-align: center;
  transition: margin .65s cubic-bezier(.2,.7,.2,1),transform .65s cubic-bezier(.2,.7,.2,1),opacity .45s ease;
}

.capability-intro .kicker {
  justify-content: center;
}

.capability-intro h2 {
  margin: 17px 0 18px;
  color: #112b46;
  font: 650 clamp(48px,6vw,88px)/.98 "Plus Jakarta Sans",sans-serif;
  letter-spacing: -.055em;
}

.capability-intro h2 em {
  color: #1268c4;
  font-style: normal;
}

.capability-intro p {
  max-width: 710px;
  margin: 0 auto;
  color: #526d84;
  font-size: 17px;
  line-height: 1.7;
}

.capability-intro > small {
  display: block;
  margin-top: 34px;
  color: #47728e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.capability-experience:not([data-capability-step="0"]) .capability-intro {
  margin-top: 0;
  transform: translateY(-18px) scale(.78);
  transform-origin: top center;
  opacity: .22;
}

.capability-grid {
  position: absolute;
  z-index: 3;
  inset: 112px clamp(24px,6vw,92px) 52px;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-template-rows: repeat(2,minmax(0,1fr));
  gap: var(--puzzle-gap,28px);
  pointer-events: none;
  transition: gap 1s cubic-bezier(.2,.78,.2,1);
}

.capability-grid::after {
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 8;
  width: 50px;
  height: 50px;
  border: 6px solid #f4f8ff;
  border-radius: 50%;
  background: linear-gradient(135deg,#0e6fd0,#21b9b7);
  box-shadow: 0 10px 28px rgba(17,102,159,.24);
  opacity: var(--central-joint-opacity,0);
  transform: scale(var(--central-joint-scale,.7));
  pointer-events: none;
  transition: opacity .38s ease .58s,transform .45s cubic-bezier(.2,.8,.2,1) .58s;
}

.capability-card {
  position: relative;
  min-height: 0;
  overflow: visible;
  border: 0;
  border-radius: 24px;
  background: #17324a;
  box-shadow: 0 22px 60px rgba(20,63,99,.16);
  opacity: var(--card-opacity,0);
  transform: translate(var(--join-x,0px),var(--join-y,55px)) rotate(var(--join-r,0deg)) scale(var(--join-scale,.94));
  transition: opacity .38s ease,transform 1s cubic-bezier(.2,.78,.2,1),box-shadow .25s ease,border-radius .5s ease;
  pointer-events: none;
}

.capability-one {
  grid-column: 1 / 3;
  grid-row: 1;
}

.capability-two {
  grid-column: 3 / 5;
  grid-row: 1;
}

.capability-three {
  grid-column: 5 / 7;
  grid-row: 1;
}

.capability-four {
  grid-column: 1 / 3;
  grid-row: 2;
}

.capability-five {
  grid-column: 3 / 5;
  grid-row: 2;
}

.capability-six {
  grid-column: 5 / 7;
  grid-row: 2;
}

.capability-card.is-revealed {
  opacity: 1;
  pointer-events: auto;
}

.capability-card:hover {
  box-shadow: 0 30px 75px rgba(20,63,99,.28);
}

.capability-experience:not([data-capability-step="0"]) .capability-card {
  border-radius: 14px;
}

.capability-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: transform .6s ease;
}

/* Keep the workspace heading visible inside the wide first puzzle piece. */
.capability-one img {
  object-position: center top;
}

.capability-card:hover img {
  transform: none;
}

.capability-card::before,
.capability-card::after {
  content: "";
  position: absolute;
  top: calc(50% - 27px);
  z-index: 3;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  opacity: var(--joint-opacity,0);
  pointer-events: none;
  transition: opacity .35s ease;
}

.capability-card::before {
  left: -27px;
  background: #f4f8ff;
  box-shadow: inset -8px 0 15px rgba(40,85,130,.08),0 0 0 1px rgba(130,174,205,.3);
}

.capability-card::after {
  right: -23px;
  background: #17324a;
  box-shadow: 7px 6px 14px rgba(13,44,71,.2),inset 0 1px 0 rgba(255,255,255,.14);
}

.capability-one { z-index: 5; }
.capability-two { z-index: 4; }
.capability-three { z-index: 5; }
.capability-four { z-index: 4; }
.capability-five { z-index: 3; }
.capability-six { z-index: 2; }

.capability-one::before,
.capability-four::before,
.capability-three::after,
.capability-six::after {
  display: none;
}

.capability-card > span {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 7px;
  padding: 110px 22px 20px;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(180deg,rgba(10,31,51,0),rgba(8,23,39,.94) 72%);
  color: white;
}

.capability-card i {
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .13em;
}

.capability-card b {
  font: 650 clamp(19px,1.8vw,28px)/1.12 "Plus Jakarta Sans",sans-serif;
  letter-spacing: -.025em;
}

.capability-card small {
  max-width: 520px;
  color: rgba(235,245,251,.82);
  font-size: 12px;
  line-height: 1.45;
}

.capability-card em {
  justify-self: start;
  margin-top: 3px;
  color: #7ce4e0;
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
}

.capability-progress {
  position: absolute;
  z-index: 4;
  right: clamp(24px,6vw,92px);
  bottom: 22px;
  left: clamp(24px,6vw,92px);
  display: flex;
  align-items: center;
  gap: 14px;
}

.capability-progress span {
  flex: 1;
  height: 2px;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(70,112,145,.18);
}

.capability-progress span::after {
  content: "";
  display: block;
  width: calc(var(--capability-progress,0) * 100%);
  height: 100%;
  background: linear-gradient(90deg,#136fd0,#28bfc1);
}

.capability-progress i {
  color: #55738b;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .capability-experience {
    height: auto;
    padding: 86px 20px;
  }
  .capability-puzzle {
    --puzzle-size: clamp(72px,11vw,96px);
    opacity: .48;
  }
  .capability-puzzle::before { opacity: .35; }
  .capability-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    padding: 54px 20px;
    border-radius: 28px;
  }
  .capability-intro,
  .capability-experience:not([data-capability-step="0"]) .capability-intro {
    width: 100%;
    margin: 0 auto 38px;
    transform: none;
    opacity: 1;
    text-align: left;
  }
  .capability-intro .kicker { justify-content: flex-start; }
  .capability-intro h2 { font-size: clamp(40px,8vw,64px); }
  .capability-intro p { margin-left: 0; }
  .capability-intro > small { display: none; }
  .capability-grid {
    position: relative;
    inset: auto;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-template-rows: auto;
    gap: 16px;
  }
  .capability-grid::after { display: none; }
  .capability-card,
  .capability-card.is-revealed {
    grid-column: auto;
    grid-row: auto;
    min-height: 340px;
    clip-path: none;
    border-radius: 22px;
    opacity: 1;
    overflow: hidden;
    transform: none;
    pointer-events: auto;
  }
  .capability-card::before,
  .capability-card::after { display: none; }
  .capability-card > span { left: 0; }
  .capability-five,
  .capability-six { grid-column: auto; }
  .capability-progress { display: none; }
}

@media (max-width: 650px) {
  .brand-tagline { font-size: 7px; letter-spacing: .12em; }
  .capability-experience { padding: 58px 14px; }
  .capability-puzzle { opacity: .32; }
  .fragment-c,
  .fragment-d,
  .joined-b,
  .joined-d { display: none; }
  .capability-sticky { padding: 42px 12px; border-radius: 24px; }
  .capability-intro { padding-inline: 8px; }
  .capability-intro h2 { font-size: 42px; }
  .capability-intro p { font-size: 15px; }
  .capability-grid { grid-template-columns: 1fr; gap: 14px; }
  .capability-card,
  .capability-five,
  .capability-six { grid-column: 1; min-height: 380px; }
}

@media (prefers-reduced-motion: reduce) {
  .capability-experience { height: auto; }
  .capability-sticky { position: relative; height: auto; }
  .capability-card { opacity: 1; transform: none; }
}

/* Compact Eka-style editorial labels: bold, sentence case, no wide tracking. */
.kicker,
.eyebrow,
.people-group-heading > div > span,
.origin-copy > span,
.india-live-top span,
.story-source,
.story-card-top,
.medical-advisor-role span,
.medical-advisor-facts small,
.capability-intro > small,
.capability-card i,
.capability-progress i {
  font-family: Inter,Arial,sans-serif!important;
  font-weight: 700!important;
  letter-spacing: -.015em!important;
  text-transform: none!important;
}

.kicker,
.eyebrow,
.people-group-heading > div > span,
.origin-copy > span {
  font-size: 15px!important;
}

/* Keep the testimonial introduction and carousel as one compact visual group. */
.story-section {
  padding-top: clamp(28px,3vw,40px)!important;
  padding-bottom: clamp(34px,3.6vw,48px)!important;
}

.story-heading {
  margin-bottom: 8px!important;
  grid-template-areas:
    "label intro"
    "title intro"!important;
  grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr)!important;
  column-gap: clamp(36px,6vw,92px)!important;
  align-items: center!important;
}

.story-heading .kicker { align-self: end; }

.story-heading h2 {
  margin-top: 8px!important;
  margin-bottom: 0!important;
}

.story-heading p {
  max-width: 430px;
  padding-top: 0!important;
  align-self: center;
}

@media (max-width: 900px) {
  .story-heading {
    margin-bottom: 16px!important;
    grid-template-areas: "label" "title" "intro"!important;
    grid-template-columns: 1fr!important;
    row-gap: 8px!important;
  }

  .story-heading p { max-width: 650px; }
}

/* Compact standards status inside the Made in India visual, beneath its existing badges. */
.compliance-ready-strip {
  position: absolute;
  z-index: 3;
  left: 3.4%;
  bottom: 1.5%;
  width: 36%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  pointer-events: none;
}

.compliance-ready-strip > strong {
  color: #075cff;
  font-size: clamp(6px, .62vw, 10px);
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

.compliance-ready-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.compliance-row-break {
  flex: 0 0 100%;
  width: 100%;
  height: 0;
}

.compliance-ready-items > span {
  min-height: clamp(16px, 1.65vw, 26px);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: clamp(3px, .35vw, 6px) clamp(6px, .65vw, 10px);
  border: 1px solid rgba(170, 201, 224, .62);
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  color: #284b68;
  font-size: clamp(5px, .52vw, 8px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
}

.compliance-ready-items > span::before {
  content: none;
}

.compliance-ready-items .standard-ready::before {
  content: "\2713";
  color: #0a8a6a;
  font-size: .9em;
  font-weight: 900;
}

.compliance-ready-items .standard-ready {
  min-height: clamp(18px, 1.9vw, 30px);
  padding: clamp(4px, .42vw, 7px) clamp(8px, .78vw, 12px);
  border-color: #c9e8dd;
  background: #f3fbf8;
  color: #17634f;
  font-size: clamp(6px, .62vw, 9.5px);
}

.compliance-ready-items .standard-in-progress {
  border-color: #f0d7a4;
  background: #fffaf0;
  color: #795512;
}

.compliance-ready-items sup {
  position: relative;
  top: -.25em;
  margin-left: 1px;
  color: #a16a00;
  font-size: .72em;
  line-height: 0;
}

.compliance-progress-note {
  display: block;
  margin-top: -1px;
  color: #9a711e;
  font-size: clamp(5px, .48vw, 7px);
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 760px) {
  .compliance-ready-strip {
    left: 3.4%;
    right: auto;
    bottom: 1.5%;
    width: 58%;
    gap: 3px;
  }

  .compliance-ready-items {
    gap: 2px;
  }

  .compliance-ready-items > span {
    min-height: 13px;
    padding: 2px 5px;
    font-size: 5.5px;
  }

  .compliance-ready-items .standard-ready {
    min-height: 17px;
    padding: 3px 7px;
    font-size: 6.5px;
  }

  .compliance-progress-note {
    font-size: 4.5px;
  }
}

/* Contact support panel: deliberate mobile hierarchy and shared left edge. */
@media (max-width: 920px) {
  .contact-copy {
    width: 100%;
    max-width: 680px;
    margin-inline: auto;
  }

  .contact-copy .kicker {
    justify-content: flex-start;
  }

  .contact-copy h2 {
    max-width: 520px;
    margin: 14px 0 16px;
    font-size: clamp(38px, 8.4vw, 48px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.035em !important;
  }

  .contact-copy > p {
    max-width: 610px;
    margin-bottom: 0;
  }

  .contact-direct {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .contact-direct span,
  .contact-direct a {
    width: 100%;
    text-align: left !important;
  }
}

@media (max-width: 600px) {
  .contact-copy h2 {
    max-width: 390px;
    font-size: clamp(36px, 8.7vw, 42px) !important;
    line-height: 1.06 !important;
  }

  .contact-copy > p {
    font-size: 16px !important;
    line-height: 1.58 !important;
  }

  .contact-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .contact-journey > div {
    min-height: 58px !important;
    padding: 9px 10px !important;
  }

  .contact-direct {
    margin-top: 14px !important;
    padding: 14px 10px 0 !important;
    gap: 5px !important;
  }

  .whatsapp-contact-card {
    margin-top: 14px;
  }
}

/* Testimonial copy: each clinician story now shows the fragmented-app problem and NivaCare response. */
.story-card blockquote {
  max-width: 575px;
  margin: 26px 0 24px;
  font-size: clamp(22px, 1.85vw, 28px);
  line-height: 1.24;
  letter-spacing: -.025em;
  text-wrap: pretty;
}

.story-card-top span {
  max-width: 62%;
}

.story-card-top small {
  flex: 0 0 auto;
}

@media (max-width: 600px) {
  .story-card blockquote {
    margin: 22px 0 22px;
    font-size: 20px;
    line-height: 1.3;
  }

  .story-card-top {
    align-items: flex-start;
  }

  .story-card-top span {
    max-width: 58%;
  }
}

/* Final tablet and smartphone normalization */
@media (max-width: 1024px) {
  .site-header {
    padding-inline: 20px;
  }

  .section {
    padding-inline: 22px;
  }

  .contact-section {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .site-header {
    padding-inline: 14px;
  }

  .brand {
    width: 158px;
  }

  .hero {
    padding-inline: 18px;
  }

  .hero h1,
  .section h2,
  .closing-cta h2 {
    overflow-wrap: anywhere;
  }

  .hero-lede,
  .section-heading p,
  .contact-copy > p,
  .closing-cta p {
    font-size: 16px;
    line-height: 1.65;
  }

  .button,
  .form-submit {
    min-height: 48px;
  }

  .contact-section {
    margin-inline: 8px !important;
    padding: 28px 16px !important;
  }

  .closing-cta {
    width: calc(100% - 16px);
    padding: 32px 18px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-links {
    grid-template-columns: 1fr !important;
  }

  .footer-links > div:last-child {
    grid-column: auto !important;
  }
}

@media (prefers-reduced-data: reduce) {
  .hero-video {
    display: none;
  }
}

/* Keep left-aligned editorial labels on the same axis as their headings.
   These labels also carry `.light`, whose older shared rule centers them. */
.adaptive-promise .kicker,
.story-heading .kicker,
.closing-cta .kicker {
  justify-content: flex-start;
  text-align: left;
}

@media (max-width: 480px) {
  .compliance-ready-strip {
    bottom: 1%;
    width: 59%;
  }

  .compliance-ready-strip > strong {
    display: none;
  }

  .compliance-ready-items > span {
    padding-inline: 4px;
    font-size: 4.5px;
  }

  .compliance-ready-items .standard-ready {
    min-height: 15px;
    padding-inline: 6px;
    font-size: 5.5px;
  }

  .compliance-progress-note {
    font-size: 4px;
  }
}

/* Final adoption/accessibility pass */
@media (max-width: 1280px) {
  .desktop-nav { display: none !important; }
  .menu-button { display: grid !important; }
}

.desktop-nav > a,
.desktop-nav summary,
.mobile-menu a,
.mobile-menu summary,
.story-arrow,
.story-dot {
  min-height: 44px;
}

/* Keep the Explore control on the exact same vertical axis as every link. */
.desktop-nav {
  align-items: center;
}

.desktop-nav > a,
.desktop-nav > .nav-explore,
.desktop-nav > .nav-explore > summary {
  height: 44px;
}

.desktop-nav > a,
.desktop-nav > .nav-explore,
.desktop-nav > .nav-explore > summary {
  display: inline-flex;
  align-items: center;
}

.demo-form label > span { font-size: 14px !important; }
.demo-form input,
.demo-form select,
.demo-form textarea { min-height: 48px; font-size: 16px !important; }
.demo-form textarea { min-height: 104px; }
.form-note { font-size: 13px !important; line-height: 1.5; }
.compliance-progress-note { max-width: 600px; font-size: clamp(7px, .62vw, 10px); line-height: 1.25; }
.compliance-progress-note a { color: #075cff; text-decoration: underline; text-underline-offset: 2px; }

:focus-visible {
  outline: 3px solid #5bdbe3;
  outline-offset: 3px;
}

/* Compact desktop footer: avoid turning every text link into a tall row. */
@media (min-width: 701px) {
  .site-footer {
    padding-top: 24px !important;
  }

  .footer-top {
    padding: 28px 0 24px !important;
    gap: clamp(36px, 4vw, 58px) !important;
  }

  .footer-links {
    grid-template-columns: 1.35fr .9fr .9fr !important;
    gap: clamp(24px, 3vw, 42px) !important;
  }

  .footer-links > div {
    gap: 2px !important;
    align-content: start;
  }

  .footer-links > div:first-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(135px, 1fr));
    column-gap: 22px !important;
  }

  .footer-links > div:first-child > b {
    grid-column: 1 / -1;
  }

  .footer-links b {
    margin-bottom: 6px !important;
  }

  .footer-links a {
    min-height: 30px;
    display: flex;
    align-items: center;
    line-height: 1.3;
  }

  .footer-bottom {
    padding-top: 16px !important;
  }
}

@media (max-width: 700px) {
  .footer-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}

/* Standards footer bar integrated into the India visual. */
.compliance-ready-strip {
  right: 0;
  left: 0;
  bottom: 0;
  width: auto;
  max-width: none;
  min-height: 64px;
  padding: 10px clamp(24px, 3.2vw, 52px);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
  border: 0;
  border-top: 1px solid rgba(174, 204, 226, .72);
  border-radius: 0;
  background: rgba(246, 250, 255, .97);
  box-shadow: 0 -8px 24px rgba(17, 67, 106, .05);
  pointer-events: none;
}

.compliance-ready-strip > strong {
  color: #075cff;
  font-size: clamp(10px, .72vw, 12px);
  letter-spacing: .08em;
  line-height: 1.2;
}

.compliance-ready-strip > strong::before {
  width: 7px;
  height: 7px;
  margin-right: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #075cff;
  box-shadow: 0 0 0 4px #e9f2ff;
  content: "";
}

.compliance-ready-items {
  flex: 1 1 auto;
  gap: 5px;
  flex-wrap: nowrap;
}

.compliance-row-break {
  display: none;
}

.compliance-ready-items > span,
.compliance-ready-items .standard-ready {
  min-height: 28px;
  padding: 5px 11px;
  background: #fff;
  font-size: clamp(9px, .64vw, 10.5px);
}

.compliance-progress-note {
  margin-left: auto;
  margin-top: 0;
  color: #657b8e;
  font-size: clamp(8.5px, .6vw, 10px);
  line-height: 1.3;
  white-space: nowrap;
}

.india-visual-switcher {
  right: 3.5%;
  left: auto;
  bottom: 78px;
  transform: none;
}

@media (max-width: 760px) {
  .compliance-ready-strip {
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    max-width: none;
    min-height: 94px;
    padding: 9px 14px 8px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .compliance-ready-strip > strong {
    display: block;
    font-size: 9.5px;
  }

  .compliance-ready-items {
    gap: 4px;
    flex-wrap: wrap;
  }

  .compliance-ready-items > span,
  .compliance-ready-items .standard-ready {
    min-height: 24px;
    padding: 4px 8px;
    font-size: 9px;
  }

  .compliance-progress-note {
    margin-left: 0;
    font-size: 8.5px;
    line-height: 1.3;
    white-space: normal;
  }

  .india-visual-switcher {
    right: 8px;
    bottom: 104px;
    left: auto;
    transform: none;
  }
}
