/* ============================================================
   Gooddays Home Care — Main Stylesheet
   Matching the clean, professional aesthetic of the WordPress site
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

/* ── TOKENS ── */
:root {
  --green:         #2F7D62;
  --green-dark:    #205a46;
  --green-light:   #3AA082;
  --green-tint:    #EAF6F1;
  --green-xlight:  #F2FAF7;
  --amber:         #E07B39;
  --amber-dark:    #B85E23;
  --amber-tint:    #FEF2E8;
  --navy:          #1A2E3B;
  --text:          #2D3748;
  --text-soft:     #64748B;
  --text-light:    #94A3B8;
  --bg:            #F7FAFC;
  --white:         #FFFFFF;
  --border:        #E2E8F0;
  --shadow-sm:     0 1px 8px rgba(0,0,0,.07);
  --shadow-md:     0 4px 24px rgba(0,0,0,.10);
  --shadow-lg:     0 12px 48px rgba(0,0,0,.13);
  --radius:        10px;
  --radius-lg:     18px;
  --radius-xl:     26px;
  --ease:          .28s ease;
  --font-body:     'Inter', system-ui, -apple-system, sans-serif;
  --font-heading:  'Playfair Display', Georgia, serif;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--text); background: var(--white); line-height: 1.6; }
img  { max-width: 100%; height: auto; display: block; }
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }
button { font-family: var(--font-body); cursor: pointer; border: none; background: none; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4, h5 { font-family: var(--font-heading); line-height: 1.2; color: var(--navy); }
h1 { font-size: clamp(2rem, 4vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 2.8vw, 2.4rem); }
h3 { font-size: clamp(1.1rem, 1.8vw, 1.4rem); }
p  { color: var(--text-soft); line-height: 1.75; }

/* ── LAYOUT ── */
.container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section    { padding: 80px 0; }
.section-sm { padding: 52px 0; }

/* ── LABELS ── */
.label {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green);
  background: var(--green-tint);
  padding: 5px 13px;
  border-radius: 100px;
  margin-bottom: 14px;
}

.section-header    { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.section-header p  { margin-top: 12px; font-size: 1.05rem; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 50px;
  font-size: .92rem;
  font-weight: 600;
  border: 2px solid transparent;
  transition: all var(--ease);
  cursor: pointer;
}
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }

.btn-primary { background: var(--green); color: #fff; border-color: var(--green); }
.btn-primary:hover { background: var(--green-dark); border-color: var(--green-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(47,125,98,.3); }

.btn-amber { background: var(--amber); color: #fff; border-color: var(--amber); }
.btn-amber:hover { background: var(--amber-dark); border-color: var(--amber-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(224,123,57,.3); }

.btn-outline { background: transparent; color: var(--green); border-color: var(--green); }
.btn-outline:hover { background: var(--green-tint); transform: translateY(-2px); }

.btn-white-solid { background: #fff; color: var(--green); border-color: #fff; }
.btn-white-solid:hover { background: var(--green-tint); transform: translateY(-2px); }

.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-outline-white:hover { background: rgba(255,255,255,.12); border-color: #fff; transform: translateY(-2px); }

.btn-lg { padding: 15px 32px; font-size: 1rem; }

/* ── TOP BAR ── */
.topbar { background: var(--navy); padding: 9px 0; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar-left { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar-left span { display: flex; align-items: center; gap: 7px; font-size: .83rem; color: rgba(255,255,255,.72); }
.topbar-left svg { width: 14px; height: 14px; flex-shrink: 0; color: rgba(255,255,255,.5); }
.topbar-left a { color: rgba(255,255,255,.85); transition: color var(--ease); }
.topbar-left a:hover { color: #fff; }
.topbar-socials { display: flex; gap: 10px; }
.topbar-socials a { display: flex; align-items: center; color: rgba(255,255,255,.5); transition: color var(--ease); }
.topbar-socials svg { width: 15px; height: 15px; }
.topbar-socials a:hover { color: #fff; }

/* ── NAVBAR ── */
.navbar {
  position: sticky;
  top: 0;
  z-index: 900;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo img { border-radius: 8px; }
.logo-name { display: block; font-family: var(--font-heading); font-size: 1.15rem; font-weight: 700; color: var(--navy); line-height: 1.1; }
.logo-tag  { display: block; font-size: .67rem; font-weight: 500; text-transform: uppercase; letter-spacing: .07em; color: var(--text-soft); margin-top: 1px; }

.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-link {
  font-size: .87rem;
  font-weight: 500;
  color: var(--text);
  padding: 7px 11px;
  border-radius: 7px;
  transition: all var(--ease);
}
.nav-link:hover, .nav-link.active { color: var(--green); background: var(--green-tint); }
.btn-nav {
  background: var(--green);
  color: #fff;
  border-radius: 50px;
  padding: 9px 20px;
  font-size: .87rem;
  font-weight: 600;
  margin-left: 8px;
  transition: all var(--ease);
}
.btn-nav:hover { background: var(--green-dark); transform: translateY(-1px); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
}
.hamburger span {
  display: block;
  width: 23px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all var(--ease);
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.mobile-drawer {
  display: none;
  position: fixed;
  top: calc(70px + 40px);  /* navbar + topbar */
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: var(--shadow-md);
  z-index: 899;
  padding: 10px 0 16px;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .22s ease, transform .22s ease;
  pointer-events: none;
}
.mobile-drawer.open { opacity: 1; transform: none; pointer-events: all; }
.mobile-drawer a {
  display: block;
  padding: 13px 24px;
  font-size: .95rem;
  font-weight: 500;
  color: var(--text);
  border-bottom: 1px solid var(--border);
  transition: all var(--ease);
}
.mobile-drawer a:hover, .mobile-drawer a.active { color: var(--green); background: var(--green-tint); }
.btn-mobile-cta {
  display: block;
  margin: 14px 24px 0;
  padding: 12px;
  text-align: center;
  background: var(--green);
  color: #fff !important;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: .95rem;
}

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #143d2e 0%, #205a46 40%, #2F7D62 70%, #3AA082 100%);
}
.hero-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: .18;
  mix-blend-mode: luminosity;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,61,46,.92) 0%, rgba(20,61,46,.55) 60%, transparent 100%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 96px 0 72px;
}
.hero-text {}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.9);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 20px;
}
.hero-pill-dot { width: 6px; height: 6px; background: #5EE3B8; border-radius: 50%; animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.35} }
.hero h1 { color: #fff; margin-bottom: 18px; font-size: clamp(2rem, 4.5vw, 3.2rem); }
.hero h1 span { color: #7ADEC0; font-style: italic; }
.hero-desc { color: rgba(255,255,255,.75); font-size: 1.05rem; max-width: 480px; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.hero-stat .num { font-family: var(--font-heading); font-size: 1.9rem; font-weight: 700; color: #fff; line-height: 1; }
.hero-stat .lbl { font-size: .8rem; color: rgba(255,255,255,.6); margin-top: 2px; }

.hero-image-col { position: relative; }
.hero-img-wrap {
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-lg);
}
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute;
  bottom: -18px;
  left: -18px;
  background: #fff;
  border-radius: var(--radius);
  padding: 16px 22px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 12px;
}
.hb-icon { width: 40px; height: 40px; background: var(--green-tint); border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hb-icon svg { width: 20px; height: 20px; fill: none; stroke: var(--green); stroke-width: 2; stroke-linecap: round; }
.hb-num  { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700; color: var(--navy); line-height: 1; }
.hb-lbl  { font-size: .78rem; color: var(--text-soft); margin-top: 2px; }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: linear-gradient(135deg, #143d2e, #205a46, #2F7D62);
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 32px 32px;
}
.ph-inner { position: relative; z-index: 1; }
.ph-inner h1 { color: #fff; margin-bottom: 12px; }
.ph-inner p  { color: rgba(255,255,255,.7); max-width: 560px; margin: 0 auto; }

.breadcrumb { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 16px; font-size: .83rem; }
.breadcrumb a { color: rgba(255,255,255,.55); transition: color var(--ease); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .sep { color: rgba(255,255,255,.3); }
.breadcrumb .cur { color: rgba(255,255,255,.85); }

/* ── SECTION DIVIDERS ── */
.bg-light  { background: var(--bg); }
.bg-tint   { background: var(--green-tint); }
.bg-dark   { background: var(--navy); }
.bg-green  { background: var(--green); }

/* ── SERVICES GRID ── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 26px;
  transition: all var(--ease);
  position: relative;
  overflow: hidden;
}
.service-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.service-card:hover::after { transform: scaleX(1); }

.svc-icon {
  width: 52px; height: 52px;
  background: var(--green-tint);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  transition: background var(--ease);
}
.service-card:hover .svc-icon { background: var(--green); }
.svc-icon svg { width: 24px; height: 24px; fill: none; stroke: var(--green); stroke-width: 2; stroke-linecap: round; transition: stroke var(--ease); }
.service-card:hover .svc-icon svg { stroke: #fff; }
.service-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.service-card p  { font-size: .9rem; line-height: 1.65; }

/* ── ABOUT / SPLIT LAYOUT ── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split.reverse .split-img { order: 2; }
.split.reverse .split-body { order: 1; }

.split-img-wrap {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 5/4;
}
.split-img-wrap img { width: 100%; height: 100%; object-fit: cover; }

.split-img-badge {
  position: absolute;
  bottom: -16px; right: -16px;
  background: var(--green);
  border-radius: var(--radius);
  padding: 18px 22px;
  text-align: center;
  color: #fff;
  box-shadow: var(--shadow-md);
}
.sib-num { font-family: var(--font-heading); font-size: 1.9rem; font-weight: 700; line-height: 1; }
.sib-lbl { font-size: .78rem; opacity: .8; margin-top: 4px; }

.split-body h2 { margin-bottom: 14px; }
.split-body p  { margin-bottom: 16px; }
.checkmarks { list-style: none; margin: 22px 0; display: flex; flex-direction: column; gap: 12px; }
.checkmarks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: .95rem;
  color: var(--text);
}
.checkmarks li::before {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: var(--green);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

/* ── STATS ROW ── */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}
.stat-box {
  padding: 32px 24px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: center;
  transition: background var(--ease);
}
.stat-box:hover { background: var(--green-tint); }
.stat-box .num { font-family: var(--font-heading); font-size: 2rem; font-weight: 700; color: var(--green); }
.stat-box .lbl { font-size: .85rem; color: var(--text-soft); margin-top: 4px; }

/* ── TRUST BAR ── */
.trust-bar { background: var(--green-dark); padding: 18px 0; }
.trust-items { display: flex; align-items: center; justify-content: center; gap: 14px 40px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; color: #fff; font-size: .85rem; font-weight: 600; white-space: nowrap; }
.trust-item svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--green-light); }

/* ── TEAM CARDS ── */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.team-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
  transition: all var(--ease);
}
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.team-avatar {
  width: 72px; height: 72px;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.ta-green  { background: linear-gradient(135deg, var(--green), var(--green-dark)); }
.ta-amber  { background: linear-gradient(135deg, var(--amber), var(--amber-dark)); }
.ta-navy   { background: linear-gradient(135deg, #2B5EA7, #1a3d6e); }
.ta-teal   { background: linear-gradient(135deg, #2A9D8F, #1c6e65); }
.team-card h3    { font-size: .97rem; margin-bottom: 4px; }
.team-card .role { font-size: .82rem; color: var(--green); font-weight: 600; margin-bottom: 10px; }
.team-card p     { font-size: .86rem; }

/* ── TESTIMONIALS ── */
.testimonials-bg { background: linear-gradient(135deg, #143d2e, #205a46, #2F7D62); }
.t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.t-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: all var(--ease);
}
.t-card:hover { background: rgba(255,255,255,.14); transform: translateY(-3px); }
.t-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.t-stars svg { width: 14px; height: 14px; fill: #FFC107; }
.t-quote { color: rgba(255,255,255,.82); font-size: .93rem; line-height: 1.72; margin-bottom: 20px; }
.t-author { display: flex; align-items: center; gap: 12px; }
.t-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .95rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.ta1 { background: var(--green); }
.ta2 { background: var(--amber); }
.ta3 { background: #2B5EA7; }
.t-name { font-size: .88rem; font-weight: 600; color: #fff; }
.t-role { font-size: .78rem; color: rgba(255,255,255,.5); margin-top: 2px; }

/* ── BLOG ── */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--ease);
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.blog-thumb { aspect-ratio: 16/9; overflow: hidden; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-thumb img { transform: scale(1.05); }
.blog-body { padding: 22px 20px 24px; }
.blog-cat { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--green); margin-bottom: 8px; }
.blog-body h3 { font-size: 1rem; line-height: 1.35; margin-bottom: 8px; }
.blog-body h3 a { color: var(--navy); transition: color var(--ease); }
.blog-body h3 a:hover { color: var(--green); }
.blog-excerpt { font-size: .87rem; line-height: 1.65; margin-bottom: 14px; }
.blog-meta { font-size: .78rem; color: var(--text-light); display: flex; gap: 12px; }

/* ── SINGLE BLOG ── */
.blog-single-layout { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.blog-content { max-width: 100%; }
.blog-content img { border-radius: var(--radius); margin: 24px 0; }
.blog-content h2, .blog-content h3 { margin: 28px 0 12px; }
.blog-content p { margin-bottom: 16px; color: var(--text); }
.blog-sidebar {}
.sidebar-widget { background: var(--bg); border-radius: var(--radius); padding: 24px; margin-bottom: 24px; }
.sidebar-widget h4 { font-size: .95rem; margin-bottom: 14px; }

/* ── FAQ ── */
.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 800px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 600;
  font-size: .97rem;
  color: var(--navy);
  transition: background var(--ease);
}
.faq-q:hover { background: var(--green-tint); }
.faq-q svg { width: 18px; height: 18px; stroke: var(--green); flex-shrink: 0; transition: transform .25s ease; }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 22px 18px; font-size: .93rem; color: var(--text-soft); line-height: 1.72; }
.faq-item.open .faq-a { display: block; }

/* ── CONTACT ── */
.contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: start; }
.contact-info h2 { margin-bottom: 12px; }
.contact-info > p { margin-bottom: 32px; }
.ci-items { display: flex; flex-direction: column; gap: 20px; }
.ci-row { display: flex; gap: 16px; align-items: flex-start; }
.ci-icon { width: 44px; height: 44px; background: var(--green-tint); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci-icon svg { width: 20px; height: 20px; fill: none; stroke: var(--green); stroke-width: 2; stroke-linecap: round; }
.ci-text label { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--text-soft); }
.ci-text span  { display: block; font-size: .95rem; font-weight: 600; color: var(--navy); margin-top: 2px; }

/* ── FORMS ── */
.form-card {
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.form-card-header {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  padding: 32px 36px;
  position: relative;
  overflow: hidden;
}
.form-card-header::after {
  content: '';
  position: absolute;
  top: -44px; right: -44px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
}
.fch-inner { position: relative; z-index: 1; }
.fch-icon { width: 50px; height: 50px; background: rgba(255,255,255,.14); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.fch-icon svg { width: 24px; height: 24px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; }
.form-card-header h2 { color: #fff; font-size: 1.5rem; margin-bottom: 6px; }
.form-card-header p  { color: rgba(255,255,255,.72); font-size: .92rem; }

.form-body { padding: 36px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-row.full { grid-template-columns: 1fr; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: .87rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.req { color: var(--amber); margin-left: 2px; }
.form-control {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: .92rem;
  color: var(--text);
  background: #fff;
  transition: border-color var(--ease), box-shadow var(--ease);
  outline: none;
}
.form-control:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(47,125,98,.12); }
.form-control::placeholder { color: var(--text-light); }
textarea.form-control { resize: vertical; min-height: 108px; line-height: 1.6; }
select.form-control { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px; padding-right: 36px; }

.check-group { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 7px; }
.check-item {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  padding: 9px 12px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-size: .87rem;
  color: var(--text-soft);
  transition: all var(--ease);
}
.check-item:hover { border-color: var(--green); background: var(--green-tint); }
.check-item input[type="checkbox"] { accent-color: var(--green); width: 15px; height: 15px; flex-shrink: 0; }

.radio-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 7px; }
.radio-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 8px 14px;
  border: 1.5px solid var(--border);
  border-radius: 50px;
  font-size: .87rem;
  color: var(--text-soft);
  transition: all var(--ease);
}
.radio-item:hover { border-color: var(--green); }
.radio-item input[type="radio"] { accent-color: var(--green); width: 14px; height: 14px; }
.radio-item:has(input:checked) { background: var(--green-tint); border-color: var(--green); color: var(--green); font-weight: 600; }

.form-divider { border: none; border-top: 1px solid var(--border); margin: 28px 0; }
.form-section-label {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: var(--navy);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.form-section-label::before { content: ''; width: 3px; height: 18px; background: var(--green); border-radius: 2px; flex-shrink: 0; }

.form-note { background: var(--green-tint); border-left: 3px solid var(--green); border-radius: 0 var(--radius) var(--radius) 0; padding: 12px 16px; margin-bottom: 20px; font-size: .88rem; color: var(--text); }
.form-consent { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 24px; font-size: .86rem; color: var(--text-soft); line-height: 1.6; }
.form-consent input[type="checkbox"] { accent-color: var(--green); width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; }
.form-consent a { color: var(--green); text-decoration: underline; }
.form-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.form-secure-note { display: flex; align-items: center; gap: 6px; font-size: .8rem; color: var(--text-soft); }
.form-secure-note svg { width: 14px; height: 14px; fill: none; stroke: var(--text-soft); stroke-width: 2; flex-shrink: 0; }

/* Form alerts */
.alert { padding: 14px 18px; border-radius: var(--radius); margin-bottom: 22px; font-size: .92rem; }
.alert-success { background: var(--green-tint); color: var(--green-dark); border: 1px solid rgba(47,125,98,.3); }
.alert-error   { background: #FEF2F2; color: #9B1C1C; border: 1px solid rgba(220,38,38,.25); }

/* Form success state */
.form-success { display: none; text-align: center; padding: 56px 36px; }
.form-success.show { display: block; }
.fs-icon { width: 72px; height: 72px; background: var(--green-tint); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.fs-icon svg { width: 36px; height: 36px; fill: none; stroke: var(--green); stroke-width: 2; stroke-linecap: round; }

/* ── CTA STRIP ── */
.cta-strip { background: var(--green); padding: 60px 0; }
.cta-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-heading { font-family: var(--font-heading); font-size: 1.8rem; color: #fff; margin-bottom: 6px; }
.cta-sub { color: rgba(255,255,255,.75); }
.cta-strip-btns { display: flex; gap: 14px; flex-shrink: 0; }

/* ── FOOTER ── */
.footer { background: var(--navy); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 44px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-logo { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.footer-logo img { border-radius: 8px; }
.footer-logo span { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 700; color: #fff; }
.footer-brand > p { color: rgba(255,255,255,.45); font-size: .88rem; line-height: 1.72; margin-bottom: 22px; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a { width: 32px; height: 32px; background: rgba(255,255,255,.07); border-radius: 7px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.45); transition: all var(--ease); }
.footer-socials a svg { width: 14px; height: 14px; }
.footer-socials a:hover { background: var(--green); color: #fff; }
.footer-col h4 { font-family: var(--font-body); font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.7); margin-bottom: 18px; }
.footer-col ul li + li { margin-top: 9px; }
.footer-col ul a { font-size: .87rem; color: rgba(255,255,255,.42); transition: color var(--ease); }
.footer-col ul a:hover { color: rgba(255,255,255,.85); }
.contact-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .87rem; color: rgba(255,255,255,.45); margin-bottom: 10px; }
.contact-list svg { width: 15px; height: 15px; fill: none; stroke: var(--green-light); stroke-width: 2; stroke-linecap: round; flex-shrink: 0; margin-top: 2px; }
.contact-list a { color: rgba(255,255,255,.65); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 20px 0; }
.footer-bottom p { font-size: .82rem; color: rgba(255,255,255,.28); }
.footer-legal { display: flex; gap: 18px; }
.footer-legal a { font-size: .82rem; color: rgba(255,255,255,.28); transition: color var(--ease); }
.footer-legal a:hover { color: rgba(255,255,255,.6); }

/* ── CERTIFICATIONS ── */
.cert-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cert-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 24px; text-align: center; }
.cert-icon { width: 56px; height: 56px; background: var(--green-tint); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.cert-icon svg { width: 26px; height: 26px; fill: none; stroke: var(--green); stroke-width: 2; stroke-linecap: round; }
.cert-card h3 { font-size: 1rem; margin-bottom: 8px; }
.cert-card p  { font-size: .88rem; }

/* ── AFFILIATE PAGE HIGHLIGHTS ── */
.affiliate-types { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 52px; }
.at-card { background: var(--green-tint); border-radius: var(--radius-lg); padding: 28px 24px; text-align: center; border: 1px solid rgba(47,125,98,.15); }
.at-card .at-icon { width: 52px; height: 52px; background: var(--green); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.at-card .at-icon svg { width: 24px; height: 24px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; }
.at-card h3 { font-size: 1rem; margin-bottom: 7px; }
.at-card p  { font-size: .88rem; }

/* ── SIDEBAR FORM LAYOUT ── */
.form-page-layout { display: grid; grid-template-columns: 1fr 2.1fr; gap: 40px; align-items: start; }
.form-sidebar .sidebar-info { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 24px; position: sticky; top: 90px; }
.sidebar-info h3 { font-size: 1.05rem; margin-bottom: 10px; }
.sidebar-info > p { font-size: .9rem; line-height: 1.65; margin-bottom: 22px; }
.sidebar-steps { display: flex; flex-direction: column; gap: 14px; }
.ss-item { display: flex; gap: 12px; align-items: flex-start; }
.ss-num { width: 26px; height: 26px; background: var(--green-tint); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .78rem; font-weight: 700; color: var(--green); flex-shrink: 0; }
.ss-text { font-size: .87rem; color: var(--text-soft); line-height: 1.5; }
.ss-text strong { color: var(--navy); display: block; margin-bottom: 1px; }
.sidebar-contact { background: var(--green-tint); border-radius: var(--radius); padding: 16px 18px; margin-top: 20px; display: flex; gap: 12px; align-items: center; }
.sc-icon { width: 36px; height: 36px; background: var(--green); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sc-icon svg { width: 16px; height: 16px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; }
.sc-text { font-size: .83rem; color: var(--text-soft); line-height: 1.4; }
.sc-text strong { color: var(--green); display: block; font-size: .95rem; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-btns  { justify-content: center; }
  .hero-stats { justify-content: center; }
  .hero-image-col { display: none; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split.reverse .split-img, .split.reverse .split-body { order: unset; }
  .team-grid    { grid-template-columns: repeat(2, 1fr); }
  .footer-grid  { grid-template-columns: 1fr 1fr; }
  .form-page-layout { grid-template-columns: 1fr; }
  .form-sidebar .sidebar-info { position: static; }
  .blog-single-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .mobile-drawer { display: block; }
  .services-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2,1fr); }
  .trust-items { gap: 10px 22px; }
  .trust-item { font-size: .78rem; }
  .t-grid  { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: 1fr; }
  .affiliate-types { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .form-body { padding: 24px 20px; }
  .form-card-header { padding: 24px 20px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-strip-inner { flex-direction: column; text-align: center; }
  .cta-strip-btns { justify-content: center; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .topbar-left { gap: 14px; }
  .check-group { grid-template-columns: 1fr; }
  .topbar-socials { display: none; }
}
@media (max-width: 480px) {
  .hero-btns { flex-direction: column; align-items: center; }
  .hero-stats { flex-direction: column; align-items: center; gap: 16px; }
  .btn-lg { padding: 13px 26px; }
  .team-grid { grid-template-columns: 1fr; }
}
