:root {
  --ink: #091411;
  --ink-soft: #10201b;
  --paper: #f4f2e9;
  --paper-2: #ebe9df;
  --lime: #c6ff3d;
  --lime-dark: #9fdb13;
  --white: #fffef8;
  --muted: #a8b1ad;
  --line: rgba(255, 255, 255, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}
a { text-decoration: none; }
.page-noise { position: fixed; inset: 0; opacity: .025; pointer-events: none; z-index: 9999; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.container { max-width: 1180px; }

/* Navigation */
.navbar { padding: 20px 0; transition: .35s ease; }
.navbar.scrolled { padding: 10px 0; background: rgba(9, 20, 17, .9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.navbar-brand { color: var(--white) !important; font-family: "Alexandria", sans-serif; font-size: 1.3rem; font-weight: 800; display: inline-flex; align-items: center; gap: 10px; letter-spacing: 1px; }
.brand-mark { width: 36px; height: 36px; border-radius: 50% 50% 50% 10px; display: grid; place-items: center; background: var(--lime); color: var(--ink); transform: rotate(-8deg); }
.brand-mark i { transform: rotate(8deg); }
.brand-dot, .lime-text { color: var(--lime); }
.nav-link { color: #bdc6c2; font-weight: 500; margin: 0 10px; font-size: .93rem; }
.nav-link:hover, .nav-link:focus { color: var(--lime); }
.btn-nav { border: 1px solid rgba(255,255,255,.25); border-radius: 99px; color: white; padding: 10px 20px; font-weight: 600; }
.btn-nav:hover { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.navbar-toggler { border: 0; box-shadow: none !important; padding: 4px; }
.navbar-toggler span { display: block; width: 26px; height: 2px; background: white; margin: 6px; }

/* Hero */
.hero { min-height: 100vh; position: relative; background: var(--ink); color: var(--white); overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.orb { position: absolute; border-radius: 50%; filter: blur(3px); }
.orb-one { width: 580px; height: 580px; background: radial-gradient(circle, rgba(198,255,61,.14), transparent 68%); top: -100px; left: -100px; }
.orb-two { width: 350px; height: 350px; border: 1px solid rgba(198,255,61,.12); left: 36%; bottom: -170px; }
.hero-copy { position: relative; z-index: 2; padding-top: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(198,255,61,.24); background: rgba(198,255,61,.07); color: #e4ff9f; border-radius: 99px; padding: 8px 14px; font-size: .85rem; margin-bottom: 25px; }
.pulse-dot, .live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); display: inline-block; box-shadow: 0 0 0 0 rgba(198,255,61,.5); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(198,255,61,0); } 100% { box-shadow: 0 0 0 0 rgba(198,255,61,0); } }
.hero h1 { font-family: "Alexandria", sans-serif; font-weight: 800; font-size: clamp(3.4rem, 6.2vw, 6.3rem); line-height: 1.14; letter-spacing: -4px; margin-bottom: 25px; }
.outline-word { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.75); }
.highlight-word { position: relative; color: var(--lime); }
.highlight-word::after { content: ""; position: absolute; height: 8px; background: var(--lime); bottom: -5px; right: 3px; left: 3px; border-radius: 99px; transform: rotate(-2deg); opacity: .4; }
.hero-lead { color: #b8c0bd; font-size: 1.15rem; line-height: 1.9; }
.hero-lead strong { color: white; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.btn-primary-custom { background: var(--lime); color: var(--ink); font-weight: 700; border: 0; border-radius: 12px; padding: 15px 24px; box-shadow: 0 10px 35px rgba(198,255,61,.14); transition: .25s; }
.btn-primary-custom:hover { background: #d5ff70; color: var(--ink); transform: translateY(-3px); box-shadow: 0 15px 40px rgba(198,255,61,.24); }
.btn-primary-custom i, .btn-nav i, .btn-dark-submit i { margin-right: 9px; }
.play-link { color: white; display: inline-flex; align-items: center; gap: 10px; font-weight: 500; }
.play-link span { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; display: grid; place-items: center; transition: .2s; }
.play-link:hover { color: var(--lime); }
.play-link:hover span { border-color: var(--lime); }
.trust-line { display: flex; align-items: center; margin-top: 38px; gap: 12px; }
.avatar-stack { display: flex; direction: ltr; }
.avatar-stack span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #233730; color: #d7e0dc; border: 2px solid var(--ink); margin-left: -8px; font-size: .72rem; }
.avatar-stack span:last-child { background: var(--lime); color: var(--ink); }
.trust-line strong, .trust-line small { display: block; }
.trust-line strong { font-size: .85rem; }
.trust-line small { color: #80908a; font-size: .72rem; }

/* Commission showcase */
.commission-stage { position: relative; max-width: 430px; margin-inline: auto; perspective: 1000px; }
.commission-card { min-height: 530px; background: linear-gradient(150deg, rgba(34,59,50,.95), rgba(15,33,27,.96)); border: 1px solid rgba(255,255,255,.14); border-radius: 28px; padding: 28px; position: relative; overflow: hidden; box-shadow: 0 50px 90px rgba(0,0,0,.38); transform: rotateY(-3deg) rotateX(2deg); }
.commission-card::before { content:""; position:absolute; width:260px; height:260px; border-radius:50%; background:rgba(198,255,61,.13); filter:blur(55px); left:-100px; top:120px; }
.card-topline { display: flex; justify-content: space-between; align-items: center; font-size: .85rem; color: #c1cbc7; }
.status-badge { font-size: .68rem; color: var(--lime); padding: 6px 9px; border-radius: 99px; background: rgba(198,255,61,.09); }
.amount-wrap { direction: ltr; text-align: right; display: flex; align-items: baseline; justify-content: flex-end; gap: 8px; margin: 26px 0 8px; position: relative; z-index: 2; }
.amount-wrap strong { font: 700 clamp(2.7rem, 5vw, 4.3rem)/1 "Alexandria", sans-serif; letter-spacing: -3px; }
.currency { color: var(--lime); font-size: .85rem; }
.growth-pill { width: max-content; margin-right: auto; font-size: .72rem; padding: 6px 9px; color: #dffff0; background: rgba(255,255,255,.07); border-radius: 5px; }
.growth-pill i { color: var(--lime); margin-left: 4px; }
.deal-visual { height: 260px; position: relative; margin-top: 16px; border-bottom: 1px solid rgba(255,255,255,.14); display: flex; align-items: flex-end; justify-content: center; gap: 9px; }
.building { border: 1px solid rgba(198,255,61,.33); background: linear-gradient(to top, rgba(198,255,61,.08), transparent); display: flex; flex-direction: column; justify-content: space-around; padding: 10px; }
.building span { display: block; height: 3px; width: 100%; background: rgba(198,255,61,.22); }
.building-a { width: 60px; height: 105px; border-radius: 8px 8px 0 0; }
.building-b { width: 90px; height: 190px; border-radius: 12px 12px 0 0; }
.building-c { width: 65px; height: 140px; border-radius: 9px 9px 0 0; }
.key-line { position: absolute; width: 135px; height: 135px; border: 1px dashed rgba(198,255,61,.36); border-radius: 50%; top: 25px; left: 10px; display: grid; place-items: center; }
.key-line i { font-size: 2.8rem; color: var(--lime); transform: rotate(-35deg); }
.deal-meta { display: flex; justify-content: space-between; padding-top: 20px; position: relative; z-index: 2; }
.deal-meta div:last-child { text-align: left; }
.deal-meta small, .deal-meta strong { display: block; }
.deal-meta small { color: #80908a; font-size: .68rem; margin-bottom: 4px; }
.deal-meta strong { font-size: .9rem; }
.float-chip { position: absolute; z-index: 4; background: var(--white); color: var(--ink); border-radius: 11px; padding: 11px 14px; font-size: .76rem; font-weight: 600; box-shadow: 0 15px 35px rgba(0,0,0,.25); }
.float-chip i { color: #1fa86c; margin-left: 5px; }
.chip-top { top: 105px; left: -46px; animation: float 4s ease-in-out infinite; }
.chip-bottom { right: -35px; bottom: 75px; animation: float 4s 1.1s ease-in-out infinite; }
.chip-bottom .live-dot { margin-left: 5px; background: #1fa86c; }
@keyframes float { 50% { transform: translateY(-9px); } }
.scroll-cue { position: absolute; color: #83908b; font-size: .7rem; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 6px; }
.scroll-cue span { width: 1px; height: 23px; background: linear-gradient(var(--lime), transparent); }

/* Partners */
.partners-strip { background: #deddcf; padding: 25px 0; border-bottom: 1px solid rgba(9,20,17,.1); }
.partners-strip p { color: #6b746f; text-align: center; font-size: .72rem; margin: 0 0 18px; }
.logo-cloud { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 20px; direction: ltr; }
.logo-cloud span { font-family: "Alexandria", sans-serif; color: #737973; font-weight: 700; font-size: .85rem; letter-spacing: 1px; opacity: .7; }

/* Shared sections */
.section-space { padding: 115px 0; }
.section-kicker { color: #52705f; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: .75rem; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.section-kicker::before { content:""; width: 23px; height: 2px; background: var(--lime-dark); }
.section-heading h2, .calc-copy h2, .register-copy h2 { font: 700 clamp(2.3rem, 4vw, 4.2rem)/1.25 "Alexandria", sans-serif; letter-spacing: -2.5px; }
.section-heading h2 span, .calc-copy h2 span { color: #689813; }
.section-heading p { color: #6f7773; font-size: 1.05rem; line-height: 1.8; margin-top: 16px; }

/* Comparison */
.comparison-wrap { max-width: 940px; margin: 55px auto 60px; display: grid; grid-template-columns: 1fr 1fr; position: relative; background: #deddd3; padding: 9px; border-radius: 22px; }
.comparison-side { padding: 38px; border-radius: 16px; min-height: 285px; position: relative; }
.old-way { color: #66706b; }
.new-way { background: var(--ink); color: white; box-shadow: 0 20px 50px rgba(9,20,17,.2); overflow: hidden; }
.side-label { font-size: .73rem; font-weight: 700; margin-bottom: 24px; }
.old-way .side-label i { color: #9ca19e; }
.new-way .side-label { color: var(--lime); }
.comparison-side h3 { font: 600 1.35rem "Alexandria", sans-serif; }
.comparison-side p { font-size: .86rem; opacity: .72; }
.commission-number { display: flex; align-items: end; gap: 12px; margin-top: 27px; direction: ltr; justify-content: flex-end; }
.commission-number strong { font: 700 3.2rem "Alexandria", sans-serif; letter-spacing: -2px; }
.new-way .commission-number strong { color: var(--lime); }
.commission-number small { margin-bottom: 11px; font-size: .72rem; }
.mini-bar { background: rgba(0,0,0,.1); height: 4px; border-radius: 9px; overflow: hidden; margin-top: 10px; direction: ltr; }
.mini-bar span { display: block; height: 100%; background: #9aa09d; }
.new-way .mini-bar { background: rgba(255,255,255,.1); }
.new-way .mini-bar span { background: var(--lime); }
.versus-badge { position: absolute; z-index: 3; width: 42px; height: 42px; border-radius: 50%; background: var(--paper); border: 6px solid #deddd3; display: grid; place-items: center; font: 700 .62rem "Alexandria"; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.best-ribbon { position: absolute; left: -32px; top: 17px; background: var(--lime); color: var(--ink); font-weight: 800; font-size: .6rem; width: 110px; padding: 5px; text-align: center; transform: rotate(-42deg); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { background: var(--white); border: 1px solid rgba(9,20,17,.09); border-radius: 18px; padding: 28px; position: relative; transition: .3s ease; }
.benefit-card:hover { transform: translateY(-7px); border-color: #b1d857; box-shadow: 0 20px 45px rgba(40,55,49,.08); }
.icon-box { width: 52px; height: 52px; border-radius: 14px; background: #e8f6c3; color: #547c05; display: grid; place-items: center; font-size: 1.4rem; margin-bottom: 42px; }
.card-num { position: absolute; left: 25px; top: 29px; color: #c1c6c3; font: 600 .72rem "Alexandria"; }
.benefit-card h3 { font: 600 1.12rem "Alexandria"; }
.benefit-card p { color: #737b77; margin: 10px 0 0; font-size: .88rem; line-height: 1.8; }

/* Process */
.process-section { background: var(--ink); color: white; position: relative; overflow: hidden; }
.process-section::after { content:""; position:absolute; width:500px; height:500px; border:1px solid rgba(198,255,61,.08); border-radius:50%; left:-250px; top:-250px; }
.process-section .section-kicker { color: #c9e08f; }
.process-section .section-heading h2 span { color: var(--lime); }
.section-side-copy { color: #91a099; line-height: 1.8; max-width: 420px; }
.steps-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; position: relative; }
.steps-track::before { content:""; position:absolute; top:41px; right:8%; left:8%; height:1px; border-top:1px dashed rgba(198,255,61,.28); }
.step-item { position: relative; z-index: 2; }
.step-icon { width: 82px; height: 82px; border-radius: 20px; background: #142821; border: 1px solid rgba(198,255,61,.18); display: grid; place-items: center; font-size: 1.7rem; color: var(--lime); margin-bottom: 28px; position: relative; }
.step-icon span { position:absolute; width:23px; height:23px; background:var(--lime); color:var(--ink); border-radius:50%; font:700 .68rem "Alexandria"; display:grid; place-items:center; top:-8px; right:-8px; }
.step-item h3 { font: 600 1.1rem "Alexandria"; }
.step-item p { color: #84928d; font-size: .88rem; line-height: 1.8; max-width: 275px; }

/* Calculator */
.calculator-section { background: #e6e4da; }
.calculator-shell { display: grid; grid-template-columns: .85fr 1.15fr; background: var(--white); border-radius: 26px; overflow: hidden; box-shadow: 0 25px 70px rgba(9,20,17,.09); }
.calc-copy { padding: 60px; background: #d8decb; position: relative; overflow: hidden; }
.calc-copy::after { content:"%"; position:absolute; font:700 14rem "Alexandria"; color:rgba(255,255,255,.42); bottom:-75px; left:-25px; transform:rotate(-10deg); }
.calc-copy p { color: #59635e; line-height: 1.8; margin-top: 20px; max-width: 360px; }
.calc-note { position: relative; z-index: 2; font-size: .7rem; color: #737c77; margin-top: 70px; }
.calc-note i { margin-left: 6px; }
.calc-panel { padding: 55px; }
.range-group { margin-bottom: 34px; }
.range-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.range-head label { font-weight: 600; font-size: .9rem; }
.range-head output { font: 600 1rem "Alexandria"; }
.form-range { direction: ltr; }
.form-range::-webkit-slider-runnable-track { height: 5px; background: #dce1db; }
.form-range::-webkit-slider-thumb { width: 21px; height: 21px; margin-top: -8px; background: var(--ink); border: 5px solid var(--lime); box-shadow: 0 3px 10px rgba(0,0,0,.2); }
.range-limits { direction: ltr; display: flex; justify-content: space-between; color: #9a9f9c; font-size: .65rem; margin-top: 4px; }
.calc-result { background: var(--ink); color: white; border-radius: 15px; padding: 20px 23px; position: relative; overflow: hidden; margin-bottom: 17px; }
.calc-result span, .calc-result strong { display: block; position: relative; z-index: 2; }
.calc-result span { color: #9da9a4; font-size: .75rem; margin-bottom: 5px; }
.calc-result strong { font: 700 2.25rem "Alexandria"; color: var(--lime); direction: ltr; text-align: right; }
.calc-result strong small { font-size: .75rem; }
.result-shine { position:absolute; width:140px; height:140px; background:rgba(198,255,61,.15); border-radius:50%; filter:blur(35px); left:-20px; top:-60px; }

/* Quote and FAQ */
.testimonial-section { background: var(--paper); padding-top: 20px; }
.quote-card { max-width: 960px; margin: auto; background: #16362c; color: white; border-radius: 24px; padding: 60px 80px; position: relative; overflow: hidden; }
.quote-card::after { content:""; position:absolute; width:280px; height:280px; border-radius:50%; border:50px solid rgba(198,255,61,.04); left:-80px; bottom:-110px; }
.quote-icon { color: var(--lime); font-size: 3rem; display: block; transform: rotate(180deg); }
.quote-card blockquote { font: 500 clamp(1.3rem, 2.4vw, 2rem)/1.75 "Alexandria"; margin: 5px 0 30px; max-width: 800px; }
.quote-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 44px; height: 44px; background: var(--lime); color: var(--ink); border-radius: 50%; display: grid; place-items: center; font-weight: 700; }
.quote-author strong, .quote-author span { display: block; }
.quote-author strong { font-size: .85rem; }
.quote-author span { color: #8da49b; font-size: .68rem; }
.stars { margin-right: auto; color: var(--lime); font-size: .8rem; letter-spacing: 2px; direction: ltr; }
.faq-section { background: var(--paper); }
.whatsapp-link { color: #158a59; font-weight: 700; display: inline-flex; gap: 8px; margin-top: 15px; }
.custom-accordion .accordion-item { background: transparent; border: 0; border-bottom: 1px solid #cbcfc8; }
.custom-accordion .accordion-button { background: transparent; color: var(--ink); box-shadow: none; font-weight: 700; padding: 22px 0; }
.custom-accordion .accordion-button::after { margin-right: auto; margin-left: 0; background-image: none; content:"+"; font-size: 1.3rem; width: auto; height: auto; }
.custom-accordion .accordion-button:not(.collapsed)::after { content:"−"; transform:none; }
.custom-accordion .accordion-body { padding: 0 0 22px; color: #6f7773; line-height: 1.8; font-size: .9rem; }

/* Register */
.register-section { background: var(--lime); padding: 105px 0; position: relative; overflow: hidden; }
.register-pattern { position:absolute; inset:0; opacity:.25; background-image: radial-gradient(var(--ink) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(90deg, transparent, #000); }
.register-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.dark-kicker { color: #34470a; }
.dark-kicker::before { background: var(--ink); }
.register-copy h2 { font-size: clamp(2.8rem, 4.8vw, 4.8rem); margin-bottom: 22px; }
.register-copy p { color: #3e4e1a; line-height: 1.8; max-width: 440px; }
.register-copy ul { list-style: none; padding: 0; margin: 30px 0 0; }
.register-copy li { margin: 10px 0; font-weight: 600; }
.register-copy li i { margin-left: 7px; }
.deal-form { background: var(--white); border-radius: 22px; padding: 35px; box-shadow: 0 30px 60px rgba(41,55,9,.18); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.form-heading span { font: 700 1.25rem "Alexandria"; }
.form-heading small { color: #708078; font-size: .7rem; }
.form-label { font-weight: 600; font-size: .76rem; color: #59615d; }
.form-control, .form-select { background-color: #f1f1ea; border: 1px solid transparent; min-height: 49px; border-radius: 9px; font-size: .82rem; }
.form-control:focus, .form-select:focus { background-color: #fff; border-color: #93b83a; box-shadow: 0 0 0 3px rgba(198,255,61,.25); }
.btn-dark-submit { background: var(--ink); color: white; min-height: 53px; border-radius: 9px; font-weight: 700; }
.btn-dark-submit:hover { background: #1d332b; color: var(--lime); }
.form-privacy { text-align: center; color: #8c928f; font-size: .65rem; margin: 14px 0 0; }

/* Footer */
footer { background: var(--ink); color: white; padding: 55px 0 25px; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 40px; }
.footer-main p { text-align: center; color: #778780; margin: 0; }
.social-links { display: flex; justify-content: flex-end; gap: 8px; }
.social-links a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); color: #b1bdb8; display: grid; place-items: center; }
.social-links a:hover { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding-top: 22px; display: flex; justify-content: space-between; color: #65746e; font-size: .7rem; }
.footer-bottom a { color: #7f8d87; margin-right: 20px; }
.floating-whatsapp { position: fixed; left: 22px; bottom: 22px; z-index: 50; background: #23b36b; color: white; border-radius: 99px; height: 48px; padding: 0 17px; display: flex; align-items: center; gap: 7px; box-shadow: 0 10px 28px rgba(14,92,54,.3); font-weight: 700; font-size: .8rem; }
.floating-whatsapp:hover { color: white; transform: translateY(-2px); }
.success-toast { position: fixed; z-index: 10000; bottom: 25px; right: 25px; width: min(360px, calc(100% - 30px)); background: var(--ink); color: white; border: 1px solid rgba(198,255,61,.3); border-radius: 14px; padding: 17px; display: flex; align-items: center; gap: 12px; box-shadow: 0 20px 50px rgba(0,0,0,.3); transform: translateY(130%); opacity: 0; transition: .35s; }
.success-toast.show { transform: translateY(0); opacity: 1; }
.success-toast > i { color: var(--lime); font-size: 1.5rem; }
.success-toast strong, .success-toast span { display: block; }
.success-toast span { color: #9aaba4; font-size: .72rem; }
.success-toast button { margin-right: auto; color: #9aaba4; background: none; border: 0; }

/* Motion */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.hero .reveal { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }
.reveal-delay-3 { transition-delay: .36s; }

@media (max-width: 991.98px) {
  .navbar-collapse { background: #10221c; margin-top: 12px; padding: 18px; border-radius: 14px; border: 1px solid var(--line); }
  .nav-link { margin: 3px 0; }
  .btn-nav { width: 100%; }
  .hero { padding: 70px 0 100px; }
  .hero h1 { letter-spacing: -3px; }
  .commission-stage { margin-top: 40px; }
  .scroll-cue { display:none; }
  .register-shell { grid-template-columns: 1fr; gap: 45px; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; text-align:center; }
  .footer-main .navbar-brand, .social-links { justify-content:center; }
}

@media (max-width: 767.98px) {
  .section-space { padding: 78px 0; }
  .hero h1 { font-size: 3rem; letter-spacing: -2px; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .commission-card { min-height: 470px; padding: 22px; }
  .amount-wrap strong { font-size: 2.7rem; }
  .deal-visual { height: 220px; }
  .chip-top { left: -7px; }
  .chip-bottom { right: -8px; }
  .comparison-wrap { grid-template-columns: 1fr; }
  .versus-badge { left: 50%; top: 50%; }
  .comparison-side { min-height: 260px; padding: 30px; }
  .benefit-grid, .steps-track, .calculator-shell { grid-template-columns: 1fr; }
  .steps-track { gap: 35px; }
  .steps-track::before { display:none; }
  .step-item { display: flex; gap: 20px; }
  .step-icon { flex: 0 0 70px; height: 70px; }
  .calc-copy, .calc-panel { padding: 35px 25px; }
  .calc-note { margin-top: 35px; }
  .quote-card { padding: 38px 25px; }
  .quote-card blockquote { font-size: 1.15rem; }
  .stars { display:none; }
  .register-section { padding: 75px 0; }
  .deal-form { padding: 25px 18px; }
  .footer-bottom { flex-direction: column; align-items:center; gap:14px; }
  .floating-whatsapp span { display:none; }
  .floating-whatsapp { width:48px; padding:0; justify-content:center; }
}

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