.sgr-root{--bg:#f8fafc;--bg-elev:#fff;--bg-warm:#f1f5f9;--ink:#0e1116;--ink-soft:#4a5260;--line:#e5e7eb;--line-soft:#f3f4f6;--accent:#4f9fd8;--accent-deep:#2f78b4;--accent-soft:#e1f4ff;--sun:#ff8559;--sun-deep:#f4663a;--gold:#f5b301;background:var(--bg);color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased}.sgr-root *,.sgr-root :after,.sgr-root :before{box-sizing:border-box}.sgr-container{margin:0 auto;max-width:1140px;padding:0 24px}.sgr-root .hero{overflow:hidden;padding:80px 0 96px;position:relative}.sgr-root .hero-status{align-items:center;background:var(--accent-soft);border-radius:999px;color:var(--accent-deep);display:inline-flex;font-size:13px;font-weight:600;gap:8px;letter-spacing:.02em;margin-bottom:28px;padding:6px 14px}.sgr-root .pulse{animation:sgr-pulse 2s infinite;background:var(--accent);border-radius:50%;height:8px;width:8px}@keyframes sgr-pulse{0%{box-shadow:0 0 #4f9fd880}70%{box-shadow:0 0 0 10px #4f9fd800}to{box-shadow:0 0 #4f9fd800}}.sgr-root .hero-subline{color:var(--accent-deep);font-size:15.5px;font-weight:600;letter-spacing:.04em;margin-bottom:12px;text-transform:uppercase}.sgr-root .hero-h1{font-size:clamp(52px,8vw,104px);font-weight:800;letter-spacing:-.035em;line-height:.97;margin-bottom:20px;max-width:820px}.sgr-root .hero-h1 .accent{color:var(--accent);font-style:italic;font-weight:700}.sgr-root .hero-h1 .sun{color:var(--sun-deep);font-style:italic;font-weight:700}.sgr-root .hero-tagline{color:var(--ink-soft);font-size:clamp(20px,2.2vw,26px);font-style:italic;line-height:1.4;margin-bottom:36px;max-width:720px}.sgr-root .hero-tagline strong{color:var(--accent-deep)}.sgr-root .hero-stats{display:flex;flex-wrap:wrap;gap:40px;margin-bottom:40px}.sgr-root .hero-stat-label{color:var(--ink-soft);font-size:12px;letter-spacing:.1em;margin-bottom:4px;text-transform:uppercase}.sgr-root .hero-stat-value{font-size:24px;font-weight:700;letter-spacing:-.02em}.sgr-root .hero-cta{display:flex;flex-wrap:wrap;gap:12px}.sgr-root .hero-cross{color:var(--ink-soft);font-size:14px;margin-top:20px}.sgr-root .hero-cross a{border-bottom:1px solid var(--accent-soft);color:var(--accent-deep);font-weight:600;text-decoration:none}.sgr-root .hero-cross a:hover{border-bottom-color:var(--accent-deep)}.sgr-root .btn{align-items:center;border:none;border-radius:999px;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;padding:14px 22px;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.sgr-root .btn-sun{background:var(--sun);color:#1a1006}.sgr-root .btn-sun:hover{background:var(--sun-deep);box-shadow:0 10px 30px -10px #f4663a80;color:#fff;transform:translateY(-1px)}.sgr-root .btn-ghost{background:transparent;border:1px solid var(--line);color:var(--ink)}.sgr-root .btn-ghost:hover{background:var(--bg-elev)}.sgr-root .arrow{transition:transform .2s ease}.sgr-root .btn:hover .arrow{transform:translate(3px)}.sgr-root .hero-deco{align-items:center;background:linear-gradient(135deg,var(--sun) 0,var(--accent-deep) 100%);border-radius:32px;box-shadow:0 40px 80px -20px #2f78b459;color:#fff;display:flex;height:540px;justify-content:center;opacity:.95;overflow:hidden;position:absolute;right:-16px;top:70px;transform:rotate(8deg);width:360px}.sgr-root .hero-deco .reel-glyph{font-size:76px;font-weight:800;letter-spacing:-.03em;line-height:1;padding:28px;text-align:center;transform:rotate(-8deg)}.sgr-root .hero-deco .reel-tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border-radius:999px;bottom:32px;font-size:13px;font-weight:600;padding:8px 14px;position:absolute;right:24px;transform:rotate(-8deg);white-space:nowrap}@media(max-width:1240px){.sgr-root .hero-deco{display:none}}.sgr-root section{border-top:1px solid var(--line);padding:80px 0}.sgr-root .section-eyebrow{color:var(--accent-deep);font-size:12px;font-weight:700;letter-spacing:.14em;margin-bottom:14px;text-transform:uppercase}.sgr-root .section-title{font-size:clamp(36px,5vw,56px);font-weight:700;letter-spacing:-.025em;line-height:1.05;margin-bottom:18px}.sgr-root .section-title em{color:var(--sun-deep);font-style:italic}.sgr-root .section-subtitle{color:var(--ink-soft);font-size:18px;margin-bottom:56px;max-width:640px}.sgr-root .steps{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}@media(max-width:1040px){.sgr-root .steps{grid-template-columns:1fr 1fr}}@media(max-width:640px){.sgr-root .steps{grid-template-columns:1fr}}.sgr-root .step{background:var(--bg-elev);border:1px solid var(--line);border-radius:20px;display:flex;flex-direction:column;padding:28px}.sgr-root .step.highlight{background:linear-gradient(160deg,rgba(255,133,89,.12) 0,var(--bg-elev) 60%);border:1px solid var(--sun)}.sgr-root .step-badge{align-self:flex-start;background:var(--sun);border-radius:999px;color:#1a1006;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.12em;margin-bottom:16px;padding:4px 10px;text-transform:uppercase}.sgr-root .step-num{color:var(--accent);font-size:56px;font-weight:800;letter-spacing:-.02em;line-height:1;margin-bottom:18px}.sgr-root .step.highlight .step-num{color:var(--sun-deep)}.sgr-root .step-title{font-size:20px;font-weight:700;letter-spacing:-.01em;line-height:1.25;margin-bottom:10px}.sgr-root .step-body{color:var(--ink-soft);flex:1;font-size:14.5px}.sgr-root .step-body em,.sgr-root .step-body strong{color:var(--ink)}.sgr-root .prizes-grid{display:grid;gap:20px;grid-template-columns:1.5fr 1fr}@media(max-width:860px){.sgr-root .prizes-grid{grid-template-columns:1fr}}.sgr-root .prize{background:var(--bg-elev);border:1px solid var(--line);border-radius:20px;display:flex;flex-direction:column;padding:32px}.sgr-root .prize.grand{background:linear-gradient(135deg,var(--ink) 0,#1a1f29 100%);border-color:var(--ink);color:var(--bg-elev)}.sgr-root .prize-medal{font-size:22px;margin-bottom:16px}.sgr-root .prize-label{font-size:14px;font-weight:600;letter-spacing:.08em;margin-bottom:12px;opacity:.85;text-transform:uppercase}.sgr-root .prize-title{font-size:28px;font-weight:800;letter-spacing:-.02em;line-height:1.12;margin-bottom:14px}.sgr-root .prize.grand .prize-title{color:#fff}.sgr-root .prize-detail{font-size:14.5px;line-height:1.5;margin-bottom:20px;opacity:.75}.sgr-root .prize-plus{align-items:center;color:var(--sun);display:inline-flex;font-size:12px;font-weight:700;gap:8px;letter-spacing:.16em;margin:4px 0 14px;text-transform:uppercase}.sgr-root .prize-plus:after,.sgr-root .prize-plus:before{background:currentColor;content:"";height:1px;opacity:.6;width:28px}.sgr-root .partner-logos{display:flex;flex-wrap:wrap;gap:12px;margin-top:auto}.sgr-root .partner-logo{align-items:center;background:#fff;border:1px solid var(--line);border-radius:12px;display:inline-flex;height:56px;justify-content:center;padding:10px 16px;transition:transform .15s ease,box-shadow .15s ease}.sgr-root .partner-logo:hover{box-shadow:0 10px 24px -12px #00000059;transform:translateY(-2px)}.sgr-root .partner-logo img{display:block;max-height:32px;max-width:160px;-o-object-fit:contain;object-fit:contain;width:auto}.sgr-root .tracker-frame{background:var(--bg-elev);border:1px solid var(--line);border-radius:24px;max-width:720px;padding:16px}.sgr-root .discount-callout{align-items:center;background:linear-gradient(135deg,var(--accent-soft) 0,#d6ecff 100%);border:1px solid var(--accent-soft);border-radius:20px;display:grid;gap:32px;grid-template-columns:1.3fr 1fr;margin-top:24px;padding:32px}@media(max-width:720px){.sgr-root .discount-callout{grid-template-columns:1fr}}.sgr-root .discount-callout h3{font-size:32px;font-weight:800;letter-spacing:-.025em;line-height:1.1;margin-bottom:12px}.sgr-root .discount-callout p{color:var(--ink);font-size:16px;line-height:1.55;opacity:.85}.sgr-root .price-preview{background:var(--bg-elev);border:1px solid var(--line);border-radius:16px;padding:24px;text-align:center}.sgr-root .price-preview .price-old{color:var(--ink-soft);font-size:22px;text-decoration:line-through}.sgr-root .price-preview .price-new{color:var(--accent-deep);font-size:40px;font-weight:800;letter-spacing:-.03em;margin:4px 0}.sgr-root .price-preview .price-tag{align-items:center;background:var(--sun);border-radius:999px;color:#1a1006;display:inline-flex;font-size:12px;font-weight:700;gap:6px;letter-spacing:.04em;margin-top:8px;padding:4px 12px}.sgr-root .benefits-grid{display:grid;gap:20px;grid-template-columns:1fr 1fr}@media(max-width:720px){.sgr-root .benefits-grid{grid-template-columns:1fr}}.sgr-root .benefit{background:linear-gradient(160deg,rgba(255,133,89,.1) 0,var(--bg-elev) 55%);border:1px solid var(--sun);border-radius:20px;display:flex;flex-direction:column;gap:14px;padding:32px}.sgr-root .benefit-icon{font-size:26px}.sgr-root .benefit-title{font-size:22px;font-weight:700;letter-spacing:-.01em;line-height:1.2}.sgr-root .benefit-body{color:var(--ink-soft);flex:1;font-size:15px;line-height:1.55}.sgr-root .benefit .partner-logos{margin-top:4px}.sgr-root .checklist{display:flex;flex-direction:column;gap:16px}.sgr-root .check-item{align-items:start;background:var(--bg-elev);border:1px solid var(--line);border-radius:18px;display:grid;gap:18px;grid-template-columns:44px 1fr;padding:24px}.sgr-root .check-item>div{min-width:0}.sgr-root .check-num{align-items:center;background:var(--accent-soft);border-radius:50%;color:var(--accent-deep);display:flex;font-size:18px;font-weight:800;height:44px;justify-content:center;width:44px}.sgr-root .check-title{font-size:19px;font-weight:700;letter-spacing:-.01em;line-height:1.25;margin-bottom:6px}.sgr-root .check-body{color:var(--ink-soft);font-size:15px;line-height:1.55}.sgr-root .check-body strong{color:var(--ink)}.sgr-root .reels-grid{display:grid;gap:14px;grid-template-columns:repeat(3,1fr);margin-top:16px}@media(max-width:720px){.sgr-root .reels-grid{grid-template-columns:1fr}}.sgr-root .reel{background:var(--bg-warm);border:1px solid var(--line);border-radius:14px;padding:18px}.sgr-root .reel-label{color:var(--accent-deep);display:inline-block;font-size:11px;font-weight:700;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.sgr-root .reel-title{font-size:16px;font-weight:700;line-height:1.25;margin-bottom:6px}.sgr-root .reel-body{color:var(--ink-soft);font-size:13.5px;line-height:1.5}.sgr-root .mandate{align-items:flex-start;background:linear-gradient(135deg,var(--sun) 0,var(--sun-deep) 100%);border-radius:14px;color:#1a1006;display:flex;font-size:14.5px;font-weight:600;gap:12px;line-height:1.45;margin-top:18px;padding:16px 20px}.sgr-root .mandate .mandate-icon{font-size:20px;line-height:1}.sgr-root .timeline{padding:24px 0;position:relative}.sgr-root .timeline-bar{background:var(--accent);height:2px;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.sgr-root .timeline-points{display:grid;gap:16px;grid-template-columns:repeat(3,1fr);position:relative}.sgr-root .tp{align-items:center;display:flex;flex-direction:column;gap:12px;padding:20px 0;text-align:center}.sgr-root .tp-dot{background:var(--accent);border:4px solid var(--bg);border-radius:50%;box-shadow:0 0 0 1px var(--accent);height:14px;width:14px}.sgr-root .tp.tp-final .tp-dot{background:var(--sun);box-shadow:0 0 0 1px var(--sun)}.sgr-root .tp-date{font-size:18px;font-weight:700;letter-spacing:-.01em}.sgr-root .tp-label{color:var(--ink-soft);font-size:13.5px;line-height:1.4;max-width:200px}@media(max-width:720px){.sgr-root .timeline-points{grid-template-columns:1fr}.sgr-root .timeline-bar{display:none}}.sgr-root .rules-grid{display:grid;gap:20px 36px;grid-template-columns:1fr 1fr}@media(max-width:720px){.sgr-root .rules-grid{grid-template-columns:1fr}}.sgr-root .rule{border-bottom:1px solid var(--line-soft);display:flex;gap:14px;padding:18px 0}.sgr-root .rule-check{align-items:center;background:var(--accent-soft);border-radius:50%;color:var(--accent-deep);display:flex;flex-shrink:0;font-size:13px;font-weight:700;height:24px;justify-content:center;margin-top:2px;width:24px}.sgr-root .rule-body{font-size:15px}.sgr-root .rule-body a{border-bottom:1px solid var(--accent-soft);color:var(--accent-deep);font-weight:600;text-decoration:none}.sgr-root .rule-body a:hover{border-bottom-color:var(--accent-deep)}.sgr-root .faq{max-width:820px}.sgr-root .faq-item{border-bottom:1px solid var(--line)}.sgr-root .faq-q{align-items:center;background:transparent;border:none;color:var(--ink);cursor:pointer;display:flex;font-size:18px;font-weight:700;gap:24px;justify-content:space-between;letter-spacing:-.01em;padding:22px 0;text-align:left;width:100%}.sgr-root .faq-q .chev{color:var(--accent);font-size:22px;line-height:1;transition:transform .2s ease}.sgr-root .faq-item.open .faq-q .chev{transform:rotate(45deg)}.sgr-root .faq-a{color:var(--ink-soft);font-size:15.5px;line-height:1.6;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.sgr-root .faq-a a{color:var(--accent-deep);font-weight:600}.sgr-root .faq-item.open .faq-a{max-height:600px;padding-bottom:22px}.sgr-root .cta-final{background:var(--ink);border-radius:28px;color:var(--bg-elev);margin:80px 0;overflow:hidden;padding:64px 48px;position:relative}.sgr-root .cta-final:before{background:radial-gradient(circle,var(--sun) 0,transparent 70%);content:"";height:400px;opacity:.4;position:absolute;right:-100px;top:-100px;width:400px}.sgr-root .cta-final-inner{max-width:640px;position:relative}.sgr-root .cta-final h2{font-size:clamp(32px,4vw,48px);font-weight:800;letter-spacing:-.03em;line-height:1.05;margin-bottom:16px}.sgr-root .cta-final h2 .accent{color:var(--sun);font-style:italic}.sgr-root .cta-final p{font-size:16.5px;line-height:1.55;margin-bottom:28px;opacity:.8}.sgr-root .cta-final .hero-cta .btn-ghost{border-color:#fff3;color:#fff}.sgr-root .cta-final .hero-cta .btn-ghost:hover{background:#ffffff0d}.sgr-root .sgr-footer{border-top:1px solid var(--line);padding:40px 0 60px}.sgr-root .footer-inner{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.sgr-root .footer-brand{align-items:center;display:flex;font-weight:700;gap:8px}.sgr-root .footer-brand .dot{background:var(--sun);border-radius:50%;height:8px;width:8px}.sgr-root .footer-meta{color:var(--ink-soft);font-size:13.5px}.sgr-root .footer-links{display:flex;flex-wrap:wrap;gap:24px}.sgr-root .footer-links a{color:var(--ink-soft);font-size:13.5px;text-decoration:none}.sgr-root .footer-links a:hover{color:var(--ink)}@media(max-width:640px){.sgr-container{padding:0 16px}.sgr-root .hero{padding:48px 0 56px}.sgr-root section{padding:56px 0}.sgr-root .section-subtitle{font-size:16px;margin-bottom:32px}.sgr-root .hero-h1{font-size:clamp(40px,13vw,80px)}.sgr-root .hero-tagline{font-size:17px;margin-bottom:28px}.sgr-root .section-title{font-size:clamp(28px,7vw,42px)}.sgr-root .hero-stats{flex-direction:column;gap:18px;margin-bottom:28px}.sgr-root .hero-stat-value{font-size:21px}.sgr-root .hero-cta{flex-direction:column;gap:10px}.sgr-root .hero-cta .btn{justify-content:center;padding:12px 18px;width:100%}.sgr-root .benefit,.sgr-root .check-item,.sgr-root .prize,.sgr-root .step{padding:22px}.sgr-root .mandate{font-size:13.5px;padding:14px 16px}.sgr-root .reel{padding:16px}.sgr-root .partner-logo{height:48px;padding:8px 12px}.sgr-root .partner-logo img{max-height:26px;max-width:130px}.sgr-root .step-num{font-size:44px;margin-bottom:14px}.sgr-root .step-title{font-size:18px}.sgr-root .prize-title{font-size:23px}.sgr-root .discount-callout{padding:24px}.sgr-root .discount-callout h3{font-size:24px}.sgr-root .check-item{gap:14px;grid-template-columns:36px 1fr}.sgr-root .check-num{font-size:16px;height:36px;width:36px}.sgr-root .tp{padding:12px 0}.sgr-root .tp-date{font-size:16px}.sgr-root .tp-label{font-size:12.5px}.sgr-root .rules-grid{gap:0}.sgr-root .rule{padding:14px 0}.sgr-root .rule-body{font-size:14.5px}.sgr-root .faq-q{font-size:16px;gap:12px;padding:18px 0}.sgr-root .faq-a{font-size:14.5px}.sgr-root .cta-final{border-radius:22px;margin:56px 0;padding:36px 22px}.sgr-root .cta-final:before{height:240px;right:-80px;top:-80px;width:240px}.sgr-root .footer-inner{align-items:flex-start;flex-direction:column;gap:14px}.sgr-root .footer-links{gap:14px}}@media(max-width:380px){.sgr-root .hero-h1{font-size:38px}.sgr-root .section-title{font-size:26px}.sgr-root .prize-title{font-size:21px}}html.dark .sgr-root{--bg:#0a0a0a;--bg-elev:#171717;--bg-warm:#1f2937;--ink:#f5f5f5;--ink-soft:#a3a3a3;--line:#2d2d2d;--line-soft:#1f1f1f;--accent:#6cb0df;--accent-deep:#4f9fd8;--accent-soft:rgba(79,159,216,.18);--sun:#ff8559;--sun-deep:#ff6f47}html.dark .sgr-root .discount-callout{background:linear-gradient(135deg,#4f9fd82e,#4f9fd814);border-color:#4f9fd859}html.dark .sgr-root .benefit{background:linear-gradient(160deg,rgba(255,133,89,.14) 0,var(--bg-elev) 55%);border-color:#ff855973}html.dark .sgr-root .step.highlight{background:linear-gradient(160deg,rgba(255,133,89,.16) 0,var(--bg-elev) 60%);border-color:#ff855973}html.dark .sgr-root .prize.grand{background:linear-gradient(135deg,#0e1116,#1a1f29);border-color:#4f9fd859;color:#f5f5f5}html.dark .sgr-root .cta-final{background:#0e1116;border:1px solid rgba(79,159,216,.2);color:#f5f5f5}html.dark .sgr-root .partner-logo{background:#fff;border-color:#ffffff26}html.dark .sgr-root .price-preview{background:var(--bg-elev);border-color:var(--line)}
