:root{--black:#111;--black-2:#171717;--ink:#151515;--muted:#70706e;--line:#d9d8d2;--paper:#f4f3ee;--white:#fff;--yellow:#fce000;--yellow-soft:#fff4a8;--green:#b9f2c2;--red:#ff6b57;--font:'SF Pro Display','SF Pro Text',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--mono:'DM Mono',monospace;--radius:22px}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:var(--paper)}body{font-family:var(--font);font-size:16px;line-height:1.5;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;overflow-x:hidden}.site-noise{position:fixed;inset:0;pointer-events:none;opacity:.035;z-index:20;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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}a{color:inherit;text-decoration:none}button,input{font:inherit}button{border:0}.mono{font-family:var(--mono);letter-spacing:-.04em}.section-pad{padding:96px 0}.site-header{height:76px;position:sticky;top:0;z-index:10;background:rgba(17,17,17,.88);backdrop-filter:blur(18px);color:var(--white);border-bottom:1px solid rgba(255,255,255,.1)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--yellow);color:#111;font-size:24px;font-weight:800;letter-spacing:-.12em}.brand-copy{display:flex;flex-direction:column;line-height:1.1}.brand-copy strong{font-size:15px;letter-spacing:-.04em}.brand-copy small{font-size:10px;margin-top:4px;color:#989896}.desktop-nav{display:flex;gap:28px;color:#aeadab;font-size:13px}.desktop-nav a,.header-contact{transition:color .2s ease}.desktop-nav a:hover,.header-contact:hover{color:#fff}.header-actions{display:flex;align-items:center;gap:20px}.header-contact{font-size:13px;color:#aeadab}.button{display:inline-flex;justify-content:center;align-items:center;gap:12px;min-height:48px;padding:14px 20px;border-radius:14px;font-weight:800;font-size:14px;letter-spacing:-.02em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #6f8dff;outline-offset:3px}.button-small{min-height:40px;padding:10px 14px;font-size:12px;border-radius:10px}.button-large{min-height:58px;padding:18px 23px;font-size:15px;border-radius:16px}.button-full{width:100%}.button-yellow{background:var(--yellow);color:#111;box-shadow:0 10px 24px rgba(252,224,0,.18)}.button-yellow:hover{background:#ffe92f;box-shadow:0 14px 30px rgba(252,224,0,.28)}.button-dark{background:#171717;color:#fff}.button-dark:hover{background:#2b2b2b}.hero{background:var(--black);color:var(--white);position:relative;overflow:hidden;padding-top:90px;padding-bottom:60px}.hero .container{position:relative;z-index:3}
/* Background grid overlay across hero section */
.hero:before{content:"";position:absolute;inset:0px;background-image:linear-gradient(rgba(252,224,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(252,224,0,.04) 1px,transparent 1px);background-size:40px 40px;background-position:center;pointer-events:none;z-index:2}
.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,.98fr);gap:40px;align-items:center;z-index:3}

.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;font-family:var(--mono);font-size:11px;letter-spacing:.06em;color:#aaa9a5}
.status-dot{width:7px;height:7px;background:var(--yellow);border-radius:50%;box-shadow:0 0 0 5px rgba(252,224,0,.12);animation:pulse 2s infinite}
.hero h1,.final-card h2{font-size:clamp(48px,7vw,90px);line-height:.99;letter-spacing:-.075em;margin:24px 0 27px;font-weight:800}
.hero h1 em,.final-card h2 em,h2 em{font-style:normal;color:var(--yellow)}
.hero-lead{max-width:610px;color:#b9b8b4;font-size:18px;line-height:1.55}
.hero-lead strong{color:#fff}
.hero-lead sup{color:var(--yellow);font-size:11px}
.hero-cta-row{display:flex;align-items:center;gap:24px;margin-top:34px}
.text-link{font-size:13px;color:#b9b8b4;border-bottom:1px solid #5f5f5a;padding-bottom:4px}
.text-link:hover{color:#fff;border-color:#fff}
.hero-proof{display:flex;gap:10px;align-items:center;margin-top:34px;color:#d7d6d2;font-size:13px;line-height:1.35}
.proof-icon{display:grid;place-items:center;width:28px;height:28px;background:var(--green);color:#111;border-radius:50%;font-weight:900}
.hero-proof small{color:#777672;font-size:11px}
.hero-visual{min-height:580px;position:relative;z-index:3}
.visual-orbit{position:absolute;border:1px solid rgba(255,255,255,.04);border-radius:50%;transform:rotate(-15deg);pointer-events:none;z-index:3}
.orbit-one{inset:10px -20px 10px -20px}
.orbit-two{inset:70px 30px 70px 30px;border-color:rgba(252,224,0,.12)}
.route-line{position:absolute;inset:0px;width:100%;height:100%;z-index:4;pointer-events:none}
.route-label{position:absolute;z-index:5;display:flex;align-items:center;gap:8px;color:#fff;background:rgba(17,17,17,0.85);backdrop-filter:blur(6px);padding:7px 14px;border-radius:8px;border:1px solid rgba(255,255,255,0.15);box-shadow:0 8px 24px rgba(0,0,0,0.55);font-family:var(--mono);font-size:11px;text-shadow:0 1px 2px rgba(0,0,0,0.6);pointer-events:none}
.route-start{left:24px;bottom:36px}
.route-end{right:24px;top:36px}
.route-dot{width:8px;height:8px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 5px rgba(252,224,0,.3)}
.route-dot-dark{background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.3)}
.hero-car-card{display:none}
.live-chip{display:inline-flex;align-items:center;gap:6px;background:rgba(185,242,194,.14);color:var(--green);padding:6px 9px;border-radius:7px;font-family:var(--mono);font-size:10px}.live-chip i{width:5px;height:5px;background:var(--green);border-radius:50%}.car-card-top .mono{font-size:10px;color:#8a8985}.car-illustration{height:215px;position:relative;display:grid;place-items:center}.car-shadow{position:absolute;width:220px;height:25px;bottom:27px;background:#000;filter:blur(12px);opacity:.7}.car-body{position:relative;width:230px;height:79px;margin-top:24px;border-radius:50px 65px 20px 20px;background:linear-gradient(120deg,#f3f0e6 0%,#a9a8a2 55%,#6c6c68 100%);box-shadow:inset -12px -13px 20px rgba(0,0,0,.2),inset 8px 10px 14px rgba(255,255,255,.35)}.car-body:before{content:"";position:absolute;left:48px;top:-40px;width:130px;height:52px;border-radius:75px 70px 0 0;background:linear-gradient(140deg,#b9bec3,#3b4147);clip-path:polygon(10% 100%,25% 0,74% 0,100% 100%)}.car-window{position:absolute;z-index:2;top:-32px;left:70px;width:48px;height:31px;background:#202a32;clip-path:polygon(16% 100%,23% 8%,77% 8%,98% 100%)}.car-window-back{left:122px;clip-path:polygon(4% 100%,0 8%,68% 8%,93% 100%)}.car-light{position:absolute;right:-1px;top:35px;width:9px;height:17px;background:#fce000;border-radius:8px 2px 2px 8px;box-shadow:0 0 15px #fce000}.car-wheel{position:absolute;bottom:-12px;width:27px;height:27px;background:#181818;border-radius:50%;border:5px solid #4a4a48;box-shadow:inset 0 0 0 4px #111}.car-wheel-front{right:31px}.car-wheel-back{left:31px}.car-card-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:14px}.car-card-bottom small,.floating-stat small{display:block;color:#8d8b87;font-family:var(--mono);font-size:9px;margin-bottom:3px}.car-card-bottom strong{font-size:20px;letter-spacing:-.06em}.trend{color:var(--green);font-family:var(--mono);font-size:12px}.visual-index{position:absolute;right:18px;bottom:18px;color:rgba(255,255,255,0.4);font-size:10px;z-index:5;pointer-events:none}.hero-footnote{font-family:var(--mono);font-size:10px;color:#65635f;margin-top:37px}.hero-footnote span{color:var(--yellow)}.signal-strip{display:none}.signal-grid{display:none}.section-light{background:var(--paper)}.section-dark{background:var(--black);color:#fff}.section-kicker{display:flex;align-items:center;gap:12px;color:#85847f;text-transform:uppercase;font-family:var(--mono);font-size:11px;letter-spacing:.04em}.section-kicker>span:first-child{color:#aba9a4}.section-kicker-light{color:#898884}.section-heading{margin-top:26px}.split-heading{display:grid;grid-template-columns:1fr .58fr;gap:60px;align-items:end}.split-heading h2,.legal-intro h2,.steps-layout h2,.faq-layout h2{font-size:clamp(38px,5.4vw,66px);line-height:1.03;letter-spacing:-.07em;font-weight:800}.split-heading p{max-width:360px;color:var(--muted);font-size:15px;line-height:1.6}.light-heading p{color:#92918c}.calculator-shell{display:grid;grid-template-columns:1fr .86fr;gap:1px;margin-top:55px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.calc-controls{padding:34px;background:#ecebe5}.control-block{padding:0 0 27px;margin-bottom:25px;border-bottom:1px solid var(--line)}.control-block:last-of-type{margin-bottom:0}.control-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;color:#343431;font-size:13px}.control-label strong,.control-value{font-family:var(--mono);font-size:12px;color:#111}.tariff-switch{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.tariff-choice{padding:12px 5px;background:transparent;border:1px solid #cccac0;border-radius:10px;color:#71706b;font-size:11px;cursor:pointer;transition:.2s}.tariff-choice:hover,.tariff-choice.active{background:#171717;border-color:#171717;color:#fff}.range-input{appearance:none;width:100%;height:4px;background:linear-gradient(90deg,#111 0 55%,#d0cec5 55%);border-radius:8px;outline:0;cursor:pointer}.range-input::-webkit-slider-thumb{appearance:none;width:24px;height:24px;border-radius:50%;background:var(--yellow);border:3px solid #111;box-shadow:0 2px 7px rgba(0,0,0,.18)}.range-input::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--yellow);border:3px solid #111}.range-scale{display:flex;justify-content:space-between;color:#8c8b86;font-family:var(--mono);font-size:9px;margin-top:9px}.calc-note{display:flex;gap:10px;margin-top:4px;color:#85847e;font-size:11px;line-height:1.35}.calc-note>span{display:grid;place-items:center;flex:none;width:16px;height:16px;border:1px solid #aaa9a2;border-radius:50%;font-family:var(--mono);font-size:10px}.calc-result{display:flex;flex-direction:column;justify-content:center;padding:36px;background:var(--black);color:#fff}.result-top{display:flex;justify-content:space-between;align-items:center;color:#a7a6a1;font-family:var(--mono);font-size:11px;text-transform:uppercase}.result-badge{padding:5px 8px;border:1px solid #4f4f4b;border-radius:6px;color:var(--yellow);font-size:9px}.result-money{font-size:clamp(47px,5vw,68px);font-weight:800;letter-spacing:-.08em;line-height:1;margin:22px 0 7px;color:var(--yellow)}.result-period{font-family:var(--mono);font-size:10px;color:#767570}.result-breakdown{display:grid;gap:11px;border-top:1px solid #383836;border-bottom:1px solid #383836;padding:19px 0;margin:29px 0 25px}.result-breakdown>div{display:flex;justify-content:space-between;gap:10px;font-size:12px}.result-breakdown span{color:#888782}.result-breakdown strong{font-family:var(--mono);font-size:11px}.result-breakdown .negative{color:#ff8c7d}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:55px;background:#3b3b39;border:1px solid #3b3b39}.benefit-card{position:relative;min-height:288px;padding:26px;background:#1b1b1b;transition:background .2s ease}.benefit-card:hover{background:#242422}.benefit-featured{background:var(--yellow);color:#111}.benefit-featured:hover{background:#ffe92f}.benefit-index{position:absolute;top:24px;right:25px;font-family:var(--mono);font-size:10px;color:#6e6d68}.benefit-featured .benefit-index{color:#776b00}.benefit-symbol{font-size:33px;line-height:1;color:var(--yellow);margin-bottom:48px}.benefit-featured .benefit-symbol{color:#111}.benefit-card h3{font-size:20px;letter-spacing:-.05em;margin-bottom:10px}.benefit-card p{max-width:290px;color:#94938e;font-size:13px;line-height:1.55}.benefit-featured p{color:#4c480e}.benefit-card a{display:inline-flex;gap:18px;margin-top:25px;font-family:var(--mono);font-size:10px;text-transform:uppercase}.mini-links{display:flex;gap:8px;margin-top:20px}.mini-links a{margin:0;padding:6px 9px;border:1px solid #4b4b47;border-radius:6px;font-size:10px;text-transform:none}.legal-section{background:#e6e5df}.legal-intro{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-top:25px}.legal-intro p{max-width:480px;color:#6e6d68;font-size:15px;margin-top:21px}.law-mark{display:grid;place-items:center;width:140px;height:140px;flex:none;border:1px solid #bdbcb5;border-radius:50%;transform:rotate(-12deg)}.law-mark span{font-size:52px;font-weight:800;letter-spacing:-.1em;line-height:.9}.law-mark small{font-family:var(--mono);font-size:11px}.legal-path{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:58px;border-top:1px solid #c5c4bd;border-bottom:1px solid #c5c4bd}.legal-step{display:flex;gap:18px;padding:27px 28px 28px 0;border-right:1px solid #c5c4bd}.legal-step+.legal-step{padding-left:28px}.legal-step:last-child{border-right:0}.legal-step>span,.start-step>span{font-family:var(--mono);font-size:11px;color:#9b9a94}.legal-step h3{font-size:16px;letter-spacing:-.04em;margin-bottom:8px}.legal-step p{color:#6f6e68;font-size:12px;line-height:1.5}.legal-benefits{display:flex;gap:22px;flex-wrap:wrap;padding-top:24px;color:#5f5e59;font-family:var(--mono);font-size:10px}.steps-section{border-top:1px solid #dddbd3}.steps-layout{display:grid;grid-template-columns:.84fr 1fr;gap:120px}.steps-lead{max-width:350px;color:#74736e;font-size:15px;margin:23px 0 30px}.steps-list{border-top:1px solid var(--line)}.start-step{display:flex;gap:26px;padding:26px 0;border-bottom:1px solid var(--line)}.start-step h3{font-size:18px;letter-spacing:-.05em;margin-bottom:6px}.start-step p{color:#777671;font-size:13px}.faq-section{background:#e7e6df}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:120px}.faq-layout>div:first-child>p{color:#777671;font-size:14px;max-width:310px;margin:22px 0}.faq-support{display:flex;align-items:center;gap:12px;margin-top:35px}.faq-support>span{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;background:var(--yellow);font-weight:800}.faq-support strong,.faq-support small{display:block}.faq-support strong{font-size:13px}.faq-support small{font-family:var(--mono);font-size:10px;color:#8d8c86;margin-top:3px}.faq-list{border-top:1px solid #c7c5bd}.faq-list details{border-bottom:1px solid #c7c5bd}.faq-list summary{display:flex;justify-content:space-between;gap:20px;align-items:center;list-style:none;cursor:pointer;padding:22px 0;font-size:15px;font-weight:700;letter-spacing:-.03em}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-family:var(--mono);font-size:18px;font-weight:400;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{max-width:640px;padding:0 35px 22px 0;color:#73726d;font-size:13px;line-height:1.6}.final-section{background:var(--black);padding-top:65px}.final-card{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center;padding:52px;background:#1e1e1e;border:1px solid #3c3c39;border-radius:26px;color:#fff;overflow:hidden;position:relative}.final-card:after{content:"";position:absolute;width:380px;height:380px;border:1px solid rgba(252,224,0,.15);border-radius:50%;right:-170px;bottom:-215px}.final-card h2{font-size:clamp(42px,5vw,66px);margin:22px 0}.final-card p{color:#9b9a96;font-size:14px;margin-bottom:29px}.qr-module{display:flex;align-items:center;gap:25px;position:relative;z-index:1}.qr-copy{display:flex;flex-direction:column;gap:9px}.qr-copy .mono{color:var(--yellow);font-size:10px}.qr-copy strong{font-size:16px;letter-spacing:-.05em}.qr-copy small{max-width:150px;color:#8f8e89;font-size:11px;line-height:1.45}.qr-frame{width:150px;height:150px;padding:10px;background:#fff;border-radius:13px;position:relative;flex:none}.qr-frame img{width:100%;height:100%;display:block;object-fit:cover}.qr-frame>span{position:absolute;left:10px;right:10px;top:11px;height:2px;background:var(--yellow);box-shadow:0 0 10px var(--yellow);animation:scan 2.6s ease-in-out infinite alternate}.site-footer{background:var(--black);color:#fff;border-top:1px solid #333330;padding:45px 0 95px}.footer-inner{display:grid;grid-template-columns:1fr auto;gap:28px;position:relative}.site-footer .brand-copy small{color:#777671}.site-footer p{color:#75746f;font-size:11px;line-height:1.6;margin-top:22px}.footer-links{display:flex;gap:20px;align-items:flex-start;font-family:var(--mono);font-size:10px;color:#aaa9a4}.footer-links a:hover{color:var(--yellow)}.footer-note{grid-column:1/-1;color:#575651;font-family:var(--mono);font-size:10px;padding-top:23px;border-top:1px solid #2f2f2d}.sticky-cta{display:none}.section-dark .section-kicker>span:first-child{color:var(--yellow)}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.75)}}@keyframes scan{0%{top:11px}100%{top:calc(100% - 12px)}}
@media(max-width:900px){.desktop-nav{display:none}.hero-grid{grid-template-columns:1fr;gap:35px}.hero-visual{min-height:430px;max-width:560px;width:100%;margin:auto}.hero h1{font-size:clamp(49px,12vw,80px)}.hero-lead{font-size:17px}.calculator-shell{grid-template-columns:1fr}.benefits-grid{grid-template-columns:repeat(2,1fr)}.steps-layout,.faq-layout{grid-template-columns:1fr;gap:55px}.final-card{grid-template-columns:1fr}.faq-layout{gap:35px}}
@media(max-width:620px){.container{width:min(100% - 32px,1180px)}.site-header{height:66px}.header-contact{display:none}.header-actions{gap:0}.header-actions .button{font-size:11px;padding:9px 11px}.brand-copy strong{font-size:14px}.brand-copy small{font-size:9px}.brand-mark{width:34px;height:34px;font-size:21px}.section-pad{padding:68px 0}.hero{padding-top:62px;padding-bottom:28px}.hero h1{font-size:52px;margin:21px 0}.hero-lead{font-size:16px}.hero-cta-row{align-items:flex-start;flex-direction:column;gap:18px;margin-top:28px}.button-large{width:100%;min-height:56px}.hero-proof{margin-top:26px}.hero-visual{min-height:360px;margin-top:5px}.hero-car-card{width:245px;padding:14px}.car-illustration{height:175px}.car-body{transform:scale(.86)}.floating-stat{font-size:10px;padding:9px}.stat-top{right:-2px;top:76px}.stat-bottom{left:-2px;bottom:65px}.route-start{left:0;bottom:42px}.route-end{right:0;top:33px}.hero-footnote{margin-top:20px;font-size:9px}.signal-grid{grid-template-columns:1fr 1fr;gap:15px 10px;padding:17px 0}.signal-grid>div{border:0!important}.signal-number{font-size:20px}.signal-grid>div span:last-child{font-size:9px}.split-heading{display:block}.split-heading p{margin-top:22px}.split-heading h2,.legal-intro h2,.steps-layout h2,.faq-layout h2{font-size:43px}.calculator-shell{margin-top:34px}.calc-controls,.calc-result{padding:24px 20px}.tariff-choice{font-size:10px;padding:11px 3px}.result-money{font-size:51px}.benefits-grid{grid-template-columns:1fr;margin-top:34px}.benefit-card{min-height:245px}.benefit-symbol{margin-bottom:38px}.legal-intro{align-items:flex-start;flex-direction:column}.law-mark{width:102px;height:102px;margin-top:8px}.law-mark span{font-size:39px}.legal-path{display:block;margin-top:37px}.legal-step,.legal-step+.legal-step{padding:21px 0;border-right:0;border-bottom:1px solid #c5c4bd}.legal-step:last-child{border-bottom:0}.legal-benefits{display:block;padding-top:19px}.legal-benefits span{display:block;margin-bottom:8px}.steps-lead{font-size:14px}.start-step{gap:18px}.start-step h3{font-size:16px}.faq-list summary{font-size:14px}.final-card{padding:30px 22px;gap:38px}.final-card h2{font-size:45px;margin:19px 0}.qr-module{gap:15px;align-items:flex-start}.qr-frame{width:122px;height:122px}.footer-inner{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}.footer-note{grid-column:auto}.sticky-cta{position:fixed;display:flex;align-items:center;justify-content:space-between;gap:14px;bottom:0;left:0;right:0;z-index:15;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:rgba(17,17,17,.93);backdrop-filter:blur(18px);color:#fff;border-top:1px solid #454541;box-shadow:0 -8px 26px rgba(0,0,0,.2)}.sticky-cta span{display:flex;flex-direction:column;line-height:1.2}.sticky-cta strong{font-size:12px;color:var(--yellow)}.sticky-cta small{font-size:9px;color:#8d8c87;margin-top:3px}.sticky-cta .button{min-height:42px;padding:10px 14px;font-size:12px}.site-footer{padding-bottom:110px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

.hero-photo{position:absolute;z-index:1;inset:0px;overflow:hidden;transform:none!important;background:#111}.hero-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transform:none!important}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,12,15,.22),rgba(10,12,15,.76));z-index:1}
.photo-overlay{position:absolute;z-index:3;left:24px;right:24px;bottom:24px;display:flex;justify-content:space-between;align-items:center;gap:10px}.photo-overlay strong{font-family:var(--mono);font-size:10px;color:#fff}.process-photo{height:220px;position:relative;margin-top:44px;border-radius:18px;overflow:hidden;border:1px solid #cfcdc5}.process-photo img{width:100%;height:100%;object-fit:cover;object-position:center 45%;display:block;filter:saturate(.82)}.process-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,15,18,.75),rgba(12,15,18,.08) 68%)}.process-photo>div{position:absolute;z-index:1;left:24px;bottom:22px;display:grid;gap:7px;color:#fff}.process-photo .mono{font-size:10px;color:var(--yellow)}.process-photo strong{font-size:18px;letter-spacing:-.04em}.goals-card{background-image:linear-gradient(90deg,rgba(17,17,17,.92) 0%,rgba(17,17,17,.78) 58%,rgba(17,17,17,.36) 100%),url('taxi_driver_working_process_1787644633248.jpg');background-size:cover;background-position:center;color:#fff}.goals-card p{color:#d0cfca}.goals-label{color:#e4e3dd}.priority-layout>div+div{background-image:linear-gradient(180deg,rgba(24,24,22,.9),rgba(24,24,22,.83)),url('taxi_interior_lhd_single_key_1787644451458.jpg');background-size:cover;background-position:center}.priority-layout>div+div .priority-group-title{color:#e3e1d9;border-color:rgba(255,255,255,.2)}.priority-layout>div+div .priority-group-title span:last-child,.priority-layout>div+div .earned-card small{color:#b7b5ae}.priority-layout>div+div .earned-card{border-color:rgba(255,255,255,.17)}.priority-layout>div+div .earned-card strong{color:#fff}.priority-layout>div+div .earned-card b{color:var(--yellow)}.steps-section{background-image:linear-gradient(90deg,rgba(244,243,238,.95),rgba(244,243,238,.84)),url('taxi_trunk_passenger_detail_1787644558213.jpg');background-size:cover;background-position:center}.final-section{background:#111;position:relative}.final-card{background:#1e1e1e;border:1px solid #3c3c39}

@media(max-width:620px){.hero-photo{inset:0px;height:100%}.process-photo{height:185px;margin-top:32px}.process-photo>div{left:18px;bottom:17px}.process-photo strong{max-width:260px;font-size:17px}.priority-layout>div+div{min-height:320px}.steps-section{background-position:58% center}.final-section{background-position:64% center}}



/* Income modes and priority sections */
.income-modes-section{background:#e9e8e2}.modes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;margin-top:52px;background:#c7c5bd;border:1px solid #c7c5bd}.mode-card{padding:30px;background:#f8f7f2;min-height:355px}.mode-card-recommended{background:#171717;color:#fff}.mode-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:38px}.mode-tag{display:inline-flex;padding:7px 10px;border-radius:7px;background:var(--yellow);color:#111;font-family:var(--mono);font-size:10px;text-transform:uppercase}.mode-tag-muted{background:#d9d8d2;color:#575651}.mode-number{font-family:var(--mono);font-size:11px;color:#8e8d87}.mode-card h3{font-size:30px;letter-spacing:-.06em;margin-bottom:8px;font-weight:700}.mode-lead{font-size:14px;color:#706f6a;margin-bottom:22px}.mode-card-recommended .mode-lead{color:#aaa9a3}.mode-card ul{list-style:none;display:grid;gap:11px}.mode-card li{position:relative;padding-left:18px;color:#676661;font-size:13px;line-height:1.45}.mode-card-recommended li{color:#c4c3bd}.mode-card li:before{content:'+';position:absolute;left:0;color:#b8a600;font-family:var(--mono)}.mode-card-recommended li:before{color:var(--yellow)}.mode-footer{border-top:1px solid #cfcdc5;margin-top:25px;padding-top:15px;color:#76756f;font-size:12px}.mode-card-recommended .mode-footer{border-color:#3d3d39;color:#a9a8a2}.goals-card{display:grid;grid-template-columns:1fr .8fr;gap:35px;margin-top:1px;padding:32px;background:#fff;border:1px solid #c7c5bd}.goals-label{font-family:var(--mono);font-size:10px;color:#8c8b85;letter-spacing:.08em}.goals-card h3{font-size:25px;letter-spacing:-.06em;margin:13px 0 8px;font-weight:700}.goals-card p{max-width:580px;color:#6e6d68;font-size:13px;line-height:1.6}.goal-progress{align-self:center;padding:21px;background:#171717;color:#fff;border-radius:16px}.goal-progress span,.goal-progress small{display:block;color:#93918c;font-family:var(--mono);font-size:10px}.goal-progress strong{display:block;font-size:15px;margin:7px 0 14px}.goal-progress>div{height:7px;border-radius:20px;background:#3d3d39;overflow:hidden}.goal-progress i{display:block;height:100%;border-radius:20px;background:var(--yellow)}.goal-progress small{margin-top:10px;color:var(--yellow)}.section-disclaimer{margin-top:18px;color:#777671;font-family:var(--mono);font-size:10px;line-height:1.5}.priority-section{background:#f4f3ee}.priority-layout{display:grid;grid-template-columns:1.45fr .75fr;gap:1px;margin-top:52px;background:var(--line);border:1px solid var(--line)}.priority-layout>div{padding:27px;background:#f8f7f2}.priority-layout>div+div{background:#ebeae4}.priority-group-title{display:flex;justify-content:space-between;gap:18px;padding-bottom:13px;border-bottom:1px solid #cfcdc5;color:#55544f;font-family:var(--mono);font-size:10px;text-transform:uppercase}.priority-group-title span:last-child{color:#999791}.priority-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0 20px}.priority-grid>div{display:flex;justify-content:space-between;align-items:baseline;gap:10px;padding:17px 0;border-bottom:1px solid #deddd6;font-size:13px}.priority-grid strong{white-space:nowrap;color:#746900;font-family:var(--mono);font-size:12px}.earned-card{display:grid;grid-template-columns:34px 1fr auto;gap:11px;align-items:center;padding:20px 0;border-bottom:1px solid #d0cec7}.earned-card:last-child{border-bottom:0}.earned-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--yellow);color:#111;font-size:17px}.earned-card strong,.earned-card small{display:block}.earned-card strong{font-size:14px;font-weight:600}.earned-card small{color:#777671;font-size:11px;margin-top:3px}.earned-card b{font-family:var(--mono);font-size:12px;color:#756a00;white-space:nowrap}

@media(max-width:620px){
  body{font-size:17px}
  .hero h1,.final-card h2,.split-heading h2,.legal-intro h2,.steps-layout h2,.faq-layout h2{font-weight:700;letter-spacing:-.055em}
  .section-kicker{font-size:12px;letter-spacing:.02em}
  .signal-number{font-size:24px}.signal-grid>div span:last-child{font-family:var(--font);font-size:12px;line-height:1.1}
  .hero-footnote{font-size:11px;line-height:1.45}.hero-lead{line-height:1.55}
  .control-label{font-size:16px}.control-label strong,.control-value{font-size:14px}.tariff-choice{font-size:13px;padding:13px 5px}.range-scale{font-size:11px}.calc-note{font-size:14px;line-height:1.45}.calc-note>span{width:20px;height:20px;font-size:11px}.result-top{font-size:13px}.result-badge{font-size:11px}.result-period{font-size:12px}.result-breakdown>div{font-size:15px}.result-breakdown strong{font-size:14px}.result-money{font-weight:700}
  .benefit-card h3{font-size:23px;font-weight:600}.benefit-card p{font-size:15px;line-height:1.55}.benefit-index{font-size:12px}.benefit-card a,.mini-links a{font-size:12px}
  .modes-grid{grid-template-columns:1fr;margin-top:34px}.mode-card{min-height:0;padding:25px}.mode-card h3{font-size:30px}.mode-card li{font-size:15px}.mode-footer{font-size:13px}.goals-card{grid-template-columns:1fr;padding:25px}.goals-card h3{font-size:24px}.goals-card p{font-size:14px}.goal-progress{padding:20px}.section-disclaimer{font-size:11px}
  .priority-layout{grid-template-columns:1fr;margin-top:34px}.priority-layout>div{padding:22px 20px}.priority-grid{grid-template-columns:1fr 1fr;gap:0 16px}.priority-grid>div{font-size:14px}.priority-grid strong{font-size:12px}.priority-group-title{font-size:11px}.earned-card strong{font-size:15px}.earned-card small{font-size:12px}.earned-card b{font-size:13px}
}

.hero h1,.final-card h2,.split-heading h2,.legal-intro h2,.steps-layout h2,.faq-layout h2{font-weight:700;font-optical-sizing:auto}.benefit-card h3,.mode-card h3,.goals-card h3,.start-step h3{font-weight:600}.button:active,.tariff-choice:active{transform:scale(.97)}
@media(pointer:coarse){.button{min-height:44px}}

/* Dense bento rhythm and lightweight motion layer */
@media(min-width:901px){
  .benefits-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(210px,auto);gap:1px}
  .benefit-card{min-height:0;padding:24px}
  .benefit-card:nth-child(1){grid-column:span 2;grid-row:span 2}
  .benefit-card:nth-child(2){grid-column:span 2}
  .benefit-card:nth-child(3),.benefit-card:nth-child(4){grid-column:span 1}
  .benefit-card:nth-child(5),.benefit-card:nth-child(6){grid-column:span 2}
}
@media(min-width:621px) and (max-width:900px){.benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
html.js .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform}
html.js .reveal.is-visible{opacity:1;transform:none}
.scroll-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:40;background:var(--yellow);transform:scaleX(0);transform-origin:left center;box-shadow:0 0 18px rgba(252,224,0,.45);pointer-events:none}
@media(prefers-reduced-motion:reduce){html.js .reveal,html.js .reveal.is-visible{opacity:1;transform:none;transition:none}.scroll-progress{display:none}}

/* Contrast, icon system and calculation disclosure */
.icon{display:inline-flex;align-items:center;justify-content:center;flex:none;line-height:0}
.icon svg,.benefit-symbol svg,.stat-icon-dark svg,.earned-icon svg,.faq-support>span svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.button .icon{width:16px;height:16px}.button .icon svg{width:15px;height:15px;stroke-width:2.2}.text-link{display:inline-flex;align-items:center;gap:8px}.text-link .icon{width:16px;height:16px}.text-link .icon svg{width:16px;height:16px}
.benefit-symbol{width:36px;height:36px;display:grid;place-items:center}.benefit-symbol svg{width:31px;height:31px;stroke-width:1.65}.stat-icon-dark svg{width:17px;height:17px}.earned-icon svg{width:17px;height:17px}.faq-support>span svg{width:18px;height:18px}
.mini-links a{font-family:var(--font);font-weight:600;letter-spacing:-.02em}
.priority-layout>div+div{background:#151515!important;background-image:none!important;color:#fff}.priority-layout>div+div .priority-group-title{color:#fff;border-color:#44443f}.priority-layout>div+div .priority-group-title span:last-child{color:#b8b7b1}.priority-layout>div+div .earned-card{border-color:#3f3f3a}.priority-layout>div+div .earned-card small{color:#c4c3bd}.priority-layout>div+div .earned-card strong{color:#fff}.priority-layout>div+div .earned-card b{color:var(--yellow)}
.section-light h2 em,.income-modes-section h2 em,.priority-section h2 em,.legal-section h2 em,.faq-section h2 em{color:#756300}.section-dark h2 em,.final-section h2 em{color:var(--yellow)}
.legal-intro{display:block}.legal-intro>div{max-width:720px}.law-mark{display:none}
.calc-method{margin-top:16px;border-top:1px solid #d0cec5;padding-top:13px}.calc-method summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;color:#3b3a35;font-size:13px;font-weight:700}.calc-method summary::-webkit-details-marker{display:none}.calc-method summary .icon{width:20px;height:20px;color:#6d5d00}.calc-method summary .icon svg{width:18px;height:18px}.calc-method p{padding-top:11px;color:#686762;font-size:12px;line-height:1.55}.calc-method[open] summary .icon{transform:rotate(180deg)}
.result-breakdown strong{white-space:nowrap}
@media(max-width:620px){.calc-method summary{font-size:14px}.calc-method p{font-size:13px}.priority-layout>div+div{min-height:0}.section-light h2 em,.income-modes-section h2 em,.priority-section h2 em,.legal-section h2 em,.faq-section h2 em{color:#6c5b00}}
.hero-grid,.hero-visual,.priority-layout,.priority-grid,.priority-grid>div{min-width:0}.priority-grid>div span{min-width:0;overflow-wrap:anywhere}

/* Refined light palette and unified UI typography */
:root{--paper:#fbfbf8;--light-accent:#e5c400}
.section-light,.income-modes-section,.priority-section{background:#fbfbf8}.legal-section,.faq-section{background:#f5f5f1}
.section-kicker,.eyebrow,.footer-links,.footer-note,.faq-support small{font-family:var(--font);letter-spacing:.06em}
.section-kicker,.eyebrow{font-weight:600}.section-kicker{font-size:11px}.eyebrow{font-size:12px}
.section-light h2 em,.income-modes-section h2 em,.priority-section h2 em,.legal-section h2 em,.faq-section h2 em{color:var(--light-accent)}
.footer-links{font-size:11px}.footer-note{font-size:11px;letter-spacing:.01em;color:#85837c}.faq-support small{font-size:11px;letter-spacing:.01em}
@media(max-width:620px){.section-kicker{font-size:11px}.eyebrow{font-size:11px}.footer-links{font-size:11px}.footer-note{font-size:11px;line-height:1.5}}

/* Custom Dialog / Modal Styling */
.custom-dialog{border:0;border-radius:20px;background:#1e1e1e;color:#fff;box-shadow:0 30px 90px rgba(0,0,0,.6);margin:auto;max-width:440px;width:calc(100% - 32px);padding:0;outline:0;border:1px solid #3c3c39}
.custom-dialog::backdrop{background:rgba(10,12,15,.75);backdrop-filter:blur(6px);animation:backdropFadeIn .3s ease forwards}
.dialog-content{padding:30px}
.dialog-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.dialog-icon{font-size:28px}
.dialog-header h3{font-size:22px;font-weight:700;letter-spacing:-.04em;color:var(--yellow)}
.dialog-content p{font-size:14px;color:#b9b8b4;line-height:1.55;margin-bottom:24px}
.dialog-actions{display:grid;gap:10px}
.dialog-actions .button{min-height:46px}

@keyframes backdropFadeIn{
  from{opacity:0}
  to{opacity:1}
}
dialog[open]{animation:dialogShow .32s cubic-bezier(.34,1.56,0.64,1) forwards}
@keyframes dialogShow{
  from{transform:scale(.92);opacity:0}
  to{transform:scale(1);opacity:1}
}


/* Presets and Interactive Additions */
.calc-presets-row{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--line);flex-wrap:wrap}
.presets-title{font-size:12px;font-family:var(--mono);color:#71706b}
.calc-presets{display:flex;gap:6px;flex-wrap:wrap}
.preset-btn{padding:6px 12px;border:1px solid #cccac0;background:#fff;border-radius:8px;font-size:11px;font-weight:600;color:#333;cursor:pointer;transition:.2s}
.preset-btn:hover,.preset-btn.active{background:#171717;color:#fff;border-color:#171717}
.card-pill-row{display:flex;gap:6px;margin-top:16px}
.card-pill{display:inline-block;padding:4px 8px;background:rgba(0,0,0,.08);border-radius:6px;font-family:var(--mono);font-size:10px;font-weight:600}
.benefit-card.benefit-featured .card-pill{background:rgba(0,0,0,.15);color:#111}

/* Sequential glowing animation for cities in eyebrow */
.eyebrow-animated{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;letter-spacing:.04em}
.city-item{color:#9e9c96;transition:color .3s ease,text-shadow .3s ease;animation:cityGlow 6s infinite ease-in-out}
.city-sep{color:#555450;font-size:9px;user-select:none}
.city-item:nth-child(1){animation-delay:0s}
.city-item:nth-child(3){animation-delay:1s}
.city-item:nth-child(5){animation-delay:2s}
.city-item:nth-child(7){animation-delay:3s}
.city-item:nth-child(9){animation-delay:4s}
.city-item:nth-child(11){animation-delay:5s}

@keyframes cityGlow{
  0%, 100%{color:#9e9c96;text-shadow:none;transform:scale(1)}
  8%, 20%{color:var(--yellow);text-shadow:0 0 12px rgba(252,224,0,.6);transform:scale(1.03)}
  28%{color:#9e9c96;text-shadow:none;transform:scale(1)}
}

/* Interactive Priority Checklist */

.priority-item{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #deddd6;font-size:13px;cursor:pointer;user-select:none;transition:color .15s}
.priority-item:hover{color:#000}
.priority-check{width:16px;height:16px;accent-color:#171717;cursor:pointer}
.priority-item span{flex:1}
.priority-score-box{background:linear-gradient(135deg,#232323,#141414);border:1px solid #3d3d3a;border-radius:14px;padding:18px 16px;text-align:center;margin-bottom:18px}
.score-caption{font-size:10px;font-family:var(--mono);color:#aaa9a4;text-transform:uppercase;letter-spacing:.05em}
.score-number{font-size:42px;font-weight:800;letter-spacing:-.06em;color:var(--yellow);line-height:1.1;margin:4px 0}
.score-status{font-size:12px;font-weight:600;color:#b9f2c2}

/* Legal 580-FZ Compare Grid */
.legal-compare-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:36px}
.compare-card{padding:26px;background:#fff;border:1px solid #d9d8d2;border-radius:18px;position:relative;z-index:2}
.compare-card-highlight{border-color:#171717;box-shadow:0 10px 30px rgba(0,0,0,.05)}
.compare-badge{display:inline-block;padding:4px 9px;border-radius:6px;background:var(--yellow);color:#111;font-size:10px;font-family:var(--mono);font-weight:700;margin-bottom:12px;text-transform:uppercase}
.compare-badge-muted{background:#e7e5de;color:#555}
.compare-card h3{font-size:20px;letter-spacing:-.04em;margin-bottom:14px;font-weight:700}
.compare-list{list-style:none;display:grid;gap:9px}
.compare-list li{font-size:13px;color:#5c5b56;line-height:1.45;position:relative;padding-left:14px}
.compare-list li:before{content:"•";position:absolute;left:0;color:var(--yellow);font-size:16px;line-height:1.1}
.compare-card:not(.compare-card-highlight) .compare-list li:before{color:#999}
.compare-list strong{color:#171717}

@media(max-width:768px){
  .legal-compare-grid{grid-template-columns:1fr}
  .priority-item{font-size:14px;padding:14px 0}
}

/* Continuous Abstract Background Circles Across Sections */
#income, #benefits, #income-modes, #priority, #legal, #steps, #faq {
  position: relative;
  overflow: hidden;
}
#income .container, #benefits .container, #income-modes .container, #priority .container, #legal .container, #steps .container, #faq .container {
  position: relative;
  z-index: 2;
}

/* Section Circle Orbits (Light and Dark Variations) */
#income:before, #income:after,
#benefits:before, #benefits:after,
#income-modes:before, #income-modes:after,
#priority:before, #priority:after,
#legal:before, #legal:after,
#steps:before, #steps:after,
#faq:before, #faq:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

/* Light sections circle outlines - Soft yellow/gray tints */
.section-light:before, .income-modes-section:before, .priority-section:before, .legal-section:before, .faq-section:before {
  border: 1px solid rgba(117, 99, 0, 0.04);
}
.section-light:after, .income-modes-section:after, .priority-section:after, .legal-section:after, .faq-section:after {
  border: 1px solid rgba(117, 99, 0, 0.08);
}

/* Dark sections circle outlines - Dark tech glowing yellow/white tints */
.section-dark:before {
  border: 1px solid rgba(255, 255, 255, 0.02);
}
.section-dark:after {
  border: 1px solid rgba(252, 224, 0, 0.04);
}

/* Continuity positioning of circles through page scroll */
#income:before {
  width: 600px;
  height: 600px;
  left: -200px;
  top: -100px;
}
#income:after {
  width: 900px;
  height: 900px;
  right: -250px;
  bottom: -300px;
}

#benefits:before {
  width: 800px;
  height: 800px;
  right: -150px;
  top: -200px;
}
#benefits:after {
  width: 500px;
  height: 500px;
  left: -100px;
  bottom: -150px;
}

#income-modes:before {
  width: 700px;
  height: 700px;
  left: -150px;
  top: -100px;
}
#income-modes:after {
  width: 1000px;
  height: 1000px;
  right: -300px;
  bottom: -400px;
}

#priority:before {
  width: 900px;
  height: 900px;
  right: -200px;
  top: -300px;
}
#priority:after {
  width: 600px;
  height: 600px;
  left: -150px;
  bottom: -200px;
}

#legal:before {
  width: 750px;
  height: 750px;
  left: -200px;
  top: -150px;
}
#legal:after {
  width: 850px;
  height: 850px;
  right: -250px;
  bottom: -250px;
}

#steps:before {
  width: 950px;
  height: 950px;
  right: -300px;
  top: -400px;
}
#steps:after {
  width: 650px;
  height: 650px;
  left: -100px;
  bottom: -150px;
}

#faq:before {
  width: 800px;
  height: 800px;
  left: -250px;
  top: -200px;
}
#faq:after {
  width: 1100px;
  height: 1100px;
  right: -350px;
  bottom: -450px;
}


