/* FreelancerAI — warm paper, forest green, tangerine accent */
:root {
  --bg: #F6F1E7;
  --bg-2: #EFE8D9;
  --surface: #FFFFFF;
  --ink: #17201B;
  --ink-2: #3D4A43;
  --muted: #6F7B74;
  --line: rgba(23,32,27,.1);
  --line-strong: rgba(23,32,27,.2);
  --green: #0E6B4E;
  --green-2: #1F9D6F;
  --green-deep: #094A36;
  --green-soft: rgba(14,107,78,.1);
  --orange: #F4731F;
  --orange-deep: #D95E0F;
  --orange-soft: rgba(244,115,31,.12);
  --sun: #FFC857;
  --sun-soft: rgba(255,200,87,.25);
  --dark: #0F1F19;
  --dark-2: #16302A;
  --dark-line: rgba(255,255,255,.1);
  --grad: linear-gradient(120deg, #0E6B4E 0%, #1F9D6F 100%);
  --grad-warm: linear-gradient(120deg, #F4731F 0%, #FFC857 100%);
  --r: 18px;
  --r-lg: 28px;
  --r-sm: 10px;
  --shadow: 0 1px 2px rgba(23,32,27,.05), 0 18px 40px -22px rgba(23,32,27,.28);
  --shadow-lg: 0 40px 80px -30px rgba(14,107,78,.35);
  --font-display: 'Sora', 'Manrope', system-ui, sans-serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --max: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--bg); }
body {
  font-family: var(--font-body); background: var(--bg); color: var(--ink);
  line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased; overflow-x: hidden; position: relative;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul, ol { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; letter-spacing: -.025em; line-height: 1.1; color: var(--ink); }
h1 { font-size: clamp(36px, 5vw, 62px); font-weight: 700; }
h2 { font-size: clamp(28px, 3.4vw, 42px); }
h3 { font-size: clamp(18px, 1.8vw, 22px); }
h4 { font-size: 15px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
p { color: var(--ink-2); }
.muted { color: var(--muted); }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; position: relative; }
.section-alt { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-dark { background: var(--dark); color: #fff; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark p { color: rgba(255,255,255,.72); }
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head p { font-size: 18px; margin-top: 16px; color: var(--muted); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--orange-deep); margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px var(--orange-soft); }
.eyebrow-light { color: var(--dark); }
.eyebrow-light::before { background: var(--dark); box-shadow: 0 0 0 4px rgba(15,31,25,.15); }
main { position: relative; z-index: 1; }
mark { background: none; color: inherit; position: relative; white-space: nowrap; }
mark::after {
  content: ""; position: absolute; left: -2%; right: -2%; bottom: .06em; height: .32em; z-index: -1; border-radius: 4px;
  background: var(--grad-warm); opacity: .75; transform: skew(-8deg);
}

/* background dots */
#bg-dots { position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .9; }

/* chips, buttons */
.chip { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; background: var(--green-soft); color: var(--green); }
.chip-sun { background: var(--sun); color: var(--ink); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; font-size: 15px;
  padding: 14px 22px; border-radius: 999px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease; white-space: nowrap; border: 1.5px solid transparent;
}
.btn .arrow { transition: transform .18s ease; }
.btn:hover .arrow { transform: translateX(4px); }
.btn:hover { transform: translateY(-1px); }
.btn-sm { padding: 10px 16px; font-size: 14px; }
.btn-lg { padding: 18px 28px; font-size: 16px; }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-deep); }
.btn-accent { background: var(--orange); color: #fff; box-shadow: 0 12px 30px -12px rgba(244,115,31,.7); }
.btn-accent:hover { background: var(--orange-deep); }
.btn-outline { border-color: var(--line-strong); color: var(--ink); background: transparent; }
.btn-outline:hover { border-color: var(--ink); }
.btn-ghost { color: var(--ink); background: transparent; }
.btn-ghost:hover { background: var(--green-soft); color: var(--green); }
.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { background: #000; }
.btn-light { background: #fff; color: var(--ink); }
.btn-outline-light { border-color: rgba(255,255,255,.4); color: #fff; }
.btn-outline-light:hover { border-color: #fff; }
.link { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.more { margin-top: 36px; text-align: center; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* header */
.header { position: sticky; top: 0; z-index: 50; background: rgba(246,241,231,.75); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s; }
.header.scrolled { border-bottom-color: var(--line); }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; height: 74px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 19px; letter-spacing: -.02em; }
.logo-mark { width: 34px; height: 34px; }
.logo em { font-style: normal; color: var(--green); }
.nav { display: flex; justify-content: center; gap: 4px; }
.nav a { white-space: nowrap; padding: 8px 14px; border-radius: 999px; font-weight: 600; font-size: 14.5px; color: var(--ink-2); transition: background .15s, color .15s; }
.nav a:hover { background: var(--surface); color: var(--ink); box-shadow: 0 1px 0 var(--line); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.promo-pill { white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 999px; background: var(--sun); color: var(--ink); font-size: 13px; font-weight: 600; margin-right: 6px; }
.promo-pill svg { width: 16px; height: 16px; }
.burger { display: none; width: 42px; height: 42px; position: relative; }
.burger span, .burger span::before, .burger span::after { position: absolute; left: 11px; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; content: ""; transition: transform .2s; }
.burger span { top: 20px; }
.burger span::before { left: 0; top: -6px; }
.burger span::after { left: 0; top: 6px; }
.mobile-nav { display: none; }
body.nav-open .mobile-nav { display: flex; flex-direction: column; gap: 4px; padding: 10px 24px 20px; border-top: 1px solid var(--line); background: var(--bg); }
.mobile-nav a { padding: 12px 8px; font-weight: 600; font-size: 17px; border-bottom: 1px solid var(--line); }
.mobile-nav .m-cta { border: 0; margin-top: 10px; background: var(--orange); color: #fff; border-radius: 999px; text-align: center; }

/* hero */
.hero { position: relative; padding: 72px 0 40px; overflow: hidden; }
.blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; pointer-events: none; animation: drift 18s ease-in-out infinite alternate; }
.blob-a { width: 620px; height: 620px; background: radial-gradient(circle, rgba(255,200,87,.9), rgba(244,115,31,.35) 55%, transparent 70%); top: -220px; right: -140px; }
.blob-b { width: 520px; height: 520px; background: radial-gradient(circle, rgba(31,157,111,.55), transparent 70%); bottom: -220px; left: -160px; animation-delay: -8s; }
@keyframes drift { from { transform: translate(0,0) scale(1); } to { transform: translate(-40px, 30px) scale(1.12); } }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 56px; align-items: center; position: relative; }
.hero-grid > * { min-width: 0; }
.live { display: inline-flex; align-items: center; gap: 10px; max-width: 100%; white-space: nowrap; font-size: 13.5px; font-weight: 600; color: var(--ink-2); background: var(--surface); border: 1px solid var(--line); padding: 8px 14px 8px 10px; border-radius: 999px; margin-bottom: 22px; box-shadow: var(--shadow); }
.live .typer { flex: 0 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.live i { width: 9px; height: 9px; border-radius: 50%; background: var(--green-2); box-shadow: 0 0 0 0 rgba(31,157,111,.6); animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(31,157,111,.6); } 100% { box-shadow: 0 0 0 10px rgba(31,157,111,0); } }
.typer { color: var(--green); }
.typer::after { content: "|"; color: var(--orange); animation: blink 1s steps(2) infinite; margin-left: 1px; }
@keyframes blink { to { opacity: 0; } }
.switch { display: inline-flex; gap: 4px; padding: 4px; background: var(--bg-2); border-radius: 999px; margin-bottom: 26px; border: 1px solid var(--line); }
.switch button { padding: 9px 18px; border-radius: 999px; font-weight: 700; font-size: 14px; color: var(--muted); transition: background .2s, color .2s, box-shadow .2s; }
.switch button[aria-pressed="true"] { background: var(--dark); color: #fff; box-shadow: var(--shadow); }
[data-aud] { display: none; }
body[data-audience="client"] [data-aud="client"], body[data-audience="freelancer"] [data-aud="freelancer"] { display: initial; }
body[data-audience="client"] .btn[data-aud="client"], body[data-audience="freelancer"] .btn[data-aud="freelancer"] { display: inline-flex; }
body[data-audience="client"] p[data-aud="client"], body[data-audience="freelancer"] p[data-aud="freelancer"] { display: block; }
h1 span[data-aud] { display: none; }
body[data-audience="client"] h1 span[data-aud="client"], body[data-audience="freelancer"] h1 span[data-aud="freelancer"] { display: inline; }
.hero h1 { margin-bottom: 22px; max-width: 14ch; }
.hero .lead { font-size: 18px; max-width: 560px; color: var(--ink-2); margin-bottom: 30px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.hero-trust { display: flex; gap: 18px; flex-wrap: wrap; font-size: 13.5px; color: var(--muted); font-weight: 600; }
.hero-trust li { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust svg { width: 16px; height: 16px; color: var(--green-2); }

.hero-panel { position: relative; min-height: 560px; padding-bottom: 30px; }
.order { background: var(--surface); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--shadow-lg), var(--shadow); border: 1px solid var(--line); position: relative; z-index: 2; width: min(100%, 440px); margin-left: auto; }
.order-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.order-title { font-family: var(--font-display); font-weight: 600; font-size: 17px; }
.order-id { font-size: 12px; color: var(--muted); font-weight: 700; letter-spacing: .06em; }
.order label { display: block; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin: 14px 0 6px; }
.field { min-width: 0; max-width: 100%; border: 1.5px solid var(--line-strong); border-radius: var(--r-sm); padding: 11px 14px; font-size: 14.5px; font-weight: 600; color: var(--ink); background: var(--bg); position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.field-select { border-color: var(--green); background: var(--surface); padding-right: 36px; }
.field-select i { position: absolute; right: 14px; top: 50%; width: 8px; height: 8px; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: translateY(-70%) rotate(45deg); }
.order-thumbs { display: flex; gap: 8px; }
.order-thumbs img { width: 56px; height: 72px; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); }
.order-thumbs .plus { width: 56px; height: 72px; border: 1.5px dashed var(--line-strong); border-radius: 8px; display: grid; place-items: center; color: var(--muted); font-size: 22px; }
.estimate { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 10px; margin: 18px 0 16px; padding: 14px; background: var(--green-soft); border-radius: var(--r-sm); }
.estimate small { display: block; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.estimate b { font-size: 14px; color: var(--green-deep); }
.estimate s { color: var(--muted); font-size: 14px; font-weight: 600; }
.order-go { width: 100%; }
.log { position: relative; z-index: 1; margin: -26px 0 0; padding: 44px 22px 44px; background: var(--dark); color: rgba(255,255,255,.8); border-radius: 0 0 var(--r-lg) var(--r-lg); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12.5px; width: 100%; }
.log-line { display: flex; gap: 10px; align-items: center; padding: 4px 0; opacity: 0; animation: login .5s ease forwards; }
.log-line i { width: 6px; height: 6px; border-radius: 50%; background: var(--sun); flex: none; }
.log-line:nth-child(1) { animation-delay: .4s; } .log-line:nth-child(2) { animation-delay: 1s; } .log-line:nth-child(3) { animation-delay: 1.6s; } .log-line:nth-child(4) { animation-delay: 2.2s; } .log-line:nth-child(5) { animation-delay: 2.9s; }
.log-line.ok { color: #7EE2B8; font-weight: 700; }
.log-line.ok i { display: none; }
@keyframes login { to { opacity: 1; } }
.float { position: absolute; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 14px 16px; font-size: 13.5px; font-weight: 600; box-shadow: var(--shadow); z-index: 3; width: 250px; animation: bob 6s ease-in-out infinite; }
.float b { color: var(--orange-deep); }
.float .dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); margin-right: 8px; animation: pulse 1.6s infinite; }
.float .dot.done { background: var(--green-2); animation: none; }
.float-1 { left: -14px; bottom: 6px; }
.float-2 { right: -14px; bottom: -30px; animation-delay: -3s; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.bar { height: 5px; background: var(--bg-2); border-radius: 3px; overflow: hidden; margin: 10px 0; }
.bar i { display: block; height: 100%; width: 40%; background: var(--grad-warm); animation: bar 2.6s ease-in-out infinite; }
@keyframes bar { 0% { width: 15%; } 100% { width: 88%; } }
.op-compare { font-size: 12.5px; color: var(--ink-2); font-weight: 600; }
.op-compare b { color: var(--green); }
.op-compare span { color: var(--muted); font-weight: 500; }

/* exchanges strip + marquee */
.exch { border-top: 1px solid var(--line); background: var(--surface); }
.exch-inner { display: flex; align-items: center; gap: 24px; padding: 18px 24px; flex-wrap: wrap; }
.exch-lbl { font-size: 13px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.exch-list { display: flex; gap: 8px; flex-wrap: wrap; }
.exch-list span { padding: 6px 14px; border-radius: 999px; border: 1px solid var(--line-strong); font-weight: 700; font-size: 14px; color: var(--ink-2); }
.marquee { overflow: hidden; background: var(--dark); color: #fff; padding: 14px 0; }
.marquee-track { display: flex; gap: 0; width: max-content; animation: marquee 60s linear infinite; }
.marquee a { display: inline-flex; align-items: center; gap: 10px; padding: 0 28px; font-size: 14px; font-weight: 600; white-space: nowrap; border-right: 1px solid var(--dark-line); color: rgba(255,255,255,.85); }
.marquee a b { color: var(--sun); }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee:hover .marquee-track { animation-play-state: paused; }

/* stats */
.section-stats { padding: 64px 0 24px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 8px 28px; border-left: 2px solid var(--orange); }
.stat b { display: block; font-family: var(--font-display); font-size: clamp(34px, 3.4vw, 46px); font-weight: 700; color: var(--green); letter-spacing: -.03em; line-height: 1; margin-bottom: 8px; }
.stat span { color: var(--muted); font-size: 14.5px; font-weight: 500; }

/* catalog */
.head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; margin-bottom: 40px; }
.head-row .section-head { margin-bottom: 0; }
.cat-tabs { display: flex; gap: 6px; flex-wrap: wrap; }
.cat-tabs button { padding: 9px 16px; border-radius: 999px; border: 1.5px solid var(--line-strong); font-weight: 700; font-size: 13.5px; color: var(--ink-2); transition: all .15s; }
.cat-tabs button[aria-pressed="true"] { background: var(--green); border-color: var(--green); color: #fff; }
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.svc { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; display: flex; flex-direction: column; gap: 12px; transition: transform .2s, box-shadow .2s, border-color .2s; overflow: hidden; }
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--green-2); }
.svc.hidden { display: none; }
.svc-top { display: flex; justify-content: space-between; align-items: center; }
.svc-eta { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--muted); }
.svc-eta svg { width: 15px; height: 15px; }
.svc-num { position: absolute; right: 18px; bottom: 16px; font-family: var(--font-display); font-size: 56px; font-weight: 700; color: var(--bg-2); line-height: 1; pointer-events: none; }
.svc h3 { font-size: 19px; position: relative; }
.svc p { font-size: 14.5px; color: var(--muted); flex: 1; position: relative; }
.svc-price { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; border-top: 1px dashed var(--line-strong); padding-top: 14px; position: relative; }
.svc-price b { display: block; font-family: var(--font-display); font-size: 24px; color: var(--green); letter-spacing: -.02em; }
.svc-price small { display: block; font-size: 12.5px; color: var(--muted); font-weight: 600; }
.svc-vs { text-align: right; font-size: 12px; color: var(--muted); }
.svc-vs span { display: block; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; font-size: 10.5px; }
.svc-vs s { font-weight: 600; font-size: 13.5px; }
.ready { font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 6px; background: var(--bg-2); color: var(--ink-2); }
.ready-ready { background: var(--green-soft); color: var(--green); }
.ready-guided { background: var(--sun-soft); color: #7A5200; }
.ready-monthly { background: var(--orange-soft); color: var(--orange-deep); }
.svc-cta { display: flex; gap: 8px; }
.any-task { margin-top: 56px; background: var(--dark); color: #fff; border-radius: var(--r-lg); padding: 36px; display: grid; grid-template-columns: auto 1.2fr 1fr; gap: 28px; align-items: center; position: relative; overflow: hidden; }
.any-task::before { content: ""; position: absolute; right: -120px; top: -160px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(244,115,31,.55), transparent 70%); }
.any-ic { width: 60px; height: 60px; border-radius: 16px; background: var(--orange); display: grid; place-items: center; }
.any-ic svg { width: 28px; height: 28px; color: #fff; }
.any-task h3 { color: #fff; margin-bottom: 8px; }
.any-task p { color: rgba(255,255,255,.72); font-size: 15px; }
.ops { position: relative; display: grid; gap: 6px; font-size: 13.5px; }
.ops li { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 6px; border-bottom: 1px solid var(--dark-line); color: rgba(255,255,255,.75); }
.ops b { color: var(--sun); white-space: nowrap; }
.any-cta { grid-column: 2 / span 2; display: flex; gap: 12px; flex-wrap: wrap; position: relative; }

/* ledger (why) */
.ledger { display: grid; gap: 18px; }
.row { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 28px; align-items: center; padding: 32px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); }
.idx { font-family: var(--font-display); font-size: 44px; font-weight: 700; color: var(--orange); letter-spacing: -.04em; line-height: 1; }
.icon { width: 46px; height: 46px; border-radius: 12px; background: var(--green-soft); color: var(--green); display: grid; place-items: center; margin-bottom: 16px; }
.icon svg { width: 22px; height: 22px; }
.row h3 { margin-bottom: 10px; }
.row p { font-size: 15.5px; }
.tools { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.tools span { font-family: ui-monospace, Menlo, monospace; font-size: 12px; padding: 4px 10px; border-radius: 6px; background: var(--dark); color: #7EE2B8; }
.row-media { position: relative; aspect-ratio: 16/10; border-radius: var(--r); overflow: hidden; }
.vid-bg { position: absolute; inset: 0; overflow: hidden; }
.vid-bg video, .vid-bg img { width: 100%; height: 100%; object-fit: cover; }
.row-media .vid-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(14,107,78,.35), transparent 60%); }
.row-3 { grid-template-columns: repeat(3, 1fr); background: transparent; border: 0; padding: 0; gap: 18px; }
.mini { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; }
.mini p { font-size: 14.5px; color: var(--muted); }

/* examples */
.examples { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.example { background: var(--surface); border-radius: var(--r-lg); border: 1px solid var(--line); overflow: hidden; transition: transform .2s; }
.example:hover { transform: rotate(-.6deg) translateY(-4px); }
.example-img { display: block; position: relative; background: var(--bg-2); padding: 14px 14px 0; }
.example-img img { border-radius: 12px 12px 0 0; width: 100%; height: auto; }
.example-img .zoom { position: absolute; right: 26px; top: 26px; width: 40px; height: 40px; border-radius: 50%; background: var(--surface); display: grid; place-items: center; color: var(--ink); box-shadow: var(--shadow); opacity: 0; transition: opacity .2s; }
.example-img .zoom svg { width: 18px; height: 18px; }
.example:hover .zoom { opacity: 1; }
.example figcaption { padding: 20px 22px 24px; display: grid; gap: 8px; }
.example figcaption b { font-family: var(--font-display); font-size: 18px; font-weight: 600; margin-top: 6px; }
.example figcaption > span:not(.chip) { color: var(--muted); font-size: 14.5px; }
.ticks { display: grid; gap: 6px; margin-top: 8px; }
.ticks li { display: flex; gap: 8px; align-items: flex-start; font-size: 13.5px; color: var(--ink-2); font-weight: 500; }
.ticks svg { width: 16px; height: 16px; color: var(--green-2); flex: none; margin-top: 2px; }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(15,31,25,.92); display: none; place-items: center; padding: 32px; }
.lightbox.open { display: grid; }
.lightbox img { max-height: 84vh; width: auto; border-radius: 12px; box-shadow: 0 40px 100px rgba(0,0,0,.6); }
.lightbox figcaption { position: absolute; bottom: 24px; left: 0; right: 0; text-align: center; color: #fff; font-weight: 600; }
.lb-close { position: absolute; top: 20px; right: 24px; width: 44px; height: 44px; border-radius: 50%; background: #fff; color: var(--ink); font-size: 26px; }


/* showcase */
.showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.shot { position: relative; aspect-ratio: 4/5; border-radius: var(--r-lg); overflow: hidden; display: block; }
.shot .vid-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,31,25,.1), rgba(15,31,25,.9) 75%); }
.shot .chip { position: absolute; top: 18px; left: 18px; z-index: 2; }
.shot .cap { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2; display: grid; gap: 6px; }
.shot .cap b { font-family: var(--font-display); font-size: 21px; color: #fff; }
.shot .cap span { color: rgba(255,255,255,.75); font-size: 14px; }
.shot video { transition: transform .6s ease; }
.shot:hover video { transform: scale(1.04); }

/* pains */
.pains { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pain { padding: 28px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); }
.pain b { display: block; font-family: var(--font-display); font-size: 48px; font-weight: 700; color: var(--orange); letter-spacing: -.04em; line-height: 1; margin-bottom: 12px; }
.pain-what { font-weight: 600; color: var(--ink); font-size: 15px; margin-bottom: 14px; }
.pain-fix { font-size: 14px; color: var(--muted); display: flex; gap: 8px; padding-top: 14px; border-top: 1px dashed var(--line-strong); }
.pain-fix svg { width: 16px; height: 16px; color: var(--green-2); flex: none; margin-top: 3px; }

/* band */
.band { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 56px; border-radius: var(--r-lg); background: var(--grad-warm); color: var(--ink); position: relative; overflow: hidden; }
.band::after { content: ""; position: absolute; right: -80px; bottom: -120px; width: 360px; height: 360px; border-radius: 50%; border: 60px solid rgba(255,255,255,.25); }
.band h2 { color: var(--ink); margin-bottom: 14px; }
.band p { color: rgba(23,32,27,.8); font-size: 17px; margin-bottom: 26px; }
.band-list { display: grid; gap: 14px; position: relative; }
.band-list li { display: flex; gap: 12px; align-items: flex-start; background: rgba(255,255,255,.55); padding: 14px 16px; border-radius: 14px; font-size: 15px; }
.band-list svg { width: 20px; height: 20px; color: var(--green); flex: none; margin-top: 2px; }

/* tiers */
.tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tier { position: relative; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 24px; display: flex; flex-direction: column; gap: 10px; }
.tier.popular { background: var(--dark); color: #fff; border-color: var(--dark); transform: translateY(-10px); box-shadow: var(--shadow-lg); }
.t-badge { position: absolute; top: -12px; left: 24px; background: var(--orange); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; }
.t-name { font-family: var(--font-display); font-weight: 600; font-size: 21px; }
.t-for { font-size: 13.5px; color: var(--muted); min-height: 42px; }
.tier.popular .t-for { color: rgba(255,255,255,.65); }
.t-price { font-family: var(--font-display); font-size: 36px; font-weight: 700; letter-spacing: -.03em; margin-top: 8px; }
.t-price small { font-size: 14px; color: var(--muted); font-weight: 600; margin-left: 4px; font-family: var(--font-body); }
.t-credits { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--green); background: var(--green-soft); padding: 6px 10px; border-radius: 8px; align-self: flex-start; }
.tier.popular .t-credits { background: rgba(255,255,255,.1); color: #7EE2B8; }
.t-credits svg { width: 14px; height: 14px; }
.tier ul { display: grid; gap: 10px; margin: 14px 0 18px; flex: 1; }
.tier li { display: flex; gap: 8px; font-size: 14px; color: var(--ink-2); }
.tier.popular li { color: rgba(255,255,255,.82); }
.tier li svg { width: 16px; height: 16px; color: var(--green-2); flex: none; margin-top: 3px; }
.tier .btn-outline { border-color: var(--line-strong); }
.pricing-note { margin-top: 32px; font-size: 14px; max-width: 900px; }
.pricing-note a { color: var(--green); font-weight: 700; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; counter-reset: s; }
.steps::before { content: ""; position: absolute; top: 28px; left: 12%; right: 12%; border-top: 2px dashed var(--line-strong); }
.steps li { position: relative; padding: 0 8px; }
.step-n { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--orange); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 22px; margin-bottom: 20px; box-shadow: 0 0 0 8px var(--bg); position: relative; }
.steps h3 { margin-bottom: 8px; }
.steps p { font-size: 15px; color: var(--muted); }

/* faq */
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.faq details { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 0 22px; }
.faq summary { list-style: none; cursor: pointer; padding: 18px 0; font-weight: 700; font-size: 16px; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { flex: none; width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--line-strong); position: relative; transition: transform .2s, background .2s; }
.faq summary i::before, .faq summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 1.5px; background: var(--ink); transform: translate(-50%, -50%); }
.faq summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq details[open] summary i { background: var(--green); border-color: var(--green); transform: rotate(45deg); }
.faq details[open] summary i::before, .faq details[open] summary i::after { background: #fff; }
.faq details p { padding: 0 0 20px; font-size: 15px; color: var(--muted); }

/* cta final */
.cta-final { position: relative; overflow: hidden; border-radius: var(--r-lg); padding: 80px 48px; text-align: center; color: #fff; background: var(--dark); }
.cta-final .vid-bg::after { content: ""; position: absolute; inset: 0; background: rgba(15,31,25,.78); }
.cta-final h2, .cta-final p, .cta-final .btn-row { position: relative; }
.cta-final h2 { color: #fff; max-width: 720px; margin: 0 auto 16px; }
.cta-final p { color: rgba(255,255,255,.75); max-width: 560px; margin: 0 auto 32px; font-size: 17px; }
.btn-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* footer */
.footer { background: var(--bg-2); border-top: 1px solid var(--line); padding: 64px 0 28px; position: relative; z-index: 1; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.footer-brand p { font-size: 14.5px; color: var(--muted); margin: 18px 0 14px; max-width: 380px; }
.footer-mail { font-weight: 700; color: var(--green); }
.footer-col { display: grid; gap: 8px; align-content: start; }
.footer-col h4 { margin-bottom: 6px; }
.footer-col a { font-size: 14.5px; color: var(--ink-2); }
.footer-col a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 22px; font-size: 13px; color: var(--muted); }

/* promo slide-in */
.promo { position: fixed; right: 24px; bottom: 24px; z-index: 120; width: min(380px, calc(100vw - 32px)); background: var(--surface); border: 1px solid var(--line); border-top: 5px solid var(--orange); border-radius: var(--r-lg); padding: 24px; box-shadow: 0 30px 70px -20px rgba(23,32,27,.4); animation: slidein .5s cubic-bezier(.2,.8,.2,1); }
@keyframes slidein { from { transform: translateY(40px); opacity: 0; } }
.promo-x { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border-radius: 50%; background: var(--bg-2); display: grid; place-items: center; }
.promo-x svg { width: 14px; height: 14px; }
.promo-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--orange-deep); margin-bottom: 10px; }
.promo-tag svg { width: 15px; height: 15px; }
.promo h3 { font-size: 22px; margin-bottom: 12px; }
.promo h3 span { display: block; font-size: 15px; color: var(--green); font-weight: 600; margin-top: 4px; }
.promo ul { display: grid; gap: 8px; margin-bottom: 16px; }
.promo li { display: flex; gap: 8px; font-size: 13.5px; color: var(--ink-2); }
.promo li svg { width: 16px; height: 16px; color: var(--green-2); flex: none; margin-top: 2px; }
.promo-cta { display: flex; gap: 14px; align-items: center; margin-bottom: 10px; }
.promo small { font-size: 11.5px; color: var(--muted); display: block; }

/* reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .blob, .float, .bar i, .marquee-track, .log-line { animation: none !important; opacity: 1; } }

/* responsive */
@media (max-width: 1280px) { .promo-pill { display: none; } }
@media (max-width: 1080px) {
  .nav { display: none; }
  .header-inner { grid-template-columns: auto 1fr; }
  .header-actions { justify-content: flex-end; }
  .promo-pill { display: none; }
  .burger { display: block; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .hero h1 { max-width: none; }
  .hero-panel { min-height: 0; padding-bottom: 60px; }
  .order, .log { margin-left: 0; }
  .float-1 { left: 0; bottom: 100px; }
  .float-2 { right: 0; bottom: -10px; }
  .services, .examples, .showcase, .row-3, .steps, .pains { grid-template-columns: repeat(2, 1fr); }
  .stats, .tiers { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .tier.popular { transform: none; }
  .row { grid-template-columns: 60px 1fr; }
  .row-media { grid-column: 2; }
  .any-task { grid-template-columns: auto 1fr; }
  .ops, .any-cta { grid-column: 1 / -1; }
  .band { grid-template-columns: 1fr; padding: 40px 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .faq { grid-template-columns: 1fr; }
  .steps::before { display: none; }
}
@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .hero { padding-top: 40px; }
  .btn-sm, .header-actions .btn-ghost { display: none; }
  .header-actions .btn-accent { display: inline-flex; }
  .services, .examples, .showcase, .row-3, .steps, .pains, .stats, .tiers { grid-template-columns: 1fr; }
  .row { grid-template-columns: 1fr; padding: 24px; }
  .row-media { grid-column: 1; }
  .idx { font-size: 32px; }
  .any-task { grid-template-columns: 1fr; padding: 28px; }
  .estimate { grid-template-columns: 1fr 1fr; }
  .float { display: none; }
  .log { margin-right: 0; }
  .footer-top { grid-template-columns: 1fr; }
  .cta-final { padding: 56px 24px; }
  .promo { right: 16px; bottom: 16px; }
  .head-row { align-items: flex-start; }
}
