/* Copyright Aadithya Eye Care — Insurance & Cashless page */

.ins-wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px,4vw,48px); }

.ins-eyebrow { display: inline-flex; align-items: center; gap: .6em; font-family: var(--font-head); font-weight: 600; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: var(--primary); margin-bottom: 1.2rem; }
.ins-eyebrow__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(31,158,87,.18); }
.ins-eyebrow--light { color: rgba(255,255,255,.82); }
.ins-eyebrow--light .ins-eyebrow__dot { background: var(--accent); box-shadow: 0 0 0 4px rgba(31,158,87,.3); }

/* ── Hero ── */
.ins-hero {
  position: relative; overflow: hidden; isolation: isolate;
  background: linear-gradient(170deg, #f5fbfc 0%, #eaf6f7 55%, #dff2f3 100%);
  padding: clamp(140px,18vh,200px) 0 clamp(72px,9vw,120px);
}
.ins-hero__glow {
  position: absolute; top: -20%; left: 50%; transform: translateX(-50%);
  width: 80vw; height: 60vh;
  background: radial-gradient(ellipse at center, rgba(31,158,87,.26), rgba(22,146,76,.08) 44%, transparent 70%);
  filter: blur(22px); z-index: 0; pointer-events: none;
}
.ins-hero__shape {
  position: absolute; border-radius: 50%; opacity: .07; pointer-events: none;
}
.ins-hero__shape--1 {
  width: 540px; height: 540px;
  background: radial-gradient(circle, var(--secondary), transparent 70%);
  top: -180px; right: -80px; z-index: 0;
}
.ins-hero__inner { position: relative; z-index: 2; max-width: 800px; }
.ins-breadcrumb {
  display: flex; align-items: center; gap: .5em;
  font-family: var(--font-head); font-weight: 600; font-size: .82rem;
  letter-spacing: .02em; color: var(--muted); margin-bottom: 1.4rem;
}
.ins-breadcrumb a { color: var(--primary); transition: color .3s; }
.ins-breadcrumb a:hover { color: var(--secondary); }
.ins-breadcrumb span { opacity: .5; }
.ins-hero__title {
  font-family: var(--font-head); font-weight: 800;
  letter-spacing: -.03em; line-height: 1.04;
  font-size: clamp(2.4rem,5.4vw,4.3rem);
  max-width: 16ch; margin-bottom: 1.4rem;
}
.ins-hero__lead {
  font-size: clamp(1.04rem,1.6vw,1.22rem);
  color: var(--muted); max-width: 64ch; margin-bottom: 2.4rem;
}
.ins-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 2rem; }
.ins-hero__badges { display: flex; flex-wrap: wrap; gap: 12px; }
.ins-hero__badge {
  display: inline-flex; align-items: center; gap: 10px;
  border-radius: 100px; padding: 10px 20px;
  font-family: var(--font-head); font-weight: 600; font-size: .88rem; color: var(--ink);
}
.ins-hero__badge svg { width: 18px; height: 18px; color: var(--primary); }

/* ── Intro ── */
.ins-intro { padding: clamp(64px,8vw,112px) 0; }
.ins-intro__layout {
  display: grid; grid-template-columns: 1fr 400px;
  gap: clamp(40px,5vw,80px); align-items: start;
}
.ins-intro__title {
  font-family: var(--font-head); font-weight: 800; letter-spacing: -.025em;
  font-size: clamp(1.7rem,3.2vw,2.4rem); line-height: 1.1;
  margin-bottom: 1.2rem;
}
.ins-intro__content p {
  font-size: clamp(.96rem,1.4vw,1.08rem); color: var(--muted);
  line-height: 1.8; margin-bottom: 1.2rem;
}

/* Aside card */
.ins-aside-card {
  border-radius: var(--r-lg); padding: clamp(28px,3vw,40px);
  position: sticky; top: calc(var(--nav-h, 80px) + 24px);
}
.ins-aside-card__title {
  font-family: var(--font-head); font-weight: 800; font-size: 1.06rem;
  color: var(--ink); margin-bottom: 1.2rem;
}
.ins-aside-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.ins-aside-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: .93rem; color: var(--muted);
}
.ins-aside-list li svg { width: 18px; height: 18px; color: var(--primary); flex-shrink: 0; margin-top: 1px; }
.ins-aside-list a { color: var(--primary); font-weight: 600; }
.ins-aside-list a:hover { color: var(--secondary); }
.ins-aside-note {
  font-size: .82rem; color: var(--muted); margin-top: 1.2rem;
  border-top: 1px solid var(--line); padding-top: 1rem;
  font-style: italic;
}

/* ── Partner-hospital notice ── */
.ins-notice {
  display: flex; gap: 16px; align-items: flex-start;
  border-radius: var(--r-md); padding: 20px 24px;
  border-left: 3px solid var(--primary);
  background: var(--bg-alt);
  margin: clamp(24px,3vw,40px) 0;
}
.ins-notice__icon { color: var(--primary); margin-top: 2px; flex-shrink: 0; }
.ins-notice strong { display: block; font-family: var(--font-head); font-weight: 700; color: var(--ink); margin-bottom: .3rem; }
.ins-notice p { font-size: .9rem; color: var(--muted); line-height: 1.6; margin: 0; }

/* ── Process steps ── */
.ins-process { padding: clamp(64px,8vw,112px) 0; background: var(--bg-alt); }
.ins-process__head { max-width: 600px; margin-bottom: 3rem; }
.ins-process__title {
  font-family: var(--font-head); font-weight: 800; letter-spacing: -.025em;
  font-size: clamp(1.7rem,3.2vw,2.4rem); line-height: 1.1;
  margin-bottom: 1rem;
}
.ins-process__head p { font-size: clamp(.96rem,1.4vw,1.08rem); color: var(--muted); }

.ins-steps { display: flex; flex-direction: column; gap: 0; }
.ins-step {
  display: grid; grid-template-columns: 80px 1fr;
  gap: 0 32px; align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid var(--line-strong);
  position: relative;
}
.ins-step:last-child { border-bottom: none; }
.ins-step__num {
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(1.8rem,4vw,3rem); letter-spacing: -.04em;
  color: var(--primary); opacity: .25; line-height: 1;
  padding-top: 6px;
}
.ins-step__body h3 {
  font-family: var(--font-head); font-weight: 700; font-size: 1.12rem;
  color: var(--ink); margin-bottom: .5rem;
}
.ins-step__body p { font-size: .97rem; color: var(--muted); line-height: 1.75; }

/* ── Insurers ── */
.ins-insurers { padding: clamp(64px,8vw,112px) 0; }
.ins-insurers__head { max-width: 600px; margin-bottom: 2.4rem; }
.ins-insurers__title {
  font-family: var(--font-head); font-weight: 800; letter-spacing: -.025em;
  font-size: clamp(1.7rem,3.2vw,2.4rem); line-height: 1.1;
  margin-bottom: 1rem;
}
.ins-insurers__head p { font-size: clamp(.96rem,1.4vw,1.08rem); color: var(--muted); }

.ins-insurers__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px; margin-bottom: 1.6rem;
}
.ins-insurer {
  border-radius: var(--r-md); padding: 20px 22px;
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--ink);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.ins-insurer:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.ins-insurer svg { width: 20px; height: 20px; color: var(--primary); flex-shrink: 0; }
.ins-insurers__note {
  font-size: .86rem; color: var(--muted); max-width: 680px;
  font-style: italic;
}

/* ── FAQ ── */
.ins-faq { padding: clamp(64px,8vw,112px) 0; background: var(--bg-alt); }
.ins-faq__head { max-width: 560px; margin-bottom: 2.4rem; }
.ins-faq__title {
  font-family: var(--font-head); font-weight: 800; letter-spacing: -.025em;
  font-size: clamp(1.7rem,3.2vw,2.4rem); line-height: 1.1;
}
.ins-faq__list { display: flex; flex-direction: column; gap: 12px; }

.ins-faq__item { border-radius: var(--r-md); overflow: hidden; transition: box-shadow .35s var(--ease); }
.ins-faq__item[open] { box-shadow: 0 24px 48px -18px rgba(9,58,36,.18), 0 0 0 1px rgba(11,106,60,.1); }
.ins-faq__q {
  display: flex; align-items: center; justify-content: space-between; gap: 1em;
  font-family: var(--font-head); font-weight: 700; font-size: clamp(.96rem,1.4vw,1.08rem);
  color: var(--ink); padding: 1.35em 1.5em; cursor: pointer; list-style: none; user-select: none;
  transition: color .25s;
}
.ins-faq__q::-webkit-details-marker { display: none; }
.ins-faq__q:hover { color: var(--primary); }
.ins-faq__item[open] .ins-faq__q { color: var(--primary); }
.ins-faq__icon {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  background: rgba(11,106,60,.08); display: flex; align-items: center; justify-content: center;
  color: var(--primary); transition: transform .3s var(--ease), background .25s;
}
.ins-faq__item[open] .ins-faq__icon { transform: rotate(45deg); background: var(--primary); color: #fff; }
.ins-faq__a { padding: 0 1.5em 1.5em; }
.ins-faq__a p { font-size: .97rem; color: var(--muted); line-height: 1.78; margin-bottom: .8rem; }
.ins-faq__a p:last-child { margin-bottom: 0; }
.ins-faq__a a { color: var(--primary); font-weight: 600; }
.ins-faq__a a:hover { color: var(--secondary); }

/* ── CTA ── */
.ins-cta {
  position: relative; overflow: hidden; isolation: isolate;
  padding: clamp(64px,8vw,112px) 0;
}
.ins-cta__glow {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, #eaf6f7 0%, #f5fbfc 100%); z-index: 0;
}
.ins-cta__card {
  position: relative; z-index: 2;
  background: linear-gradient(160deg, var(--primary) 0%, #0d9b9f 50%, var(--secondary) 100%);
  border-radius: var(--r-xl); padding: clamp(48px,6vw,80px); overflow: hidden;
}
.ins-cta__card::before {
  content: ''; position: absolute; top: -50%; right: -10%;
  width: 600px; height: 600px; border-radius: 50%;
  background: rgba(255,255,255,.06); pointer-events: none;
}
.ins-cta__inner { position: relative; z-index: 1; max-width: 640px; }
.ins-cta__inner h2 {
  font-family: var(--font-head); font-weight: 800; letter-spacing: -.025em;
  font-size: clamp(1.7rem,3.2vw,2.8rem); color: #fff; margin-bottom: .8rem;
}
.ins-cta__inner p { font-size: clamp(1rem,1.5vw,1.1rem); color: rgba(255,255,255,.82); margin-bottom: 2rem; }
.ins-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 2rem; }
.ins-cta__links {
  display: flex; flex-wrap: wrap; gap: 20px;
  border-top: 1px solid rgba(255,255,255,.2); padding-top: 1.4rem;
}
.ins-cta__links a {
  font-family: var(--font-head); font-weight: 600; font-size: .9rem;
  color: rgba(255,255,255,.7); transition: color .25s;
}
.ins-cta__links a:hover { color: #fff; }

/* ── Responsive ── */
@media (max-width: 1080px) {
  .ins-insurers__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .ins-intro__layout { grid-template-columns: 1fr; }
  .ins-aside-card { position: static; }
  .ins-insurers__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .ins-step { grid-template-columns: 60px 1fr; gap: 0 20px; }
  .ins-insurers__grid { grid-template-columns: 1fr 1fr; }
  .ins-cta__card { padding: clamp(32px,6vw,48px) clamp(20px,5vw,32px); }
}
@media (max-width: 400px) {
  .ins-insurers__grid { grid-template-columns: 1fr; }
}
