:root {
  --bg: #050908;
  --bg-soft: #07100e;
  --panel: rgba(10, 18, 16, 0.88);
  --panel-strong: #0b1512;
  --panel-soft: #0d1916;
  --line: rgba(154, 190, 178, 0.15);
  --line-strong: rgba(88, 226, 181, 0.34);
  --text: #f4f8f7;
  --muted: #9baaa5;
  --muted-2: #6e7e79;
  --emerald: #14e6a4;
  --emerald-strong: #00c987;
  --teal: #24d8ce;
  --cyan: #33c8e6;
  --amber: #f2b84b;
  --red: #fb7185;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --font: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", Consolas, monospace;
  --container: min(1420px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
html, body { margin: 0; min-width: 320px; max-width: 100%; overflow-x: clip; }
body.home-page {
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 24%, rgba(20, 230, 164, 0.09), transparent 28rem),
    radial-gradient(circle at 90% 10%, rgba(36, 216, 206, 0.06), transparent 30rem),
    linear-gradient(180deg, #040807 0%, #060b0a 45%, #050908 100%);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, pre, ul, small { margin: 0; }
code, pre { font-family: var(--mono); }
[hidden] { display: none !important; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 14px; border-radius: 10px; color: #00130d; background: var(--emerald); font-weight: 800; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.ambient-grid { position: fixed; inset: 0; z-index: -3; pointer-events: none; opacity: .42; background-image: linear-gradient(rgba(89,125,113,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(89,125,113,.055) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000 0, transparent 86%); }
.ambient-wave { position: absolute; z-index: -2; pointer-events: none; width: min(520px, 68vw); height: 320px; left: 0; top: 230px; opacity: .34; filter: blur(.2px); background: repeating-radial-gradient(ellipse at center, transparent 0 18px, rgba(20,230,164,.3) 19px 20px, transparent 21px 38px); transform: scaleY(.42); mask-image: linear-gradient(90deg, #000, transparent 82%); }
.wave-two { left: auto; right: 0; top: 560px; opacity: .17; transform: scaleY(.5); }

.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid var(--line); background: rgba(4, 8, 7, .82); backdrop-filter: blur(20px); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); text-decoration: none; min-width: max-content; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; background: radial-gradient(circle, rgba(20,230,164,.19), transparent 70%); }
.brand-mark img { width: 40px; height: 40px; object-fit: contain; filter: hue-rotate(70deg) saturate(1.45) brightness(1.15); }
.brand-horizontal-logo { width: clamp(156px, 14vw, 188px); height: auto; display: block; object-fit: contain; }
.brand-horizontal-logo.mobile { width: 158px; }
.brand > span:last-child { display: grid; line-height: 1.1; }
.brand strong { font-size: 15px; letter-spacing: .025em; }
.brand small { margin-top: 5px; color: var(--muted-2); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.brand.compact strong { font-size: 13px; }
.desktop-nav { display: flex; align-self: stretch; align-items: center; gap: 36px; }
.desktop-nav a { position: relative; display: inline-flex; align-items: center; gap: 7px; height: 100%; color: #bdc7c4; font-size: 13px; font-weight: 600; text-decoration: none; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--emerald); }
.desktop-nav a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; border-radius: 2px; background: var(--emerald); box-shadow: 0 0 18px rgba(20,230,164,.75); }
.nav-live-dot, .footer-status i { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #31eb82; box-shadow: 0 0 12px rgba(49,235,130,.9); }
.nav-live-dot.is-offline, .footer-status i.is-offline { background: var(--red); box-shadow: 0 0 12px rgba(251,113,133,.8); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.login-link { color: #c9d1cf; font-size: 13px; font-weight: 600; text-decoration: none; }
.login-link:hover { color: var(--emerald); }
.mobile-menu-button { display: none; width: 45px; height: 45px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); }
.mobile-menu-button span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--text); }
.mobile-menu, .mobile-menu-backdrop { display: none; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; font-weight: 800; font-size: 13px; text-decoration: none; cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-primary { color: #00150e; background: linear-gradient(135deg, #20efa9 0%, #12d995 55%, #22cdc1 100%); box-shadow: 0 10px 28px rgba(20,230,164,.18), 0 0 20px rgba(20,230,164,.1); }
.button-primary:hover { box-shadow: 0 14px 36px rgba(20,230,164,.28), 0 0 26px rgba(20,230,164,.16); }
.button-secondary { color: var(--text); border-color: rgba(178,208,198,.3); background: rgba(10,18,16,.72); }
.button-secondary:hover { border-color: rgba(20,230,164,.5); background: rgba(12,25,21,.9); }
.button-small { min-height: 40px; padding-inline: 17px; font-size: 12px; }

.brand-visual-section { position: relative; padding: clamp(24px, 4vw, 48px) 0 0; }
.brand-visual-card { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(167, 139, 250, .32); border-radius: clamp(20px, 3vw, 34px); background: #09051a; box-shadow: 0 30px 90px rgba(56, 20, 110, .32), 0 0 0 1px rgba(255, 255, 255, .03) inset; }
.brand-visual-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 58%, rgba(4, 2, 12, .88)); }
.brand-visual-card > img { width: 100%; height: auto; display: block; aspect-ratio: 1200 / 630; object-fit: cover; }
.brand-visual-card figcaption { position: absolute; z-index: 2; left: clamp(18px, 4vw, 48px); right: clamp(18px, 4vw, 48px); bottom: clamp(16px, 3vw, 34px); display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.brand-visual-card figcaption span { display: inline-flex; align-items: center; gap: 9px; color: #ddd6fe; font: 700 11px/1.2 var(--mono); letter-spacing: .12em; }
.brand-visual-card figcaption span i { width: 8px; height: 8px; border-radius: 50%; background: #a855f7; box-shadow: 0 0 18px #a855f7; }
.brand-visual-card figcaption strong { max-width: 460px; color: #fff; font-size: clamp(14px, 1.5vw, 20px); text-align: right; text-shadow: 0 2px 14px rgba(0, 0, 0, .7); }

.hero-section { position: relative; padding: clamp(44px, 6vw, 84px) 0 34px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr); align-items: center; gap: clamp(48px, 7vw, 110px); }
.hero-copy { max-width: 650px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--emerald); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { padding: 8px 13px; border: 1px solid rgba(20,230,164,.2); border-radius: 999px; background: rgba(20,230,164,.055); }
.eyebrow svg { width: 15px; height: 15px; }
.hero-copy h1 { max-width: 650px; margin-top: 18px; font-size: clamp(46px, 5vw, 76px); line-height: .99; letter-spacing: -.052em; }
.hero-copy h1 span { color: transparent; background: linear-gradient(90deg, #18e89d, #22d5ba 58%, #4bc4e7); background-clip: text; -webkit-background-clip: text; }
.hero-copy > p { max-width: 620px; margin-top: 20px; color: #b2bfbb; font-size: clamp(15px, 1.5vw, 18px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 0; margin-top: 25px; color: var(--muted); font-size: 12px; }
.hero-benefits span { display: flex; align-items: center; gap: 8px; padding: 0 18px; border-right: 1px solid var(--line); }
.hero-benefits span:first-child { padding-left: 0; }
.hero-benefits span:last-child { border-right: 0; }
.benefit-icon { font-style: normal; color: var(--teal); font-family: var(--mono); font-weight: 800; }
.benefit-icon.bolt { color: var(--amber); font-size: 18px; }
.benefit-icon.support { color: var(--emerald); }

.visual-capabilities { padding-block: clamp(58px, 7vw, 96px) clamp(30px, 5vw, 64px); }
.visual-capabilities-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 26px; }
.visual-capabilities-head h2 { margin-top: 9px; font-size: clamp(28px, 3.4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.visual-capabilities-head p { max-width: 680px; margin-top: 12px; color: var(--muted); }
.visual-capabilities-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.visual-story-card { position: relative; min-height: clamp(390px, 38vw, 530px); overflow: hidden; border: 1px solid rgba(168, 85, 247, .3); border-radius: 26px; background: #07040f; box-shadow: 0 24px 70px rgba(23, 7, 50, .34); isolation: isolate; }
.visual-story-card::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(4, 2, 10, .04) 24%, rgba(5, 2, 14, .94) 86%); }
.visual-story-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease, filter .65s ease; }
.visual-story-card:hover > img { transform: scale(1.035); filter: saturate(1.12) brightness(1.05); }
.visual-story-copy { position: absolute; z-index: 2; left: clamp(20px, 3vw, 34px); right: clamp(20px, 3vw, 34px); bottom: clamp(20px, 3vw, 34px); }
.visual-story-copy > span { color: #c4b5fd; font: 800 10px/1.2 var(--mono); letter-spacing: .16em; }
.visual-story-copy h3 { margin: 8px 0 8px; color: #fff; font-size: clamp(22px, 2.2vw, 32px); line-height: 1.08; }
.visual-story-copy p { max-width: 540px; color: #cbd5e1; font-size: 13px; line-height: 1.6; }
.visual-story-copy a { min-height: 38px; display: inline-flex; align-items: center; gap: 9px; margin-top: 16px; padding: 0 14px; border: 1px solid rgba(196, 181, 253, .28); border-radius: 10px; color: #ede9fe; background: rgba(91, 33, 182, .2); font-size: 11px; font-weight: 800; text-decoration: none; backdrop-filter: blur(12px); }
.visual-story-copy a:hover { border-color: #a78bfa; background: rgba(124, 58, 237, .34); }

.api-playground { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(20,230,164,.42); border-radius: 20px; background: linear-gradient(145deg, rgba(9,18,15,.96), rgba(5,11,10,.93)); box-shadow: var(--shadow), 18px 18px 55px rgba(14,213,151,.08), inset 0 1px rgba(255,255,255,.02); }
.api-playground::after { content: ""; position: absolute; inset: auto 0 0 auto; width: 170px; height: 170px; border-radius: 50%; background: rgba(20,230,164,.13); filter: blur(60px); pointer-events: none; }
.playground-tabs { min-height: 58px; display: flex; align-items: stretch; padding: 0 18px; border-bottom: 1px solid var(--line); }
.playground-tabs button { position: relative; flex: 0 1 auto; padding: 0 20px; border: 0; color: var(--muted); background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; }
.playground-tabs button.is-active { color: var(--emerald); }
.playground-tabs button.is-active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 0; height: 2px; background: var(--emerald); box-shadow: 0 0 12px rgba(20,230,164,.75); }
.online-badge { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; color: #40ef8c; font-size: 12px; font-weight: 800; }
.online-badge i, .http-status i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px currentColor; }
.online-badge.is-offline { color: var(--red); }
.request-bar { display: grid; grid-template-columns: 94px minmax(0, 1fr) auto; gap: 10px; padding: 14px 18px 10px; }
.request-bar select, .request-bar input { min-width: 0; height: 46px; color: var(--text); border: 1px solid var(--line); border-radius: 10px; outline: none; background: rgba(3,8,7,.76); }
.request-bar select { padding: 0 13px; font-family: var(--mono); font-weight: 700; }
.request-bar input { padding: 0 15px; font-family: var(--mono); font-size: 13px; }
.request-bar select:focus, .request-bar input:focus { border-color: rgba(20,230,164,.5); box-shadow: 0 0 0 3px rgba(20,230,164,.08); }
.request-submit { min-height: 46px; }
.response-window { min-height: 264px; margin: 0 18px; overflow: auto; border: 1px solid var(--line); border-radius: 11px; background: #030706; }
.response-window pre { min-width: 520px; padding: 18px 20px; color: #cbd5d1; font-size: 12px; line-height: 1.65; white-space: pre-wrap; overflow-wrap: anywhere; }
.json-key { color: #5dc6f0; }
.json-string { color: #57e883; }
.json-number { color: #f0c667; }
.json-literal { color: #c6a7ff; }
.code-keyword { color: #5dc6f0; }
.code-string { color: #57e883; }
.response-meta { position: relative; z-index: 1; min-height: 52px; display: flex; align-items: center; gap: 18px; margin: 10px 18px 16px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); font-size: 11px; }
.http-status { display: inline-flex; align-items: center; gap: 7px; color: #45ec8c; font-weight: 800; }
.http-status.is-error { color: var(--red); }
.response-meta button { margin-left: auto; min-height: 34px; display: inline-flex; align-items: center; gap: 7px; padding: 0 11px; border: 1px solid var(--line); border-radius: 8px; color: #c9d3d0; background: rgba(14,24,21,.7); font-size: 10px; cursor: pointer; }
.response-meta button:hover { border-color: var(--line-strong); color: var(--emerald); }
.response-meta button svg { width: 15px; height: 15px; }

.metrics-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 6px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(90deg, rgba(10,18,16,.9), rgba(8,14,13,.82)); box-shadow: 0 12px 36px rgba(0,0,0,.2); }
.metrics-strip article { min-width: 0; display: flex; align-items: center; gap: 17px; padding: 19px 28px; border-right: 1px solid var(--line); }
.metrics-strip article:last-child { border-right: 0; }
.metric-icon { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; }
.metric-icon svg { width: 23px; height: 23px; }
.metric-icon.emerald { color: var(--emerald); background: rgba(20,230,164,.1); box-shadow: inset 0 0 0 1px rgba(20,230,164,.18); }
.metric-icon.green { color: #48ed88; background: rgba(72,237,136,.09); }
.metric-icon.amber { color: var(--amber); background: rgba(242,184,75,.09); }
.metric-icon.cyan { color: var(--cyan); background: rgba(51,200,230,.09); }
.metrics-strip strong { display: block; font-size: clamp(19px, 2vw, 25px); line-height: 1.1; }
.metrics-strip small { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; }

.content-duo { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(520px, .9fr); gap: 38px; padding-top: 42px; padding-bottom: 64px; }
.home-services-section { padding-top: 42px; padding-bottom: 64px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.section-heading h2 { margin-top: 6px; font-size: clamp(25px, 2.6vw, 38px); line-height: 1.12; letter-spacing: -.035em; }
.section-heading p { margin-top: 6px; color: var(--muted); font-size: 12px; }
.compact-heading h2 { font-size: clamp(24px, 2.1vw, 32px); }
.compact-heading.single { display: block; }
.text-button { min-height: 40px; display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; padding: 0 14px; border: 1px solid var(--line); border-radius: 9px; color: #d3dcda; font-size: 11px; font-weight: 700; text-decoration: none; }
.text-button:hover { color: var(--emerald); border-color: rgba(20,230,164,.4); }
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
.service-card { min-width: 0; min-height: 96px; display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--text); background: linear-gradient(145deg, rgba(11,20,17,.8), rgba(7,13,11,.72)); text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.service-card:hover { transform: translateY(-2px); border-color: rgba(20,230,164,.32); background: linear-gradient(145deg, rgba(13,27,22,.92), rgba(8,15,13,.86)); }
.service-card > b { color: var(--muted-2); font-size: 24px; font-weight: 400; }
.service-card h3 { font-size: 13px; }
.service-card p { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.service-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; color: #fff; font-size: 21px; font-weight: 800; box-shadow: inset 0 1px rgba(255,255,255,.15); }
.service-icon.youtube { background: linear-gradient(135deg, #ff404d, #cc1725); }
.service-icon.facebook { background: linear-gradient(135deg, #438af7, #1759c9); font-family: Arial; font-size: 27px; }
.service-icon.instagram { background: linear-gradient(135deg, #7a38d7, #e33a7a, #f4a53e); }
.service-icon.tiktok { color: #fff; background: linear-gradient(135deg, #10171a, #040607); text-shadow: 2px 1px #ff3e74, -2px -1px #20e7dc; }
.service-icon.pinterest { background: linear-gradient(135deg, #f13445, #bb1021); font-family: Georgia; }
.service-icon.mediafire { background: linear-gradient(135deg, #3d8ef2, #1764ca); }
.service-icon.image { background: linear-gradient(135deg, #8b48e9, #5d24b4); }

.plans-panel { min-width: 0; }
.plans-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
.plan-card { position: relative; min-width: 0; display: flex; flex-direction: column; padding: 18px 16px 15px; border: 1px solid var(--line); border-radius: 13px; background: linear-gradient(160deg, rgba(11,20,17,.92), rgba(7,13,11,.82)); }
.plan-card.popular { border-color: rgba(20,230,164,.72); box-shadow: 0 0 0 1px rgba(20,230,164,.08), 0 14px 36px rgba(20,230,164,.11), inset 0 0 28px rgba(20,230,164,.035); }
.plan-card.premium { border-color: rgba(242,184,75,.23); }
.popular-label { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); padding: 4px 9px; border-radius: 999px; color: #00160f; background: var(--emerald); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.plan-name { font-size: 18px; font-weight: 800; }
.plan-price { display: flex; align-items: baseline; gap: 4px; margin-top: 5px; }
.plan-price strong { font-size: clamp(20px, 2vw, 27px); line-height: 1.1; letter-spacing: -.04em; }
.plan-price small { color: var(--muted); font-size: 9px; }
.plan-card > p { min-height: 35px; margin-top: 7px; color: var(--muted); font-size: 9px; }
.plan-card ul { display: grid; gap: 7px; margin: 13px 0 16px; padding: 0; list-style: none; color: #b5c1bd; font-size: 9px; }
.plan-card li::before { content: "✓"; margin-right: 6px; color: #38e781; font-weight: 900; }
.plan-card .button { min-height: 38px; margin-top: auto; padding-inline: 10px; font-size: 9px; }
.mini-tester { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 14px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(9,17,14,.84); }
.mini-tester h3 { margin-top: 3px; font-size: 16px; }
.mini-tester p { margin-top: 3px; color: var(--muted); font-size: 9px; }
.mini-tester-action { display: flex; align-items: center; gap: 10px; }
.mini-tester code { padding: 9px 10px; border: 1px solid var(--line); border-radius: 8px; color: #b8c5c1; background: #040807; font-size: 9px; }

.status-banner { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-bottom: 60px; padding: 25px 28px; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(100deg, rgba(11,22,18,.93), rgba(7,14,12,.87)); }
.status-copy { display: flex; align-items: center; gap: 19px; }
.large-live { width: 54px; height: 54px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: rgba(20,230,164,.09); box-shadow: inset 0 0 0 1px rgba(20,230,164,.2); }
.large-live i { width: 13px; height: 13px; border-radius: 50%; background: #35e981; box-shadow: 0 0 20px rgba(53,233,129,.9); }
.large-live.is-offline i { background: var(--red); box-shadow: 0 0 20px rgba(251,113,133,.8); }
.status-copy h2 { margin-top: 4px; font-size: 22px; }
.status-copy p { margin-top: 4px; color: var(--muted); font-size: 11px; }
.status-stats { display: grid; grid-template-columns: repeat(3, max-content); gap: 30px; }
.status-stats span { display: grid; }
.status-stats small { color: var(--muted); font-size: 9px; }
.status-stats strong { margin-top: 3px; font-size: 12px; }
#status-value { color: #40ea84; }
#status-value.is-error { color: var(--red); }

.site-footer { border-top: 1px solid var(--line); background: rgba(4,8,7,.7); }
.footer-grid { min-height: 160px; display: grid; grid-template-columns: 1.8fr repeat(3, .7fr) 1.2fr; align-items: start; gap: 36px; padding-top: 34px; padding-bottom: 30px; }
.footer-grid nav { display: grid; gap: 6px; }
.footer-grid nav strong { margin-bottom: 3px; color: #dce4e2; font-size: 11px; }
.footer-grid nav a { color: var(--muted); font-size: 10px; text-decoration: none; }
.footer-grid nav a:hover { color: var(--emerald); }
.footer-status { display: grid; justify-items: start; gap: 7px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px; background: rgba(9,17,14,.75); }
.footer-status span { display: flex; align-items: center; gap: 8px; color: #c5cfcc; font-size: 10px; }
.footer-status small { color: var(--muted-2); font-size: 9px; }
.copy-toast { position: fixed; z-index: 200; left: 50%; bottom: 24px; transform: translate(-50%, 30px); padding: 11px 15px; border: 1px solid rgba(20,230,164,.28); border-radius: 10px; color: #dffdf2; background: rgba(7,19,15,.96); box-shadow: 0 16px 50px rgba(0,0,0,.45); font-size: 12px; font-weight: 700; opacity: 0; pointer-events: none; transition: .2s ease; }
.copy-toast.is-visible { transform: translate(-50%, 0); opacity: 1; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal-delay { transition-delay: .1s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1240px) {
  :root { --container: min(100% - 38px, 1160px); }
  .desktop-nav { gap: 24px; }
  .hero-grid { grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: 48px; }
  .content-duo { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .service-card { grid-template-columns: 42px minmax(0, 1fr); }
  .service-card > b { display: none; }
  .plans-grid { gap: 16px; }
  .plan-card { padding: 22px 20px 18px; }
  .plan-card > p, .plan-card ul, .plan-card .button { font-size: 11px; }
}

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .login-link { display: none; }
  .mobile-menu-button { display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; text-align: center; margin-inline: auto; }
  .hero-copy h1, .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-benefits { justify-content: center; }
  .api-playground { width: min(760px, 100%); margin-inline: auto; }
  .metrics-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .metrics-strip article:nth-child(2) { border-right: 0; }
  .metrics-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, .7fr); }
  .footer-status { grid-column: 1 / -1; width: fit-content; }
  .mobile-menu { position: fixed; z-index: 120; top: 0; right: 0; bottom: 0; width: min(86vw, 360px); display: flex; flex-direction: column; padding: 20px; border-left: 1px solid var(--line); background: rgba(5,11,9,.98); box-shadow: -24px 0 70px rgba(0,0,0,.46); transform: none; opacity: 0; visibility: hidden; pointer-events: none; transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
  .menu-open .mobile-menu { transform: translateX(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-menu-backdrop { position: fixed; z-index: 110; inset: 0; display: block; border: 0; background: rgba(0,0,0,.62); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
  .menu-open .mobile-menu-backdrop { opacity: 1; visibility: visible; }
  .mobile-menu-head { display: flex; align-items: center; justify-content: space-between; }
  .mobile-menu-head > button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 11px; color: var(--text); background: var(--panel); font-size: 27px; }
  .mobile-menu nav { display: grid; margin-top: 28px; }
  .mobile-menu nav a { min-height: 52px; display: flex; align-items: center; padding: 0 14px; border-bottom: 1px solid var(--line); color: #d7dfdd; font-weight: 700; text-decoration: none; }
  .mobile-menu nav a:hover { color: var(--emerald); }
  .mobile-cta { margin-top: auto; }
}

@media (max-width: 760px) {
  :root { --container: calc(100% - 28px); }
  html { scroll-padding-top: 76px; }
  body.home-page { font-size: 14px; }
  .header-inner { min-height: 66px; }
  .brand-horizontal-logo { width: 148px; }
  .brand-visual-section { padding-top: 14px; }
  .brand-visual-card { border-radius: 18px; }
  .brand-visual-card figcaption { align-items: flex-start; flex-direction: column; gap: 6px; }
  .brand-visual-card figcaption strong { max-width: 270px; font-size: 12px; text-align: left; }
  .brand-visual-card figcaption span { font-size: 9px; }
  .visual-capabilities-head { align-items: flex-start; flex-direction: column; }
  .visual-capabilities-grid { grid-template-columns: 1fr; }
  .visual-story-card { min-height: 410px; border-radius: 20px; }
  .brand > span:last-child small { display: none; }
  .brand strong { font-size: 13px; }
  .header-actions > .button { display: none; }
  .hero-section { padding-top: 44px; }
  .hero-copy h1 { font-size: clamp(39px, 12vw, 58px); }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-benefits { display: grid; gap: 10px; }
  .hero-benefits span { justify-content: center; padding: 0; border: 0; }
  .playground-tabs { min-height: 54px; padding: 0 10px; overflow-x: auto; }
  .playground-tabs button { min-width: max-content; padding: 0 12px; font-size: 10px; }
  .online-badge { position: absolute; top: 70px; right: 24px; z-index: 2; }
  .request-bar { grid-template-columns: 82px minmax(0, 1fr); padding-top: 18px; }
  .request-submit { grid-column: 1 / -1; width: 100%; }
  .response-window { min-height: 235px; }
  .response-window pre { min-width: 0; font-size: 10px; white-space: pre; overflow-wrap: normal; }
  .response-meta { gap: 10px; }
  .response-meta button { width: 36px; padding: 0; justify-content: center; }
  .response-meta button svg { margin: 0; }
  .response-meta button { font-size: 0; }
  .metrics-strip { grid-template-columns: 1fr; }
  .metrics-strip article { border-right: 0; border-bottom: 1px solid var(--line); padding: 16px 20px; }
  .metrics-strip article:last-child { border-bottom: 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 88px; }
  .plans-grid { grid-template-columns: 1fr; gap: 16px; }
  .plan-card { padding: 22px 20px; }
  .plan-card > p { min-height: auto; }
  .mini-tester { align-items: flex-start; flex-direction: column; }
  .mini-tester-action { width: 100%; }
  .mini-tester-action code { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
  .status-banner { align-items: flex-start; flex-direction: column; gap: 24px; padding: 22px; }
  .status-stats { width: 100%; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .status-stats span { min-width: 0; }
  .status-stats strong { overflow-wrap: anywhere; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
  .footer-brand, .footer-status { grid-column: 1 / -1; }
}

@media (max-width: 430px) {
  :root { --container: calc(100% - 22px); }
  .brand-mark { width: 38px; height: 38px; }
  .brand-mark img { width: 36px; height: 36px; }
  .hero-copy h1 { font-size: 38px; }
  .eyebrow { font-size: 8px; letter-spacing: .1em; }
  .api-playground { border-radius: 15px; }
  .request-bar { grid-template-columns: 76px minmax(0, 1fr); gap: 7px; padding-inline: 10px; }
  .request-bar select, .request-bar input { height: 43px; font-size: 11px; }
  .response-window { margin-inline: 10px; }
  .response-meta { margin-inline: 10px; padding-inline: 9px; font-size: 9px; }
  .metric-icon { width: 43px; height: 43px; }
  .status-copy { align-items: flex-start; }
  .large-live { width: 45px; height: 45px; }
  .status-stats { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-status { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
