:root {
  --paper: #ecdfc7;
  --soft: #f4efe4;
  --ink: #171310;
  --red: #d8261c;
  --muted: #665b49;
  --body: #4a443c;
  --white: #ffffff;
  --preview: #fffdf9;
  --display: "Solway", Georgia, serif;
  --sans: "DM Sans", sans-serif;
  --mono: "JetBrains Mono", monospace;
  --page: 1180px;
  --line: rgba(20, 17, 15, .14);
  --shadow: 0 20px 44px rgba(20, 17, 15, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.55; letter-spacing: -.01em; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.page { width: min(var(--page), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 780px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: var(--ink); color: var(--paper); padding: 10px 16px; }
.skip-link:focus { top: 12px; }

.nav { position: sticky; z-index: 20; top: 0; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(236, 223, 199, .9); backdrop-filter: blur(14px); }
.brand { color: var(--red); font-family: var(--display); font-size: 22px; font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; }
.nav-links > a:hover { color: var(--ink); }

.fold { padding-block: 80px; border-top: 1px solid rgba(20, 17, 15, .12); }
.surface { background: var(--soft); }
.dark-section { width: calc(100% - clamp(20px, 4vw, 52px)); margin-inline: auto; border: 0; border-radius: 30px; background: var(--ink); color: var(--paper); }
.dark-section p { color: rgba(244, 239, 230, .72); }
.section-head { max-width: 880px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 { margin-bottom: 18px; color: var(--red); font-size: clamp(38px, 5.2vw, 76px); font-weight: 500; line-height: .9; letter-spacing: -.055em; }
h1 span { color: var(--ink); }
.hero-title-red { color: var(--red); white-space: nowrap; }
.hero-title-black { color: var(--ink); }
h2 { margin-bottom: 20px; font-size: clamp(38px, 5.4vw, 66px); font-weight: 500; line-height: 1; letter-spacing: -.035em; }
h3 { margin-bottom: 10px; font-size: 24px; line-height: 1.1; letter-spacing: -.025em; }
p { color: var(--body); }
.lead { max-width: 60ch; font-size: 19px; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 14px; color: var(--muted); font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: "▸"; color: var(--red); }
.eyebrow::after { width: 7px; height: 13px; background: var(--red); content: ""; animation: blink 1.05s steps(1) infinite; }
.eyebrow.light { color: rgba(244, 239, 230, .66); }

.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; border: 0; border-radius: 8px; background: var(--red); box-shadow: 0 14px 30px rgba(216, 38, 28, .32); color: var(--white); font-family: var(--sans); font-size: 15px; font-weight: 800; padding: 16px 26px; text-align: center; transition: transform .15s, box-shadow .15s; }
.button:hover { box-shadow: 0 20px 40px rgba(216, 38, 28, .42); transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
.button-small { min-height: 40px; padding: 9px 16px; font-size: 13px; }
.button-ghost { border: 1px solid var(--ink); background: transparent; box-shadow: none; color: var(--ink); }
.button-on-red { background: var(--white); box-shadow: 0 14px 30px rgba(0, 0, 0, .2); color: var(--ink); }

.reveal { opacity: 1; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s cubic-bezier(.22, 1, .36, 1); }
.js .reveal.in { opacity: 1; transform: none; }
@keyframes blink { 0%, 50% { opacity: 1; } 50.01%, 100% { opacity: 0; } }

.hero { position: relative; min-height: 720px; padding-top: 34px; border-top: 0; }
.hero-copy { position: relative; z-index: 2; max-width: 62%; }
.kick { display: inline-flex; margin-bottom: 15px; border: 1px solid rgba(216, 38, 28, .4); border-radius: 999px; background: rgba(216, 38, 28, .06); color: var(--red); font-family: var(--mono); font-size: 11px; letter-spacing: .13em; padding: 7px 13px; text-transform: uppercase; }
.typing-line { min-height: 42px; margin: -2px 0 14px; color: var(--ink); font-family: var(--display); font-size: clamp(22px, 2.4vw, 34px); font-weight: 700; }
.typing-cursor { display: inline-block; width: .05em; min-width: 5px; height: .8em; margin-left: 10px; background: var(--ink); animation: blink 1.05s steps(1) infinite; transform: translateY(.02em); }
.profanity { color: var(--ink); font-style: italic; font-weight: 400; }
.promise { max-width: 54ch; }
.hero-copy > p { max-width: 56ch; margin-bottom: 11px; font-size: 16px; line-height: 1.42; }
.hero-copy > .promise { max-width: 36ch; color: var(--ink); font-size: clamp(22px, 2.5vw, 32px); line-height: 1.08; }
.hero-copy > .co-build { max-width: 48ch; color: var(--ink); font-size: 18px; line-height: 1.35; }
.event-meta { margin-top: 18px; color: var(--ink); font-family: var(--mono); font-size: 12px !important; font-weight: 700; text-transform: uppercase; }
.hero-actions { margin-block: 16px; }
.hero-visual { position: absolute; z-index: 1; right: -2%; bottom: 34px; width: min(48vw, 620px); aspect-ratio: 1; overflow: hidden; perspective: 1100px; pointer-events: none; }
.hero-person { position: absolute; inset: -4% -7% -10%; display: block; transform-origin: 50% 54%; transform-style: preserve-3d; animation: hero-axis-turn 6.8s ease-in-out infinite; will-change: transform; }
.hero-person img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 22px 24px rgba(20, 17, 15, .16)); }
.hero-seal { position: absolute; left: 6%; right: 5%; bottom: 2%; z-index: 3; margin: 0; border: 1px solid rgba(216, 38, 28, .32); border-radius: 18px; background: rgba(255, 253, 249, .88); box-shadow: 0 18px 36px rgba(20, 17, 15, .18); color: var(--ink); font-family: var(--display); font-size: clamp(18px, 2vw, 28px); font-weight: 800; line-height: 1.08; padding: 16px 18px; text-align: center; backdrop-filter: blur(12px); }
@keyframes hero-axis-turn {
  0%, 100% { transform: rotateY(-15deg); }
  50% { transform: rotateY(15deg); }
}
.asset-file { display: block; margin-top: 6px; color: var(--muted); font-family: var(--mono); font-size: 10px; text-align: center; }
.social-counter { margin-top: 18px; color: var(--muted); font-size: 13px; }
.social-counter strong { color: var(--red); font-family: var(--display); font-size: 25px; }
.social-counter.inverse { color: rgba(244, 239, 230, .68); }
.seat-meter { max-width: 460px; margin-top: 12px; }
.seat-row { display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .05em; }
.seat-row strong { color: var(--red); }
.seat-track { height: 8px; margin-top: 8px; overflow: hidden; border-radius: 999px; background: rgba(20, 17, 15, .12); }
.seat-fill { display: block; width: 60%; height: 100%; border-radius: inherit; background: var(--red); box-shadow: 0 0 18px rgba(216, 38, 28, .32); }

.asset { min-height: 130px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(20, 17, 15, .12); border-radius: 16px; background: var(--preview); color: var(--muted); font-family: var(--mono); font-size: 11px; letter-spacing: .08em; padding: 20px; text-align: center; }
.asset { position: relative; }
.asset-wide { min-height: 360px; padding: 0; overflow: hidden; }
.asset-wide img { width: 100%; height: 100%; object-fit: contain; }
.caption { margin: 18px auto 0; max-width: 84ch; color: var(--muted); font-size: 14px; font-style: italic; }
.trajectory { margin-top: 44px; }

.signature-definition { margin: 34px 0; border-radius: 24px; background: var(--red); box-shadow: 0 30px 70px rgba(216, 38, 28, .25); color: var(--white); font-family: var(--display); font-size: clamp(30px, 4.5vw, 55px); font-weight: 700; line-height: 1.05; padding: clamp(30px, 5vw, 58px); }
.marquee { width: 100vw; margin: 76px 0 -80px calc(50% - 50vw); overflow: hidden; border-block: 1px solid rgba(20, 17, 15, .12); background: var(--soft); padding-block: 15px; }
.marquee-track { display: inline-flex; min-width: max-content; align-items: center; white-space: nowrap; animation: marquee-scroll 54s linear infinite; will-change: transform; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee span { padding-inline: clamp(24px, 3vw, 52px); color: var(--muted); font-family: var(--mono); font-size: 13px; text-transform: uppercase; }
.marquee b { color: var(--red); }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.contrast-grid, .split, .ticket-grid, .authority-grid, .faq-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: center; }
.contrast-grid { margin-top: 52px; align-items: stretch; }
.contrast-card { border: 1px solid var(--line); border-radius: 22px; background: var(--soft); padding: 30px; }
.dark-card { background: var(--ink); color: var(--paper); }
.dark-card p, .dark-card li { color: rgba(244, 239, 230, .74); }
.dark-card blockquote { margin: 28px 0 0; color: var(--white); font-family: var(--display); font-size: 26px; }
.clean-list { list-style: none; margin: 20px 0; padding: 0; }
.clean-list li { border-top: 1px solid rgba(20, 17, 15, .12); padding-block: 12px; }
.dark-card .clean-list li, .ticket-vip .clean-list li { border-color: rgba(244, 239, 230, .15); }
.clean-list li::before { margin-right: 9px; color: var(--red); content: "✓"; font-weight: 800; }
.muted { opacity: .62; }

.dark-panel { margin-top: 52px; border-radius: 30px; background: var(--ink); padding: clamp(34px, 6vw, 70px); }
.platform-split-panel { display: grid; grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr); gap: clamp(26px, 4vw, 56px); align-items: center; overflow: hidden; }
.platform-proof-copy { color: var(--paper); }
.platform-proof-copy .eyebrow { color: var(--red); }
.platform-proof-copy h3 { margin: 14px 0 18px; color: var(--white); font-family: var(--display); font-size: clamp(34px, 4vw, 58px); line-height: .98; }
.platform-proof-copy p { color: rgba(244, 239, 230, .74); font-size: clamp(17px, 1.35vw, 21px); }
.platform-value-list { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.platform-value-list li { border: 1px solid rgba(244, 239, 230, .14); border-radius: 16px; background: rgba(244, 239, 230, .05); padding: 16px 18px; }
.platform-value-list strong { display: block; color: var(--white); font-family: var(--display); font-size: 22px; line-height: 1; }
.platform-value-list span { display: block; margin-top: 6px; color: rgba(244, 239, 230, .62); font-size: 14px; line-height: 1.35; }
.mechanism { position: relative; min-height: 380px; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid rgba(244, 239, 230, .2); border-radius: 22px; background: rgba(244, 239, 230, .04); color: var(--paper); flex-direction: column; padding: 38px; }
.mechanism::before { position: absolute; width: 440px; height: 440px; border: 1px solid rgba(216, 38, 28, .25); border-radius: 50%; content: ""; }
.mechanism > strong { position: relative; z-index: 2; color: var(--red); font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.quadrant-center { position: relative; z-index: 3; display: grid; place-items: center; width: min(250px, 70vw); min-height: 118px; margin-top: 18px; border: 1px solid rgba(216, 38, 28, .45); border-radius: 999px; background: var(--red); box-shadow: 0 24px 48px rgba(216, 38, 28, .22); color: var(--white); font-family: var(--display); font-size: clamp(22px, 3vw, 36px); font-weight: 800; line-height: 1; text-align: center; }
.quadrants { width: min(720px, 100%); display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.quadrants span { position: relative; z-index: 2; border: 1px solid rgba(244, 239, 230, .18); border-radius: 14px; background: rgba(23, 19, 16, .82); color: var(--paper); padding: 20px; }
.quadrant-card b { display: block; color: var(--white); font-family: var(--display); font-size: 24px; line-height: 1; }
.quadrant-card small { display: block; margin-top: 10px; color: rgba(244, 239, 230, .68); font-size: 14px; line-height: 1.35; }
.platform-laptop-visual { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(244, 239, 230, .18); border-radius: 24px; background: #140f0d; box-shadow: 0 34px 90px rgba(0, 0, 0, .34); }
.platform-laptop-visual::before { position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, rgba(244, 239, 230, .13), transparent 38%, rgba(216, 38, 28, .15)); content: ""; pointer-events: none; mix-blend-mode: screen; }
.platform-laptop-visual img { display: block; width: 100%; max-height: 780px; object-fit: cover; object-position: center; }
.platform-laptop-visual figcaption { position: absolute; right: clamp(16px, 3vw, 34px); bottom: clamp(16px, 3vw, 30px); z-index: 2; max-width: 430px; border: 1px solid rgba(244, 239, 230, .18); border-radius: 16px; background: rgba(20, 17, 15, .78); backdrop-filter: blur(12px); color: rgba(244, 239, 230, .86); font-size: 14px; line-height: 1.45; padding: 16px 18px; }
.value-copy-list { max-width: 760px; margin: 12px 0 20px; padding: 0; list-style: none; }
.value-copy-list li { position: relative; margin: 8px 0; padding-left: 22px; color: var(--body); }
.value-copy-list li::before { position: absolute; left: 0; color: var(--red); content: "▸"; font-weight: 800; }
.asset-interface { min-height: 330px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 22px; background: var(--preview); box-shadow: var(--shadow); color: var(--ink); padding: 32px; }
.asset-interface span { min-height: 116px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); font-family: var(--mono); font-size: 12px; font-weight: 700; padding: 18px; text-align: center; }
.asset-interface b { color: var(--red); font-size: 28px; }
.red-statement { color: var(--red); font-family: var(--display); font-size: 28px; font-weight: 700; }
.dark-interface { min-height: 240px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 44px; border: 1px solid rgba(244, 239, 230, .16); border-radius: 22px; background: rgba(244, 239, 230, .04); color: var(--paper); padding: 34px; }
.dark-interface span { border: 1px solid rgba(244, 239, 230, .16); border-radius: 999px; padding: 9px 14px; }
.dark-interface b { color: rgba(244, 239, 230, .34); font-size: 28px; }
.dark-interface strong { border-radius: 999px; background: var(--red); color: var(--white); padding: 12px 18px; }
.dark-comparison { display: grid; gap: 18px; margin-top: 44px; border: 1px solid rgba(244, 239, 230, .16); border-radius: 24px; background: radial-gradient(circle at 82% 18%, rgba(216, 38, 28, .22), transparent 34%), rgba(244, 239, 230, .04); color: var(--paper); padding: clamp(24px, 4vw, 42px); }
.comparison-label { display: inline-flex; width: fit-content; align-items: center; gap: 10px; margin: 0 0 -4px; border: 1px solid rgba(244, 239, 230, .16); border-radius: 999px; background: rgba(244, 239, 230, .06); color: rgba(244, 239, 230, .72); font-family: var(--mono); font-size: 12px; font-weight: 800; letter-spacing: .09em; padding: 9px 14px; text-transform: uppercase; }
.comparison-label::before { width: 8px; height: 8px; border-radius: 50%; background: rgba(244, 239, 230, .36); content: ""; }
.comparison-label-positive { margin-top: 26px; border-color: rgba(216, 38, 28, .38); background: rgba(216, 38, 28, .12); color: var(--paper); }
.comparison-label-positive::before { background: var(--red); box-shadow: 0 0 0 5px rgba(216, 38, 28, .16); }
.comparison-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; gap: 34px; }
.comparison-row > span, .comparison-row > strong { position: relative; min-height: 74px; display: grid; place-items: center; border-radius: 999px; font-family: var(--mono); font-size: clamp(11px, 1.25vw, 17px); font-weight: 800; letter-spacing: -.03em; line-height: 1.05; padding: 14px 18px; text-align: center; text-transform: uppercase; }
.comparison-row > span { border: 1px solid rgba(244, 239, 230, .18); color: rgba(244, 239, 230, .86); }
.comparison-row > strong { background: var(--red); box-shadow: 0 18px 36px rgba(216, 38, 28, .22); color: var(--white); font-family: var(--sans); }
.comparison-row > span:not(:last-of-type)::after, .comparison-row > span:last-of-type::after { position: absolute; right: -29px; top: 50%; color: rgba(244, 239, 230, .36); content: "→"; font-family: var(--sans); font-size: 28px; font-weight: 800; transform: translateY(-50%); }
.comparison-row.stuck { opacity: .74; }
.comparison-row.stuck > strong { background: rgba(244, 239, 230, .12); box-shadow: inset 0 0 0 1px rgba(244, 239, 230, .18); color: rgba(244, 239, 230, .84); }
.comparison-row.selling > span { background: rgba(244, 239, 230, .06); }
.comparison-row.selling > strong { transform: scale(1.03); }

.professions-layout { grid-template-columns: 55fr 45fr; }
.profession-window { position: relative; height: 390px; overflow: hidden; }
.profession-window::before, .profession-window::after { position: absolute; z-index: 2; right: 0; left: 0; height: 90px; content: ""; pointer-events: none; }
.profession-window::before { top: 0; background: linear-gradient(var(--paper), transparent); }
.profession-window::after { bottom: 0; background: linear-gradient(transparent, var(--paper)); }
.profession-track { display: flex; flex-direction: column; animation: professions-scroll 30s linear infinite; }
.profession-track span { border-bottom: 1px solid var(--line); color: var(--ink); font-family: var(--display); font-size: 28px; padding: 15px 8px; }
.profession-window:hover .profession-track { animation-play-state: paused; }
@keyframes professions-scroll { to { transform: translateY(-50%); } }

.signals-grid, .requirements-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 52px; }
.signal, .requirement { min-height: 160px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); padding: 24px; transition: transform .18s, box-shadow .18s; }
.signal:hover, .requirement:hover { box-shadow: 0 18px 40px rgba(20, 17, 15, .1); transform: translateY(-4px); }
.signal b, .requirement b { color: var(--red); font-family: var(--display); font-size: 30px; }

.terminal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 52px; }
.terminal-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--soft); padding: 0 22px 24px; transition: transform .18s, box-shadow .18s; }
.terminal-card:hover { box-shadow: 0 26px 54px rgba(20, 17, 15, .16); transform: translateY(-5px); }
.terminal-bar { margin-inline: -22px; margin-bottom: 20px; border-bottom: 1px solid var(--line); background: rgba(20, 17, 15, .03); color: var(--red); font-size: 10px; letter-spacing: 4px; padding: 10px 14px; }
.terminal-card > b { color: var(--red); font-family: var(--display); font-size: 44px; }
.product-ecosystem { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 38px; }
.visual-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--preview); box-shadow: 0 18px 44px rgba(20, 17, 15, .1); }
.notion-board { grid-column: 1 / -1; min-height: 340px; }
.visual-window-bar { height: 42px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--line); background: var(--soft); padding: 0 14px; }
.visual-window-bar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(20, 17, 15, .18); }
.visual-window-bar i:first-child { background: var(--red); }
.visual-window-bar span { margin-left: auto; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.notion-layout { min-height: 298px; display: grid; grid-template-columns: 210px 1fr; }
.notion-layout aside { display: flex; flex-direction: column; gap: 4px; border-right: 1px solid var(--line); background: rgba(236, 223, 199, .42); padding: 24px 18px; }
.notion-layout aside b { margin-bottom: 12px; font-family: var(--display); }
.notion-layout aside span { border-radius: 7px; color: var(--muted); font-size: 13px; padding: 7px 9px; }
.notion-layout aside span:nth-child(4) { background: var(--paper); color: var(--ink); font-weight: 700; }
.notion-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 5vw, 62px); }
.notion-content small, .visual-card small { color: var(--red); font-family: var(--mono); font-size: 10px; letter-spacing: .11em; }
.notion-content strong { margin: 8px 0; font-family: var(--display); font-size: clamp(30px, 4vw, 52px); line-height: 1; }
.notion-content p { max-width: 48ch; margin: 16px 0 0; }
.platform-preview { min-height: 298px; background: var(--preview); padding: clamp(20px, 3vw, 34px); }
.platform-header { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.platform-header small { color: var(--red); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; }
.platform-header strong { font-family: var(--display); font-size: clamp(28px, 3vw, 42px); line-height: 1; }
.platform-header span { color: var(--muted); font-size: 13px; }
.platform-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.platform-card { position: relative; overflow: hidden; min-height: 230px; border: 1px solid rgba(20, 17, 15, .12); border-radius: 14px; background: var(--white); box-shadow: 0 16px 32px rgba(20, 17, 15, .08); }
.platform-cover { height: 118px; border-bottom: 1px solid rgba(20, 17, 15, .1); background: linear-gradient(135deg, #231914, #d8261c); }
.platform-cover::after { display: block; width: 100%; height: 100%; background: radial-gradient(circle at 18% 24%, rgba(255,255,255,.38), transparent 22%), radial-gradient(circle at 74% 42%, rgba(216,38,28,.36), transparent 32%), linear-gradient(135deg, transparent, rgba(0,0,0,.32)); content: ""; }
.platform-card h3 { margin: 16px 18px 10px; color: var(--ink); font-family: var(--sans); font-size: 16px; font-weight: 800; line-height: 1.2; }
.platform-card p { margin: 0 18px 8px; color: var(--muted); font-size: 13px; }
.platform-card p::before { margin-right: 7px; color: var(--red); content: "☑"; }
.platform-card > span { position: absolute; right: 16px; bottom: 12px; color: rgba(20, 17, 15, .42); font-family: var(--mono); font-size: 13px; }
.platform-cover-author .platform-cover { background: linear-gradient(135deg, #211611, #6f3826 48%, #ead3b6); }
.platform-cover-market .platform-cover { background: linear-gradient(135deg, #201610, #5b3026 46%, #b68e49); }
.platform-cover-persona .platform-cover { background: linear-gradient(135deg, #20332c, #70754d 52%, #d7c49b); }
.platform-cover-value .platform-cover { background: linear-gradient(135deg, #35120f, #d8261c 48%, #e7a25f); }
.platform-cover-method .platform-cover { background: linear-gradient(135deg, #171310, #717c6a 48%, #e7dec8); }
.platform-cover-product .platform-cover { background: linear-gradient(135deg, #4e1d13, #d8261c 52%, #ecdfc7); }
.progress-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.progress-row span { height: 7px; border-radius: 999px; background: rgba(20, 17, 15, .1); }
.progress-row span:nth-child(-n+3) { background: var(--red); }
.agent-card, .prompt-card, .funnel-card { min-height: 190px; display: flex; align-items: center; gap: 16px; padding: 24px; }
.agent-card p, .prompt-card p { margin: 6px 0 0; font-size: 14px; }
.agent-card strong, .prompt-card strong, .funnel-card > strong { display: block; font-family: var(--display); font-size: 23px; }
.visual-icon, .prompt-mark { flex: 0 0 56px; height: 56px; display: grid; place-items: center; border-radius: 16px; background: var(--ink); color: var(--paper); font-family: var(--mono); font-weight: 800; }
.prompt-mark { background: var(--red); font-size: 28px; }
.funnel-card { align-items: stretch; flex-direction: column; justify-content: center; }
.funnel-flow { display: flex; align-items: center; gap: 6px; margin-top: 10px; }
.funnel-flow span { border: 1px solid var(--line); border-radius: 999px; font-family: var(--mono); font-size: 8px; padding: 6px 8px; }
.funnel-flow b { color: var(--red); }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 36px; border-radius: 24px; background: var(--red); box-shadow: 0 30px 70px rgba(216, 38, 28, .3); color: var(--white); padding: clamp(28px, 4vw, 44px); }
.cta-band h3, .cta-band p { margin-bottom: 5px; color: var(--white); }

.stats { display: flex; flex-wrap: wrap; gap: clamp(28px, 5vw, 56px); margin-top: 46px; }
.stats div { max-width: 220px; }
.stats strong { display: block; color: var(--red); font-family: var(--display); font-size: clamp(40px, 6vw, 64px); line-height: 1; }
.stats span { color: var(--muted); font-size: 14px; }
.proof-grid, .deliverables-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.proof-placeholder { position: relative; min-height: 260px; display: flex; align-items: flex-start; justify-content: flex-end; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--preview); box-shadow: 0 26px 58px rgba(20, 17, 15, .12); padding: 26px; transition: transform .2s; }
.proof-placeholder::before { position: absolute; top: 26px; right: 26px; left: 26px; height: 92px; border-radius: 12px; background: repeating-linear-gradient(180deg, rgba(20, 17, 15, .08) 0 8px, transparent 8px 20px); content: ""; }
.proof-placeholder:hover { transform: translateY(-5px); }
.proof-placeholder > span { color: var(--red); font-family: var(--display); font-size: 34px; }
.proof-placeholder > strong { font-family: var(--display); font-size: 22px; }
.proof-placeholder > small { color: var(--muted); font-family: var(--mono); }
.testimonial-proof { min-height: 0; display: block; padding: 0; }
.testimonial-proof::before { display: none; }
.testimonial-proof h3 { margin: 0; border-bottom: 1px solid var(--line); background: var(--preview); color: var(--ink); font-family: var(--sans); font-size: clamp(17px, 1.8vw, 24px); font-weight: 800; line-height: 1.12; padding: 20px; }
.testimonial-proof img { width: 100%; min-height: 260px; object-fit: cover; }
.dark-section h2 em { color: var(--red); font-style: normal; }
.document-preview { position: relative; min-height: 190px; overflow: hidden; border: 1px solid rgba(244, 239, 230, .18); border-radius: 16px; background: var(--preview); color: var(--ink); padding: 24px; transition: transform .18s; }
.document-preview:hover { transform: translateY(-5px); }
.document-preview > span { position: absolute; right: 18px; top: 12px; color: rgba(216, 38, 28, .16); font-family: var(--display); font-size: 62px; line-height: 1; }
.document-preview small { display: block; margin-bottom: 12px; color: var(--red); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.document-preview strong { position: relative; display: block; margin-bottom: 28px; font-family: var(--display); font-size: 22px; line-height: 1.05; }
.document-preview i { display: block; width: 84%; height: 6px; margin-top: 8px; border-radius: 999px; background: rgba(20, 17, 15, .1); }
.document-preview i:last-child { width: 54%; }

.value-list { margin-top: 42px; }
.value-list > div { display: grid; grid-template-columns: 1fr auto; gap: 24px; border-top: 1px solid var(--line); padding-block: 20px; }
.value-list strong { font-family: var(--display); font-size: 26px; }
.value-total { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-top: 40px; border-top: 2px solid var(--ink); padding-top: 28px; }
.value-total strong { color: var(--red); font-family: var(--display); font-size: clamp(52px, 8vw, 88px); line-height: .9; }

.ticket-grid { margin-top: 58px; align-items: stretch; }
.ticket { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: var(--soft); padding: 30px; }
.ticket-vip { margin-top: -12px; background: var(--ink); box-shadow: 0 30px 70px rgba(20, 17, 15, .22); color: var(--paper); }
.ticket-vip h3, .ticket-vip p, .ticket-vip li { color: var(--paper); }
.ticket h3 { font-size: clamp(38px, 5vw, 60px); }
.ticket h3 small { display: block; margin-top: 10px; color: var(--muted); font-family: var(--sans); font-size: 14px; }
.ticket-vip h3 small { color: rgba(244, 239, 230, .64); }
.ticket-label { display: inline-block; color: var(--red); font-family: var(--mono); font-size: clamp(16px, 1.6vw, 24px); font-weight: 800; letter-spacing: .08em; line-height: 1.1; }
.vip-price-wrap { display: grid; margin: 18px 0 20px; border-radius: 22px; background: var(--red); box-shadow: 0 24px 48px rgba(216, 38, 28, .32); color: var(--white); padding: clamp(18px, 3vw, 30px); }
.vip-price { display: block; font-family: var(--display); font-size: clamp(72px, 9vw, 126px); font-weight: 800; line-height: .78; letter-spacing: -.08em; }
.vip-price-wrap small { margin-top: 14px; color: rgba(255,255,255,.82); font-family: var(--mono); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ticket .button { margin-top: auto; }
.vip-visual-stack { position: relative; min-height: 250px; margin: 18px 0 26px; overflow: hidden; border: 1px solid rgba(244, 239, 230, .16); border-radius: 18px; background: rgba(244, 239, 230, .05); }
.stack-screen { position: absolute; top: 34px; left: 26px; width: 60%; min-height: 170px; border-radius: 13px; background: var(--preview); box-shadow: 0 22px 38px rgba(0, 0, 0, .25); color: var(--ink); padding: 22px; transform: rotate(-3deg); }
.stack-screen small { color: var(--red); font-family: var(--mono); font-size: 8px; }
.stack-screen strong { display: block; margin: 8px 0 18px; font-family: var(--display); font-size: 20px; }
.stack-screen span { display: block; width: 86%; height: 6px; margin-top: 8px; border-radius: 999px; background: rgba(20, 17, 15, .1); }
.stack-chip { position: absolute; right: 20px; bottom: 28px; width: 104px; border-radius: 13px; background: var(--red); box-shadow: 0 16px 28px rgba(0, 0, 0, .28); color: var(--white); font-family: var(--mono); font-size: 11px; font-weight: 800; padding: 18px; transform: rotate(6deg); }
.stack-chip-alt { right: 38px; bottom: 104px; background: var(--paper); color: var(--ink); transform: rotate(-4deg); }
.stack-badge { position: absolute; z-index: 2; top: 16px; right: 14px; width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 2px var(--red), 0 14px 28px rgba(0, 0, 0, .3); color: var(--paper); font-family: var(--display); font-weight: 800; line-height: .85; text-align: center; }
.stack-badge small { font-family: var(--mono); font-size: 7px; }
.ticket-note { margin-top: auto; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; padding-top: 18px; }
.dark-meter .seat-row { color: rgba(244, 239, 230, .6); }
.dark-meter .seat-track { background: rgba(244, 239, 230, .14); }
.dark-meter { margin-bottom: 24px; }

.reassurance { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); padding: 20px 26px; }
.reassurance span::before { margin-right: 8px; color: var(--red); content: "▸"; }
.guarantee-panel { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; border-radius: 30px; background: var(--ink); box-shadow: 0 40px 90px rgba(20, 17, 15, .25); color: var(--paper); padding: clamp(30px, 5vw, 58px); }
.guarantee-panel h2 { font-size: clamp(32px, 4vw, 48px); }
.guarantee-panel p { margin-bottom: 0; color: rgba(244, 239, 230, .74); }
.seal { width: 100px; min-height: 100px; display: grid; place-items: center; border: 2px solid var(--red); border-radius: 50%; background: transparent; color: var(--red); font-family: var(--mono); font-size: 11px; font-weight: 800; line-height: 1; text-align: center; transform: rotate(-7deg); }
.seal span { display: block; font-family: var(--display); font-size: 24px; }
.risk-shield { position: relative; width: 132px; min-height: 152px; display: grid; place-items: center; background: radial-gradient(circle at 50% 20%, rgba(255,255,255,.18), transparent 34%), var(--red); clip-path: polygon(50% 0, 91% 15%, 85% 70%, 50% 100%, 15% 70%, 9% 15%); box-shadow: 0 22px 44px rgba(216, 38, 28, .28); color: var(--white); font-family: var(--mono); font-size: 12px; font-weight: 900; line-height: .95; text-align: center; }
.risk-shield::before { position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,.38); clip-path: inherit; content: ""; }
.risk-shield span, .risk-shield strong { position: relative; z-index: 1; display: block; }
.risk-shield span { font-family: var(--display); font-size: 40px; line-height: .8; }
.risk-shield strong { margin-top: -28px; letter-spacing: .08em; }

.authority-grid { grid-template-columns: .5fr 1fr; gap: 42px; }
.authority-photo { margin: 0; }
.authority-image { aspect-ratio: 4/5; overflow: hidden; border-radius: 24px; background: var(--soft); box-shadow: 0 26px 60px rgba(20, 17, 15, .2); }
.authority-image img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 34%; }
.authority-photo figcaption { display: flex; align-items: center; gap: 8px; margin-top: 12px; color: var(--muted); font-family: var(--mono); font-size: 11px; text-transform: uppercase; }
.authority-photo figcaption::before { width: 7px; height: 7px; border-radius: 50%; background: var(--red); content: ""; }
.mini-stats { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.mini-stats span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; font-size: 13px; }

.faq-layout { grid-template-columns: 36fr 64fr; align-items: start; }
.accordion details { border-top: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; font-family: var(--display); font-size: 21px; font-weight: 700; padding: 20px 0; }
.accordion summary::after { color: var(--red); content: "+"; font-family: var(--mono); }
.accordion details[open] summary::after { content: "−"; }
.accordion p { max-width: 68ch; padding-bottom: 18px; }

.footer { background: var(--ink); color: rgba(244, 239, 230, .72); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; }
.footer strong { color: var(--paper); font-family: var(--display); font-size: 20px; }
.footer p { color: rgba(244, 239, 230, .62); }
.footer-grid > div:nth-child(2) { display: flex; flex-direction: column; gap: 8px; text-align: right; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .hero { min-height: 660px; }
  .hero-copy { max-width: 68%; }
  .hero-visual { right: -8%; width: 46vw; }
  .terminal-grid { grid-template-columns: repeat(2, 1fr); }
  .signals-grid, .requirements-grid { grid-template-columns: repeat(2, 1fr); }
  .product-ecosystem { grid-template-columns: 1fr 1fr; }
  .notion-board { grid-column: 1 / -1; }
  .platform-gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .nav { min-height: 64px; }
  .nav-links > a { display: none; }
  .fold { padding-block: 60px; }
  .hero { min-height: auto; padding-top: 20px; }
  .hero-copy { max-width: 100%; }
  .page { width: calc(100% - 32px); }
  h1 { max-width: 100%; font-size: clamp(40px, 12vw, 52px); overflow-wrap: break-word; }
  .hero-title-red { white-space: normal; }
  h2 { font-size: clamp(34px, 11vw, 48px); }
  .hero-copy, .hero-copy > * { min-width: 0; max-width: 100%; }
  .hero-visual { position: static; width: 78%; margin: 26px auto 0; }
  .contrast-grid, .split, .ticket-grid, .authority-grid, .faq-layout, .professions-layout { grid-template-columns: 1fr; }
  .platform-split-panel { grid-template-columns: 1fr; gap: 22px; padding: 22px; overflow: hidden; }
  .platform-proof-copy { min-width: 0; overflow-wrap: normal; word-break: normal; }
  .platform-proof-copy h3 { font-size: clamp(30px, 9vw, 40px); line-height: 1.02; }
  .platform-proof-copy p { font-size: 17px; line-height: 1.45; }
  .platform-value-list { gap: 8px; }
  .platform-value-list li { padding: 14px; }
  .platform-value-list strong { font-size: 20px; }
  .platform-laptop-visual { width: 100%; border-radius: 18px; }
  .platform-laptop-visual img { max-height: 460px; object-fit: cover; object-position: center top; }
  .asset-interface { grid-template-columns: 1fr; }
  .comparison-row { grid-template-columns: 1fr; gap: 12px; }
  .comparison-row > span:not(:last-of-type)::after, .comparison-row > span:last-of-type::after { right: auto; top: auto; bottom: -24px; left: 50%; transform: translateX(-50%) rotate(90deg); }
  .comparison-row > span, .comparison-row > strong { min-height: 58px; }
  .comparison-row.selling { margin-top: 14px; }
  .profession-window { height: auto; overflow: visible; }
  .profession-window::before, .profession-window::after { display: none; }
  .profession-track { display: grid; grid-template-columns: 1fr 1fr; animation: none; }
  .profession-track span:nth-child(n+13) { display: none; }
  .profession-track span { font-size: 18px; }
  .signals-grid, .terminal-grid, .requirements-grid, .proof-grid, .deliverables-grid, .product-ecosystem { grid-template-columns: 1fr; }
  .platform-gallery { grid-template-columns: 1fr; }
  .platform-card { min-height: 190px; }
  .platform-cover { height: 92px; }
  .platform-laptop-visual figcaption { position: static; max-width: none; border-width: 1px 0 0; border-radius: 0; background: rgba(244, 239, 230, .06); backdrop-filter: none; }
  .notion-board { grid-column: auto; }
  .notion-layout { grid-template-columns: 1fr; }
  .notion-layout aside { display: none; }
  .notion-content { min-height: 300px; padding: 28px; }
  .agent-card, .prompt-card { min-height: 160px; }
  .cta-band, .value-total { align-items: stretch; flex-direction: column; }
  .value-list > div { grid-template-columns: 1fr; gap: 4px; }
  .ticket-vip { order: -1; margin-top: 0; }
  .guarantee-panel { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:nth-child(2) { text-align: left; }
  .mobile-cta { position: fixed; z-index: 9; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); left: 12px; display: block; transition: opacity .2s, transform .2s; }
  .mobile-cta .button { width: 100%; }
  .mobile-cta.hidden { opacity: 0; pointer-events: none; transform: translateY(16px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .typing-cursor, .eyebrow::after, .marquee-track, .profession-track, .hero-person { animation: none; }
  .hero-person { transform: none; }
  .button, .signal, .requirement, .terminal-card, .proof-placeholder, .document-preview { transition: none; transform: none; }
}

/* Registration Modal Styles */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(23, 19, 16, .72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.modal-dialog {
  position: relative;
  z-index: 1001;
  width: min(500px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 24px 60px rgba(20, 17, 15, .28);
  padding: 36px 32px 32px;
  transform: scale(.95) translateY(10px);
  transition: transform .25s cubic-bezier(.22, 1, .36, 1);
}
.modal-overlay.active .modal-dialog {
  transform: scale(1) translateY(0);
}
.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(20, 17, 15, .15);
  border-radius: 50%;
  background: rgba(255, 253, 249, .6);
  color: var(--ink);
  cursor: pointer;
  transition: background .15s, transform .15s;
}
.modal-close:hover {
  background: var(--white);
  transform: scale(1.06);
}

.modal-header { margin-bottom: 24px; }
.modal-header .kick { margin-bottom: 10px; }
.modal-title { margin-bottom: 8px; color: var(--ink); font-family: var(--display); font-size: 28px; font-weight: 700; line-height: 1.1; }
.modal-subtitle { color: var(--muted); font-size: 15px; margin: 0; }

.modal-form { display: flex; flex-direction: column; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { color: var(--ink); font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: .02em; }

.form-group input,
.form-group select {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(20, 17, 15, .2);
  border-radius: 10px;
  background: var(--preview);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  padding-inline: 14px;
  transition: border-color .15s, box-shadow .15s;
  appearance: none;
  -webkit-appearance: none;
}
.form-group input::placeholder { color: var(--muted); opacity: .7; }
.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(216, 38, 28, .18);
}

.phone-input-group { display: flex; gap: 8px; }
.ddi-select-wrapper { position: relative; min-width: 105px; flex-shrink: 0; }
.ddi-select-wrapper select { padding-right: 24px; cursor: pointer; }

.select-wrapper { position: relative; }
.select-wrapper select { padding-right: 32px; cursor: pointer; }
.select-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
  opacity: .6;
}

.modal-submit-btn { width: 100%; margin-top: 6px; cursor: pointer; position: relative; }
.modal-submit-btn:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

.privacy-msg { display: flex; align-items: center; justify-content: center; gap: 6px; color: var(--muted); font-size: 12px; }

.hidden { display: none !important; }

/* Success State */
.success-state { text-align: center; padding-block: 16px 8px; }
.success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(216, 38, 28, .1);
  color: var(--red);
}
.redirecting-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 13px;
}
.spinner-sm {
  width: 16px;
  height: 16px;
  border: 2px solid var(--muted);
  border-top-color: var(--red);
  border-radius: 50%;
  animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.fallback-link { display: inline-block; margin-top: 16px; color: var(--red); font-size: 13px; text-decoration: underline; }

/* === NEW VIP TICKET SINGLE === */
.ticket-grid-single {
  grid-template-columns: minmax(320px, 460px);
  justify-content: center;
}
.ticket-grid-single .ticket {
  border-color: #d97706; /* Laranja da imagem */
  padding: 32px 24px;
}
.ticket-header-alert {
  text-align: center;
  color: #d97706;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.ticket-vip .seat-meter {
  background: #2a2a2a;
  border: none;
}
.ticket-vip .seat-row span,
.ticket-vip .seat-row strong {
  color: #fff;
}
.ticket-vip .seat-fill {
  background: #d97706;
}
.check-list {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}
.check-list svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #d97706; /* Ícone de check laranja */
  background: #d9770633;
  border-radius: 50%;
  padding: 2px;
}
.pricing-block {
  text-align: center;
  margin: 32px 0 24px;
}
.price-old {
  display: block;
  font-family: var(--sans);
  font-size: 16px;
  color: #888;
  text-decoration: line-through;
  margin-bottom: 4px;
}
.price-main {
  font-family: var(--sans);
  font-size: 42px;
  font-weight: 800;
  color: #d97706;
  line-height: 1.1;
  margin-bottom: 8px;
}
.price-cash {
  display: block;
  font-family: var(--sans);
  font-size: 15px;
  color: #bbb;
}
.button-green {
  background: #10b981;
  color: #fff;
  border: none;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 18px 24px;
  width: 100%;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.3);
  transition: all 0.2s;
}
.button-green:hover {
  background: #059669;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}
.urgency-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  color: #d97706;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.price-comparison {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 24px 0;
  text-align: center;
  font-family: var(--sans);
  font-size: 12px;
  color: #999;
}
.price-comparison .divider {
  width: 1px;
  height: 32px;
  background: #333;
}
.guarantee-box {
  border: 1px solid #333;
  border-radius: 8px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-top: 32px;
  background: #0a0a0a;
}
.guarantee-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #d97706;
  color: #d97706;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guarantee-box strong {
  display: block;
  font-family: var(--display);
  color: #d97706;
  font-size: 18px;
  margin-bottom: 6px;
}
.guarantee-box p {
  font-family: var(--sans);
  font-size: 13px;
  color: #aaa;
  margin: 0;
  line-height: 1.4;
}
.secure-payment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
  font-family: var(--mono);
  font-size: 10px;
  color: #666;
  letter-spacing: 0.5px;
}
.hotmart-brand {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--sans);
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.5px;
}

/* === REGISTRATION MODAL === */
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  cursor: pointer;
}
.modal-content {
  position: relative;
  background: var(--paper);
  width: 90%;
  max-width: 440px;
  border-radius: 12px;
  padding: 40px 32px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
  transform: translateY(20px) scale(0.95);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  color: var(--ink);
}
.modal.active .modal-content {
  transform: translateY(0) scale(1);
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  color: var(--ink);
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: background 0.2s;
}
.modal-close:hover {
  background: rgba(0,0,0,0.05);
}
.modal-state {
  display: flex;
  flex-direction: column;
}
.modal-state.hidden {
  display: none;
}
.modal-badge {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--red);
  background: rgba(216, 38, 28, 0.1);
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.modal-title {
  font-family: var(--display);
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 8px;
  color: var(--ink);
}
.modal-subtitle {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  opacity: 0.8;
  margin: 0 0 24px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}
.form-group input,
.form-group select {
  width: 100%;
  font-family: var(--sans);
  font-size: 15px;
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  transition: border-color 0.2s;
}
.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--red);
}
.phone-input-wrap {
  display: flex;
  gap: 8px;
}
.phone-input-wrap select {
  width: 100px;
  flex-shrink: 0;
}
.modal-submit-btn {
  margin-top: 8px;
  width: 100%;
  padding: 16px;
}
.modal-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #888;
  box-shadow: none;
  transform: none;
}
.modal-privacy {
  text-align: center;
  font-family: var(--sans);
  font-size: 11px;
  color: var(--muted);
  margin-top: 16px;
}
.modal-success-state {
  align-items: center;
  text-align: center;
  padding: 32px 0;
}
.success-icon {
  margin-bottom: 24px;
  animation: scaleIn 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes scaleIn {
  from { transform: scale(0); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
