:root {
  --ink: #080808;
  --paper: #fffdf7;
  --cream: #f2efe6;
  --accent: #ffc400;
  --orange: #ef2b1f;
  --purple: #ef2b1f;
  --line: #d8d3c7;
}

body { background: var(--paper); }
.site-header { position: sticky; top: 0; z-index: 20; height: 78px; color: white; background: rgba(5,5,5,.96); border-color: #262626; backdrop-filter: blur(12px); }
.brand-mark { width: 50px; height: 38px; color: var(--accent); background: var(--orange); font-size: 16px; letter-spacing: -1px; transform: none; clip-path: polygon(8% 0,100% 0,92% 100%,0 100%); }
.brand strong { font-size: 18px; letter-spacing: -.4px; }
.brand small { color: var(--accent); font-size: 8px; letter-spacing: 2.4px; }
.header-actions { display: flex; align-items: center; gap: 28px; }
.header-actions > a { color: #bbb; text-decoration: none; text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.header-actions .header-link { color: var(--ink); background: var(--accent); border: 0; padding: 12px 15px; }
.brand-image { gap: 8px; }
.brand-image img { width: auto; height: 62px; display: block; object-fit: contain; }
.menu-011 { display: grid; place-items: center; min-width: 38px; height: 24px; padding: 0 6px; color: var(--accent); background: var(--orange); font-size: 10px; font-weight: 1000; letter-spacing: .5px; transform: skew(-7deg); }
.header-actions .header-link { min-height: 46px; display: inline-flex; align-items: center; gap: 18px; padding: 0 10px 0 17px; clip-path: polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px)); }
.header-link span { width: 27px; height: 27px; display: grid; place-items: center; color: var(--accent); background: var(--ink); font-size: 14px; }

.hero { min-height: 680px; position: relative; display: block; overflow: hidden; color: white; background: #000; border: 0; }
.hero-art { position: absolute; inset: 0; min-height: 0; border: 0; background: #000; }
.hero-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#000 5%,rgba(0,0,0,.95) 27%,rgba(0,0,0,.2) 63%,rgba(0,0,0,.05)); }
.hero-art img { width: 100%; height: 100%; object-fit: contain; object-position: center right; display: block; }
.hero-copy { width: min(54%,760px); min-height: 680px; padding: 120px clamp(28px,7vw,110px); position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; }
.eyebrow > span { background: var(--orange); }
.hero h1 { color: white; margin: 24px 0; max-width: 700px; font-size: clamp(58px,7.3vw,104px); line-height: .86; letter-spacing: -6px; }
.hero h1 em { color: var(--accent); font-family: inherit; font-style: normal; letter-spacing: -6px; }
.hero h1.visual-wordmark { width: min(100%,680px); max-width: none; margin: 8px 0 18px; line-height: 0; }
.visual-wordmark img { width: 100%; height: auto; display: block; filter: drop-shadow(0 8px 18px rgba(0,0,0,.45)); }
.hero-lead { max-width: 570px; color: #d5d5d5; font-size: 17px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 4px; }
.hero-actions .button { margin: 0; }
.text-link { min-height: 54px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; color: white; border: 1px solid #555; text-decoration: none; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .5px; }
.text-link:hover { color: var(--accent); border-color: var(--accent); }
.text-link span { color: var(--accent); font-size: 15px; }
.button { box-shadow: none; border-radius: 2px; }
.button:hover:not(:disabled) { transform: translateY(-2px); box-shadow: none; }
.button-accent { min-height: 58px; padding: 0 10px 0 22px; background: var(--accent); border: 0; clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px)); }
.button-accent > span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--accent); background: var(--ink); font-size: 16px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 27px; color: #888; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .8px; }
.marquee { color: white; background: var(--orange); border: 0; padding: 13px 0; }
.marquee div { animation: none; width: 100%; text-align: center; }
.marquee b { color: var(--accent); }

.how { padding: 100px clamp(24px,7vw,105px); background: var(--paper); }
.section-intro { display: block; }
.section-intro h2 { margin: 20px 0 48px; color: var(--ink); font-size: clamp(45px,5vw,70px); letter-spacing: -4px; }
.section-intro h2 em { color: var(--orange); font-family: inherit; font-style: normal; letter-spacing: -4px; }
.steps-grid { border: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.steps-grid article { min-height: 250px; padding: 30px 28px; background: transparent !important; }
.steps-grid article + article { border-left: 1px solid var(--ink); }
.step-icon { width: 44px; height: 44px; margin: 35px 0 22px; color: white !important; background: var(--orange) !important; border: 0; box-shadow: none; font-size: 22px; }
.steps-grid h3 { font-size: 18px; }
.steps-grid p { font-size: 14px; }

.whatsapp-section { margin: 0 clamp(24px,7vw,105px) 110px; padding: clamp(35px,5vw,62px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; color: white; background: #111; border-left: 8px solid #25d366; position: relative; overflow: hidden; }
.whatsapp-section::after { content: '011'; position: absolute; right: 3%; top: -34px; color: rgba(255,255,255,.035); font-size: 180px; font-weight: 900; pointer-events: none; }
.whatsapp-copy { position: relative; z-index: 1; }
.whatsapp-copy .eyebrow > span { background: #25d366; }
.whatsapp-copy h2 { max-width: 700px; margin: 18px 0 14px; color: white; font-size: clamp(34px,4vw,57px); line-height: .95; letter-spacing: -3px; text-transform: uppercase; }
.whatsapp-copy > p:last-child { max-width: 600px; margin: 0; color: #aaa; line-height: 1.6; }
.whatsapp-action { min-width: 310px; position: relative; z-index: 1; text-align: center; }
.whatsapp-button { min-height: 64px; padding: 0 20px; display: flex; align-items: center; gap: 13px; color: #07160c; background: #25d366; text-decoration: none; transition: transform .15s, background .15s; }
.whatsapp-button:hover { transform: translateY(-2px); background: #3be37a; }
.whatsapp-button span { font-size: 26px; }
.whatsapp-button strong { flex: 1; font-size: 12px; text-transform: uppercase; letter-spacing: .4px; }
.whatsapp-action small { display: block; margin-top: 10px; color: #777; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }

.registration-section { background: #090909; gap: clamp(35px,7vw,100px); }
.registration-aside h2 em { color: var(--accent); font-family: inherit; font-style: normal; }
.privacy-note > span { background: var(--accent); }
.form-card { border: 0; border-radius: 5px; overflow: hidden; box-shadow: 0 0 0 1px #272727, 0 22px 60px rgba(0,0,0,.35); }
.progress { background: #f2efe6; border-bottom: 1px solid #d4cfc1; }
.progress-item.active span { background: var(--accent); }
.form-heading > p { color: var(--orange); }
.field input { border-color: #c8c3b8; border-radius: 2px; }
.field input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(239,43,31,.12); }
.check-row input:checked + span { background: var(--accent); }

.phone-inputs { height: 51px; display: grid; grid-template-columns: 86px 1fr; gap: 8px; }
.phone-inputs > input { height: 51px; }
.ddd-control { display: grid; grid-template-columns: 32px 1fr; align-items: center; border: 1.5px solid #c8c3b8; background: #fffefa; }
.ddd-control:focus-within { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(239,43,31,.12); }
.ddd-control small { color: #777; padding-left: 7px; font-size: 8px; font-weight: 900; }
.ddd-control input { height: 48px; padding: 0 5px; border: 0; box-shadow: none !important; text-align: center; font-weight: 900; }
.field-hint { display: block; margin-top: 6px; color: #777; font-size: 9px; }
.contact-warning { display: block; margin-top: 4px; color: var(--orange); font-weight: 900; }
.scan-admin-actions { margin: 22px; padding: 18px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; color: white; background: #111; text-align: left; border-left: 5px solid var(--accent); }
.scan-admin-actions > div { display: flex; flex-direction: column; gap: 4px; }
.scan-admin-actions span { color: var(--accent); font-size: 8px; font-weight: 900; letter-spacing: 1.2px; }
.scan-admin-actions strong { font-size: 15px; }
.scan-admin-actions small { color: #999; font-size: 10px; }
.scan-admin-actions .button { min-height: 46px; white-space: nowrap; }
.scan-admin-actions > p { grid-column: 1/-1; margin: 0; color: #ff867c; font-size: 10px; }
.phone-field.invalid .ddd-control { border-color: #bd3b2d; }
.instagram-step { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 0,rgba(255,196,0,.16),transparent 35%),var(--paper); }
.instagram-step::before { content: '011'; position: absolute; right: -18px; top: 66px; color: rgba(8,8,8,.035); font-size: 130px; font-weight: 1000; line-height: 1; pointer-events: none; }
.instagram-step > * { position: relative; z-index: 1; }
.instagram-step .back-button { display: block; margin: 0 auto 18px 0; }
.insta-brand-card { width: min(100%,360px); min-height: 126px; margin: 0 auto 22px; padding: 22px 25px 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: white; background: #090909; border-bottom: 5px solid var(--orange); clip-path: polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px); }
.insta-brand-card img { width: min(100%,255px); max-height: 78px; object-fit: contain; filter: drop-shadow(0 5px 9px rgba(0,0,0,.55)); }
.insta-brand-card > span { display: flex; align-items: center; gap: 7px; color: #bcbcbc; font-size: 8px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.insta-brand-card i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(239,43,31,.16); }
.instagram-heading { margin-bottom: 14px; }
.instagram-heading h3 { max-width: 620px; font-size: clamp(31px,4vw,48px); letter-spacing: -2px; }
.instagram-heading > span { max-width: 660px; color: #625e55; font-size: 15px; }
.movement-call { width: fit-content; margin: 0 auto 15px; padding: 8px 12px; color: var(--ink); background: #fff1ba; border-left: 4px solid var(--orange); font-size: 12px; font-weight: 900; }
.join-perks { margin: 0 auto 21px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; }
.join-perks span { padding: 7px 10px; color: #5b564c; background: var(--cream); border: 1px solid #d2cbbb; font-size: 8px; font-weight: 1000; letter-spacing: 1px; text-transform: uppercase; }
.instagram-button { width: 100%; min-height: 68px; margin-top: 0; padding: 0 12px; justify-content: flex-start; gap: 14px; color: white; background: linear-gradient(110deg,#7126b5 0,#d82b70 45%,#ef2b1f 100%); border: 0; box-shadow: 6px 6px 0 #111; clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px)); text-transform: uppercase; }
.instagram-button:hover { box-shadow: 8px 8px 0 #111 !important; }
.instagram-button .instagram-symbol { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid white; border-radius: 13px; font-size: 30px; line-height: 1; }
.instagram-button strong { flex: 1; font-size: 12px; letter-spacing: .4px; text-align: left; }
.instagram-button b { color: white; }
.instagram-button .button-arrow { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; color: var(--ink); background: var(--accent); font-size: 19px; }
.instagram-step .timer-card { margin-top: 24px; background: #f5f0e4; border: 0; border-left: 5px solid var(--orange); }
.instagram-step .timer-ring { border-color: var(--orange); background: white; }
.follow-check { background: var(--accent); border: 0; border-left: 5px solid var(--orange); }
.instagram-step #submit-registration { margin-top: 18px; }
.instagram-step #submit-registration:disabled { color: #777163; background: #ead88f; opacity: .72; }
.success-badge { background: var(--accent); box-shadow: none; }
.ticket { box-shadow: 6px 6px 0 var(--orange); }
.ticket-top { background: var(--accent); }
footer { border-top-color: #242424; }

@media (max-width: 900px) {
  .header-actions { gap: 15px; }
  .header-actions > a:not(.actions-link):not(.header-link) { display: none; }
  .hero-copy { width: 65%; }
  .whatsapp-section { grid-template-columns: 1fr; }
  .whatsapp-action { width: 100%; min-width: 0; }
}

@media (max-width: 680px) {
  .marquee { display: none; }
  .site-header { height: 70px; padding-inline: 12px; gap: 8px; }
  .brand-image { gap: 5px; min-width: 0; }
  .brand-image img { width: auto; max-width: 122px; height: 47px; }
  .menu-011 { min-width: 29px; height: 20px; padding: 0 4px; font-size: 8px; }
  .header-actions { margin-left: auto; gap: 7px; }
  .header-actions .actions-link { padding: 5px 3px; color: white; border-bottom: 1px solid var(--accent); font-size: 9px; letter-spacing: .5px; white-space: nowrap; }
  .header-actions .header-link { min-height: 43px; gap: 7px; padding: 0 6px 0 10px; font-size: 9px; letter-spacing: .35px; white-space: nowrap; }
  .header-link span { width: 25px; height: 25px; margin-left: 0; font-size: 12px; }
  .hero { min-height: 620px; }
  .hero-art img { position: absolute; top: 8px; left: 0; width: 100%; max-width: none; height: 375px; object-fit: contain; object-position: center top; opacity: .9; transform: none; }
  .hero-art::after { background: linear-gradient(180deg,rgba(0,0,0,.05) 0,rgba(0,0,0,.15) 43%,#000 66%); }
  .hero-copy { width: 100%; min-height: 620px; padding: 275px 18px 38px; justify-content: flex-start; }
  .hero .eyebrow { font-size: 9px; letter-spacing: 1.4px; }
  .hero h1 { font-size: clamp(52px,15vw,74px); letter-spacing: -4px; }
  .hero h1 em { letter-spacing: -4px; }
  .hero h1.visual-wordmark { width: min(100%,340px); margin: 8px auto 11px; }
  .hero-lead { margin: 0; color: #cfcfcf; font-size: 14px; line-height: 1.5; }
  .hero-lead strong { color: white; }
  .hero-actions { margin-top: 16px; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(0,.85fr); gap: 8px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .button-accent { min-height: 56px; gap: 7px; padding: 0 7px 0 12px; font-size: 10px; line-height: 1.15; }
  .hero-actions .button-accent > span { width: 31px; height: 31px; flex: 0 0 auto; }
  .text-link { min-height: 56px; gap: 7px; padding: 0 9px; text-align: center; font-size: 9px; line-height: 1.15; }
  .hero-trust { margin-top: 17px; gap: 7px 12px; font-size: 9px; letter-spacing: .45px; }
  .marquee { white-space: normal; padding-inline: 18px; line-height: 1.6; }
  .how { padding: 70px 18px; }
  .steps-grid article + article { border-left: 0; border-top: 1px solid var(--ink); }
  .whatsapp-section { margin: 0 18px 75px; padding: 32px 24px; gap: 28px; }
  .whatsapp-copy h2 { letter-spacing: -2px; }
  .registration-section { padding-top: 75px; }
  .phone-inputs { grid-template-columns: 82px 1fr; }
  .progress { padding: 19px 12px; }
  .progress-item { min-width: 58px; }
  .progress-item p { font-size: 9px; }
  .form-step.instagram-step { padding: 22px 17px 30px; }
  .instagram-step::before { top: 92px; font-size: 95px; }
  .insta-brand-card { min-height: 108px; margin-bottom: 19px; padding: 17px 20px 13px; }
  .insta-brand-card img { width: min(100%,220px); max-height: 62px; }
  .instagram-heading h3 { font-size: 29px; letter-spacing: -1.2px; }
  .instagram-heading > span { font-size: 14px; line-height: 1.5; }
  .movement-call { width: 100%; margin-bottom: 13px; text-align: left; font-size: 11px; line-height: 1.35; }
  .join-perks { margin-bottom: 17px; gap: 5px; }
  .join-perks span { padding: 6px 8px; font-size: 9px; }
  .instagram-button { min-height: 65px; gap: 10px; padding: 0 10px; }
  .instagram-button .instagram-symbol { width: 40px; height: 40px; font-size: 27px; }
  .instagram-button strong { font-size: 10.5px; }
  .instagram-button .button-arrow { width: 38px; height: 38px; }
  .instagram-step .timer-card { padding: 13px; gap: 12px; }
  .instagram-step #submit-registration { min-height: 58px; padding-left: 13px; font-size: 10px; line-height: 1.2; }
  .scan-admin-actions { grid-template-columns: 1fr; }
  .scan-admin-actions .button { width: 100%; }
}

@media (max-width: 350px) {
  .header-actions .actions-link { display: none; }
  .hero-actions { grid-template-columns: 1fr; }
  .hero { min-height: 695px; }
  .hero-copy { min-height: 695px; }
  .instagram-step .timer-card { flex-direction: column; text-align: center; }
}
