/* landing.css — shared styles for location + industry SEO/GEO landing pages.
   Accent is driven by two vars set per-page: --accent (hex) and --accent-rgb (r,g,b). */
:root { --accent: #FFD400; --accent-rgb: 255,212,0; --accent-soft: rgba(var(--accent-rgb),0.14); }
body { background: #000; }

/* shared section bits */
.l-crumbs { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mid); margin-bottom: 30px; }
.l-crumbs a { color: var(--ink-mid); transition: color 0.2s; }
.l-crumbs a:hover { color: var(--accent); }
.l-crumbs .sep { opacity: 0.5; }
.l-crumbs .here { color: var(--ink); }
.l-crumbs .muted { color: var(--ink-mid); }
.l-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 22px; font-weight: 500; }
.l-eyebrow .num { color: var(--ink-mid); }
.l-h2 { font-family: var(--display); font-size: clamp(38px, 5.4vw, 80px); font-weight: 400; line-height: 0.96; letter-spacing: -0.03em; max-width: 18ch; }
.l-h2 strong { font-weight: 700; }
.l-h2 em { font-style: italic; font-weight: 400; color: var(--accent); }
.l-h2 .marker { background: var(--accent); color: #000; padding: 0 12px; border-radius: 6px; font-weight: 700; transform: rotate(-1deg); display: inline-block; }
.l-h2 .marker.mag { background: var(--magenta); color: var(--ink); }
.l-lede { color: var(--ink-soft); font-size: 18px; line-height: 1.6; max-width: 56ch; }
.l-lede strong { color: var(--ink); }
.l-lede a, .faq-a a { color: var(--accent); }

/* HERO */
.l-hero { padding: 56px 0 84px; position: relative; overflow: hidden; }
.l-hero .blob-a { position: absolute; top: 40px; right: 4%; width: 540px; height: 540px; background: var(--accent); border-radius: 50%; filter: blur(150px); opacity: 0.16; pointer-events: none; }
.l-hero .blob-b { position: absolute; bottom: -120px; left: -120px; width: 360px; height: 360px; background: var(--magenta); border-radius: 50%; filter: blur(120px); opacity: 0.16; pointer-events: none; }
.l-hero-grid { position: relative; z-index: 2; max-width: 1000px; }
.l-hero .l-deck { max-width: 62ch; }
.l-meta-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }
.l-flag-tag { font-family: var(--display); font-weight: 700; font-size: 18px; background: var(--accent); color: #000; padding: 8px 16px; border-radius: 12px; border: 2px solid #000; box-shadow: 4px 4px 0 #000; transform: rotate(-2deg); }
.l-cat-pill { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; border: 1.5px solid var(--line); padding: 8px 14px; border-radius: 999px; color: var(--ink-soft); }
.l-cat-pill.accent { border-color: rgba(var(--accent-rgb),0.45); }
.l-cat-pill .dot-mini { display: inline-block; width: 7px; height: 7px; background: var(--accent); border-radius: 50%; margin-right: 8px; vertical-align: middle; }
.l-h1 { font-family: var(--display); font-size: clamp(52px, 7vw, 108px); font-weight: 300; line-height: 0.9; letter-spacing: -0.045em; margin-bottom: 28px; max-width: 16ch; }
.l-h1 strong { font-weight: 700; }
.l-h1 .marker { background: var(--accent); color: #000; padding: 0 12px; border-radius: 8px; font-weight: 700; transform: rotate(-1.5deg); display: inline-block; }
.l-deck { font-family: var(--display); font-size: clamp(19px, 1.5vw, 24px); font-weight: 400; color: var(--ink-soft); max-width: 48ch; line-height: 1.45; margin-bottom: 32px; }
.l-deck strong { color: var(--ink); font-weight: 600; }
.l-deck mark { background: var(--accent); color: #000; padding: 2px 8px; border-radius: 4px; font-weight: 500; }
.l-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* stat strip */
.l-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; margin-top: 56px; position: relative; z-index: 2; }
.l-strip-item { padding: 4px 24px; border-right: 1px solid var(--line); }
.l-strip-item:last-child { border-right: none; }
.l-strip-item .v { font-family: var(--display); font-size: clamp(26px, 2.6vw, 38px); font-weight: 700; letter-spacing: -0.03em; color: var(--ink); line-height: 1; }
.l-strip-item:nth-child(1) .v, .l-strip-item:nth-child(3) .v { color: var(--accent); }
.l-strip-item .k { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mid); margin-top: 10px; }

/* WHY */
.l-answer { padding: 100px 0 0; }
.l-answer .big { font-family: var(--display); font-size: clamp(23px, 2.5vw, 36px); font-weight: 500; line-height: 1.32; letter-spacing: -0.025em; color: var(--ink-soft); max-width: 40ch; }
.l-answer .big strong { color: var(--ink); font-weight: 700; }
.l-answer .big .hl { color: var(--accent); font-weight: 700; }
.l-why { padding: 120px 0; }
.l-why .grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 56px; align-items: start; }
.l-why p { color: var(--ink-soft); font-size: 18px; line-height: 1.7; margin-bottom: 22px; max-width: 56ch; }
.l-why p:last-child { margin-bottom: 0; }
.l-why p strong { color: var(--ink); }
.l-why .kicker { font-family: var(--display); font-size: 21px; color: var(--ink); font-weight: 500; line-height: 1.5; border-left: 3px solid var(--accent); padding-left: 22px; }

/* MARKET / CONTEXT STATS */
.l-market { padding: 110px 0; background: linear-gradient(180deg, transparent, rgba(var(--accent-rgb),0.04), transparent); border-top: 2px dashed rgba(255,255,255,0.16); border-bottom: 2px dashed rgba(255,255,255,0.16); }
.l-market h2 { margin-bottom: 56px; }
.mk-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mk-card { padding: 34px 26px; border-radius: 22px; background: #0a0a0a; border: 2px solid var(--ink); transition: transform 0.3s; }
.mk-card:nth-child(1) { box-shadow: 6px 6px 0 var(--accent); transform: rotate(-1deg); }
.mk-card:nth-child(2) { box-shadow: 6px 6px 0 var(--magenta); transform: rotate(0.5deg); }
.mk-card:nth-child(3) { box-shadow: 6px 6px 0 var(--lime); transform: rotate(-0.5deg); }
.mk-card:nth-child(4) { box-shadow: 6px 6px 0 var(--orange); transform: rotate(1deg); }
.mk-card:hover { transform: rotate(0) translate(-2px,-2px); }
.mk-card .num { font-family: var(--display); font-size: clamp(44px, 4.6vw, 68px); font-weight: 700; line-height: 0.9; letter-spacing: -0.04em; margin-bottom: 14px; }
.mk-card:nth-child(1) .num { color: var(--accent); }
.mk-card:nth-child(2) .num { color: var(--magenta); }
.mk-card:nth-child(3) .num { color: var(--lime); }
.mk-card:nth-child(4) .num { color: var(--orange); }
.mk-card .desc { color: var(--ink-soft); font-size: 14.5px; line-height: 1.5; }
.mk-card .desc strong { color: var(--ink); }

/* SERVICES */
.l-services { padding: 120px 0; }
.l-services .head { margin-bottom: 56px; max-width: 760px; }
.l-services .head .l-lede { margin-top: 22px; }
.svc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.svc-card { display: flex; flex-direction: column; gap: 12px; padding: 30px; border-radius: 22px; background: #0a0a0a; border: 1.5px solid var(--line); transition: border-color 0.3s, transform 0.3s, background 0.3s; position: relative; overflow: hidden; min-height: 230px; }
.svc-card::before { content: ""; position: absolute; top: 0; left: 0; height: 3px; width: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 0.4s; }
.svc-card:hover { border-color: var(--accent); transform: translateY(-4px); background: #0d0d0d; }
.svc-card:hover::before { transform: scaleX(1); }
.svc-card .cnum { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; color: var(--ink-mid); }
.svc-card h3 { font-family: var(--display); font-size: 26px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.05; }
.svc-card p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.55; flex: 1; }
.svc-card .arrow { align-self: flex-end; width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; font-size: 16px; transition: transform 0.3s, background 0.3s, color 0.3s, border-color 0.3s; }
.svc-card:hover .arrow { transform: translate(3px,-3px) rotate(45deg); background: var(--accent); color: #000; border-color: var(--accent); }

/* CHIPS (other industries / cross-links) */
.l-inds { padding: 110px 0; border-top: 2px dashed rgba(255,255,255,0.16); }
.l-inds .head { margin-bottom: 44px; }
.chip-wrap { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }
.ind-chip { display: inline-flex; align-items: center; gap: 12px; padding: 15px 22px; border-radius: 999px; background: #0a0a0a; border: 2px solid var(--ink); font-family: var(--display); font-size: clamp(17px, 1.5vw, 22px); font-weight: 500; letter-spacing: -0.01em; transition: transform 0.2s, background 0.2s, color 0.2s; }
.ind-chip .cn { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--ink-mid); }
.ind-chip:nth-child(odd) { box-shadow: 4px 4px 0 var(--accent); }
.ind-chip:nth-child(even) { box-shadow: 4px 4px 0 var(--magenta); transform: rotate(-1.5deg); }
.ind-chip:hover { transform: translate(-2px,-2px) rotate(0); background: var(--accent); color: #000; }
.ind-chip:hover .cn { color: #000; }
.l-inds .closer { font-family: var(--display); font-size: clamp(22px, 2.2vw, 32px); font-weight: 500; color: var(--ink); letter-spacing: -0.02em; }
.l-inds .closer .mag { color: var(--magenta); }

/* PROOF */
.l-proof { padding: 120px 0; background: linear-gradient(180deg, transparent, rgba(255,31,138,0.04), transparent); border-top: 2px dashed rgba(255,255,255,0.16); border-bottom: 2px dashed rgba(255,255,255,0.16); }
.l-proof h2 { margin-bottom: 56px; }
.pf-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pf-stat { padding: 36px 28px; border-radius: 22px; background: #0a0a0a; border: 1.5px solid var(--line); transition: transform 0.3s, border-color 0.3s; }
.pf-stat:hover { transform: translateY(-6px); border-color: var(--accent); }
.pf-stat .num { font-family: var(--display); font-size: clamp(50px, 5vw, 80px); font-weight: 700; line-height: 0.9; letter-spacing: -0.04em; margin-bottom: 14px; color: var(--ink); }
.pf-stat:nth-child(1) .num { color: var(--accent); }
.pf-stat:nth-child(3) .num { color: var(--magenta); }
.pf-stat .pn { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mid); margin-bottom: 16px; }
.pf-stat .desc { color: var(--ink-soft); font-size: 14px; line-height: 1.5; }
.pf-stat .desc strong { color: var(--ink); }

/* HOW IT WORKS */
.l-how { padding: 120px 0; }
.l-how .head { margin-bottom: 64px; }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 30px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(180deg, var(--accent), var(--magenta), var(--orange)); opacity: 0.3; }
.tl-step { display: grid; grid-template-columns: 60px 1fr 1.5fr; gap: 32px; padding: 32px 0; align-items: start; border-bottom: 1px solid var(--line); }
.tl-step:last-child { border-bottom: none; }
.tl-dot { width: 60px; height: 60px; border-radius: 50%; background: #0a0a0a; border: 2px solid var(--ink); display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 18px; transition: all 0.3s; }
.tl-step:hover .tl-dot { background: var(--accent); color: #000; border-color: var(--accent); transform: scale(1.08); }
.tl-when { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mid); margin-top: 16px; }
.tl-when strong { display: block; color: var(--accent); font-size: 16px; margin-top: 6px; letter-spacing: 0.06em; font-weight: 500; font-family: var(--display); text-transform: none; }
.tl-body h4 { font-family: var(--display); font-size: clamp(24px, 2.4vw, 32px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.05; margin-bottom: 12px; }
.tl-body p { color: var(--ink-soft); font-size: 16px; line-height: 1.6; max-width: 60ch; }

/* TESTIMONIALS */
.l-quotes { padding: 120px 0; border-top: 2px dashed rgba(255,255,255,0.16); }
.l-quotes .head { margin-bottom: 56px; }
.q-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.q-card { background: #0a0a0a; border: 2px solid var(--ink); border-radius: 24px; padding: clamp(28px, 3vw, 40px); display: flex; flex-direction: column; gap: 26px; }
.q-card:nth-child(1) { box-shadow: 8px 8px 0 var(--accent); }
.q-card:nth-child(2) { box-shadow: 8px 8px 0 var(--magenta); }
.q-card blockquote { font-family: var(--display); font-size: clamp(20px, 1.8vw, 26px); font-weight: 400; line-height: 1.35; letter-spacing: -0.015em; color: var(--ink); }
.q-card .q-meta { display: flex; align-items: center; gap: 16px; padding-top: 22px; border-top: 1px solid var(--line); margin-top: auto; }
.q-avatar { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 20px; flex-shrink: 0; border: 2px solid #000; color: #000; }
.q-card:nth-child(1) .q-avatar { background: var(--accent); box-shadow: 3px 3px 0 #000; }
.q-card:nth-child(2) .q-avatar { background: var(--magenta); color: #fff; box-shadow: 3px 3px 0 #000; }
.q-name { font-family: var(--display); font-size: 19px; font-weight: 600; }
.q-role { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mid); margin-top: 4px; }

/* ALSO SERVING / NEARBY */
.l-nearby { padding: 90px 0; }
.nearby-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: center; text-align: center; }
.nearby-row .lbl { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mid); }
.nearby-link { font-family: var(--display); font-size: clamp(20px, 2vw, 28px); font-weight: 500; letter-spacing: -0.02em; border-bottom: 2px solid var(--accent); padding-bottom: 2px; transition: color 0.2s; }
.nearby-link:hover { color: var(--accent); }

/* FAQ */
.l-faq { padding: 110px 0; border-top: 2px dashed rgba(255,255,255,0.16); }
.faq-grid { display: grid; grid-template-columns: 0.9fr 1.4fr; gap: 72px; align-items: start; }
.faq-list { border-top: 2px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); padding: 24px 0; cursor: pointer; transition: padding 0.3s, background 0.3s; }
.faq-item:hover { padding-left: 14px; background: rgba(var(--accent-rgb),0.04); }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 24px; font-family: var(--display); font-size: clamp(19px, 1.7vw, 25px); font-weight: 500; letter-spacing: -0.015em; line-height: 1.3; }
.faq-q::after { content: "+"; font-family: var(--display); font-size: 30px; font-weight: 600; color: var(--accent); transition: transform 0.3s; flex-shrink: 0; }
.faq-item.is-open { background: rgba(var(--accent-rgb),0.04); padding-left: 14px; padding-right: 14px; }
.faq-item.is-open .faq-q::after { transform: rotate(45deg); color: var(--magenta); }
.faq-item.is-open .faq-q { color: var(--accent); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.5s, padding 0.3s; color: var(--ink-soft); font-size: 16px; line-height: 1.6; max-width: 72ch; }
.faq-item.is-open .faq-a { max-height: 460px; padding-top: 16px; }
.faq-a strong { color: var(--ink); }

/* CTA */
.l-cta { padding: 150px 0 120px; text-align: center; position: relative; overflow: hidden; }
.l-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 30%, rgba(var(--accent-rgb),0.18), transparent 60%); pointer-events: none; }
.l-cta-inner { position: relative; z-index: 1; }
.l-cta h2 { font-family: var(--display); font-size: clamp(48px, 8vw, 140px); font-weight: 300; line-height: 0.9; letter-spacing: -0.045em; max-width: 18ch; margin: 0 auto 26px; }
.l-cta h2 strong { font-weight: 700; }
.l-cta h2 em { font-style: italic; font-weight: 700; color: var(--accent); }
.l-cta p { color: var(--ink-soft); font-size: 18px; line-height: 1.6; max-width: 52ch; margin: 0 auto 34px; }
.l-cta-row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; align-items: center; }
.l-cta .l-cta-foot { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mid); margin: 52px auto 0; }

/* PACKAGES */
.l-deliver { padding: 120px 0; border-top: 2px dashed rgba(255,255,255,0.16); }
.l-deliver .head { margin-bottom: 56px; max-width: 820px; }
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.pkg-card { display: flex; flex-direction: column; background: #0a0a0a; border: 2px solid var(--ink); border-radius: 24px; padding: 32px 28px; position: relative; transition: transform 0.3s, box-shadow 0.3s; }
.pkg-card:hover { transform: translateY(-5px); }
.pkg-card.is-feature { border-color: var(--accent); box-shadow: 10px 10px 0 var(--accent); }
.pkg-badge { position: absolute; top: -14px; left: 28px; font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; background: var(--accent); color: #000; padding: 6px 13px; border-radius: 999px; border: 2px solid #000; }
.pkg-name { font-family: var(--display); font-size: clamp(30px, 3vw, 42px); font-weight: 700; letter-spacing: -0.03em; line-height: 0.95; margin-bottom: 10px; }
.pkg-name em { font-style: normal; color: var(--accent); }
.pkg-tag { color: var(--ink-soft); font-size: 14.5px; line-height: 1.5; margin-bottom: 26px; min-height: 64px; }
.pkg-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1.5px solid var(--line); border-radius: 14px; overflow: hidden; margin-bottom: 26px; }
.pkg-metric { padding: 16px 10px; text-align: center; border-right: 1px solid var(--line); }
.pkg-metric:last-child { border-right: none; }
.pkg-metric .mn { font-family: var(--display); font-size: 28px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; color: var(--accent); }
.pkg-card:not(.is-feature) .pkg-metric .mn { color: var(--ink); }
.pkg-metric .ml { font-family: var(--mono); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mid); margin-top: 7px; }
.pkg-feats { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.pkg-feats li { display: flex; gap: 11px; font-size: 14px; line-height: 1.4; color: var(--ink-soft); }
.pkg-feats li::before { content: "✓"; color: var(--accent); font-weight: 700; flex-shrink: 0; }
.pkg-feats li strong { color: var(--ink); font-weight: 600; }
.pkg-cover { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mid); border-top: 1px solid var(--line); padding-top: 16px; margin-bottom: 18px; line-height: 1.6; }
.pkg-best { font-size: 13px; line-height: 1.55; color: var(--ink-soft); margin-bottom: 24px; }
.pkg-best strong { color: var(--ink); font-weight: 600; }
.pkg-card .btn-chunky { width: 100%; text-align: center; margin-top: auto; }
.pkg-custom { margin-top: 18px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; background: linear-gradient(135deg, #131313, #0a0a0a); border: 2px solid var(--ink); border-radius: 24px; box-shadow: 8px 8px 0 var(--magenta); padding: clamp(28px, 3.4vw, 44px); }
.pkg-custom h3 { font-family: var(--display); font-size: clamp(26px, 2.8vw, 40px); font-weight: 600; letter-spacing: -0.03em; line-height: 1; margin-bottom: 12px; }
.pkg-custom h3 .mag { color: var(--magenta); }
.pkg-custom p { color: var(--ink-soft); font-size: 16px; line-height: 1.55; max-width: 58ch; }
.pkg-custom p strong { color: var(--ink); }
.pkg-custom .btn-chunky { white-space: nowrap; }

/* COMPARISON TABLE */
.l-compare { padding: 120px 0; }
.l-compare .head { margin-bottom: 56px; max-width: 720px; }
.cmp-wrap { border: 2px solid var(--ink); border-radius: 24px; overflow: hidden; }
.cmp-table { width: 100%; border-collapse: collapse; }
.cmp-table th, .cmp-table td { text-align: left; padding: 22px 26px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); font-size: 15px; line-height: 1.45; vertical-align: middle; }
.cmp-table th:last-child, .cmp-table td:last-child { border-right: none; }
.cmp-table thead th { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mid); background: #0a0a0a; font-weight: 500; }
.cmp-table thead th.us { color: #000; background: var(--accent); font-weight: 700; font-family: var(--display); font-size: 17px; letter-spacing: -0.01em; text-transform: none; }
.cmp-table tbody th { font-family: var(--display); font-weight: 600; font-size: 16px; color: var(--ink); letter-spacing: -0.01em; }
.cmp-table td { color: var(--ink-soft); }
.cmp-table td.us { background: rgba(var(--accent-rgb),0.06); color: var(--ink); font-weight: 500; }
.cmp-table tbody tr:last-child th, .cmp-table tbody tr:last-child td { border-bottom: none; }
.cmp-table .yes { color: var(--lime); font-weight: 700; }
.cmp-table .no { color: var(--ink-mid); }
.cmp-scroll { overflow-x: auto; }

/* CASE STUDY */
.l-case { padding: 120px 0; border-top: 2px dashed rgba(255,255,255,0.16); border-bottom: 2px dashed rgba(255,255,255,0.16); background: linear-gradient(180deg, transparent, rgba(199,255,61,0.04), transparent); }
.case-card { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: center; }
.case-tag { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mid); margin-bottom: 20px; }
.case-tag .badge { background: var(--lime); color: #000; padding: 4px 10px; border-radius: 6px; font-weight: 600; }
.case-card h3 { font-family: var(--display); font-size: clamp(28px, 3.2vw, 46px); font-weight: 600; letter-spacing: -0.03em; line-height: 1.02; margin-bottom: 20px; }
.case-card .problem { color: var(--ink-soft); font-size: 17px; line-height: 1.65; margin-bottom: 16px; }
.case-card .problem strong { color: var(--ink); }
.case-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 2px solid var(--ink); border-radius: 22px; overflow: hidden; }
.case-metric { padding: 32px 24px; border-right: 1px solid var(--line); background: #0a0a0a; }
.case-metric:last-child { border-right: none; }
.case-metric .num { font-family: var(--display); font-size: clamp(36px, 3.8vw, 56px); font-weight: 700; letter-spacing: -0.04em; line-height: 0.9; margin-bottom: 10px; }
.case-metric:nth-child(1) .num { color: var(--accent); }
.case-metric:nth-child(2) .num { color: var(--magenta); }
.case-metric:nth-child(3) .num { color: var(--lime); }
.case-metric .lbl { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mid); line-height: 1.4; }

@media (max-width: 1100px) {
  .case-card { grid-template-columns: 1fr; gap: 32px; }
  .pkg-grid { grid-template-columns: 1fr; gap: 28px; }
  .pkg-card.is-feature { box-shadow: 6px 6px 0 var(--accent); }
  .pkg-tag { min-height: 0; }
  .pkg-custom { grid-template-columns: 1fr; gap: 20px; text-align: left; }
  .pkg-custom .btn-chunky { justify-self: start; }
  .l-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .svc-cards { grid-template-columns: repeat(2, 1fr); }
  .mk-grid, .pf-grid { grid-template-columns: repeat(2, 1fr); }
  .l-why .grid, .faq-grid, .q-grid { grid-template-columns: 1fr; gap: 32px; }
  .l-strip { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .l-strip-item:nth-child(2) { border-right: none; }
}
@media (max-width: 700px) {
  .svc-cards { grid-template-columns: 1fr; }
  .mk-grid, .pf-grid { grid-template-columns: 1fr; }
  .case-metrics { grid-template-columns: 1fr; }
  .case-metric { border-right: none; border-bottom: 1px solid var(--line); }
  .case-metric:last-child { border-bottom: none; }
  .l-strip { grid-template-columns: 1fr; }
  .l-strip-item { border-right: none; border-bottom: 1px solid var(--line); padding: 14px 0; }
  .l-strip-item:last-child { border-bottom: none; }
  .tl-step { grid-template-columns: 50px 1fr; gap: 16px; }
  .tl-step .tl-when { grid-column: 2; margin-top: 0; }
  .tl-step .tl-body { grid-column: 1 / -1; }
  .timeline::before { left: 25px; }
}
