:root {
  --bg: #f7f6f2;
  --surface: #ffffff;
  --line: rgba(12, 16, 24, 0.08);
  --text: #111111;
  --muted: #5c6067;
  --dark: #0b0e16;
  --yellow: #f5c927;
  --yellow-soft: rgba(245, 201, 39, 0.16);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shadow: 0 24px 80px rgba(8, 12, 20, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fbfbf9 0%, #f5f4f0 100%);
  padding-bottom: 84px;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1220px, calc(100% - 36px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 60;
  padding: 12px 0;
  backdrop-filter: blur(18px);
  background: rgba(251,251,249,0.72);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 10px 14px; border-radius: 22px;
  background: rgba(255,255,255,0.84); border: 1px solid rgba(255,255,255,0.82);
  box-shadow: 0 10px 30px rgba(8,12,20,0.05);
}
.brand img { width: 164px; height: auto; }
.desktop-nav { display: none; gap: 24px; font-size: 14px; font-weight: 700; color: #2f333a; }
.header-cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0 16px; border-radius: 999px;
  background: var(--yellow); color: #111; font-size: 14px; font-weight: 800;
}

.hero {
  position: relative; min-height: 760px; overflow: hidden; background: var(--dark);
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(7,10,18,0.94) 0%, rgba(7,10,18,0.86) 34%, rgba(7,10,18,0.46) 60%, rgba(7,10,18,0.72) 100%),
    url('assets/hero-bg.jpg') center right / cover no-repeat;
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 72% 32%, rgba(245,201,39,0.18), transparent 18%),
    radial-gradient(circle at 84% 68%, rgba(245,201,39,0.14), transparent 18%);
}
.hero-grid {
  position: relative; z-index: 2;
  min-height: 760px;
  display: grid; gap: 22px; align-items: center;
  padding: 48px 0 58px;
}
.hero-copy { max-width: 640px; color: white; }
.eyebrow-chip {
  display: inline-flex; margin-bottom: 18px; padding: 10px 14px; border-radius: 999px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12);
  color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase;
}
.hero-copy h1 {
  margin: 0 0 18px; font-size: clamp(44px, 7vw, 92px); line-height: 0.92; letter-spacing: -0.08em;
}
.hero-copy h1 span { color: var(--yellow); }
.hero-lead {
  margin: 0; max-width: 620px; color: rgba(255,255,255,0.84); font-size: 22px; line-height: 1.5;
}
.hero-actions { display: flex; flex-direction: column; gap: 12px; margin: 28px 0 18px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 14px 20px;
  border-radius: 999px; border: 1px solid transparent; font-weight: 800;
}
.btn-primary { background: var(--yellow); color: #111; }
.btn-secondary { color: white; border-color: rgba(255,255,255,0.24); background: transparent; }
.hero-social-proof { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; color: rgba(255,255,255,0.84); }
.mini-avatars { display: flex; }
.mini-avatars span {
  width: 34px; height: 34px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.92);
  background: linear-gradient(135deg, #d7d7d7, #8a8a8a); margin-left: -10px;
}
.mini-avatars span:first-child { margin-left: 0; }
.dot { opacity: .45; margin: 0 6px; }
.hero-floating { display: none; }
.floating-card {
  position: absolute; padding: 18px; border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.12); background: rgba(10,14,22,0.74);
  backdrop-filter: blur(14px); color: white; box-shadow: 0 24px 50px rgba(0,0,0,0.26);
}
.floating-card small { display: block; margin-bottom: 8px; color: rgba(255,255,255,0.72); }
.floating-card strong { display: block; line-height: 1.08; letter-spacing: -0.04em; }
.floating-card span { display: block; margin-top: 6px; color: rgba(255,255,255,0.78); font-size: 14px; }
.card-performance { top: 72px; right: 104px; width: 230px; }
.card-performance strong, .card-roas strong { font-size: 52px; }
.card-travel { top: 76px; right: 0; width: 220px; }
.card-travel strong { font-size: 18px; }
.card-roas { top: 330px; right: 360px; width: 200px; }
.card-content { top: 408px; right: 36px; width: 260px; }
.card-content strong { font-size: 22px; }
.line-chart {
  margin-top: 14px; height: 46px; border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(245,201,39,0.14), rgba(245,201,39,0.01)),
    linear-gradient(135deg, transparent 0 16%, rgba(245,201,39,0.96) 16% 20%, transparent 20% 34%, rgba(245,201,39,0.96) 34% 38%, transparent 38% 52%, rgba(245,201,39,0.96) 52% 56%, transparent 56% 70%, rgba(245,201,39,0.96) 70% 74%, transparent 74% 100%);
}
.line-chart.small { height: 36px; }

.search-section {
  padding: 34px 0 26px; background: #faf9f6; border-bottom: 1px solid var(--line);
}
.search-grid { display: grid; gap: 20px; align-items: center; }
.section-kicker {
  margin: 0 0 10px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; color: #4a4e54;
}
.search-copy h2, .system-intro h2, .realisations-intro h2, .agency-intro h2, .cta-copy h2 {
  margin: 0 0 14px; font-size: clamp(34px, 5vw, 58px); line-height: 0.98; letter-spacing: -0.06em;
}
.search-copy p:last-child, .realisations-intro p, .agency-text p, .cta-list { color: var(--muted); line-height: 1.65; font-size: 17px; }
.search-core { display: grid; gap: 18px; }
.searchbar-ui {
  display: flex; align-items: center; gap: 12px; min-height: 70px; padding: 0 22px;
  border-radius: 999px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); color: #888c92;
}
.icon-right { margin-left: auto; }
.journey-row {
  display: grid; gap: 8px; align-items: center;
}
.journey-step { display: grid; justify-items: center; gap: 4px; text-align: center; padding: 10px 8px; }
.step-icon {
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  border: 2px solid rgba(245,201,39,0.8); background: #fff; font-size: 20px;
}
.journey-step strong { font-size: 14px; }
.journey-step span { color: var(--muted); font-size: 13px; }
.dotted-line {
  height: 2px; background-image: radial-gradient(circle, rgba(12,16,24,0.18) 1px, transparent 1.2px); background-size: 10px 2px;
}
.search-sidecard {
  padding: 26px; border-radius: var(--radius-lg); background: #efe3c7; color: #4b4740;
}
.search-sidecard p { margin: 0 0 18px; line-height: 1.6; }
.search-sidecard a {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 18px;
  border-radius: 16px; border: 1px solid rgba(12,16,24,0.16); background: rgba(255,255,255,0.62); font-weight: 700;
}

.system-section { padding: 34px 0 24px; }
.system-grid {
  display: grid; gap: 16px; align-items: stretch;
}
.service-card {
  padding: 24px; border-radius: 24px; background: white; border: 1px solid var(--line); box-shadow: 0 18px 44px rgba(8,12,20,0.06);
}
.service-icon {
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 16px;
  background: linear-gradient(135deg, var(--yellow-soft), rgba(12,16,24,0.04)); font-size: 22px;
}
.service-card h3 { margin: 0 0 10px; font-size: 28px; letter-spacing: -0.04em; }
.service-card p { margin: 0 0 16px; color: var(--muted); line-height: 1.6; }
.service-card a { font-weight: 700; }

.metrics-section { padding: 12px 0 32px; }
.metrics-wrap {
  display: grid; gap: 12px; padding: 20px; border-radius: 28px; border: 1px solid rgba(245,201,39,0.5); background: #fbfbf8;
}
.metric { padding: 16px 14px; }
.metric strong { display: block; font-size: 40px; line-height: 1; letter-spacing: -0.06em; margin-bottom: 8px; }
.metric p { margin: 0; color: var(--muted); line-height: 1.5; }
.brand-google { display: flex; align-items: center; gap: 14px; }
.g-icon {
  width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  font-size: 34px; font-weight: 800; color: #4285f4; background: white;
}

.realisations-section { padding: 10px 0 32px; }
.realisations-grid {
  display: grid; gap: 16px; align-items: start;
}
.work-card {
  overflow: hidden; border-radius: 26px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow);
}
.work-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.work-card.large img { aspect-ratio: 16 / 11; }
.work-copy { padding: 18px; }
.work-copy small { display: block; margin-bottom: 8px; color: #7b7f87; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.work-copy h3 { margin: 0; font-size: 26px; line-height: 1.1; letter-spacing: -0.04em; }

.agency-section { padding: 8px 0 38px; }
.agency-grid { display: grid; gap: 18px; }
.agency-text p { margin: 0; }
.value-row {
  display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line);
}
.value-row:last-child { border-bottom: 0; }
.value-row span {
  width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: rgba(12,16,24,0.04); font-size: 22px;
}
.value-row p { margin: 0; color: #40444c; }

.cta-section { padding: 0 0 28px; }
.cta-box {
  display: grid; gap: 20px; padding: 30px 24px; border-radius: 30px; color: white;
  background: radial-gradient(circle at left center, rgba(245,201,39,0.12), transparent 18%), linear-gradient(135deg, #090d15, #141b2a 56%, #0b0e16 100%);
}
.accent { color: var(--yellow); }
.cta-copy h2 { color: white; }
.cta-copy h2 span { color: var(--yellow); }
.cta-list { margin: 0; padding-left: 18px; color: rgba(255,255,255,0.82); line-height: 1.9; }

.site-footer { padding: 16px 0 98px; }
.footer-inner { display: flex; flex-direction: column; gap: 12px; }
.footer-inner strong { display: block; margin-bottom: 6px; }
.footer-inner p { margin: 0; color: var(--muted); }
.footer-links { display: flex; flex-direction: column; gap: 8px; font-weight: 700; }

.mobile-cta {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60;
  display: grid; grid-template-columns: .82fr 1.18fr; gap: 8px; padding: 8px; border-radius: 22px;
  background: rgba(11,14,22,0.94); box-shadow: 0 18px 48px rgba(8,12,20,0.22);
}
.mobile-cta a {
  display: grid; place-items: center; min-height: 50px; padding: 0 10px; border-radius: 16px;
  color: white; font-size: 14px; font-weight: 800; text-align: center;
}
.mobile-cta a:last-child { background: var(--yellow); color: #111; }

@media (min-width: 760px) {
  .hero-actions { flex-direction: row; flex-wrap: wrap; }
  .search-grid { grid-template-columns: 1.05fr 2fr .95fr; }
  .journey-row { grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 10px; }
  .system-grid { grid-template-columns: 1.15fr repeat(2, 1fr) repeat(2, 1fr); }
  .metrics-wrap { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .realisations-grid { grid-template-columns: 1.15fr 1fr 1fr; }
  .realisations-intro { grid-column: 1 / -1; max-width: 760px; }
  .work-card.large { grid-column: span 1; }
  .agency-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { flex-direction: row; justify-content: space-between; align-items: center; }
  .footer-links { align-items: flex-end; }
  .cta-box { grid-template-columns: 1.2fr .9fr .8fr; align-items: center; }
}
@media (min-width: 1080px) {
  .desktop-nav { display: flex; }
  .hero-grid { grid-template-columns: 1fr 520px; }
  .hero-floating { display: block; position: relative; min-height: 540px; }
  .metrics-wrap { grid-template-columns: 1.2fr repeat(4, 1fr); align-items: center; }
  .metric:not(:first-child) { border-left: 1px solid rgba(12,16,24,0.08); padding-left: 24px; }
  .realisations-grid { grid-template-columns: 1.1fr 1fr 1fr; }
  .work-card.large { grid-row: span 2; }
}
@media (max-width: 759px) {
  .brand img { width: 142px; }
  .header-cta { font-size: 13px; padding: 0 14px; }
  .hero { min-height: 680px; }
  .hero-grid { min-height: 680px; }
  .hero-lead { font-size: 18px; }
}
