/* KinvoCare — Design System */
@import url('fonts.css');

:root {
  --navy: #192a3d;
  --navy-deep: #101a26;
  --navy-soft: #24364a;
  --teal: #0d9b9b;
  --teal-bright: #12b5b5;
  --teal-soft: #e6f7f7;
  --gold: #E6B15C;
  --gold-rgb: 230, 177, 92;
  --gold-bright: #F2C46E;
  --gold-soft: rgba(230, 177, 92, 0.2);
  --accent-teal: #0d9b9b;
  --cream: #fbfcfd;
  --ink: #192a3d;
  --muted: #5a6d7e;
  --line: rgba(25, 42, 61, 0.08);
  --white: #ffffff;
  --bg: #fbfcfd;
  --bg-alt: #ffffff;
  --shadow-soft: 0 20px 50px rgba(25, 42, 61, 0.07);
  --shadow-lift: 0 28px 60px rgba(13, 155, 155, 0.12);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1120px;
  --header-h: 76px;
  --font: "Montserrat", sans-serif;
  --display: "Montserrat", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(900px 480px at 100% 0%, rgba(226, 178, 106, 0.12), transparent 52%),
    var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--teal); text-decoration: none; transition: color 0.2s var(--ease); }
a:hover { color: var(--navy); }
h1, h2, h3, h4 {
  font-family: var(--display);
  color: var(--navy);
  line-height: 1.18;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}
h1, h2, h4 { font-weight: 700; }
h1, h2 {
  font-family: var(--display);
}
h1 { font-size: clamp(2.05rem, 4.6vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.35rem); }
h3 {
  font-family: var(--display);
  font-size: clamp(1.32rem, 2.45vw, 1.65rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.18;
}
p, .lead, .sub, li {
  font-family: var(--font);
}
p { margin: 0 0 1rem; color: var(--muted); }
ul { margin: 0 0 1rem; padding-left: 1.15rem; color: var(--muted); }
li { margin-bottom: 0.4rem; }

.container { width: min(100% - 2.5rem, var(--max)); margin-inline: auto; }
.section {
  padding: clamp(30px, 5vw, 45px) 0;
}
.band-mint {
  background: var(--bg-alt);
}
.band-fog {
  background: #fbfcfd;
}
section.page-hero.has-banner.page-hero--blog.blog-article-hero {
    margin-bottom: 35px;
}
.section-alt { background: var(--bg-alt); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-teal);
  margin-bottom: 0.95rem;
  padding: 0.38rem 0.8rem 0.38rem 0.65rem;
  background: var(--teal-soft);
  border-radius: 999px;
}
.eyebrow::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent-teal);
  box-shadow: 0 0 0 4px rgba(13, 155, 155, 0.18);
}
.lead { font-size: 1.08rem; max-width: 42rem; }
.section-head { max-width: 40rem; margin-bottom: 2.5rem; }
.section-head.centered { margin-inline: auto; text-align: center; }
.section-head.centered .lead { margin-inline: auto; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.92rem 1.45rem;
  border-radius: 999px;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.92rem;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease), background 0.25s, color 0.25s, border-color 0.25s;
  text-decoration: none;
  white-space: nowrap;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.38) 48%, transparent 72%);
  transform: translateX(-120%);
  transition: transform 0.55s var(--ease);
  pointer-events: none;
}
.btn:hover { transform: translateY(-3px); }
.btn:hover::after { transform: translateX(120%); }
.btn:active { transform: translateY(-1px) scale(0.98); }
.btn-primary,
.btn-gold {
  background: rgb(226, 178, 106);
  color: var(--white);
  border-color: rgb(226, 178, 106);
  box-shadow: 0 10px 24px rgba(226, 178, 106, 0.38);
}
.btn-primary:hover,
.btn-gold:hover {
  color: var(--white);
  background: #d4a45a;
  border-color: #d4a45a;
  box-shadow: 0 14px 30px rgba(189, 172, 146, 0.45);
}
.btn-secondary {
  background: transparent;
  color: var(--navy);
  border-color: var(--teal);
}
.btn-secondary:hover {
  border-color: var(--teal);
  color: var(--navy);
  background: var(--teal-soft);
}
.hero .btn-secondary,
.start-nanny .btn-secondary,
.cta-band .btn-secondary {
  color: var(--white);
  border-color: var(--gold);
}
.hero .btn-secondary:hover,
.start-nanny .btn-secondary:hover,
.cta-band .btn-secondary:hover {
  color: var(--white);
  background: rgba(226, 178, 106, 0.16);
}
.btn-ghost-light {
  background: rgba(255,255,255,0.12);
  color: var(--white);
  border-color: rgba(255,255,255,0.28);
}
.btn-ghost-light:hover { background: rgba(255,255,255,0.2); color: var(--white); }
.btn-sm { padding: 0.65rem 1.1rem; font-size: 0.88rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.85rem; align-items: center; justify-content: center; }
.band-mint .btn-primary,
.band-mint .btn-secondary,
.band-mint .btn-gold {
  background: #012853;
  color: #fff;
  border-color: #012853;
  box-shadow: 0 10px 24px rgba(1, 40, 83, 0.28);
}
.band-mint .btn-primary:hover,
.band-mint .btn-secondary:hover,
.band-mint .btn-gold:hover {
  background: #023a73;
  color: #fff;
  border-color: #023a73;
  box-shadow: 0 14px 30px rgba(1, 40, 83, 0.34);
}
.start-nanny.band-mint .btn-primary,
.start-nanny.band-mint .btn-secondary,
.start-nanny.band-mint .btn-gold {
  background: rgb(226, 178, 106);
  color: var(--white);
  border-color: rgb(226, 178, 106);
  box-shadow: 0 10px 24px rgba(226, 178, 106, 0.38);
}
.start-nanny.band-mint .btn-primary:hover,
.start-nanny.band-mint .btn-secondary:hover,
.start-nanny.band-mint .btn-gold:hover {
  background: #d4a45a;
  border-color: #d4a45a;
  color: var(--white);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  backdrop-filter: blur(18px) saturate(1.2);
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(25, 42, 61, 0.06);
  transition: box-shadow 0.3s, background 0.3s;
}
.site-header.scrolled {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 40px rgba(25, 42, 61, 0.08);
}
header#site-header{
  height: 65px;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.logo img {
  height: 48px;
  width: auto;
  object-fit: contain;
}
.nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.nav a {
  color: var(--navy);
  font-weight: 500;
  font-size: 0.84rem;
  padding: 0.5rem 0.62rem;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.nav a:hover,
.nav a.active { color: var(--teal); background: var(--teal-soft); }
.header-actions { display: flex; align-items: center; gap: 0.65rem; }
.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 18px; height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: 0.25s var(--ease);
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero
   Banner text ko UP / DOWN karne ke liye sirf ye value badlo:
   --hero-content-top: 40px;   → aur upar
   --hero-content-top: 80px;   → default
   --hero-content-top: 140px;  → neeche
*/
.hero {
  position: relative;
  width: 100%;
  min-height: clamp(450px, 56vh, 540px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  color: var(--white);
  background: #101a26;
  --hero-content-top: 80px;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #101a26;
}
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(16, 26, 38, 0.72) 0%, rgba(16, 26, 38, 0.42) 34%, rgba(16, 26, 38, 0.12) 62%, rgba(16, 26, 38, 0.06) 100%),
    linear-gradient(180deg, rgba(16, 26, 38, 0.08) 0%, rgba(16, 26, 38, 0.16) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 2.5rem, var(--max));
  margin: 0 auto;
  padding: var(--hero-content-top) 0 2rem;
  text-align: left;
}
.hero h1 {
  color: var(--white);
  margin-bottom: 1.15rem;
  max-width: none;
  white-space: nowrap;
  font-size: clamp(1.2rem, 3.2vw, 3rem);
  animation: riseIn 0.9s 0.08s var(--ease) both;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}
.hero h1 .line2 {
  display: block;
  color: #F2C46E;
  -webkit-text-fill-color: #F2C46E;
  background: none;
  background-image: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  font-size: 0.75em;
  margin-top: 0.32rem;
  font-weight: 600;
}
.hero .sub {
  color: rgba(255,255,255,0.95);
  font-size: 1.05rem;
  margin-bottom: 1.35rem;
  max-width: 38rem;
  animation: riseIn 0.9s 0.16s var(--ease) both;
}
.hero .cta-row {
  justify-content: flex-start;
  animation: riseIn 0.9s 0.24s var(--ease) both;
}
.hero .trust-micro {
  margin-top: 1.1rem;
  color: rgba(255,255,255,0.78);
  font-size: 0.88rem;
  font-weight: 600;
  animation: riseIn 0.9s 0.3s var(--ease) both;
}
.hero .trust-micro span { color: var(--gold); }

@keyframes riseIn {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Page hero (inner) */
.page-hero {
  position: relative;
  padding: clamp(3.5rem, 8vw, 5rem) 0 3rem;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(700px 320px at 0% 0%, rgba(226,178,106,0.14), transparent 60%),
    radial-gradient(600px 280px at 100% 20%, rgba(13,155,155,0.12), transparent 55%),
    linear-gradient(180deg, var(--bg) 0%, transparent 100%);
  z-index: -1;
}
.page-hero h1 { max-width: 18ch; }
.page-hero .lead { max-width: 42rem; }

/* Compact inner-page banners */
.page-hero.has-banner {
  display: flex;
  align-items: center;
  min-height: clamp(300px, 38vw, 420px);
  padding: clamp(2.4rem, 5.5vw, 3.4rem) 0;
  color: var(--white);
  background: #101a26;
}
.page-hero.has-banner::before { display: none; }
.page-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.page-hero-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}
.page-hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 26, 38, 0.82) 0%, rgba(16, 26, 38, 0.58) 36%, rgba(16, 26, 38, 0.28) 68%, rgba(16, 26, 38, 0.16) 100%),
    linear-gradient(180deg, rgba(16, 26, 38, 0.12) 0%, rgba(16, 26, 38, 0.38) 100%);
}
.page-hero.has-banner .container {
  position: relative;
  z-index: 1;
}
.page-hero.has-banner h1 {
  color: var(--white);
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.28);
  font-size: clamp(1.2rem, 3.2vw, 3rem);
}
.page-hero.has-banner .lead {
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 0;
}
.page-hero.has-banner .eyebrow {
  color: #102018;
  background: rgba(242, 196, 110, 0.94);
}
.page-hero.has-banner .eyebrow::before {
  background: var(--navy);
  box-shadow: 0 0 0 4px rgba(16, 26, 38, 0.12);
}
.page-hero--login {
  min-height: clamp(340px, 42vw, 480px);
}
.page-hero--login .page-hero-media img {
  object-position: center 46%;
}
.page-hero--login .page-hero-media::after {
  background:
    linear-gradient(90deg, rgba(16, 26, 38, 0.28) 0%, rgba(16, 26, 38, 0.1) 38%, transparent 68%),
    linear-gradient(180deg, rgba(16, 26, 38, 0.06) 0%, rgba(16, 26, 38, 0.18) 100%);
}
.page-hero.has-banner.page-hero--login h1 {
  max-width: none;
}
.page-hero--login h1 .line2 {
  display: block;
}
.page-hero--login .lead {
  max-width: 36rem;
}
.page-hero--why .page-hero-media img { object-position: center 36%; }
.page-hero--services .page-hero-media img { object-position: 72% 38%; }
.page-hero--how .page-hero-media img { object-position: 74% 42%; }
.page-hero--subscription .page-hero-media img { object-position: 70% 46%; }
.page-hero--blog .page-hero-media img { object-position: 80% 48%; }
.page-hero--faqs .page-hero-media img { object-position: 78% 38%; }
.page-hero--referral .page-hero-media img { object-position: 78% 42%; }
.page-hero--photo .page-hero-media img { object-position: 80% 42%; }
.page-hero--japa .page-hero-media img { object-position: 82% 46%; }
.page-hero--day .page-hero-media img { object-position: 80% 42%; }
.page-hero--24hr .page-hero-media img { object-position: 82% 40%; }
.page-hero--sitter .page-hero-media img { object-position: 84% 38%; }
.page-hero--mother .page-hero-media img { object-position: 80% 44%; }
.page-hero--newborn .page-hero-media img { object-position: 82% 40%; }
.page-hero--livein .page-hero-media img { object-position: 78% 42%; }
.page-hero--parttime .page-hero-media img { object-position: 76% 40%; }

/* Trust bar — compact cards matching the hero’s black fade */
.trust-bar {
  background: #111111;
  border-top: 1px solid rgba(226, 178, 106, 0.18);
  border-bottom: 1px solid rgba(226, 178, 106, 0.18);
  padding: 14px 0;
}
.trust-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: 80%;
  margin: 0 auto;
}
.trust-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  padding: 14px 10px;
  text-align: center;
  background: #151515;
  border: 1px solid rgba(226, 178, 106, 0.18);
  border-radius: 10px;
  box-shadow: none;
  cursor: default;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.trust-card span:not(.trust-icon) {
  color: #b7b7b7;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
.trust-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  background: rgba(226, 178, 106, 0.12);
  border: 0;
  flex-shrink: 0;
}
.trust-icon svg {
  width: 40px;
  height: 40px;
  stroke-width: 1.8;
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Feature grids */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}
.feature {
  position: relative;
  padding: 1.7rem 1.45rem 1.5rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(25, 42, 61, 0.06);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  cursor: default;
  transition: transform 0.4s var(--ease), box-shadow 0.4s, border-color 0.4s, background 0.4s;
}
.feature::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
}
.feature:hover {
  transform: translateY(-8px);
  border-color: rgba(13, 155, 155, 0.22);
  background: var(--white);
  box-shadow: var(--shadow-lift);
}
.feature .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  border-radius: 14px;
  font-family: var(--display);
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--teal);
  background: var(--teal-soft);
}
.feature h3 { margin-bottom: 0.55rem; font-size: 1.18rem; }
.feature p { margin: 0; font-size: 0.96rem; }

/* Steps */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  counter-reset: step;
}
.step {
  position: relative;
  padding: 1.55rem 1.3rem 1.5rem;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(25, 42, 61, 0.06);
  border-radius: var(--radius);
  cursor: default;
  transition: transform 0.4s var(--ease), box-shadow 0.4s, border-color 0.4s;
}
.step:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(226, 178, 106, 0.35);
}
.step::before {
  counter-increment: step;
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.step h3 { font-size: 1.05rem; }
.step p { margin: 0; font-size: 0.94rem; }

.steps-home .step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 1.45rem 1.3rem 1.2rem;
  background: #fff;
  box-shadow: none;
}
.steps-home .step::before,
.steps-home .step::after {
  content: none;
  display: none;
  counter-increment: none;
  width: 0;
  height: 0;
  margin: 0;
  background: none;
}
.steps-home .step-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 1.05rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(242, 196, 110, 0.16);
  color: #c4923d;
  border: 1px solid rgba(226, 178, 106, 0.28);
}
.steps-home .step-icon svg {
  width: 24px;
  height: 24px;
}
.steps-home .step h3 {
  font-size: clamp(0.82rem, 0.7vw + 0.52rem, 0.98rem);
  line-height: 1.3;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
.steps-home .step p {
  font-size: 0.9rem;
  line-height: 1.55;
  min-height: calc(1.55em * 4);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.steps-home .step-foot {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin-top: 1.1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(25, 42, 61, 0.08);
}
.steps-home .step-num {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.06em;
  line-height: 1;
}
.steps-home .step-foot::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(226, 178, 106, 0.55), transparent 90%);
}

.steps-process {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 1rem;
  align-items: stretch;
}
.steps-process .step {
  min-width: 0;
  min-height: 0;
  height: 100%;
  padding: 1.15rem 1.2rem 1rem;
}
.steps-process .step-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 0.7rem;
}
.steps-process .step-icon svg {
  width: 20px;
  height: 20px;
}
.steps-process .step h3 {
  white-space: normal;
  font-size: 1.02rem;
  line-height: 1.3;
  min-height: 0;
  margin-bottom: 0.4rem;
}
.steps-process .step p {
  min-height: 0;
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
  flex: 1;
  font-size: 0.88rem;
  line-height: 1.5;
}
.steps-process .step-foot {
  margin-top: 0.85rem;
  padding-top: 0.7rem;
}

/* Service links — interaction containers */
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}
.service-link {
  display: block;
  padding: 1.4rem 1.5rem;
  background: rgba(255,255,255,0.75);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: inherit;
  transition: border-color 0.25s, transform 0.25s var(--ease), box-shadow 0.25s;
}
.service-link:hover {
  border-color: var(--teal);
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
  color: inherit;
}
.service-link h3 {
  color: var(--navy);
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.service-link h3::after {
  content: '→';
  color: var(--teal);
  font-family: var(--font);
  font-weight: 700;
  transition: transform 0.25s var(--ease);
}
.service-link:hover h3::after { transform: translateX(4px); }
.service-link p { margin: 0; font-size: 0.94rem; }
.service-link .best-for {
  margin-top: 0.75rem;
  font-size: 0.82rem;
  color: var(--teal);
  font-weight: 700;
}
.service-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 150px;
  background: var(--white);
  border: 1px solid rgba(25, 42, 61, 0.06);
  border-radius: 20px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: transform 0.4s var(--ease), box-shadow 0.4s, border-color 0.4s;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(226, 178, 106, 0.38);
  box-shadow: var(--shadow-lift);
  color: inherit;
}
.service-card-media {
  flex: 0 0 40%;
  width: 40%;
  overflow: hidden;
  background: var(--teal-soft);
}
.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s var(--ease);
}
.service-card:hover .service-card-media img { transform: scale(1.05); }
.service-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  padding: 0.9rem 1rem 0.85rem;
  text-align: center;
}
.service-card h3 {
  margin-bottom: 0.3rem;
  font-size: 1.02rem;
  color: var(--navy);
}
.service-card p {
  margin: 0 0 0.75rem;
  font-size: 0.84rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.service-readmore {
  align-self: center;
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: #012853;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.service-card:hover .service-readmore { color: var(--white); background: #012853; }
.service-card .best-for {
  margin-top: 0.15rem;
  font-size: 0.78rem;
  color: var(--teal);
  font-weight: 700;
  line-height: 1.35;
}

/* Comparison table */
.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 20px;
  border: 1px solid rgba(25, 42, 61, 0.06);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.94rem;
}
.compare-table th,
.compare-table td {
  padding: 1rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid rgba(25, 42, 61, 0.06);
  vertical-align: middle;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.compare-table th {
  background: var(--navy);
  color: var(--white);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.compare-table th:last-child { background: var(--gold); color: #fff; }
.compare-table tbody tr { transition: background 0.2s; }
.compare-table tbody tr:hover td { background: rgba(13, 155, 155, 0.06); }
.compare-table tbody tr:hover td:last-child { background: rgba(226, 178, 106, 0.14); }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table th:first-child,
.compare-table td:first-child {
  font-weight: 700;
  color: var(--navy);
  width: 46%;
}
.compare-table th:nth-child(2),
.compare-table td:nth-child(2),
.compare-table th:nth-child(3),
.compare-table td:nth-child(3) {
  width: 27%;
  text-align: center;
}
.compare-table th:first-child { color: var(--white); text-align: left; }
.yes { color: var(--teal); font-weight: 800; }
.no { color: #a0aec0; font-weight: 700; }
.sometimes { color: var(--gold); font-weight: 700; }

@media (max-width: 760px) {
  .table-wrap {
    overflow-x: hidden;
    border-radius: 16px;
  }
  .compare-table {
    min-width: 0;
    width: 100%;
    font-size: 0.86rem;
    line-height: 1.35;
  }
  .compare-table th,
  .compare-table td {
    padding: 0.72rem 0.42rem;
  }
  .compare-table th {
    font-size: 0.8rem;
    line-height: 1.25;
    padding: 0.78rem 0.35rem;
  }
  .compare-table th:first-child,
  .compare-table td:first-child {
    width: 44%;
    padding-left: 0.65rem;
    padding-right: 0.35rem;
    text-align: left;
    font-size: 0.84rem;
  }
  .compare-table th:nth-child(2),
  .compare-table td:nth-child(2) {
    width: 28%;
  }
  .compare-table th:nth-child(3),
  .compare-table td:nth-child(3) {
    width: 28%;
    padding-right: 0.55rem;
  }
  .compare-table .th-line {
    display: block;
  }
}

@media (max-width: 400px) {
  .compare-table {
    font-size: 0.82rem;
  }
  .compare-table th {
    font-size: 0.74rem;
  }
  .compare-table th:first-child,
  .compare-table td:first-child {
    font-size: 0.8rem;
    padding-left: 0.5rem;
  }
  .compare-table th,
  .compare-table td {
    padding: 0.65rem 0.3rem;
  }
  .page-home .hero h1 {
    font-size: clamp(1.18rem, 5.6vw, 1.4rem);
  }
  .page-home .hero .cta-row {
    gap: 0.4rem;
  }
  .page-home .hero .cta-row .btn {
    padding: 0.68rem 0.4rem;
    font-size: 0.85rem;
  }
}

/* Split layout */
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}
.split-visual {
  position: relative;
  min-height: 360px;
  border-radius: 28px;
  overflow: hidden;
  background:
    url('../assets/img/Sub Image-1.jpg') center/cover;
  box-shadow: var(--shadow-soft);
  transition: transform 0.5s var(--ease), box-shadow 0.5s;
}
.split-visual:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 24px 50px rgba(25, 42, 61, 0.16);
}
.split-visual.alt {
  background:
   url('../assets/img/Sub Image.jpg') center/cover;
}

.eyebrow-plain::before { display: none; }

/* Safety */
.safety-section .section-head { max-width: 46rem; }
.safety-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.safety-item {
  padding: 1.5rem 1.3rem 1.35rem;
  background: var(--white);
  border: 1px solid rgba(25, 42, 61, 0.06);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  cursor: default;
  transition: transform 0.4s var(--ease), box-shadow 0.4s, border-color 0.4s;
}
.safety-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
}
.safety-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
  color: var(--teal);
  background: var(--teal-soft);
}
.safety-icon svg { width: 18px; height: 18px; }
.safety-item h3 {
  margin-bottom: 0.4rem;
  font-size: 1.05rem;
}
.safety-item p {
  margin: 0;
  font-size: 0.92rem;
}

/* Areas */
.area-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.area-block {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.45rem 1.3rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s;
}
.area-block::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
}
.area-block:hover {
  transform: translateY(-5px);
  border-color: rgba(226, 178, 106, 0.28);
  box-shadow: 0 22px 48px rgba(6, 26, 48, 0.1);
}
.area-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.95rem;
  color: var(--teal);
  background: var(--teal-soft);
  border: 1px solid rgba(13, 155, 155, 0.18);
}
.area-icon svg { width: 20px; height: 20px; }
.area-block h3 {
  margin-bottom: 0.45rem;
  font-size: 1.18rem;
}
.area-block p {
  font-size: 0.92rem;
  margin-bottom: 1rem;
  flex: 1;
}
.area-block a {
  font-weight: 800;
  font-size: 0.86rem;
  color: var(--teal);
}
.area-block:hover a { color: var(--navy); }
@media (min-width: 981px) {
  .area-grid { grid-template-columns: repeat(6, 1fr); }
  .area-block { grid-column: span 2; }
  .area-block:nth-child(4) { grid-column: 2 / span 2; }
  .area-block:nth-child(5) { grid-column: 4 / span 2; }
}

/* Testimonials slider */
.testimonial-slider {
  position: relative;
  padding: 0 2.6rem;
}
.testimonial-slider .slider-viewport {
  overflow: hidden;
  background: transparent;
}
.slider-viewport { overflow: hidden; }
.slider-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.15rem;
  transition: transform 0.55s var(--ease);
}
.testimonial {
  flex: 0 0 calc((100% - 2.3rem) / 3);
  margin: 0;
  padding: 1.55rem 1.45rem 1.4rem;
  background: var(--white);
  border: 1px solid rgba(25, 42, 61, 0.08);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: none;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s ease;
}
.testimonial:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(226, 178, 106, 0.4);
}
.quote-mark {
  display: block;
  font-family: var(--display);
  font-size: 2.4rem;
  line-height: 0.8;
  color: var(--gold);
  margin-bottom: 0.55rem;
}
.testimonial blockquote {
  margin: 0 0 1.1rem;
  padding: 0;
  font-family: var(--font);
  font-size: 0.98rem;
  line-height: 1.65;
  color: #5a6d7e;
  font-weight: 500;
  flex: 1;
}
.testimonial cite {
  display: block;
  font-style: normal;
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--teal);
  margin-top: auto;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #012853;
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(226, 178, 106, 0.28);
  transition: background 0.2s, transform 0.2s;
}
.slider-btn:hover { background: #c99a52; transform: translateY(-70%) scale(1.08); }
.slider-btn svg { width: 18px; height: 18px; }
.slider-prev { left: 0; }
.slider-next { right: 0; }
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1.25rem;
}
.slider-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(13, 155, 155, 0.28);
  cursor: pointer;
}
.slider-dots button.active { background: #012853; width: 22px; border-radius: 999px; }

/* FAQ */
.faq-section .section-head { margin-bottom: 1.75rem; }
.faq-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.75rem;
  align-items: start;
}
.faq-col { min-width: 0; }
.faq-list {
  display: grid;
  gap: 0.7rem;
  width: 100%;
  margin: 0;
}
.faq-item {
  border: 1px solid rgba(25, 42, 61, 0.06);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(25, 42, 61, 0.08);
}
.faq-item[open] {
  border-color: rgba(13, 155, 155, 0.28);
  box-shadow: 0 16px 36px rgba(13, 155, 155, 0.10);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.1rem;
  font-weight: 600;
  font-size: 0.96rem;
  color: var(--navy);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--teal-soft);
  color: var(--teal);
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1;
}
.faq-item[open] summary::after {
  content: '−';
  background: var(--teal);
  color: var(--white);
}
.faq-item .faq-body {
  padding: 0 1.1rem 1.1rem;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.6;
}
.faq-media {
  border-radius: 18px;
  overflow: hidden;
  height: 480px;
  min-height: 480px;
  box-shadow: var(--shadow-soft);
  background: var(--teal-soft);
}
.faq-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
}

/* Blog — same card language as services + families slider */
.blog-section .section-head { margin-bottom: 2rem; }
.blog-slider {
  position: relative;
  padding: 0 2.6rem;
}
.blog-slider .slider-viewport {
  overflow: hidden;
  background: transparent;
}
.blog-slider .blog-card {
  box-shadow: none;
}
.blog-slider .blog-card:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(226, 178, 106, 0.4);
}
.blog-card {
  flex: 0 0 calc((100% - 2.3rem) / 3);
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--white);
  border: 1px solid rgba(25, 42, 61, 0.08);
  border-radius: 22px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  box-shadow: none;
  min-height: 100%;
  transition: border-color 0.3s ease;
}
.blog-card:hover {
  transform: none;
  border-color: rgba(226, 178, 106, 0.4);
  box-shadow: none;
  color: inherit;
}
.blog-card-media {
  display: block;
  height: 168px;
  overflow: hidden;
  background: var(--teal-soft);
}
.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s var(--ease);
}
.blog-card:hover .blog-card-media img { transform: scale(1.05); }
.blog-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.05rem 1.1rem 1.15rem;
}
.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  margin: 0 0 0.55rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--teal);
}
.blog-meta time { color: var(--muted); text-transform: none; letter-spacing: 0; font-weight: 700; }
.blog-card h3 {
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
  color: var(--navy);
}
.blog-card p {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #5a6d7e;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.blog-grid .blog-card { flex: none; width: 100%; }
.blog-article-hero { padding-bottom: 0; }
.blog-article-hero h1 { max-width: 22ch; }
.page-hero.has-banner .blog-article-meta,
.page-hero.has-banner .blog-article-meta time,
.page-hero.has-banner .blog-article-meta span {
  color: rgba(255, 255, 255, 0.86);
}
.blog-featured {
  margin: 0 auto 2.25rem;
  width: min(100% - 2.5rem, var(--max));
  border-radius: 18px;
  overflow: hidden;
  max-height: 420px;
  box-shadow: var(--shadow-soft);
}
.blog-featured img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}
.blog-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  margin: 0 0 1.25rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--teal);
}
.blog-article-meta time,
.blog-article-meta span { color: var(--muted); }
.blog-related {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.blog-related h2 { margin-bottom: 1.25rem; }

/* Final CTA band */
.cta-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(600px 280px at 90% 20%, rgba(201,162,39,0.18), transparent 55%),
    linear-gradient(120deg, var(--navy-deep) 0%, var(--navy) 55%, #24364a 100%);
  color: var(--white);
  padding: clamp(3.5rem, 7vw, 5rem) 0;
}
.cta-band h2 { color: var(--white); }
.cta-band p { color: rgba(255,255,255,0.82); max-width: 36rem; }
.cta-band .cta-row { margin-top: 1.5rem; }
.cta-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}
.cta-copy h2 { color: var(--white); max-width: 12ch; }
.cta-copy p { color: rgba(255,255,255,0.82); max-width: 34rem; }
.cta-copy .cta-row { margin-top: 1.5rem; }
.start-nanny .section-head { max-width: 40rem; margin-bottom: 2.25rem; }
.start-nanny-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}
.start-nanny-media {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.start-nanny-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.book-form {
  background: var(--white);
  border: 1px solid rgba(25, 42, 61, 0.06);
  border-radius: 24px;
  padding: 1.75rem 1.6rem 1.6rem;
  box-shadow: 0 24px 60px rgba(16, 26, 38, 0.18);
}
.book-form .form-group label { color: var(--navy); }
.book-form .form-group input {
  border: 0;
  border-radius: 999px;
  background: var(--teal-soft);
  padding: 0.85rem 1.15rem;
}
.book-form .form-group input:focus {
  box-shadow: 0 0 0 4px rgba(13, 155, 155, 0.18);
}
.book-form-btn {
  width: min(100%, 280px);
  margin: 1.15rem auto 0;
  display: flex;
  background: var(--gold);
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.book-form-btn:hover { color: var(--white); background: #d4a45a; }

/* Content prose pages */
.prose { max-width: 720px; }
.prose h2 { margin-top: 2.5rem; }
.prose h3 { margin-top: 1.75rem; }
.content-stack { display: grid; gap: 2.5rem; }
.prose .content-stack { margin-top: 2rem; }
.content-block {
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.content-block:first-child { border-top: none; padding-top: 0; }
.content-block h3 {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 0.55rem;
}
.content-block .check-list { margin-bottom: 0; }
.heading-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(242, 196, 110, 0.16);
  color: #c4923d;
  border: 1px solid rgba(226, 178, 106, 0.28);
  flex-shrink: 0;
}
.heading-icon svg {
  width: 18px;
  height: 18px;
}
.care-lead {
  max-width: 44rem;
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
}
.content-block--icon {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.content-block--icon .heading-icon {
  width: 50px;
  height: 50px;
}
.content-block--icon .heading-icon svg {
  width: 24px;
  height: 24px;
}
.content-block--icon .content-copy {
  flex: 1;
  min-width: 0;
}
.content-block--icon h3 {
  display: block;
  margin: 0 0 0.4rem;
}
.content-block--icon p {
  margin: 0;
}

/* Check list */
.check-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  display: grid;
  gap: 0.55rem;
}
.check-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  color: var(--muted);
  margin: 0;
}
.check-list li::before {
  content: '✓';
  color: var(--teal);
  font-weight: 800;
  flex-shrink: 0;
}

/* Forms */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group.full { grid-column: 1 / -1; }
.form-group label {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--navy);
}
.form-group input,
.form-group select,
.form-group textarea {
  font: inherit;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(13, 155, 155, 0.22);
}
.form-group textarea { min-height: 120px; resize: vertical; }
.form-panel {
  background: rgba(255,255,255,0.85);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow-soft);
}
.form-success {
  display: none;
  padding: 1rem 1.15rem;
  background: var(--teal-soft);
  color: var(--navy);
  border-radius: var(--radius-sm);
  font-weight: 700;
  margin-bottom: 1rem;
}
.form-success.show { display: block; }

.referral-layout { align-items: start; }
.referral-panel { padding: 1.85rem 1.75rem 1.5rem; }
.referral-form h3,
.referral-dashboard h3 {
  margin: 0 0 0.35rem;
}
.referral-form-lead {
  color: var(--muted);
  font-size: 0.94rem;
  margin-bottom: 1.15rem;
}
.referral-form textarea { min-height: 92px; }
.referral-submit {
  width: 100%;
  margin-top: 1rem;
  justify-content: center;
}
.form-switch {
  text-align: center;
  margin: 1rem 0 0;
  font-size: 0.92rem;
  color: var(--muted);
}
.form-switch a {
  color: var(--teal);
  font-weight: 700;
}
.form-switch a:hover { color: var(--navy); }
.field-hint {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
}
.field-error {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: #b42318;
}
.form-group input.is-invalid,
.form-group textarea.is-invalid {
  border-color: #c45c5c;
  box-shadow: 0 0 0 4px rgba(196, 92, 92, 0.14);
}
.form-error-banner {
  margin: 0.35rem 0 0;
  padding: 0.7rem 0.85rem;
  background: #fdecec;
  color: #9b1c1c;
  border-radius: var(--radius-sm);
  font-size: 0.86rem;
  font-weight: 700;
}
.referral-share {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.15rem;
  align-items: start;
  margin: 1.15rem 0 1.5rem;
}
.referral-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.45rem;
}
.referral-link-row {
  display: flex;
  gap: 0.5rem;
}
.referral-link-row input {
  flex: 1;
  min-width: 0;
  font: inherit;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--cream);
  color: var(--ink);
}
.referral-qr-box img {
  display: block;
  width: 168px;
  height: 168px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  padding: 8px;
}
.referral-track h3 { margin-bottom: 0.55rem; }
.referral-empty {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
}
.referral-table-wrap { overflow-x: auto; }
.referral-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.referral-table th,
.referral-table td {
  text-align: left;
  padding: 0.7rem 0.55rem;
  border-bottom: 1px solid var(--line);
}
.referral-table th {
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
@media (max-width: 640px) {
  .referral-share { grid-template-columns: 1fr; }
}

.otp-sent {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.login-layout { align-items: start; }
.login-copy h2 { max-width: 16ch; }
.login-copy > p { max-width: 36rem; }
.login-panel {
  background: var(--white);
  padding: 2rem 1.85rem 1.7rem;
  box-shadow: 0 24px 56px rgba(25, 42, 61, 0.1);
}
.login-form h3,
.login-welcome h3 {
  margin: 0 0 0.4rem;
}
.login-form-lead {
  color: var(--muted);
  font-size: 0.94rem;
  margin-bottom: 1.2rem;
}
.login-submit {
  width: 100%;
  margin-top: 1rem;
  justify-content: center;
}
.login-welcome .login-submit { text-decoration: none; }

.contact-options {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.contact-option h3 { margin-bottom: 0.35rem; }
.contact-option p { margin-bottom: 0.75rem; }

/* Contact page — stacked booking layout */
.contact-booking {
  background: var(--bg);
}
.contact-booking-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(1.75rem, 3.5vw, 2.5rem);
  width: 100%;
}
.contact-booking-intro {
  max-width: 42rem;
  margin-bottom: 0;
}
.contact-booking-eyebrow {
  background: transparent;
  padding: 0;
  margin-bottom: 0.85rem;
  color: var(--teal);
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.contact-booking-eyebrow::before {
  display: none;
}
.contact-booking-intro h2 {
  margin: 0 0 0.75rem;
  font-family: var(--display);
  font-weight: 700;
  color: var(--navy);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  letter-spacing: -0.02em;
  line-height: 1.18;
}
.contact-booking-intro .lead {
  margin: 0 auto;
  max-width: 38rem;
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--muted);
}
.contact-booking .contact-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  margin: 0;
  width: 100%;
}
.contact-booking .contact-option {
  position: relative;
  background: var(--white);
  border: 1px solid rgba(25, 42, 61, 0.06);
  border-radius: var(--radius);
  padding: 1.5rem 1.25rem 1.35rem;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s;
}
.contact-booking .contact-option::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
}
.contact-booking .contact-option:hover {
  transform: translateY(-6px);
  border-color: rgba(13, 155, 155, 0.18);
  box-shadow: var(--shadow-lift);
}
.contact-booking .contact-option h3,
.contact-booking .cal-embed-heading h3 {
  margin: 0 0 0.5rem;
  font-family: var(--display);
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: var(--navy);
}
.contact-booking .contact-option p,
.contact-booking .cal-embed-heading p,
.contact-booking-note {
  margin: 0 0 1rem;
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--muted);
}
.contact-booking .cal-embed-heading p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contact-booking .contact-option .btn {
  margin-top: auto;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  text-align: center;
  line-height: 1.3;
  height: auto;
  min-height: 2.6rem;
  padding: 0.65rem 0.85rem;
  font-size: 0.82rem;
}
.contact-booking-note {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto;
  font-size: 1rem;
}
.contact-cal-col {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  min-width: 0;
  scroll-margin-top: 100px;
}
.cal-embed-card {
  position: relative;
  background: var(--white);
  border: 1px solid rgba(25, 42, 61, 0.06);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 3vw, 1.85rem) clamp(1rem, 2.5vw, 1.6rem) clamp(1rem, 2.5vw, 1.4rem);
  box-shadow: var(--shadow-soft);
  width: 100%;
  overflow: hidden;
}
.cal-reschedule-banner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  background: #FFF9E6;
  border: 1px solid rgba(230, 177, 92, 0.45);
  border-radius: 12px;
  padding: 0.85rem 1.15rem;
  margin-bottom: 1.25rem;
  font-size: 0.92rem;
  color: var(--navy);
}
.cal-reschedule-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--gold);
  color: var(--navy);
  font-weight: 700;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
}
.cal-reschedule-info {
  flex: 1;
  min-width: 220px;
  line-height: 1.4;
}
.cal-reschedule-cancel {
  font-weight: 600;
  font-size: 0.86rem;
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.cal-reschedule-cancel:hover {
  color: var(--gold-dark);
}
.cal-redirect-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  border-radius: var(--radius);
  animation: fadeInOverlay 0.25s ease-out;
}
@keyframes fadeInOverlay {
  from { opacity: 0; transform: scale(0.98); }
  to { opacity: 1; transform: scale(1); }
}
.cal-redirect-spinner {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(25, 42, 61, 0.12);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: spinRedirect 0.8s linear infinite;
  margin-bottom: 1.25rem;
}
@keyframes spinRedirect {
  to { transform: rotate(360deg); }
}
.cal-redirect-overlay h3 {
  font-size: 1.35rem;
  color: var(--navy);
  margin-bottom: 0.4rem;
  font-weight: 600;
}
.cal-redirect-overlay p {
  font-size: 0.95rem;
  color: var(--text-muted);
  max-width: 380px;
  margin: 0;
}
.cal-embed-heading {
  margin-bottom: 1rem;
  padding: 0 0.15rem;
  text-align: center;
}
.cal-embed-heading h3 {
  font-size: clamp(1.3rem, 2.4vw, 1.55rem) !important;
  font-weight: 500 !important;
}
.cal-embed-heading p {
  margin: 0 auto;
  max-width: 34rem;
  text-align: center;
}
.cal-embed-inner {
  width: 100%;
  min-height: clamp(480px, 68vh, 680px);
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
}
.cal-embed-inner iframe {
  width: 100% !important;
  min-height: clamp(460px, 66vh, 660px) !important;
  border: 0 !important;
  display: block;
}
@media (max-width: 1100px) {
  .contact-booking .contact-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .contact-booking .contact-options {
    grid-template-columns: 1fr;
  }
  .cal-embed-card {
    padding: 1.25rem 0.9rem 1rem;
  }
  .cal-embed-inner {
    min-height: 560px;
  }
  .cal-embed-inner iframe {
    min-height: 540px !important;
  }
}
@media (max-width: 640px) {
  .contact-booking .contact-options {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }
  .contact-booking .contact-option {
    padding: 1.25rem 1.1rem 1.15rem;
  }
  .contact-booking .contact-option .btn {
    font-size: 0.86rem;
    padding: 0.7rem 1rem;
  }
  .cal-embed-card {
    border-radius: 18px;
    padding: 1.1rem 0.65rem 0.85rem;
  }
  .cal-embed-heading {
    margin-bottom: 0.75rem;
    padding: 0 0.35rem;
  }
  .cal-embed-inner {
    min-height: 640px;
  }
  .cal-embed-inner iframe {
    min-height: 620px !important;
  }
}

/* Before Your Call — post-booking confirmation */
.page-before-call .byc-hero {
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: 1.5rem;
  text-align: center;
}
.byc-eyebrow { color: var(--teal); }
.byc-title {
  margin: 0.35rem auto 1.75rem;
  color: var(--gold);
  font-size: clamp(2.1rem, 5vw, 3.15rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.byc-card {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: var(--white);
  border: 1px solid rgba(25, 42, 61, 0.06);
  border-radius: 18px;
  padding: clamp(1.35rem, 3vw, 1.85rem) clamp(1.1rem, 3vw, 1.85rem);
  box-shadow: 0 18px 48px rgba(16, 26, 38, 0.1);
}
.byc-card h2 {
  margin: 0 0 1rem;
  color: var(--navy);
  font-size: clamp(1.25rem, 2.6vw, 1.55rem);
}
.byc-booking-meta {
  margin: 0 0 1.15rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: var(--teal-soft);
  text-align: left;
}
.byc-meta-line { margin: 0 0 0.55rem; color: var(--navy); }
.byc-datetime {
  display: grid;
  gap: 0.2rem;
  margin: 0;
  color: var(--navy);
}
.byc-datetime-label {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.byc-datetime strong {
  font-size: 1.05rem;
}
.byc-note {
  margin: 0 0 1rem;
  color: var(--muted);
  font-style: italic;
  font-size: 0.95rem;
  line-height: 1.6;
}
.byc-confirm {
  margin: 0 0 0.65rem;
  color: var(--navy);
  font-weight: 700;
}
.byc-meta-muted {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}
.byc-booking-id {
  margin-top: 0.35rem;
  font-size: 0.88rem;
  color: var(--muted);
}
.byc-booking-id strong {
  color: var(--navy);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  background: rgba(25, 42, 61, 0.05);
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
}
.byc-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  margin: 1.5rem 0 1.1rem;
}
.byc-btn {
  min-width: min(100%, 280px);
  justify-content: center;
}
.byc-cal-dropdown {
  position: relative;
  width: min(100%, 280px);
}
.byc-cal-toggle {
  width: 100%;
  gap: 0.45rem;
}
.byc-cal-caret {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.byc-cal-dropdown.is-open .byc-cal-caret {
  transform: rotate(180deg);
}
.byc-cal-menu {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  right: 0;
  z-index: 20;
  background: #fff;
  border: 1px solid rgba(25, 42, 61, 0.12);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(25, 42, 61, 0.14);
  padding: 0.35rem 0;
  overflow: hidden;
}
.byc-cal-menu[hidden] {
  display: none !important;
}
.byc-cal-item {
  display: block;
  padding: 0.75rem 1rem;
  color: #111827;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.3;
}
.byc-cal-item:hover,
.byc-cal-item:focus-visible {
  background: #f3f4f6;
  color: #111827;
  outline: none;
}
.byc-link-subtle {
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.byc-reschedule {
  margin: 0.35rem 0 0.25rem;
  color: var(--navy);
  font-size: 0.95rem;
}
.byc-reschedule a {
  color: var(--navy);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.byc-reschedule a:hover { color: var(--teal); }
.byc-reschedule-hint { margin-top: 0.35rem; }

.byc-watch {
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
}
.byc-watch .container {
  width: min(100% - 2.5rem, var(--max));
  display: flex;
  justify-content: center;
}
.byc-watch-panel {
  position: relative;
  width: 100%;
  max-width: 860px;
  aspect-ratio: 16 / 9;
  height: auto;
  margin-inline: auto;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(16, 26, 38, 0.28) 0%, rgba(16, 26, 38, 0.5) 100%),
    url("../assets/img/Sauravah_Sir_Avatar_Image.jpg") center/cover no-repeat;
  box-shadow: 0 12px 36px rgba(16, 26, 38, 0.14);
}
.byc-watch-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #000;
  opacity: 0;
  transition: opacity 0.25s var(--ease);
  z-index: 1;
}
.byc-watch-panel.is-playing .byc-watch-video {
  opacity: 1;
  object-fit: cover;
}
.byc-watch-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
  background: rgba(16, 26, 38, 0.38);
  transition: opacity 0.3s var(--ease), visibility 0.3s var(--ease);
}
.byc-watch-panel.is-playing .byc-watch-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.byc-watch-kicker {
  margin: 0;
  font-size: clamp(1.65rem, 4vw, 2.55rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.05;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}
.byc-watch-kicker span { color: var(--gold); }
.byc-watch-sub { display: none; }
.byc-play {
  width: 64px;
  height: 64px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(230, 177, 92, 0.4);
  transition: transform 0.25s var(--ease), background 0.25s var(--ease);
}
.byc-play:hover {
  transform: scale(1.06);
  background: var(--gold-bright);
  color: #fff;
}
.byc-play svg {
  width: 24px;
  height: 24px;
  margin-left: 3px;
}
.byc-watch-panel.is-loading .byc-play {
  opacity: 0.7;
  pointer-events: none;
}
.byc-watch-panel.is-loading::after {
  content: '';
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: bycSpin 0.7s linear infinite;
}
@keyframes bycSpin {
  to { transform: rotate(360deg); }
}
.byc-watch-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  background: linear-gradient(180deg, transparent 0%, rgba(16, 26, 38, 0.82) 40%);
}
.byc-watch-bar[hidden] { display: none !important; }
.byc-bar-btn {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #fff;
  cursor: pointer;
  position: relative;
}
.byc-bar-btn .byc-icon-pause,
.byc-bar-btn .byc-icon-play {
  display: block;
  grid-area: 1 / 1;
  pointer-events: none;
}
.byc-bar-btn .byc-icon-play { display: none; }
.byc-bar-btn.is-paused .byc-icon-pause { display: none; }
.byc-bar-btn.is-paused .byc-icon-play { display: block; }
.byc-seek {
  flex: 1 1 auto;
  min-width: 0;
  height: 6px;
  accent-color: var(--gold);
  cursor: pointer;
}
.byc-time {
  flex: 0 0 auto;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.byc-section-title {
  margin: 0 0 1.75rem;
  text-align: center;
  color: var(--navy);
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.byc-cover-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.byc-cover-item {
  display: grid;
  justify-items: center;
  gap: 0.75rem;
  padding: 1.35rem 0.75rem;
  text-align: center;
  border-right: 1px solid var(--line);
}
.byc-cover-item:last-child { border-right: 0; }
.byc-cover-item strong {
  color: var(--navy);
  font-size: 0.85rem;
  line-height: 1.35;
}
.byc-icon {
  width: 40px;
  height: 40px;
  color: var(--gold);
}
.byc-icon svg { width: 100%; height: 100%; }

.byc-prep-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.byc-prep-item {
  padding: 0.5rem 1.25rem 0.25rem;
  text-align: center;
  border-right: 1px solid var(--line);
}
.byc-prep-item:last-child { border-right: 0; }
.byc-num {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy);
  font-weight: 800;
  font-size: 0.95rem;
}
.byc-prep-item h3 {
  margin: 0 0 0.45rem;
  color: var(--navy);
  font-size: 1.05rem;
}
.byc-prep-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.byc-say-sub {
  margin: 0.35rem 0 0;
  color: var(--muted);
}
.byc-say-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
.byc-say-card {
  margin: 0;
  padding: 1.35rem 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
}
.byc-stars {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.85rem;
  color: var(--gold);
}
.byc-say-card blockquote {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}
.byc-say-card figcaption {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.byc-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--gold-soft);
  color: var(--navy);
  font-weight: 800;
}
.byc-say-card strong {
  display: block;
  color: var(--navy);
  font-size: 0.95rem;
}
.byc-say-card small {
  color: var(--muted);
  font-size: 0.82rem;
}

.byc-trust {
  padding-top: clamp(1.75rem, 4vw, 2.5rem);
  padding-bottom: clamp(1.75rem, 4vw, 2.75rem);
}
.byc-trust-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(0.5rem, 1.4vw, 1.15rem);
  width: 100%;
}
.byc-trust-item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
}
.byc-trust-icon {
  width: auto;
  height: 52px;
  max-width: 68px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}
.byc-trust-label {
  margin: 0;
  font-family: var(--font);
  font-size: clamp(0.72rem, 1.1vw, 0.84rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--navy);
}

.byc-help {
  text-align: center;
  padding-bottom: clamp(3rem, 7vw, 4.5rem);
}
.byc-help h2 {
  margin: 0 0 0.55rem;
  color: var(--navy);
  font-size: clamp(1.55rem, 3.5vw, 2.1rem);
}
.byc-help > .container > p {
  margin: 0 auto 1.35rem;
  max-width: 36rem;
  color: var(--muted);
}
.byc-help-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.byc-help-actions .btn {
  min-width: 180px;
  justify-content: center;
}

@media (max-width: 980px) {
  .byc-cover-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .byc-cover-item:nth-child(3n) { border-right: 0; }
  .byc-cover-item:nth-child(n+4) { border-top: 1px solid var(--line); }
  .byc-prep-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 0;
  }
  .byc-prep-item:nth-child(2n) { border-right: 0; }
  .byc-prep-item:nth-child(n+3) { border-top: 1px solid var(--line); padding-top: 1.5rem; }
  .byc-say-grid { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .byc-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem 0.75rem;
  }
}
@media (max-width: 640px) {
  .byc-cover-grid { grid-template-columns: 1fr 1fr; }
  .byc-cover-item { border-right: 1px solid var(--line); }
  .byc-cover-item:nth-child(2n) { border-right: 0; }
  .byc-cover-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .byc-prep-grid { grid-template-columns: 1fr; }
  .byc-prep-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 1.25rem 0.5rem;
  }
  .byc-prep-item:last-child { border-bottom: 0; }
  .byc-prep-item:nth-child(n+3) { border-top: 0; padding-top: 1.25rem; }
  .byc-help-actions .btn { width: 100%; }
  .byc-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem 0.85rem;
  }
  .byc-trust-item:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 0.425rem);
  }
  .byc-trust-icon { height: 46px; }
  .byc-watch-panel {
    border-radius: 14px;
  }
  .byc-watch-kicker {
    font-size: clamp(1.35rem, 6vw, 1.7rem);
  }
  .byc-play { width: 56px; height: 56px; }
  .byc-play svg { width: 20px; height: 20px; }
  .byc-watch-bar {
    gap: 0.45rem;
    padding: 0.55rem 0.65rem;
  }
  .byc-time { font-size: 0.7rem; }
}

/* Footer */
.site-footer {
  background: var(--navy-deep);
  color: rgba(255,255,255,0.75);
  padding: 3.5rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.footer-brand > img {
  height: 52px;
  width: auto;
  margin-bottom: 1rem;
  filter: brightness(1.05);
}
.footer-brand p { color: rgba(255,255,255,0.68); font-size: 0.92rem; }
.footer-certs {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
.footer-certs img {
  height: 80px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  display: block;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.15rem;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--navy-deep);
}
.footer-social a:hover {
  background: var(--gold);
  color: var(--navy-deep);
}
.footer-social svg {
  width: 35px;
  height: 28px;
}
.footer-col h4 {
  font-family: var(--font);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.footer-col a {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.25rem 0;
}
.footer-col a:hover { color: var(--teal-bright); }
.footer-areas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.65rem;
  padding: 1.2rem 0 1.15rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  line-height: 1.7;
}
.footer-areas a {
  color: rgba(255,255,255,0.68);
  font-size: 0.86rem;
  font-weight: 600;
}
.footer-areas a:hover { color: var(--gold); }
.footer-areas span {
  color: rgba(255,255,255,0.28);
  font-size: 0.86rem;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.88rem;
}
.whatsapp-float {
  display: none !important;
}

.approach-follow {
  padding-top: 2.5rem;
}
.approach-follow .section-head {
  margin-bottom: 1.75rem;
}
.approach-follow .section-head .eyebrow {
  margin-bottom: 1rem;
}
.approach-section .promise-strip { margin-top: 0; }
.approach-cta {
  margin-top: 2.15rem;
  justify-content: center;
}
.process-section .section-head {
  max-width: none;
  margin-bottom: 1.75rem;
}
.process-section .section-head .eyebrow {
  margin-bottom: 0;
}

/* Promise strip */
.promise-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.promise {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 118px;
  padding: 1.3rem 1.25rem;
  background: var(--white);
  border: 1px solid rgba(25, 42, 61, 0.06);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 0.35s var(--ease), box-shadow 0.35s;
}
.promise:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
}
.promise strong {
  display: block;
  font-family: var(--display);
  font-size: 1.15rem;
  color: var(--navy);
  margin-bottom: 0.35rem;
}
.promise span { color: var(--muted); font-size: 0.94rem; }

/* Legal */
.legal-content p, .legal-content li { font-size: 0.96rem; }

/* Responsive */
@media (max-width: 1240px) {
  .nav-toggle { display: flex; }
  .nav,
  .header-actions .header-cta { display: none; }
  .nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: var(--header-h);
    left: 0; right: 0;
    background: var(--white);
    padding: 1rem;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
    align-items: stretch;
  }
  .nav.open a { padding: 0.85rem 1rem; }
}
@media (max-width: 980px) {
  .feature-grid,
  .steps,
  .area-grid,
  .footer-grid,
  .safety-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .cta-split,
  .start-nanny-grid,
  .faq-layout { grid-template-columns: 1fr; }
  .start-nanny-media { min-height: 280px; }
  .faq-media { height: 280px; min-height: 280px; }
  .testimonial,
  .blog-card { flex: 0 0 calc((100% - 1.15rem) / 2); }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .split-visual { min-height: 280px; order: -1; }
  .nav-toggle { display: flex; }
  .nav,
  .header-actions .header-cta { display: none; }
  .nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: var(--header-h);
    left: 0; right: 0;
    background: var(--white);
    padding: 1rem;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
    align-items: stretch;
  }
  .nav.open a { padding: 0.85rem 1rem; }
  .header-actions .btn-primary { padding: 0.65rem 1rem; font-size: 0.82rem; }
  .trust-track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trust-card:last-child { grid-column: span 2; }
}
@media (max-width: 640px) {
  .feature-grid,
  .service-grid,
  .safety-grid,
  .steps,
  .area-grid,
  .footer-grid,
  .promise-strip,
  .form-grid { grid-template-columns: 1fr; }
  .steps-process {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .hero {
    min-height: min(78vh, 520px);
    --hero-content-top: 72px;
  }
  .hero-content {
    width: min(100% - 1.5rem, var(--max));
    padding: var(--hero-content-top) 0 1.75rem;
  }
  .hero h1 {
    font-size: clamp(1.28rem, 5.8vw, 1.62rem);
    letter-spacing: -0.025em;
    margin-bottom: 0.7rem;
    white-space: normal;
    max-width: 100%;
    line-height: 1.2;
  }
  .hero h1 .line2 {
    font-size: 0.82em;
    margin-top: 0.28rem;
  }
  .hero .cta-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.5rem;
    width: 100%;
    margin-top: 0.15rem;
  }
  .hero .cta-row .btn {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    padding: 0.72rem 0.55rem;
    font-size: 0.78rem;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }
  .hero .trust-micro {
    margin-top: 0.95rem;
    font-size: 0.82rem;
    line-height: 1.45;
    max-width: 100%;
    padding-right: 0.25rem;
  }
  .hero-media img { object-position: center; }
  .page-hero.has-banner {
    min-height: 260px;
    padding: 2.15rem 0 2.3rem;
  }
  .page-hero.has-banner h1 {
    max-width: 16ch;
    font-size: clamp(0.85rem, 4.2vw, 1.25rem);
    letter-spacing: -0.03em;
  }
  .page-hero--login .page-hero-media img { object-position: 62% 48%; }
  .page-hero--why .page-hero-media img { object-position: center 32%; }
  .page-hero--services .page-hero-media img { object-position: 82% 36%; }
  .page-hero--how .page-hero-media img { object-position: 82% 40%; }
  .page-hero--subscription .page-hero-media img { object-position: 78% 42%; }
  .page-hero--blog .page-hero-media img { object-position: 88% 46%; }
  .page-hero--faqs .page-hero-media img { object-position: 88% 36%; }
  .page-hero--referral .page-hero-media img { object-position: 86% 40%; }
  .page-hero--photo .page-hero-media img { object-position: 88% 40%; }
  .page-hero--japa .page-hero-media img { object-position: 88% 42%; }
  .page-hero--day .page-hero-media img { object-position: 86% 40%; }
  .page-hero--24hr .page-hero-media img { object-position: 88% 38%; }
  .page-hero--sitter .page-hero-media img { object-position: 90% 36%; }
  .page-hero--mother .page-hero-media img { object-position: 86% 42%; }
  .page-hero--newborn .page-hero-media img { object-position: 88% 38%; }
  .page-hero--livein .page-hero-media img { object-position: 86% 40%; }
  .page-hero--parttime .page-hero-media img { object-position: 84% 38%; }
  .trust-track {
    width: 90%;
    grid-template-columns: 1fr 1fr;
  }
  .trust-card:last-child { grid-column: 1 / -1; }
  .service-card { flex-direction: column; min-height: 0; }
  .service-card-media { width: 100%; flex: 0 0 150px; height: 150px; }
  .testimonial-slider,
  .blog-slider { padding: 0 2.2rem; }
  .testimonial,
  .blog-card { flex: 0 0 100%; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-featured img { height: 240px; }
  .cta-row .btn { width: 100%; }
  .hero .cta-row .btn { width: auto; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 56px; height: 56px; justify-content: center; padding: 0; border-radius: 50%; }
  .content-block--icon {
    align-items: flex-start;
    gap: 0.9rem;
  }
  .content-block--icon .heading-icon {
    width: 42px;
    height: 42px;
    margin-top: 0.1rem;
  }
  .content-block--icon .heading-icon svg {
    width: 20px;
    height: 20px;
  }
}

/* Homepage polish */
.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 200;
  padding: 0.65rem 1rem;
  background: var(--gold);
  color: var(--navy);
  font-weight: 700;
  border-radius: 999px;
}
.skip-link:focus {
  top: 0.75rem;
  color: var(--navy);
  outline: 2px solid var(--white);
  outline-offset: 2px;
}

.page-home .section { position: relative; }
.page-home #start-contact { scroll-margin-top: 84px; }
.page-home #contactForm { scroll-margin-top: 100px; }

.page-home .hero .sub,
.page-home .hero .trust-micro {
  text-shadow: none;
}

.page-home .btn:focus-visible,
.page-home .service-card:focus-visible,
.page-home .slider-btn:focus-visible,
.page-home .faq-item summary:focus-visible,
.page-home .book-form input:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.page-home .trust-card,
.page-home .feature,
.page-home .step,
.page-home .safety-item,
.page-home .promise {
  cursor: default;
  transition: box-shadow 0.3s var(--ease), border-color 0.3s, transform 0.3s ease;
}
.page-home .feature:hover,
.page-home .step:hover,
.page-home .safety-item:hover,
.page-home .promise:hover {
  transform: none;
  box-shadow: 0 16px 36px rgba(25, 42, 61, 0.08);
}
.page-home .trust-card:hover {
  transform: translateY(-2px);
  border-color: rgba(226, 178, 106, 0.4);
  box-shadow: none;
}
.page-home .trust-card:hover .trust-icon {
  transform: none;
}

.page-home .service-card {
  transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s;
}
.page-home .service-card:hover {
  transform: translateY(-4px);
}
.page-home .service-readmore::after {
  content: ' →';
  font-weight: 700;
}

.page-home .faq-item:hover {
  transform: none;
}
.page-home .faq-item summary {
  min-height: 52px;
}
.page-home .faq-body {
  padding-top: 0.15rem;
}

.page-home .book-form label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.page-home .book-form input::placeholder {
  color: #93a1ae;
}
.page-home .book-form-btn {
  margin-top: 1.35rem;
}

.page-home .compare-table td:last-child {
  font-weight: 700;
}

.page-home .slider-btn:focus-visible {
  transform: translateY(-70%);
}

.trust-icon { transition: transform 0.3s var(--ease), background 0.3s, color 0.3s; }

.whatsapp-float {
  animation: waPulse 2.6s ease-in-out infinite;
}
@keyframes waPulse {
  0%, 100% { box-shadow: 0 12px 28px rgba(37, 211, 102, 0.35); }
  50% { box-shadow: 0 14px 32px rgba(37, 211, 102, 0.5), 0 0 0 12px rgba(37, 211, 102, 0.12); }
}

/* ─────────────────────────────────────────────────────────────────────────────
   Nanny Career Page (Hindi) — KinvoCare Theme
   ───────────────────────────────────────────────────────────────────────────── */
.page-hero--career .page-hero-media img {
  object-position: 72% 34%;
  filter: brightness(0.42) saturate(1.15);
}
.career-hero-title {
  max-width: 760px;
  font-size: clamp(1.8rem, 3.4vw, 2.75rem);
  line-height: 1.25;
  margin-bottom: 0.85rem;
}
.career-hero-lead {
  max-width: 650px;
  font-size: clamp(0.98rem, 1.3vw, 1.15rem);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.94);
}
.career-exp-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(230, 177, 92, 0.18);
  border: 1px solid var(--gold);
  color: #F2C46E;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 15px rgba(230, 177, 92, 0.2);
  backdrop-filter: blur(8px);
}
.badge-star {
  color: #F2C46E;
  font-size: 1rem;
}
.career-hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.5rem;
}
.btn-career-wa {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #25D366;
  border: 1px solid #20ba5a;
  color: #ffffff !important;
  padding: 0.82rem 1.4rem;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s var(--ease);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}
.btn-career-wa:hover {
  background: #20ba5a;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.4);
}
.career-hero-btn-alt {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--white) !important;
  padding: 0.82rem 1.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s var(--ease);
  backdrop-filter: blur(6px);
}
.career-hero-btn-alt:hover {
  background: var(--white);
  color: var(--navy) !important;
  border-color: var(--white);
  transform: translateY(-2px);
}
.career-hero-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.85rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.trust-pill-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 600;
}
.trust-pill-item svg {
  color: var(--gold);
  flex-shrink: 0;
}

/* ── Section 2: Pain Points (क्या आपके साथ भी ऐसा होता है?) ──────────────── */
.career-pain-section {
  background: #ffffff;
}
.career-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}
.career-pain-card {
  background: var(--white);
  border: 1px solid rgba(25, 42, 61, 0.08);
  border-radius: var(--radius-sm);
  padding: 1.35rem 1.35rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 6px 20px rgba(25, 42, 61, 0.04);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
  position: relative;
  overflow: hidden;
}
.career-pain-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #f87171;
  border-radius: 4px 0 0 4px;
}
.career-pain-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(25, 42, 61, 0.08);
  border-color: rgba(239, 68, 68, 0.25);
}
.pain-icon-wrapper {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fee2e2;
  color: #dc2626;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.career-pain-card p {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--navy);
  margin: 0;
  line-height: 1.4;
}
.career-pain-resolution {
  margin-top: 2.25rem;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, #192a3d 0%, #101a26 100%);
  border: 1.5px solid var(--gold);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  box-shadow: 0 14px 35px rgba(25, 42, 61, 0.18);
  color: var(--white);
}
.resolution-content {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}
.resolution-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(230, 177, 92, 0.35);
}
.resolution-text h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--white);
  margin: 0 0 0.2rem 0;
}
.resolution-text p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.resolution-btn {
  flex-shrink: 0;
  padding: 0.85rem 1.5rem;
  font-weight: 700;
}

/* ── Section 3: 6 Mini Icon Cards (किनवोकेयर से क्यों जुड़ें?) ─────────────── */
.career-benefits-section {
  background: #fbfcfd;
}
.career-six-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.95rem;
  margin-top: 1.65rem;
}
.career-mini-icon-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1rem 0.9rem 1.05rem;
  text-align: center;
  box-shadow: 0 4px 14px rgba(25, 42, 61, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 0;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
  position: relative;
}
.career-mini-icon-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(13, 155, 155, 0.1);
  border-color: var(--teal);
}
.career-mini-icon-card .icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--ease);
  box-shadow: 0 2px 8px rgba(13, 155, 155, 0.1);
}
.career-mini-icon-card .icon-circle svg {
  width: 20px;
  height: 20px;
}
.career-mini-icon-card:hover .icon-circle {
  background: var(--teal);
  color: var(--white);
  transform: scale(1.06);
  box-shadow: 0 6px 14px rgba(13, 155, 155, 0.22);
}
.career-mini-icon-card h3 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0;
  line-height: 1.35;
}

/* ── Section 4: Roles & Cards with Images (अपनी पसंद का काम चुनें) ───────── */
.career-roles-section {
  background: #ffffff;
}
.career-roles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.35rem;
  margin-top: 2rem;
}
.career-role-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(25, 42, 61, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.career-role-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(230, 177, 92, 0.18);
  border-color: var(--gold);
}
.role-card-media {
  position: relative;
  width: 100%;
  height: 165px;
  overflow: hidden;
  background: #e2e8f0;
}
.role-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease);
}
.career-role-card:hover .role-card-media img {
  transform: scale(1.05);
}
.role-card-media .role-tag {
  position: absolute;
  bottom: 10px;
  left: 12px;
  margin-bottom: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(4px);
}
.role-card-body {
  padding: 1.35rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.role-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--teal-soft);
  color: var(--teal);
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  width: fit-content;
  margin-bottom: 0.85rem;
}
.role-tag.tag-featured {
  background: rgba(230, 177, 92, 0.95);
  color: #101a26;
  font-weight: 800;
}
.career-role-card h3 {
  font-size: 1.22rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 0.25rem 0;
}
.role-desc {
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0 0 1rem 0;
  min-height: 2.2em;
  line-height: 1.4;
}
.role-points {
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.role-points li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.88rem;
  color: var(--navy);
  line-height: 1.45;
}
.role-points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 800;
}
.btn-select-role {
  width: 100%;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.72rem 1rem;
  cursor: pointer;
  border-radius: 999px;
}

/* ── Section 5: Process Steps (uses site .steps.steps-home pattern) ───────── */
.career-process-section {
  background: #fbfcfd;
}
.career-steps {
  margin-top: 1.75rem;
}
.career-steps.steps-home .step h3 {
  white-space: normal;
  font-size: clamp(0.92rem, 0.8vw + 0.7rem, 1.05rem);
  line-height: 1.35;
}
.career-steps.steps-home .step p {
  min-height: 0;
  -webkit-line-clamp: 3;
  flex-grow: 1;
}
.career-process-action {
  text-align: center;
  margin-top: 2rem;
}

/* ── Section 6: Support Box (नौकरी के बाद भी हमारा साथ) ──────────────────── */
.career-support-section {
  background: #ffffff;
}
.career-support-box {
  background: linear-gradient(145deg, #192a3d 0%, #101a26 100%);
  border: 1.5px solid rgba(230, 177, 92, 0.35);
  border-radius: var(--radius);
  padding: 3rem 2.5rem;
  box-shadow: 0 20px 50px rgba(16, 26, 38, 0.22);
  color: var(--white);
}
.career-support-box .section-head h2 {
  color: var(--white);
}
.eyebrow-gold {
  background: rgba(230, 177, 92, 0.2) !important;
  color: #F2C46E !important;
  border: 1px solid rgba(230, 177, 92, 0.4);
}
.support-lead-highlight {
  margin-top: 1rem;
  text-align: center;
}
.support-lead-highlight strong {
  display: block;
  font-size: 1.25rem;
  color: #F2C46E;
  font-weight: 800;
  margin-bottom: 0.4rem;
}
.support-lead-highlight p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  max-width: 600px;
}
.career-support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.35rem;
  margin-top: 2.25rem;
}
.support-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  padding: 1.4rem 1.35rem;
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  backdrop-filter: blur(8px);
  transition: transform 0.25s var(--ease), background 0.25s;
}
.support-item:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
}
.support-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(230, 177, 92, 0.2);
  color: #F2C46E;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.support-item h4 {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 0.35rem 0;
}
.support-item p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  line-height: 1.45;
}

/* ── Section 7: Testimonials Sliders (नैनी और परिवारों के अनुभव) ──────────── */
.career-testimonials-section {
  background: #fbfcfd;
}
.testi-group {
  margin-top: 2.25rem;
}
.testi-group-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
}
.testi-group-tag {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--teal-soft);
  color: var(--teal);
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
}
.testi-group-tag.tag-family {
  background: rgba(230, 177, 92, 0.2);
  color: #925f0a;
}
.testi-group-header h3 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  color: var(--navy);
  margin: 0;
  font-weight: 800;
}
.career-testi-slider {
  position: relative;
  width: 100%;
}
.career-testi-viewport {
  overflow: hidden;
  width: 100%;
  border-radius: var(--radius);
}
.career-testi-track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.career-testi-card {
  flex: 0 0 calc(50% - 0.625rem);
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem 1.6rem;
  box-shadow: 0 8px 24px rgba(25, 42, 61, 0.04);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s var(--ease);
  position: relative;
  box-sizing: border-box;
}
.career-testi-card:hover {
  box-shadow: var(--shadow-lift);
}
.career-testi-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.15rem;
}
.career-testi-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0;
}
.career-testi-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(230, 177, 92, 0.45);
  background: #fff;
  color: #b8842f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(25, 42, 61, 0.06);
  transition: transform 0.2s var(--ease), background 0.2s, color 0.2s, box-shadow 0.2s, border-color 0.2s;
  padding: 0;
  flex-shrink: 0;
}
.career-testi-btn:hover {
  background: var(--gold);
  color: var(--navy-deep);
  border-color: var(--gold);
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(230, 177, 92, 0.28);
}
.career-testi-btn:active {
  transform: translateY(0) scale(0.96);
}
.career-testi-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: rgba(25, 42, 61, 0.18);
  cursor: pointer;
  transition: width 0.25s var(--ease), background 0.25s var(--ease);
}
.career-testi-dot.is-active {
  width: 24px;
  background: var(--gold);
}
.testi-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.testi-stars {
  color: #eab308;
  font-size: 1rem;
  letter-spacing: 2px;
}
.quote-mark {
  font-size: 2.75rem;
  line-height: 1;
  font-family: Georgia, serif;
  color: rgba(230, 177, 92, 0.3);
  font-weight: 900;
}
.career-testi-card h4 {
  font-size: 1.1rem;
  color: var(--navy);
  margin-bottom: 0.65rem;
}
.testi-quote {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 1.25rem 0;
  font-style: italic;
  flex-grow: 1;
}
.testi-author {
  border-top: 1px solid rgba(25, 42, 61, 0.06);
  padding-top: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.author-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.05rem;
  flex-shrink: 0;
  overflow: hidden;
}
.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.avatar-teal {
  background: var(--teal-soft);
  color: var(--teal);
  border: 2px solid var(--teal);
}
.avatar-navy {
  background: rgba(25, 42, 61, 0.08);
  color: var(--navy);
  border: 2px solid var(--navy);
}
.author-avatar.avatar-photo {
  background: #e2e8f0;
  border: 2px solid rgba(25, 42, 61, 0.12);
  padding: 0;
  font-size: 0;
}
.author-info strong {
  display: block;
  font-size: 0.95rem;
  color: var(--navy);
}
.author-info span {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--teal);
}
.career-testi-card.family-card .author-info span {
  color: #925f0a;
}
@media (max-width: 768px) {
  .career-testi-card {
    flex: 0 0 100%;
  }
}

/* ── Section 8: Trust Strip & Gallery ────────────────────────────────────── */
.career-trust-section {
  background: #ffffff;
}
.career-trust-horizontal-strip {
  background: linear-gradient(135deg, #192a3d 0%, #101a26 100%);
  color: var(--white);
  border: 1.5px solid rgba(230, 177, 92, 0.3);
  border-radius: 999px;
  padding: 1.15rem 2.25rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1.25rem;
  box-shadow: 0 14px 35px rgba(25, 42, 61, 0.18);
  margin-bottom: 2.25rem;
}
.trust-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--white);
}
.trust-strip-item svg {
  color: var(--gold);
}
.trust-strip-divider {
  color: rgba(230, 177, 92, 0.4);
  font-weight: 300;
  font-size: 1.2rem;
}
.career-photo-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.gallery-photo-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(25, 42, 61, 0.08);
  aspect-ratio: 4 / 3;
  background: #f1f5f9;
}
.gallery-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease);
}
.gallery-photo-card:hover img {
  transform: scale(1.06);
}
.photo-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(16, 26, 38, 0.9), transparent);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 1.35rem 0.85rem 0.65rem;
  text-align: center;
}

/* ── Section 9: Application Form (आवेदन फॉर्म) ───────────────────────────── */
.career-form-container {
  max-width: 720px;
  margin: 0 auto;
}
.career-form-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.career-form-header h2 {
  font-size: 1.85rem;
  color: var(--navy);
  margin: 0.4rem 0 0.25rem;
}
.career-form-header p {
  color: var(--muted);
  font-size: 0.98rem;
  margin: 0;
}
.career-form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: var(--radius);
  padding: 2.75rem 2.5rem;
  box-shadow: 0 16px 45px rgba(25, 42, 61, 0.07);
}
.career-form-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.15rem 1.25rem;
}
.career-form-fields--two {
  grid-template-columns: repeat(2, 1fr);
}
.career-otp-panel {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1.35rem 1.25rem;
}
.career-otp-hint {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--muted);
  text-align: center;
}
.career-otp-hint strong {
  color: var(--navy);
}
.career-otp-input {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(25, 42, 61, 0.16);
  border-radius: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-align: center;
  color: var(--navy);
  font-family: var(--font);
  box-sizing: border-box;
}
.career-otp-input:focus {
  border-color: var(--gold);
  outline: none;
  box-shadow: 0 0 0 3px rgba(230, 177, 92, 0.2);
}
.career-otp-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.15rem;
}
.career-resend-link,
.career-edit-link {
  background: none;
  border: none;
  color: var(--teal);
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 0.2rem 0.4rem;
  text-decoration: underline;
}
.career-edit-link {
  color: var(--muted);
  font-weight: 600;
  text-decoration: none;
}
.career-resend-link:hover,
.career-edit-link:hover {
  color: var(--navy);
}
@media (max-width: 768px) {
  .career-form-fields--two {
    grid-template-columns: 1fr;
  }
}
.career-form-card .form-group label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.4rem;
}
.career-form-card .form-group label .required {
  color: #dc2626;
}
.input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}
.input-with-icon svg {
  position: absolute;
  left: 14px;
  color: var(--muted);
  pointer-events: none;
}
.input-with-icon input {
  padding-left: 42px !important;
}
.career-form-card .form-group input,
.career-form-card .form-group select {
  width: 100%;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(25, 42, 61, 0.16);
  border-radius: 10px;
  font-size: 0.94rem;
  color: var(--navy);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  font-family: var(--font);
}
.career-form-card .form-group input:focus,
.career-form-card .form-group select:focus {
  border-color: var(--gold);
  outline: none;
  box-shadow: 0 0 0 3px rgba(230, 177, 92, 0.2);
}
.career-form-card .field-error {
  display: block;
  color: #dc2626;
  font-size: 0.8rem;
  margin-top: 0.25rem;
  min-height: 1.1em;
}
.career-form-actions {
  margin-top: 1.75rem;
  text-align: center;
}
.btn-submit-career {
  width: 100%;
  padding: 1rem 1.75rem;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.btn-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: careerSpin 0.75s linear infinite;
}
@keyframes careerSpin {
  to { transform: rotate(360deg); }
}
.career-form-bottom-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(25, 42, 61, 0.08);
  color: var(--teal);
  font-weight: 700;
  font-size: 0.92rem;
  text-align: center;
}
.career-form-bottom-note p {
  margin: 0;
}
.career-form-alt-contact {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px dashed rgba(25, 42, 61, 0.14);
  text-align: center;
}
.career-form-alt-contact p {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 0.65rem;
}
.alt-buttons-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}
.btn-career-wa-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #25D366;
  color: var(--white);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s, background 0.2s;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
}
.btn-career-wa-pill:hover {
  background: #20ba5a;
  color: var(--white);
  transform: translateY(-2px);
}
.btn-career-call-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--navy);
  color: var(--white);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s, background 0.2s;
}
.btn-career-call-pill:hover {
  background: var(--navy-deep);
  color: var(--white);
  transform: translateY(-2px);
}
.career-alert-box {
  padding: 1rem 1.25rem;
  border-radius: 10px;
  font-size: 0.92rem;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
.career-alert-box.success,
.career-alert-success {
  background: #ecfdf5;
  border: 1px solid #10b981;
  color: #065f46;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-radius: 10px;
  margin-bottom: 1.25rem;
}
.career-alert-box.error {
  background: #fef2f2;
  border: 1px solid #ef4444;
  color: #991b1b;
}

/* ── Section 10: FAQs (अक्सर पूछे जाने वाले सवाल) ─────────────────────────── */
.career-faqs-section {
  background: #ffffff;
}
.career-faqs-accordion {
  max-width: 780px;
  margin: 1.5rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.career-faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1.2rem 1.4rem;
  box-shadow: 0 4px 16px rgba(25, 42, 61, 0.03);
  transition: all 0.25s var(--ease);
}
.career-faq-item[open] {
  border-color: var(--gold);
  box-shadow: 0 8px 24px rgba(230, 177, 92, 0.12);
}
.career-faq-item summary {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.career-faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-icon-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 1.1rem;
  transition: all 0.2s var(--ease);
}
.career-faq-item[open] .faq-icon-circle {
  background: rgba(230, 177, 92, 0.2);
  color: #925f0a;
}
.career-faq-item summary .faq-icon-circle::before {
  content: '+';
}
.career-faq-item[open] summary .faq-icon-circle::before {
  content: '−';
}
.career-faq-item .faq-answer {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(25, 42, 61, 0.06);
}
.career-faq-item .faq-answer p {
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

/* Final CTA Section Button Styling */
.career-cta-btn-alt {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--white) !important;
}
.career-cta-btn-alt:hover {
  background: var(--white);
  color: var(--navy) !important;
  border-color: var(--white);
}

/* Career page only — sticky join CTA */
.page-career .career-sticky-join {
  position: fixed;
  right: 1.15rem;
  bottom: 1.35rem;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold) 0%, #d4a04a 100%);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(25, 42, 61, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.25s ease, visibility 0.25s ease;
}
.page-career .career-sticky-join:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(25, 42, 61, 0.28);
  color: #101a26;
}
.page-career .career-sticky-join.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
}
@media (max-width: 768px) {
  .page-career .career-sticky-join {
    right: 0.85rem;
    bottom: 1rem;
    padding: 0.75rem 1.05rem;
    font-size: 0.88rem;
  }
}

/* ── Responsive Breakpoints ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .career-pain-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .career-six-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .career-roles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .career-photo-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .career-pain-grid {
    grid-template-columns: 1fr;
  }
  .career-pain-resolution {
    flex-direction: column;
    text-align: center;
    padding: 1.35rem 1.15rem;
  }
  .resolution-content {
    flex-direction: column;
    text-align: center;
  }
  .career-six-cards-grid {
    grid-template-columns: 1fr;
  }
  .career-roles-grid {
    grid-template-columns: 1fr;
  }
  .career-support-box {
    padding: 2rem 1.25rem;
  }
  .career-support-grid {
    grid-template-columns: 1fr;
  }
  .career-trust-horizontal-strip {
    border-radius: var(--radius-sm);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    justify-content: stretch;
    padding: 0.35rem 0.25rem;
    gap: 0;
  }
  .career-trust-horizontal-strip .trust-strip-item {
    justify-content: center;
    text-align: center;
    font-size: 0.82rem;
    gap: 0.4rem;
    padding: 0.85rem 0.5rem;
  }
  /* DOM: item | divider | item | divider | item | divider | item */
  .career-trust-horizontal-strip .trust-strip-item:nth-child(1),
  .career-trust-horizontal-strip .trust-strip-item:nth-child(5) {
    border-right: 1px solid rgba(230, 177, 92, 0.28);
  }
  .career-trust-horizontal-strip .trust-strip-item:nth-child(1),
  .career-trust-horizontal-strip .trust-strip-item:nth-child(3) {
    border-bottom: 1px solid rgba(230, 177, 92, 0.22);
  }
  .career-trust-horizontal-strip .trust-strip-item svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  .trust-strip-divider {
    display: none;
  }
  .career-photo-gallery {
    grid-template-columns: 1fr;
  }
  .career-form-fields {
    grid-template-columns: 1fr;
  }
  .career-form-card {
    padding: 1.75rem 1.25rem;
  }
  .career-hero-cta {
    flex-direction: column;
    width: 100%;
  }
  .career-hero-cta .btn {
    width: 100%;
    justify-content: center;
  }
  .career-hero-trust-pills {
    flex-direction: column;
    gap: 0.65rem;
  }
}


@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
