@font-face {
  font-family: "CuprumLocal";
  src: local("Cuprum");
  font-display: swap;
}

:root {
  --bg: #05080d;
  --graphite: #0b1119;
  --graphite-soft: #111a25;
  --blue: #061b35;
  --blue-2: #092946;
  --white: #f4fbff;
  --muted: rgba(244, 251, 255, 0.68);
  --line: rgba(76, 232, 217, 0.18);
  --line-strong: rgba(76, 232, 217, 0.44);
  --accent: #22e2cf;
  --accent-2: #86f894;
  --danger: #ff674d;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 4%, rgba(34, 226, 207, 0.09), transparent 30rem),
    radial-gradient(circle at 4% 34%, rgba(28, 90, 159, 0.24), transparent 34rem),
    linear-gradient(145deg, #030509 0%, #07111d 42%, #030509 100%);
  font-family: "Cuprum", "CuprumLocal", Arial, sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(rgba(34, 226, 207, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 226, 207, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 82%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  background: url("assets/ai-bg.webp") center / cover no-repeat;
  opacity: 0.13;
  filter: saturate(0.85) contrast(1.04);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.page-shell {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 18px;
}

.section-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(4, 9, 15, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero {
  min-height: calc(100vh - 36px);
  padding: clamp(16px, 2.2vw, 30px);
}

.tool-float {
  position: absolute;
  z-index: 3;
  width: clamp(168px, 15.6vw, 260px);
  filter:
    drop-shadow(0 20px 34px rgba(0, 0, 0, 0.48))
    drop-shadow(0 0 22px rgba(34, 226, 207, 0.16));
  opacity: 0.94;
  pointer-events: none;
  transform-style: preserve-3d;
  transition: transform 260ms ease-out, filter 190ms ease;
  will-change: transform;
}

.tool-float img {
  display: block;
  width: 100%;
  height: auto;
}

.tool-openai {
  top: 10%;
  right: 12%;
  transform: rotate(-4deg);
}

.tool-claude {
  right: 2%;
  bottom: 11%;
  width: clamp(160px, 14.5vw, 245px);
  transform: rotate(3deg);
}

.tool-codex {
  left: 30%;
  bottom: 5%;
  width: clamp(156px, 13.5vw, 230px);
  transform: rotate(5deg);
}

.hero-topline {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(244, 251, 255, 0.72);
  font-size: clamp(15px, 1.3vw, 19px);
  text-transform: uppercase;
}

.hero-topline span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(244, 251, 255, 0.12);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(0, 0, 0, 0.16);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100vh - 116px);
  grid-template-columns: minmax(300px, 0.92fr) minmax(310px, 430px) minmax(240px, 0.74fr);
  gap: clamp(18px, 2.8vw, 44px);
  align-items: center;
  padding-top: clamp(16px, 3.2vh, 44px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: clamp(16px, 1.5vw, 21px);
  font-weight: 700;
  text-transform: uppercase;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(42px, 4.3vw, 66px);
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
}

.subtitle {
  max-width: 600px;
  margin-bottom: 14px;
  color: var(--accent-2);
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
  line-height: 0.98;
}

.lead {
  max-width: 560px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.14;
}

.cta {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid rgba(128, 255, 142, 0.58);
  border-radius: 999px;
  padding: 0 24px 2px;
  color: #03120f;
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  box-shadow: 0 16px 42px rgba(34, 226, 207, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  font-size: clamp(20px, 1.7vw, 26px);
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.cta::before {
  position: absolute;
  inset: -45% auto -45% -42%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  content: "";
  opacity: 0;
  transform: skewX(-18deg);
  transition: left 560ms ease, opacity 220ms ease;
}

.cta span,
.cta svg {
  position: relative;
  z-index: 1;
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 58px rgba(34, 226, 207, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.cta:hover::before {
  left: 112%;
  opacity: 0.66;
}

.cta svg,
.slider-btn svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.under-cta {
  max-width: 420px;
  margin: 12px 0 0;
  color: rgba(244, 251, 255, 0.54);
  font-size: 18px;
}

.phone-stage {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  perspective: 1200px;
}

.phone {
  position: relative;
  width: min(100%, 350px);
  aspect-ratio: 9 / 18.4;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 42px;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent 32%),
    linear-gradient(180deg, #172435, #020509);
  box-shadow:
    0 40px 130px rgba(0, 0, 0, 0.62),
    0 0 0 8px rgba(255, 255, 255, 0.035),
    0 0 68px rgba(34, 226, 207, 0.15);
  transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transform-style: preserve-3d;
  transition: transform 220ms ease;
}

.phone::before,
.phone::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.phone::before {
  inset: -18px;
  z-index: -1;
  border: 1px solid rgba(34, 226, 207, 0.16);
  border-radius: 54px;
  filter: blur(0.3px);
}

.phone::after {
  inset: 12% -48%;
  z-index: -2;
  background: radial-gradient(circle, rgba(34, 226, 207, 0.16), transparent 55%);
  filter: blur(38px);
}

.phone-speaker {
  position: absolute;
  top: 21px;
  left: 50%;
  z-index: 5;
  width: 94px;
  height: 19px;
  border-radius: 999px;
  background: #03070c;
  transform: translateX(-50%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.phone-screen {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background:
    url("assets/hero-phone-bg.svg") center / cover no-repeat,
    radial-gradient(circle at 52% 25%, rgba(34, 226, 207, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(9, 41, 70, 0.96), #03070c 78%);
  transform: translateZ(22px);
}

.phone-screen::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(rgba(244, 251, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 251, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.12), transparent 28%);
  background-size: 34px 34px, 34px 34px, auto;
  opacity: 0.58;
}

.phone-screen img {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
  filter: saturate(1.12) contrast(1.04);
}

.phone-screen .hero-person {
  transform: scale(0.96) translateY(0);
  filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.54)) saturate(1.08) contrast(1.04);
}

.phone-visual-bg {
  position: absolute;
  inset: 11% 7% 23%;
  z-index: 2;
  border: 1px solid rgba(244, 251, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 52% 42%, rgba(134, 248, 148, 0.12), transparent 20%),
    radial-gradient(circle at 50% 70%, rgba(34, 226, 207, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 52%);
  box-shadow: inset 0 0 54px rgba(34, 226, 207, 0.07), 0 0 60px rgba(34, 226, 207, 0.08);
  filter: blur(0.2px);
}

.phone-visual-bg::before,
.phone-visual-bg::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.phone-visual-bg::before {
  inset: 14% -7%;
  border-top: 1px solid rgba(34, 226, 207, 0.14);
  border-bottom: 1px solid rgba(34, 226, 207, 0.08);
  transform: skewY(-8deg);
}

.phone-visual-bg::after {
  right: 12%;
  bottom: 18%;
  width: 42%;
  height: 30%;
  border: 1px solid rgba(34, 226, 207, 0.12);
  border-radius: 8px;
  background: rgba(3, 8, 13, 0.24);
  transform: rotate(7deg);
}

.phone-platform {
  position: absolute;
  right: 11%;
  bottom: 3%;
  left: 11%;
  z-index: 3;
  height: 23%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(134, 248, 148, 0.16), rgba(34, 226, 207, 0.08) 34%, transparent 68%);
  filter: blur(8px);
}

.screen-shine {
  position: absolute;
  z-index: 5;
  inset: 0;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.26), transparent 24%, transparent 58%, rgba(255, 255, 255, 0.09)),
    radial-gradient(circle at 55% 10%, rgba(255, 255, 255, 0.22), transparent 22%);
  mix-blend-mode: screen;
}

.signal-line {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(34, 226, 207, 0.18);
  pointer-events: none;
}

.line-a {
  top: 17%;
  left: -4%;
  width: 240px;
  height: 148px;
  border-right: 0;
  transform: rotate(-7deg);
}

.line-b {
  right: -7%;
  bottom: 15%;
  width: 290px;
  height: 120px;
  border-left: 0;
  transform: rotate(8deg);
}

.floating-chip,
.proof-card,
.inside-board,
.roles article,
.case-card,
.get-card {
  border: 1px solid rgba(244, 251, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(29, 241, 207, 0.11), rgba(255, 255, 255, 0.025)),
    rgba(3, 8, 13, 0.76);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  transition:
    translate 190ms ease,
    border-color 190ms ease,
    box-shadow 190ms ease,
    background 190ms ease;
}

.floating-chip,
.proof-card {
  isolation: isolate;
  overflow: hidden;
}

.floating-chip::before,
.proof-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.16), transparent 18%, transparent 58%, rgba(34, 226, 207, 0.07)),
    radial-gradient(circle at 22% 12%, rgba(244, 251, 255, 0.16), transparent 28%),
    radial-gradient(circle at 88% 88%, rgba(134, 248, 148, 0.07), transparent 34%);
  content: "";
  opacity: 0.62;
}

.floating-chip::after,
.proof-card::after {
  position: absolute;
  top: 10px;
  right: 12px;
  left: 12px;
  z-index: -1;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(244, 251, 255, 0.46), rgba(34, 226, 207, 0.28), transparent);
  content: "";
  filter: blur(0.2px);
}

.floating-chip {
  position: absolute;
  z-index: 4;
  width: 206px;
  border-radius: 8px;
  padding: 14px 16px;
  color: rgba(244, 251, 255, 0.88);
  font-size: 18px;
  line-height: 1.05;
  border-color: rgba(244, 251, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(34, 226, 207, 0.035) 44%, rgba(2, 8, 14, 0.78)),
    rgba(5, 12, 18, 0.74);
  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.32),
    0 0 22px rgba(34, 226, 207, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(34, 226, 207, 0.08);
  backdrop-filter: blur(18px) saturate(1.14);
  transform-style: preserve-3d;
  transition: transform 260ms ease-out, border-color 190ms ease, box-shadow 190ms ease;
  will-change: transform;
}

.floating-chip span {
  display: block;
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 16px;
  font-weight: 700;
}

.chip-one {
  top: 8%;
  left: -9%;
  transform: rotate(-6deg);
}

.chip-two {
  top: 27%;
  right: -13%;
  transform: rotate(7deg);
}

.chip-three {
  right: -3%;
  bottom: 14%;
  transform: rotate(-4deg);
}

.hero-proof {
  display: grid;
  gap: 18px;
}

.proof-card {
  border-radius: 8px;
  padding: 20px;
  border-color: rgba(244, 251, 255, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(34, 226, 207, 0.04) 46%, rgba(3, 8, 13, 0.8)),
    rgba(4, 11, 17, 0.78);
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.3),
    0 0 26px rgba(34, 226, 207, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(34, 226, 207, 0.075);
  backdrop-filter: blur(18px) saturate(1.12);
}

.proof-card strong {
  display: block;
  margin: 16px 0 8px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 0.96;
}

.proof-card p {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.12;
}

.proof-icon {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--accent);
  font-weight: 700;
}

.accent-card {
  transform: translateX(-22px);
}

.compact-grid {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: clamp(18px, 2.6vw, 34px);
  margin-top: 18px;
  padding: clamp(24px, 3.4vw, 48px);
  background:
    radial-gradient(circle at 76% 18%, rgba(29, 241, 207, 0.09), transparent 28rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(4, 9, 15, 0.76);
}

.section-heading h2 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(38px, 5vw, 76px);
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
}

.section-heading p:not(.eyebrow) {
  max-width: 600px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.12;
}

.compact-grid .section-heading h2 {
  max-width: 520px;
  font-size: clamp(32px, 3.1vw, 48px);
  line-height: 0.96;
}

.compact-grid .section-heading p:not(.eyebrow) {
  max-width: 520px;
  font-size: clamp(19px, 1.65vw, 24px);
}

.roles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column: 1 / -1;
  gap: 14px;
}

.roles article {
  position: relative;
  display: grid;
  min-height: 310px;
  grid-template-rows: 166px auto;
  overflow: hidden;
  border-radius: 8px;
  padding: 18px;
}

.roles article::after,
.guide-items article::before,
.case-card::before,
.inside-board::before,
.get-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(118deg, transparent 0 36%, rgba(244, 251, 255, 0.1) 48%, transparent 60%),
    radial-gradient(circle at 18% 0%, rgba(244, 251, 255, 0.11), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(34, 226, 207, 0.12), transparent 34%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 190ms ease;
}

.roles span,
.case-copy span,
.board-header span,
.steps span {
  color: var(--accent);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(29, 241, 207, 0.22);
}

.roles p {
  margin: 8px 0 0;
  color: rgba(244, 251, 255, 0.9);
  font-size: 20px;
  line-height: 1.14;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.52);
}

.role-card::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0 34%, rgba(3, 8, 13, 0.48) 64%, rgba(3, 8, 13, 0.72) 100%),
    linear-gradient(120deg, transparent 0 44%, rgba(255, 255, 255, 0.06) 45%, transparent 58%),
    radial-gradient(circle at 82% 18%, rgba(128, 255, 142, 0.18), transparent 26%);
  content: "";
  opacity: 0.88;
  transition: opacity 190ms ease, background 190ms ease;
}

.role-art {
  position: relative;
  display: grid;
  min-height: 150px;
  align-items: start;
  justify-items: center;
  padding-top: 4px;
}

.role-art::after {
  position: absolute;
  content: "";
}

.role-art::after {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29, 241, 207, 0.34), rgba(128, 255, 142, 0.12) 38%, transparent 68%);
  filter: blur(16px);
}

.role-art img {
  position: relative;
  z-index: 2;
  width: min(62%, 170px);
  max-height: 138px;
  height: auto;
  object-fit: contain;
  transform: translateY(-8px);
  filter:
    drop-shadow(0 20px 28px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 24px rgba(29, 241, 207, 0.22));
  transition: transform 190ms ease, filter 190ms ease;
}

.role-card > div:last-child {
  position: relative;
  z-index: 2;
  align-self: start;
  margin: -4px -6px -6px;
  border-radius: 8px;
  padding: 12px 10px 10px;
  background: linear-gradient(180deg, rgba(3, 8, 13, 0.05), rgba(3, 8, 13, 0.46));
}

.role-founder .role-art img {
  width: min(66%, 170px);
  max-height: 132px;
}

.role-freelance .role-art img {
  width: min(68%, 176px);
  max-height: 136px;
}

.role-starter .role-art img {
  width: min(52%, 138px);
  max-height: 140px;
}

.inside-board {
  position: relative;
  overflow: hidden;
  grid-column: 1 / -1;
  border-radius: 8px;
  padding: 20px;
  isolation: isolate;
}

.board-header {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(244, 251, 255, 0.1);
  padding-bottom: 14px;
}

.guide-items {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 20px 0 0;
}

.guide-items article {
  position: relative;
  isolation: isolate;
  min-height: 132px;
  overflow: hidden;
  border: 1px solid rgba(244, 251, 255, 0.1);
  border-radius: 8px;
  padding: 14px;
  background:
    radial-gradient(circle at 82% 12%, rgba(29, 241, 207, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.025);
}

.guide-items article::after {
  position: absolute;
  right: -18px;
  bottom: -22px;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(29, 241, 207, 0.16);
  border-radius: 50%;
  content: "";
  transition: border-color 190ms ease, scale 190ms ease;
}

.guide-items b {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--accent-2);
  font-size: 18px;
}

.guide-items p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(244, 251, 255, 0.84);
  font-size: 20px;
  line-height: 1.08;
}

.cases-section {
  margin-top: 18px;
  padding: clamp(22px, 3vw, 42px);
}

.cases-heading {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(280px, 420px);
  column-gap: 28px;
  align-items: end;
  margin-bottom: 20px;
}

.cases-heading .eyebrow {
  grid-column: 1;
  margin-bottom: 10px;
}

.cases-heading h2 {
  grid-column: 1;
  max-width: 620px;
  margin: 0;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 0.92;
}

.cases-heading p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  max-width: 420px;
  margin: 0 0 5px;
  font-size: clamp(18px, 1.5vw, 22px);
}

.case-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
}

.slider-btn {
  display: none;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(244, 251, 255, 0.13);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.slider-btn:hover {
  border-color: var(--line-strong);
  background: rgba(29, 241, 207, 0.09);
  transform: translateY(-2px);
}

.case-window {
  overflow: hidden;
}

.case-track {
  display: flex;
  gap: 14px;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.case-card {
  position: relative;
  isolation: isolate;
  display: grid;
  min-width: calc((100% - 28px) / 3);
  grid-template-rows: minmax(190px, 1fr) auto;
  overflow: hidden;
  border-radius: 8px;
}

.case-shot {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 210px;
  padding: 18px;
  background: linear-gradient(135deg, #09182a, #03070d);
}

.case-shot::after {
  position: absolute;
  inset: auto 16px 16px;
  height: 52px;
  border: 1px solid rgba(244, 251, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(29, 241, 207, 0.25), transparent 34%),
    rgba(255, 255, 255, 0.035);
  content: "";
  transition: border-color 190ms ease, background 190ms ease;
}

.video-shot {
  display: grid;
  align-content: end;
  min-height: 230px;
  border-bottom: 1px solid rgba(244, 251, 255, 0.08);
  background: #03070d;
}

.video-shot video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  filter: saturate(0.9) contrast(1.08);
  transform: scale(1.01);
  transition: opacity 220ms ease, transform 220ms ease;
}

.video-shot::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(3, 7, 13, 0.08), rgba(3, 7, 13, 0.38) 48%, rgba(3, 7, 13, 0.86)),
    radial-gradient(circle at 18% 12%, rgba(34, 226, 207, 0.18), transparent 34%);
  content: "";
  pointer-events: none;
}

.video-shot::after {
  inset: auto 16px 16px;
  z-index: 2;
  height: 54px;
  opacity: 0.72;
}

.video-shot .shot-label,
.video-shot .shot-title {
  position: absolute;
  z-index: 3;
}

.video-shot .shot-label {
  top: 16px;
  left: 16px;
  background: rgba(3, 8, 13, 0.54);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.video-shot .shot-title {
  bottom: 18px;
  left: 18px;
  max-width: 330px;
  margin: 0;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.72);
}

.shot-label {
  display: inline-flex;
  border: 1px solid rgba(29, 241, 207, 0.34);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--accent);
  font-size: 15px;
  transition: border-color 190ms ease, background 190ms ease;
}

.shot-title {
  position: relative;
  z-index: 2;
  max-width: 270px;
  margin-top: 28px;
  font-size: clamp(27px, 2.7vw, 42px);
  font-weight: 700;
  line-height: 0.86;
  text-transform: uppercase;
}

.shot-lines,
.shot-grid {
  position: absolute;
  right: 18px;
  bottom: 82px;
  width: 42%;
  height: 86px;
  border: 1px solid rgba(29, 241, 207, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(rgba(29, 241, 207, 0.14) 10px, transparent 10px) 0 0 / 100% 28px,
    rgba(255, 255, 255, 0.035);
}

.shot-grid {
  background:
    linear-gradient(90deg, rgba(29, 241, 207, 0.16) 1px, transparent 1px),
    linear-gradient(rgba(29, 241, 207, 0.16) 1px, transparent 1px),
    rgba(255, 255, 255, 0.035);
  background-size: 32px 32px;
}

.content-shot {
  background:
    radial-gradient(circle at 78% 22%, rgba(128, 255, 142, 0.22), transparent 26%),
    linear-gradient(135deg, #071d26, #03070d);
}

.codex-shot {
  background:
    radial-gradient(circle at 24% 20%, rgba(29, 241, 207, 0.22), transparent 28%),
    linear-gradient(135deg, #07101f, #03070d);
}

.codex-shot pre {
  position: absolute;
  right: 18px;
  bottom: 78px;
  width: min(46%, 230px);
  margin: 0;
  border: 1px solid rgba(29, 241, 207, 0.16);
  border-radius: 8px;
  padding: 12px;
  color: rgba(244, 251, 255, 0.75);
  background: rgba(0, 0, 0, 0.24);
  font: 13px/1.16 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap;
}

.case-copy {
  position: relative;
  z-index: 2;
  padding: 14px 16px 16px;
}

.case-copy p {
  margin: 7px 0 0;
  color: rgba(244, 251, 255, 0.74);
  font-size: 17px;
  line-height: 1.1;
}

.case-copy b {
  color: var(--white);
  font-weight: 700;
}

.final-section {
  margin-top: 18px;
  padding: clamp(22px, 3.4vw, 48px);
  background:
    radial-gradient(circle at 18% 50%, rgba(29, 241, 207, 0.12), transparent 25rem),
    radial-gradient(circle at 78% 12%, rgba(128, 255, 142, 0.1), transparent 26rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(4, 9, 15, 0.76);
}

.get-card h2 {
  max-width: 780px;
  margin-bottom: 14px;
  font-size: clamp(42px, 4.8vw, 76px);
  font-weight: 700;
  line-height: 0.92;
  text-transform: uppercase;
}

.get-card p {
  margin-bottom: 0;
  color: rgba(244, 251, 255, 0.76);
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.12;
}

.get-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(250px, 360px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(244, 251, 255, 0.12);
  background:
    linear-gradient(100deg, rgba(29, 241, 207, 0.11), rgba(255, 255, 255, 0.025)),
    rgba(3, 8, 13, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.get-card::after {
  position: absolute;
  right: -9%;
  bottom: -28%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(29, 241, 207, 0.16);
  border-radius: 50%;
  content: "";
  opacity: 0.8;
  transition: opacity 190ms ease, scale 190ms ease;
}

.guide-preview {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-content: center;
  justify-items: start;
}

.guide-preview::before {
  position: absolute;
  inset: 8% -10% auto;
  height: 58%;
  border: 1px solid rgba(29, 241, 207, 0.22);
  border-radius: 8px;
  background: rgba(29, 241, 207, 0.045);
  content: "";
  transform: rotate(-4deg);
}

.guide-preview img {
  position: relative;
  z-index: 2;
  width: min(100%, 300px);
  aspect-ratio: 1;
  border: 1px solid rgba(244, 251, 255, 0.16);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38), 0 0 48px rgba(29, 241, 207, 0.14);
  transition: transform 190ms ease, box-shadow 190ms ease;
}

.guide-note {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: 330px;
  grid-template-columns: auto 1fr;
  gap: 12px 14px;
  align-items: start;
}

.guide-note span {
  grid-column: 1 / -1;
  color: var(--accent);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.guide-note p {
  grid-column: 1 / -1;
  margin-top: 0;
  font-size: 22px;
}

.get-content {
  position: relative;
  z-index: 2;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.steps span {
  border: 1px solid rgba(29, 241, 207, 0.28);
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(29, 241, 207, 0.05);
  font-size: 18px;
  transition: border-color 190ms ease, background 190ms ease;
}

.cta-wide {
  width: fit-content;
  margin-top: 24px;
}

@media (hover: hover) and (pointer: fine) {
  .proof-card:hover,
  .inside-board:hover,
  .roles article:hover,
  .guide-items article:hover,
  .case-card:hover,
  .get-card:hover {
    translate: 0 -4px;
    border-color: rgba(76, 232, 217, 0.34);
    box-shadow:
      0 24px 76px rgba(0, 0, 0, 0.36),
      0 0 34px rgba(34, 226, 207, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.13);
  }

  .roles article:hover::after,
  .guide-items article:hover::before,
  .case-card:hover::before,
  .inside-board:hover::before,
  .get-card:hover::before {
    opacity: 1;
  }

  .roles article:hover::before {
    opacity: 1;
    background:
      linear-gradient(180deg, transparent 0 28%, rgba(3, 8, 13, 0.4) 62%, rgba(3, 8, 13, 0.7) 100%),
      linear-gradient(120deg, transparent 0 38%, rgba(255, 255, 255, 0.1) 48%, transparent 62%),
      radial-gradient(circle at 82% 18%, rgba(128, 255, 142, 0.22), transparent 30%);
  }

  .roles article:hover .role-art img {
    transform: translateY(-12px) scale(1.035);
    filter:
      drop-shadow(0 24px 34px rgba(0, 0, 0, 0.4))
      drop-shadow(0 0 32px rgba(29, 241, 207, 0.34));
  }

  .guide-items article:hover::after,
  .get-card:hover::after {
    border-color: rgba(29, 241, 207, 0.3);
    scale: 1.08;
  }

  .case-card:hover .shot-label,
  .steps span:hover {
    border-color: rgba(134, 248, 148, 0.52);
    background: rgba(29, 241, 207, 0.08);
  }

  .case-card:hover .case-shot::after {
    border-color: rgba(244, 251, 255, 0.18);
    background:
      linear-gradient(90deg, rgba(134, 248, 148, 0.26), rgba(29, 241, 207, 0.06) 46%, transparent 76%),
      rgba(255, 255, 255, 0.05);
  }

  .case-card:hover .video-shot video {
    opacity: 0.92;
    transform: scale(1.035);
  }

  .guide-preview img:hover {
    transform: translateY(-3px) rotate(-1deg);
    box-shadow: 0 30px 82px rgba(0, 0, 0, 0.44), 0 0 62px rgba(29, 241, 207, 0.2);
  }
}

.cta:focus-visible,
.slider-btn:focus-visible {
  outline: 2px solid rgba(134, 248, 148, 0.78);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1160px) {
  .tool-float {
    display: none;
  }

  .hero-layout {
    grid-template-columns: minmax(280px, 0.82fr) minmax(290px, 390px);
  }

  .hero-proof {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr);
  }

  .accent-card {
    transform: none;
  }

  .phone-stage {
    min-height: 600px;
  }

  .compact-grid,
  .final-section {
    grid-template-columns: 1fr;
  }

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

  .case-shell {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 12px;
  }

  .slider-btn {
    display: grid;
  }

  .case-card {
    min-width: calc((100% - 18px) / 2);
  }
}

@media (min-width: 1161px) and (max-width: 1320px) {
  .hero-layout {
    grid-template-columns: minmax(280px, 0.86fr) minmax(300px, 390px) minmax(250px, 0.76fr);
    gap: clamp(12px, 2vw, 28px);
  }

  .phone {
    width: min(100%, 320px);
  }

  .floating-chip {
    width: 184px;
    padding: 12px 14px;
    font-size: 16px;
  }

  .chip-one {
    top: 5%;
    left: -14%;
  }

  .chip-two {
    top: 30%;
    right: -2%;
  }

  .chip-three {
    right: 2%;
    bottom: 14%;
  }

  .tool-openai {
    right: 11%;
    width: 190px;
  }

  .tool-codex {
    left: 32%;
    bottom: 3%;
    width: 176px;
  }

  .tool-claude {
    right: 2%;
    bottom: 3%;
    width: 178px;
  }

  .proof-card {
    padding: 18px;
  }
}

@media (max-width: 820px) {
  .tool-float,
  .tool-openai,
  .tool-codex,
  .tool-claude {
    display: none !important;
  }

  .page-shell {
    padding: 10px;
  }

  .hero {
    min-height: auto;
    padding: 18px;
  }

  .hero-topline {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
    gap: 8px;
    align-items: center;
  }

  .hero-topline span {
    min-width: 0;
    min-height: 34px;
    justify-content: center;
    padding: 0 10px;
    white-space: nowrap;
  }

  .hero-layout {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-top: 28px;
  }

  .hero-copy {
    order: 1;
    text-align: center;
  }

  .hero-copy .lead,
  .hero-copy .under-cta,
  .hero-copy h1,
  .hero-copy .subtitle {
    margin-right: auto;
    margin-left: auto;
  }

  h1 {
    font-size: clamp(50px, 16vw, 72px);
  }

  .phone-stage {
    order: 2;
    width: 100%;
    min-height: 610px;
  }

  .phone {
    width: min(78vw, 330px);
  }

  .floating-chip {
    display: none;
  }

  .hero-proof {
    order: 3;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .compact-grid,
  .cases-section,
  .final-section {
    margin-top: 10px;
    padding: 22px;
  }

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

  .roles article {
    min-height: 224px;
    grid-template-columns: 142px 1fr;
    grid-template-rows: auto;
    align-items: center;
  }

  .role-art {
    min-height: 126px;
  }

  .role-art img,
  .role-founder .role-art img,
  .role-freelance .role-art img,
  .role-starter .role-art img {
    width: min(82%, 130px);
    max-height: 126px;
  }

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

  .cases-heading {
    display: block;
  }

  .case-shell {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 8px;
  }

  .slider-btn {
    width: 44px;
    height: 44px;
  }

  .case-card {
    min-width: 100%;
  }

  .case-shot {
    min-height: 220px;
  }

  .get-card {
    grid-template-columns: 1fr;
  }

  .guide-preview {
    justify-items: center;
    text-align: center;
  }

  .guide-preview img {
    width: min(68vw, 240px);
  }
}

@media (max-width: 520px) {
  .hero {
    padding: 16px;
  }

  .hero-topline {
    gap: 6px;
    font-size: clamp(9px, 2.45vw, 11px);
  }

  .hero-topline span {
    min-height: 32px;
    justify-content: center;
    padding: 0 7px;
  }

  .lead {
    font-size: 20px;
  }

  .cta {
    width: 100%;
    min-height: 56px;
    gap: 10px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: clamp(18px, 5vw, 20px);
    white-space: nowrap;
  }

  .phone-stage {
    min-height: 540px;
  }

  .phone-screen .hero-person {
    transform: scale(0.96) translateY(0);
  }

  .floating-chip {
    display: none;
  }

  .proof-card,
  .inside-board,
  .case-copy,
  .get-card {
    padding: 18px;
  }

  .section-heading h2,
  .get-card h2 {
    font-size: clamp(36px, 13vw, 52px);
  }

  .compact-grid .section-heading h2 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .cases-heading h2 {
    font-size: clamp(30px, 9.2vw, 36px);
  }

  .cases-heading p:not(.eyebrow) {
    max-width: 310px;
    font-size: 18px;
    line-height: 1.08;
  }

  .roles {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .roles::-webkit-scrollbar {
    display: none;
  }

  .roles article {
    flex: 0 0 min(76vw, 300px);
    min-height: 286px;
    grid-template-columns: 1fr;
    grid-template-rows: 138px auto;
    padding: 16px;
    scroll-snap-align: start;
  }

  .role-art {
    min-height: 132px;
    padding-top: 0;
  }

  .role-art img,
  .role-founder .role-art img,
  .role-freelance .role-art img,
  .role-starter .role-art img {
    width: min(62%, 150px);
    max-height: 128px;
  }

  .role-card > div:last-child {
    margin: 0 -4px -4px;
    padding: 11px 10px 10px;
  }

  .roles p {
    font-size: 18px;
  }

  .guide-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .board-header {
    gap: 10px;
  }

  .board-header span {
    font-size: 18px;
    white-space: nowrap;
  }

  .guide-items article {
    min-height: 132px;
    padding: 12px;
  }

  .guide-items b {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .guide-items p {
    font-size: 16px;
    line-height: 1.08;
  }

  .guide-items article:last-child {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .case-shell {
    grid-template-columns: 1fr;
  }

  .slider-btn {
    display: none;
  }

  .case-track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
  }

  .case-card {
    min-width: min(84vw, 360px);
    scroll-snap-align: start;
  }

  .case-shot {
    min-height: 168px;
  }

  .case-copy {
    padding: 13px 14px 14px;
  }

  .case-copy p {
    font-size: 16px;
    line-height: 1.08;
  }

  .case-copy span {
    font-size: 20px;
  }

  .shot-title {
    font-size: clamp(26px, 8.5vw, 34px);
  }

  .video-shot .shot-title {
    bottom: 14px;
    left: 14px;
  }

  .video-shot .shot-label {
    top: 12px;
    left: 12px;
    font-size: 13px;
  }

  .codex-shot pre,
  .shot-lines,
  .shot-grid {
    display: none;
  }

  .get-content {
    text-align: center;
  }

  .steps {
    justify-content: center;
    margin-bottom: 18px;
  }

  .get-card h2 {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(32px, 10.5vw, 42px);
    line-height: 0.94;
  }

  .get-card p {
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
  }

  .cta-wide {
    width: 100%;
  }

}
