/* ===== Golden Trail — Light minimalist theme with gold accents ===== */

:root {
  --gold: #C9A227;
  --gold-soft: #D8B96A;
  --gold-deep: #A9861B;
  --gold-tint: #FBF6E9;
  --ink: #1A1A17;
  --ink-soft: #4A4A44;
  --muted: #86867E;
  --line: #EDEAE0;
  --bg: #FFFFFF;
  --bg-alt: #FAF9F5;
  --white: #FFFFFF;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(26, 26, 23, 0.04), 0 4px 16px rgba(26, 26, 23, 0.05);
  --shadow-md: 0 8px 40px rgba(26, 26, 23, 0.08);
  --maxw: 1180px;
  --serif: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

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

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== Typography helpers ===== */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.eyebrow::before {
  content: "";
  width: 22px; height: 1px;
  background: var(--gold);
  display: inline-block;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.1; letter-spacing: -0.01em; }

.section { padding: 100px 0; }
.section-head { max-width: 640px; margin-bottom: 56px; }
.section-head h2 { font-size: clamp(2rem, 4.2vw, 3.1rem); margin: 16px 0 18px; }
.section-head p { color: var(--ink-soft); font-size: 1.06rem; }

.text-gold { color: var(--gold-deep); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-deep));
  color: #fff;
  box-shadow: 0 8px 24px rgba(169, 134, 27, 0.28);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(169, 134, 27, 0.38); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-deep); transform: translateY(-2px); }

/* ===== Header ===== */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, box-shadow .3s ease, background .3s ease;
}
.header.scrolled { border-bottom-color: var(--line); box-shadow: var(--shadow-sm); }
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 1.4rem; font-weight: 600; letter-spacing: 0.01em; }
.brand .logo { width: 34px; height: 34px; flex-shrink: 0; }
.brand b { color: var(--gold-deep); font-weight: 600; }

.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--ink-soft); transition: color .2s; position: relative; }
.nav-links a:hover { color: var(--ink); }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0;
  background: var(--gold); transition: width .25s ease;
}
.nav-links a:hover::after { width: 100%; }

.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { font-weight: 600; font-size: 15px; display: flex; align-items: center; gap: 8px; }
.nav-phone svg { color: var(--gold-deep); }

.burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .3s; border-radius: 2px; }

/* ===== Hero ===== */
.hero {
  position: relative;
  padding: 168px 0 100px;
  background:
    radial-gradient(1200px 500px at 80% -5%, rgba(201, 162, 39, 0.10), transparent 60%),
    radial-gradient(900px 500px at 0% 20%, rgba(216, 185, 106, 0.08), transparent 55%),
    var(--bg);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.7rem, 6vw, 4.6rem);
  margin: 22px 0 24px;
}
.hero h1 em { font-style: italic; color: var(--gold-deep); }
.hero p.lead { font-size: 1.16rem; color: var(--ink-soft); max-width: 520px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-badges { display: flex; gap: 30px; margin-top: 48px; flex-wrap: wrap; }
.hero-badge b { font-family: var(--serif); font-size: 2.1rem; color: var(--ink); display: block; line-height: 1; }
.hero-badge span { font-size: 13px; color: var(--muted); letter-spacing: 0.02em; }

/* Hero visual */
.hero-visual {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: linear-gradient(160deg, #2a2a26, #16150f);
  box-shadow: var(--shadow-md);
}
.hero-visual .road {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.55) 100%),
    conic-gradient(from 200deg at 50% 120%, #3a3a33, #22221c 40%, #14140f);
}
.hero-visual .trail {
  position: absolute; left: 50%; bottom: -5%; width: 4px; height: 85%;
  transform: translateX(-50%);
  background: repeating-linear-gradient(to top, var(--gold) 0 26px, transparent 26px 52px);
  filter: drop-shadow(0 0 12px rgba(201,162,39,.6));
  opacity: .9;
  -webkit-mask-image: linear-gradient(to top, #000 40%, transparent);
  mask-image: linear-gradient(to top, #000 40%, transparent);
}
.hero-visual .glow {
  position: absolute; left: 50%; top: 8%; transform: translateX(-50%);
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(216,185,106,.5), transparent 65%);
  filter: blur(6px);
}
.hero-card {
  position: absolute; left: 22px; bottom: 22px; right: 22px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 18px 20px;
  display: flex; align-items: center; gap: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.hero-card .dot { width: 10px; height: 10px; border-radius: 50%; background: #35B37E; box-shadow: 0 0 0 4px rgba(53,179,126,.18); flex-shrink: 0; }
.hero-card .info { flex: 1; }
.hero-card .info b { font-size: 14px; display: block; }
.hero-card .info span { font-size: 12.5px; color: var(--muted); }
.hero-card .load { font-family: var(--serif); font-size: 1.3rem; color: var(--gold-deep); font-weight: 600; }

/* ===== Trust bar ===== */
.trust {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-alt);
  padding: 30px 0;
}
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.trust-label { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.trust-items { display: flex; gap: 40px; flex-wrap: wrap; align-items: center; }
.trust-items span { font-family: var(--serif); font-size: 1.2rem; color: var(--ink-soft); font-weight: 600; display: flex; align-items: center; gap: 10px; }
.trust-items span svg { color: var(--gold); }

/* ===== Services ===== */
.services { background: var(--bg); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 30px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.card .ico {
  width: 54px; height: 54px; border-radius: 14px;
  display: grid; place-items: center;
  background: var(--gold-tint);
  color: var(--gold-deep);
  margin-bottom: 22px;
}
.card h3 { font-size: 1.5rem; margin-bottom: 10px; }
.card p { color: var(--ink-soft); font-size: 0.98rem; }

/* ===== Feature split ===== */
.feature { background: var(--bg-alt); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.feature-list { margin-top: 30px; display: grid; gap: 22px; }
.feature-item { display: flex; gap: 16px; align-items: flex-start; }
.feature-item .check {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%;
  background: var(--gold-tint); color: var(--gold-deep);
  display: grid; place-items: center; margin-top: 2px;
}
.feature-item h4 { font-family: var(--sans); font-size: 1.02rem; font-weight: 650; margin-bottom: 3px; }
.feature-item p { color: var(--ink-soft); font-size: 0.96rem; }

.stat-panel {
  background: linear-gradient(160deg, #1d1d18, #100f0b);
  border-radius: 24px;
  padding: 48px 44px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.stat-panel::before {
  content: ""; position: absolute; top: -40%; right: -20%;
  width: 340px; height: 340px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,39,.35), transparent 65%);
}
.stat-panel .eyebrow { color: var(--gold-soft); position: relative; }
.stat-panel .eyebrow::before { background: var(--gold-soft); }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 28px; margin-top: 30px; position: relative; }
.stat b { font-family: var(--serif); font-size: 2.8rem; line-height: 1; display: block; background: linear-gradient(120deg, #F3DFA0, var(--gold)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat span { font-size: 0.9rem; color: #B8B5AB; margin-top: 6px; display: block; }

/* ===== Process ===== */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding-top: 20px; }
.step .num {
  font-family: var(--serif); font-size: 1rem; font-weight: 700;
  width: 46px; height: 46px; border-radius: 50%;
  border: 1.5px solid var(--gold); color: var(--gold-deep);
  display: grid; place-items: center; margin-bottom: 18px;
  background: var(--white);
}
.step h4 { font-family: var(--sans); font-size: 1.12rem; font-weight: 650; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 0.95rem; }
.step:not(:last-child)::after {
  content: ""; position: absolute; top: 43px; left: 58px; right: -12px; height: 1.5px;
  background: repeating-linear-gradient(to right, var(--gold-soft) 0 6px, transparent 6px 12px);
  opacity: .6;
}

/* ===== CTA ===== */
.cta-section { padding: 96px 0; }
.cta-box {
  background:
    radial-gradient(600px 300px at 85% 0%, rgba(201,162,39,.14), transparent 60%),
    linear-gradient(160deg, #1c1c17, #0f0e0a);
  border-radius: 28px;
  padding: 72px 60px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-box h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); margin-bottom: 18px; }
.cta-box h2 em { font-style: italic; color: var(--gold-soft); }
.cta-box p { color: #C7C4B9; max-width: 560px; margin: 0 auto 34px; font-size: 1.08rem; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-box .btn-ghost { color: #fff; border-color: rgba(255,255,255,.25); }
.cta-box .btn-ghost:hover { border-color: var(--gold-soft); color: var(--gold-soft); }

/* ===== Contact ===== */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.contact-card {
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 30px; background: var(--white);
  transition: border-color .3s, transform .3s;
}
.contact-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.contact-card .ico { color: var(--gold-deep); margin-bottom: 16px; }
.contact-card h4 { font-family: var(--sans); font-size: 0.82rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 600; margin-bottom: 8px; }
.contact-card a, .contact-card p { font-family: var(--serif); font-size: 1.5rem; color: var(--ink); font-weight: 600; transition: color .2s; }
.contact-card a:hover { color: var(--gold-deep); }

/* ===== Footer ===== */
.footer { background: var(--bg-alt); border-top: 1px solid var(--line); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer .brand { margin-bottom: 18px; }
.footer-about p { color: var(--ink-soft); font-size: 0.96rem; max-width: 340px; }
.footer h5 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); font-weight: 700; margin-bottom: 18px; }
.footer-col ul { display: grid; gap: 12px; }
.footer-col a, .footer-col p { color: var(--ink-soft); font-size: 0.96rem; transition: color .2s; }
.footer-col a:hover { color: var(--gold-deep); }
.footer-bottom {
  border-top: 1px solid var(--line); padding-top: 26px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
}
.footer-bottom p { font-size: 0.88rem; color: var(--muted); }
.footer-bottom .links { display: flex; gap: 24px; }
.footer-bottom .links a { font-size: 0.88rem; color: var(--muted); }
.footer-bottom .links a:hover { color: var(--gold-deep); }

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ===== Legal / document pages ===== */
.legal-hero {
  padding: 148px 0 56px;
  background:
    radial-gradient(900px 400px at 85% -10%, rgba(201,162,39,.10), transparent 60%),
    var(--bg-alt);
  border-bottom: 1px solid var(--line);
}
.legal-hero .eyebrow { margin-bottom: 14px; }
.legal-hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); }
.legal-hero p { color: var(--muted); margin-top: 12px; font-size: 0.98rem; }
.legal-body { padding: 64px 0 90px; }
.legal-wrap { max-width: 820px; margin: 0 auto; }
.legal-wrap h2 {
  font-family: var(--sans); font-size: 1.28rem; font-weight: 700; color: var(--ink);
  margin: 40px 0 14px; padding-left: 16px; border-left: 3px solid var(--gold);
}
.legal-wrap h2:first-child { margin-top: 0; }
.legal-wrap p { color: var(--ink-soft); margin-bottom: 14px; }
.legal-wrap ul { margin: 0 0 18px 4px; display: grid; gap: 9px; }
.legal-wrap ul li { position: relative; padding-left: 26px; color: var(--ink-soft); }
.legal-wrap ul li::before {
  content: ""; position: absolute; left: 4px; top: 11px; width: 7px; height: 7px;
  border-radius: 50%; background: var(--gold);
}
.legal-wrap a { color: var(--gold-deep); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.legal-note {
  background: var(--gold-tint); border: 1px solid #EFE2BE; border-radius: var(--radius-sm);
  padding: 20px 24px; margin: 22px 0; color: var(--ink-soft);
}
.legal-note strong { color: var(--ink); }
.legal-example {
  background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 18px 22px; margin: 6px 0 18px; font-style: italic; color: var(--ink-soft);
}
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; font-weight: 600; color: var(--gold-deep); }
.back-link:hover { gap: 12px; transition: gap .2s; }

/* ===== Responsive ===== */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { max-width: 420px; }
  .cards, .contact-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid { grid-template-columns: 1fr; gap: 44px; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .step:not(:last-child)::after { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .nav-links, .nav-phone { display: none; }
  .burger { display: block; }
  .nav-cta .btn { display: none; }
  .mobile-menu.open ~ .burger span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .section { padding: 72px 0; }
  .cards, .contact-grid, .stat-grid, .process-steps { grid-template-columns: 1fr; }
  .cta-box { padding: 52px 26px; }
  .hero { padding: 130px 0 72px; }
  body { font-size: 16px; }
}

/* Mobile menu */
.mobile-menu {
  position: fixed; top: 76px; left: 0; right: 0;
  background: rgba(255,255,255,.98); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transform: translateY(-120%); transition: transform .35s ease;
  z-index: 99; padding: 20px 24px 28px;
}
.mobile-menu.open { transform: translateY(0); box-shadow: var(--shadow-md); }
.mobile-menu a { display: block; padding: 14px 0; font-size: 1.05rem; font-weight: 500; border-bottom: 1px solid var(--line); }
.mobile-menu .btn { width: 100%; justify-content: center; margin-top: 18px; }
