/* ===========================================================
   Elev8 Marketing Site: v2 dark / gradient / organic system
   Signature motif: the logo gradient (coral, gold, green, blue)
   =========================================================== */

:root {
  --coral: #ff6b4a;
  --gold:  #ffd54f;
  --green: #4caf50;
  --blue:  #4fc3f7;

  --bg:    #080a10;
  --bg-2:  #0e1118;
  --panel: #12161f;
  --ink:   #f4f6fb;
  --muted: #98a2b8;
  --line:  rgba(255,255,255,0.09);

  --grad: linear-gradient(100deg, #ff6b4a 0%, #ff9a3d 22%, #ffd54f 42%, #4caf50 68%, #4fc3f7 100%);
  --grad-soft: linear-gradient(100deg, rgba(255,107,74,.16), rgba(255,213,79,.14), rgba(79,195,247,.16));

  --maxw: 1200px;
  --font: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --radius: 22px;
  --shadow: 0 30px 80px rgba(0,0,0,.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

::selection { background: rgba(255,107,74,.35); }
::-webkit-scrollbar { width: 9px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #2a3142; border-radius: 5px; }

/* ---------- Layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.section { position: relative; padding: 120px 0; }
.section-sm { position: relative; padding: 70px 0; }
.center { text-align: center; }
.grid { display: grid; gap: 26px; }
.g2 { grid-template-columns: repeat(2,1fr); }
.g3 { grid-template-columns: repeat(3,1fr); }
.g4 { grid-template-columns: repeat(4,1fr); }

/* ---------- Type ---------- */
h1,h2,h3,h4 { margin: 0; line-height: 1.04; letter-spacing: -0.03em; font-weight: 800; }
h1 { font-size: clamp(2.8rem, 7vw, 6rem); }
h2 { font-size: clamp(2.1rem, 4.4vw, 3.6rem); }
h3 { font-size: 1.3rem; font-weight: 700; letter-spacing: -0.01em; }
p  { margin: 0 0 1rem; }
.lead { font-size: clamp(1.08rem, 1.7vw, 1.4rem); color: #c3cad9; font-weight: 400; }
.muted { color: var(--muted); }
.eyebrow {
  display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; margin-bottom: 18px;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.section-head { max-width: 760px; margin: 0 auto 64px; }
.section-head.left { margin: 0 0 56px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 15px 30px; border-radius: 999px; font-weight: 600; font-size: 1rem;
  cursor: pointer; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn-grad { background: var(--grad); color: #0b0d12; font-weight: 700; background-size: 160% 160%; }
.btn-grad:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(255,107,74,.35); }
.btn-ghost { background: rgba(255,255,255,.03); color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.35); }
.btn-lg { padding: 17px 36px; font-size: 1.05rem; }
.btn-sm { padding: 10px 20px; font-size: .9rem; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(8,10,16,.6); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo-img { height: 40px; width: auto; display: block; }
@media (max-width:760px){ .logo-img { height: 34px; } }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: .95rem; font-weight: 500; color: #c3cad9; transition: color .15s; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-cta { display: flex; align-items: center; gap: 16px; }
.nav-cta .signin { font-size: .95rem; font-weight: 600; color: #c3cad9; }
.nav-cta .signin:hover { color: #fff; }
.nav-toggle { display: none; background: none; border: 0; color: #fff; cursor: pointer; padding: 6px; }
.mobile-menu { display: none; border-top: 1px solid var(--line); background: var(--bg-2); padding: 16px 26px 24px; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 13px 4px; font-weight: 600; color: #c3cad9; border-bottom: 1px solid var(--line); }
.mobile-menu .btn { width: 100%; justify-content: center; margin-top: 16px; }

/* ---------- Organic gradient mesh / swirls ---------- */
.mesh { position: absolute; inset: -10% -10% auto -10%; height: 130%; z-index: 0; pointer-events: none; overflow: hidden; }
.mesh span {
  position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; mix-blend-mode: screen;
  will-change: transform;
}
.mesh .m1 { width: 52vw; height: 52vw; background: #ff6b4a; top: -12vw; left: -6vw; animation: drift1 22s ease-in-out infinite alternate; }
.mesh .m2 { width: 44vw; height: 44vw; background: #4fc3f7; top: 4vw; right: -8vw; animation: drift2 26s ease-in-out infinite alternate; }
.mesh .m3 { width: 40vw; height: 40vw; background: #ffd54f; bottom: -10vw; left: 22vw; opacity: .4; animation: drift3 30s ease-in-out infinite alternate; }
.mesh .m4 { width: 34vw; height: 34vw; background: #4caf50; bottom: -6vw; right: 14vw; opacity: .42; animation: drift1 28s ease-in-out infinite alternate-reverse; }
@keyframes drift1 { from { transform: translate(0,0) scale(1); } to { transform: translate(6vw,5vw) scale(1.12); } }
@keyframes drift2 { from { transform: translate(0,0) scale(1); } to { transform: translate(-7vw,4vw) scale(1.08); } }
@keyframes drift3 { from { transform: translate(0,0) scale(1); } to { transform: translate(4vw,-5vw) scale(1.15); } }
.mesh::after { /* subtle grain/darken to keep text readable */
  content:''; position:absolute; inset:0; background: radial-gradient(120% 80% at 50% 30%, transparent 40%, rgba(8,10,16,.55) 100%);
}

/* defined swirl line (abstract but defined) */
.swirl { position: absolute; z-index: 0; pointer-events: none; opacity: .8; }
.swirl path { fill: none; stroke-width: 2; stroke-linecap: round; }
.spin-slow { animation: spin 60s linear infinite; transform-origin: center; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 150px 0 130px; }
.hero .wrap { position: relative; z-index: 2; }
.hero h1 { max-width: 17ch; }
.hero .lead { max-width: 60ch; margin-top: 26px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 38px; }
.hero-note { margin-top: 24px; font-size: .92rem; color: var(--muted); }
.hero-note strong { color: #fff; font-weight: 600; }

/* ---------- Marquee ---------- */
.marquee { position: relative; z-index: 2; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; overflow: hidden; background: rgba(255,255,255,.015); }
.marquee-track { display: inline-flex; gap: 56px; white-space: nowrap; animation: scrollx 30s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { font-size: clamp(1.3rem,2.6vw,2.2rem); font-weight: 800; letter-spacing: -0.02em; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.35); }
.marquee-track .dot { -webkit-text-stroke: 0; background: var(--grad); -webkit-background-clip: text; background-clip: text; }
@keyframes scrollx { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Cards ---------- */
.card {
  position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; transition: transform .25s ease, border-color .25s ease;
}
.card:hover { transform: translateY(-6px); border-color: rgba(255,255,255,.22); }
.card .ico, .product .ico {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; font-size: 1.4rem;
  margin-bottom: 20px; background: var(--grad-soft); border: 1px solid var(--line);
}
.ico svg { width: 26px; height: 26px; display: block; }
.card h3 { margin-bottom: 9px; }
.card p { color: var(--muted); font-size: .97rem; margin: 0; }

/* gradient-border feature card */
.gcard { position: relative; border-radius: var(--radius); padding: 1px; background: var(--grad); }
.gcard > .inner { background: var(--panel); border-radius: calc(var(--radius) - 1px); padding: 34px; height: 100%; }
.gcard .who { font-weight: 600; margin-top: 6px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.feature-list { list-style: none; padding: 0; margin: 22px 0 28px; display: grid; gap: 13px; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; font-size: .96rem; color: #c3cad9; }
.feature-list .chk { color: var(--green); flex: 0 0 auto; margin-top: 2px; font-weight: 700; }
.product h3 { font-size: 1.7rem; }
.product .who { font-weight: 600; margin-top: 6px; }
.product .who.c { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Stat band ---------- */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; text-align: center; }
.stats.stats-3 { grid-template-columns: repeat(3,1fr); max-width: 880px; margin-left: auto; margin-right: auto; }
@media (max-width: 700px) { .stats.stats-3 { grid-template-columns: 1fr; } }
.stat .num { font-size: clamp(2.4rem,5vw,4rem); font-weight: 800; letter-spacing: -0.04em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat .lbl { color: var(--muted); font-size: .95rem; margin-top: 6px; }

/* ---------- Steps ---------- */
.step { position: relative; padding-top: 16px; border-top: 2px solid transparent; border-image: var(--grad) 1; }
.step .n { font-size: .85rem; font-weight: 700; letter-spacing: .15em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.step h3 { margin: 10px 0 8px; }
.step p { color: var(--muted); font-size: .96rem; margin: 0; }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; }
.faq details { border: 1px solid var(--line); border-radius: 16px; padding: 2px 24px; margin-bottom: 14px; background: var(--panel); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 0; font-weight: 600; font-size: 1.08rem; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { font-size: 1.6rem; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; transition: transform .2s; }
.faq details[open] summary .plus { transform: rotate(45deg); }
.faq p { color: var(--muted); margin: 0 0 20px; }

/* ---------- CTA ---------- */
.cta { position: relative; overflow: hidden; border-radius: 30px; padding: 92px 40px; text-align: center; border: 1px solid var(--line); background: var(--bg-2); }
.cta h2 { max-width: 20ch; margin: 0 auto 16px; }
.cta p { color: var(--muted); max-width: 52ch; margin: 0 auto 30px; }

/* Bright gradient CTA with black text */
.cta.cta-bright { background: var(--grad); border: none; }
.cta.cta-bright .eyebrow { background: none; -webkit-text-fill-color: #0b0d12; color: #0b0d12; }
.cta.cta-bright h2 { color: #0b0d12; }
.cta.cta-bright .grad-text { background: none; -webkit-text-fill-color: #0b0d12; color: #0b0d12; }
.cta.cta-bright p { color: #0b0d12; }
.cta.cta-bright .btn-grad { background: #0b0d12; color: #fff; }
.cta.cta-bright .btn-ghost { border-color: #0b0d12; color: #0b0d12; background: transparent; }
.cta.cta-bright .btn-ghost:hover { background: #0b0d12; color: #fff; }

/* big scrolling CTA word strip */
.ticker { overflow: hidden; padding: 10px 0; }
.ticker-track { display: inline-flex; gap: 40px; white-space: nowrap; animation: scrollx 24s linear infinite; }
.ticker-track span { font-size: clamp(2.4rem,7vw,5rem); font-weight: 800; letter-spacing: -0.04em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .mesh span, .spin-slow, .marquee-track, .ticker-track { animation: none !important; }
}

/* ---------- Footer ---------- */
.footer { background: var(--bg-2); border-top: 1px solid var(--line); padding: 72px 0 34px; color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 38px; }
.footer h4 { color: #fff; font-size: .92rem; margin-bottom: 17px; font-weight: 700; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.footer a { color: #98a2b8; font-size: .93rem; }
.footer a:hover { color: #fff; }
.footer .blurb { max-width: 32ch; margin-top: 16px; font-size: .93rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); font-size: .82rem; color: #6b7488; }

/* ---------- Forms ---------- */
.form { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; }
.field label { font-size: .9rem; font-weight: 600; color: #c3cad9; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border-radius: 12px; border: 1px solid var(--line);
  background: rgba(255,255,255,.03); color: var(--ink); font-family: inherit; font-size: .97rem;
  transition: border-color .15s, box-shadow .15s;
}
.field select option { color: #0b0d12; }
.field input::placeholder, .field textarea::placeholder { color: #6b7488; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--coral); box-shadow: 0 0 0 3px rgba(255,107,74,.18); }
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: .85rem; color: var(--muted); }
.form-success { display: none; padding: 16px 18px; border-radius: 12px; background: rgba(76,175,80,.12); color: #8fe39a; border: 1px solid rgba(76,175,80,.3); font-weight: 600; }
.form-success.show { display: block; }

/* ---------- Engine phase columns ---------- */
.phase { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 26px; }
.phase h4 { color: #fff; font-size: 1.02rem; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.phase .ph-num { width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; font-size: .8rem; font-weight: 800; color: #0b0d12; background: var(--grad); }
.phase ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.phase li { color: #aeb6c8; font-size: .92rem; display: flex; align-items: center; gap: 9px; }
.phase li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; flex: 0 0 auto; background: var(--blue); }

/* ---------- Blog index cards ---------- */
.post .meta { font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: #6b7488; margin-bottom: 14px; display: flex; gap: 12px; flex-wrap: wrap; }
.post .cat { font-weight: 700; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.post h3 { font-size: 1.4rem; margin-bottom: 10px; }
.post p { color: var(--muted); font-size: .97rem; }
.post .more { display: inline-block; margin-top: 18px; font-weight: 600; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.card .more { display: inline-block; margin-top: 16px; font-weight: 600; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Article ---------- */
.article { max-width: 760px; margin: 0 auto; }
.article-meta { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: #6b7488; display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 20px; }
.article-meta .cat { font-weight: 700; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.prose { color: #c3cad9; font-size: 1.1rem; line-height: 1.78; }
.prose > * + * { margin-top: 1.25em; }
.prose h2 { font-size: clamp(1.5rem,3vw,2.05rem); color: #fff; margin-top: 1.9em; letter-spacing: -0.02em; }
.prose h3 { font-size: 1.25rem; color: #fff; margin-top: 1.5em; }
.prose a { color: #ffb24a; font-weight: 600; border-bottom: 1px solid rgba(255,178,74,.35); }
.prose a:hover { border-bottom-color: #ffb24a; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin: .5em 0; }
.prose strong { color: #fff; }
.prose blockquote { margin: 1.5em 0; padding: 8px 0 8px 24px; border-left: 3px solid transparent; border-image: var(--grad) 1; color: #fff; font-size: 1.2rem; font-weight: 500; line-height: 1.5; }
.related { max-width: 760px; margin: 64px auto 0; border-top: 1px solid var(--line); padding-top: 40px; }
.related h4 { color: #fff; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; }

/* ---------- Hero background video ---------- */
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(1.2); }
.hero-lighter .hero-video { filter: brightness(1.45); }
.hero-video-overlay { position: absolute; inset: 0; z-index: 1; background:
  linear-gradient(90deg, rgba(8,10,16,.85), rgba(8,10,16,.58) 45%, rgba(8,10,16,.3)),
  linear-gradient(180deg, rgba(8,10,16,.22), rgba(8,10,16,.78)); }
@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
  .hero-has-video { background: #080a10 var(--hero-poster, none) center/cover no-repeat; }
}

/* ---------- Capabilities grid ---------- */
.cap-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.cap { display: flex; align-items: center; gap: 12px; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 15px 16px; font-weight: 600; font-size: .95rem; color: #e7ebf3; transition: transform .2s ease, border-color .2s ease; }
.cap:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.22); }
.cap .dot { width: 11px; height: 11px; border-radius: 3px; background: var(--grad); transform: rotate(45deg); flex: 0 0 auto; }
@media (max-width: 940px) { .cap-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .cap-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Inline video embed ---------- */
.video-embed { width: 100%; display: block; border-radius: 20px; border: 1px solid var(--line); box-shadow: var(--shadow); background: #000; aspect-ratio: 16 / 9; }
.video-cap { text-align: center; color: var(--muted); font-size: .9rem; margin-top: 14px; }
.vidgrid video { width: 100%; display: block; border-radius: 16px; border: 1px solid var(--line); box-shadow: var(--shadow); background: #000; }
.vid-square { aspect-ratio: 1 / 1; }
.vid-vert { aspect-ratio: 9 / 16; }

/* ---------- Marketing value section ---------- */
.value-num { font-weight: 900; line-height: 1; font-size: clamp(3rem, 9vw, 6rem); background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: -0.02em; }
.vtable-wrap { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--panel); max-width: 820px; margin: 0 auto; }
.vtable-wrap.scroll { max-height: 460px; overflow-y: auto; }
.vtable { width: 100%; border-collapse: collapse; }
.vtable th, .vtable td { text-align: left; padding: 13px 20px; border-bottom: 1px solid var(--line); font-size: .95rem; }
.vtable thead th { position: sticky; top: 0; background: #171b26; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; }
.vtable td:nth-child(2), .vtable th:nth-child(2), .vtable td:nth-child(3), .vtable th:nth-child(3) { text-align: right; }
.vtable td:nth-child(2) { color: #fff; font-weight: 600; }
.vtable tr:last-child td { border-bottom: none; }
.vtable .total td { font-weight: 800; color: #fff; background: rgba(255,255,255,.04); font-size: 1.02rem; }
.value-callout { max-width: 780px; margin: 0 auto; text-align: center; font-size: clamp(1.05rem, 2vw, 1.3rem); color: #e7ebf3; }
.value-callout strong { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.value-basis { max-width: 760px; margin: 18px auto 0; text-align: center; color: var(--muted); font-size: .86rem; }

/* ---------- Cookie consent banner ---------- */
.cookie-bar { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 200; max-width: 780px; margin: 0 auto; background: var(--panel); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 18px 20px; display: flex; gap: 16px 20px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.cookie-bar p { margin: 0; color: #c3cad9; font-size: .92rem; line-height: 1.5; flex: 1 1 320px; }
.cookie-bar a { color: #ffb24a; font-weight: 600; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.founder-photo { width: 100%; display: block; border-radius: 20px; border: 1px solid var(--line); box-shadow: var(--shadow); object-fit: cover; }

/* ---------- Product screenshot frame ---------- */
.shot { display: block; max-width: 1040px; margin: 0 auto; border-radius: 16px; border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; background: #0d1018; transition: transform .35s ease, box-shadow .35s ease; }
.shot img { width: 100%; display: block; }
a.shot:hover { transform: translateY(-4px); box-shadow: 0 30px 70px rgba(0,0,0,.5); border-color: rgba(255,154,61,.4); }
.shot-figure { max-width: 1040px; margin: 0 auto; }
.shot-figure .shot { margin: 0; }
.shot-cap { text-align: center; color: var(--muted); font-size: .95rem; margin: 16px auto 0; max-width: 70ch; }
.shot-label { font-weight: 700; color: #fff; }

/* ---------- Case study phase block ---------- */
.phase-block { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 30px; height: 100%; }
.phase-block .tag { font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.phase-block h3 { margin: 8px 0 14px; }
.phase-block ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.phase-block li { color: var(--muted); font-size: .95rem; }
.phase-block li strong { color: #fff; font-weight: 600; }

/* ---------- Responsive ---------- */
@media (max-width: 940px) { .g4 { grid-template-columns: repeat(2,1fr); } .stats { grid-template-columns: repeat(2,1fr); } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) {
  .section { padding: 84px 0; }
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .g2, .g3, .g4 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .cta { padding: 60px 24px; }
}
