@font-face {
  font-family: "BDO Grotesk";
  src: url("/fonts/BDOGrotesk-VF.ttf") format("truetype");
  font-weight: 300 800;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Mono";
  src: url("/fonts/RobotoMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Mono";
  src: url("/fonts/RobotoMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

:root {
  --cw-bg: #f8f7f3;
  --cw-ink: #111111;
  --cw-muted: rgba(17, 17, 17, 0.66);
  --cw-soft: rgba(17, 17, 17, 0.08);
  --cw-line: rgba(17, 17, 17, 0.11);
  --cw-card: #ffffff;
  --cw-blue: #007aff;
  --cw-blue-dark: #005ec7;
  --cw-lime: #d6fd70;
  --cw-dark: #101010;
  --cw-radius: 8px;
  --cw-shadow: 0 24px 80px rgba(17, 17, 17, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  color: var(--cw-ink);
  background: var(--cw-bg);
  font-family: "BDO Grotesk", Arial, sans-serif;
  line-height: 1.45;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.menu-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

.cw-skip {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 1000;
  padding: 12px 18px;
  color: var(--cw-card);
  background: var(--cw-blue);
}

.cw-skip:focus {
  left: 0;
}

.cw-nav {
  position: fixed;
  top: 14px;
  left: 14px;
  right: 14px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(16, 16, 16, 0.82);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.cw-logo {
  display: inline-flex;
  align-items: center;
}

.cw-logo img {
  width: auto;
  height: 30px;
  filter: brightness(0) invert(1);
}

.cw-nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.cw-nav__links a,
.cw-mobile__link,
.cw-footer a {
  transition:
    color 0.18s,
    background 0.18s,
    border-color 0.18s;
}

.cw-nav__links a {
  padding: 10px 12px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.cw-nav__links a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.cw-lang {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
}

.cw-lang a {
  color: rgba(255, 255, 255, 0.66);
}

.cw-lang a[aria-current="page"] {
  color: #ffffff;
}

.cw-menu {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.cw-menu span,
.cw-menu span::before,
.cw-menu span::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.cw-menu span {
  position: relative;
}

.cw-menu span::before,
.cw-menu span::after {
  content: "";
  position: absolute;
  left: 0;
}

.cw-menu span::before {
  top: -6px;
}

.cw-menu span::after {
  top: 6px;
}

.cw-mobile {
  position: fixed;
  inset: 0;
  z-index: 99;
  display: none;
  padding: 88px 14px 14px;
  background: rgba(0, 0, 0, 0.54);
}

.cw-mobile.open {
  display: block;
}

.cw-mobile__panel {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--cw-shadow);
}

.cw-mobile__link {
  padding: 14px 12px;
  border-radius: 6px;
  color: var(--cw-ink);
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}

.cw-mobile__link:hover {
  background: var(--cw-bg);
}

.cw-page {
  overflow: hidden;
}

.cw-section,
.cw-hero,
.cw-final {
  padding: 96px 22px;
}

.cw-hero {
  padding-top: 104px;
}

.cw-shell {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.cw-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.66fr);
  gap: 34px;
  align-items: stretch;
  min-height: 640px;
}

.cw-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  border-radius: var(--cw-radius);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(16, 16, 16, 0.92), rgba(16, 16, 16, 0.64)),
    url("/images/hero-bg-clean.jpg") center/cover no-repeat;
}

.cw-label,
.cw-micro,
.cw-step,
.cw-form__label,
.cw-pill,
.cw-price__meta,
.cw-proof__tag,
.cw-footer__title {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cw-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--cw-blue);
}

.cw-dark .cw-label,
.cw-hero__copy .cw-label {
  color: var(--cw-lime);
}

.cw-label::before {
  content: "";
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
}

.cw-hero h1,
.cw-section h2,
.cw-final h2 {
  max-width: 840px;
  font-size: clamp(42px, 4.9vw, 64px);
  font-weight: 560;
  line-height: 0.9;
  letter-spacing: 0;
}

.cw-hero .cw-hero__copy h1 {
  margin-bottom: 22px;
  font-size: clamp(38px, 3.8vw, 48px);
  line-height: 0.93;
}

.cw-hero__lead {
  max-width: 640px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.5;
}

.cw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cw-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 0.18s,
    background 0.18s,
    border-color 0.18s;
}

.cw-btn:hover {
  transform: translateY(-1px);
}

.cw-btn--primary {
  color: #ffffff;
  background: var(--cw-blue);
}

.cw-btn--primary:hover {
  background: var(--cw-blue-dark);
}

.cw-btn--lime {
  color: var(--cw-ink);
  background: var(--cw-lime);
}

.cw-btn--dark {
  color: #ffffff;
  background: var(--cw-dark);
}

.cw-btn--ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.cw-btn--line {
  color: var(--cw-ink);
  border-color: var(--cw-line);
  background: transparent;
}

.cw-arrow {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.cw-hero__aside {
  display: grid;
  gap: 14px;
  align-items: stretch;
}

.cw-offer {
  position: relative;
  display: grid;
  align-content: end;
  gap: 14px;
  height: 100%;
  min-height: 480px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  color: #ffffff;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(
      180deg,
      rgba(16, 16, 16, 0) 0%,
      rgba(16, 16, 16, 0) 45%,
      rgba(16, 16, 16, 0.55) 78%,
      rgba(16, 16, 16, 0.92) 100%
    ),
    url("/images/miguel-founder.jpg") center/cover no-repeat;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cw-offer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(
    circle at 50% 0%,
    rgba(0, 122, 255, 0.18),
    transparent 55%
  );
}

.cw-offer:hover {
  transform: translateY(-2px);
}

.cw-offer__play {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 14px;
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cw-offer__play::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cw-lime);
  box-shadow: 0 0 0 4px rgba(214, 253, 112, 0.18);
}

.cw-offer h2 {
  margin: 4px 0 6px;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 580;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.cw-offer p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.5;
}

.cw-offer__video {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.cw-offer__video-btn {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  cursor: not-allowed;
  transition:
    transform 0.18s ease,
    background 0.18s ease;
}

.cw-offer__video-btn:hover {
  background: rgba(255, 255, 255, 0.22);
}

.cw-offer__video-btn svg {
  width: 22px;
  height: 22px;
  margin-left: 3px;
}

.cw-offer__video-label {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cw-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.56fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 44px;
}

.cw-section h2,
.cw-final h2 {
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.95;
}

.cw-section__intro {
  color: var(--cw-muted);
  font-size: 18px;
  line-height: 1.55;
}

.cw-band {
  background: #ffffff;
}

.cw-dark {
  color: #ffffff;
  background: var(--cw-dark);
}

.cw-dark .cw-section__intro,
.cw-dark .cw-proof p,
.cw-dark .cw-comparison td,
.cw-dark .cw-faq p {
  color: rgba(255, 255, 255, 0.68);
}

.cw-grid {
  display: grid;
  gap: 14px;
}

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

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

.cw-proof,
.cw-case,
.cw-step-card,
.cw-price,
.cw-fit,
.cw-faq,
.cw-video-note {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: #ffffff;
}

.cw-proof {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 30px;
  border-radius: 20px;
  border-color: rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.04);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.cw-proof:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 72px rgba(17, 17, 17, 0.08);
}

.cw-proof--blue {
  color: #ffffff;
  background: linear-gradient(180deg, #1f8bff 0%, var(--cw-blue) 100%);
  border-color: transparent;
  box-shadow: 0 24px 64px rgba(0, 122, 255, 0.28);
}

.cw-proof--blue:hover {
  box-shadow: 0 32px 80px rgba(0, 122, 255, 0.36);
}

.cw-proof--dark {
  color: #ffffff;
  background: linear-gradient(180deg, #1c1c1c 0%, #0a0a0a 100%);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
}

.cw-proof--blue p,
.cw-proof--dark p,
.cw-proof--blue .cw-proof__tag,
.cw-proof--dark .cw-proof__tag {
  color: rgba(255, 255, 255, 0.74);
}

.cw-proof__tag {
  color: rgba(17, 17, 17, 0.48);
}

.cw-proof h3,
.cw-case h3,
.cw-step-card h3,
.cw-price h3,
.cw-fit h3,
.cw-faq h3,
.cw-video-note h3 {
  font-size: 25px;
  font-weight: 560;
  line-height: 1.08;
}

.cw-proof p,
.cw-case p,
.cw-step-card p,
.cw-price li,
.cw-fit p,
.cw-faq p,
.cw-video-note p {
  color: var(--cw-muted);
  font-size: 16px;
  line-height: 1.5;
}

/* Local Proof section — compact case study cards */
#examples {
  padding: 64px 22px;
}

#examples .cw-section__head {
  margin-bottom: 28px;
}

#examples h2 {
  font-size: clamp(28px, 3.4vw, 42px);
}

#examples .cw-section__intro {
  font-size: 16px;
}

#examples .cw-grid--2 {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media (max-width: 960px) {
  #examples .cw-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  #examples .cw-grid--2 {
    grid-template-columns: 1fr;
  }
}

.cw-case {
  overflow: hidden;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition:
    transform 0.32s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.32s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.32s ease;
}

.cw-case:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.cw-case img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.cw-case:hover img {
  transform: scale(1.03);
}

.cw-case__body {
  padding: 18px 20px 20px;
}

.cw-case h3 {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 580;
  line-height: 1.2;
}

.cw-case p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.45;
}

.cw-case__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  color: var(--cw-blue);
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    gap 0.24s ease,
    color 0.24s ease;
}

.cw-case:hover .cw-case__cta {
  gap: 12px;
  color: #4ea4ff;
}

.cw-process {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  gap: 44px;
}

.cw-process__sticky {
  position: sticky;
  top: 110px;
  align-self: start;
}

.cw-process__sticky p {
  margin-top: 22px;
}

.cw-steps {
  display: grid;
  gap: 14px;
}

.cw-step-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 28px 30px;
  border-radius: 18px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.04);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.cw-step-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 122, 255, 0.18);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.06);
}

.cw-step {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--cw-ink);
  background: var(--cw-lime);
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.cw-step-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 580;
  letter-spacing: -0.005em;
}

.cw-step-card p {
  font-size: 15px;
}

.cw-pricing {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  gap: 18px;
  align-items: stretch;
}

.cw-comparison {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.cw-comparison th,
.cw-comparison td {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.5;
}

.cw-comparison th {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cw-comparison th:last-child {
  color: var(--cw-blue);
}

.cw-comparison td:first-child {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
  text-decoration-color: rgba(255, 255, 255, 0.18);
  text-decoration-thickness: 1px;
}

.cw-comparison td:last-child {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

.cw-comparison tr:last-child td {
  border-bottom: 0;
}

.cw-price {
  position: relative;
  padding: 32px 28px;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  color: var(--cw-ink);
  background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
  box-shadow: 0 30px 80px rgba(0, 122, 255, 0.18);
}

.cw-price::before {
  content: "Recommended";
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--cw-blue);
  color: #ffffff;
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cw-price__amount {
  margin: 20px 0 8px;
  font-size: clamp(60px, 7.4vw, 92px);
  font-weight: 600;
  line-height: 0.88;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--cw-blue), #4ea4ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cw-price__amount span {
  font-size: 18px;
  font-weight: 500;
  color: rgba(17, 17, 17, 0.62);
  -webkit-text-fill-color: rgba(17, 17, 17, 0.62);
}

.cw-price__meta {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.48);
}

.cw-price h3 {
  margin: 8px 0 18px;
  font-size: 19px;
  font-weight: 580;
  line-height: 1.3;
}

.cw-price ul {
  display: grid;
  gap: 12px;
  margin: 14px 0 24px;
  padding-left: 0;
  list-style: none;
}

.cw-price ul li {
  position: relative;
  padding-left: 26px;
  color: rgba(17, 17, 17, 0.78);
  font-size: 15px;
  line-height: 1.5;
}

.cw-price ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0, 122, 255, 0.12)
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M3.5 8l3 3 6-6' stroke='%23007aff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    center/12px no-repeat;
}

.cw-price .cw-btn {
  width: 100%;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Fit cards — re-themed for the white section bg */
.cw-fit {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.04);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.cw-fit:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 72px rgba(17, 17, 17, 0.08);
}

.cw-fit h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.cw-fit h3::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.cw-fit--yes {
  background: linear-gradient(180deg, #f5faff 0%, #ffffff 100%);
  border-color: rgba(0, 122, 255, 0.18);
}

.cw-fit--yes h3::before {
  background: var(--cw-blue);
  box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.18);
}

.cw-fit--no {
  background: linear-gradient(180deg, #fff7f4 0%, #ffffff 100%);
  border-color: rgba(255, 113, 67, 0.18);
}

.cw-fit--no h3::before {
  background: #ff7143;
  box-shadow: 0 0 0 4px rgba(255, 113, 67, 0.18);
}

.cw-faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.cw-faq {
  padding: 28px 30px;
  border-radius: 18px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.03);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.cw-faq:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 122, 255, 0.16);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}

.cw-faq h3 {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 580;
  letter-spacing: -0.005em;
}

.cw-faq p {
  font-size: 15px;
}

/* ==========================================================================
   APPLICATION FORM — Apple/FGP redesign (one question per screen)
   ========================================================================== */

.cw-apply {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 9fr);
  gap: 28px;
  align-items: start;
}

/* Video sidebar — pulled up to top:24px, brighter material on dark section */
.cw-video-note {
  position: sticky;
  top: 24px;
  align-self: start;
  min-height: 0;
  padding: 0;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  isolation: isolate;
}

.cw-video-device {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 9 / 16;
  min-height: 0;
  max-height: 78vh;
  border-radius: 0;
  background: #050505;
  isolation: isolate;
}

.cw-video-device video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
  transition: opacity 0.35s ease;
}

.cw-video-device.is-changing video {
  opacity: 0;
}

.cw-video-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(5, 5, 5, 0.18),
      rgba(5, 5, 5, 0.16) 38%,
      rgba(5, 5, 5, 0.86)
    ),
    radial-gradient(
      circle at 50% 18%,
      rgba(255, 255, 255, 0.18),
      transparent 42%
    );
}

.cw-video-ui {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
}

.cw-video-chip,
.cw-question-count {
  width: fit-content;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cw-video-chip {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.cw-video-play {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 0.18s ease,
    background 0.18s ease;
}

.cw-video-play:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.26);
}

.cw-video-copy {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.cw-video-copy h3 {
  font-size: 19px;
  font-weight: 580;
  line-height: 1.18;
  color: #ffffff;
}

.cw-video-copy p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.cw-video-dots {
  display: none;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}

.cw-video-dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  transition:
    width 0.24s ease,
    background 0.24s ease;
}

.cw-video-dots span.is-active {
  width: 18px;
  border-radius: 999px;
  background: #ffffff;
}

.cw-video-note h3,
.cw-video-note p {
  color: #ffffff;
}

/* Form card — Apple-clean white surface */
.cw-form {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  color: var(--cw-ink);
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(17, 17, 17, 0.06);
}

/* Hairline progress bar at very top — edge-to-edge */
.cw-form__progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 2px;
  overflow: hidden;
  background: rgba(17, 17, 17, 0.06);
}

.cw-form__bar {
  width: 2.5%;
  height: 100%;
  background: var(--cw-blue);
  transition: width 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.cw-form__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 36px 0;
  border-bottom: 0;
}

.cw-form__step-label,
.cw-form__meta {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.62);
}

.cw-form__chapter-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}

.cw-form__chapter-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.1);
  transition:
    background 0.24s ease,
    transform 0.24s ease;
}

.cw-form__chapter-dots span.is-active {
  background: var(--cw-blue);
  transform: scale(1.15);
}

.cw-form__chapter-dots span.is-done {
  background: rgba(0, 122, 255, 0.35);
}

.cw-form__body {
  position: relative;
  padding: 0;
}

.cw-question-host {
  position: relative;
  padding: 32px 40px 16px;
}

/* Single fieldset = single question per screen */
.cw-fieldset {
  display: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.cw-fieldset.is-active {
  display: block;
  animation: cwQuestionEnter 0.32s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes cwQuestionEnter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cw-question-count {
  display: inline-block;
  margin-bottom: 18px;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0.18em;
}

.cw-fieldset h3 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 580;
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: var(--cw-ink);
}

.cw-fieldset > p {
  max-width: 640px;
  margin: 0 0 28px;
  color: rgba(17, 17, 17, 0.62);
  font-size: 17px;
  line-height: 1.5;
}

/* Single column always — no 2-col grid in redesign */
.cw-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.cw-fields--single {
  grid-template-columns: 1fr;
}

.cw-field {
  display: grid;
  gap: 10px;
}

.cw-field--full {
  grid-column: 1 / -1;
}

/* Hide the per-field "Required/Optional" eyebrow — typeform style doesn't use it */
.cw-field > .cw-form__label {
  display: none;
}

.cw-form__label {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.5);
}

/* Inputs — bigger, softer, premium */
.cw-input,
.cw-select,
.cw-textarea {
  width: 100%;
  min-height: 56px;
  padding: 16px 18px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 14px;
  color: var(--cw-ink);
  background: #ffffff;
  font-family: "BDO Grotesk", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  outline: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.cw-input::placeholder,
.cw-textarea::placeholder {
  color: rgba(17, 17, 17, 0.36);
  font-weight: 400;
}

.cw-textarea {
  min-height: 140px;
  padding: 16px 18px;
  resize: vertical;
}

.cw-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 48px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M4 6l4 4 4-4' stroke='%23111' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px 16px;
}

.cw-input:focus,
.cw-select:focus,
.cw-textarea:focus {
  border-color: rgba(0, 122, 255, 0.6);
  box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.12);
}

.cw-input--file {
  padding: 24px 18px;
  border-style: dashed;
  border-color: rgba(17, 17, 17, 0.18);
  background: rgba(17, 17, 17, 0.02);
  cursor: pointer;
  font-size: 15px;
}

.cw-input--file::file-selector-button {
  margin-right: 14px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: var(--cw-blue);
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.18s ease;
}

.cw-input--file::file-selector-button:hover {
  background: var(--cw-blue-dark);
}

/* Multi-file picker */
.cw-file {
  display: block;
  padding: 18px;
  border: 1px dashed rgba(17, 17, 17, 0.18);
  background: rgba(17, 17, 17, 0.02);
  border-radius: 14px;
}

.cw-file__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
}

.cw-file__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.cw-file__btn {
  flex-shrink: 0;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: var(--cw-blue);
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.18s ease;
}

.cw-file__btn:hover {
  background: var(--cw-blue-dark);
}

.cw-file__count {
  font-size: 13px;
  color: rgba(17, 17, 17, 0.6);
}

.cw-file__hint {
  margin: 12px 0 0;
  font-size: 13px;
  color: rgba(17, 17, 17, 0.55);
}

.cw-file__list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.cw-file__list:empty {
  display: none;
}

.cw-file__item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 10px;
  font-size: 13px;
}

.cw-file__name {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cw-file__size {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  color: rgba(17, 17, 17, 0.55);
}

.cw-file__remove {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.06);
  color: rgba(17, 17, 17, 0.7);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.cw-file__remove:hover {
  background: rgba(255, 59, 48, 0.12);
  color: #ff3b30;
}

/* Options — stacked vertically, full width, with key shortcut */
.cw-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.cw-option {
  position: relative;
}

.cw-option--single {
  display: block;
}

.cw-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cw-option span {
  display: flex;
  min-height: 64px;
  align-items: center;
  padding: 18px 22px;
  border: 1.5px solid rgba(17, 17, 17, 0.1);
  border-radius: 14px;
  color: rgba(17, 17, 17, 0.82);
  background: #ffffff;
  font-size: 17px;
  font-weight: 500;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
  cursor: pointer;
}

.cw-option:hover span {
  background: rgba(0, 122, 255, 0.04);
  border-color: rgba(0, 122, 255, 0.2);
}

.cw-option input:checked + span {
  color: var(--cw-ink);
  border-color: var(--cw-blue);
  background: #f5faff;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.1);
}

.cw-option input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.18);
}

/* Tiny mono keyboard shortcut on the right side of options */
.cw-option__key {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  color: rgba(17, 17, 17, 0.5);
  background: rgba(17, 17, 17, 0.03);
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 500;
}

.cw-option input:checked + span .cw-option__key {
  border-color: rgba(0, 122, 255, 0.3);
  color: var(--cw-blue);
  background: rgba(0, 122, 255, 0.08);
}

.cw-warning {
  display: none;
  grid-column: 1 / -1;
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 113, 67, 0.28);
  border-radius: 14px;
  color: #783117;
  background: #fff5f1;
  font-size: 15px;
  line-height: 1.5;
}

.cw-warning.is-visible {
  display: block;
}

/* Action row — pill primary + ghost back */
.cw-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 40px 32px;
  border-top: 1px solid rgba(17, 17, 17, 0.06);
  background: #ffffff;
}

.cw-form .cw-btn {
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.cw-form .cw-btn--primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  background: var(--cw-blue);
  border: 1px solid var(--cw-blue);
}

.cw-form .cw-btn--primary:hover {
  background: var(--cw-blue-dark);
  border-color: var(--cw-blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(0, 122, 255, 0.28);
}

.cw-form .cw-btn--ghost,
.cw-form .cw-btn--line {
  color: var(--cw-ink);
  background: transparent;
  border: 1px solid rgba(17, 17, 17, 0.14);
}

.cw-form .cw-btn--ghost:hover,
.cw-form .cw-btn--line:hover {
  background: rgba(17, 17, 17, 0.04);
  border-color: rgba(17, 17, 17, 0.22);
}

.cw-form .cw-btn kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.12);
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 500;
}

.cw-form .cw-btn--primary[hidden] {
  display: none !important;
}

.cw-form__notice {
  display: none;
  margin: 0 40px 16px;
  padding: 14px 16px;
  border-radius: 12px;
  color: #0a3b1d;
  background: #efffed;
  border: 1px solid rgba(10, 59, 29, 0.14);
  font-size: 15px;
}

.cw-form__notice.is-visible {
  display: block;
}

.cw-form__notice.is-error {
  color: #783117;
  background: #fff5f1;
  border-color: rgba(120, 49, 23, 0.18);
}

/* Confirmation screen — same Apple-clean card */
.cw-confirmation {
  display: none;
  padding: 48px 40px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  color: var(--cw-ink);
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(17, 17, 17, 0.06);
}

.cw-confirmation.is-visible {
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 620px;
  gap: 6px;
}

.cw-confirmation__check {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(0, 122, 255, 0.1);
  color: var(--cw-blue);
}

.cw-confirmation h3 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 580;
  line-height: 1.04;
  letter-spacing: -0.01em;
}

.cw-confirmation p {
  max-width: 560px;
  margin: 0 0 24px;
  color: rgba(17, 17, 17, 0.62);
  font-size: 18px;
  line-height: 1.5;
}

.cw-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 28px;
}

.cw-pill {
  padding: 8px 14px;
  border: 1px solid rgba(0, 122, 255, 0.18);
  border-radius: 999px;
  color: var(--cw-blue);
  background: #f5faff;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cw-confirmation .cw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cw-confirmation .cw-btn {
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cw-final__box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding: 56px 56px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 0%, rgba(0, 122, 255, 0.36), transparent 55%),
    radial-gradient(
      circle at 0% 100%,
      rgba(214, 253, 112, 0.16),
      transparent 50%
    ),
    linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  isolation: isolate;
}

.cw-final__box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: url("/images/miguel-founder.jpg") right center/contain no-repeat;
  opacity: 0.08;
  filter: grayscale(0.4) blur(2px);
}

.cw-final__box .cw-btn {
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.cw-final p {
  max-width: 560px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.55;
}

.cw-footer {
  padding: 70px 22px 32px;
  color: #ffffff;
  background: #090909;
}

.cw-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cw-footer img {
  width: auto;
  height: 32px;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}

.cw-footer p,
.cw-footer a {
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
}

.cw-footer a {
  display: block;
  width: fit-content;
  padding: 5px 0;
}

.cw-footer a:hover {
  color: #ffffff;
}

.cw-footer__title {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.48);
}

.cw-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 26px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
}

@media (max-width: 960px) {
  .cw-nav__links,
  .cw-nav > .cw-btn,
  .cw-lang {
    display: none;
  }

  .cw-menu {
    display: inline-flex;
  }

  .cw-hero__grid,
  .cw-section__head,
  .cw-grid--3,
  .cw-grid--2,
  .cw-process,
  .cw-pricing,
  .cw-apply,
  .cw-footer__grid {
    grid-template-columns: 1fr;
  }

  .cw-process__sticky {
    position: static;
  }

  .cw-video-note {
    position: relative;
    top: auto;
    border-radius: 20px;
  }

  .cw-video-device {
    aspect-ratio: 16 / 9;
    min-height: 240px;
    max-height: 50vh;
  }

  .cw-form {
    min-height: 0;
  }

  .cw-form__top {
    padding: 22px 24px 0;
  }

  .cw-question-host {
    padding: 24px 24px 12px;
  }

  .cw-form__actions {
    padding: 16px 24px 24px;
    position: sticky;
    bottom: 0;
    z-index: 4;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), #ffffff 30%);
    border-top: 1px solid rgba(17, 17, 17, 0.06);
  }

  .cw-confirmation {
    padding: 36px 24px;
  }

  .cw-hero__grid {
    min-height: auto;
  }

  .cw-hero__copy {
    min-height: 620px;
  }

  .cw-final__box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cw-section,
  .cw-hero,
  .cw-final {
    padding: 72px 16px;
  }

  .cw-hero {
    padding-top: 90px;
  }

  .cw-nav {
    top: 8px;
    left: 8px;
    right: 8px;
  }

  .cw-hero__copy,
  .cw-final__box {
    padding: 28px 22px;
  }

  .cw-hero__copy {
    min-height: 590px;
  }

  .cw-hero h1 {
    font-size: 43px;
  }

  .cw-hero__lead,
  .cw-section__intro,
  .cw-final p {
    font-size: 16px;
  }

  .cw-video-device {
    aspect-ratio: 16 / 9;
    min-height: 0;
    max-height: 38vh;
  }

  .cw-video-note {
    border-radius: 18px;
  }

  .cw-video-ui {
    padding: 14px;
  }

  .cw-video-play {
    width: 46px;
    height: 46px;
  }

  .cw-video-copy {
    padding: 14px;
    border-radius: 14px;
  }

  .cw-video-copy h3 {
    font-size: 16px;
    line-height: 1.18;
  }

  .cw-video-copy p {
    display: none;
  }

  .cw-fieldset h3 {
    font-size: clamp(28px, 7vw, 38px);
  }

  .cw-form {
    border-radius: 20px;
  }

  .cw-form__top {
    padding: 18px 20px 0;
  }

  .cw-question-host {
    padding: 22px 20px 8px;
  }

  .cw-form__actions {
    padding: 14px 20px 22px;
    flex-direction: row;
    align-items: stretch;
    gap: 8px;
  }

  .cw-form .cw-btn {
    flex: 1;
    padding: 0 16px;
    font-size: 12px;
  }

  .cw-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cw-faq-list {
    grid-template-columns: 1fr;
  }

  .cw-fields,
  .cw-options {
    grid-template-columns: 1fr;
  }

  .cw-option span {
    min-height: 56px;
    padding: 14px 16px;
    font-size: 16px;
  }

  .cw-input,
  .cw-select,
  .cw-textarea {
    font-size: 16px; /* prevent iOS zoom */
    padding: 14px 16px;
    min-height: 52px;
  }

  .cw-confirmation {
    padding: 32px 20px;
  }

  .cw-confirmation h3 {
    font-size: clamp(28px, 7vw, 36px);
  }

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

  .cw-comparison {
    display: block;
    overflow-x: auto;
  }

  .cw-video-note,
  .cw-form,
  .cw-confirmation.is-visible {
    min-height: auto;
  }

  .cw-footer__bottom {
    flex-direction: column;
  }
}
