/* ═══════════════════════════════════════════
   ASAL TAX SERVICES
   Matching Asal Immigration Services theme
   ═══════════════════════════════════════════ */

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:      #1a2b40;
  --navy-dark: #0f1d2e;
  --navy-mid:  #234470;
  --cream:     #f4ede3;
  --cream-mid: #ece4d8;
  --white:     #ffffff;
  --border:    #e5ddd3;
  --text:      #1a2230;
  --muted:     #64748b;
  --num:       #8fa3be;
  --shadow-sm: 0 1px 4px rgba(20,33,61,.07);
  --shadow-md: 0 4px 20px rgba(20,33,61,.10);
  --shadow-lg: 0 12px 40px rgba(20,33,61,.13);
  --r:         4px;
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: clip;
}

body {
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul { list-style: none; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); border: 0;
}

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 {
  font-family: 'Merriweather', Georgia, serif;
  color: var(--navy);
  line-height: 1.2;
}

h1 { font-size: clamp(2.1rem, 4.5vw, 3.6rem); font-weight: 900; margin-bottom: 20px; }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; margin-bottom: 14px; }
h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
h4 { font-size: 0.97rem; font-weight: 700; margin-bottom: 6px; }

p { margin-bottom: 14px; }
p:last-child { margin-bottom: 0; }

h1 em { font-style: italic; color: var(--navy); }

.eyebrow {
  display: block;
  margin-bottom: 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}

.lead {
  font-size: 1.05rem;
  color: var(--muted);
  margin-top: 6px;
}

/* ── LAYOUT ── */
.wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  padding-block: 92px;
}

.section-head { margin-bottom: 48px; }
.section-head.center {
  text-align: center;
  max-width: 660px;
  margin-inline: auto;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: var(--r);
  font-family: 'Inter', sans-serif;
  font-size: 0.93rem;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background .15s, border-color .15s, transform .12s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn.full { width: 100%; justify-content: center; }

.btn-navy {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.btn-navy:hover { background: var(--navy-mid); border-color: var(--navy-mid); }

.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.btn-outline:hover { background: var(--navy); color: #fff; }

.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.5);
}
.btn-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.8); }

.btn-gold {
  background: #c9a227;
  color: var(--navy-dark);
  border-color: #c9a227;
}
.btn-gold:hover { background: #dbb42e; border-color: #dbb42e; color: var(--navy-dark); }

/* Skip link */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 9999;
  padding: 12px 20px;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: var(--r);
  transition: top .2s;
}
.skip-link:focus {
  top: 16px;
  outline: 3px solid #c9a227;
  outline-offset: 2px;
}

/* Utility text classes */
.text-white { color: #fff !important; }
.text-dim { color: rgba(255,255,255,.7) !important; }
.eyebrow-light { color: rgba(255,255,255,.55) !important; }

/* Focus visible for accessibility */
:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}
.btn:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}

/* ═══════════════════════════════════════════
   ASAL FAMILY BAR
   ═══════════════════════════════════════════ */
.family-bar {
  background: var(--navy);
  color: rgba(255,255,255,.78);
  font-size: 0.78rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.family-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 8px;
  flex-wrap: wrap;
}

.family-bar-label a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.family-bar-label a:hover { opacity: .9; }

.family-bar-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 16px;
}

.family-bar-nav a {
  color: rgba(255,255,255,.72);
  font-weight: 600;
  transition: color .15s;
}
.family-bar-nav a:hover { color: #fff; }

.logo-sub a {
  color: var(--navy-mid);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.logo-sub a:hover { color: var(--navy); }

.about-copy a {
  color: var(--navy);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.about-copy a:hover { color: var(--navy-mid); }

.footer-brand a {
  color: rgba(255,255,255,.75);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-brand a:hover { color: #fff; }

/* ═══════════════════════════════════════════
   ASAL SERVICES CROSS-LINKS
   ═══════════════════════════════════════════ */
.asal-services {
  background: var(--white);
  border-top: 1px solid var(--border);
  padding-block: 88px;
}

.asal-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}

.asal-svc-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 28px 24px;
  background: var(--white);
  transition: box-shadow .2s, transform .2s, border-color .2s;
}
.asal-svc-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  border-color: var(--navy);
}

.asal-svc-card.featured-asal {
  border-color: var(--navy);
  background: var(--cream);
}

.asal-svc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: var(--cream);
  color: var(--navy);
  margin-bottom: 16px;
}
.featured-asal .asal-svc-icon {
  background: var(--navy);
  color: #fff;
}

.asal-svc-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: var(--navy);
}

.asal-svc-card p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 16px;
  flex: 1;
}

.asal-svc-link {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--navy);
}

.asal-svc-card:hover .asal-svc-link { text-decoration: underline; }

/* ═══════════════════════════════════════════
   TOP BAR
   ═══════════════════════════════════════════ */
.topbar {
  background: var(--navy-dark);
  color: rgba(255,255,255,.82);
  font-size: 0.8rem;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-block: 9px;
  flex-wrap: wrap;
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  opacity: .84;
  transition: opacity .15s;
}
.topbar-link:hover { opacity: 1; color: #fff; }

.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  opacity: .68;
}

.topbar-right {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  opacity: .65;
  font-size: 0.79rem;
}

/* ═══════════════════════════════════════════
   SITE HEADER
   ═══════════════════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #fff;
  border-bottom: 1px solid var(--border);
  transition: box-shadow .2s;
  /* Anchor for the absolute mobile nav dropdown */
  isolation: isolate;
}
.site-header.scrolled { box-shadow: 0 2px 16px rgba(20,33,61,.09); }

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 15px;
}

/* Logo */
.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.logo-mark-link {
  display: block;
  flex-shrink: 0;
  line-height: 0;
}

.logo-img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.logo-img-sm {
  width: 36px;
  height: 36px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  min-width: 0;
}

.logo-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: var(--r);
  background: var(--navy);
  color: #fff;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.logo-mark-letter {
  font-family: 'Merriweather', serif;
  font-size: 1.3rem;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.logo-mark-sm {
  width: 36px;
  height: 36px;
}

.logo-name,
.logo-name-link {
  display: block;
  font-family: 'Merriweather', serif;
  font-size: 1.02rem;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.1;
  white-space: nowrap;
  text-decoration: none;
}

.logo-name-link:hover {
  color: var(--navy-mid);
}

.logo-name-thin {
  font-weight: 400;
  font-style: italic;
  color: var(--muted);
}

.logo-sub {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 400;
  margin-top: 1px;
}

/* Navigation */
.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.site-nav a {
  padding: 8px 12px;
  border-radius: var(--r);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
  transition: color .15s, background .15s;
}
.site-nav a:hover { color: var(--navy); background: var(--cream); }

.site-nav a.active {
  color: var(--navy);
  background: var(--cream);
  font-weight: 700;
}

.nav-cta {
  margin-left: 8px !important;
  padding: 10px 20px !important;
  background: var(--navy) !important;
  color: #fff !important;
  border-radius: var(--r) !important;
  font-weight: 700 !important;
}
.nav-cta:hover { background: var(--navy-mid) !important; }

/* Mobile toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: var(--r);
  background: none;
  cursor: pointer;
  flex-shrink: 0;
}
.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--navy);
  border-radius: 1px;
}

/* ═══════════════════════════════════════════
   HERO — two-column, white background
   ═══════════════════════════════════════════ */
.hero {
  background: var(--white);
  padding-block: 80px 72px;
  border-bottom: 1px solid var(--border);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: start;
}

.hero-left { padding-top: 12px; }

.hero .eyebrow { color: var(--muted); margin-bottom: 16px; }

.hero-copy {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 560px;
  margin-bottom: 28px;
  line-height: 1.72;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-bottom: 30px;
}

.hero-trust-row span {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.hero-trust-row span::before {
  content: '✓';
  color: var(--navy);
  font-weight: 900;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.hero-note {
  font-size: 0.82rem;
  color: var(--muted);
  margin: 0;
}

/* Homepage hero — centered single column */
.hero-home {
  padding-block: 72px 64px;
  text-align: center;
}

.hero-home-inner {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}

.hero-home .eyebrow {
  margin-inline: auto;
}

.hero-home h1 {
  margin-inline: auto;
}

.hero-home .hero-copy,
.hero-home .hero-area {
  margin-inline: auto;
}

.hero-home .hero-btns {
  justify-content: center;
}

.hero-area {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 28px;
}

.section-compact {
  padding-block: 72px;
}

/* Hero form card */
.hero-form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 32px 28px;
  box-shadow: var(--shadow-lg);
}

.hero-form-card h3 {
  font-size: 1.3rem;
  margin-bottom: 6px;
}

.hero-form-card > p {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 22px;
  line-height: 1.6;
}

/* ═══════════════════════════════════════════
   TRUST STRIP — cream background
   ═══════════════════════════════════════════ */
.trust-strip {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
}

.trust-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center;
  padding: 16px 10px;
  color: var(--text);
  font-size: 0.83rem;
  font-weight: 600;
  border-right: 1px solid var(--border);
  white-space: nowrap;
}
.trust-item:last-child { border-right: none; }
.trust-item svg { color: var(--navy); flex-shrink: 0; opacity: .7; }

/* ═══════════════════════════════════════════
   VALUE COMPARISON BANNER
   ═══════════════════════════════════════════ */
.value-banner {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  padding-block: 80px;
}

.value-banner-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.value-banner-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}

.value-banner-copy h2 { margin-bottom: 16px; }
.value-banner-copy p { color: var(--muted); font-size: 0.97rem; line-height: 1.7; }

.value-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: stretch;
}

.compare-col {
  border-radius: 8px;
  padding: 26px 20px;
  border: 1px solid var(--border);
  background: var(--white);
}

.compare-col.ours {
  background: var(--navy);
  border-color: var(--navy);
}

.compare-label {
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--muted);
}
.compare-col.ours .compare-label { color: rgba(255,255,255,.5); }

.compare-price {
  font-family: 'Merriweather', serif;
  font-size: 1.55rem;
  font-weight: 900;
  color: var(--muted);
  margin-bottom: 16px;
  line-height: 1;
}

.compare-price.strikethrough {
  text-decoration: line-through;
  opacity: .5;
}

.compare-col.ours .compare-price { color: #fff; opacity: 1; }

.compare-col ul { padding: 0; margin-bottom: 0; }

.compare-col li {
  position: relative;
  padding: 7px 0 7px 18px;
  font-size: 0.85rem;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
}
.compare-col li:last-child { border-bottom: none; }
.compare-col li::before { content: '✕'; position: absolute; left: 0; font-size: .7rem; color: #c0392b; top: 9px; }

.compare-col.ours li { color: rgba(255,255,255,.75); border-bottom-color: rgba(255,255,255,.1); }
.compare-col.ours li::before { content: '✓'; color: #6fcf97; }

/* ═══════════════════════════════════════════
   SERVICES
   ═══════════════════════════════════════════ */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.svc-card {
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 28px 24px;
  background: var(--white);
  transition: box-shadow .2s, transform .2s;
}
.svc-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }

.svc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 6px;
  background: var(--cream);
  color: var(--navy);
  margin-bottom: 18px;
  border: 1px solid var(--border);
}

.svc-icon-svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.svc-icon .icon-fill {
  fill: currentColor;
  opacity: 0.1;
  stroke: none;
}

.svc-card h3 { color: var(--navy); margin-bottom: 8px; }
.svc-card p  { color: var(--muted); font-size: 0.91rem; margin-bottom: 16px; line-height: 1.6; }
.svc-card ul { padding: 0; }

.svc-card li {
  position: relative;
  padding: 5px 0 5px 16px;
  font-size: 0.85rem;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
}
.svc-card li:last-child { border-bottom: none; }
.svc-card li::before {
  content: '';
  position: absolute;
  left: 0; top: 13px;
  width: 8px; height: 2px;
  background: var(--num);
  border-radius: 1px;
}

.svc-card-link {
  display: flex;
  flex-direction: column;
  color: inherit;
  cursor: pointer;
  transition: box-shadow .2s, transform .2s, border-color .2s;
}

.svc-card-link:hover {
  border-color: var(--navy);
}

.svc-more {
  margin-top: auto;
  padding-top: 14px;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--navy);
}

.svc-card-link:hover .svc-more {
  text-decoration: underline;
}

.services-all-link {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 0;
}

.services-all-link a {
  font-weight: 700;
  color: var(--navy);
}

.services-all-link a:hover {
  color: var(--navy-mid);
  text-decoration: underline;
}

/* ═══════════════════════════════════════════
   WHY — cream background
   ═══════════════════════════════════════════ */
.why-wrapper { background: var(--cream); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding-block: 88px; }

.why-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.why-copy h2 { margin-bottom: 16px; }
.why-copy p  { color: var(--muted); margin-bottom: 28px; }

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.why-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 22px 18px;
}

.why-num {
  display: block;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: .12em;
  color: var(--num);
  margin-bottom: 8px;
}

.why-item h4 { color: var(--navy); font-size: 0.92rem; margin-bottom: 6px; }
.why-item p  { color: var(--muted); font-size: 0.85rem; line-height: 1.6; }

/* ═══════════════════════════════════════════
   ABOUT
   ═══════════════════════════════════════════ */
.about-section { padding-block: 92px; }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.about-img-wrap {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-img-wrap img { width: 100%; height: 460px; object-fit: cover; display: block; }

.about-copy h2 { margin-bottom: 18px; }
.about-copy p  { color: var(--muted); font-size: 0.96rem; margin-bottom: 14px; }

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 0;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  text-align: center;
}

.about-stats strong {
  display: block;
  font-family: 'Merriweather', serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 4px;
}

.about-stats span { font-size: 0.78rem; color: var(--muted); font-weight: 600; }

.about-home {
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding-block: 72px;
}

.about-home-inner {
  max-width: 720px;
}

.about-home-inner h2 {
  margin-bottom: 16px;
}

.about-home-inner p {
  color: var(--muted);
  font-size: 0.96rem;
  margin-bottom: 14px;
}

.about-points {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.about-points li {
  position: relative;
  padding: 6px 0 6px 18px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
}

.about-points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--navy);
  font-weight: 900;
}

/* ── SERVICE AREA ── */
.service-area {
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding-block: 72px;
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 800px;
  margin-inline: auto;
}

.area-tags span,
.area-tags a {
  padding: 8px 18px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--navy);
  transition: background .15s, border-color .15s, color .15s;
}

.area-tags a:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.area-browse {
  text-align: center;
  margin-top: 20px;
  font-size: 0.92rem;
}

.area-browse a {
  font-weight: 700;
  color: var(--navy-mid);
}

.area-browse a:hover { color: var(--navy); text-decoration: underline; }

/* ── SEASON BANNER ── */
.season-banner {
  background: var(--navy);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.season-banner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  padding: 12px 0;
}

.season-banner p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255,255,255,.88);
}

.season-banner strong { color: var(--white); }

.season-banner-cta {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--navy);
  background: var(--cream);
  padding: 8px 16px;
  border-radius: var(--r);
  white-space: nowrap;
  transition: background .15s;
}

.season-banner-cta:hover { background: var(--white); }

/* ── PROCESS HEAD ── */
.process-head {
  padding-top: 92px;
}

.process-wrapper .steps-grid {
  padding-bottom: 92px;
}

/* ── FAQ LINKS ── */
.faq-body a {
  color: var(--navy);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.faq-body a:hover { color: var(--navy-mid); }

/* ── FOOTER BOTTOM LINKS ── */
.footer-bottom-row a {
  color: rgba(255,255,255,.5);
  transition: color .15s;
}
.footer-bottom-row a:hover { color: #fff; }

/* ── REVEAL ANIMATION ── */
@media (prefers-reduced-motion: no-preference) {
  .svc-card,
  .why-item,
  .step-card,
  .testi-card,
  .price-card {
    animation: fadeUp .5s ease both;
  }
  .svc-card:nth-child(2) { animation-delay: .05s; }
  .svc-card:nth-child(3) { animation-delay: .1s; }
  .svc-card:nth-child(4) { animation-delay: .15s; }
  .svc-card:nth-child(5) { animation-delay: .2s; }
  .svc-card:nth-child(6) { animation-delay: .25s; }
}

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ═══════════════════════════════════════════
   PROCESS — cream background
   ═══════════════════════════════════════════ */
.process-wrapper {
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding-block: 0;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.step-card {
  background: transparent;
}

.step-num {
  display: block;
  font-family: 'Merriweather', serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--num);
  line-height: 1;
  margin-bottom: 16px;
}

.step-card h3 { font-size: 1rem; margin-bottom: 8px; color: var(--navy); }
.step-card p  { font-size: 0.88rem; color: var(--muted); line-height: 1.65; }

/* ═══════════════════════════════════════════
   TESTIMONIALS
   ═══════════════════════════════════════════ */
.testimonials-wrapper { padding-block: 88px; }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}

.testi-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 28px 24px;
}

.stars { color: #f5a100; font-size: 0.95rem; letter-spacing: 3px; margin-bottom: 14px; }

.testi-card > p {
  font-size: 0.93rem;
  color: var(--text);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 20px;
}

.testi-author { border-top: 1px solid var(--border); padding-top: 14px; }
.testi-author strong { display: block; font-size: 0.88rem; color: var(--navy); margin-bottom: 2px; }
.testi-author span   { font-size: 0.79rem; color: var(--muted); }

/* ═══════════════════════════════════════════
   CHECKLIST
   ═══════════════════════════════════════════ */
.checklist-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: start;
}

.checklist-copy h2 { margin-bottom: 12px; }
.checklist-copy p  { color: var(--muted); font-size: 0.95rem; margin-bottom: 26px; }

.checklist-panel {
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 26px 24px;
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.checklist-cat {
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 10px;
}
.checklist-cat.mt { margin-top: 20px; }

.checklist-panel label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-block: 9px;
  border-bottom: 1px solid var(--border);
  font-size: 0.87rem;
  font-weight: 500;
  cursor: pointer;
  color: var(--text);
}
.checklist-panel label:last-child { border-bottom: none; }

input[type="checkbox"] {
  width: 16px; height: 16px;
  margin-top: 2px;
  accent-color: var(--navy);
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════
   PRICING — cream background
   ═══════════════════════════════════════════ */
.pricing-wrapper {
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding-block: 88px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.price-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 30px 26px;
  position: relative;
  transition: box-shadow .2s, transform .2s;
}
.price-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

.price-card.featured {
  border-color: var(--navy);
  box-shadow: var(--shadow-md);
}

.price-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--navy);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
}

.price-header { margin-bottom: 14px; }
.price-card h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 5px; }

.price-amount { font-size: 0.88rem; color: var(--muted); margin-bottom: 0; }
.price-amount strong { font-size: 1.55rem; font-weight: 900; color: var(--navy); }

.price-card > p { font-size: 0.86rem; color: var(--muted); margin-bottom: 18px; line-height: 1.65; }

.price-card ul { margin-bottom: 24px; }
.price-card li {
  position: relative;
  padding: 7px 0 7px 16px;
  font-size: 0.86rem;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
}
.price-card li:last-child { border-bottom: none; }
.price-card li::before {
  content: '';
  position: absolute;
  left: 0; top: 15px;
  width: 8px; height: 2px;
  background: var(--num);
  border-radius: 1px;
}

/* ═══════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════ */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: start;
}

details {
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--white);
  overflow: hidden;
}
details[open] { box-shadow: var(--shadow-sm); }

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 20px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
  user-select: none;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: '+';
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--muted);
  flex-shrink: 0;
  line-height: 1;
}
details[open] summary::after { content: '−'; }

.faq-body {
  padding: 0 20px 18px;
  font-size: 0.91rem;
  color: var(--muted);
  line-height: 1.7;
}

/* ═══════════════════════════════════════════
   CONTACT
   ═══════════════════════════════════════════ */
.contact-wrapper {
  background: var(--cream);
  border-top: 1px solid var(--border);
  padding-block: 92px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.contact-info .eyebrow { color: var(--muted); }
.contact-info h2 { margin-bottom: 10px; }
.contact-info > p { color: var(--muted); font-size: 0.95rem; margin-bottom: 32px; }

.contact-items { display: grid; gap: 20px; }

.contact-item { display: flex; gap: 14px; align-items: flex-start; }

.contact-icon {
  display: grid;
  place-items: center;
  width: 42px; height: 42px;
  border-radius: 6px;
  background: var(--navy);
  color: #fff;
  flex-shrink: 0;
}

.contact-item strong {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 3px;
}

.contact-item a,
.contact-item span {
  display: block;
  font-size: 0.92rem;
  color: var(--navy);
  font-weight: 600;
  line-height: 1.55;
}
.contact-item a:hover { color: var(--navy-mid); }

.contact-address {
  font-style: normal;
  margin-bottom: 28px;
  padding: 20px 22px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text);
}

.contact-address strong {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted);
  margin-bottom: 8px;
}

.contact-directions {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
}

.contact-directions:hover {
  color: var(--navy-mid);
  text-decoration: underline;
}

.contact-map {
  margin-top: 28px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.contact-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 34px 30px;
  box-shadow: var(--shadow-md);
}

/* ═══════════════════════════════════════════
   FORM ELEMENTS (shared)
   ═══════════════════════════════════════════ */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: block;
  margin-bottom: 16px;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--navy);
}

.req { color: #b83232; margin-left: 2px; }

input, select, textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 11px 13px;
  border: 1px solid #d5cfc9;
  border-radius: var(--r);
  font: inherit;
  font-size: 0.91rem;
  color: var(--text);
  background: var(--white);
  transition: border-color .15s, box-shadow .15s;
  -webkit-appearance: none;
}
textarea { resize: vertical; }

input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(26,43,64,.09);
}

/* Hero form uses slightly different input style */
.hero-form-card input,
.hero-form-card select,
.hero-form-card textarea {
  background: var(--cream);
  border-color: var(--border);
  margin-top: 0;
}
.hero-form-card label { margin-bottom: 10px; }
.hero-form-card .form-row { gap: 10px; }

.form-note {
  margin-top: 12px;
  font-size: 0.79rem;
  color: var(--muted);
  text-align: center;
  line-height: 1.5;
}

/* ═══════════════════════════════════════════
   VISIT OUR OFFICE — cream background
   ═══════════════════════════════════════════ */
.office-section {
  background: var(--navy);
  padding-block: 92px;
}

.office-inner {
  display: flex;
  flex-direction: column;
  gap: 52px;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.office-headline { max-width: 600px; }
.office-headline h2 { color: #fff; margin-bottom: 12px; }
.office-headline .eyebrow { color: rgba(255,255,255,.55); }
.office-headline p  { color: rgba(255,255,255,.7); font-size: 0.97rem; line-height: 1.7; }

.office-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.office-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 6px;
  padding: 26px 20px;
}

.office-card-icon {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 6px;
  background: rgba(255,255,255,.12);
  color: #fff;
  flex-shrink: 0;
}

.office-card-label {
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.42);
  margin-bottom: 8px;
}

.office-card-main { font-size: 1rem; font-weight: 700; color: #fff; line-height: 1.45; margin-bottom: 4px; }

.office-card-phone {
  font-size: 1.35rem;
  font-family: 'Merriweather', serif;
  margin-bottom: 8px;
  display: block;
  transition: color .15s;
  color: #fff;
}

.office-card-sub { font-size: 0.83rem; color: rgba(255,255,255,.55); line-height: 1.6; margin-bottom: 10px; }

.office-card-link {
  display: inline-block;
  font-size: 0.83rem;
  font-weight: 700;
  color: rgba(255,255,255,.8);
  transition: color .15s;
  margin-top: 6px;
}
.office-card-link:hover { color: #fff; }

.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 14px;
}
.hours-grid span { font-size: 0.86rem; color: rgba(255,255,255,.72); line-height: 1.6; }
.hours-grid .closed { color: rgba(255,255,255,.35); }

.office-map-wrap {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
}

.office-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
.site-footer {
  background: var(--navy-dark);
  color: rgba(255,255,255,.75);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.1fr;
  gap: 36px;
  padding-block: 60px;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.footer-logo strong {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
}

.footer-brand p { font-size: 0.85rem; color: rgba(255,255,255,.52); margin-bottom: 6px; }
.footer-langs   { font-size: 0.79rem !important; color: rgba(255,255,255,.65) !important; font-weight: 600 !important; }

.footer-heading {
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 14px;
}

.footer-col { display: flex; flex-direction: column; gap: 9px; }
.footer-col a, .footer-col span { font-size: 0.85rem; color: rgba(255,255,255,.65); line-height: 1.5; transition: color .15s; }
.footer-col a:hover { color: #fff; }
.footer-hours { font-size: 0.83rem; color: rgba(255,255,255,.5) !important; line-height: 1.8 !important; margin-top: 4px; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); }
.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-block: 18px;
  font-size: 0.79rem;
  color: rgba(255,255,255,.35);
  flex-wrap: wrap;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

/* ═══════════════════════════════════════════
   RESPONSIVE — TABLET (≤ 1024px)
   ═══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .hero-grid        { grid-template-columns: 1fr; gap: 48px; }
  .hero-right       { max-width: 520px; }
  .hero-form-card   { padding: 28px 22px; }

  .svc-grid,
  .steps-grid       { grid-template-columns: repeat(2, 1fr); }

  .why-inner        { grid-template-columns: 1fr; gap: 40px; }
  .about-grid       { grid-template-columns: 1fr; gap: 40px; }
  .about-img-wrap img { height: 360px; }

  .value-banner-inner { grid-template-columns: 1fr; gap: 40px; }

  .office-cards     { grid-template-columns: 1fr; }
  .footer-inner     { grid-template-columns: 1fr 1fr; }
  .footer-brand     { grid-column: 1 / -1; }
  .asal-services-grid { grid-template-columns: 1fr; }

  .pricing-grid     { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
}

/* ═══════════════════════════════════════════
   RESPONSIVE — MOBILE (≤ 768px)
   ═══════════════════════════════════════════ */
@media (max-width: 768px) {
  .nav-toggle { display: flex; }

  /* Prevent iOS Safari from zooming on form focus */
  input, select, textarea {
    font-size: 16px;
  }

  .family-bar-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding-inline: 4px;
  }

  .contact-grid {
    gap: 40px;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    z-index: 100;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 14px; width: 100%; }
  .nav-cta { margin-left: 0 !important; text-align: center !important; }

  .topbar-addr { display: none; }
  .family-bar-inner { justify-content: center; text-align: center; }
  .family-bar-nav { justify-content: center; }

  .testimonials-grid,
  .checklist-grid,
  .contact-grid,
  .faq-grid      { grid-template-columns: 1fr; }

  .trust-item { flex: 0 0 50%; border-right: none; border-bottom: 1px solid var(--border); justify-content: flex-start; padding-left: 16px; }
  .trust-item:nth-child(odd) { border-right: 1px solid var(--border); }
}

/* ═══════════════════════════════════════════
   RESPONSIVE — SMALL (≤ 560px)
   ═══════════════════════════════════════════ */
@media (max-width: 560px) {
  .section,
  .section-compact { padding-block: 64px; }
  .why-wrapper, .testimonials-wrapper, .pricing-wrapper,
  .contact-wrapper, .office-section, .asal-services { padding-block: 64px; }
  .process-head { padding-top: 64px; }
  .process-wrapper .steps-grid { padding-bottom: 64px; }

  h1 { font-size: clamp(1.85rem, 8vw, 2.5rem); }
  h2 { font-size: clamp(1.5rem, 6vw, 1.9rem); }

  .svc-grid, .steps-grid, .testimonials-grid,
  .why-grid, .about-stats, .value-compare { grid-template-columns: 1fr; }

  .form-row { grid-template-columns: 1fr; }

  .trust-item { flex: 0 0 100%; border-right: none !important; }

  .hero,
  .hero-home { padding-block: 52px; }
  .hero-btns .btn { width: 100%; white-space: normal; }

  .logo-sub {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 52vw;
  }

  .topbar-inner   { flex-direction: column; align-items: flex-start; gap: 6px; }
  .topbar-right   { display: none; }

  .contact-form   { padding: 22px 16px; }
  .hero-form-card { padding: 22px 16px; }

  .footer-inner     { grid-template-columns: 1fr; gap: 26px; }
  .footer-brand     { grid-column: auto; }
  .footer-bottom-row { flex-direction: column; text-align: center; }

  .office-cta-row .btn { width: 100%; }
}
