/* Copyright Aadithya Eye Care — Contact page */

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

.ct-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; }
.ct-eyebrow__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(31,158,87,.18); }
.ct-eyebrow--light { color: rgba(255,255,255,.82); }
.ct-eyebrow--light .ct-eyebrow__dot { background: var(--accent); box-shadow: 0 0 0 4px rgba(31,158,87,.3); }

/* ── Hero ── */
.ct-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);
}
.ct-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,.28), rgba(22,146,76,.08) 44%, transparent 70%);
  filter: blur(22px); z-index: 0; pointer-events: none;
}
.ct-hero__shape {
  position: absolute; border-radius: 50%; opacity: .07; pointer-events: none;
}
.ct-hero__shape--1 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, var(--secondary), transparent 70%);
  top: -180px; right: -100px; z-index: 0;
}
.ct-hero__inner {
  position: relative; z-index: 2; max-width: 760px;
}
.ct-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;
}
.ct-breadcrumb a { color: var(--primary); transition: color .3s; }
.ct-breadcrumb a:hover { color: var(--secondary); }
.ct-breadcrumb span { opacity: .5; }
.ct-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;
}
.ct-hero__lead {
  font-size: clamp(1.04rem,1.6vw,1.22rem);
  color: var(--muted); max-width: 60ch; margin-bottom: 2.4rem;
}
.ct-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ── Info Grid ── */
.ct-info { padding: clamp(64px,8vw,112px) 0; }
.ct-info__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ct-card {
  border-radius: var(--r-lg); padding: clamp(28px,3vw,40px) clamp(22px,2.5vw,32px);
  display: flex; flex-direction: column; gap: 12px;
  transition: box-shadow .35s var(--ease), transform .35s var(--ease);
}
.ct-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.ct-card__icon {
  width: 52px; height: 52px; border-radius: var(--r-sm);
  background: linear-gradient(135deg, rgba(11,106,60,.1), rgba(22,146,76,.06));
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
}
.ct-card__icon svg { width: 24px; height: 24px; }
.ct-card__title {
  font-family: var(--font-head); font-weight: 700;
  font-size: 1.12rem; color: var(--ink); margin: 0;
}
.ct-card__body {
  font-size: .96rem; color: var(--muted); line-height: 1.65;
  flex: 1;
}
.ct-card__link {
  display: inline-flex; align-items: center; gap: .4em;
  font-family: var(--font-head); font-weight: 600; font-size: .9rem;
  color: var(--primary); margin-top: auto;
  transition: gap .25s, color .25s;
}
.ct-card__link:hover { gap: .6em; color: var(--secondary); }
.ct-card__link--primary { color: var(--primary); font-size: 1rem; }
.ct-card__link--whatsapp { color: #25D366; }
.ct-card__link--whatsapp:hover { color: #1da851; }
.ct-card__link svg { width: 16px; height: 16px; }

/* ── Hours + Map ── */
.ct-hours { padding: clamp(64px,8vw,112px) 0; background: var(--bg-alt); }
.ct-hours__layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px,5vw,80px); align-items: start;
}
.ct-hours__title {
  font-family: var(--font-head); font-weight: 800;
  letter-spacing: -.025em; line-height: 1.1;
  font-size: clamp(1.7rem,3.2vw,2.4rem);
  margin-bottom: 1rem;
}
.ct-hours__lead {
  font-size: clamp(1rem,1.4vw,1.1rem);
  color: var(--muted); margin-bottom: 2rem;
}

/* Schedule */
.ct-schedule { display: flex; flex-direction: column; gap: 12px; margin-bottom: 2rem; }
.ct-schedule__row {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 18px 22px;
  border-radius: var(--r-md);
  background: var(--card);
  border: 1px solid var(--line-strong);
}
.ct-schedule__row--closed { opacity: .65; }
.ct-schedule__days { display: flex; flex-direction: column; min-width: 110px; }
.ct-schedule__label { font-family: var(--font-head); font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; color: var(--primary); }
.ct-schedule__day-range { font-size: .88rem; color: var(--muted); font-weight: 500; }
.ct-schedule__time { font-family: var(--font-head); font-weight: 700; font-size: 1rem; color: var(--ink); flex: 1; }
.ct-schedule__badge {
  font-size: .75rem; font-weight: 600; letter-spacing: .03em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 100px;
  background: rgba(11,106,60,.1); color: var(--primary);
}
.ct-schedule__badge--alt { background: rgba(31,158,87,.12); color: var(--secondary); }
.ct-schedule__badge--closed { background: rgba(102,122,136,.1); color: var(--muted); }

/* Emergency */
.ct-emergency {
  display: flex; gap: 18px; align-items: flex-start;
  border-radius: var(--r-md); padding: 20px 24px;
  border-left: 3px solid var(--primary);
}
.ct-emergency__icon { color: var(--primary); margin-top: 2px; flex-shrink: 0; }
.ct-emergency strong { display: block; font-family: var(--font-head); font-weight: 700; color: var(--ink); margin-bottom: .3rem; }
.ct-emergency p { font-size: .9rem; color: var(--muted); line-height: 1.6; }
.ct-emergency a { color: var(--primary); font-weight: 600; }

/* Map card */
.ct-map-card { border-radius: var(--r-lg); overflow: hidden; }
.ct-map-embed { border-radius: var(--r-lg) var(--r-lg) 0 0; overflow: hidden; }
.ct-map-card__info { padding: 24px 28px; display: flex; flex-direction: column; gap: 14px; }
.ct-map-info__row {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: .94rem; color: var(--muted);
}
.ct-map-info__row svg { width: 18px; height: 18px; color: var(--primary); flex-shrink: 0; margin-top: 2px; }

/* ── Getting There ── */
.ct-getting-there { padding: clamp(64px,8vw,112px) 0; }
.ct-getting-there__inner { display: flex; flex-direction: column; gap: 48px; }
.ct-getting-there__head { max-width: 640px; }
.ct-getting-there__title {
  font-family: var(--font-head); font-weight: 800;
  letter-spacing: -.025em; line-height: 1.1;
  font-size: clamp(1.7rem,3.2vw,2.4rem);
  margin-bottom: 1rem;
}
.ct-getting-there__head p { font-size: clamp(1rem,1.4vw,1.1rem); color: var(--muted); }

.ct-routes {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ct-route {
  border-radius: var(--r-lg); padding: clamp(24px,3vw,36px);
  display: flex; gap: 20px; align-items: flex-start;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.ct-route:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.ct-route__icon {
  width: 48px; height: 48px; border-radius: var(--r-sm); flex-shrink: 0;
  background: linear-gradient(135deg, rgba(11,106,60,.1), rgba(22,146,76,.06));
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
}
.ct-route__icon svg { width: 22px; height: 22px; }
.ct-route__body strong { display: block; font-family: var(--font-head); font-weight: 700; color: var(--ink); margin-bottom: .5rem; font-size: 1rem; }
.ct-route__body p { font-size: .93rem; color: var(--muted); line-height: 1.65; }

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

/* ── Responsive ── */
@media (max-width: 1080px) {
  .ct-info__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .ct-hours__layout { grid-template-columns: 1fr; }
  .ct-routes { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .ct-info__grid { grid-template-columns: 1fr; }
  .ct-schedule__row { flex-direction: column; gap: 8px; }
  .ct-cta__card { padding: clamp(32px,6vw,48px) clamp(20px,5vw,36px); }
}
