/*
Theme Name: Protocol Experiences
Theme URI: https://enterprotocol.hu
Author: PROTOCOL
Description: Premium Hungarian landing page theme for PROTOCOL interactive team experiences.
Version: 1.0.0
Requires at least: 6.0
Text Domain: protocol-experiences
*/

:root {
  --ink: #0b0b0f;
  --ink-2: #111318;
  --ink-3: #171a1f;
  --paper: #f6f1e6;
  --muted: #b5ad9d;
  --gold: #c8a24a;
  --gold-soft: #e7d19a;
  --gold-deep: #7a5a21;
  --emerald: #0f3b2e;
  --emerald-light: #45a67f;
  --line: rgba(200, 162, 74, 0.22);
  --white: #fffaf0;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font);
  line-height: 1.6;
  overflow-x: hidden;
}

body.admin-bar .site-header {
  top: 32px;
}

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

img,
svg,
canvas {
  max-width: 100%;
}

.skip-link {
  left: 1rem;
  position: absolute;
  top: -4rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.site-shell {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(15, 59, 46, 0.18), transparent 22rem),
    radial-gradient(circle at 82% 8%, rgba(200, 162, 74, 0.18), transparent 28rem),
    var(--ink);
}

.site-header {
  backdrop-filter: blur(18px);
  background: rgba(11, 11, 15, 0.76);
  border-bottom: 1px solid rgba(200, 162, 74, 0.14);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50;
}

.mobile-sticky-cta {
  display: none;
}

.header-inner,
.section-inner {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 24px;
  padding-right: 24px;
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 76px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 14px;
  min-width: max-content;
}

.brand-seal {
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  flex: 0 0 auto;
  height: 56px;
  object-fit: contain;
  width: 56px;
}

.brand-word {
  background: linear-gradient(180deg, var(--gold-soft) 0%, var(--gold) 48%, var(--gold-deep) 100%);
  background-clip: text;
  color: transparent;
  font-family: "Helvetica Neue", "Neue Haas Grotesk Display", Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.36em;
  line-height: 1;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: center;
}

.site-nav a {
  color: rgba(255, 250, 240, 0.74);
  font-size: 13px;
  font-weight: 600;
}

.site-nav a:hover,
.site-nav a:focus {
  color: var(--gold-soft);
}

.btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 46px;
  padding: 0 22px;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

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

.btn-primary {
  background: var(--gold);
  color: #15110a;
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--gold-soft);
}

.btn-ghost {
  border-color: rgba(200, 162, 74, 0.34);
  color: var(--gold-soft);
}

.btn-ghost:hover,
.btn-ghost:focus {
  background: rgba(200, 162, 74, 0.08);
  border-color: rgba(200, 162, 74, 0.72);
}

.hero {
  background:
    linear-gradient(90deg, rgba(11, 11, 15, 0.94) 0%, rgba(11, 11, 15, 0.76) 48%, rgba(11, 11, 15, 0.5) 100%),
    linear-gradient(180deg, rgba(11, 11, 15, 0.28) 0%, rgba(11, 11, 15, 0.92) 100%),
    image-set(
      url("assets/img/protocol-hero-rooms.webp") type("image/webp"),
      url("assets/img/protocol-hero-rooms.jpg") type("image/jpeg")
    ) center / cover no-repeat;
  min-height: calc(100svh - 76px);
  overflow: hidden;
  position: relative;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(11, 11, 15, 0.62) 0%, rgba(11, 11, 15, 0.34) 44%, rgba(11, 11, 15, 0.08) 100%),
    linear-gradient(180deg, transparent 78%, var(--ink) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-inner {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr);
  min-height: calc(100svh - 76px);
  padding-bottom: 64px;
  padding-top: 64px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  align-items: center;
  color: var(--emerald-light);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 14px;
  letter-spacing: 0.18em;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.eyebrow::before {
  background: var(--gold);
  border-radius: 99px;
  content: "";
  display: block;
  height: 1px;
  width: 58px;
}

.hero-title {
  background: linear-gradient(180deg, var(--gold-soft) 0%, var(--gold) 46%, var(--gold-deep) 100%);
  background-clip: text;
  color: transparent;
  font-size: clamp(48px, 8.2vw, 118px);
  font-family: "Helvetica Neue", "Neue Haas Grotesk Display", Inter, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.26em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 22px 42px rgba(0, 0, 0, 0.34);
}

.hero-subtitle {
  color: var(--white);
  font-size: clamp(24px, 3.2vw, 44px);
  font-weight: 600;
  line-height: 1.1;
  margin: 22px 0 0;
  max-width: 760px;
}

.hero-copy {
  color: rgba(255, 250, 240, 0.76);
  font-size: 18px;
  margin: 26px 0 0;
  max-width: 660px;
}

.hero-copy-mobile {
  display: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-format-jump {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hero-format-jump .btn {
  min-width: min(100%, 340px);
}

.section {
  padding: 96px 0;
  position: relative;
}

.section-divider {
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.55fr);
  margin-bottom: 42px;
}

.section-kicker {
  color: var(--emerald-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.section-title {
  color: var(--white);
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 740;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.section-lead {
  align-self: end;
  color: rgba(255, 250, 240, 0.72);
  font-size: 18px;
  margin: 0;
}

.intro-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1.1fr 0.9fr;
}

.panel {
  background: rgba(17, 19, 24, 0.78);
  border: 1px solid rgba(255, 250, 240, 0.1);
  border-radius: 8px;
  padding: 30px;
}

.panel h3,
.event-card h3,
.format-card h3,
.step h3,
.faq details summary {
  color: var(--gold-soft);
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 14px;
}

.panel p,
.event-card p,
.format-card p,
.step p,
.faq details p {
  color: rgba(255, 250, 240, 0.72);
  margin: 0;
}

.signal-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.signal-list li {
  align-items: baseline;
  color: rgba(255, 250, 240, 0.76);
  display: flex;
  gap: 12px;
  list-style: none;
}

.signal-list li::before {
  background: var(--gold);
  border-radius: 50%;
  content: "";
  flex: 0 0 7px;
  height: 7px;
  margin-top: 10px;
  width: 7px;
}

.audience-grid,
.format-grid,
.steps-grid,
.package-grid {
  display: grid;
  gap: 18px;
}

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

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

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

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

.process-section {
  background:
    linear-gradient(90deg, rgba(11, 11, 15, 0.96) 0%, rgba(11, 11, 15, 0.82) 46%, rgba(11, 11, 15, 0.68) 100%),
    linear-gradient(180deg, rgba(11, 11, 15, 0.22) 0%, rgba(11, 11, 15, 0.9) 100%),
    image-set(
      url("assets/img/protocol-process.webp") type("image/webp"),
      url("assets/img/protocol-process.jpg") type("image/jpeg")
    ) center / cover no-repeat;
  border-bottom: 1px solid rgba(200, 162, 74, 0.26);
  border-top: 1px solid rgba(200, 162, 74, 0.26);
  overflow: hidden;
}

.process-section .section-inner {
  position: relative;
  z-index: 1;
}

.process-section .step {
  background: rgba(11, 11, 15, 0.76);
  border-color: rgba(231, 209, 154, 0.18);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.event-card,
.format-card,
.step,
.package-card {
  background: linear-gradient(180deg, rgba(23, 26, 31, 0.88), rgba(17, 19, 24, 0.82));
  border: 1px solid rgba(255, 250, 240, 0.1);
  border-radius: 8px;
  min-height: 100%;
  padding: 26px;
}

.format-card-roles {
  background:
    linear-gradient(180deg, rgba(11, 11, 15, 0.42), rgba(11, 11, 15, 0.78)),
    linear-gradient(90deg, rgba(11, 11, 15, 0.66), rgba(11, 11, 15, 0.28)),
    image-set(
      url("assets/img/protocol-roles-room.webp") type("image/webp"),
      url("assets/img/protocol-roles-room.jpg") type("image/jpeg")
    ) center / cover no-repeat;
  border-color: rgba(231, 209, 154, 0.22);
  box-shadow: inset 0 0 0 1px rgba(200, 162, 74, 0.08), 0 22px 70px rgba(0, 0, 0, 0.26);
}

.format-card-roles .format-number {
  color: rgba(231, 209, 154, 0.34);
}

.format-card-company {
  background:
    linear-gradient(180deg, rgba(11, 11, 15, 0.5), rgba(11, 11, 15, 0.82)),
    linear-gradient(90deg, rgba(11, 11, 15, 0.68), rgba(11, 11, 15, 0.32)),
    image-set(
      url("assets/img/protocol-company-room.webp") type("image/webp"),
      url("assets/img/protocol-company-room.jpg") type("image/jpeg")
    ) center / cover no-repeat;
  border-color: rgba(231, 209, 154, 0.22);
  box-shadow: inset 0 0 0 1px rgba(200, 162, 74, 0.08), 0 22px 70px rgba(0, 0, 0, 0.26);
}

.format-card-company .format-number {
  color: rgba(231, 209, 154, 0.34);
}

.format-card-private {
  background:
    linear-gradient(180deg, rgba(11, 11, 15, 0.5), rgba(11, 11, 15, 0.82)),
    linear-gradient(90deg, rgba(11, 11, 15, 0.7), rgba(11, 11, 15, 0.32)),
    image-set(
      url("assets/img/protocol-private-lounge.webp") type("image/webp"),
      url("assets/img/protocol-private-lounge.jpg") type("image/jpeg")
    ) center / cover no-repeat;
  border-color: rgba(231, 209, 154, 0.22);
  box-shadow: inset 0 0 0 1px rgba(200, 162, 74, 0.08), 0 22px 70px rgba(0, 0, 0, 0.26);
}

.format-card-private .format-number {
  color: rgba(231, 209, 154, 0.34);
}

.format-card-crime {
  background:
    linear-gradient(180deg, rgba(11, 11, 15, 0.48), rgba(11, 11, 15, 0.84)),
    linear-gradient(90deg, rgba(11, 11, 15, 0.7), rgba(11, 11, 15, 0.34)),
    image-set(
      url("assets/img/protocol-crime-room.webp") type("image/webp"),
      url("assets/img/protocol-crime-room.jpg") type("image/jpeg")
    ) center 64% / cover no-repeat;
  border-color: rgba(231, 209, 154, 0.22);
  box-shadow: inset 0 0 0 1px rgba(200, 162, 74, 0.08), 0 22px 70px rgba(0, 0, 0, 0.26);
}

.format-card-crime .format-number {
  color: rgba(231, 209, 154, 0.34);
}

.event-card {
  min-height: 270px;
}

.card-label {
  color: var(--emerald-light);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.format-card {
  color: inherit;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.format-card:hover,
.format-card:focus,
.format-card.is-selected {
  border-color: rgba(200, 162, 74, 0.58);
  box-shadow: inset 0 0 0 1px rgba(200, 162, 74, 0.18), 0 24px 74px rgba(0, 0, 0, 0.32);
  outline: none;
  transform: translateY(-2px);
}

.format-number {
  color: rgba(200, 162, 74, 0.25);
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 32px;
}

.step-number {
  color: var(--gold);
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 42px;
}

.outcomes {
  background:
    linear-gradient(135deg, rgba(15, 59, 46, 0.58), rgba(23, 26, 31, 0.78)),
    var(--ink-2);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

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

.outcome {
  background: rgba(11, 11, 15, 0.28);
  min-height: 160px;
  padding: 26px;
}

.outcome strong {
  color: var(--gold-soft);
  display: block;
  font-size: 26px;
  line-height: 1.1;
}

.outcome span {
  color: rgba(255, 250, 240, 0.68);
  display: block;
  margin-top: 12px;
}

.proof-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 162, 74, 0.1), transparent 26rem),
    rgba(11, 11, 15, 0.82);
}

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

.proof-card {
  background: linear-gradient(180deg, rgba(23, 26, 31, 0.88), rgba(17, 19, 24, 0.82));
  border: 1px solid rgba(255, 250, 240, 0.1);
  border-radius: 8px;
  min-height: 100%;
  padding: 26px;
}

.proof-card span {
  color: rgba(200, 162, 74, 0.52);
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 26px;
}

.proof-card h3 {
  color: var(--gold-soft);
  font-size: 24px;
  line-height: 1.15;
  margin: 0 0 14px;
}

.proof-card p {
  color: rgba(255, 250, 240, 0.7);
  margin: 0;
}

.package-card {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.package-card.featured {
  border-color: rgba(200, 162, 74, 0.48);
  box-shadow: 0 20px 70px rgba(15, 59, 46, 0.24);
}

.package-card.is-selected {
  border-color: rgba(200, 162, 74, 0.86);
  box-shadow: 0 24px 72px rgba(200, 162, 74, 0.14);
}

.package-card h3 {
  color: var(--white);
  font-size: 23px;
  margin: 0;
}

.package-card p {
  color: rgba(255, 250, 240, 0.72);
  margin: 0;
}

.package-card .package-fit {
  background: rgba(200, 162, 74, 0.1);
  border: 1px solid rgba(200, 162, 74, 0.18);
  border-radius: 6px;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  padding: 10px 12px;
}

.package-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.package-list li {
  color: rgba(255, 250, 240, 0.74);
  list-style: none;
  padding-left: 20px;
  position: relative;
}

.package-list li::before {
  color: var(--gold);
  content: "+";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.package-note {
  border-top: 1px solid rgba(255, 250, 240, 0.1);
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 800;
  margin-top: auto;
  padding-top: 18px;
}

.btn-package-select {
  background: rgba(200, 162, 74, 0.1);
  border-color: rgba(200, 162, 74, 0.42);
  color: var(--gold-soft);
  cursor: pointer;
  width: 100%;
}

.btn-package-select:hover,
.btn-package-select:focus,
.btn-package-select.is-selected {
  background: var(--gold);
  border-color: var(--gold);
  color: #15110a;
}

.inquiry-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(69, 166, 127, 0.14), transparent 26rem),
    rgba(11, 11, 15, 0.72);
}

.inquiry-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
}

.inquiry-note,
.form-shell {
  background: rgba(17, 19, 24, 0.78);
  border: 1px solid rgba(255, 250, 240, 0.1);
  border-radius: 8px;
  padding: 28px;
}

.inquiry-note h3 {
  color: var(--gold-soft);
  font-size: 22px;
  margin: 0 0 20px;
}

.selection-status {
  background: rgba(69, 166, 127, 0.12);
  border: 1px solid rgba(69, 166, 127, 0.34);
  border-radius: 6px;
  color: var(--emerald-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0 0 18px;
  padding: 12px 14px;
}

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

.preview-form label {
  color: rgba(255, 250, 240, 0.72);
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.04em;
}

.preview-form .wide,
.preview-form .form-disclaimer {
  grid-column: 1 / -1;
}

.preview-form input,
.preview-form select,
.preview-form textarea {
  appearance: none;
  background: rgba(11, 11, 15, 0.72);
  border: 1px solid rgba(200, 162, 74, 0.22);
  border-radius: 6px;
  color: var(--white);
  font: inherit;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.preview-form textarea {
  resize: vertical;
}

.preview-form input:focus,
.preview-form select:focus,
.preview-form textarea:focus {
  border-color: rgba(200, 162, 74, 0.72);
  outline: none;
}

.consent-line {
  align-items: flex-start;
  display: flex !important;
  gap: 12px;
  letter-spacing: 0;
  line-height: 1.5;
}

.consent-line input[type="checkbox"] {
  accent-color: var(--gold);
  appearance: auto;
  -webkit-appearance: checkbox;
  flex: 0 0 auto;
  height: 18px;
  margin-top: 3px;
  min-height: 0;
  padding: 0;
  width: 18px;
}

.consent-line span {
  color: rgba(255, 250, 240, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.consent-line a {
  color: var(--gold-soft);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-disclaimer {
  color: rgba(255, 250, 240, 0.54);
  font-size: 13px;
  grid-column: 1 / -1;
  margin: 0;
}

.zoho-form-frame {
  background: rgba(255, 255, 255, 0.98);
  border: 0;
  border-radius: 6px;
  min-height: 680px;
  width: 100%;
}

.protocol-zoho-form {
  width: 100%;
}

.preview-form .hidden-field {
  display: none !important;
}

.preview-form .form-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  grid-column: 1 / -1;
}

.preview-form .form-actions .btn {
  cursor: pointer;
  flex: 0 1 auto;
  min-height: 46px;
  padding: 0 22px;
  width: auto;
}

.preview-form .form-actions .btn-primary {
  background: var(--gold);
  border-color: transparent;
  color: #15110a;
}

.preview-form .form-actions .btn-ghost {
  background: transparent;
  border-color: rgba(200, 162, 74, 0.34);
  color: var(--gold-soft);
}

.preview-form .formsubmit:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  background: rgba(17, 19, 24, 0.78);
  border: 1px solid rgba(255, 250, 240, 0.1);
  border-radius: 8px;
  padding: 22px 24px;
}

.faq summary {
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.final-cta {
  background:
    linear-gradient(90deg, rgba(11, 11, 15, 0.96), rgba(15, 59, 46, 0.72)),
    var(--ink);
}

.final-box {
  align-items: end;
  border: 1px solid rgba(200, 162, 74, 0.24);
  border-radius: 8px;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 44px;
}

.final-box h2 {
  color: var(--gold-soft);
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1;
  margin: 0;
}

.final-box p {
  color: rgba(255, 250, 240, 0.72);
  font-size: 18px;
  margin: 18px 0 0;
  max-width: 650px;
}

.site-footer {
  border-top: 1px solid rgba(200, 162, 74, 0.14);
  padding: 30px 0;
}

.footer-inner {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.footer-meta {
  color: rgba(255, 250, 240, 0.56);
  font-size: 13px;
}

.footer-meta a {
  color: var(--gold-soft);
}

.footer-meta a:hover {
  color: var(--white);
}

.legal-page {
  min-height: calc(100svh - 76px);
}

.legal-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.legal-card {
  background: rgba(17, 19, 24, 0.78);
  border: 1px solid rgba(255, 250, 240, 0.1);
  border-radius: 8px;
  padding: 28px;
}

.legal-card h2 {
  color: var(--gold-soft);
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 18px;
}

.legal-card p {
  color: rgba(255, 250, 240, 0.72);
  margin: 0 0 14px;
}

.legal-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.legal-list div {
  border-top: 1px solid rgba(255, 250, 240, 0.08);
  padding-top: 12px;
}

.legal-list dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-list dd {
  color: var(--white);
  margin: 4px 0 0;
}

.document-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.thank-you-page {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(11, 11, 15, 0.92), rgba(11, 11, 15, 0.7)),
    linear-gradient(0deg, rgba(15, 59, 46, 0.36), rgba(15, 59, 46, 0)),
    image-set(
      url("assets/img/protocol-hero-rooms.webp") type("image/webp"),
      url("assets/img/protocol-hero-rooms.jpg") type("image/jpeg")
    );
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: calc(100svh - 76px);
}

.thank-you-inner {
  display: grid;
  gap: 24px;
}

.thank-you-card {
  background: linear-gradient(135deg, rgba(17, 19, 24, 0.9), rgba(15, 59, 46, 0.72));
  border: 1px solid rgba(200, 162, 74, 0.28);
  border-radius: 8px;
  max-width: 920px;
  padding: clamp(32px, 6vw, 64px);
}

.thank-you-card .section-title {
  max-width: 860px;
}

.thank-you-card .section-lead {
  margin-top: 22px;
  max-width: 760px;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.thank-you-steps {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.thank-you-step {
  background: rgba(17, 19, 24, 0.82);
  border: 1px solid rgba(255, 250, 240, 0.12);
  border-radius: 8px;
  padding: 24px;
}

.thank-you-step span {
  color: var(--gold);
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.22em;
  margin-bottom: 34px;
}

.thank-you-step h2 {
  color: var(--gold-soft);
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 12px;
}

.thank-you-step p {
  color: rgba(255, 250, 240, 0.72);
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-nav {
    display: none;
  }

  .hero-inner,
  .section-heading,
  .intro-grid,
  .final-box,
  .inquiry-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-top: 48px;
  }

  .format-grid,
  .package-grid,
  .steps-grid,
  .outcome-strip,
  .proof-grid,
  .thank-you-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 680px) {
  body {
    padding-bottom: 74px;
  }

  .mobile-sticky-cta {
    align-items: center;
    background: var(--gold);
    border: 1px solid rgba(231, 209, 154, 0.66);
    border-radius: 999px;
    bottom: 14px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
    color: #15110a;
    display: flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    left: 18px;
    letter-spacing: 0.08em;
    min-height: 52px;
    position: fixed;
    right: 18px;
    text-transform: uppercase;
    z-index: 90;
  }

  .header-inner,
  .section-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-word {
    font-size: 13px;
    letter-spacing: 0.2em;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner {
    gap: 32px;
    padding-bottom: 56px;
    padding-top: 54px;
  }

  .hero-title {
    font-size: clamp(40px, 12vw, 56px);
    letter-spacing: 0.13em;
  }

  .hero-copy,
  .section-lead,
  .final-box p {
    font-size: 16px;
  }

  .hero-copy-desktop {
    display: none;
  }

  .hero-copy-mobile {
    display: block;
  }

  .hero-actions .btn,
  .final-box .btn,
  .thank-you-actions .btn {
    width: 100%;
  }

  .section {
    padding: 72px 0;
  }

  .audience-grid,
  .format-grid,
  .package-grid,
  .steps-grid,
    .outcome-strip,
    .proof-grid,
    .thank-you-steps,
    .preview-form {
      grid-template-columns: 1fr;
    }

  .final-box {
    padding: 28px;
  }

  .document-actions .btn {
    width: 100%;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
