body.membership-application-page {
  background: #ffffff;
  color: #1a1210;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  --accent: rgba(160, 80, 60, 0.9);
  --accent-glow: rgba(160, 80, 60, 0.15);
  --accent-solid: rgb(160, 80, 60);
  --bg-warm: #fdfaf5;
  --bg-soft: #faf7f2;
  --text-muted: rgba(30, 20, 15, 0.62);
  --border-color: rgba(30, 20, 15, 0.2);
  --status-success-bg: #d4edda;
  --status-success-text: #155724;
  --status-success-border: #c3e6cb;
  --status-error-bg: #f8d7da;
  --status-error-text: #721c24;
  --status-error-border: #f5c6cb;
}

.membership-application-page #main-content {
  padding: 0;
}

/* ── Page Banner / Hero ───────────────────── */
.key-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px 40px;
  background:
    radial-gradient(circle at 16% 18%, rgba(214, 168, 92, 0.24), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(94, 72, 135, 0.28), transparent 34%),
    linear-gradient(160deg, rgba(13, 12, 12, 0.94), rgba(6, 6, 8, 0.98)),
    url('/Media/workshop2B.jpeg');
  background-size: auto, auto, auto, cover;
  background-position: center;
  text-align: left;
  color: #f0ece5;
}

.key-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.045;
  pointer-events: none;
}

.key-banner__inner,
.key-container {
  max-width: 960px;
  margin: 0 auto;
}

.key-banner__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.58fr);
  align-items: center;
  gap: 48px;
}

.key-banner__content {
  position: relative;
  z-index: 2;
}

.key-banner__figure {
  position: relative;
  margin: -28px -64px -56px 0;
}

.key-banner__figure::before {
  content: "";
  position: absolute;
  inset: 14% 10% 10% 8%;
  border-radius: 50%;
  background: rgba(214, 168, 92, 0.16);
  filter: blur(30px);
}

.key-banner__figure img {
  position: relative;
  display: block;
  width: min(38vw, 420px);
  min-width: 300px;
  height: auto;
}

/* Desktop-only: 50% bigger hero image */
@media (min-width: 901px) {
  .key-banner__figure img {
    width: min(57vw, 630px);
    min-width: 450px;
  }
}

/* ── Eyebrow ──────────────────────────────── */
.key-eyebrow {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(226, 190, 126, 0.82);
  margin-bottom: 20px;
}

/* ── Banner Headings ──────────────────────── */
.key-banner h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.15;
  color: #f0ece5;
  margin: 0 0 20px;
}

.key-banner h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  font-weight: 300;
  line-height: 1.3;
  color: rgba(240, 236, 229, 0.76);
  margin: 0;
}

.key-banner h2 strong {
  color: rgba(226, 190, 126, 0.94);
  font-weight: 400;
}

.thin-text {
  font-weight: 300;
  opacity: 0.8;
}

/* ── Section ──────────────────────────────── */
.key-section {
  padding: 80px 24px 100px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf7f1 28%, #ffffff 100%);
}

.key-section .key-container {
  display: grid;
  gap: 32px;
}

.key-section h1,
.key-section h2,
.key-section h3 {
  font-family: 'Cormorant Garamond', serif;
  color: #1a1210;
}

/* ── Content Boxes ────────────────────────── */
.key-content-box {
  background: linear-gradient(180deg, rgba(253, 250, 245, 0.98) 0%, #ffffff 100%);
  border: 1px solid rgba(160, 80, 60, 0.12);
  border-radius: 18px;
  padding: 48px 44px;
  margin-bottom: 0;
  box-shadow: 0 20px 50px rgba(26, 18, 16, 0.06);
}

.key-content-box h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 300;
  margin: 0 0 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(160, 80, 60, 0.12);
}

.key-content-box h3 {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 400;
  margin: 28px 0 14px;
}

/* ── Body Text ────────────────────────────── */
.paragraph-large,
.paragraph-standard,
.key-content-box li,
.key-content-box p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.8;
}

.paragraph-large {
  font-size: 1.05rem;
  margin: 0 0 20px;
}

.paragraph-standard {
  font-size: 0.95rem;
  margin: 0 0 14px;
}

.key-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 32px 0;
}

.key-summary-card {
  padding: 20px 22px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(160, 80, 60, 0.12);
}

.key-summary-card__label,
.key-form-summary__title {
  display: block;
  margin: 0 0 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-solid);
}

.key-summary-card__value {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.2;
  color: #1a1210;
}

.key-summary-card__copy {
  margin: 0;
  font-size: 0.95rem;
}

/* ── Compare Grid ─────────────────────────── */
.key-compare-grid,
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.key-compare-grid--steps {
  margin-top: 8px;
}

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

.key-path-card {
  background: #ffffff;
  border: 1px solid rgba(160, 80, 60, 0.1);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 26px rgba(26, 18, 16, 0.04);
}

.key-path-card h3 {
  margin-top: 0;
}

.key-path-card ol,
.key-unlock-list {
  margin: 0;
  padding-left: 22px;
}

.key-path-card li,
.key-unlock-list li {
  margin-bottom: 10px;
}

/* ── Math Block ───────────────────────────── */
.key-math-block {
  margin-top: 28px;
}

/* ── Note Panel ───────────────────────────── */
.key-note-panel {
  margin-top: 28px;
  padding: 24px 24px 24px 28px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(160, 80, 60, 0.1);
  border-left: 4px solid var(--accent-solid);
}

.key-note-panel .paragraph-large {
  margin: 0;
}

.key-note-panel strong {
  color: #1a1210;
}

.key-note-panel a {
  color: var(--accent-solid);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Process Steps ────────────────────────── */
.key-process-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.key-step-card {
  padding: 24px;
  border: 1px solid rgba(160, 80, 60, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.key-step-card h3 {
  margin-top: 0;
}

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

.key-trust-card,
.key-guides-callout {
  padding: 24px;
  border: 1px solid rgba(160, 80, 60, 0.1);
  border-radius: 16px;
  background: #ffffff;
}

.key-trust-card h3,
.key-guides-callout h3 {
  margin-top: 0;
}

.key-guides-callout {
  margin-top: 24px;
  background:
    radial-gradient(circle at top left, rgba(160, 80, 60, 0.08), transparent 34%),
    linear-gradient(135deg, #fdf8f2 0%, #ffffff 100%);
}

.key-guides-callout__eyebrow {
  margin: 0 0 10px;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}

.key-guides-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.key-guides-links a {
  color: var(--accent-solid);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.key-intro-copy,
.key-shipping-copy {
  margin-bottom: 24px;
}

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

.key-form-summary__item {
  padding: 18px 20px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(160, 80, 60, 0.12);
}

.key-form-summary__item p {
  margin: 0;
  font-size: 0.93rem;
  color: var(--text-muted);
}

/* ── Application Form ─────────────────────── */
.key-form {
  display: grid;
  gap: 4px;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label,
.checkbox-group label {
  display: block;
  margin-bottom: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #1a1210;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}

.checkbox-group label {
  margin: 0;
  font-weight: 300;
}

.key-agreement-gate {
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid rgba(160, 80, 60, 0.14);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(253, 250, 245, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.key-agreement-gate__copy {
  margin-bottom: 16px;
}

.key-agreement-gate__status {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(160, 80, 60, 0.12);
  border-radius: 12px;
  background: #ffffff;
}

.key-agreement-gate__status[data-state="signed"] {
  border-color: var(--status-success-border);
  background: rgba(212, 237, 218, 0.55);
}

.key-agreement-gate__status-label {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-solid);
}

.key-agreement-gate__status p:last-child {
  margin: 0;
}

.key-agreement-gate__button {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="file"],
select,
textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--border-color);
  border-radius: 2px;
  font-size: 0.95rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #1a1210;
  background: #ffffff;
  transition: border-color 0.2s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--accent-solid);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

input[type="checkbox"] {
  width: auto;
  margin-top: 3px;
}

.helper-text {
  font-size: 13px;
  color: var(--text-muted);
  margin: 6px 0 0;
  font-style: italic;
}

/* ── Buttons ──────────────────────────────── */
.membership-application-page .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  background: transparent;
  color: rgba(180, 60, 60, 0.9);
  border: 1px solid rgba(180, 60, 60, 0.45);
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}

.membership-application-page .btn-secondary:hover {
  background: rgba(180, 60, 60, 0.08);
  border-color: rgba(180, 60, 60, 0.8);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 48px;
  background: rgba(180, 60, 60, 0.85);
  color: #fff;
  border: none;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-primary:hover {
  background: rgba(200, 70, 70, 1);
  box-shadow: 0 0 18px rgba(200, 70, 70, 0.4);
}

.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.membership-application-page .agreement-signature-panel {
  display: block;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(160, 80, 60, 0.12);
}

.membership-application-page .agreement-signature-panel p {
  margin-bottom: 16px;
}

.membership-application-page .agreement-signature-button {
  width: 100%;
}

/* ── Form Footer ──────────────────────────── */
.key-form-footer {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(160, 80, 60, 0.12);
}

.key-form-footer .btn-primary {
  width: 100%;
}

/* ── Status Box ───────────────────────────── */
.status-box {
  display: none;
  margin-top: 16px;
  padding: 14px 20px;
  border-radius: 2px;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ── Support Strip ────────────────────────── */
.key-support-strip {
  background: linear-gradient(135deg, #f9f4ee 0%, #fffaf6 100%);
  border: 1px solid rgba(160, 80, 60, 0.08);
  border-radius: 18px;
  padding: 32px 36px;
  box-shadow: 0 16px 36px rgba(26, 18, 16, 0.05);
}

.key-support-strip p {
  margin: 0 0 12px;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.key-support-strip p:last-child {
  margin-bottom: 0;
}

.key-support-strip a {
  color: var(--accent-solid);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ════════════════════════════════════════════
   DARK BOX VARIANT — temple atmospheric
════════════════════════════════════════════ */
.key-content-box--dark {
  background:
    radial-gradient(ellipse at 10% 14%, rgba(120, 40, 40, 0.22) 0%, transparent 40%),
    radial-gradient(ellipse at 90% 80%, rgba(60, 20, 80, 0.20) 0%, transparent 40%),
    linear-gradient(160deg, #130808 0%, #0a060c 100%);
  border-color: rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
  color: #f0ece5;
}

.key-content-box--dark h2 {
  color: #f0ece5;
  border-bottom-color: rgba(255, 255, 255, 0.09);
}

.key-content-box--dark h3 {
  color: rgba(240, 236, 229, 0.90);
}

.key-content-box--dark .paragraph-large,
.key-content-box--dark .paragraph-standard,
.key-content-box--dark p,
.key-content-box--dark li {
  color: rgba(240, 236, 229, 0.68);
}

/* ── Dark box: step cards ───────────────────── */
.key-content-box--dark .key-step-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.key-content-box--dark .key-step-card h3 {
  color: rgba(226, 190, 126, 0.90);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.key-content-box--dark .key-step-card:hover {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(255, 255, 255, 0.07);
  transform: translateY(-2px);
}

/* ── Dark box: trust cards ──────────────────── */
.key-content-box--dark .key-trust-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.key-content-box--dark .key-trust-card h3 {
  color: rgba(226, 190, 126, 0.90);
}

.key-content-box--dark .key-trust-card:hover {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(255, 255, 255, 0.07);
  transform: translateY(-2px);
}

/* ── Dark box: guides callout ───────────────── */
.key-content-box--dark .key-guides-callout {
  background:
    radial-gradient(circle at top left, rgba(160, 80, 60, 0.20), transparent 40%),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.key-content-box--dark .key-guides-callout h3 {
  color: #f0ece5;
}

.key-content-box--dark .key-guides-callout__eyebrow {
  color: rgba(226, 190, 126, 0.82);
}

.key-content-box--dark .key-guides-links a {
  color: rgba(226, 190, 126, 0.80);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.key-content-box--dark .key-guides-links a:hover {
  opacity: 0.75;
}

/* ════════════════════════════════════════════
   SUMMARY CARDS — alternating dark / light
════════════════════════════════════════════ */
.key-summary-grid .key-summary-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.key-summary-grid .key-summary-card:nth-child(odd) {
  background:
    radial-gradient(circle at 16% 14%, rgba(120, 40, 40, 0.26), transparent 44%),
    linear-gradient(150deg, #1a0e0e 0%, #0d0609 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.key-summary-grid .key-summary-card:nth-child(odd) .key-summary-card__label {
  color: rgba(226, 190, 126, 0.82);
}

.key-summary-grid .key-summary-card:nth-child(odd) .key-summary-card__value {
  color: #f0ece5;
}

.key-summary-grid .key-summary-card:nth-child(odd) .key-summary-card__copy {
  color: rgba(240, 236, 229, 0.62);
}

.key-summary-grid .key-summary-card:nth-child(odd):hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.key-summary-grid .key-summary-card:nth-child(even) {
  background:
    radial-gradient(circle at 84% 80%, rgba(55, 20, 80, 0.22), transparent 44%),
    linear-gradient(150deg, #0d0812 0%, #09060f 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.key-summary-grid .key-summary-card:nth-child(even) .key-summary-card__label {
  color: rgba(226, 190, 126, 0.80);
}

.key-summary-grid .key-summary-card:nth-child(even) .key-summary-card__value {
  color: #f0ece5;
}

.key-summary-grid .key-summary-card:nth-child(even) .key-summary-card__copy {
  color: rgba(240, 236, 229, 0.62);
}

.key-summary-grid .key-summary-card:nth-child(even):hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.30), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

/* ════════════════════════════════════════════
   PATH CARDS — "Silver Key path" dark
════════════════════════════════════════════ */
.key-compare-grid--steps .key-path-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.key-compare-grid--steps .key-path-card:last-child {
  background:
    radial-gradient(circle at 82% 14%, rgba(120, 40, 40, 0.26), transparent 42%),
    linear-gradient(150deg, #1a0e0e 0%, #0d0609 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f0ece5;
}

.key-compare-grid--steps .key-path-card:last-child h3 {
  color: rgba(226, 190, 126, 0.90);
}

.key-compare-grid--steps .key-path-card:last-child li {
  color: rgba(240, 236, 229, 0.68);
}

.key-compare-grid--steps .key-path-card:last-child:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.key-compare-grid--steps .key-path-card:first-child:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(26, 18, 16, 0.10);
}

/* ── General step / trust card hover ─────────── */
.key-step-card,
.key-trust-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.key-step-card:hover,
.key-trust-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(26, 18, 16, 0.10);
}

/* ════════════════════════════════════════════
   h2 <em> ITALIC ACCENT
════════════════════════════════════════════ */
.key-content-box h2 em {
  font-style: italic;
  color: var(--accent-solid);
}

.key-content-box--dark h2 em {
  color: rgba(226, 190, 126, 0.92);
  font-style: italic;
}

/* ════════════════════════════════════════════
   PUBLIC PATH CARD — cool dark atmosphere
════════════════════════════════════════════ */
.key-compare-grid--steps .key-path-card:first-child {
  background:
    radial-gradient(circle at 18% 80%, rgba(55, 45, 90, 0.22), transparent 44%),
    linear-gradient(150deg, #0d0c12 0%, #09080e 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.key-compare-grid--steps .key-path-card:first-child h3 {
  color: rgba(200, 196, 218, 0.88);
}

.key-compare-grid--steps .key-path-card:first-child li {
  color: rgba(240, 236, 229, 0.62);
}

/* ════════════════════════════════════════════
   FORM CHECKPOINT CARDS — all dark
════════════════════════════════════════════ */
.key-form-summary__item {
  background:
    radial-gradient(circle at 82% 14%, rgba(120, 40, 40, 0.20), transparent 44%),
    linear-gradient(150deg, #1a0e0e 0%, #0d0609 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.key-form-summary__item .key-form-summary__title {
  color: rgba(226, 190, 126, 0.82);
}

.key-form-summary__item p {
  color: rgba(240, 236, 229, 0.64);
}

.key-form-summary__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

/* ════════════════════════════════════════════
   SILVER KEY PHOTO
════════════════════════════════════════════ */
.key-photo {
  margin: 24px 0 32px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(160, 80, 60, 0.12);
  background: #0a060c;
}

.key-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 38%;
}

/* ── Responsive ───────────────────────────── */
@media (max-width: 900px) {
  .key-banner {
    isolation: isolate;
  }

  .key-banner__inner {
    display: block;
  }

  .key-banner__figure {
    position: absolute;
    top: 78px;
    right: -122px;
    z-index: -1;
    margin: 0;
    opacity: 0.42;
  }

  .key-banner__figure img {
    width: min(74vw, 380px);
    min-width: 0;
  }

  .form-grid,
  .form-grid--triple,
  .key-compare-grid,
  .key-trust-grid,
  .key-summary-grid,
  .key-process-steps,
  .key-form-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .key-banner {
    padding: 40px 20px;
  }

  .key-content-box {
    padding: 32px 20px;
    border-radius: 14px;
  }

  .key-agreement-gate {
    padding: 20px;
  }

  .key-support-strip {
    padding: 24px 20px;
    border-radius: 14px;
  }
}
