@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background: #fff; color: #1A1A1A; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ── NAV ── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: #0E0E0E;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 72px;
  border-bottom: 1px solid rgba(201,168,76,0.18);
}
.nav-logo { font-size: 1.55rem; font-weight: 900; letter-spacing: 0.08em; color: #C9A84C; text-transform: uppercase; }
.nav-logo span { color: #fff; }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a { color: rgba(255,255,255,0.7); font-size: 0.88rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: #C9A84C; }
.nav-cta { background: #C9A84C !important; color: #0E0E0E !important; padding: 0.5rem 1.2rem; border-radius: 4px; font-weight: 700 !important; font-size: 0.83rem !important; transition: background 0.2s !important; }
.nav-cta:hover { background: #E2BB6A !important; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.nav-hamburger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.3s; }
.mobile-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; background: #0E0E0E; border-top: 1px solid rgba(201,168,76,0.2); padding: 1.5rem 5%; z-index: 99; flex-direction: column; gap: 1rem; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: rgba(255,255,255,0.75); font-size: 1rem; font-weight: 500; padding: 0.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.mobile-menu a:last-child { border-bottom: none; color: #C9A84C; font-weight: 700; }

/* ── BUTTONS ── */
.btn-gold { background: #C9A84C; color: #0E0E0E; padding: 0.85rem 1.8rem; border-radius: 4px; font-weight: 700; font-size: 0.9rem; letter-spacing: 0.03em; border: 2px solid #C9A84C; transition: all 0.2s; display: inline-block; cursor: pointer; }
.btn-gold:hover { background: #E2BB6A; border-color: #E2BB6A; color: #0E0E0E; }
.btn-outline { background: transparent; color: #fff; padding: 0.85rem 1.8rem; border-radius: 4px; font-weight: 600; font-size: 0.9rem; border: 2px solid rgba(255,255,255,0.25); transition: all 0.2s; display: inline-block; cursor: pointer; }
.btn-outline:hover { border-color: #C9A84C; color: #C9A84C; }
.btn-outline-dark { background: transparent; color: #1A1A1A; padding: 0.85rem 1.8rem; border-radius: 4px; font-weight: 600; font-size: 0.9rem; border: 2px solid rgba(0,0,0,0.2); transition: all 0.2s; display: inline-block; cursor: pointer; }
.btn-outline-dark:hover { border-color: #C9A84C; color: #A07830; }

/* ── SECTION BASE ── */
.section { padding: 96px 5%; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #C9A84C; display: block; margin-bottom: 0.75rem; }
.h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 900; line-height: 1.18; color: #1A1A1A; letter-spacing: -0.02em; margin-bottom: 1rem; }
.h2-white { color: #fff !important; }
.lead { font-size: 1.05rem; color: #555; max-width: 600px; line-height: 1.75; }
.center { text-align: center; }
.center .lead { margin: 0 auto; }
.btn-row { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ── PAGE HERO (inner pages) ── */
.page-hero { background: #0E0E0E; padding: 80px 5% 90px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 30% 50%, rgba(201,168,76,0.07) 0%, transparent 65%); pointer-events: none; }
.page-hero-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 900; color: #fff; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 1.25rem; }
.page-hero h1 .gold { color: #C9A84C; }
.page-hero-sub { font-size: 1.1rem; color: rgba(255,255,255,0.6); max-width: 560px; line-height: 1.75; margin-bottom: 2rem; }
.page-hero-breadcrumb { font-size: 0.78rem; color: rgba(255,255,255,0.35); margin-bottom: 1.5rem; letter-spacing: 0.04em; }
.page-hero-breadcrumb a { color: rgba(255,255,255,0.35); transition: color 0.2s; }
.page-hero-breadcrumb a:hover { color: #C9A84C; }
.page-hero-breadcrumb span { color: rgba(255,255,255,0.6); }

/* ── PROOF BAR ── */
.proof-bar { background: #242424; border-top: 1px solid rgba(201,168,76,0.15); border-bottom: 1px solid rgba(201,168,76,0.15); padding: 1.5rem 5%; }
.proof-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.proof-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.3); white-space: nowrap; }
.proof-divider { width: 1px; height: 24px; background: rgba(255,255,255,0.1); }
.proof-stats { display: flex; gap: 3rem; flex-wrap: wrap; }
.proof-stat { text-align: center; }
.proof-num { font-size: 1.4rem; font-weight: 900; color: #C9A84C; line-height: 1; }
.proof-txt { font-size: 0.72rem; color: rgba(255,255,255,0.4); margin-top: 0.2rem; font-weight: 500; }

/* ── PAIN POINTS ── */
.pain-points { display: flex; flex-direction: column; gap: 1rem; }
.pain { background: #fff; border-left: 3px solid #C9A84C; padding: 1rem 1.25rem; border-radius: 0 8px 8px 0; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.pain-title { font-weight: 700; font-size: 0.9rem; color: #1A1A1A; margin-bottom: 0.2rem; }
.pain-text { font-size: 0.85rem; color: #555; }

/* ── SERVICE CARDS ── */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.card { border: 1px solid rgba(0,0,0,0.08); border-radius: 12px; padding: 2rem; transition: all 0.25s; position: relative; overflow: hidden; background: #fff; }
.card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #C9A84C; transform: scaleX(0); transition: transform 0.3s; transform-origin: left; }
.card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.1); border-color: rgba(201,168,76,0.3); transform: translateY(-3px); }
.card:hover::before { transform: scaleX(1); }
.card-icon { width: 48px; height: 48px; background: rgba(201,168,76,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; font-size: 1.4rem; }
.card-name { font-size: 1.1rem; font-weight: 800; color: #1A1A1A; margin-bottom: 0.5rem; }
.card-desc { font-size: 0.9rem; color: #555; line-height: 1.7; margin-bottom: 1.25rem; }
.card-link { font-size: 0.85rem; font-weight: 700; color: #A07830; display: inline-flex; align-items: center; gap: 0.3rem; transition: color 0.2s; }
.card-link:hover { color: #C9A84C; }

/* ── STEPS ── */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.07); border-radius: 12px; overflow: hidden; margin-top: 3rem; }
.step { background: #242424; padding: 2.5rem 2rem; }
.step-badge { display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #C9A84C; border: 1px solid rgba(201,168,76,0.3); padding: 0.2rem 0.6rem; border-radius: 2rem; margin-bottom: 1rem; }
.step-num { font-size: 3.5rem; font-weight: 900; color: rgba(201,168,76,0.12); line-height: 1; margin-bottom: 0.5rem; letter-spacing: -0.04em; }
.step-title { font-size: 1.1rem; font-weight: 800; color: #fff; margin-bottom: 0.75rem; }
.step-text { font-size: 0.88rem; color: rgba(255,255,255,0.52); line-height: 1.72; }

/* ── TESTIMONIALS ── */
.tgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; }
.tcard { background: #fff; border-radius: 12px; padding: 2rem; box-shadow: 0 4px 24px rgba(0,0,0,0.06); border: 1px solid rgba(0,0,0,0.05); position: relative; margin-bottom: 1.25rem; }
.tcard::before { content: '\201C'; position: absolute; top: 1rem; right: 1.5rem; font-size: 4rem; color: rgba(201,168,76,0.15); font-family: Georgia,serif; line-height: 1; }
.tcard-stars { color: #C9A84C; font-size: 0.9rem; margin-bottom: 0.75rem; letter-spacing: 0.05em; }
.tcard-text { font-size: 0.95rem; line-height: 1.75; color: #444; margin-bottom: 1.25rem; font-style: italic; }
.tcard-author { font-size: 0.85rem; font-weight: 700; color: #1A1A1A; }
.tcard-role { font-size: 0.8rem; color: #555; }
.stat-card { background: #1A1A1A; border-radius: 12px; padding: 2rem; display: flex; flex-direction: column; justify-content: center; gap: 1.5rem; }
.bstat { border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 1.5rem; }
.bstat:last-child { border-bottom: none; padding-bottom: 0; }
.bstat-num { font-size: 2.8rem; font-weight: 900; color: #C9A84C; line-height: 1; letter-spacing: -0.03em; }
.bstat-lbl { font-size: 0.83rem; color: rgba(255,255,255,0.48); margin-top: 0.3rem; }

/* ── CTA BAND ── */
.cta-band { background: #0E0E0E; padding: 100px 5%; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(201,168,76,0.07) 0%, transparent 70%); pointer-events: none; }
.cta-band-inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.cta-band h2 { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 900; color: #fff; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 1.25rem; }
.cta-band p { font-size: 1rem; color: rgba(255,255,255,0.52); line-height: 1.7; margin-bottom: 2.25rem; }
.cta-band-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.cta-note { margin-top: 1rem; font-size: 0.78rem; color: rgba(255,255,255,0.28); }

/* ── FOOTER ── */
footer { background: #181818; border-top: 1px solid rgba(255,255,255,0.06); padding: 3.5rem 5% 2rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.06); margin-bottom: 1.5rem; }
.footer-logo { font-size: 1.4rem; font-weight: 900; letter-spacing: 0.1em; color: #C9A84C; text-transform: uppercase; margin-bottom: 0.75rem; }
.footer-tagline { font-size: 0.85rem; color: rgba(255,255,255,0.38); line-height: 1.65; }
.footer-col-title { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 1rem; }
.footer-links { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-links a { font-size: 0.88rem; color: rgba(255,255,255,0.48); transition: color 0.2s; }
.footer-links a:hover { color: #C9A84C; }
.footer-bottom { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-size: 0.78rem; color: rgba(255,255,255,0.22); }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { font-size: 0.78rem; color: rgba(255,255,255,0.22); transition: color 0.2s; }
.footer-legal a:hover { color: #C9A84C; }

/* ── FEATURE LIST ── */
.feature-list { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.5rem; }
.feature-item { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.95rem; color: #444; line-height: 1.6; }
.feature-item::before { content: ''; display: block; width: 18px; height: 18px; min-width: 18px; background: #C9A84C; border-radius: 50%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%230E0E0E' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: 12px; background-repeat: no-repeat; background-position: center; margin-top: 2px; }

/* ── HERO GRID ── */
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }

/* ── CONTACT GRID ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 5rem; align-items: start; }

/* ── TWO-COL GRID ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.two-col-text .lead { margin-bottom: 1.5rem; }
.two-col-text .eyebrow { margin-bottom: 0.6rem; }

/* ── CONTACT FORM ── */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 0.83rem; font-weight: 600; color: #333; letter-spacing: 0.02em; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.8rem 1rem; border: 1.5px solid rgba(0,0,0,0.12); border-radius: 6px; font-family: inherit; font-size: 0.9rem; color: #1A1A1A; background: #fff; transition: border-color 0.2s; outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #C9A84C; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 0.8rem; color: #888; margin-top: 0.25rem; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; min-width: 44px; min-height: 44px; justify-content: center; align-items: center; }
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .cards { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .tgrid { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .proof-stats { gap: 1.5rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: 1; }
}
@media (max-width: 600px) {
  .section { padding: 64px 5%; }
  .hero-grid { gap: 2rem; }
  .cards { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .proof-divider { display: none; }
  .proof-label { display: none; }
}
