/* === Hero === */
.hero {
  position: relative;
  padding: var(--section-pad) 0;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
}

.hero h1.hero-h1 {
  font-size: clamp(30px, 3.2vw, 38px);
  margin: 20px 0 24px;
  letter-spacing: -0.02em;
  line-height: 1.12;
  text-wrap: balance;
  font-style: italic;
}
.hero h1.hero-h1 .excl { color: var(--primary); font-style: normal; }
@media (max-width: 640px) {
  .hero h1.hero-h1 { font-size: clamp(22px, 7.6vw, 32px); }
}
.hero .lede { margin-bottom: 32px; max-width: 54ch; font-size: clamp(18px, 1.7vw, 21px); }
@media (max-width: 720px) { .hero .lede { font-size: 19px; } }

.hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

/* Hero meta — stat strip (one row, hairline-divided) */
.hero-meta {
  display: flex;
  align-items: stretch;
  margin: 8px 0 0;
  padding-top: clamp(20px, 3vw, 28px);
  border-top: 1px solid var(--hairline);
}
.hero-meta > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 0 clamp(18px, 3vw, 34px);
  border-left: 1px solid var(--hairline);
}
.hero-meta > div:first-child { padding-left: 0; border-left: none; }
.hero-meta dt {
  margin: 0;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.hero-meta dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(18px, 1.9vw, 21px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ink);
  white-space: nowrap;
}
/* Phones: stack as tidy label ↔ value rows */
@media (max-width: 560px) {
  .hero-meta { flex-direction: column; }
  .hero-meta > div {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 13px 0;
    border-left: none;
    border-bottom: 1px solid var(--hairline);
  }
  .hero-meta > div:first-child { padding-top: 0; }
  .hero-meta > div:last-child { padding-bottom: 0; border-bottom: none; }
}
.hero-phone {
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 40px;
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 26px);
  color: var(--ink);
  letter-spacing: -0.01em;
}
.hero-phone svg { width: 20px; height: 20px; color: var(--primary); flex-shrink: 0; }
.hero-phone b { font-weight: 600; color: var(--primary-deep); }
.hero-phone:hover b { color: var(--primary); }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 16px; font-weight: 500;
  transition: all .2s ease;
}
.btn-primary { background: var(--blue-grad-btn); color: #fff; }
.btn-primary:hover { filter: brightness(1.08); transform: translateY(-1px); box-shadow: 0 10px 24px -10px rgba(37, 99, 166, 0.5); }
.btn-ghost { color: var(--ink); border: 1px solid var(--line); background: #FFF7EE; }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary); }
.btn svg { width: 14px; height: 14px; }

.hero-terms {
  margin: 0;
  padding-top: 28px;
  border-top: 1px solid var(--hairline);
  max-width: 56ch;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.55;
  color: var(--ink-soft, var(--ink));
}
.hero-terms strong { font-style: normal; font-weight: 600; color: var(--ink); }

/* Hero visual */
.hero-visual {
  position: relative;
  aspect-ratio: 4/3;
  background: linear-gradient(160deg, var(--wash) 0%, var(--mist) 100%);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 60px 80px -50px rgba(10, 37, 64, 0.25);
  min-height: 420px;
}
@media (max-width: 900px) {
  /* min-height with aspect-ratio forces width and overflows narrow phones — let width govern */
  .hero-visual { aspect-ratio: 4/3; min-height: 0; }
}
.hero-visual-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}


.hero-waves {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 38%;
  pointer-events: none;
  opacity: 0.85;
}

.hero-tag {
  position: absolute;
  bottom: 24px; left: 24px;
  background: linear-gradient(180deg, rgba(15,42,77,0.92), rgba(61,134,198,0.92), rgba(15,42,77,0.92));
  color: #fff;
  padding: 12px 16px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 4px;
  backdrop-filter: blur(8px);
}
.hero-tag b { font-weight: 600; color: #fff; }
.hero-tag span { color: #fff; margin-right: 8px; }

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 88% 10%, rgba(225, 165, 115, 0.35), transparent 45%),
    radial-gradient(circle at 5% 85%, rgba(255, 245, 230, 0.7), transparent 55%);
}

/* Trust strip */
.trust-strip {
  display: flex; align-items: center; gap: 32px;
  padding: 24px 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  font-size: 14px;
  color: var(--muted);
  flex-wrap: wrap;
  justify-content: space-between;
}
.trust-strip-label {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink-soft); font-weight: 600;
}
.trust-brands { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.trust-brand {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--ink);
  font-weight: 500;
  font-style: italic;
}
.trust-brand.bold {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
}
