:root {
  --bg: #08090a;
  --surface: #0e1011;
  --surface-2: #151819;
  --surface-3: #1c2022;
  --line: #ffffff14;
  --line-strong: #ffffff24;
  --fg: #f2f4f5;
  --muted: #9ba3a7;
  --faint: #646c70;
  --mint: #00d9a3;
  --mint-hover: #2ee7b8;
  --mint-dim: #00d9a31f;
  --mint-ink: #04231c;
  --amber: #ffb020;
  --red: #ff5a52;
  --blue: #3b8dff;
  --font: Inter, Pretendard, "Segoe UI", "Malgun Gothic", system-ui, sans-serif;
  --mono: ui-monospace, "Cascadia Code", Consolas, monospace;
  --wrap: 1180px;
}

/* AgentDeck Enterprise has its own adoption intake. It must not inherit the
   GenDistrict project-inquiry visual language or ask for customer files. */
.enterprise-contact-dialog {
  width: min(860px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid #00d9a357;
  border-radius: 20px;
  background: #0a0d0e;
  color: var(--fg);
  box-shadow: 0 30px 100px #000c, 0 0 80px #00d9a30d;
}

.enterprise-contact-dialog::backdrop {
  background: #020404d9;
  backdrop-filter: blur(8px);
}

.enterprise-contact-shell {
  max-height: calc(100dvh - 34px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(24px, 4vw, 46px);
  scrollbar-gutter: stable;
}

.enterprise-contact-head {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.enterprise-contact-head > div { min-width: 0; flex: 1; }
.enterprise-contact-head > div > span {
  color: var(--mint);
  font: 650 10px/1 var(--mono);
  letter-spacing: .12em;
}

.enterprise-contact-head h2 {
  max-width: 680px;
  margin: 12px 0 10px;
  font-size: clamp(32px, 4.4vw, 50px);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.enterprise-contact-head p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.enterprise-contact-close {
  display: grid;
  width: 42px;
  height: 42px;
  flex: none;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: #ffffff05;
  color: var(--fg);
  font: 300 25px/1 var(--font);
  cursor: pointer;
}

.enterprise-contact-close:hover,
.enterprise-contact-close:focus-visible { border-color: var(--mint); color: var(--mint); }

.enterprise-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 16px;
  padding-top: 28px;
}

.enterprise-contact-field,
.enterprise-contact-choice {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.enterprise-contact-field > span,
.enterprise-contact-choice > legend {
  display: block;
  margin-bottom: 9px;
  color: #d9dfdd;
  font-size: 12px;
  font-weight: 650;
}

.enterprise-contact-field input,
.enterprise-contact-field select,
.enterprise-contact-field textarea {
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  border: 1px solid #ffffff22;
  border-radius: 10px;
  outline: 0;
  background: #111516;
  color: var(--fg);
  font: 500 14px/1.4 var(--font);
}

.enterprise-contact-field input,
.enterprise-contact-field select { padding: 0 14px; }
.enterprise-contact-field textarea { min-height: 118px; resize: vertical; padding: 14px; }
.enterprise-contact-field textarea::placeholder { color: #77817e; }
.enterprise-contact-field input:focus,
.enterprise-contact-field select:focus,
.enterprise-contact-field textarea:focus { border-color: var(--mint); box-shadow: 0 0 0 3px #00d9a316; }

.enterprise-contact-choice > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.enterprise-contact-choice label { position: relative; min-width: 0; cursor: pointer; }
.enterprise-contact-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.enterprise-contact-choice label > span {
  display: grid;
  min-height: 42px;
  box-sizing: border-box;
  place-items: center;
  padding: 7px 9px;
  border: 1px solid #ffffff1f;
  border-radius: 9px;
  background: #111516;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}
.enterprise-contact-choice input:checked + span { border-color: var(--mint); background: #00d9a313; color: var(--mint); }
.enterprise-contact-choice input:focus-visible + span { outline: 2px solid var(--mint); outline-offset: 2px; }
.enterprise-contact-ai-error { display: block; min-height: 16px; margin-top: 6px; color: #ff8274; font-size: 11px; }

.enterprise-contact-form .is-wide { grid-column: 1 / -1; }
.enterprise-contact-route {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid #00d9a32b;
  border-radius: 10px;
  background: #00d9a309;
}
.enterprise-contact-route > span { color: var(--mint); }
.enterprise-contact-route p { margin: 0; color: #aab5b2; font-size: 11.5px; line-height: 1.55; }

.enterprise-contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.55;
}
.enterprise-contact-consent input { margin: 3px 0 0; accent-color: var(--mint); }
.enterprise-contact-consent a { color: var(--fg); text-underline-offset: 3px; }
.enterprise-contact-honeypot { position: fixed; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.enterprise-contact-submit {
  min-height: 54px;
  border: 0;
  border-radius: 11px;
  background: var(--mint);
  color: #03100d;
  font: 750 14px/1 var(--font);
  cursor: pointer;
}
.enterprise-contact-submit:hover,
.enterprise-contact-submit:focus-visible { background: #22e6b6; transform: translateY(-1px); }
.enterprise-contact-submit:disabled { cursor: wait; opacity: .62; transform: none; }
.enterprise-contact-form.is-complete .enterprise-contact-submit { background: #9cf3d6; opacity: 1; cursor: default; }
.enterprise-contact-form.is-submitting > :not(.enterprise-contact-submit):not(.enterprise-contact-status) { pointer-events: none; opacity: .64; }
.enterprise-contact-status { min-height: 20px; margin: -6px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.enterprise-contact-status.is-error { color: #ff8274; }
.enterprise-contact-status.is-success { color: var(--mint); }

.analytics-consent {
  position: fixed;
  z-index: 90;
  right: 20px;
  bottom: 20px;
  display: grid;
  width: min(520px, calc(100% - 40px));
  box-sizing: border-box;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 22px;
  padding: 20px;
  border: 1px solid #00d9a34a;
  border-radius: 15px;
  background: #0d1111f7;
  color: var(--fg);
  box-shadow: 0 24px 80px #000b;
  backdrop-filter: blur(16px);
}
.analytics-consent strong { display: block; margin-bottom: 7px; font-size: 14px; line-height: 1.35; }
.analytics-consent p { max-width: 40em; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.analytics-consent a { color: var(--fg); text-underline-offset: 3px; }
.analytics-consent > div:last-child { display: flex; gap: 8px; }
.analytics-consent button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #ffffff06;
  color: var(--fg);
  font: 650 11px/1 var(--font);
  white-space: nowrap;
  cursor: pointer;
}
.analytics-consent button.is-primary { border-color: var(--mint); background: var(--mint); color: #03100d; }
.analytics-consent button:hover { border-color: var(--muted); color: #fff; }
.analytics-consent button.is-primary:hover { border-color: #2ee9bb; background: #2ee9bb; color: #03100d; }
.analytics-consent button:focus-visible,
.foot-link-button:focus-visible { outline: 2px solid var(--mint); outline-offset: 3px; }

.foot-link-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.foot-link-button:hover { color: var(--fg); }

@media (max-width: 760px) {
  .enterprise-contact-dialog { width: calc(100% - 18px); max-height: calc(100dvh - 18px); border-radius: 15px; }
  .enterprise-contact-shell { max-height: calc(100dvh - 20px); padding: 22px 17px 26px; }
  .enterprise-contact-head { gap: 14px; padding-bottom: 22px; }
  .enterprise-contact-head h2 { font-size: 30px; }
  .enterprise-contact-head p { font-size: 12.5px; }
  .enterprise-contact-close { width: 38px; height: 38px; }
  .enterprise-contact-form { grid-template-columns: 1fr; padding-top: 22px; }
  .enterprise-contact-form .is-wide { grid-column: 1; }
  .enterprise-contact-choice > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .analytics-consent { right: 9px; bottom: 9px; width: calc(100% - 18px); grid-template-columns: 1fr; gap: 14px; padding: 17px; }
  .analytics-consent > div:last-child { justify-content: stretch; }
  .analytics-consent button { flex: 1; }
}

/* ========================================================================== */
/* GenDistrict studio                                                         */
/* ========================================================================== */

.studio-page {
  --studio-bg: #090b10;
  --studio-paper: #f0eee8;
  --studio-ink: #111318;
  --studio-blue: #6c7bff;
  --studio-coral: #ff6b5e;
  --studio-mint: #36d9b1;
  background: var(--studio-bg);
  color: #f4f5f7;
}

.studio-page .wrap { width: min(calc(100% - 48px), 1240px); }
.studio-head { border-color: #ffffff17; background: #090b10e8; }
.studio-wordmark img { display: block; width: 142px; height: auto; }
.studio-nav a { color: #aeb4bc; }
.studio-nav a:hover,
.studio-nav a:focus-visible { background: #171a22; color: #fff; }
.studio-nav .studio-nav-cta { border-color: #6c7bff80; background: #6c7bff12; color: #fff; }

.studio-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ffffff12;
  background: linear-gradient(115deg, #090b10 12%, #0b0e15 58%, #11141c);
}
.studio-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#ffffff08 1px, transparent 1px), linear-gradient(90deg, #ffffff08 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 70%);
  pointer-events: none;
}
.studio-hero-grid {
  position: relative;
  display: grid;
  min-height: min(830px, calc(100vh - 64px));
  grid-template-columns: minmax(420px, .88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: 54px;
  padding-block: 90px;
}
.studio-hero-copy { position: relative; z-index: 2; }
.studio-kicker,
.studio-section-head > span,
.expect-intro > span,
.studio-agentdeck span,
.studio-cta .cta-panel > span {
  color: var(--studio-mint);
  font: 700 11px/1.2 var(--mono);
  letter-spacing: .13em;
}
.studio-hero h1 {
  max-width: 670px;
  margin: 28px 0 28px;
  font-size: clamp(52px, 6.2vw, 92px);
  font-weight: 720;
  letter-spacing: -.065em;
  line-height: .98;
}
.studio-hero-copy > p:not(.studio-hero-note) {
  max-width: 590px;
  margin-bottom: 34px;
  color: #aeb4bc;
  font-size: clamp(17px, 1.8vw, 21px);
  letter-spacing: -.02em;
}
.studio-actions { gap: 10px; }
.studio-page .button { border-color: #ffffff24; background: #ffffff06; }
.studio-page .button:hover { border-color: #ffffff50; background: #ffffff0e; }
.studio-page .studio-primary { border-color: var(--studio-blue); background: var(--studio-blue); color: #fff; }
.studio-page .studio-primary:hover { border-color: #8591ff; background: #8591ff; }
.studio-hero-note { margin: 22px 0 0; color: #6f7782; font-size: 12px; }
.studio-hero-visual { position: relative; min-width: 0; margin: 0; }
.studio-hero-visual::after { position: absolute; inset: 0; border: 1px solid #ffffff18; border-radius: 24px; box-shadow: inset 0 0 80px #0008, 0 34px 100px #0008; content: ""; pointer-events: none; }
.studio-hero-visual > img { display: block; width: 100%; aspect-ratio: 1.18; border-radius: 24px; object-fit: cover; object-position: 72% center; }
.studio-hero-visual figcaption { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.studio-hero-visual figcaption span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid #ffffff1f; border-radius: 999px; background: #07090bd9; color: #c7ccd2; font: 650 10px/1 var(--mono); backdrop-filter: blur(12px); }
.studio-hero-visual figcaption i { width: 7px; height: 7px; border-radius: 2px; background: var(--studio-mint); }
.studio-hero-visual figcaption i.is-blue { background: var(--studio-blue); }
.studio-hero-visual figcaption i.is-coral { background: var(--studio-coral); }

.studio-services { padding: 120px 0 132px; background: var(--studio-paper); color: var(--studio-ink); }
.studio-section-head { display: grid; grid-template-columns: 220px minmax(0, 760px); justify-content: space-between; gap: 48px; margin-bottom: 70px; }
.studio-section-head > span { padding-top: 11px; color: #555c6c; }
.studio-section-head h2,
.expect-intro h2 { margin-bottom: 22px; font-size: clamp(38px, 5vw, 66px); font-weight: 720; letter-spacing: -.055em; line-height: 1.02; }
.studio-section-head p,
.expect-intro p { max-width: 650px; margin: 0; color: #60646c; font-size: 17px; }
.studio-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.studio-service-card { position: relative; min-height: 480px; padding: 28px; overflow: hidden; border: 1px solid #17191e1c; border-radius: 20px; background: #faf9f5; box-shadow: 0 20px 70px #17191e0a; }
.studio-service-no { color: #7b8089; font: 650 11px/1 var(--mono); }
.service-symbol { position: relative; display: flex; width: 100%; height: 120px; align-items: end; gap: 9px; margin: 30px 0 34px; padding: 15px 18px; border-radius: 14px; background: #0e1117; }
.service-symbol::after { position: absolute; right: 18px; bottom: 19px; left: 18px; height: 1px; background: #ffffff28; content: ""; }
.service-symbol i { position: relative; z-index: 1; width: 25px; border-radius: 4px 4px 1px 1px; background: var(--studio-mint); }
.service-symbol i:nth-child(1) { height: 39px; }.service-symbol i:nth-child(2) { height: 72px; background: #fff; }.service-symbol i:nth-child(3) { height: 54px; background: var(--studio-blue); }
.service-symbol.is-product { align-items: center; justify-content: center; }
.service-symbol.is-product i { width: 52px; height: 64px; border: 1px solid #ffffff26; border-radius: 10px; background: #ffffff0b; transform: translateX(28px); }
.service-symbol.is-product i:nth-child(2) { z-index: 2; background: var(--studio-blue); transform: translateX(0); }.service-symbol.is-product i:nth-child(3) { background: #ff6b5ecc; transform: translateX(-28px); }
.service-symbol.is-infra { align-items: center; }
.service-symbol.is-infra i { width: 31%; height: 48px; border: 1px solid #ffffff26; border-radius: 8px; background: #ffffff0a; }
.service-symbol.is-infra i:nth-child(2) { height: 72px; background: #36d9b133; }.service-symbol.is-infra i:nth-child(3) { height: 58px; background: #6c7bff33; }
.studio-service-card h3 { margin-bottom: 12px; font-size: 25px; letter-spacing: -.035em; }
.studio-service-card p { min-height: 76px; margin-bottom: 20px; color: #666b73; }
.studio-service-card ul { margin: 0; padding: 18px 0 0; border-top: 1px solid #17191e17; list-style: none; }
.studio-service-card li { position: relative; padding: 5px 0 5px 15px; color: #353941; font-size: 13px; }
.studio-service-card li::before { position: absolute; top: 12px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--studio-blue); content: ""; }

.studio-work { padding: 120px 0 132px; background: #090b10; }
.studio-section-head.is-work { margin-bottom: 60px; }
.studio-section-head.is-work > span { color: var(--studio-coral); }
.studio-section-head.is-work p { color: #8e959f; }
.portfolio-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.portfolio-card { grid-column: span 4; overflow: hidden; border: 1px solid #ffffff16; border-radius: 18px; background: #101319; color: inherit; text-decoration: none; transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.portfolio-card.is-featured { grid-column: span 6; }
.portfolio-card:hover,
.portfolio-card:focus-visible { border-color: #ffffff45; background: #141821; outline: none; transform: translateY(-4px); }
.portfolio-card figure { position: relative; margin: 0; overflow: hidden; border-bottom: 1px solid #ffffff12; background: #151820; }
.portfolio-card figure::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, #090b1066); content: ""; pointer-events: none; }
.portfolio-card img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top center; transition: transform .35s ease; }
.portfolio-card:hover img { transform: scale(1.018); }
.portfolio-copy { padding: 24px 24px 27px; }
.portfolio-copy > span { display: block; margin-bottom: 11px; color: #7e8793; font: 650 9.5px/1.3 var(--mono); letter-spacing: .09em; }
.portfolio-copy h3 { margin-bottom: 10px; font-size: 25px; letter-spacing: -.035em; }
.portfolio-copy p { min-height: 98px; margin-bottom: 18px; color: #9da4ae; font-size: 13.5px; line-height: 1.7; }
.portfolio-card.is-featured .portfolio-copy p { min-height: 72px; font-size: 14px; }
.portfolio-copy strong { color: #e9ebef; font-size: 12px; font-weight: 650; }
.portfolio-note { margin: 20px 0 0; color: #555d68; font-size: 11px; }

.studio-expect { padding: 124px 0; background: #dfe3ff; color: var(--studio-ink); }
.expect-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.expect-intro { position: sticky; top: 104px; align-self: start; }
.expect-intro > span { display: block; margin-bottom: 26px; color: #4958d4; }
.expect-intro h2 { font-size: clamp(38px, 4.4vw, 60px); }
.expect-list { border-top: 1px solid #1113182b; }
.expect-list article { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid #1113182b; }
.expect-list article > b { color: #5b65b9; font: 650 11px/1.8 var(--mono); }
.expect-list h3 { margin-bottom: 7px; font-size: 22px; letter-spacing: -.03em; }
.expect-list p { margin: 0; color: #565c69; }

.studio-agentdeck { padding: 100px 0; background: #0c101c; }
.agentdeck-bridge { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 90px; }
.studio-agentdeck span { color: var(--studio-mint); }
.studio-agentdeck h2 { max-width: 710px; margin: 22px 0 18px; font-size: clamp(38px, 5vw, 64px); letter-spacing: -.055em; line-height: 1.02; }
.studio-agentdeck p { max-width: 680px; margin-bottom: 28px; color: #929aa6; font-size: 17px; }
.bridge-stack { display: grid; gap: 10px; }
.bridge-stack span { padding: 22px 24px; border: 1px solid #ffffff1a; border-radius: 12px; background: #ffffff06; color: #cbd0d8; letter-spacing: .08em; }
.bridge-stack span:nth-child(2) { margin-left: 28px; border-color: #36d9b14d; }.bridge-stack span:nth-child(3) { margin-left: 56px; border-color: #6c7bff55; }.bridge-stack span:nth-child(4) { margin-left: 84px; border-color: #ff6b5e55; }

.studio-cta { padding: 100px 0; background: var(--studio-paper); color: var(--studio-ink); }
.cta-panel { padding: clamp(38px, 7vw, 84px); border-radius: 26px; background: #10131a; color: #f4f5f7; }
.studio-cta .cta-panel > span { color: var(--studio-coral); }
.studio-cta h2 { max-width: 850px; margin: 26px 0 18px; font-size: clamp(44px, 7vw, 82px); letter-spacing: -.06em; line-height: .98; }
.studio-cta p { max-width: 720px; margin-bottom: 34px; color: #a3abb6; font-size: 17px; }
.studio-foot { background: #090b10; }
.studio-foot .foot-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; color: #626a76; font-size: 10px; }
.studio-foot .foot-brand img { display: block; }

/* Brand guideline */
.brand-page { background: var(--studio-paper); color: var(--studio-ink); }
.brand-page .studio-head { background: #090b10f2; }
.brand-hero { padding: 120px 0 110px; background: #090b10; color: #f4f5f7; }
.brand-hero span,
.brand-section aside > span { color: var(--studio-mint); font: 700 10px/1.2 var(--mono); letter-spacing: .12em; }
.brand-hero h1 { max-width: 1000px; margin: 36px 0 28px; font-size: clamp(58px, 9vw, 112px); font-weight: 720; letter-spacing: -.067em; line-height: .88; }
.brand-hero p { max-width: 690px; margin: 0; color: #a3aab4; font-size: 19px; }
.brand-section { padding: 110px 0; background: var(--studio-paper); }
.brand-section.is-dark { background: #10131a; color: #f4f5f7; }.brand-section.is-blue { background: #dfe3ff; }.brand-section.is-og { background: #e8e6df; }
.brand-two-col { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 80px; }
.brand-section aside h2 { margin-top: 20px; font-size: 31px; letter-spacing: -.04em; line-height: 1.12; }
.brand-content { min-width: 0; }
.brand-lead { max-width: 760px; margin-bottom: 40px; color: #9da4ae; font-size: 18px; }
.brand-statement { padding: 44px; border-radius: 20px; background: #111318; color: #f4f5f7; }
.brand-statement b { display: block; margin-bottom: 20px; font-size: clamp(38px, 6vw, 72px); letter-spacing: -.055em; line-height: .95; }.brand-statement p { max-width: 560px; margin: 0; color: #9aa2ad; }
.brand-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.brand-grid-3 article { padding: 24px; border: 1px solid #1113181c; border-radius: 14px; background: #f9f8f4; }.brand-grid-3 i { color: #5c67cf; font: 700 10px/1 var(--mono); font-style: normal; }.brand-grid-3 h3 { margin: 35px 0 8px; }.brand-grid-3 p { margin: 0; color: #656a72; font-size: 13px; }
.brand-do-dont { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }.brand-do-dont article { padding: 26px; border-radius: 14px; background: #dedfd9; }.brand-do-dont article:last-child { background: #e9dcd8; }.brand-do-dont ul { margin: 0; padding-left: 18px; color: #5e6269; }
.logo-stage { display: flex; min-height: 220px; align-items: center; justify-content: center; margin-bottom: 12px; border-radius: 18px; }.logo-stage img { width: min(58%, 380px); }.logo-stage small { position: absolute; align-self: end; margin-bottom: 18px; color: #777f8b; font: 600 9px/1 var(--mono); letter-spacing: .08em; }.logo-stage.is-dark { position: relative; border: 1px solid #ffffff15; background: #090b10; }.logo-stage.is-light { position: relative; background: #f0eee8; }
.brand-downloads { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 60px; }.brand-downloads a { padding: 10px 13px; border: 1px solid #ffffff24; border-radius: 8px; color: #cfd3d9; font-size: 11px; text-decoration: none; }.brand-downloads a:hover { border-color: var(--studio-mint); color: #fff; }
.brand-subhead { margin: 60px 0 20px; font-size: 24px; }
.clearspace { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 35px; padding: 34px; border: 1px dashed #ffffff2c; border-radius: 16px; }.clearspace img { width: 120px; margin: auto; }.clearspace p { margin: 0; color: #9aa2ad; }
.color-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.color-chip { display: flex; min-height: 160px; flex-direction: column; justify-content: flex-end; padding: 18px; border: 1px solid #ffffff1c; border-radius: 14px; }.color-chip span { margin-bottom: auto; font-size: 11px; }.color-chip b { font: 700 16px/1.2 var(--mono); }.color-chip small { margin-top: 5px; opacity: .62; }.color-chip.is-graphite { background: #090b10; }.color-chip.is-cobalt { background: #6c7bff; }.color-chip.is-mint { background: #36d9b1; color: #08241d; }.color-chip.is-coral { background: #ff6b5e; color: #2b0d0a; }.color-chip.is-paper { background: #f0eee8; color: #111318; }.color-chip.is-ink { background: #111318; }
.type-spec { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.type-spec > div { min-height: 170px; padding: 24px; border: 1px solid #ffffff1c; border-radius: 14px; }.type-spec span { display: block; margin-bottom: 30px; color: #848c97; font: 650 9px/1 var(--mono); }.type-spec b { font-size: 27px; line-height: 1.2; }.type-spec code { color: var(--studio-mint); font-size: 13px; }
.voice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.voice-grid article { padding: 28px; border: 1px solid #1113181c; border-radius: 14px; background: #faf9f5; }.voice-grid b { font-size: 19px; }.voice-grid p { margin: 12px 0 0; color: #656a72; }
.copy-example { margin-top: 12px; padding: 32px; border-radius: 14px; background: #111318; color: #f4f5f7; }.copy-example span { display: block; margin: 22px 0 7px; color: #ff7b70; font: 700 9px/1 var(--mono); }.copy-example span:first-child { margin-top: 0; }.copy-example span:nth-of-type(2) { color: var(--studio-mint); }.copy-example p { color: #7e858f; text-decoration: line-through; }.copy-example b { font-size: 23px; line-height: 1.4; }
.brand-architecture { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; }.brand-architecture article { min-height: 250px; padding: 28px; border: 1px solid #11131824; border-radius: 16px; background: #f5f4ef; }.brand-architecture article > img { width: 190px; }.brand-architecture article h3 { margin: 55px 0 8px; }.brand-architecture article p { margin: 0; color: #5e6470; }.brand-architecture > div { font: 700 9px/1 var(--mono); color: #5b65b9; }.brand-architecture .agentdeck-brand-card { background: #101317; color: #f4f5f7; }.agentdeck-brand-card > b { color: #36d9b1; font-size: 25px; }.agentdeck-brand-card p { color: #9098a4; }
.architecture-rules { margin: 26px 0 0; padding: 26px 26px 26px 44px; border-radius: 14px; background: #cdd3ff; color: #333949; }
.og-preview { margin: 0; }.og-preview img { display: block; width: 100%; border-radius: 16px; box-shadow: 0 24px 80px #11131822; }.og-preview figcaption { margin-top: 14px; color: #747981; font: 600 10px/1.4 var(--mono); }

@media (max-width: 1040px) {
  .studio-hero-grid { grid-template-columns: 1fr; gap: 48px; padding-block: 90px 60px; }
  .studio-hero-copy { max-width: 760px; }
  .studio-hero-visual { max-width: 840px; }
  .studio-service-grid { grid-template-columns: 1fr; }
  .studio-service-card { display: grid; min-height: 0; grid-template-columns: 220px 1fr; column-gap: 28px; }
  .studio-service-card .studio-service-no { grid-column: 1 / -1; }.studio-service-card .service-symbol { grid-row: 2 / 5; margin-bottom: 0; }.studio-service-card p { min-height: 0; }.studio-service-card ul { grid-column: 2; }
  .portfolio-card { grid-column: span 6; }.portfolio-card.is-featured { grid-column: span 6; }
  .expect-grid { gap: 55px; }
}

@media (max-width: 760px) {
  .studio-page .wrap { width: min(calc(100% - 28px), 1240px); }
  .studio-head .head-inner { min-height: 58px; }
  .studio-wordmark img { width: 126px; }
  .studio-nav a:not(.studio-nav-cta) { display: none; }
  .studio-nav .studio-nav-cta { margin-left: 0; padding-inline: 10px; }
  .studio-hero-grid { min-height: auto; padding-block: 74px 42px; }
  .studio-hero h1 { margin-top: 22px; font-size: clamp(46px, 13vw, 68px); }
  .studio-hero-copy > p:not(.studio-hero-note) { font-size: 16px; }
  .studio-hero-visual > img { aspect-ratio: 1; }
  .studio-hero-visual figcaption { right: 10px; bottom: 10px; left: 10px; }
  .studio-hero-visual figcaption span { padding: 6px 8px; font-size: 8px; }
  .studio-services,
  .studio-work,
  .studio-expect { padding-block: 82px; }
  .studio-section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
  .studio-section-head > span { padding-top: 0; }
  .studio-section-head h2,
  .expect-intro h2 { font-size: clamp(38px, 11vw, 52px); }
  .studio-service-card { display: block; padding: 22px; }
  .studio-service-card .service-symbol { margin: 24px 0 28px; }
  .studio-service-card p { min-height: 0; }
  .portfolio-grid { display: block; }
  .portfolio-card { display: block; margin-bottom: 14px; }
  .portfolio-copy { padding: 20px; }.portfolio-copy p,.portfolio-card.is-featured .portfolio-copy p { min-height: 0; }
  .expect-grid { grid-template-columns: 1fr; gap: 42px; }.expect-intro { position: static; }
  .agentdeck-bridge { grid-template-columns: 1fr; gap: 48px; }
  .bridge-stack span:nth-child(n) { margin-left: 0; }.bridge-stack span:nth-child(2) { margin-left: 12px; }.bridge-stack span:nth-child(3) { margin-left: 24px; }.bridge-stack span:nth-child(4) { margin-left: 36px; }
  .studio-agentdeck { padding-block: 80px; }.studio-cta { padding-block: 58px; }
  .cta-panel { padding: 34px 24px; border-radius: 18px; }
  .studio-cta h2 { font-size: clamp(42px, 13vw, 60px); }
  .studio-foot .foot-inner { align-items: flex-start; }
  .brand-hero { padding-block: 90px 70px; }.brand-hero h1 { font-size: clamp(52px, 15vw, 76px); }
  .brand-section { padding-block: 76px; }.brand-two-col { grid-template-columns: 1fr; gap: 36px; }
  .brand-grid-3,.brand-do-dont,.color-grid,.type-spec,.voice-grid { grid-template-columns: 1fr; }
  .brand-statement { padding: 28px; }.logo-stage { min-height: 160px; }.logo-stage img { width: 72%; }
  .clearspace { grid-template-columns: 1fr; text-align: center; }.brand-architecture { grid-template-columns: 1fr; }.brand-architecture > div { text-align: center; }.brand-architecture article h3 { margin-top: 40px; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 84% 4%, #00d9a30d, transparent 27rem),
    var(--bg);
  color: var(--fg);
  font: 420 15px/1.65 var(--font);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

::selection {
  background: #00d9a373;
  color: var(--fg);
}

.wrap {
  width: min(calc(100% - 40px), var(--wrap));
  margin: 0 auto;
}

.site-head {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: #08090ae8;
  backdrop-filter: blur(18px);
}

.head-inner {
  display: flex;
  align-items: center;
  min-height: 64px;
  gap: 28px;
}

.wordmark {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.district-mark {
  display: grid;
  grid-template-columns: repeat(2, 8px);
  grid-template-rows: repeat(2, 8px);
  gap: 3px;
  width: 24px;
  height: 24px;
}

.district-mark i {
  display: block;
  border: 1px solid #ffffff6b;
  border-radius: 2px;
}

.district-mark i:nth-child(2) {
  border-color: var(--mint);
  background: var(--mint);
}

.district-mark i:nth-child(3) {
  opacity: 0.42;
}

.wordmark strong {
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.agentdeck-wordmark {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  color: var(--fg);
  text-decoration: none;
}

.agentdeck-wordmark .agent-mark {
  width: 25px;
  height: 25px;
}

.agentdeck-wordmark strong {
  font-size: 15px;
  font-weight: 720;
  letter-spacing: -.035em;
}

.agentdeck-wordmark span {
  padding-left: 9px;
  border-left: 1px solid var(--line-strong);
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.nav a {
  padding: 8px 10px;
  border-radius: 7px;
  color: var(--muted);
  font-size: 12.5px;
  text-decoration: none;
}

.nav a:hover,
.nav a:focus-visible {
  background: var(--surface-2);
  color: var(--fg);
  outline: none;
}

.nav .nav-cta {
  margin-left: 8px;
  border: 1px solid var(--line-strong);
  color: var(--fg);
}

.hero {
  position: relative;
  display: grid;
  min-height: min(780px, calc(100vh - 64px));
  align-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::after {
  position: absolute;
  right: -5%;
  width: min(49vw, 630px);
  aspect-ratio: 1;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  opacity: 0.8;
  mask-image: radial-gradient(circle, #000 5%, transparent 70%);
  pointer-events: none;
  transform: rotate(-8deg);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--mint);
  font: 650 11px/1 var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 20px;
  height: 1px;
  background: var(--mint);
  content: "";
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  max-width: 920px;
  margin-bottom: 24px;
  font-size: clamp(58px, 8.5vw, 118px);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 38px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  letter-spacing: -0.015em;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--fg);
  font-size: 13px;
  font-weight: 620;
  text-decoration: none;
  transition: 120ms ease;
}

.button:hover,
.button:focus-visible {
  border-color: #ffffff3d;
  background: var(--surface-2);
  outline: none;
}

.button.primary {
  border-color: var(--mint);
  background: var(--mint);
  color: var(--mint-ink);
}

.button.primary:hover,
.button.primary:focus-visible {
  border-color: var(--mint-hover);
  background: var(--mint-hover);
}

.button.disabled {
  cursor: default;
  opacity: 0.55;
}

.section {
  padding: 104px 0;
  border-bottom: 1px solid var(--line);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(145px, 0.3fr) minmax(0, 1fr);
  gap: 30px;
  margin-bottom: 48px;
}

.section-no {
  color: var(--mint);
  font: 600 11px/1.5 var(--mono);
}

h2 {
  max-width: 800px;
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 620;
  letter-spacing: -0.055em;
  line-height: 1;
}

.section-copy {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 12px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
}

.card h3 {
  margin-bottom: 9px;
  font-size: 17px;
  font-weight: 620;
  letter-spacing: -0.02em;
}

.card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13.5px;
}

.card-tag {
  display: block;
  margin-bottom: 34px;
  color: var(--faint);
  font: 550 10px/1 var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: 48px;
  align-items: center;
  overflow: hidden;
  padding: clamp(30px, 5vw, 62px);
  border: 1px solid #00d9a34d;
  border-radius: 18px;
  background:
    linear-gradient(140deg, transparent 42%, #00d9a30a),
    var(--surface);
}

.product-card h3 {
  margin-bottom: 14px;
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: -0.055em;
  line-height: 1;
}

.product-copy {
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 16px;
}

.home-deck {
  width: 100%;
}

.home-deck .deck-layout {
  min-height: 370px;
}

.agent-lockup {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 60px;
}

.agent-mark {
  width: 30px;
  height: 30px;
}

.agent-lockup small {
  color: var(--faint);
}

.app-frame {
  overflow: hidden;
  min-height: 370px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: var(--bg);
  box-shadow: 0 24px 70px #0008;
}

.app-titlebar {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  color: var(--faint);
  font: 500 10px/1 var(--mono);
}

.app-titlebar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff20;
}

.app-titlebar i:first-child {
  background: var(--mint);
}

.app-body {
  display: grid;
  grid-template-columns: 54px 150px minmax(0, 1fr);
  min-height: 328px;
}

.app-nav {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px;
  border-right: 1px solid var(--line);
}

.app-nav i {
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff2b;
  border-radius: 5px;
}

.app-nav i:first-child {
  border-color: var(--mint);
  background: var(--mint-dim);
}

.app-list {
  padding: 16px 10px;
  border-right: 1px solid var(--line);
}

.app-list i,
.chat-lines i {
  display: block;
  height: 8px;
  margin-bottom: 10px;
  border-radius: 99px;
  background: #ffffff13;
}

.app-list i:nth-child(2) {
  width: 76%;
  background: #00d9a327;
}

.app-list i:nth-child(3) {
  width: 88%;
}

.app-list i:nth-child(4) {
  width: 64%;
}

.chat-lines {
  padding: 24px 22px;
}

.chat-lines i {
  height: 10px;
}

.chat-lines i:nth-child(1) {
  width: 68%;
}

.chat-lines i:nth-child(2) {
  width: 91%;
}

.chat-lines i:nth-child(3) {
  width: 77%;
}

.chat-lines i:nth-child(4) {
  width: 52%;
  margin-top: 32px;
  margin-left: auto;
  background: #ffffff22;
}

.chat-lines i:nth-child(5) {
  width: 42%;
  margin-left: auto;
  background: #ffffff22;
}

.statement {
  padding: clamp(34px, 7vw, 88px);
  border: 1px solid var(--mint);
  border-radius: 18px;
  background: var(--mint-dim);
}

.statement strong {
  display: block;
  max-width: 900px;
  margin-bottom: 9px;
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 620;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.statement span {
  color: var(--mint);
  font: 500 14px/1.5 var(--mono);
}

.page-hero {
  padding: 130px 0 88px;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 980px;
  font-size: clamp(48px, 7vw, 92px);
}

.page-hero .hero-copy {
  margin-bottom: 30px;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 6px 9px;
  border: 1px solid #ffb02045;
  border-radius: 999px;
  color: var(--amber);
  font: 550 10.5px/1 var(--mono);
  text-transform: uppercase;
}

.status::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--amber);
  content: "";
}

.feature-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.feature-list li::before {
  color: var(--mint);
  content: "→";
  font-family: var(--mono);
}

.notice {
  max-width: 780px;
  padding: 20px;
  border-left: 2px solid var(--amber);
  background: #ffb0200d;
  color: var(--muted);
}

.notice strong {
  color: var(--fg);
}

.prose {
  max-width: 800px;
}

.prose h2 {
  margin-top: 64px;
  font-size: 30px;
  letter-spacing: -0.035em;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose p,
.prose li {
  color: var(--muted);
}

.prose code {
  font-family: var(--mono);
}

.legal-page .legal-nav {
  margin-left: auto;
}

.legal-languages {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
}

.legal-languages a {
  min-width: 36px;
  padding: 8px 9px;
  color: var(--muted);
  font: 700 10px/1 var(--mono);
  text-align: center;
  text-decoration: none;
}

.legal-languages a + a { border-left: 1px solid var(--line); }
.legal-languages a.is-active { background: var(--fg); color: var(--bg); }
.legal-hero .hero-copy { max-width: 760px; }
.legal-date { color: var(--faint); font: 600 11px/1.4 var(--mono); letter-spacing: .06em; }
.legal-prose section { scroll-margin-top: 90px; }
.legal-prose strong { color: var(--fg); }
.legal-prose a { color: var(--mint); text-underline-offset: 3px; }
.legal-prose li + li { margin-top: 8px; }

.contact-privacy a {
  color: inherit;
  font-weight: 750;
  text-underline-offset: 3px;
}

.site-foot {
  padding: 54px 0;
}

@media (max-width: 720px) {
  .legal-page .head-inner { align-items: flex-start; padding-block: 14px; }
  .legal-page .legal-nav { justify-content: flex-end; gap: 8px; }
  .legal-page .legal-nav > a:not(.nav-cta) { display: none; }
  .legal-page .page-hero { padding-top: 86px; }
  .legal-page .page-hero h1 { font-size: clamp(42px, 13vw, 64px); }
}

.foot-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
}

.foot-brand {
  color: var(--muted);
  font-size: 12px;
}

.foot-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.foot-links a {
  color: var(--muted);
  font-size: 12px;
  text-decoration: none;
}

.foot-links a:hover {
  color: var(--fg);
}

@media (max-width: 900px) {
  .product-card {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-frame {
    max-width: 620px;
  }
}

@media (max-width: 680px) {
  .wrap {
    width: min(calc(100% - 28px), var(--wrap));
  }

  .head-inner {
    min-height: 58px;
  }

  .nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: 690px;
  }

  h1 {
    font-size: clamp(56px, 18vw, 82px);
  }

  .section {
    padding: 74px 0;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .product-card {
    padding: 26px;
  }

  .agent-lockup {
    margin-bottom: 44px;
  }

  .app-body {
    grid-template-columns: 46px 100px minmax(0, 1fr);
  }

  .app-nav {
    padding: 13px;
  }

  .app-list {
    padding: 14px 8px;
  }

  .chat-lines {
    padding: 20px 14px;
  }

  .foot-inner {
    grid-template-columns: 1fr;
  }

  .foot-links {
    justify-content: flex-start;
  }
}

/* ============================================================
   AgentDeck product landing — outcome-led, with real UI scenes.
   ============================================================ */

.agentdeck-page {
  --faint: #7c8589;
  background:
    radial-gradient(circle at 82% 9%, #00d9a314, transparent 32rem),
    radial-gradient(circle at 12% 42%, #3b8dff0a, transparent 28rem),
    var(--bg);
}

.agentdeck-page h1,
.agentdeck-page h2,
.agentdeck-page h3 {
  text-wrap: balance;
}

html:lang(ko) .agentdeck-page h1,
html:lang(ko) .agentdeck-page h2,
html:lang(ko) .agentdeck-page h3 {
  overflow-wrap: break-word;
  word-break: keep-all;
}

html:lang(ko) .agentdeck-page {
  word-break: keep-all;
}

.sales-hero {
  overflow: hidden;
  padding: clamp(76px, 9vw, 132px) 0 0;
  border-bottom: 1px solid var(--line);
}

.sales-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(510px, 1.12fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
}

.sales-hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 72px;
}

.compact-lockup {
  margin-bottom: 36px;
}

.sales-kicker {
  margin-bottom: 18px;
  color: var(--mint);
  font: 620 11px/1.4 var(--mono);
  letter-spacing: .085em;
  text-transform: uppercase;
}

.sales-hero h1 {
  max-width: 720px;
  margin-bottom: 25px;
  font-size: clamp(54px, 6.8vw, 92px);
  line-height: .94;
}

.sales-lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 21px);
  letter-spacing: -.018em;
  line-height: 1.55;
}

.sales-note {
  margin: 18px 0 0;
  color: var(--faint);
  font-size: 11.5px;
}

.deck-window {
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff2c;
  border-radius: 15px;
  background: #090b0c;
  box-shadow: 0 40px 100px #000b, 0 0 0 1px #000;
}

.hero-deck {
  width: min(760px, 57vw);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
  transform-origin: left center;
}

.deck-titlebar {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  color: var(--faint);
  font-size: 10px;
}

.deck-titlebar strong {
  color: var(--fg);
  font-size: 11px;
}

.deck-brand-dot,
.session-dot,
.session-pulse {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px var(--mint-dim);
}

.deck-online {
  margin-left: auto;
  color: var(--mint);
}

.deck-layout {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  min-height: 438px;
}

.deck-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  padding: 16px 10px;
  border-right: 1px solid var(--line);
  background: #0c0e0f;
}

.deck-nav-mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 7px;
  color: var(--faint);
  font: 500 16px/1 var(--mono);
}

.deck-nav-mark.is-active {
  background: var(--mint-dim);
  color: var(--mint);
}

.deck-main {
  min-width: 0;
  padding: 20px;
}

.deck-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.deck-summary > div {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface);
}

.deck-summary strong,
.deck-summary span {
  display: block;
}

.deck-summary strong {
  margin-bottom: 5px;
  font-size: 20px;
}

.deck-summary span {
  overflow: hidden;
  color: var(--faint);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.deck-summary .needs-you {
  border-color: #ffb0203c;
  background: #ffb0200a;
}

.deck-summary .needs-you strong {
  color: var(--amber);
}

.deck-section-label {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 24px 0 8px;
  font-size: 11px;
}

.deck-section-label small {
  color: var(--faint);
}

.session-preview-list {
  display: grid;
  gap: 7px;
}

.session-preview {
  display: grid;
  grid-template-columns: 12px minmax(130px, 1fr) auto auto;
  gap: 10px;
  min-height: 56px;
  align-items: center;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #0d0f10;
}

.session-preview.attention {
  border-color: #ffb02035;
  background: #ffb02008;
}

.session-preview.done {
  border-color: #3b8dff28;
}

.session-preview div {
  min-width: 0;
}

.session-preview strong,
.session-preview small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.session-preview strong {
  font-size: 11px;
}

.session-preview small {
  margin-top: 2px;
  color: var(--faint);
  font-size: 9px;
}

.session-pulse {
  position: relative;
}

.session-pulse::after {
  position: absolute;
  inset: -5px;
  border: 1px solid var(--mint);
  border-radius: 50%;
  content: "";
  animation: landing-pulse 1.8s ease-out infinite;
}

.session-dot.amber {
  background: var(--amber);
  box-shadow: 0 0 0 5px #ffb02018;
}

.session-dot.blue {
  background: var(--blue);
  box-shadow: 0 0 0 5px #3b8dff18;
}

.engine-pill,
.handoff-context {
  padding: 4px 7px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--muted);
  font: 500 8.5px/1 var(--mono);
  white-space: nowrap;
}

.session-state {
  color: var(--amber);
  font: 550 9px/1 var(--mono);
  white-space: nowrap;
}

.session-state.working,
.working {
  color: var(--mint) !important;
}

.outcome-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.outcome-strip span {
  min-width: 0;
  padding: 20px 15px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.outcome-strip span:last-child {
  border-right: 1px solid var(--line);
}

.sales-section {
  padding: clamp(86px, 10vw, 140px) 0;
}

.sales-section-head {
  max-width: 880px;
  margin-bottom: 48px;
}

.sales-section-head.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sales-section-head h2,
.continuity-copy h2,
.trust-grid h2,
.final-cta h2 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(38px, 5.6vw, 70px);
  line-height: 1;
}

.sales-section-head > p:last-child,
.continuity-copy > p,
.final-cta > p:not(.section-no) {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pain-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(150deg, var(--surface), #00d9a305);
}

.pain-before {
  margin-bottom: 54px;
  color: var(--faint);
  font: 550 10px/1 var(--mono);
  letter-spacing: .07em;
  text-transform: uppercase;
}

.pain-card h3 {
  margin-bottom: 12px;
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.15;
}

.pain-card p {
  color: var(--muted);
  font-size: 13.5px;
}

.pain-after {
  display: block;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--mint);
  font-size: 13px;
  font-weight: 550;
}

.agent-os-section {
  overflow: hidden;
  background:
    linear-gradient(#ffffff08 1px, transparent 1px),
    linear-gradient(90deg, #ffffff08 1px, transparent 1px),
    #090b0c;
  background-size: 42px 42px;
}

.agent-os-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(300px, 1.15fr) minmax(0, .8fr);
  gap: 14px;
  align-items: stretch;
}

.agent-os-map::before {
  position: absolute;
  top: 50%;
  right: 10%;
  left: 10%;
  height: 1px;
  background: var(--mint);
  box-shadow: 0 0 22px var(--mint);
  content: "";
  opacity: .45;
}

.os-card {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 390px;
  padding: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  background: #0d1011f5;
  box-shadow: 0 28px 70px #0008;
}

.os-card > span {
  color: var(--mint);
  font: 600 9px/1 var(--mono);
  letter-spacing: .08em;
}

.os-card h3 {
  margin: 50px 0 24px;
  font-size: clamp(27px, 3vw, 39px);
  line-height: 1;
}

.os-card p {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.os-core {
  border-color: #00d9a361;
  background: linear-gradient(155deg, #14201d, #0b0d0e 65%);
  transform: translateY(-18px);
}

.provider-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.provider-cloud b {
  padding: 10px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--fg);
  font: 560 11px/1 var(--mono);
}

.os-core ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.os-core li {
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #ffffff06;
}

.os-core li b,
.os-core li small {
  display: block;
}

.os-core li b {
  margin-bottom: 5px;
  color: var(--fg);
  font-size: 12px;
}

.os-core li small {
  overflow: hidden;
  color: var(--faint);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.control-route {
  display: grid;
  grid-template-columns: auto minmax(12px, 1fr) auto minmax(12px, 1fr) auto;
  align-items: center;
  color: var(--faint);
}

.control-route b {
  display: grid;
  min-width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  color: var(--fg);
  font: 650 10px/1 var(--mono);
}

.control-route i {
  height: 1px;
  background: var(--mint);
}

.control-route em {
  padding: 6px 8px;
  border: 1px solid #00d9a34a;
  border-radius: 999px;
  color: var(--mint);
  font: 500 8px/1 var(--mono);
  font-style: normal;
}

.access-model {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.access-model article {
  min-width: 0;
  min-height: 190px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #0d1011e8;
}

.access-model article > span,
.enterprise-boundary article > span {
  display: block;
  margin-bottom: 28px;
  color: var(--faint);
  font: 600 9px/1.2 var(--mono);
  letter-spacing: .075em;
}

.access-model article > strong {
  display: block;
  margin-bottom: 9px;
  color: var(--fg);
  font-size: 15px;
}

.access-model article > p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.access-model > i {
  color: var(--mint);
  font: 600 18px/1 var(--mono);
  font-style: normal;
}

.boundary-note {
  margin: 14px 0 0;
  padding: 14px 17px;
  border: 1px solid #ffb02030;
  border-radius: 10px;
  background: #ffb02008;
  color: var(--muted);
  font-size: 11px;
}

.boundary-note strong {
  color: var(--amber);
}

.demo-section {
  overflow: hidden;
  background: #0b0d0e;
}

.approval-scene {
  position: relative;
  min-height: 610px;
  padding: 36px 170px 30px 0;
}

.approval-desktop {
  width: min(850px, 78%);
}

.chat-demo {
  min-height: 455px;
  padding: clamp(24px, 4vw, 48px);
}

.chat-agent {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 13px;
  max-width: 670px;
  margin-bottom: 26px;
  align-items: start;
}

.chat-avatar {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--mint);
  border-radius: 50%;
  color: var(--mint);
  font: 600 10px/1 var(--mono);
}

.chat-agent p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.command-demo {
  max-width: 700px;
  padding: 20px;
  border: 1px solid #ffb0204a;
  border-radius: 11px;
  background: #ffb0200b;
}

.command-demo > span {
  display: block;
  margin-bottom: 13px;
  color: var(--amber);
  font: 600 10px/1 var(--mono);
  text-transform: uppercase;
}

.command-demo code,
.phone-command code {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.command-demo code {
  padding: 13px;
  border-radius: 7px;
  background: #050606;
  color: var(--fg);
  font-size: 12px;
}

.command-demo small {
  display: block;
  margin-top: 11px;
  color: var(--faint);
}

.waiting-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  color: var(--muted);
  font-size: 12px;
}

.waiting-line i {
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff20;
  border-top-color: var(--mint);
  border-radius: 50%;
  animation: landing-spin 1s linear infinite;
}

.phone-shell {
  position: absolute;
  z-index: 3;
  top: 2px;
  right: 4%;
  overflow: hidden;
  width: 270px;
  margin: 0;
  padding: 8px;
  border: 1px solid #ffffff3d;
  border-radius: 34px;
  background: #050606;
  box-shadow: 0 32px 80px #000c;
  transform: rotate(2deg);
}

.phone-shell figcaption {
  display: flex;
  height: 37px;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  color: var(--muted);
  font-size: 9px;
}

.phone-shell figcaption strong {
  color: var(--fg);
  font-size: 10px;
}

.phone-shell figcaption span:last-child {
  color: var(--mint);
}

.phone-content {
  min-height: 482px;
  padding: 20px 16px 17px;
  border-radius: 25px;
  background: var(--surface);
}

.phone-project {
  color: var(--mint);
  font: 600 8px/1 var(--mono);
  letter-spacing: .07em;
}

.phone-content h3 {
  margin: 12px 0 8px;
  font-size: 20px;
  line-height: 1.1;
}

.phone-content > p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 11px;
}

.phone-command {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--bg);
}

.phone-command small {
  display: block;
  margin-bottom: 8px;
  color: var(--faint);
  font-size: 8px;
}

.phone-command code {
  font-size: 9px;
}

.risk-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 15px 0 58px;
  color: var(--faint);
  font-size: 9px;
}

.risk-row strong {
  color: var(--amber);
  font-weight: 550;
}

.phone-content button {
  width: 100%;
  height: 38px;
  margin-top: 7px;
  border: 1px solid var(--mint);
  border-radius: 8px;
  background: var(--mint);
  color: var(--mint-ink);
  font: 650 11px/1 var(--font);
  pointer-events: none;
}

.phone-content .phone-deny {
  border-color: var(--line-strong);
  background: transparent;
  color: var(--muted);
}

.scene-caption {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: min(440px, 43%);
  padding: 24px;
  border-left: 1px solid var(--mint);
  background: #0b0d0ef2;
}

.scene-caption > span {
  color: var(--mint);
  font: 600 10px/1 var(--mono);
}

.scene-caption h3 {
  margin: 14px 0 8px;
  font-size: 25px;
}

.scene-caption p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.continuity-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(500px, 1.2fr);
  gap: clamp(50px, 8vw, 100px);
  align-items: center;
}

.benefit-list {
  display: grid;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  display: flex;
  gap: 11px;
  color: var(--fg);
  font-size: 13px;
}

.benefit-list li::before {
  color: var(--mint);
  content: "✓";
  font-family: var(--mono);
}

.continuity-copy .continuity-boundary {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 11px;
}

.handoff-demo {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  background: linear-gradient(145deg, var(--surface), #00d9a307);
  box-shadow: 0 28px 70px #0008;
}

.handoff-session-head {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.handoff-session-head strong,
.handoff-session-head small {
  display: block;
}

.handoff-session-head strong {
  font-size: 13px;
}

.handoff-session-head small {
  margin-top: 2px;
  color: var(--faint);
  font-size: 10px;
}

.handoff-context {
  border-color: #00d9a34c;
  color: var(--mint);
}

.handoff-track {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 13px;
  align-items: center;
  padding: 32px 0;
}

.account-node {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg);
}

.account-node span,
.account-node strong,
.account-node small {
  display: block;
}

.account-node span {
  margin-bottom: 20px;
  color: var(--muted);
  font: 500 9px/1 var(--mono);
}

.account-node strong {
  margin-bottom: 4px;
  font-size: 14px;
}

.account-node small {
  color: var(--faint);
  font-size: 9px;
}

.account-node.exhausted {
  border-color: #ffb0203b;
}

.account-node.exhausted strong {
  color: var(--amber);
}

.account-node.active {
  border-color: #00d9a34b;
  background: #00d9a309;
}

.account-node.active strong {
  color: var(--mint);
}

.handoff-arrow {
  color: var(--mint);
  font: 600 19px/1 var(--mono);
  text-align: center;
}

.handoff-arrow span {
  display: block;
  margin-bottom: 7px;
  color: var(--faint);
  font-size: 8px;
  text-transform: uppercase;
}

.handoff-log {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 13px;
  border-radius: 8px;
  background: #00d9a30a;
  font-size: 10px;
}

.handoff-log i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
}

.handoff-log span {
  overflow: hidden;
  flex: 1;
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.handoff-log strong {
  color: var(--mint);
  font: 550 9px/1 var(--mono);
}

.project-section {
  background: #0b0d0e;
}

.project-demo {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.project-column {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--surface);
}

.project-column header {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

.folder-glyph {
  color: var(--mint);
  font: 500 19px/1 var(--mono);
}

.project-column header strong,
.project-column header small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-column header strong {
  font-size: 13px;
}

.project-column header small {
  margin-top: 3px;
  color: var(--faint);
  font: 400 9px/1.3 var(--mono);
}

.project-column header b {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-3);
  color: var(--muted);
  font-size: 9px;
}

.project-column > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
}

.project-column > div:last-child {
  border-bottom: 0;
}

.project-column > div > strong {
  overflow: hidden;
  font-size: 10.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-column > div > small {
  color: var(--faint);
  font-size: 9px;
}

.attention-text {
  color: var(--amber) !important;
}

.project-column .new-project-input {
  display: flex;
  min-height: 95px;
  align-items: center;
  margin: 16px;
  padding: 14px;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  color: var(--faint);
  font-size: 11px;
}

.new-project-input span {
  flex: 1;
}

.new-project-input b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--mint-ink);
}

.trust-section {
  padding: clamp(86px, 10vw, 140px) 0;
  background:
    radial-gradient(circle at 14% 25%, #3b8dff0c, transparent 28rem),
    var(--bg);
}

.security-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .68fr);
  gap: clamp(50px, 9vw, 120px);
  align-items: end;
  margin-bottom: 55px;
}

.security-intro h2 {
  max-width: 840px;
  margin-bottom: 0;
  font-size: clamp(38px, 5.6vw, 70px);
  line-height: 1;
}

.security-intro > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 15px;
}

.security-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.15fr) auto minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  background: #090b0c;
  box-shadow: 0 28px 70px #0007;
}

.security-flow article {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}

.security-flow article.security-gate {
  border-color: #00d9a34f;
  background: linear-gradient(145deg, #10201c, #0d1110);
}

.security-flow span,
.security-flow strong,
.security-flow small {
  display: block;
}

.security-flow span {
  margin-bottom: 25px;
  color: var(--mint);
  font: 600 9px/1 var(--mono);
  letter-spacing: .07em;
}

.security-flow strong {
  margin-bottom: 6px;
  font-size: 13px;
}

.security-flow small {
  color: var(--faint);
  font-size: 9.5px;
}

.security-flow > i {
  color: var(--mint);
  font: 600 18px/1 var(--mono);
  font-style: normal;
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.security-card {
  min-width: 0;
  min-height: 265px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg, var(--surface), #3b8dff05);
}

.security-status {
  display: inline-flex;
  padding: 6px 8px;
  border: 1px solid #00d9a343;
  border-radius: 999px;
  color: var(--mint);
  font: 600 8.5px/1 var(--mono);
  letter-spacing: .07em;
}

.security-card h3 {
  max-width: 480px;
  margin: 55px 0 10px;
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.15;
}

.security-card p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.trust-disclosure {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 35px;
  margin-top: 24px;
  padding: 25px 27px;
  border: 1px solid #3b8dff35;
  border-radius: 13px;
  background: #3b8dff08;
}

.trust-disclosure strong {
  color: var(--fg);
  font-size: 13px;
}

.trust-disclosure p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.enterprise-section {
  padding: clamp(90px, 11vw, 155px) 0;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(#ffffff06 1px, transparent 1px),
    linear-gradient(90deg, #ffffff06 1px, transparent 1px),
    #0a0c0d;
  background-size: 50px 50px;
}

.enterprise-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: clamp(48px, 7vw, 90px);
  align-items: center;
}

.enterprise-copy h2 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(38px, 5.2vw, 66px);
  line-height: 1;
}

.enterprise-copy > p:not(.section-no) {
  max-width: 640px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.enterprise-benefits {
  margin-bottom: 32px;
}

.enterprise-console {
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff2b;
  border-radius: 16px;
  background: #090b0c;
  box-shadow: 0 36px 90px #000b;
}

.enterprise-console figcaption {
  display: flex;
  min-height: 51px;
  align-items: center;
  gap: 9px;
  padding: 0 17px;
  border-bottom: 1px solid var(--line);
  color: var(--faint);
  font-size: 9px;
}

.enterprise-console figcaption strong {
  color: var(--fg);
  font-size: 11px;
}

.enterprise-console figcaption b {
  margin-left: auto;
  color: var(--mint);
  font: 550 9px/1 var(--mono);
}

.enterprise-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  padding: 18px 18px 9px;
}

.enterprise-metrics div {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface);
}

.enterprise-metrics span,
.enterprise-metrics strong,
.enterprise-metrics small {
  display: block;
}

.enterprise-metrics span {
  overflow: hidden;
  color: var(--faint);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enterprise-metrics strong {
  margin: 13px 0 3px;
  color: var(--fg);
  font-size: 22px;
}

.enterprise-metrics small {
  color: var(--muted);
  font-size: 8.5px;
}

.policy-list {
  display: grid;
  gap: 7px;
  padding: 9px 18px 18px;
}

.policy-list > div {
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #0d0f10;
}

.policy-list i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px var(--mint-dim);
}

.policy-list i.is-review {
  background: var(--amber);
  box-shadow: 0 0 0 4px #ffb02018;
}

.policy-list i.is-private {
  background: var(--blue);
  box-shadow: 0 0 0 4px #3b8dff18;
}

.policy-list span,
.policy-list strong,
.policy-list small {
  min-width: 0;
}

.policy-list strong,
.policy-list small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.policy-list strong {
  font-size: 10.5px;
}

.policy-list small {
  margin-top: 3px;
  color: var(--faint);
  font-size: 8.5px;
}

.policy-list b {
  color: var(--muted);
  font: 550 8.5px/1 var(--mono);
  white-space: nowrap;
}

.console-foot {
  display: flex;
  gap: 7px;
  padding: 12px 18px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font: 500 8px/1 var(--mono);
}

.console-foot span {
  padding: 5px 7px;
  border-radius: 999px;
  background: #ffffff08;
}

.enterprise-boundary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 48px;
}

.enterprise-boundary article {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #0c0e0fe8;
}

.enterprise-boundary article > span {
  margin-bottom: 16px;
  color: var(--mint);
}

.enterprise-boundary article:last-child > span {
  color: var(--blue);
}

.enterprise-boundary p {
  margin: 0;
  color: var(--muted);
  font-size: 12.5px;
}

.final-cta-section {
  padding: clamp(90px, 12vw, 170px) 0;
  background:
    radial-gradient(circle at 50% 110%, #00d9a322, transparent 43rem),
    var(--surface);
}

.final-cta {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.final-cta h2 {
  max-width: 930px;
}

.final-cta > p:not(.section-no) {
  margin: 0 auto 30px;
}

@keyframes landing-pulse {
  from { opacity: .75; transform: scale(.55); }
  to { opacity: 0; transform: scale(1.35); }
}

@keyframes landing-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1040px) {
  .sales-hero-grid,
  .continuity-grid,
  .enterprise-layout {
    grid-template-columns: 1fr;
  }

  .sales-hero-copy {
    padding-bottom: 10px;
  }

  .hero-deck {
    width: 100%;
    margin-bottom: 70px;
    transform: none;
  }

  .pain-grid {
    grid-template-columns: 1fr;
  }

  .pain-card {
    min-height: 250px;
  }

  .pain-before {
    margin-bottom: 34px;
  }

  .agent-os-map {
    grid-template-columns: 1fr 1fr;
  }

  .os-core {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 330px;
    transform: none;
  }

  .os-card:not(.os-core) {
    min-height: 310px;
  }

  .approval-scene {
    padding-right: 110px;
  }

  .approval-desktop {
    width: 86%;
  }

  .project-demo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-column:last-child {
    grid-column: 1 / -1;
  }

  .enterprise-console {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .sales-hero {
    padding-top: 58px;
  }

  .sales-hero h1 {
    font-size: clamp(50px, 15vw, 72px);
  }

  .compact-lockup {
    margin-bottom: 30px;
  }

  .deck-layout {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 385px;
  }

  .deck-sidebar {
    padding: 12px 6px;
  }

  .deck-nav-mark {
    width: 28px;
    height: 28px;
  }

  .deck-main {
    padding: 12px;
  }

  .deck-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .session-preview {
    grid-template-columns: 10px minmax(0, 1fr) auto;
  }

  .session-preview .engine-pill {
    display: none;
  }

  .outcome-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .outcome-strip span:nth-child(odd) {
    border-left: 1px solid var(--line);
  }

  .outcome-strip span:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .approval-scene {
    min-height: 920px;
    padding: 0;
  }

  .approval-desktop {
    width: 100%;
  }

  .chat-demo {
    min-height: 400px;
    padding: 22px;
  }

  .phone-shell {
    top: 355px;
    right: 10px;
    width: 245px;
  }

  .phone-content {
    min-height: 430px;
  }

  .risk-row {
    margin-bottom: 25px;
  }

  .scene-caption {
    right: auto;
    bottom: 0;
    left: 0;
    width: calc(100% - 170px);
    padding: 20px 18px;
  }

  .handoff-track {
    grid-template-columns: 1fr;
  }

  .handoff-arrow {
    transform: rotate(90deg);
  }

  .handoff-arrow span {
    display: none;
  }

  .project-demo,
  .security-intro,
  .security-grid,
  .enterprise-boundary,
  .agent-os-map {
    grid-template-columns: 1fr;
  }

  .access-model,
  .security-flow {
    grid-template-columns: 1fr;
  }

  .access-model > i,
  .security-flow > i {
    justify-self: center;
    transform: rotate(90deg);
  }

  .access-model article {
    min-height: 0;
  }

  .security-intro {
    align-items: start;
  }

  .trust-disclosure {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .os-core {
    grid-column: auto;
  }

  .os-card,
  .os-card:not(.os-core) {
    min-height: 0;
  }

  .os-card h3 {
    margin-top: 34px;
  }

  .project-column:last-child {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .sales-hero h1 {
    font-size: 49px;
  }

  .sales-lead {
    font-size: 17px;
  }

  .sales-section-head h2,
  .continuity-copy h2,
  .security-intro h2,
  .enterprise-copy h2,
  .final-cta h2 {
    font-size: 39px;
  }

  .enterprise-metrics {
    grid-template-columns: 1fr;
  }

  .enterprise-console figcaption > span {
    display: none;
  }

  .policy-list > div {
    grid-template-columns: 9px minmax(0, 1fr);
  }

  .policy-list > div > b {
    display: none;
  }

  .console-foot {
    overflow: hidden;
    flex-wrap: wrap;
  }

  .outcome-strip {
    margin: 0 -14px;
  }

  .outcome-strip span {
    padding: 16px 8px;
    font-size: 10px;
  }

  .deck-titlebar > span:not(.deck-brand-dot):not(.deck-online) {
    display: none;
  }

  .session-preview {
    gap: 7px;
    padding: 8px;
  }

  .session-preview strong {
    font-size: 10px;
  }

  .session-state {
    font-size: 8px;
  }

  .approval-scene {
    min-height: 1010px;
  }

  .chat-demo {
    min-height: 440px;
  }

  .phone-shell {
    top: 390px;
    right: 0;
    width: 236px;
  }

  .scene-caption {
    bottom: 5px;
    width: calc(100% - 90px);
  }

  .handoff-demo {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .session-pulse::after,
  .waiting-line i {
    animation: none;
  }
}

/* AgentDeck Enterprise — actual-console-led product landing. */
.enterprise-landing {
  background:
    radial-gradient(circle at 50% 3%, #00d9a31a, transparent 34rem),
    var(--bg);
}

.enterprise-hero {
  overflow: hidden;
  padding: clamp(80px, 9vw, 135px) 0 0;
  border-bottom: 1px solid var(--line);
}

.enterprise-hero-copy {
  display: flex;
  max-width: var(--wrap);
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.enterprise-hero-copy h1 {
  max-width: var(--wrap);
  margin-bottom: 24px;
  font-size: clamp(58px, 8.2vw, 112px);
  letter-spacing: -.065em;
  line-height: .91;
  text-wrap: initial;
}

.enterprise-hero-heading > span {
  display: block;
}

.enterprise-hero-policy-line > span {
  display: inline;
}

.enterprise-hero-policy-line > span + span {
  margin-inline-start: .2em;
}

.enterprise-hero-copy .sales-lead {
  max-width: 820px;
}

.enterprise-hero-shot {
  margin-top: 70px;
}

.real-screen {
  position: relative;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff29;
  border-radius: 16px;
  background: #08090a;
  box-shadow: 0 32px 90px #000a;
}

.real-screen::before {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 13px 0 #ffb020, 26px 0 #3b8dff;
  content: "";
  opacity: .75;
}

.real-screen > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.real-screen-primary {
  border-color: #00d9a34a;
  box-shadow: 0 42px 120px #000d, 0 0 80px #00d9a30b;
}

.real-screen figcaption {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 5px 12px;
  padding: 18px 20px;
  border-top: 1px solid var(--line);
  background: #0d0f10;
}

.real-screen figcaption > span {
  grid-row: 1 / 3;
  color: var(--mint);
  font: 600 9px/1.4 var(--mono);
  letter-spacing: .08em;
}

.real-screen figcaption > strong {
  font-size: 12px;
}

.real-screen figcaption > small {
  color: var(--faint);
  font-size: 10px;
}

.enterprise-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 45px;
  border-top: 1px solid var(--line);
}

.enterprise-proof-strip span {
  min-width: 0;
  padding: 21px 15px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.enterprise-proof-strip span:last-child {
  border-right: 1px solid var(--line);
}

.enterprise-gallery-section {
  padding: clamp(90px, 11vw, 150px) 0;
}

.enterprise-gallery-section:nth-of-type(even) {
  background: #0a0c0d;
}

.real-screen-grid {
  display: grid;
  gap: 18px;
}

.real-screen-grid.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.enterprise-gallery-note {
  margin-top: 22px;
}

.enterprise-landing main {
  display: flex;
  flex-direction: column;
}

.enterprise-landing .enterprise-hero { order: 1; }
.enterprise-landing .people-gallery { order: 2; }
.enterprise-landing .policy-gallery { order: 3; }
.enterprise-landing .provider-gallery { order: 4; }
.enterprise-landing .audit-gallery { order: 5; }
.enterprise-landing .device-gallery { order: 6; }
.enterprise-landing .enterprise-faq-section { order: 7; }
.enterprise-landing .final-cta-section { order: 8; }

.enterprise-security-head {
  max-width: 940px;
}

.enterprise-security-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.enterprise-security-grid .security-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  padding: 26px 28px;
  border-color: #ffffff20;
  background:
    linear-gradient(145deg, #111516, #0a0d0e 72%);
}

.enterprise-security-grid .security-card::after {
  position: absolute;
  right: -52px;
  bottom: -76px;
  width: 190px;
  height: 190px;
  border: 1px solid #00d9a318;
  border-radius: 50%;
  content: "";
}

.enterprise-security-grid .security-card h3 {
  max-width: 560px;
  margin: 44px 0 12px;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.08;
}

.enterprise-security-grid .security-card p {
  max-width: 620px;
  font-size: 13px;
  line-height: 1.65;
}

.enterprise-safety-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin: 24px 0 64px;
  padding: 12px;
  border: 1px solid #00d9a33d;
  border-radius: 14px;
  background: linear-gradient(90deg, #00d9a30d, #00d9a304);
}

.enterprise-safety-line span {
  min-width: 0;
  padding: 15px 17px;
  border: 1px solid #ffffff12;
  border-radius: 9px;
  background: #0d1111cc;
  color: var(--fg);
  font-size: 12px;
  font-weight: 650;
  text-align: center;
}

.enterprise-safety-line i {
  color: var(--mint);
  font-style: normal;
}

.enterprise-policy-proof {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(340px, .58fr);
  align-items: stretch;
  gap: 18px;
}

.enterprise-policy-proof .feature-proof-list {
  margin-top: 0;
}

.enterprise-policy-checks {
  display: grid;
  gap: 12px;
}

.enterprise-policy-checks p {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  margin: 0;
  padding: 20px;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  background: linear-gradient(145deg, #111415, #0c0f10);
}

.enterprise-policy-checks b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #00d9a34a;
  border-radius: 10px;
  color: var(--mint);
  font: 650 10px/1 var(--mono);
}

.enterprise-policy-checks span,
.enterprise-policy-checks strong,
.enterprise-policy-checks small {
  display: block;
  min-width: 0;
}

.enterprise-policy-checks strong {
  margin: 2px 0 7px;
  color: var(--fg);
  font-size: 14px;
}

.enterprise-policy-checks small {
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.55;
}

.enterprise-security-note {
  max-width: 100%;
  margin-top: 18px;
  padding: 18px 20px;
}

.enterprise-feature-split {
  display: grid;
  grid-template-columns: minmax(360px, .75fr) minmax(540px, 1.25fr);
  gap: clamp(44px, 7vw, 90px);
  align-items: center;
}

.enterprise-feature-split.reverse {
  grid-template-columns: minmax(540px, 1.25fr) minmax(360px, .75fr);
}

.enterprise-feature-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
}

.enterprise-feature-copy > p:not(.section-no) {
  color: var(--muted);
  font-size: 16px;
}

.feature-proof-list {
  display: grid;
  margin-top: 30px;
}

.feature-proof-list p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.feature-proof-list strong,
.feature-proof-list span {
  display: block;
}

.feature-proof-list strong {
  margin-bottom: 5px;
  color: var(--fg);
  font-size: 13px;
}

.feature-proof-list span {
  color: var(--muted);
  font-size: 12px;
}

.real-screen-tall > img {
  aspect-ratio: 1.22 / 1;
}

.visibility-boundary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.visibility-boundary article {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
}

.visibility-boundary span {
  display: block;
  margin-bottom: 15px;
  color: var(--mint);
  font: 600 9px/1 var(--mono);
  letter-spacing: .08em;
}

.visibility-boundary article:last-child span {
  color: var(--blue);
}

.visibility-boundary p {
  margin: 0;
  color: var(--muted);
  font-size: 12.5px;
}

.product-faq-section {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #0b0e0f, var(--bg));
}

.product-faq-section .sales-section-head {
  max-width: 820px;
}

.product-faq-list {
  display: grid;
  max-width: 980px;
  margin-top: 44px;
  border-top: 1px solid var(--line-strong);
}

.product-faq-list details {
  border-bottom: 1px solid var(--line-strong);
}

.product-faq-list summary {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--fg);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 650;
  line-height: 1.3;
  list-style: none;
  cursor: pointer;
}

.product-faq-list summary::-webkit-details-marker { display: none; }
.product-faq-list summary::after {
  flex: none;
  color: var(--mint);
  font: 400 24px/1 var(--mono);
  content: "+";
}
.product-faq-list details[open] summary::after { content: "−"; }
.product-faq-list details p {
  max-width: 820px;
  margin: -4px 56px 26px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

html:lang(ko) .product-faq-list summary,
html:lang(ja) .product-faq-list summary,
html:lang(zh-CN) .product-faq-list summary,
html:lang(zh-TW) .product-faq-list summary { word-break: keep-all; }

.real-screen-wide {
  max-width: 1040px;
}

.agentdeck-language {
  position: fixed;
  z-index: 60;
  right: 14px;
  bottom: 14px;
  padding: 6px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: #0d0f10eb;
  box-shadow: 0 12px 40px #0008;
  backdrop-filter: blur(14px);
}

.agentdeck-language select {
  min-width: 112px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--fg);
  font: 550 11px/1 var(--font);
}

.agentdeck-language option {
  background: var(--surface);
  color: var(--fg);
}

[data-i18n="ent.hero.title"] {
  white-space: pre-line;
}

[data-i18n="ent.people.title"],
[data-i18n="ent.policy.title"],
[data-i18n="ent.visibility.title"],
[data-i18n="ent.provider.title"],
[data-i18n="ent.device.title"],
[data-i18n="ent.cta.title"] {
  white-space: pre-line;
}

[data-i18n="deck.hero.title"],
[data-i18n="deck.mobile.title"] {
  white-space: pre-line;
}

html:lang(ko) .enterprise-hero-copy h1,
html:lang(ja) .enterprise-hero-copy h1,
html:lang(zh-CN) .enterprise-hero-copy h1,
html:lang(zh-TW) .enterprise-hero-copy h1 {
  font-size: clamp(52px, 5.7vw, 72px);
  letter-spacing: -.042em;
  line-height: 1.08;
}

@media (min-width: 761px) {
  html:lang(ko) .enterprise-hero-heading > span,
  html:lang(ja) .enterprise-hero-heading > span,
  html:lang(zh-CN) .enterprise-hero-heading > span,
  html:lang(zh-TW) .enterprise-hero-heading > span {
    white-space: nowrap;
  }
}

html:lang(ko) .sales-hero h1,
html:lang(ja) .sales-hero h1,
html:lang(zh-CN) .sales-hero h1,
html:lang(zh-TW) .sales-hero h1 {
  font-size: clamp(54px, 5.6vw, 76px);
  letter-spacing: -.045em;
  line-height: 1.06;
}

html:lang(ko) .sales-section-head h2,
html:lang(ko) .continuity-copy h2,
html:lang(ko) .security-intro h2,
html:lang(ko) .enterprise-copy h2,
html:lang(ko) .final-cta h2,
html:lang(ko) .enterprise-feature-copy h2 {
  font-size: clamp(38px, 4.4vw, 58px);
  letter-spacing: -.045em;
  line-height: 1.08;
}

.enterprise-hero {
  padding-top: clamp(72px, 7vw, 104px);
}

.enterprise-hero-copy .sales-kicker {
  margin-bottom: 22px;
}

.enterprise-hero-copy .sales-lead {
  max-width: 720px;
}

.enterprise-hero-shot {
  margin-top: 54px;
}

@media (max-width: 1040px) {
  .enterprise-feature-split,
  .enterprise-feature-split.reverse {
    grid-template-columns: 1fr;
  }

  .enterprise-feature-split.reverse .enterprise-feature-copy {
    grid-row: 1;
  }

  .enterprise-policy-proof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .enterprise-hero-copy {
    align-items: flex-start;
    text-align: left;
  }

  .enterprise-hero-copy h1 {
    font-size: clamp(50px, 15vw, 72px);
  }

  .enterprise-hero-policy-line > span {
    display: block;
  }

  .enterprise-hero-policy-line > span + span {
    margin-inline-start: 0;
  }

  html:lang(ko) .enterprise-hero-copy h1,
  html:lang(ja) .enterprise-hero-copy h1,
  html:lang(zh-CN) .enterprise-hero-copy h1,
  html:lang(zh-TW) .enterprise-hero-copy h1 {
    font-size: 38px;
    line-height: 1.12;
  }

  html:lang(ko) .enterprise-hero-heading > span,
  html:lang(ko) .enterprise-hero-policy-line > span,
  html:lang(ja) .enterprise-hero-heading > span,
  html:lang(ja) .enterprise-hero-policy-line > span,
  html:lang(zh-CN) .enterprise-hero-heading > span,
  html:lang(zh-CN) .enterprise-hero-policy-line > span,
  html:lang(zh-TW) .enterprise-hero-heading > span,
  html:lang(zh-TW) .enterprise-hero-policy-line > span {
    white-space: nowrap;
  }

  .enterprise-proof-strip,
  .real-screen-grid.two-up,
  .visibility-boundary,
  .enterprise-security-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-safety-line {
    grid-template-columns: 1fr;
    margin-bottom: 48px;
    text-align: left;
  }

  .enterprise-safety-line span {
    text-align: left;
  }

  .enterprise-safety-line i {
    transform: rotate(90deg);
    transform-origin: center;
  }

  .enterprise-security-grid .security-card {
    min-height: 0;
  }

  .enterprise-policy-checks p {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 17px;
  }

  .enterprise-policy-checks b {
    width: 36px;
    height: 36px;
  }

  .enterprise-proof-strip span {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    text-align: left;
  }

  .real-screen figcaption {
    padding: 14px;
  }

  .real-screen figcaption > small {
    display: none;
  }

  .real-screen > img,
  .real-screen-tall > img {
    aspect-ratio: 1.18 / 1;
  }
}
