
/* --- Header --- */
.home-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 242, 233, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--ash-light);
}
.home-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  min-width: 0;
  flex-shrink: 1;
}
.brand span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brand__mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--gold-soft), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
}
.home-header__cta {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--ink);
  color: var(--cream);
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: opacity 0.15s ease;
  flex-shrink: 0;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .home-header__cta {
    padding: 10px 14px;
    font-size: 13px;
  }
  .home-header__cta span { display: none; }
}
.home-header__cta:hover { opacity: 0.85; }
.home-header__cta svg { width: 16px; height: 16px; }

/* --- Hero --- */
.home-hero {
  padding: 88px 0 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.home-hero::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, rgba(201, 149, 44, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.home-hero__eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.home-hero__eyebrow::before,
.home-hero__eyebrow::after {
  content: '';
  width: 22px;
  height: 1px;
  background: var(--gold);
}
.home-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1.08;
  font-weight: 600;
  margin: 0 auto 22px;
  max-width: 820px;
  position: relative;
  z-index: 1;
}
.home-hero h1 em {
  font-style: italic;
  color: var(--gold-deep);
}
.home-hero__sub {
  font-size: 17px;
  line-height: 1.6;
  color: #45403A;
  max-width: 520px;
  margin: 0 auto 36px;
  position: relative;
  z-index: 1;
}
.home-hero__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--signal);
  color: var(--white);
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.35);
  transition: transform 0.18s ease;
}
.btn-primary:hover { transform: translateY(-2px); }
.btn-primary svg { width: 19px; height: 19px; }
.btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 16px 26px;
  border-radius: 999px;
  border: 1.5px solid var(--ash-light);
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  transition: border-color 0.18s ease, background 0.18s ease;
}
.btn-ghost:hover { border-color: var(--gold); background: rgba(201,149,44,0.06); }

/* --- Trust strip --- */
.trust-strip {
  border-top: 1px solid var(--ash-light);
  border-bottom: 1px solid var(--ash-light);
  padding: 28px 0;
}
.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.trust-stat__value {
  font-family: var(--font-mono);
  font-size: 26px;
  font-weight: 700;
  color: var(--gold-deep);
}
.trust-stat__label {
  font-size: 12.5px;
  color: var(--ash);
  margin-top: 4px;
}
@media (max-width: 700px) {
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
}

/* --- Services section --- */
.services-section {
  padding: 88px 0 96px;
}
.section-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 52px;
}
.section-head__eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 12px;
  display: block;
}
.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 600;
  margin: 0 0 12px;
}
.section-head p {
  color: #514C44;
  line-height: 1.6;
  margin: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 920px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .service-grid { grid-template-columns: 1fr; }
}

.service-card {
  background: var(--white);
  border: 1px solid var(--ash-light);
  border-radius: var(--radius);
  padding: 26px 24px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(20, 17, 15, 0.08);
  border-color: var(--gold);
}
.service-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: var(--cream-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-deep);
}
.service-card__icon svg { width: 21px; height: 21px; }
.service-card h3 {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  margin: 0;
}
.service-card p {
  font-size: 14px;
  color: var(--ash);
  line-height: 1.55;
  margin: 0;
  flex-grow: 1;
}
.service-card__link {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.service-card__link svg { width: 14px; height: 14px; transition: transform 0.15s ease; }
.service-card:hover .service-card__link svg { transform: translateX(3px); }

/* --- Why us / proof strip --- */
.proof-section {
  background: var(--ink);
  color: var(--cream);
  padding: 80px 0;
}
.proof-section .section-head h2 { color: var(--cream); }
.proof-section .section-head p { color: var(--ash-light); }
.proof-section .section-head__eyebrow { color: var(--gold-soft); }

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media (max-width: 760px) {
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
}
.proof-item {
  text-align: center;
}
.proof-item__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(232, 201, 122, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: var(--gold-soft);
}
.proof-item__icon svg { width: 21px; height: 21px; }
.proof-item h4 {
  font-family: var(--font-display);
  font-size: 16px;
  margin: 0 0 8px;
}
.proof-item p {
  font-size: 13.5px;
  color: var(--ash-light);
  line-height: 1.55;
  margin: 0;
}

/* --- Final CTA --- */
.final-cta {
  padding: 96px 0;
  text-align: center;
}
.final-cta__badge {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--gold-soft), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  color: var(--ink);
}
.final-cta__badge svg { width: 26px; height: 26px; }
.final-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 4.5vw, 42px);
  font-weight: 600;
  margin: 0 0 14px;
}
.final-cta p {
  color: #514C44;
  margin: 0 0 32px;
}

/* --- Footer --- */
.home-footer {
  border-top: 1px solid var(--ash-light);
  padding: 36px 0;
  text-align: center;
}
.home-footer p {
  font-size: 13px;
  color: var(--ash);
  margin: 6px 0 0;
}
