/* ─── assets/css/hero.css ────────────────────────────────────────────────────
   Hero section and the glassmorphism quote card.
   ─────────────────────────────────────────────────────────────────────────── */

/* ── Hero wrapper ──────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  background:
    linear-gradient(105deg, rgba(10,25,55,0.90) 0%, rgba(10,25,55,0.72) 52%, rgba(10,25,55,0.42) 100%),
    url('/assets/images/hero3.png') center/cover no-repeat;
  overflow: hidden;
  min-height: calc(100vh - var(--nav-h));
  display: flex;
  align-items: stretch;
}

.hero-watermark {
  position: absolute;
  top: 2%;
  right: 2%;
  font-size: clamp(56px, 9vw, 130px);
  font-weight: 800;
  color: rgba(255,255,255,0.04);
  line-height: 1.1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.hero-inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 52px 48px 48px;
  display: grid;
  grid-template-columns: 1fr 380px;
  align-items: center;
  gap: 52px;
  position: relative;
  z-index: 2;
}

/* ── Hero copy ──────────────────────────────────────────────────────────────── */
.hero-copy { padding-right: 12px; z-index: 3; }

.hero-copy h1 {
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  font-weight: 800;
  line-height: 1.18;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 16px;
}
.hero-copy h1 .orange { color: var(--orange); }

.hero-divider {
  width: 48px;
  height: 4px;
  background: var(--orange);
  border-radius: 2px;
  margin-bottom: 18px;
}

.hero-copy p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
  max-width: 360px;
  margin-bottom: 30px;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.hero-ctas .btn-secondary {
  color: var(--white);
  border-color: var(--white);
}
.hero-ctas .btn-secondary:hover {
  border-color: var(--orange);
  color: var(--orange);
}

/* Stats row */
.hero-stats {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.stat { display: flex; align-items: center; gap: 8px; }
.stat-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.2s;
}
.stat-link:hover {
  opacity: 0.85;
}
.stat-icon { width: 34px; height: 34px; flex-shrink: 0; filter: brightness(0) invert(1); opacity: 0.8; }
.stat-info .value { font-size: 1rem; font-weight: 800; color: #fff; display: flex; align-items: center; gap: 4px; }
.stars { color: #F4A020; font-size: 0.68rem; letter-spacing: 1px; }
.stat-info .label { font-size: 0.7rem; color: rgba(255,255,255,0.6); font-weight: 500; }
.google-g { width: 22px; height: 22px; flex-shrink: 0; }

/* Trust badges */
.hero-badges {
  display: flex;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.15);
  flex-wrap: wrap;
}
.badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
}
.badge .sub { font-size: 0.7rem; font-weight: 500; color: rgba(255,255,255,0.55); display: block; }
.badge-icon {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.badge-sep { width: 1px; background: rgba(255,255,255,0.15); height: 34px; }

/* ── Quote card (glassmorphism) ────────────────────────────────────────────── */
.quote-card {
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 18px;
  padding: 26px 22px 20px;
  align-self: center;
}

.quote-card-h {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.3;
}
.quote-card-h .orange { color: var(--orange); }

.form-field {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--radius);
  padding: 10px 12px;
  margin-bottom: 9px;
  background: rgba(255,255,255,0.08);
  transition: border-color 0.2s;
}
.form-field:focus-within { border-color: var(--orange); }
.form-field svg { color: rgba(255,255,255,0.45); flex-shrink: 0; }
.form-field input {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 0.855rem;
  color: #fff;
  outline: none;
  width: 100%;
}
.form-field input::placeholder { color: rgba(255,255,255,0.4); }

/* ── Custom select ─────────────────────────────────────────────────────── */
.custom-select { cursor: pointer; position: relative; user-select: none; }
.custom-select.open { border-color: var(--orange); }
.cs-display { flex: 1; font-size: 0.855rem; color: #fff; min-width: 0; }
.cs-arrow { flex-shrink: 0; transition: transform 0.2s; }
.custom-select.open .cs-arrow { transform: rotate(180deg); }
.cs-options {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: -1px; right: -1px;
  background: #0f2044;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--radius);
  list-style: none;
  margin: 0; padding: 4px 0;
  z-index: 200;
  box-shadow: 0 8px 28px rgba(0,0,0,0.45);
}
.custom-select.open .cs-options { display: block; }
.cs-option {
  padding: 9px 14px;
  font-size: 0.855rem;
  color: rgba(255,255,255,0.8);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.cs-option:hover { background: rgba(255,255,255,0.08); color: #fff; }
.cs-option.cs-selected { color: var(--orange); font-weight: 600; }

.form-label {
  font-size: 0.76rem;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
  margin-bottom: 5px;
  margin-top: 3px;
  display: block;
}

.btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: var(--orange);
  color: var(--white);
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  padding: 14px;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  margin-top: 12px;
  transition: background 0.2s, transform 0.15s;
}
.btn-submit:hover { background: var(--orange-dark); transform: translateY(-1px); }
.btn-submit:disabled { opacity: 0.7; cursor: wait; }

.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.45);
  margin-top: 9px;
}
.hint-text { font-size: 0.68rem; color: rgba(255,255,255,0.35); margin-top: 2px; }

/* ── Responsive ─────────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-inner { padding: 44px 28px; grid-template-columns: 1fr 320px; gap: 32px; }
  .hero { min-height: unset; }
  .hero-watermark { font-size: clamp(40px, 7vw, 72px); top: 4%; }
}

@media (max-width: 768px) {
  .hero-inner { padding: 32px 24px 36px; grid-template-columns: 1fr; gap: 28px; }
  .hero-watermark { display: none; }
  .hero-copy h1 { font-size: 1.75rem; letter-spacing: -0.5px; }
  .hero-copy p { max-width: 100%; }
  .hero-ctas { flex-direction: column; }
  .btn-primary, .btn-secondary { width: 100%; justify-content: center; }
  .hero-stats { gap: 14px; }
  .stat-icon { width: 28px; height: 28px; }
  .hero-badges { gap: 14px; }
}

@media (max-width: 680px) {
  .hero-inner { padding: 32px 16px 36px; }
  .hero-copy h1 { font-size: 1.5rem; }
}
