
@font-face{font-family:Inter;font-style:normal;font-weight:400 700;font-display:swap;src:url("fonts/inter-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:Inter;font-style:normal;font-weight:400 700;font-display:swap;src:url("fonts/inter-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"Barlow Condensed";font-style:normal;font-weight:500 700;font-display:swap;src:url("fonts/barlow-condensed-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Barlow Condensed";font-style:normal;font-weight:500 700;font-display:swap;src:url("fonts/barlow-condensed-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
:root {
  --ink: #080808;
  --ink-soft: #0e0e0e;
  --paper: #f4f1e8;
  --paper-deep: #e8e3d7;
  --text: #f7f4ed;
  --muted: #a7a49c;
  --muted-dark: #68665f;
  --gold: #d7a936;
  --gold-light: #f0cb69;
  --gold-dark: #89610f;
  --line: rgba(215, 169, 54, .46);
  --paper-line: rgba(23, 22, 20, .19);
  --display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --body: 'Inter', system-ui, sans-serif;
  font-family: var(--body);
  color: var(--text);
  background: var(--ink);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--text); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
::selection { background: var(--gold); color: var(--ink); }

.hero { position: relative; isolation: isolate; min-height: 820px; overflow: hidden; background: var(--ink); }
.header { position: absolute; z-index: 10; inset: 0 0 auto; min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 5.2vw; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; letter-spacing: .27em; text-transform: uppercase; }
.brand-mark { color: var(--gold); font-size: 27px; line-height: 1; }
.brand > span:last-child { display: flex; flex-direction: column; gap: 6px; }
.brand strong { font-size: 19px; font-weight: 600; }
.brand small { color: #a3a099; font-size: 7px; line-height: 1.25; letter-spacing: .28em; }
.nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 43px); margin-left: auto; font-size: 13px; }
.nav > a:not(.nav-cta), footer nav a { position: relative; }
.nav > a:not(.nav-cta)::after, footer nav a::after { content: ''; position: absolute; right: 100%; bottom: -8px; left: 0; height: 1px; background: var(--gold); transition: right .3s ease; }
.nav > a:not(.nav-cta):hover::after, footer nav a:hover::after { right: 0; }
.nav-cta { display: inline-flex; min-width: 228px; align-items: center; justify-content: space-between; padding: 19px 20px; background: var(--gold); color: var(--ink); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.nav-cta span { font-size: 20px; font-weight: 400; line-height: .5; }
.locale { flex: 0 0 auto; margin-left: 0; color: #d8d5cc; font-size: 12px; letter-spacing: .15em; }
.locale span { color: #aaa69b; font-size: 16px; }
.menu-button { position: relative; display: none; width: 36px; height: 36px; border: 0; background: transparent; color: var(--text); }
.menu-button span { position: absolute; right: 5px; width: 25px; height: 1px; background: currentColor; transition: transform .25s, top .25s; }
.menu-button span:first-child { top: 13px; }
.menu-button span:last-child { top: 21px; }
.menu-button--open span:first-child { top: 17px; transform: rotate(45deg); }
.menu-button--open span:last-child { top: 17px; transform: rotate(-45deg); }

.hero-copy { position: relative; z-index: 3; width: min(54%, 760px); padding: 176px 0 90px 7.7vw; }
.hero-kicker, .bridge-topline, .section-label, .difference-intro > span, .difference-side { text-transform: uppercase; letter-spacing: .26em; font-size: 11px; }
.hero-kicker { display: flex; align-items: center; gap: 22px; margin-bottom: 27px; color: #c9aa61; }
.hero-kicker span, .bridge-topline > span:last-child { display: block; width: 120px; height: 1px; background: var(--gold); }
.hero h1, .bridge h2, .section-intro h2, .difference h2, .ai-copy h2, .application h2 { margin: 0; font-family: var(--display); font-weight: 700; line-height: .84; text-transform: uppercase; letter-spacing: .01em; }
.hero h1 { max-width: 700px; font-size: clamp(88px, 8.7vw, 144px); }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em, .bridge h2 em, .section-intro h2 em, .difference h2 em, .ai-copy h2 em { color: var(--gold); font-style: normal; }
.promo-line { display: flex; margin-top: 35px; }
.promo-line > div { display: flex; flex-direction: column; padding-right: 40px; margin-right: 40px; border-right: 1px solid var(--gold); }
.promo-line > div:last-child { border-right: 0; }
.promo-line strong { color: var(--gold); font-family: var(--display); font-size: 58px; line-height: .9; }
.promo-line span { margin-top: 7px; color: #dedbd2; font-size: 14px; }
.hero-copy > p { max-width: 520px; margin: 28px 0 30px; color: #b7b4ab; font-size: 16px; line-height: 1.55; }

.texture-button { position: relative; isolation: isolate; display: inline-flex; min-width: 295px; align-items: center; justify-content: space-between; gap: 28px; padding: 18px 25px; border: 1px solid #f1d078; background: var(--gold); box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .16), inset 0 -5px 0 rgba(87, 57, 0, .2), 0 4px 0 #755817; color: var(--ink); font-size: 14px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s ease, filter .25s ease, box-shadow .2s ease; }
.texture-button::before { position: absolute; z-index: -1; inset: 3px; border: 1px solid rgba(20, 12, 0, .22); background-image: repeating-linear-gradient(115deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 4px); content: ''; }
.texture-button:hover { filter: brightness(1.08); transform: translateY(-2px); }
.texture-button:active { box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .18), inset 0 -2px 0 rgba(87, 57, 0, .18), 0 1px 0 #755817; transform: translateY(3px); }
.texture-button:disabled { cursor: wait; filter: grayscale(.18); opacity: .72; transform: none; }
.hero-art { position: absolute; z-index: 1; inset: 0 0 0 47%; }
.hero-art::after { position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(8, 8, 8, .5) 9%, transparent 31%); content: ''; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.scroll-cue { position: absolute; z-index: 4; right: 5.2vw; bottom: 30px; display: flex; align-items: center; gap: 12px; color: #c7c4ba; font-size: 10px; letter-spacing: .24em; text-transform: uppercase; }

.bridge { padding: 47px 7.7vw 58px; border-top: 1px solid var(--gold); background: #090909; }
.bridge-topline { display: flex; align-items: center; gap: 24px; color: #aaa79f; }
.bridge-topline > span:last-child { width: min(250px, 23vw); background: rgba(255, 255, 255, .35); }
.bridge-grid { display: grid; grid-template-columns: 1.25fr 1fr auto; align-items: end; gap: 52px; margin-top: 26px; }
.bridge h2 { font-size: clamp(58px, 5vw, 88px); }
.bridge p { max-width: 360px; margin: 0; color: #a7a49d; font-size: 15px; line-height: 1.55; }
.inline-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--gold); padding-bottom: 10px; color: var(--gold); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; white-space: nowrap; }
.inline-link span { font-size: 19px; line-height: .6; }

.section-light { background: var(--paper); color: var(--ink); }
.comparison { display: grid; grid-template-columns: minmax(360px, .86fr) minmax(0, 1.55fr); gap: 4.2vw; padding: 93px 5.2vw 78px; }
.section-intro { min-width: 0; }
.section-intro h2 { max-width: 100%; font-size: clamp(62px, 4.35vw, 92px); }
.section-intro p { max-width: 340px; margin: 27px 0 0; color: #5e5d58; font-size: 15px; line-height: 1.65; }
.price-table { min-width: 0; align-self: start; overflow-x: auto; border-top: 1px solid #b9b5aa; scrollbar-color: var(--gold) transparent; }
.price-row { display: grid; grid-template-columns: 1.32fr .92fr 1fr .8fr; min-width: 720px; min-height: 87px; align-items: center; border-bottom: 1px solid #cbc7bd; }
.price-row span { padding: 20px 15px; font-size: 15px; font-weight: 600; }
.instrument-cell { display: flex; align-items: center; gap: 15px; min-width: 0; padding: 16px 15px; }
.instrument-cell > span { min-width: 0; padding: 0; }
.instrument-image { flex: 0 0 48px; width: 48px; height: 48px; object-fit: contain; }
.instrument-image--bar { width: 55px; }
.price-head { min-height: 58px; color: #6f6d66; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.price-head span { font-size: inherit; font-weight: 500; }
.price-row .gain { align-self: stretch; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 3px; background: rgba(215, 169, 54, .15); color: var(--gold-dark); font-size: 20px; }
.price-row .gain small { font-size: 12px; font-weight: 500; }
.table-note { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 23px; color: #5e5d58; font-size: 14px; }

.difference { position: relative; isolation: isolate; min-height: 520px; overflow: hidden; padding: 67px 5.2vw 92px; background: #090909 url('assets/mountain-strip.png') center bottom / 100% auto no-repeat; }
.difference::after { position: absolute; z-index: -1; inset: auto 0 0; height: 43%; background: linear-gradient(180deg, transparent, rgba(9, 9, 9, .82)); content: ''; }
.difference-title { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 54px; }
.difference-intro { display: grid; grid-template-columns: 26vw minmax(0, 1fr); align-items: start; width: 100%; }
.difference-intro > span { padding-top: 7px; color: #96938c; }
.difference h2 { font-size: clamp(74px, 7.3vw, 120px); }
.difference-side { padding-top: 7px; color: #8f8c85; line-height: 1.6; text-align: right; }
.difference-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-left: 26vw; }
.difference-item { min-height: 274px; padding: 15px 2.4vw; border-left: 1px solid var(--line); }
.difference-item > span { color: var(--gold); font-family: var(--display); font-size: 21px; letter-spacing: .18em; }
.difference-item h3 { max-width: 250px; margin: 38px 0 18px; font-family: var(--display); font-size: 49px; line-height: .88; text-transform: uppercase; }
.difference-item p { max-width: 310px; margin: 0; color: #aba8a0; font-size: 14px; line-height: 1.55; }

.ai-section { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 525px; background: #090909; }
.ai-copy { grid-column: 1; grid-row: 1; display: flex; flex-direction: column; justify-content: center; padding: 76px 7.7vw 68px; }
.ai-copy h2 { max-width: 560px; font-size: clamp(59px, 5.25vw, 92px); }
.ai-copy > p { max-width: 550px; margin: 27px 0 0; color: #aaa79f; font-size: 15px; line-height: 1.65; }
.ai-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 43px; }
.ai-points span { padding-top: 15px; border-top: 1px solid var(--gold); color: #e9e5db; font-size: 11px; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.ai-photo { grid-column: 2; grid-row: 1; min-height: 100%; overflow: hidden; }
.ai-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center center; filter: grayscale(1) contrast(1.08) brightness(.8); }

.application { display: grid; grid-template-columns: .86fr 1.14fr; gap: 6vw; min-height: 540px; padding: 83px 5.2vw 73px; }
.application h2 { font-family: Georgia, serif; font-size: clamp(66px, 6vw, 108px); line-height: .9; }
.promo-head { display: flex; flex-direction: column; margin: 48px 0 22px; }
.promo-head span, .promo-head strong { font-family: Georgia, serif; }
.promo-head span { font-size: 27px; }
.promo-head strong { color: #a87914; font-size: 52px; }
.application-copy > p { margin: 0; color: #64615a; font-size: 15px; }
.application-entry { min-width: 0; }
.application-entry .form-shell { display: flex; min-height: 360px; flex-direction: column; justify-content: center; }
.entry-copy h3 { margin: 26px 0 12px; color: var(--paper); font-family: var(--display); font-size: 49px; line-height: .9; text-transform: uppercase; }
.entry-copy p { max-width: 390px; margin: 0; color: #aaa79f; font-size: 15px; line-height: 1.55; }
.application-entry .texture-button { margin-top: 30px; }
.form-shell { min-height: 425px; padding: 39px 47px; border-left: 3px solid var(--gold); background: #0b0b0b; color: var(--paper); clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px); }
.form-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; color: var(--gold); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.form-top small { color: #77746e; font-size: 9px; }
.form-shell label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; color: #e4e0d7; font-size: 11px; letter-spacing: .08em; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-shell input, .form-shell textarea { width: 100%; border: 1px solid #4c4c49; border-radius: 0; outline: 0; background: #0e0e0e; color: white; padding: 13px 14px; font-size: 14px; }
.form-shell input::placeholder, .form-shell textarea::placeholder { color: #706e68; }
.form-shell input:focus, .form-shell textarea:focus { border-color: var(--gold-light); box-shadow: 0 0 0 2px rgba(215, 169, 54, .14); }
.form-shell input[aria-invalid='true'], .form-shell textarea[aria-invalid='true'] { border-color: #e06f55; }
.form-shell textarea { min-height: 82px; resize: vertical; }
.form-shell .texture-button { width: 100%; }
.privacy { display: block; margin-top: 15px; color: #6b6861; font-size: 10px; text-align: center; }
.risk-disclosure { display: block; margin-top: 8px; color: #8c8880; font-size: 10px; line-height: 1.45; text-align: center; }
.form-status { min-height: 17px; margin: 10px 0 0; color: #df8c75; font-size: 11px; text-align: center; }
.field-error { min-height: 0; color: #df8c75; font-size: 10px; letter-spacing: 0; }
.success { min-height: 346px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-icon { color: var(--gold); font-size: 44px; }
.success h3 { margin: 20px 0 0; font-family: var(--display); font-size: 44px; text-transform: uppercase; }
.success p { color: #aaa79f; }
.success button { margin-top: 18px; border: 0; background: transparent; color: var(--gold); text-decoration: underline; }

body.modal-open { overflow: hidden; }
.modal-backdrop { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(4, 4, 4, .78); backdrop-filter: blur(10px); }
.application-modal { position: relative; width: min(680px, 100%); max-height: min(760px, calc(100dvh - 48px)); overflow: auto; padding: 38px 47px 42px; border: 1px solid rgba(215, 169, 54, .5); border-top: 3px solid var(--gold); background: #0b0b0b; box-shadow: 0 24px 90px rgba(0, 0, 0, .45); color: var(--paper); }
.modal-close { position: absolute; top: 19px; right: 23px; width: 32px; height: 32px; border: 0; background: transparent; color: #aaa79f; font-size: 27px; font-weight: 300; line-height: 1; }
.modal-close:hover { color: var(--gold-light); }
.modal-head { padding-right: 33px; }
.modal-head .form-top { margin-bottom: 0; }
.modal-head h2 { margin: 31px 0 12px; font-family: var(--display); font-size: clamp(52px, 5.2vw, 76px); line-height: .86; text-transform: uppercase; }
.modal-head p { max-width: 470px; margin: 0 0 31px; color: #aaa79f; font-size: 14px; line-height: 1.55; }
.modal-progress { color: #77746e; }
.modal-step form { display: flex; flex-direction: column; gap: 20px; }
.application-modal label { display: flex; flex-direction: column; gap: 8px; margin: 0; color: #e4e0d7; font-size: 11px; letter-spacing: .08em; }
.application-modal input, .application-modal textarea { width: 100%; border: 1px solid #4c4c49; border-radius: 0; outline: 0; background: #0e0e0e; color: white; padding: 13px 14px; font-size: 14px; }
.application-modal input::placeholder, .application-modal textarea::placeholder { color: #706e68; }
.application-modal input:focus, .application-modal textarea:focus { border-color: var(--gold-light); box-shadow: 0 0 0 2px rgba(215, 169, 54, .14); }
.application-modal input[aria-invalid='true'], .application-modal textarea[aria-invalid='true'] { border-color: #e06f55; }
.application-modal textarea { min-height: 104px; resize: vertical; }
.application-modal .field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.application-modal .consent-field { flex-direction: row; align-items: flex-start; gap: 10px; color: #aaa79f; font-size: 10px; letter-spacing: 0; line-height: 1.45; }
.application-modal .consent-field input { flex: 0 0 auto; width: 16px; height: 16px; margin: 0; padding: 0; accent-color: var(--gold); }
.application-modal .consent-error { margin-top: -14px; }
.application-modal .texture-button { width: 100%; margin-top: 2px; }
.application-modal .privacy { margin-top: -6px; }
.modal-back { align-self: flex-start; margin: -2px 0 22px; padding: 0 0 8px; border: 0; border-bottom: 1px solid var(--gold); background: transparent; color: var(--gold); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.modal-back:hover { color: var(--gold-light); }
.application-modal .success { min-height: 285px; }
.modal-backdrop:not([hidden]) .application-modal { animation: modal-in .32s cubic-bezier(.22, 1, .36, 1) both; }
@keyframes modal-in { from { opacity: 0; transform: translateY(16px) scale(.985); } to { opacity: 1; transform: none; } }

footer { display: grid; grid-template-columns: 1fr 1.1fr 1.6fr; gap: 30px; min-height: 145px; align-items: start; padding: 34px 5.2vw 20px; border-top: 1px solid #252525; background: var(--ink); color: #aaa79f; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
footer .brand { color: white; font-size: 17px; }
footer .brand small { display: none; }
footer nav { display: flex; justify-content: flex-end; gap: 28px; }
footer small { grid-column: 1 / -1; padding-top: 15px; border-top: 1px solid #242424; color: #5f5f5f; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s cubic-bezier(.22, 1, .36, 1), transform .55s cubic-bezier(.22, 1, .36, 1); }
.reveal.revealed { opacity: 1; transform: none; }
.hero-enter { animation: hero-in .8s cubic-bezier(.22, 1, .36, 1) both; }
.hero-art.hero-enter { animation-delay: .12s; }
@keyframes hero-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1000px) {
  .header { padding-inline: 6vw; }
  .nav { gap: 18px; }
  .nav-cta { min-width: 190px; }
  .hero-copy { width: 58%; padding-left: 6vw; }
  .bridge, .comparison, .application, .difference { padding-inline: 6vw; }
  .ai-copy { padding-inline: 6vw; }
  .application { display: block; }
  .application-copy { min-width: 0; }
  .application h2 { max-width: 100%; font-size: clamp(44px, 9.5vw, 88px); }
  .application-entry { margin-top: 52px; }
  .hero h1, .bridge h2, .section-intro h2, .difference h2, .ai-copy h2, .application h2 { line-height: .98; }
  .difference-item h3, .entry-copy h3, .modal-head h2 { line-height: .95; }
}

@media (max-width: 760px) {
  .hero { min-height: 760px; }
  .header { min-height: 76px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 6px; }
  .locale { display: none; }
  .menu-button { display: block; }
  .nav { position: absolute; top: 76px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 14px 6vw max(22px, env(safe-area-inset-bottom)); border-bottom: 1px solid #333; background: #0b0b0b; }
  .nav--open { display: flex; }
  .nav > a:not(.nav-cta) { padding: 14px 0; }
  .nav-cta { width: 100%; margin-top: 9px; }
  .hero-copy { width: 100%; padding: 124px 6vw 50px; }
  .hero-kicker { gap: 12px; margin-bottom: 21px; font-size: 9px; letter-spacing: .18em; }
  .hero-kicker span { width: 54px; }
  .hero h1 { max-width: 310px; font-size: clamp(54px, 14.8vw, 88px); }
  .promo-line { margin-top: 28px; }
  .promo-line > div { padding-right: 18px; margin-right: 18px; }
  .promo-line strong { font-size: 42px; }
  .promo-line span { font-size: 11px; }
  .hero-copy > p { max-width: 300px; margin: 23px 0 26px; font-size: 13px; line-height: 1.5; }
  .texture-button { min-width: 0; width: 100%; }
  .hero-art { inset: 39% -45% 0 6%; opacity: .5; }
  .hero-art::after { background: linear-gradient(180deg, var(--ink) 0%, rgba(8, 8, 8, .36) 41%, rgba(8, 8, 8, .15) 100%); }
  .scroll-cue { display: none; }
  .bridge { padding-top: 34px; padding-bottom: 43px; }
  .bridge-grid { grid-template-columns: 1fr; gap: 22px; margin-top: 22px; }
  .bridge h2 { font-size: clamp(53px, 14vw, 78px); }
  .bridge p { font-size: 14px; }
  .bridge .inline-link { justify-self: start; }
  .comparison { display: block; padding-top: 72px; padding-bottom: 70px; }
  .section-intro h2 { font-size: clamp(52px, 14.5vw, 84px); letter-spacing: -.015em; }
  .section-intro p { margin-top: 22px; }
  .price-table { margin-top: 45px; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
  .price-row { min-width: 700px; }
  .instrument-cell { gap: 12px; }
  .instrument-image { flex-basis: 44px; width: 44px; height: 44px; }
  .instrument-image--bar { width: 50px; }
  .table-note { align-items: flex-start; flex-direction: column; gap: 18px; font-size: 13px; }
  .difference { min-height: 0; padding-top: 70px; padding-bottom: 80px; background-size: auto 31%; }
  .difference-title { display: block; margin-bottom: 34px; }
  .difference-intro { display: block; }
  .difference-intro > span { display: block; margin-bottom: 24px; }
  .difference h2 { font-size: clamp(68px, 17vw, 100px); }
  .difference-side { display: none; }
  .difference-grid { grid-template-columns: 1fr; margin-left: 0; }
  .difference-item { min-height: 0; padding: 30px 0 30px 23px; }
  .difference-item h3 { margin: 25px 0 15px; font-size: 48px; }
  .ai-section { display: flex; flex-direction: column; }
  .ai-photo { order: 1; min-height: 360px; }
  .ai-copy { order: 2; padding: 67px 6vw 75px; }
  .ai-copy h2 { font-size: clamp(57px, 14vw, 84px); }
  .ai-points { grid-template-columns: 1fr; gap: 15px; margin-top: 32px; }
  .application { display: block; padding-top: 72px; padding-bottom: 72px; }
  .application h2 { font-size: clamp(44px, 9.5vw, 88px); }
  .application-entry { margin-top: 0; }
  .promo-head { margin-top: 34px; }
  .promo-head strong { font-size: 44px; }
  .application-entry .form-shell { margin-top: 46px; padding: 30px 22px; clip-path: none; border-top: 3px solid var(--gold); border-left: 0; }
  .entry-copy h3 { font-size: 43px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  /* Modal — klavye açıldığında scroll edilebilir, notch güvenli */
  .modal-backdrop { align-items: flex-end; padding: 0; }
  .application-modal { width: 100%; max-height: calc(100dvh - 18px); padding: 28px 20px max(28px, env(safe-area-inset-bottom, 16px)); border-right: 0; border-bottom: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .modal-head h2 { font-size: clamp(44px, 12vw, 68px); }
  .modal-head p { margin-bottom: 22px; font-size: 13px; }
  /* iOS zoom engelle: input font-size 16px altında zoom olur */
  .application-modal input, .application-modal textarea { font-size: 16px; }
  .application-modal .field-grid { grid-template-columns: 1fr; gap: 16px; }
  .radio-options { grid-template-columns: 1fr 1fr; }
  .survey-radio-group { margin-bottom: 18px; }
  footer { grid-template-columns: 1fr; gap: 20px; padding: 35px 6vw 24px; }
  footer nav { justify-content: flex-start; flex-wrap: wrap; gap: 18px 23px; }
  footer small { grid-column: 1; }
}

@media (max-width: 420px) {
  .hero { min-height: 735px; }
  .hero h1 { font-size: 15vw; }
  .promo-line strong { font-size: 37px; }
  .promo-line > div { padding-right: 14px; margin-right: 14px; }
  .hero-copy > p { max-width: 260px; }
  /* Çok küçük ekranlarda radio tek sütun */
  .radio-options { grid-template-columns: 1fr; }
  /* Modal padding azalt */
  .application-modal { padding-left: 16px; padding-right: 16px; }
}

/* ── Radio button survey stiller ── */
.survey-radio-group {
  border: none;
  padding: 0;
  margin: 0 0 24px;
}
.survey-radio-group legend {
  display: block;
  font-size: 14px;
  color: var(--text-2, #888);
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 1.5;
}
.radio-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border: 1.5px solid rgba(255,255,255,.12);
  cursor: pointer;
  transition: border-color .15s, background .15s;
  background: rgba(255,255,255,.03);
}
.radio-option:hover {
  border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.06);
}
.radio-option--selected {
  border-color: var(--gold, #c9a84c);
  background: rgba(201,168,76,.08);
}
.radio-option input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid rgba(255,255,255,.3);
  border-radius: 50%;
  flex-shrink: 0;
  transition: border-color .15s;
  position: relative;
}
.radio-option input[type="radio"]:checked {
  border-color: var(--gold, #c9a84c);
  background: var(--gold, #c9a84c);
  box-shadow: inset 0 0 0 3px #080808;
}
.radio-option input[type="radio"]:focus-visible {
  outline: 2px solid var(--gold, #c9a84c);
  outline-offset: 2px;
}
.radio-option span {
  font-size: 14px;
  line-height: 1.35;
  color: var(--text, #eee);
}
@media (max-width: 420px) {
  .radio-options { grid-template-columns: 1fr; }
}

/* ── Sticky CTA Bar ── */
.sticky-cta {
  position: fixed;
  z-index: 40;
  bottom: 0; left: 0; right: 0;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 5.2vw 0 0;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  background: #0a0a0a;
  border-top: 1px solid rgba(215,169,54,.4);
  box-shadow: 0 -8px 40px rgba(0,0,0,.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateY(100%);
  transition: transform .4s cubic-bezier(.22,1,.36,1);
  pointer-events: none;
  overflow: hidden;
}
.sticky-cta.sticky-cta--visible {
  transform: translateY(0);
  pointer-events: auto;
}
body.modal-open .sticky-cta {
  pointer-events: none !important;
  transform: translateY(100%) !important;
}

/* Altın görseli — sola yaslanmış, taşan */
.sticky-gold-img {
  flex: 0 0 auto;
  width: 88px;
  height: 88px;
  object-fit: contain;
  object-position: center bottom;
  margin-right: 18px;
  filter: drop-shadow(0 0 14px rgba(215,169,54,.45));
  transform: translateY(6px) rotate(-8deg);
  transition: transform .4s cubic-bezier(.22,1,.36,1);
}
.sticky-cta.sticky-cta--visible .sticky-gold-img {
  transform: translateY(4px) rotate(-6deg);
}

/* Orta içerik */
.sticky-cta-inner {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
}

/* Yanıp sönen bildirim rozeti */
.sticky-badge {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1.5px solid var(--gold);
  background: rgba(215,169,54,.1);
}
.sticky-badge-label {
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--gold);
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
/* Yanıp sönen halka — bildirim etkisi */
.sticky-pulse {
  position: absolute;
  top: -6px; right: -6px;
  width: 13px; height: 13px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(215,169,54,.7);
  animation: sticky-ping 1.8s ease-out infinite;
}
.sticky-pulse::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #fff8e1;
}
@keyframes sticky-ping {
  0%   { box-shadow: 0 0 0 0 rgba(215,169,54,.75); }
  60%  { box-shadow: 0 0 0 9px rgba(215,169,54,0); }
  100% { box-shadow: 0 0 0 0 rgba(215,169,54,0); }
}

/* Metin */
.sticky-cta-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.sticky-cta-text strong {
  color: var(--text);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1;
}
.sticky-cta-text strong em {
  color: var(--gold);
  font-style: normal;
}
.sticky-cta-text span {
  color: #888;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Buton */
.sticky-cta-btn {
  flex-shrink: 0;
  min-width: 210px;
  animation: sticky-btn-pulse 2.6s ease-in-out infinite;
}
@keyframes sticky-btn-pulse {
  0%, 100% { box-shadow: inset 0 0 0 2px rgba(0,0,0,.16), inset 0 -5px 0 rgba(87,57,0,.2), 0 4px 0 #755817, 0 0 0 0 rgba(215,169,54,0); }
  50%       { box-shadow: inset 0 0 0 2px rgba(0,0,0,.16), inset 0 -5px 0 rgba(87,57,0,.2), 0 4px 0 #755817, 0 0 18px 4px rgba(215,169,54,.35); }
}

@media (max-width: 640px) {
  .sticky-cta { padding-right: 4vw; padding-bottom: env(safe-area-inset-bottom, 0px); }
  .sticky-gold-img { width: 68px; height: 68px; margin-right: 10px; }
  .sticky-cta-inner { gap: 10px; padding: 12px 0; }
  .sticky-badge { width: 38px; height: 38px; }
  .sticky-cta-text strong { font-size: 16px; }
  .sticky-cta-btn { min-width: 0; padding: 14px 16px; }
}
@media (max-width: 420px) {
  .sticky-gold-img { display: none; }
  .sticky-cta { padding: 0 4vw; padding-bottom: env(safe-area-inset-bottom, 0px); }
  .sticky-cta-inner { gap: 10px; }
  .sticky-cta-btn { min-width: 130px; font-size: 12px; letter-spacing: .06em; }
}
