.workshop-page {
  --max: 1320px;
  background:
    radial-gradient(circle at 78% 7%, rgba(109, 240, 194, .08), transparent 31rem),
    radial-gradient(circle at 12% 1%, rgba(77, 141, 255, .15), transparent 34rem),
    #060a10;
}

.workshop-page section[id] { scroll-margin-top: 96px; }
.workshop-page .section { padding: 104px 0; }
.workshop-page .section-head { align-items: start; }
.workshop-page .section-head h2 { max-width: 760px; }

.workshop-header .desktop-nav a { font-size: 13px; }
.workshop-header .nav-actions .button { min-width: 137px; }

.workshop-hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: clamp(44px, 6vw, 90px);
  padding: 70px 0 78px;
}
.workshop-hero-copy { position: relative; z-index: 2; }
.workshop-hero-copy .eyebrow { margin-bottom: 22px; }
.workshop-hero-copy h1 { max-width: 650px; font-size: clamp(52px, 6vw, 84px); }
.workshop-hero-copy .lead { max-width: 625px; }
.workshop-hero-copy .hero-actions { margin-top: 30px; }
.workshop-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin-top: 28px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 650;
}
.workshop-trust span { display: flex; align-items: center; gap: 9px; }
.workshop-trust span::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(109, 240, 194, .24);
  border-radius: 7px;
  color: var(--mint);
  background: rgba(109, 240, 194, .07);
  font-size: 10px;
}

.workshop-hero-visual { position: relative; min-width: 0; }
.workshop-hero-visual::before {
  content: "";
  position: absolute;
  inset: 8% 6%;
  border-radius: 50%;
  background: rgba(77, 141, 255, .18);
  filter: blur(90px);
}
.screenshot-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(176, 202, 237, .22);
  border-radius: 24px;
  background: #0a111a;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .44), 0 0 0 1px rgba(255, 255, 255, .02) inset;
}
.screenshot-window-hero { transform: perspective(1500px) rotateY(-5deg) rotateX(2deg); }
.screenshot-bar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(180, 202, 232, .11);
  background: #0a1018;
}
.screenshot-bar span { width: 7px; height: 7px; border-radius: 50%; background: #354254; }
.screenshot-bar strong { margin-left: auto; color: #758296; font-size: 10px; font-weight: 650; }
.screenshot-window img { display: block; width: 100%; height: auto; }
.workshop-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .018);
}
.workshop-proof span {
  padding: 18px 15px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.workshop-proof span + span { border-left: 1px solid var(--line); }
.workshop-proof span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: var(--mint); vertical-align: 2px; }

.workshop-problem { position: relative; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.problem-card {
  min-height: 245px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .014));
}
.problem-card > span { color: var(--mint); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.problem-card h3 { margin-top: 43px; font-size: 22px; }
.problem-card p { margin: 0; color: var(--ink-soft); line-height: 1.7; }

.central-flow {
  display: grid;
  grid-template-columns: .72fr 50px 1.4fr;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
  padding: 28px;
  border: 1px solid rgba(109, 240, 194, .18);
  border-radius: 24px;
  background: linear-gradient(115deg, rgba(109, 240, 194, .065), rgba(77, 141, 255, .04));
}
.central-flow-start small, .central-flow-start strong, .central-flow-start span { display: block; }
.central-flow-start small { color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.central-flow-start strong { margin: 6px 0; font-size: 26px; }
.central-flow-start span { color: var(--muted); font-size: 12px; }
.central-flow-arrow { color: var(--mint); font-size: 25px; text-align: center; }
.central-flow-results { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.central-flow-results span { padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: rgba(4, 10, 16, .48); }
.central-flow-results b, .central-flow-results small { display: block; }
.central-flow-results b { margin-bottom: 5px; font-size: 13px; }
.central-flow-results small { color: var(--muted); font-size: 9px; line-height: 1.45; }

.workshop-features { border-top: 1px solid rgba(180, 202, 232, .07); border-bottom: 1px solid rgba(180, 202, 232, .07); background: rgba(3, 7, 12, .26); }
.workshop-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.workshop-feature-grid article {
  min-height: 240px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: rgba(255, 255, 255, .022);
  transition: transform .25s ease, border-color .25s ease;
}
.workshop-feature-grid article:hover { transform: translateY(-4px); border-color: rgba(109, 240, 194, .2); }
.feature-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(109, 240, 194, .18);
  border-radius: 12px;
  color: var(--mint);
  background: rgba(109, 240, 194, .055);
  font-size: 11px;
  font-weight: 850;
}
.workshop-feature-grid h3 { margin-top: 38px; font-size: 20px; }
.workshop-feature-grid p { margin-bottom: 0; color: var(--ink-soft); line-height: 1.7; }

.insights-heading { max-width: 780px; margin-bottom: 68px; }
.insights-heading .section-copy { max-width: 700px; }
.insight-row {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: clamp(36px, 6vw, 82px);
  padding: 72px 0;
  border-top: 1px solid var(--line);
}
.insight-row-reverse { grid-template-columns: 1.28fr .72fr; }
.insight-row-reverse .insight-copy { order: 2; }
.insight-row-reverse .screenshot-window { order: 1; }
.insight-copy > span { color: var(--mint); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.insight-copy h3 { margin: 14px 0 17px; font-size: clamp(28px, 3.2vw, 43px); }
.insight-copy p { color: var(--ink-soft); line-height: 1.75; }
.insight-copy ul { display: grid; gap: 9px; padding: 0; margin: 24px 0 0; list-style: none; }
.insight-copy li { color: var(--muted); font-size: 13px; }
.insight-copy li::before { content: "✓"; margin-right: 9px; color: var(--mint); font-weight: 900; }
.insight-row .screenshot-window { min-width: 0; }

.workshop-pricing { position: relative; border-top: 1px solid rgba(180, 202, 232, .07); border-bottom: 1px solid rgba(180, 202, 232, .07); background: radial-gradient(circle at 76% 35%, rgba(109, 240, 194, .08), transparent 28rem), rgba(3, 7, 12, .36); }
.pricing-shell { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(40px, 8vw, 105px); }
.pricing-copy h2 { max-width: 590px; }
.free-note { display: grid; gap: 5px; margin-top: 30px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .02); }
.free-note strong { color: var(--mint); font-size: 13px; }
.free-note span { color: var(--muted); font-size: 12px; line-height: 1.55; }
.workshop-price-card {
  padding: clamp(30px, 5vw, 48px);
  border: 1px solid rgba(109, 240, 194, .26);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(109, 240, 194, .08), rgba(77, 141, 255, .045));
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
}
.price-card-top { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.price-card-top span { font-size: 28px; font-weight: 850; }
.price-card-top small { padding: 7px 10px; border: 1px solid rgba(109, 240, 194, .2); border-radius: 999px; color: var(--mint); font-weight: 750; }
.workshop-price { display: flex; align-items: end; gap: 15px; margin: 34px 0 28px; }
.workshop-price strong { font-size: clamp(43px, 5vw, 61px); letter-spacing: -.06em; }
.workshop-price span { padding-bottom: 8px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.workshop-price-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; padding: 25px 0; margin: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.workshop-price-card li { color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.workshop-price-card li::before { content: "✓"; margin-right: 8px; color: var(--mint); font-weight: 900; }
.price-terms { display: flex; flex-wrap: wrap; gap: 9px; margin: 20px 0; }
.price-terms span { padding: 8px 10px; border-radius: 999px; background: rgba(255, 255, 255, .04); color: var(--ink-soft); font-size: 10px; font-weight: 700; }
.workshop-price-card .button { width: 100%; }

.onboarding-panel {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(42px, 7vw, 90px);
  padding: clamp(34px, 6vw, 74px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(120deg, rgba(77, 141, 255, .075), rgba(109, 240, 194, .035));
}
.onboarding-options { display: grid; gap: 11px; }
.onboarding-options article { padding: 21px; border: 1px solid var(--line); border-radius: 17px; background: rgba(4, 10, 16, .42); }
.onboarding-options span { float: left; display: grid; place-items: center; width: 31px; height: 31px; margin-right: 14px; border-radius: 9px; color: var(--mint); background: rgba(109, 240, 194, .07); font-size: 10px; font-weight: 850; }
.onboarding-options h3 { margin: 0 0 6px; font-size: 16px; }
.onboarding-options p { margin: 0 0 0 45px; color: var(--muted); font-size: 13px; line-height: 1.6; }

.workshop-faq-section { background: rgba(3, 7, 12, .22); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.workshop-faq { max-width: none; }
.workshop-faq details p { color: var(--ink-soft); line-height: 1.7; }

.workshop-contact-section { padding: 118px 0 !important; border-top: 1px solid rgba(109, 240, 194, .12); background: radial-gradient(circle at 22% 15%, rgba(77, 141, 255, .1), transparent 30rem); }
.workshop-contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 100px); align-items: start; }
.contact-intro { position: sticky; top: 118px; }
.contact-intro .eyebrow { margin-bottom: 18px; }
.contact-promises { display: grid; gap: 9px; margin-top: 30px; }
.contact-promises span { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding: 13px 0; border-top: 1px solid var(--line); }
.contact-promises b { color: var(--mint); font-size: 13px; }
.contact-promises small { color: var(--muted); font-size: 12px; }
.workshop-contact-card { padding: clamp(25px, 4vw, 40px); border: 1px solid rgba(109, 240, 194, .19); border-radius: 27px; background: rgba(13, 21, 32, .82); box-shadow: 0 32px 90px rgba(0, 0, 0, .26); }
.contact-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; padding: 0; margin: 0 0 25px; border: 0; }
.contact-choice legend { grid-column: 1 / -1; margin-bottom: 11px; color: var(--ink-soft); font-size: 13px; font-weight: 750; }
.contact-choice label { position: relative; cursor: pointer; }
.contact-choice input { position: absolute; opacity: 0; pointer-events: none; }
.contact-choice label > span { display: block; min-height: 96px; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: #0a111a; transition: border-color .2s ease, background .2s ease; }
.contact-choice label > span::before { content: ""; float: right; width: 15px; height: 15px; border: 1px solid #465468; border-radius: 50%; }
.contact-choice input:checked + span { border-color: rgba(109, 240, 194, .48); background: rgba(109, 240, 194, .065); }
.contact-choice input:checked + span::before { border: 4px solid #10221e; background: var(--mint); box-shadow: 0 0 0 1px var(--mint); }
.contact-choice input:focus-visible + span { outline: 2px solid var(--blue); outline-offset: 2px; }
.contact-choice b, .contact-choice small { display: block; }
.contact-choice b { margin-bottom: 7px; }
.contact-choice small { max-width: 230px; color: var(--muted); line-height: 1.5; }
.workshop-form-grid { gap: 14px; }
.workshop-form-grid .field textarea { min-height: 112px; }
.optional-label { color: var(--muted); font-size: 11px; font-weight: 500; }
.privacy-confirm label { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 11px; line-height: 1.55; cursor: pointer; }
.privacy-confirm input { width: 18px; height: 18px; margin: 0; flex: 0 0 auto; accent-color: var(--mint); }
.privacy-confirm a { color: var(--blue-2); }
.workshop-submit { width: 100%; }
.workshop-submit:disabled { cursor: wait; opacity: .65; transform: none; }

.workshop-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; padding: 34px 0 58px; }

@media (max-width: 1080px) {
  .workshop-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 60px; }
  .workshop-hero-copy { max-width: 810px; text-align: center; margin: 0 auto; }
  .workshop-hero-copy .lead { margin-inline: auto; }
  .workshop-hero-copy .hero-actions { justify-content: center; }
  .workshop-trust { width: min(650px, 100%); margin-inline: auto; text-align: left; }
  .workshop-hero-visual { width: min(900px, 100%); margin: 12px auto 0; }
  .workshop-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .central-flow { grid-template-columns: 1fr; }
  .central-flow-arrow { transform: rotate(90deg); }
  .pricing-shell, .onboarding-panel, .faq-layout, .workshop-contact-layout { grid-template-columns: 1fr; }
  .pricing-copy, .onboarding-copy, .faq-layout > div:first-child, .contact-intro { max-width: 760px; }
  .contact-intro { position: static; }
}

@media (max-width: 920px) {
  .workshop-header .desktop-nav { display: none; }
  .workshop-header.mobile-open .desktop-nav { display: grid; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 0; }
  .problem-card h3 { margin-top: 26px; }
  .insight-row, .insight-row-reverse { grid-template-columns: 1fr; padding: 62px 0; }
  .insight-row-reverse .insight-copy, .insight-row-reverse .screenshot-window { order: initial; }
  .insight-copy { max-width: 720px; }
  .workshop-footer-grid { grid-template-columns: 1fr 1fr; }
  .workshop-footer-grid .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .workshop-page .section { padding: 78px 0; }
  .workshop-header .nav-actions .button { display: none; }
  .workshop-hero { padding: 48px 0 60px; gap: 45px; }
  .workshop-hero-copy h1 { font-size: clamp(43px, 14vw, 62px); }
  .workshop-trust { grid-template-columns: 1fr; width: max-content; max-width: 100%; }
  .screenshot-window { border-radius: 17px; }
  .screenshot-window-hero { transform: none; }
  .screenshot-bar { height: 32px; }
  .workshop-proof { grid-template-columns: repeat(2, 1fr); }
  .workshop-proof span:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .workshop-proof span:nth-child(4) { border-top: 1px solid var(--line); }
  .workshop-feature-grid { grid-template-columns: 1fr; }
  .workshop-feature-grid article { min-height: 0; }
  .central-flow { padding: 21px; }
  .central-flow-results { grid-template-columns: repeat(2, 1fr); }
  .insights-heading { margin-bottom: 35px; }
  .insight-row { gap: 30px; padding: 48px 0; }
  .workshop-price-card { border-radius: 23px; }
  .price-card-top { align-items: start; flex-direction: column; gap: 9px; }
  .workshop-price { align-items: start; flex-direction: column; gap: 0; }
  .workshop-price-card ul { grid-template-columns: 1fr; }
  .onboarding-panel { padding: 27px 22px; border-radius: 23px; }
  .onboarding-options p { margin-left: 0; clear: both; padding-top: 10px; }
  .contact-choice { grid-template-columns: 1fr; }
  .contact-choice label > span { min-height: 0; }
  .workshop-contact-card { padding: 23px 18px; border-radius: 22px; }
  .contact-promises span { grid-template-columns: 90px 1fr; }
  .workshop-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .workshop-footer-grid .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .workshop-feature-grid article:hover { transform: none; }
}
