:root {
  --ink: #070806;
  --ink-soft: #151713;
  --lime: #d1fe3f;
  --lime-strong: #b9ec1d;
  --muted: #434c40;
  --paper: #f7f8f3;
  --line: rgba(7, 8, 6, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--lime);
  font: 700 12px/1.2 "Manrope", sans-serif;
  letter-spacing: 2px;
}
.eyebrow.dark { color: #738c20; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; }
h2 { margin-bottom: 0; font-size: clamp(36px, 4.2vw, 62px); line-height: 1.07; letter-spacing: -3px; }
h2 span { color: #8eb71a; }

.topbar { position: relative; z-index: 20; overflow: hidden; color: #fff; background: #050505; }
.topbar-glow { position: absolute; top: 20px; left: 12%; width: 330px; height: 80px; border-radius: 50%; background: rgba(209,254,63,.36); filter: blur(28px); }
.topbar-inner { position: relative; display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 20px; font-size: 15px; }
.topbar p { margin: 0; }
.topbar-actions { display: flex; gap: 0; }
.topbar-actions a { padding: 0 18px; border-left: 1px solid rgba(255,255,255,.28); transition: color .2s ease; }
.topbar-actions a:hover { color: var(--lime); }

.site-header { position: sticky; top: 0; z-index: 15; border-bottom: 1px solid rgba(0,0,0,.06); background: rgba(255,255,255,.93); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 151px; height: 34px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 25px; font-size: 15px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; content: ""; background: var(--lime-strong); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 52px; padding: 0 20px; border: 0; border-radius: 9px; cursor: pointer; font: 700 14px/1 "DM Sans", sans-serif; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 19px; }
.button.small { min-height: 44px; }
.button-dark { color: #fff; background: #090a09; }
.button-dark:hover { background: #2b3028; }
.button-lime { color: #0a0b09; background: var(--lime); }
.button-lime:hover { background: #e0ff75; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; border-radius: 8px; background: #080908; cursor: pointer; }
.menu-button i { display: block; width: 19px; height: 2px; margin: 4px auto; background: var(--lime); transition: transform .2s ease; }
.mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; color: #fff; background: #080908; }
.hero-noise { position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 17px 17px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(45px); }
.orb-one { right: 2%; bottom: 8%; width: 360px; height: 360px; background: rgba(189,243,29,.15); }
.orb-two { top: 18%; right: 34%; width: 180px; height: 180px; background: rgba(64,97,23,.2); }
.hero-grid { position: relative; display: grid; min-height: 680px; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 50px; padding-block: 74px; }
.hero h1 { max-width: 680px; margin-bottom: 25px; font-size: clamp(60px, 6vw, 86px); line-height: .99; letter-spacing: -6px; }
.hero h1 em { display: inline-block; color: #f5f6ee; font-family: Georgia, serif; font-size: .9em; font-weight: 400; letter-spacing: -6px; }
.highlight { position: relative; z-index: 1; color: #0c0d0b; }
.highlight::before { position: absolute; z-index: -1; right: -5px; bottom: 3px; left: -5px; height: 67%; content: ""; background: var(--lime); transform: rotate(-2deg); }
.hero-text { max-width: 580px; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.7; }
.hero-buttons { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 14px; font-weight: 700; }
.text-link span { color: var(--lime); font-size: 21px; }
.text-link.dark { color: var(--ink); }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 53px; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.45; text-transform: uppercase; letter-spacing: .8px; }
.hero-proof strong { color: var(--lime); font-family: "Manrope"; font-size: 27px; letter-spacing: -1px; }
.hero-proof i { width: 1px; height: 35px; margin-inline: 8px; background: rgba(255,255,255,.2); }
.hero-visual { position: relative; min-height: 510px; }
.visual-card { border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(20,24,17,.8); box-shadow: 0 25px 80px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.main-card { position: absolute; top: 65px; right: 10px; width: min(490px, 96%); padding: 24px; transform: rotate(-2deg); }
.visual-top { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.74); font-size: 12px; }
.live-dot { color: var(--lime); }
.live-dot::before { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; content: ""; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.main-card-copy { margin-top: 36px; }
.main-card-copy p { margin-bottom: 4px; color: rgba(255,255,255,.76); font-size: 14px; }
.main-card-copy strong { display: inline-block; color: #fff; font: 700 62px/1 "Manrope"; letter-spacing: -5px; }
.main-card-copy span { margin-left: 12px; color: var(--lime); font-weight: 700; }
.chart { margin-top: 20px; }
.chart svg { display: block; width: 100%; height: auto; }
.chart-grid { fill: none; stroke: rgba(255,255,255,.08); }
.chart-area { fill: url(#area); }
.chart-line { fill: none; stroke: var(--lime); stroke-width: 4; }
.floating-card { position: absolute; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(26,30,23,.92); box-shadow: 0 20px 60px rgba(0,0,0,.28); }
.floating-card p { margin-bottom: 7px; color: rgba(255,255,255,.78); font-size: 12px; }
.floating-card strong { display: block; color: #fff; font: 800 31px/1 "Manrope"; letter-spacing: -2px; }
.floating-card small { color: var(--lime); font-size: 11px; }
.reels-card { top: 0; left: 0; transform: rotate(5deg); }
.engagement-card { right: 3px; bottom: 35px; transform: rotate(3deg); }
.avatars { display: flex; margin: 9px 0 7px; }
.avatars b { display: grid; width: 33px; height: 33px; margin-left: -7px; place-items: center; border: 2px solid #1a1e17; border-radius: 50%; color: #0a0b09; background: var(--lime); font-size: 10px; }
.avatars b:first-child { margin-left: 0; }
.social-bubble { position: absolute; display: grid; width: 53px; height: 53px; place-items: center; border-radius: 15px; color: var(--lime); background: rgba(255,255,255,.08); font: 800 27px/1 "Manrope"; transform: rotate(-8deg); }
.instagram { bottom: 18px; left: 80px; }
.tiktok { top: 16px; right: 50px; }
.meta { bottom: 145px; left: 7px; }
.hero-strip { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 23px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.7); font-size: 12px; text-transform: uppercase; letter-spacing: 1.4px; }
.hero-strip p { margin: 0; }
.hero-strip div { display: flex; flex-wrap: wrap; align-items: center; gap: 34px; color: rgba(255,255,255,.72); font-family: "Manrope"; font-size: 15px; letter-spacing: -.3px; text-transform: none; }

.split { display: grid; grid-template-columns: 1fr .78fr; gap: 90px; align-items: end; }
.intro { background: #fff; }
.intro-copy { color: var(--muted); font-size: 18px; line-height: 1.7; }
.intro-copy p { margin-bottom: 26px; }
.services { background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading h2 { max-width: 760px; }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 390px; padding: 25px 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: transform .25s ease, background .25s ease; }
.service-card:hover { z-index: 2; background: #fcfff1; transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,.06); }
.service-card.featured { color: #fff; background: #10120e; }
.service-number { color: #9ba092; font-size: 12px; }
.service-icon { display: grid; width: 62px; height: 62px; margin-top: 54px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #86a91b; font-size: 28px; }
.featured .service-icon { border-color: rgba(255,255,255,.18); color: var(--lime); }
.service-card h3 { margin: 22px 0 10px; font-size: 22px; letter-spacing: -1px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.featured p { color: rgba(255,255,255,.58); }
.service-card a { position: absolute; right: 22px; bottom: 22px; color: #7d9e18; font-size: 13px; font-weight: 700; }

.approach { color: #fff; background: #090a09; }
.section-heading.light > p { color: rgba(255,255,255,.78); }
.section-heading.light h2 span { color: var(--lime); }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.17); }
.approach-grid article { padding: 37px 34px 20px 0; border-right: 1px solid rgba(255,255,255,.17); }
.approach-grid article + article { padding-left: 34px; }
.approach-grid article:last-child { border-right: 0; }
.approach-grid b { color: var(--lime); font: 700 17px/1 "Manrope"; }
.approach-grid h3 { margin: 54px 0 12px; font-size: 32px; letter-spacing: -2px; }
.approach-grid p { max-width: 320px; color: rgba(255,255,255,.76); line-height: 1.7; }

.references { overflow: hidden; background: #fff; }
.logo-marquee { width: 100%; overflow: hidden; border-block: 1px solid var(--line); background: #f6f7f1; }
.logo-track { display: grid; width: 100%; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.12); }
.logo-track img { width: 100%; height: 165px; padding: 20px; object-fit: contain; object-position: center; background: #000; filter: contrast(1.1) brightness(1.12); }

.results { background: var(--paper); }
.results-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; }
.results-copy > p:not(.eyebrow) { max-width: 560px; margin: 24px 0 27px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.results-cards { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.results-cards article { min-height: 180px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.results-cards strong { display: block; margin-bottom: 48px; color: #93bb20; font: 800 48px/1 "Manrope"; letter-spacing: -4px; }
.results-cards span { color: var(--muted); font-size: 14px; }

.contact { color: #fff; background: #0b0c0a; }
.contact-card { display: grid; grid-template-columns: .72fr 1.28fr; gap: 48px; padding: 55px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: linear-gradient(135deg, #171a14 0%, #10110f 100%); }
.contact h2 { max-width: 700px; font-size: clamp(40px, 5vw, 66px); }
.contact h2 span { color: var(--lime); }
.contact-card > div > p:last-child { max-width: 580px; margin-top: 23px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.65; }
.contact-form { display: grid; gap: 18px; }
.contact-form label span { display: block; margin-bottom: 5px; color: rgba(255,255,255,.78); font-size: 12px; }
.contact-form input,
.contact-form select,
.contact-form textarea { width: 100%; padding: 0 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; outline: none; color: #fff; background: rgba(255,255,255,.045); font: inherit; transition: border-color .2s ease, background .2s ease; }
.contact-form input,
.contact-form select { height: 50px; }
.contact-form textarea { min-height: 112px; padding-block: 13px; resize: vertical; line-height: 1.5; }
.contact-form select { appearance: none; padding-right: 42px; background-image: linear-gradient(45deg, transparent 50%, var(--lime) 50%), linear-gradient(135deg, var(--lime) 50%, transparent 50%); background-position: calc(100% - 18px) 21px, calc(100% - 12px) 21px; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.contact-form select option { color: #111; background: #fff; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--lime); background-color: rgba(255,255,255,.07); }
.form-section { min-width: 0; margin: 0; padding: 18px; border: 1px solid rgba(255,255,255,.11); border-radius: 13px; background: rgba(255,255,255,.025); }
.form-section legend { padding: 0 9px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .2px; }
.form-section legend span { display: inline-grid; width: 26px; height: 26px; margin-right: 7px; place-items: center; border-radius: 50%; color: #111; background: var(--lime); font-size: 10px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.field-help { margin: -2px 0 12px; color: rgba(255,255,255,.58); font-size: 12px; }
.service-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.service-option { display: flex; min-height: 74px; padding: 13px; align-items: flex-start; gap: 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.025); cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.service-option:hover { border-color: rgba(190,255,48,.52); transform: translateY(-1px); }
.service-option:has(input:checked) { border-color: var(--lime); background: rgba(190,255,48,.1); }
.contact-form .service-option input { width: 18px; min-width: 18px; height: 18px; margin-top: 1px; padding: 0; accent-color: var(--lime); }
.contact-form .service-option > span { margin: 0; }
.service-option strong,
.service-option small { display: block; }
.service-option strong { margin-bottom: 4px; color: #fff; font-size: 13px; }
.service-option small { color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.35; }
.service-option:last-child { grid-column: 1 / -1; }
.form-note { display: block; }
.contact-form .button { width: 100%; }
.honeypot { position: absolute; left: -9999px; opacity: 0; }
.contact-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  line-height: 1.45;
}
.contact-form .consent input {
  width: 17px;
  min-width: 17px;
  height: 17px;
  margin-top: 1px;
  accent-color: var(--lime);
}
.contact-form .consent span {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 12px;
}
.form-message { min-height: 18px; margin: 0; color: var(--lime); font-size: 13px; }

footer { padding: 68px 0 20px; color: #fff; background: #050505; }
.light-brand { padding: 8px 10px; border-radius: 6px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr .8fr; gap: 40px; padding-bottom: 55px; }
.footer-grid p { max-width: 340px; margin-top: 18px; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.65; }
.footer-grid h3 { margin-bottom: 16px; color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.footer-grid div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid div:not(:first-child) a { color: rgba(255,255,255,.74); font-size: 14px; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.64); font-size: 12px; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .mobile-nav.open { display: flex; flex-direction: column; gap: 15px; padding: 0 20px 20px; font-weight: 700; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 10px; padding-top: 65px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 450px; max-width: 680px; width: 100%; margin-inline: auto; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .results-grid, .contact-card { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 75px 0; }
  .topbar-inner { min-height: 50px; font-size: 11px; }
  .topbar-actions a { padding: 0 8px; }
  .topbar-actions a:first-child { display: none; }
  .header-inner { min-height: 70px; }
  .brand img { width: 135px; height: 30px; }
  .header-actions .button { display: none; }
  .hero-grid { padding-top: 50px; }
  .hero h1 { font-size: clamp(53px, 16vw, 73px); letter-spacing: -5px; }
  .hero h1 em { letter-spacing: -5px; }
  .hero-text { font-size: 16px; }
  .hero-buttons { flex-direction: column; align-items: start; gap: 18px; }
  .hero-proof { margin-top: 38px; gap: 8px; }
  .hero-proof strong { font-size: 22px; }
  .hero-proof span { font-size: 10px; }
  .hero-visual { min-height: 360px; margin-top: 10px; }
  .main-card { top: 65px; right: 0; padding: 17px; }
  .main-card-copy { margin-top: 23px; }
  .main-card-copy strong { font-size: 50px; }
  .floating-card { padding: 12px; }
  .floating-card strong { font-size: 22px; }
  .engagement-card { bottom: 5px; }
  .social-bubble { width: 42px; height: 42px; border-radius: 12px; font-size: 20px; }
  .instagram { bottom: 0; left: 16px; }
  .meta { bottom: 93px; left: 2px; }
  .hero-strip { align-items: start; flex-direction: column; }
  .hero-strip div { gap: 17px; font-size: 13px; }
  h2 { font-size: 42px; letter-spacing: -2.8px; }
  .split, .section-heading { display: block; }
  .intro-copy { margin-top: 22px; font-size: 16px; }
  .section-heading > p { margin-top: 18px; }
  .services-grid, .approach-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 325px; }
  .service-icon { margin-top: 35px; }
  .approach-grid article, .approach-grid article + article { padding: 27px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .approach-grid h3 { margin-top: 29px; }
  .logo-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .logo-track img { height: 130px; padding: 16px; }
  .results-cards article { min-height: 140px; padding: 18px; }
  .results-cards strong { margin-bottom: 34px; font-size: 36px; }
  .contact-card { width: calc(100% - 28px); padding: 25px 18px; }
  .form-grid, .service-options { grid-template-columns: 1fr; }
  .service-option:last-child { grid-column: auto; }
  .form-section { padding: 15px 12px; }
  .contact h2 { font-size: 41px; }
  .footer-grid { grid-template-columns: 1fr; gap: 27px; padding-bottom: 35px; }
  .footer-bottom { display: block; line-height: 1.8; }
  .footer-bottom span { display: block; }
}

/* Landing page refresh */
.simple-hero {
  color: var(--ink);
  background: #fff;
}
.simple-hero .hero-grid {
  min-height: 485px;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  padding-block: 58px 68px;
}
.simple-hero h1 {
  max-width: 520px;
  margin-bottom: 18px;
  font-size: clamp(49px, 4.5vw, 68px);
  line-height: 1.04;
  letter-spacing: -4.5px;
}
.simple-hero .highlight {
  display: inline-block;
  padding-inline: 5px;
}
.simple-hero .highlight::before {
  right: 0;
  bottom: 1px;
  left: 0;
  height: 74%;
  border-radius: 5px;
  transform: rotate(-1deg);
}
.simple-hero .hero-text {
  max-width: 570px;
  color: #3e483b;
  font-size: 17px;
  line-height: 1.62;
}
.simple-hero .hero-buttons {
  gap: 14px;
  margin-top: 28px;
}
.button-outline {
  border: 1px solid rgba(7, 8, 6, .14);
  color: #161915;
  background: #fff;
  box-shadow: 0 3px 12px rgba(7, 8, 6, .04);
}
.button-outline:hover { background: #f8faF3; }

.hero-collage {
  position: relative;
  width: min(650px, 100%);
  min-height: 370px;
  margin-left: auto;
}
.collage-card,
.collage-icon {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(7, 8, 6, .09);
  border-radius: 15px;
}
.collage-card {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 17px;
  box-shadow: 0 13px 32px rgba(18, 25, 14, .08);
}
.collage-card small {
  margin-bottom: 7px;
  font: 700 10px/1 "Manrope", sans-serif;
  letter-spacing: 1.3px;
}
.collage-card strong {
  font: 800 23px/1.08 "Manrope", sans-serif;
  letter-spacing: -1.4px;
}
.collage-card span {
  margin-top: 10px;
  color: rgba(255,255,255,.74);
  font-size: 11px;
}
.creative-one {
  top: 7px;
  left: 0;
  width: 192px;
  height: 144px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 23%, rgba(209,254,63,.9) 0 9px, transparent 10px),
    linear-gradient(135deg, #1e271a, #070806);
}
.creative-two {
  top: 7px;
  left: 211px;
  width: 188px;
  height: 304px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 22%, rgba(209,254,63,.36), transparent 35%),
    linear-gradient(160deg, #26351d, #0b0c0a 66%);
}
.creative-two img {
  position: absolute;
  top: 48px;
  left: 50%;
  width: 86px;
  height: 98px;
  object-fit: contain;
  filter: invert(1) brightness(2);
  transform: translateX(-50%);
}
.creative-two small,
.creative-two strong { position: relative; }
.creative-three {
  top: 7px;
  right: 0;
  width: 168px;
  height: 132px;
  color: #141712;
  background: #e8ffc0;
}
.creative-three i {
  position: absolute;
  right: 15px;
  bottom: 18px;
  width: 38px;
  height: 38px;
  border: 7px solid #0f140e;
  border-top-color: transparent;
  border-radius: 50%;
  transform: rotate(-32deg);
}
.creative-four {
  bottom: 0;
  left: 0;
  width: 192px;
  height: 144px;
  color: #fff;
  background: linear-gradient(135deg, #101210, #29361d);
}
.creative-four span { color: var(--lime); font: 800 24px/1 "Manrope", sans-serif; }
.collage-icon {
  display: grid;
  place-items: center;
  color: #7b0cff;
  background: #fbfff0;
  font: 800 30px/1 "Manrope", sans-serif;
}
.sparkle { top: 171px; left: 39px; width: 120px; height: 68px; }
.heart { top: 163px; right: 15px; width: 103px; height: 78px; color: #fa3971; font-size: 24px; }
.message { right: 36px; bottom: 0; width: 100px; height: 82px; color: #05bc8b; }

.reference-showcase {
  padding: 36px 0 70px;
  background: #fff;
}
.references-heading {
  margin-bottom: 30px;
  text-align: center;
}
.references-heading .eyebrow { margin-bottom: 12px; }
.references-heading h2 {
  font-size: clamp(35px, 3.4vw, 48px);
  letter-spacing: -3px;
}
.references-heading > p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 16px;
}
.reference-showcase .logo-marquee {
  position: relative;
  display: grid;
  gap: 12px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #fff;
}
.reference-showcase .logo-marquee::before,
.reference-showcase .logo-marquee::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: min(13vw, 190px);
  content: "";
  pointer-events: none;
}
.reference-showcase .logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #fff 7%, rgba(255,255,255,.9) 34%, rgba(255,255,255,0));
}
.reference-showcase .logo-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #fff 7%, rgba(255,255,255,.9) 34%, rgba(255,255,255,0));
}
.logo-row {
  width: 100%;
  overflow: hidden;
}
.logo-flow {
  display: flex;
  width: max-content;
  animation: logos-left 58s linear infinite;
  will-change: transform;
}
.row-forward .logo-flow { animation-name: logos-right; }
.logo-flow img {
  flex: 0 0 224px;
  width: 224px;
  height: 82px;
  margin-right: 12px;
  padding: 12px 19px;
  border: 1px solid #e3e6df;
  border-radius: 7px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  filter: contrast(1.12);
}
@keyframes logos-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes logos-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (max-width: 980px) {
  .simple-hero .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    padding-block: 50px 25px;
  }
  .hero-collage {
    width: 650px;
    max-width: none;
    margin: 0 auto;
    transform: scale(.92);
    transform-origin: center top;
  }
  .reference-showcase { padding-top: 26px; }
}

@media (max-width: 640px) {
  .simple-hero .hero-grid { gap: 20px; padding-top: 40px; }
  .simple-hero .hero-copy { min-width: 0; width: 100%; }
  .simple-hero h1 { font-size: 53px; letter-spacing: -4px; }
  .simple-hero .hero-buttons { align-items: stretch; }
  .simple-hero .button { width: 100%; }
  .hero-collage {
    width: 620px;
    min-height: 330px;
    margin-bottom: -52px;
    transform: scale(.56);
    transform-origin: left top;
  }
  .reference-showcase { padding: 21px 0 53px; }
  .references-heading { margin-bottom: 22px; text-align: left; }
  .references-heading h2 { font-size: 39px; letter-spacing: -2.5px; }
  .references-heading > p:last-child { font-size: 14px; }
  .reference-showcase .logo-marquee { gap: 9px; }
  .logo-flow img {
    flex-basis: 168px;
    width: 168px;
    height: 70px;
    margin-right: 9px;
    padding: 10px 14px;
  }
}
