:root {
  --bg: #ffffff;
  --ink: #111111;
  --muted: #686868;
  --surface: #f6f6f4;
  --gold: #d4af37;
  --gold-dark: #b58e16;
  --line: #e9e7df;
  --dark: #151515;
  --radius: 22px;
  --shadow: 0 18px 60px rgba(17,17,17,.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}

img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 110px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(17,17,17,.06);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Space Grotesk", sans-serif; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--ink); color: var(--gold); box-shadow: inset 0 0 0 1px rgba(212,175,55,.28); }
.brand-text { font-size: .96rem; white-space: nowrap; }
.brand-text strong { color: var(--gold-dark); }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: .93rem; font-weight: 600; }
.main-nav > a:not(.btn) { color: #4f4f4f; transition: .2s ease; }
.main-nav > a:not(.btn):hover, .main-nav > a.active { color: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border-radius: 14px; background: var(--gold); color: #111; font-weight: 700; border: 1px solid var(--gold); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(212,175,55,.28); background: #dfbc48; }
.btn-small { min-height: 44px; padding: 0 16px; border-radius: 12px; }
.btn-ghost { background: transparent; border-color: #d8d8d8; }
.btn-ghost:hover { background: #fff; box-shadow: var(--shadow); }

.hero { position: relative; overflow: hidden; padding-top: 92px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; position: relative; z-index: 2; }
.eyebrow { color: var(--gold-dark); font-size: .78rem; font-weight: 800; letter-spacing: .17em; margin-bottom: 18px; }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(3.3rem, 6vw, 5.9rem); letter-spacing: -.065em; margin-bottom: 24px; }
h1 span { color: var(--gold-dark); }
.hero-lead { font-size: 1.14rem; color: var(--muted); max-width: 650px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-proof { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 44px; }
.hero-proof div { padding-top: 18px; border-top: 1px solid var(--line); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: .96rem; margin-bottom: 4px; }
.hero-proof span { font-size: .84rem; color: var(--muted); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(30px); opacity: .42; }
.hero-glow-one { width: 420px; height: 420px; background: rgba(212,175,55,.18); right: 4%; top: 10%; }
.hero-glow-two { width: 260px; height: 260px; background: rgba(212,175,55,.09); left: -5%; bottom: 5%; }

.hero-visual { position: relative; min-height: 570px; display: flex; align-items: center; }
.dashboard-card { background: rgba(255,255,255,.88); border: 1px solid rgba(17,17,17,.08); border-radius: 26px; box-shadow: 0 30px 90px rgba(17,17,17,.12); backdrop-filter: blur(20px); }
.main-dashboard { width: 100%; padding: 26px; transform: rotate(1.4deg); }
.dashboard-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.tiny-label { color: var(--muted); font-size: .76rem; }
.dashboard-top h3 { font-size: 1.35rem; margin: 4px 0 0; }
.status-pill { padding: 8px 11px; border-radius: 999px; background: #f2ecd6; color: #785f0e; font-size: .75rem; font-weight: 700; }
.metric-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 24px 0 10px; }
.metric-card { padding: 16px; background: var(--surface); border-radius: 16px; }
.metric-card span, .metric-card small { display: block; color: var(--muted); font-size: .73rem; }
.metric-card strong { display: block; font: 700 1.85rem "Space Grotesk", sans-serif; margin: 7px 0 3px; }
.chart-box { padding: 10px 0 0; }
.grid-lines line { stroke: #ece9df; stroke-width: 1; }
.area { fill: url(#area); }
.trend { fill: none; stroke: var(--gold-dark); stroke-width: 5; stroke-linecap: round; }
.dashboard-footer { display: flex; justify-content: space-between; font-size: .72rem; color: var(--muted); }
.dot { display: inline-block; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; margin-right: 6px; }
.floating-card { position: absolute; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 18px; padding: 15px 17px; display: flex; align-items: center; gap: 12px; min-width: 230px; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .86rem; }
.floating-card small { color: var(--muted); font-size: .72rem; }
.media-card { left: -28px; bottom: 55px; }
.rank-card { right: -26px; top: 68px; }
.floating-icon, .rank-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; font-weight: 800; background: var(--ink); color: var(--gold); }

.brand-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fbfbfa; }
.brand-strip-inner { min-height: 84px; display: grid; grid-template-columns: 1.25fr repeat(5, 1fr); align-items: center; gap: 24px; font-size: .8rem; color: #7a7a7a; }
.brand-strip-inner span:first-child { color: var(--ink); font-weight: 700; }

.section-heading { max-width: 720px; margin-bottom: 54px; }
.section-heading h2, .about-copy h2, .cta-card h2 { font-size: clamp(2.4rem, 4.4vw, 4.2rem); letter-spacing: -.05em; margin-bottom: 18px; }
.section-heading p, .about-copy p, .cta-card p { color: var(--muted); font-size: 1.04rem; }
.heading-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.text-link { font-weight: 700; }
.text-link span, .service-card a span, .case-card a span, .insight-card a span { color: var(--gold-dark); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .25s ease; overflow: hidden; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: rgba(212,175,55,.45); }
.service-number { position: absolute; top: 20px; right: 22px; color: #d8d8d8; font: 700 1.2rem "Space Grotesk", sans-serif; }
.icon-box { width: 52px; height: 52px; display: grid; place-items: center; background: #f4edd4; border-radius: 15px; margin-bottom: 26px; }
.icon-box svg { width: 27px; fill: none; stroke: var(--gold-dark); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 1.48rem; margin-bottom: 14px; }
.service-card p { color: var(--muted); font-size: .94rem; }
.service-card ul { padding-left: 18px; margin: 24px 0; color: #3f3f3f; font-size: .88rem; }
.service-card li { margin-bottom: 7px; }
.service-card a { font-weight: 700; font-size: .92rem; }

.about-section { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }
.about-copy p { max-width: 600px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.benefit-card { background: #fff; border: 1px solid #ebe8df; padding: 27px; border-radius: 20px; min-height: 190px; }
.benefit-card strong { display: block; font: 700 1.12rem "Space Grotesk", sans-serif; margin-bottom: 10px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.process-section { background: var(--dark); color: #fff; }
.section-heading.light p { color: #aaa; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.process-step { padding: 26px 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.025); }
.process-step span { color: var(--gold); font-size: .8rem; font-weight: 800; }
.process-step h3 { font-size: 1.2rem; margin: 42px 0 10px; }
.process-step p { color: #aaa; font-size: .85rem; margin-bottom: 0; }

.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.case-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; padding: 20px; }
.case-tag { display: inline-block; margin-bottom: 16px; padding: 7px 10px; border-radius: 999px; background: var(--surface); font-size: .72rem; font-weight: 700; }
.case-visual { min-height: 210px; border-radius: 18px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; margin-bottom: 24px; }
.case-visual strong { font: 700 3.2rem "Space Grotesk", sans-serif; letter-spacing: -.05em; }
.case-visual span { font-size: .85rem; }
.case-visual-one { background: linear-gradient(140deg, #111, #353535); color: #fff; }
.case-visual-two { background: linear-gradient(140deg, #eee8d3, #caaa38); }
.case-visual-three { background: linear-gradient(140deg, #f2f2ef, #d8d8d0); }
.case-card h3 { font-size: 1.28rem; line-height: 1.25; }
.case-card p { color: var(--muted); font-size: .87rem; }
.case-card a { font-weight: 700; font-size: .88rem; }

.insights-section { background: #fbfbfa; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.insight-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.insight-thumb { min-height: 205px; display: grid; place-items: center; }
.insight-thumb span { font: 700 2rem "Space Grotesk", sans-serif; letter-spacing: .12em; }
.thumb-one { background: linear-gradient(145deg, #111, #2d2d2d); color: var(--gold); }
.thumb-two { background: linear-gradient(145deg, #f0ead3, #d4af37); color: #111; }
.thumb-three { background: linear-gradient(145deg, #ececeb, #d7d7d2); color: #111; }
.insight-content { padding: 24px; }
.insight-content small { color: var(--gold-dark); font-weight: 700; }
.insight-content h3 { font-size: 1.18rem; line-height: 1.3; margin: 11px 0 22px; }
.insight-content a { font-weight: 700; font-size: .88rem; }

.cta-card { background: var(--ink); color: #fff; border-radius: 28px; padding: 58px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 44px; align-items: center; }
.cta-card p { color: #bcbcbc; margin-bottom: 0; }
.cta-actions { display: flex; flex-direction: column; gap: 13px; align-items: stretch; }
.cta-actions span { color: #929292; font-size: .72rem; text-align: center; }

.site-footer { background: #0f0f0f; color: #d7d7d7; padding: 72px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 50px; }
.site-footer .brand-mark { background: #232323; }
.footer-brand p { color: #969696; max-width: 390px; }
.site-footer h4 { color: #fff; font-size: .88rem; margin: 4px 0 18px; }
.site-footer a { display: block; color: #9c9c9c; font-size: .85rem; margin-bottom: 11px; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); margin-top: 56px; padding-top: 24px; color: #777; font-size: .78rem; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a { display: inline; margin: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }

@media (max-width: 1060px) {
  .main-nav { position: fixed; inset: 79px 20px auto; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px; box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; gap: 16px; }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid, .about-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 720px; margin: 0 auto; width: 100%; }
  .service-grid, .case-grid, .insight-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .brand-strip-inner { grid-template-columns: repeat(3, 1fr); padding: 22px 0; }
  .cta-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
}

@media (max-width: 740px) {
  .container { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 78px 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero { padding-top: 58px; }
  .hero-grid { gap: 42px; }
  .hero-proof, .metric-row, .benefit-grid, .service-grid, .case-grid, .insight-grid, .process-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 510px; }
  .main-dashboard { padding: 18px; }
  .floating-card { min-width: 190px; padding: 12px; }
  .media-card { left: 0; bottom: 20px; }
  .rank-card { right: 0; top: 24px; }
  .brand-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .heading-row { align-items: flex-start; flex-direction: column; }
  .cta-card { padding: 34px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .brand-text { font-size: .82rem; }
  .brand-mark { width: 34px; height: 34px; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 470px; }
  .dashboard-footer { flex-direction: column; gap: 5px; }
  .floating-card { position: relative; left: auto; right: auto; top: auto; bottom: auto; margin-top: 12px; width: 100%; }
  .hero-visual { display: block; }
  .brand-strip-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
}
