/* ===========================================================
   Aadithya Eye Care — SPECIALIST PAGE
   Premium, trust-forward design for Dr Vasantha Gowri.
   Built on the home page design system.
   =========================================================== */

/* ── Layout ──────────────────────────────────────────────── */
.sp-wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.sp-wrap--tight { max-width: 960px; }
.sp-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; }
.sp-eyebrow__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(31,158,87,.18); }
.sp-eyebrow--light { color: rgba(255,255,255,.8); }
.sp-eyebrow--light .sp-eyebrow__dot { background: var(--accent); box-shadow: 0 0 0 4px rgba(31,158,87,.3); }

.sp-hero {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--bg);
  padding: clamp(140px, 18vh, 200px) 0 clamp(72px, 9vw, 120px);
  color: var(--ink);
}
.sp-hero__glow {
  position: absolute; top: -22%; left: 55%; transform: translateX(-50%);
  width: 90vw; height: 70vh;
  background: radial-gradient(ellipse at center, rgba(31,158,87,.28), rgba(22,146,76,.1) 42%, transparent 70%);
  filter: blur(20px); z-index: 0; pointer-events: none;
}
.sp-hero__particle {
  position: absolute; border-radius: 50%; pointer-events: none; z-index: 0;
}
.sp-hero__particle--1 {
  top: 12%; right: 3%; width: clamp(120px,14vw,200px); height: clamp(120px,14vw,200px);
  background: radial-gradient(circle, rgba(31,158,87,.18), transparent 70%);
  animation: sp-float 8s ease-in-out infinite;
}
.sp-hero__particle--2 {
  bottom: 8%; left: -3%; width: clamp(160px,18vw,260px); height: clamp(160px,18vw,260px);
  background: radial-gradient(circle, rgba(22,146,76,.12), transparent 70%);
  animation: sp-float 11s ease-in-out infinite reverse;
}
@keyframes sp-float { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-18px) scale(1.04); } }

.sp-hero__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px); align-items: center;
}

.sp-hero__content { display: flex; flex-direction: column; }
.sp-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.6rem;
}
.sp-breadcrumb a { color: var(--primary); transition: color .3s; }
.sp-breadcrumb a:hover { color: var(--secondary); }
.sp-breadcrumb span { opacity: .5; }

.sp-hero__name {
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(2.6rem, 5.5vw, 4.8rem);
  letter-spacing: -.035em; line-height: 1.01;
  color: var(--ink); margin-bottom: .5rem;
}
.sp-hero__name em { font-style: normal; color: var(--primary); }

.sp-hero__title {
  font-family: var(--font-head); font-weight: 500;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  color: var(--muted); letter-spacing: .01em;
  margin-bottom: clamp(24px, 3vw, 40px);
}

.sp-hero__credentials {
  display: flex; flex-direction: column; gap: 12px;
  margin-bottom: clamp(32px, 4vw, 52px);
}
.sp-cred {
  display: flex; align-items: center; gap: 14px;
  background: linear-gradient(160deg, rgba(255,255,255,.85), rgba(255,255,255,.6));
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 14px; padding: 14px 18px;
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-sm);
}
.sp-cred__icon {
  display: grid; place-items: center;
  width: 40px; height: 40px; flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(11,106,60,.1), rgba(31,158,87,.18));
  color: var(--primary);
}
.sp-cred__icon i { width: 18px; height: 18px; }
.sp-cred__text { display: flex; flex-direction: column; gap: 2px; }
.sp-cred__text strong { font-family: var(--font-head); font-weight: 700; font-size: .95rem; color: var(--ink); }
.sp-cred__text span { font-size: .8rem; color: var(--muted); }

.sp-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Right — photo with floating trust chips */
.sp-hero__media { position: relative; }
.sp-hero__frame {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 1/1;
  box-shadow: var(--shadow-lg);
}
.sp-hero__frame::after {
  content: '';
  position: absolute; inset: 14px; z-index: 3;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: calc(var(--r-xl) - 8px);
  pointer-events: none;
}
.sp-hero__frame img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  display: block; transition: transform 8s var(--ease);
}
.sp-hero__frame:hover img { transform: scale(1.03); }

.sp-hero__frame-caption {
  margin-top: 18px;
  display: flex; justify-content: space-between; align-items: flex-end; gap: 12px;
}
.sp-hero__exp-badge {
  display: flex; flex-direction: column;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: 14px; padding: 12px 16px;
}
.sp-hero__exp-badge strong {
  font-family: var(--font-head); font-weight: 800;
  font-size: 1.5rem; color: var(--ink); line-height: 1;
}
.sp-hero__exp-badge span { font-size: .75rem; color: var(--muted); margin-top: 3px; }

.sp-hero__rating {
  display: flex; flex-direction: column; align-items: flex-end;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: 14px; padding: 10px 14px;
}
.sp-hero__rating-val {
  display: flex; align-items: center; gap: 5px;
  font-family: var(--font-head); font-weight: 800;
  font-size: 1.25rem; color: var(--ink); line-height: 1;
}
.sp-hero__rating-val svg { color: #F4B400; width: 16px; height: 16px; }
.sp-hero__rating span { font-size: .73rem; color: var(--muted); margin-top: 3px; }

/* Floating chip — top right */
.sp-hero__since {
  position: absolute; top: -16px; right: -16px; z-index: 5;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border: 2px solid rgba(255,255,255,.2);
  border-radius: 16px; padding: 14px 18px;
  box-shadow: 0 18px 36px -12px rgba(11,106,60,.5);
  display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.sp-hero__since strong {
  font-family: var(--font-head); font-weight: 800;
  font-size: 1.3rem; color: #fff; line-height: 1;
}
.sp-hero__since span { font-size: .72rem; color: rgba(255,255,255,.75); }

/* ═══════════════════════════════════════════════════════════
   2. TRUST STRIP — key numbers on white
   ═══════════════════════════════════════════════════════════ */
.sp-trust {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: clamp(40px, 5vw, 64px) 0;
}
.sp-trust__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
  align-items: start;
}
.sp-trust__item {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 6px; padding: 0 12px;
}
.sp-trust__item + .sp-trust__item { border-left: 1px solid var(--line); }
.sp-trust__num {
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  letter-spacing: -.03em; line-height: 1;
  color: var(--primary);
}
.sp-trust__num em { font-style: normal; color: var(--secondary); }
.sp-trust__label { font-size: .88rem; color: var(--muted); font-weight: 500; max-width: 16ch; line-height: 1.4; }

/* ═══════════════════════════════════════════════════════════
   3. ABOUT — editorial split
   ═══════════════════════════════════════════════════════════ */
.sp-about {
  background: var(--bg-alt);
  padding: clamp(80px, 11vw, 150px) 0;
}
.sp-about__grid {
  display: grid; grid-template-columns: .55fr 1fr;
  gap: clamp(40px, 7vw, 100px); align-items: start;
}
.sp-about__aside { position: sticky; top: 120px; }
.sp-about__label {
  display: block;
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  letter-spacing: -.02em; line-height: 1.15;
  color: var(--ink); margin-bottom: 2rem;
}
.sp-about__label em { font-style: normal; color: var(--primary); }

.sp-about__photo {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-lg);
}
.sp-about__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.sp-about__body {
  display: flex; flex-direction: column; gap: clamp(24px, 3vw, 36px);
}
.sp-about__lead {
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  line-height: 1.4; letter-spacing: -.01em;
  color: var(--ink);
}
.sp-about__text { font-size: 1.05rem; color: var(--muted); line-height: 1.75; }
.sp-about__text + .sp-about__text { margin-top: -16px; }

/* ═══════════════════════════════════════════════════════════
   4. QUALIFICATIONS — white, premium credential cards
   ═══════════════════════════════════════════════════════════ */
.sp-quals {
  background: #fff;
  padding: clamp(72px, 10vw, 140px) 0;
}
.sp-quals__head { text-align: center; max-width: 680px; margin: 0 auto clamp(48px, 6vw, 80px); }
.sp-quals__head h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -.03em; line-height: 1.06; margin-bottom: .5em;
}
.sp-quals__head h2 em { font-style: normal; color: var(--primary); }
.sp-quals__head p { font-size: 1.05rem; color: var(--muted); }

.sp-quals__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.sp-qual {
  position: relative; overflow: hidden;
  border-radius: var(--r-lg);
  padding: clamp(28px, 3vw, 44px) clamp(24px, 2.6vw, 36px);
  background: linear-gradient(160deg, rgba(255,255,255,.9), rgba(255,255,255,.6));
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: var(--shadow-md);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.sp-qual:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.sp-qual::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
  border-radius: 0 0 2px 2px;
}
.sp-qual__icon {
  display: grid; place-items: center;
  width: 56px; height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(11,106,60,.1), rgba(31,158,87,.15));
  color: var(--primary);
  margin-bottom: 1.4rem;
}
.sp-qual__icon i { width: 24px; height: 24px; }
.sp-qual__label {
  font-family: var(--font-head); font-weight: 700; font-size: .78rem;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--accent); margin-bottom: .5rem; display: block;
}
.sp-qual h3 { font-size: clamp(1.1rem, 1.6vw, 1.35rem); margin-bottom: .4em; line-height: 1.2; }
.sp-qual p { font-size: .9rem; color: var(--muted); line-height: 1.6; }

/* ═══════════════════════════════════════════════════════════
   5. EXPERTISE — teal-alt, icon grid
   ═══════════════════════════════════════════════════════════ */
.sp-expertise {
  background: var(--bg-alt);
  padding: clamp(72px, 10vw, 140px) 0;
}
.sp-expertise__head { max-width: 700px; margin-bottom: clamp(44px, 6vw, 72px); }
.sp-expertise__head h2 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.03em; margin-bottom: .5em; }
.sp-expertise__head h2 em { font-style: normal; color: var(--primary); }
.sp-expertise__head p { font-size: 1.05rem; color: var(--muted); }

.sp-exp__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.6vw, 20px);
}
.sp-exp__item {
  display: flex; flex-direction: column; gap: 12px;
  border-radius: var(--r-md);
  padding: clamp(22px, 2.4vw, 32px) clamp(20px, 2vw, 28px);
  background: linear-gradient(160deg, rgba(255,255,255,.88), rgba(255,255,255,.65));
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.sp-exp__item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(31,158,87,.35);
}
.sp-exp__icon {
  display: grid; place-items: center;
  width: 48px; height: 48px;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(11,106,60,.1), rgba(31,158,87,.18));
  color: var(--primary); flex-shrink: 0;
}
.sp-exp__icon i { width: 20px; height: 20px; }
.sp-exp__item h3 { font-size: 1rem; letter-spacing: -.01em; line-height: 1.3; }
.sp-exp__item p { font-size: .86rem; color: var(--muted); line-height: 1.6; margin: 0; }

/* ═══════════════════════════════════════════════════════════
   6. PHILOSOPHY — deep teal, oversized quote + grid
   ═══════════════════════════════════════════════════════════ */
.sp-phil {
  background: linear-gradient(165deg, #0c3a40, #0A3B24 55%, #082529);
  padding: clamp(80px, 12vw, 160px) 0;
  color: #eaf6f7; overflow: hidden; position: relative; isolation: isolate;
}
.sp-phil::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(31,158,87,.15), transparent 60%);
  pointer-events: none;
}
.sp-phil__inner { position: relative; z-index: 1; }

.sp-phil__quote-wrap { margin-bottom: clamp(60px, 8vw, 100px); }
.sp-phil__quote-icon { color: var(--accent); margin-bottom: 1.5rem; opacity: .6; }
.sp-phil__quote-icon i { width: 48px; height: 48px; }
.sp-phil__quote {
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(1.5rem, 3.2vw, 2.8rem);
  letter-spacing: -.025em; line-height: 1.22;
  color: #fff; max-width: 820px;
  margin-bottom: 1.5rem;
}
.sp-phil__attr {
  font-size: .92rem; color: rgba(255,255,255,.5);
  font-style: italic; letter-spacing: .02em;
}

.sp-phil__pillars {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.sp-pillar {
  border-radius: var(--r-md);
  padding: clamp(24px, 2.6vw, 36px);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
  transition: background .4s, border-color .4s;
}
.sp-pillar:hover { background: rgba(255,255,255,.11); border-color: rgba(31,158,87,.25); }
.sp-pillar__num {
  font-family: var(--font-head); font-weight: 800;
  font-size: 2.4rem; line-height: 1;
  color: var(--accent); opacity: .35; margin-bottom: .5rem;
  letter-spacing: -.04em;
}
.sp-pillar h3 { font-size: 1.1rem; color: #fff; margin-bottom: .5em; }
.sp-pillar p { font-size: .9rem; color: rgba(255,255,255,.55); line-height: 1.65; }

/* ═══════════════════════════════════════════════════════════
   7. PATIENT CARE — white, alternating list
   ═══════════════════════════════════════════════════════════ */
.sp-care {
  background: #fff;
  padding: clamp(80px, 11vw, 150px) 0;
}
.sp-care__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(44px, 7vw, 100px); align-items: center;
}
.sp-care__content { display: flex; flex-direction: column; gap: clamp(28px, 3.5vw, 44px); }
.sp-care__content h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -.03em; line-height: 1.06;
}
.sp-care__content h2 em { font-style: normal; color: var(--primary); }
.sp-care__content p { font-size: 1.05rem; color: var(--muted); line-height: 1.75; }

.sp-care__list { display: flex; flex-direction: column; gap: 18px; }
.sp-care__li {
  display: flex; gap: 16px; align-items: flex-start;
}
.sp-care__li-icon {
  display: grid; place-items: center; flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(11,106,60,.1), rgba(31,158,87,.18));
  color: var(--primary);
  margin-top: 1px;
}
.sp-care__li-icon i { width: 18px; height: 18px; }
.sp-care__li-body h4 { font-size: 1rem; letter-spacing: -.01em; margin-bottom: .25em; }
.sp-care__li-body p { font-size: .88rem; color: var(--muted); line-height: 1.6; }

.sp-care__visual { position: relative; }
.sp-care__img {
  border-radius: var(--r-xl); overflow: hidden;
  aspect-ratio: 4/5; box-shadow: var(--shadow-lg);
}
.sp-care__img img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.sp-care__badge {
  position: absolute; bottom: -24px; right: -24px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: var(--r-md); padding: 24px 28px;
  box-shadow: 0 24px 48px -16px rgba(11,106,60,.5);
  display: flex; flex-direction: column; gap: 4px;
}
.sp-care__badge strong {
  font-family: var(--font-head); font-weight: 800;
  font-size: 2rem; color: #fff; line-height: 1; letter-spacing: -.03em;
}
.sp-care__badge span { font-size: .82rem; color: rgba(255,255,255,.75); }

/* ═══════════════════════════════════════════════════════════
   8. TESTIMONIALS — teal-alt, patients about Dr specifically
   ═══════════════════════════════════════════════════════════ */
.sp-reviews {
  background: var(--bg-alt);
  padding: clamp(72px, 10vw, 140px) 0;
}
.sp-reviews__head { text-align: center; max-width: 640px; margin: 0 auto clamp(44px, 6vw, 72px); }
.sp-reviews__head h2 { font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.03em; }
.sp-reviews__head h2 em { font-style: normal; color: var(--primary); }

.sp-reviews__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.sp-review {
  position: relative;
  border-radius: var(--r-lg);
  padding: clamp(28px, 3vw, 40px) clamp(24px, 2.6vw, 32px);
  background: linear-gradient(160deg, rgba(255,255,255,.9), rgba(255,255,255,.65));
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 16px;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.sp-review:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.sp-review__open {
  font-family: Georgia, serif; font-size: 4rem; line-height: .7;
  color: var(--accent); opacity: .35; display: block; margin-bottom: -.4rem;
}
.sp-review__stars { color: #F4B400; font-size: .85rem; letter-spacing: 2px; }
.sp-review p { font-size: .94rem; color: var(--ink); line-height: 1.7; flex: 1; font-style: italic; }
.sp-review__person { display: flex; align-items: center; gap: 12px; }
.sp-review__avatar {
  width: 42px; height: 42px; flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: grid; place-items: center;
  font-family: var(--font-head); font-weight: 700;
  font-size: .85rem; color: #fff;
}
.sp-review__person-info strong { display: block; font-size: .92rem; font-weight: 700; }
.sp-review__person-info span { font-size: .78rem; color: var(--muted); }

/* ═══════════════════════════════════════════════════════════
   9. Authority links section
   ═══════════════════════════════════════════════════════════ */
.sp-authority { padding: clamp(64px, 8vw, 100px) 0; background: var(--bg-alt); }
.sp-authority__head { text-align: center; margin-bottom: clamp(36px, 5vw, 56px); }
.sp-authority__head h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; letter-spacing: -.025em; color: var(--ink); margin-bottom: .8rem; line-height: 1.15; }
.sp-authority__head h2 em { font-style: normal; color: var(--primary); }
.sp-authority__head p { color: var(--muted); font-size: 1rem; max-width: 52ch; margin: 0 auto; line-height: 1.7; }
.sp-authority__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sp-authority__card { background: var(--card); border: 1px solid var(--line-strong); border-radius: var(--r-lg); padding: clamp(22px, 2.8vw, 32px); display: flex; flex-direction: column; gap: 14px; text-decoration: none; transition: box-shadow .25s, transform .25s, border-color .25s; }
.sp-authority__card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); border-color: rgba(22,146,76,.3); }
.sp-authority__card-icon { width: 52px; height: 52px; border-radius: var(--r-md); background: linear-gradient(135deg, var(--primary), var(--secondary)); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sp-authority__card-icon i { width: 24px; height: 24px; color: #fff; }
.sp-authority__card-body { flex: 1; }
.sp-authority__card-body h3 { font-size: 1.05rem; font-weight: 700; color: var(--ink); margin-bottom: .5rem; line-height: 1.3; }
.sp-authority__card-body p { font-size: .88rem; color: var(--muted); line-height: 1.65; margin-bottom: .9rem; }
.sp-authority__card-link { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-head); font-weight: 600; font-size: .84rem; color: var(--secondary); }
.sp-authority__card-link i { width: 14px; height: 14px; transition: transform .2s; }
.sp-authority__card:hover .sp-authority__card-link i { transform: translateX(3px); }
@media (max-width: 900px) { .sp-authority__grid { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════════════
   10. CTA — premium gradient
   ═══════════════════════════════════════════════════════════ */
.sp-cta {
  padding: clamp(80px, 11vw, 150px) 0;
  background: var(--bg);
}
.sp-cta__card {
  position: relative; overflow: hidden; isolation: isolate;
  border-radius: var(--r-xl);
  background: linear-gradient(150deg, var(--primary) 0%, var(--secondary) 60%, var(--accent) 100%);
  padding: clamp(52px, 7vw, 96px) clamp(36px, 5vw, 80px);
  box-shadow: 0 40px 80px -30px rgba(11,106,60,.55);
  display: grid; grid-template-columns: 1fr auto;
  gap: clamp(36px, 5vw, 80px); align-items: center;
}
.sp-cta__card::before {
  content: ''; position: absolute;
  top: -60%; right: -10%; width: 70%; height: 200%;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.15), transparent 60%);
  pointer-events: none; z-index: 0;
}
.sp-cta__content { position: relative; z-index: 1; }
.sp-cta__content h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -.03em; line-height: 1.06;
  color: #fff; margin-bottom: .6em;
}
.sp-cta__content p { font-size: 1.1rem; color: rgba(255,255,255,.75); max-width: 56ch; }
.sp-cta__contact {
  display: flex; flex-wrap: wrap; gap: 16px; margin-top: 1.6rem;
}
.sp-cta__contact a {
  display: inline-flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,.8); font-size: .9rem; font-weight: 500;
  transition: color .3s;
}
.sp-cta__contact a:hover { color: #fff; }
.sp-cta__contact a i { width: 16px; height: 16px; }

.sp-cta__actions {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; gap: 14px; align-items: flex-start; flex-shrink: 0;
}
.btn--light {
  color: var(--primary);
  background: #fff;
  box-shadow: 0 14px 30px -12px rgba(0,0,0,.25);
}
.btn--light:hover { box-shadow: 0 22px 44px -14px rgba(0,0,0,.3); }
.btn--outline-light {
  color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.12);
  border: 1.5px solid rgba(255,255,255,.3);
  box-shadow: none;
}
.btn--outline-light:hover { background: rgba(255,255,255,.2); color: #fff; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .sp-quals__grid { grid-template-columns: 1fr 1fr; }
  .sp-exp__grid { grid-template-columns: 1fr 1fr; }
  .sp-cta__card { grid-template-columns: 1fr; }
  .sp-cta__actions { flex-direction: row; }
}
@media (max-width: 768px) {
  .sp-hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .sp-hero__media { order: -1; max-width: 380px; margin: 0 auto; }
  .sp-hero__since { top: -12px; right: -12px; }
  .sp-trust__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .sp-trust__item + .sp-trust__item { border-left: none; }
  .sp-trust__item:nth-child(odd) + .sp-trust__item { border-left: 1px solid var(--line); }
  .sp-about__grid { grid-template-columns: 1fr; }
  .sp-about__aside { position: static; }
  .sp-quals__grid { grid-template-columns: 1fr; }
  .sp-exp__grid { grid-template-columns: 1fr; }
  .sp-phil__pillars { grid-template-columns: 1fr; }
  .sp-care__grid { grid-template-columns: 1fr; }
  .sp-care__badge { bottom: -16px; right: -12px; }
  .sp-reviews__grid { grid-template-columns: 1fr; }
  .sp-cta__card { padding: clamp(40px,6vw,72px) clamp(24px,4vw,48px); }
  .sp-cta__actions { flex-direction: column; width: 100%; }
}
@media (max-width: 480px) {
  .sp-trust__grid { grid-template-columns: 1fr 1fr; }
}
