:root {
  color-scheme: dark;
  --page: #090d14;
  --page-deep: #06090f;
  --surface: #101722;
  --surface-2: #141d2a;
  --surface-3: #192435;
  --surface-soft: rgba(19, 29, 43, 0.72);
  --border: #263448;
  --border-strong: #36506d;
  --text: #f5f7fb;
  --muted: #a5b1c3;
  --muted-2: #738198;
  --blue: #5b8cff;
  --blue-bright: #7da5ff;
  --green: #42d889;
  --cyan: #39c7dd;
  --danger: #ff7373;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius: 18px;
  --radius-sm: 12px;
  --max-width: 1220px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--page); }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 75% 8%, rgba(67, 107, 191, 0.19), transparent 28rem),
    radial-gradient(circle at 15% 30%, rgba(45, 183, 165, 0.08), transparent 30rem),
    linear-gradient(180deg, #0c111a 0%, var(--page) 45%, var(--page-deep) 100%);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--text);
  color: var(--page);
  font-weight: 700;
}
.skip-link:focus { top: 12px; }

.site-shell { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }
.section-pad { padding: 104px 0; }
.section-muted {
  border-top: 1px solid rgba(87, 112, 145, 0.18);
  border-bottom: 1px solid rgba(87, 112, 145, 0.18);
  background: linear-gradient(180deg, rgba(20, 29, 42, 0.6), rgba(8, 13, 20, 0.4));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(78, 99, 128, 0.25);
  background: rgba(9, 13, 20, 0.82);
  backdrop-filter: blur(20px);
}
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 28px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: max-content; }
.brand-lockup strong { display: block; font-size: 14px; letter-spacing: 0.025em; }
.brand-lockup small { display: block; color: var(--muted); font-size: 11px; letter-spacing: 0.11em; text-transform: uppercase; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #3e5e84;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(78, 129, 255, 0.24), rgba(55, 213, 148, 0.16));
  color: #9ab8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.04em;
  box-shadow: inset 0 0 20px rgba(58, 104, 211, 0.14);
}
.site-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.site-nav a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 700; }
.site-nav a:hover { color: var(--text); }
.mobile-nav-signup { display: none; }
.header-actions { display: flex; gap: 10px; }
.mobile-nav-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.button:hover { transform: translateY(-1px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .billing-toggle button:focus-visible {
  outline: 3px solid rgba(91, 140, 255, 0.35);
  outline-offset: 2px;
}
.button-primary {
  color: #06100b;
  background: linear-gradient(135deg, #56e79a, #42cf84);
  border-color: #6af0aa;
  box-shadow: 0 10px 28px rgba(50, 209, 127, 0.15);
}
.button-primary:hover { background: linear-gradient(135deg, #6aeeaa, #4cdd91); }
.button-secondary { color: var(--text); background: #172131; border-color: #314159; }
.button-secondary:hover { border-color: #4d6687; background: #1a2739; }
.button-ghost { color: #c8d2e2; border-color: transparent; background: transparent; }
.button-ghost:hover { background: rgba(255, 255, 255, 0.05); }
.button-large { min-height: 50px; padding: 13px 21px; font-size: 15px; }
.button-full { width: 100%; }

.hero { padding-top: 116px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr); gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: #69e2a1; font-size: 12px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1.02; letter-spacing: -0.055em; max-width: 760px; }
h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.08; letter-spacing: -0.04em; }
h3 { margin: 0; }
.hero-lede { max-width: 720px; margin: 25px 0 0; color: #bac5d5; font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { margin: 16px 0 0; color: var(--muted-2); font-size: 13px; }
.platform-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.platform-row span { padding: 6px 10px; border: 1px solid #26364b; border-radius: 999px; color: #9eacc0; background: rgba(17, 24, 35, 0.7); font-size: 12px; font-weight: 700; }

.product-window { border: 1px solid #2d3f57; border-radius: 18px; background: #0c121c; box-shadow: var(--shadow); overflow: hidden; transform: perspective(1100px) rotateY(-2deg) rotateX(1deg); }
.window-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 45px; padding: 0 14px; border-bottom: 1px solid #26364a; background: #111925; color: #8f9db1; font-size: 11px; }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 8px; height: 8px; border-radius: 999px; background: #3b4a5d; }
.window-label { font-weight: 800; }
.window-status { justify-self: end; display: flex; align-items: center; gap: 6px; }
.window-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(66, 216, 137, 0.75); }
.window-body { display: grid; grid-template-columns: 110px 1fr; min-height: 430px; }
.mock-sidebar { padding: 20px 12px; border-right: 1px solid #223147; background: #0a1018; display: flex; flex-direction: column; gap: 7px; }
.mock-sidebar strong { color: #6293ff; font-size: 10px; letter-spacing: 0.16em; margin: 0 8px 12px; }
.mock-sidebar span { padding: 8px 9px; border-radius: 6px; color: #65738a; font-size: 10px; font-weight: 700; }
.mock-sidebar .mock-active { background: #172637; color: #6ce69f; }
.mock-main { padding: 20px; background: radial-gradient(circle at 80% 0, rgba(48, 81, 140, 0.16), transparent 45%), #0d141f; }
.mock-next-action { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px; border: 1px solid #31557c; border-radius: 12px; background: linear-gradient(135deg, rgba(41, 73, 117, 0.55), rgba(22, 34, 50, 0.76)); }
.mock-next-action small, .mock-card small, .mock-stats small { color: #6f819a; font-size: 8px; letter-spacing: 0.1em; font-weight: 900; }
.mock-next-action strong { display: block; margin-top: 6px; font-size: 16px; }
.mock-next-action p { margin: 4px 0 0; color: #8493a8; font-size: 10px; }
.mock-cta { padding: 8px 10px; border-radius: 6px; color: #062012; background: #4bdd91; font-size: 9px; font-weight: 900; white-space: nowrap; }
.mock-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 12px; }
.mock-stats div { padding: 13px; border: 1px solid #26364b; border-radius: 9px; background: #121a27; }
.mock-stats strong { display: block; margin-top: 3px; font-size: 18px; }
.mock-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 12px; margin-top: 12px; }
.mock-card { min-height: 145px; padding: 15px; border: 1px solid #26364b; border-radius: 10px; background: #111925; }
.mock-line { display: flex; align-items: center; gap: 9px; margin-top: 17px; color: #a4b0c0; font-size: 9px; }
.mock-line span { width: 6px; height: 6px; border-radius: 50%; background: #49d98d; }
.accent-card { background: linear-gradient(145deg, #142238, #111925); }
.accent-card strong { display: block; margin-top: 16px; color: #dbe5f3; font-size: 12px; line-height: 1.5; }
.accent-card p { color: #7e8da3; font-size: 9px; line-height: 1.5; }

.brand-film-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 96px;
  padding-top: 112px;
  background:
    radial-gradient(circle at 50% 34%, rgba(91, 140, 255, 0.10), transparent 34rem),
    linear-gradient(180deg, rgba(7, 11, 18, 0.12), rgba(8, 12, 19, 0.72));
}
.brand-film-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.014), transparent);
}
.brand-film-heading { max-width: 820px; margin: 0 auto 48px; text-align: center; }
.brand-film-heading h2 { max-width: 780px; margin-inline: auto; }
.brand-film-heading > p:not(.eyebrow) { max-width: 680px; margin: 18px auto 0; color: var(--muted); font-size: 18px; }
.brand-film-stage { width: min(100%, 1040px); margin-inline: auto; }
.brand-film-player {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(72, 94, 123, 0.78);
  border-radius: 18px;
  background: #020305;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(125, 165, 255, 0.035);
}
.brand-film-player::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018);
}
.brand-film-player::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(3, 6, 10, 0.04), rgba(3, 6, 10, 0.20));
  transition: opacity 220ms ease;
}
.brand-film-player.is-playing::after { opacity: 0; }
.brand-film-player video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}
.brand-film-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  color: #fff;
  background: rgba(6, 10, 16, 0.66);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.40), inset 0 0 24px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: opacity 220ms ease, transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.brand-film-play:hover {
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(10, 16, 25, 0.78);
  transform: translate(-50%, -50%) scale(1.055);
}
.brand-film-play:focus-visible { outline: 3px solid rgba(125, 165, 255, 0.72); outline-offset: 4px; }
.brand-film-play-icon {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 19px solid currentColor;
}
.brand-film-player.is-playing .brand-film-play { opacity: 0; pointer-events: none; transform: translate(-50%, -50%) scale(0.94); }
.brand-film-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 4px 0;
  color: #77869a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.brand-film-followup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
  color: var(--muted-2);
  font-size: 13px;
  font-weight: 700;
}
.brand-film-followup a { color: #9fbbff; text-decoration: none; }
.brand-film-followup a:hover { color: #c4d4ff; }

.trust-strip { border-top: 1px solid #1c2a3c; border-bottom: 1px solid #1c2a3c; background: rgba(11, 17, 26, 0.72); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 25px 28px; border-right: 1px solid #1d2a3b; }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { display: block; color: #eaf0f8; font-size: 22px; }
.trust-grid span { color: var(--muted-2); font-size: 12px; font-weight: 700; }

.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.compact { margin-bottom: 0; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 18px; margin: 18px 0 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { min-height: 260px; padding: 27px; border: 1px solid #243249; border-radius: var(--radius); background: linear-gradient(145deg, rgba(19, 28, 42, 0.95), rgba(12, 18, 28, 0.9)); }
.feature-card:hover { border-color: #3b5273; }
.feature-number { color: #55749f; font-size: 11px; font-weight: 900; letter-spacing: 0.12em; }
.feature-card h3 { margin-top: 44px; font-size: 21px; letter-spacing: -0.02em; }
.feature-card p { color: var(--muted); margin: 13px 0 0; font-size: 14px; }

.workflow-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 90px; align-items: start; }
.workflow-layout .section-heading { position: sticky; top: 120px; }
.workflow-list { list-style: none; padding: 0; margin: 0; }
.workflow-list li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid #263449; }
.workflow-list li:first-child { padding-top: 0; }
.workflow-list li > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #36506e; border-radius: 12px; color: #75a0ff; background: #121d2c; font-weight: 900; }
.workflow-list strong { font-size: 20px; }
.workflow-list p { color: var(--muted); margin: 5px 0 0; }

.advertisement-showcase-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 96px;
  border-top: 1px solid rgba(45, 63, 88, 0.72);
  border-bottom: 1px solid rgba(45, 63, 88, 0.72);
  background:
    radial-gradient(circle at 50% 42%, rgba(52, 98, 167, 0.13), transparent 38rem),
    linear-gradient(180deg, #0a1018, #080d14);
}
.advertisement-showcase-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 28%, rgba(255, 255, 255, 0.018), transparent 70%);
}
.advertisement-showcase-heading { max-width: 860px; margin: 0 auto 48px; text-align: center; }
.advertisement-showcase-heading h2 { max-width: 760px; margin-inline: auto; }
.advertisement-showcase-heading > p:not(.eyebrow) { max-width: 720px; margin: 18px auto 0; color: var(--muted); font-size: 18px; }
.advertisement-showcase-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, 1080px);
  margin-inline: auto;
}
.advertisement-showcase-card {
  overflow: hidden;
  border: 1px solid #30445f;
  border-radius: 18px;
  background: linear-gradient(180deg, #111a27, #0c121c);
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(91, 140, 255, 0.028);
}
.advertisement-showcase-player {
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border-bottom: 1px solid #26384f;
  background: #03060a;
}
.advertisement-showcase-player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #000;
}
.advertisement-showcase-meta { padding: 16px 17px 18px; }
.advertisement-showcase-meta span {
  display: block;
  color: #6d83a0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.advertisement-showcase-meta strong { display: block; margin-top: 6px; color: #e5edf8; font-size: 15px; }
.advertisement-showcase-footer { max-width: 830px; margin: 30px auto 0; text-align: center; }
.advertisement-showcase-footer > p { margin: 0; color: var(--muted-2); font-size: 14px; }

.pricing-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.billing-toggle { display: inline-flex; padding: 4px; border: 1px solid #2a3a51; border-radius: 11px; background: #101722; }
.billing-toggle button { min-width: 92px; padding: 8px 12px; border: 0; border-radius: 7px; color: #8997aa; background: transparent; font-size: 13px; font-weight: 800; cursor: pointer; }
.billing-toggle button.is-active { color: #ecf3fc; background: #22344a; box-shadow: inset 0 0 0 1px #385371; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 610px; padding: 23px; border: 1px solid #27364c; border-radius: 16px; background: linear-gradient(180deg, #131c29, #0f1621); }
.plan-card:hover { border-color: #45617f; transform: translateY(-2px); }
.plan-featured { border-color: #3fae72; box-shadow: 0 18px 55px rgba(27, 143, 82, 0.09); }
.plan-top { min-height: 28px; display: flex; justify-content: space-between; gap: 8px; align-items: center; }
.plan-pill, .recommended-pill { display: inline-flex; width: fit-content; padding: 4px 8px; border-radius: 999px; background: #1c2838; color: #99a9be; font-size: 10px; font-weight: 900; }
.recommended-pill { color: #79e6aa; background: rgba(43, 151, 92, 0.15); }
.plan-card h3 { margin-top: 18px; font-size: 21px; }
.plan-tagline { min-height: 48px; margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.plan-price { min-height: 75px; margin-top: 22px; }
.plan-price strong { display: block; font-size: 31px; letter-spacing: -0.04em; }
.plan-price span { display: block; color: #8998ac; font-size: 11px; font-weight: 700; }
.annual-note { margin: -8px 0 10px; color: #7e8da1; font-size: 10px; }
.plan-card ul { padding: 0; margin: 4px 0 28px; list-style: none; color: #a9b6c8; font-size: 12px; }
.plan-card li { position: relative; padding: 5px 0 5px 17px; }
.plan-card li::before { content: ""; position: absolute; left: 0; top: 12px; width: 5px; height: 5px; border-radius: 50%; background: #53749d; }
.plan-featured li::before { background: #50d893; }
.plan-cta { margin-top: auto; width: 100%; }
.pricing-footnote { max-width: 860px; margin: 22px auto 0; color: #6f7e92; text-align: center; font-size: 11px; }


.value-proof-section {
  border-top: 1px solid rgba(87, 112, 145, 0.18);
  background: radial-gradient(circle at 15% 15%, rgba(66, 216, 137, 0.08), transparent 28rem);
}
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.proof-card {
  min-height: 230px;
  padding: 27px;
  border: 1px solid #27384f;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(18, 29, 42, 0.96), rgba(10, 17, 26, 0.94));
}
.proof-card > span { color: #69e2a1; font-size: 11px; font-weight: 900; letter-spacing: 0.13em; }
.proof-card h3 { margin-top: 42px; font-size: 21px; letter-spacing: -0.02em; }
.proof-card p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.hero-note strong { color: #d9e6f5; }
.pricing-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: max-content;
  padding: 9px 13px;
  border: 1px solid rgba(66, 216, 137, 0.35);
  border-radius: 999px;
  color: #8ceab3;
  background: rgba(42, 151, 90, 0.10);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.pricing-live-badge i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(66, 216, 137, 0.7); }
.plan-credit-callout {
  display: grid;
  gap: 2px;
  margin: 2px 0 18px;
  padding: 12px 13px;
  border: 1px solid #2b3d55;
  border-radius: 11px;
  background: #0c141f;
}
.plan-credit-callout strong { color: #7ee6aa; font-size: 18px; letter-spacing: -0.02em; }
.plan-credit-callout span { color: #8d9db2; font-size: 10px; line-height: 1.45; }
.enterprise-callout strong { color: #9bb9ff; }
.credit-pack-strip {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr);
  gap: 28px;
  align-items: center;
  margin-top: 26px;
  padding: 24px;
  border: 1px solid #2b3d55;
  border-radius: 16px;
  background: linear-gradient(135deg, #111b29, #0c131d);
}
.credit-pack-strip .eyebrow { display: block; margin-bottom: 5px; }
.credit-pack-strip strong { font-size: 17px; }
.credit-pack-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.credit-pack-list span { padding: 10px; border: 1px solid #2a3a50; border-radius: 10px; color: #91a1b5; background: #0b121c; font-size: 10px; text-align: center; }
.credit-pack-list b { display: block; color: #e7edf6; font-size: 13px; }

.final-cta-section { padding-top: 40px; }
.final-cta { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 54px; border: 1px solid #31506e; border-radius: 22px; background: radial-gradient(circle at 90% 10%, rgba(65, 153, 112, 0.14), transparent 25rem), linear-gradient(135deg, #14243a, #0e1724); box-shadow: var(--shadow); }
.final-cta h2 { font-size: clamp(30px, 4vw, 45px); }
.final-cta p:not(.eyebrow) { max-width: 760px; margin: 14px 0 0; color: var(--muted); }

.site-footer { margin-top: 70px; border-top: 1px solid #1e2b3d; background: #070b11; }
.footer-grid { display: flex; justify-content: space-between; gap: 50px; padding: 50px 0 35px; }
.footer-brand small { max-width: 320px; text-transform: none; letter-spacing: 0; margin-top: 2px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 22px; max-width: 620px; }
.footer-links a, .footer-bottom a { color: #94a4b9; text-decoration: none; font-size: 12px; font-weight: 700; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid #182334; color: #647188; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(12px); transition: opacity 500ms ease, transform 500ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Contact */
.compact-header .header-inner { justify-content: space-between; }
.contact-main { padding-top: 90px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr); gap: 80px; align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact-copy h1 { font-size: clamp(42px, 5vw, 64px); }
.contact-expectations { margin-top: 38px; }
.contact-expectations > div { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid #223044; }
.contact-expectations > div > span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #31506f; border-radius: 10px; color: #79a4ff; font-size: 12px; font-weight: 900; }
.contact-expectations p { margin: 0; color: var(--muted); font-size: 14px; }
.contact-expectations strong { color: var(--text); }
.contact-direct { margin-top: 32px; padding: 18px 20px; border: 1px solid #26364b; border-radius: 12px; background: #101722; }
.contact-direct small { display: block; color: var(--muted-2); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; }
.contact-direct a { display: block; margin-top: 4px; color: #80a7ff; font-weight: 800; text-decoration: none; }
.contact-card { padding: 32px; border: 1px solid #2d4059; border-radius: 20px; background: linear-gradient(160deg, #131d2b, #0e151f); box-shadow: var(--shadow); }
.contact-card-heading { display: flex; gap: 13px; align-items: center; margin-bottom: 28px; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px rgba(66, 216, 137, 0.72); }
.contact-card-heading h2 { font-size: 26px; }
.contact-card-heading p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-card label { display: block; margin-bottom: 16px; }
.contact-card label > span:not(.checkbox-row span) { display: block; margin-bottom: 7px; color: #c6d0de; font-size: 12px; font-weight: 800; }
.contact-card input, .contact-card select, .contact-card textarea {
  width: 100%;
  border: 1px solid #30425c;
  border-radius: 10px;
  background: #0b121c;
  color: var(--text);
  padding: 12px 13px;
  transition: border-color 160ms ease, background 160ms ease;
}
.contact-card input:hover, .contact-card select:hover, .contact-card textarea:hover { border-color: #405c7e; }
.contact-card input::placeholder, .contact-card textarea::placeholder { color: #58677c; }
.contact-card textarea { resize: vertical; min-height: 150px; }
.checkbox-row { display: flex !important; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 12px; }
.checkbox-row input { width: 17px; height: 17px; margin-top: 2px; flex: 0 0 auto; accent-color: #49d98d; }
.form-note { margin: 12px 0 0; color: #66758a; font-size: 10px; line-height: 1.5; text-align: center; }
.form-status { min-height: 0; margin-bottom: 0; border-radius: 9px; font-size: 12px; }
.form-status.is-success { min-height: 42px; margin-bottom: 12px; padding: 11px 13px; border: 1px solid rgba(66, 216, 137, 0.35); background: rgba(42, 151, 90, 0.12); color: #8ceab3; }
.compact-footer { margin-top: 0; }

/* Shared public documentation layout */
.docs-page { background: #090e16; }
.docs-main { padding: 72px 0 110px; }
.docs-container { max-width: 900px; }
.docs-content { padding: 42px 48px; border: 1px solid #26374e; border-radius: 18px; background: #101722; box-shadow: var(--shadow); }
.app-document-identity {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 30px;
  padding: 18px;
  border: 1px solid #2b3d54;
  border-radius: 16px;
  background: #0b111a;
}
.app-document-identity img {
  width: 104px;
  height: 104px;
  flex: 0 0 104px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
}
.app-document-identity strong {
  display: block;
  margin-top: 3px;
  color: var(--text);
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.app-document-label {
  color: #69e2a1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.docs-content h1 { font-size: clamp(36px, 5vw, 52px); }
.docs-content h2 { margin-top: 42px; padding-top: 6px; font-size: 27px; }
.docs-content h3 { margin-top: 28px; font-size: 20px; }
.docs-content p, .docs-content li { color: #b1bdcd; }
.docs-content a { color: #79a5ff; }
.docs-content code { padding: 2px 6px; border-radius: 5px; background: #0a111b; color: #b7cdfb; }
.docs-content pre { overflow-x: auto; padding: 16px; border: 1px solid #27394f; border-radius: 10px; background: #080d14; }
.docs-content table { width: 100%; border-collapse: collapse; }
.docs-content th, .docs-content td { padding: 10px; border: 1px solid #2b3b52; text-align: left; }

@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: 1fr; }
  .product-window { max-width: 820px; transform: none; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .plan-card { min-height: 500px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-copy { position: static; max-width: 780px; }
}

@media (max-width: 820px) {
  .site-shell { width: min(calc(100% - 28px), var(--max-width)); }
  .section-pad { padding: 76px 0; }
  .site-header .header-actions:not(.always-visible) { display: none; }
  .mobile-nav-toggle { display: grid; gap: 4px; margin-left: auto; padding: 9px; border: 1px solid #2b3b51; border-radius: 8px; background: #111925; }
  .mobile-nav-toggle span:not(.sr-only) { display: block; width: 18px; height: 2px; background: #b6c2d1; }
  .site-nav { display: none; position: absolute; top: 67px; left: 14px; right: 14px; flex-direction: column; align-items: stretch; gap: 3px; padding: 10px; border: 1px solid #2b3b51; border-radius: 12px; background: #111925; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px; border-radius: 7px; }
  .site-nav a:hover { background: #172233; }
  .site-nav .mobile-nav-signup { display: block; color: #06100b; background: linear-gradient(135deg, #56e79a, #42cf84); text-align: center; }
  .hero { padding-top: 88px; }
  h1 { font-size: clamp(42px, 13vw, 61px); }
  .window-body { grid-template-columns: 82px 1fr; }
  .mock-sidebar { padding-inline: 8px; }
  .mock-sidebar span { padding-inline: 5px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid #1d2a3b; }
  .feature-grid, .proof-grid { grid-template-columns: 1fr 1fr; }
  .workflow-layout { grid-template-columns: 1fr; gap: 38px; }
  .workflow-layout .section-heading { position: static; }
  .pricing-heading { align-items: flex-start; flex-direction: column; }
  .credit-pack-strip { grid-template-columns: 1fr; }
  .credit-pack-list { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .final-cta { padding: 38px; flex-direction: column; align-items: flex-start; }
  .footer-grid { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .header-inner { min-height: 66px; }
  .always-visible .button-ghost { display: none; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .product-window { margin-inline: -6px; }
  .window-body { grid-template-columns: 1fr; }
  .mock-sidebar { display: none; }
  .mock-main { padding: 13px; }
  .mock-next-action { align-items: flex-start; flex-direction: column; }
  .mock-stats { grid-template-columns: 1fr 1fr; }
  .mock-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid #1d2a3b; }
  .feature-grid, .proof-grid, .pricing-grid, .form-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 220px; }
  .pricing-heading { margin-bottom: 28px; }
  .billing-toggle { width: 100%; }
  .billing-toggle button { flex: 1; }
  .plan-card { min-height: auto; }
  .credit-pack-list { grid-template-columns: 1fr; }
  .final-cta { padding: 30px 24px; }
  .footer-bottom { flex-direction: column; }
  .contact-card { padding: 23px 18px; }
  .docs-content { padding: 28px 20px; }
  .app-document-identity { align-items: flex-start; }
  .app-document-identity img { width: 84px; height: 84px; flex-basis: 84px; }
  .brand-film-section { scroll-margin-top: 78px; padding-top: 80px; }
  .brand-film-heading { margin-bottom: 30px; }
  .brand-film-heading > p:not(.eyebrow) { font-size: 16px; }
  .brand-film-player { border-radius: 14px; }
  .brand-film-play { width: 64px; height: 64px; }
  .brand-film-play-icon { margin-left: 5px; border-top-width: 10px; border-bottom-width: 10px; border-left-width: 16px; }
  .brand-film-meta { padding-top: 10px; font-size: 9px; }
  .brand-film-followup { align-items: flex-start; flex-direction: column; gap: 5px; }
  .advertisement-showcase-section { scroll-margin-top: 78px; }
  .advertisement-showcase-heading { margin-bottom: 30px; }
  .advertisement-showcase-heading > p:not(.eyebrow) { font-size: 16px; }
  .advertisement-showcase-grid { grid-template-columns: 1fr; width: min(100%, 390px); }
  .advertisement-showcase-footer { max-width: 390px; text-align: left; }
}

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

/* AMC OS full workflow video: preserve the complete frame. */
video.workflow-video-full-frame {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 30 / 17;
  object-fit: contain !important;
  object-position: center center !important;
  background: #03060a;
}

/* Preserve the complete advertisement frame in browser fullscreen. */
[data-advertisement-video]:fullscreen,
[data-advertisement-video]:-webkit-full-screen {
  display: block !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #000 !important;
  margin: 0 !important;
}
