
:root{--ink:#131313;--muted:#67707a;--line:#ececec;--card:#ffffff;--red:#b3122b;--green:#2db64b;--green-dark:#21903a;--shadow:0 18px 50px rgba(0,0,0,.08)}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff 0%,#fff 60%,#fbfbfb 100%)} a{text-decoration:none;color:inherit} img{max-width:100%;display:block} button{font:inherit}
.section{max-width:1180px;margin:0 auto;padding:82px 24px}.compact{padding-top:12px;padding-bottom:12px}
.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.05);height:96px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between}
.logo-link{display:flex;align-items:center}.logo-link img{height:81px;width:auto}
.nav{display:flex;align-items:center;gap:26px;font-weight:700}.nav a{font-size:14px;color:#323232}.nav a:hover{color:var(--red)}.nav-cta{background:#f5f5f5;padding:10px 14px;border-radius:999px}
.eyebrow{margin:0 0 14px;color:#111111;font-size:12px;font-weight:900;letter-spacing:1.4px}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center;padding-top:58px}.hero h1{margin:0;font-size:clamp(30px,3.4vw,46px);line-height:1.08;letter-spacing:-1.1px;white-space:nowrap}.hero h1 .red{color:var(--red)}.hero h1 .green{color:var(--green)}
.lead{font-size:21px;line-height:1.55;color:#363d43;max-width:590px;margin:22px 0 0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.btn{border:1px solid #d9d9d9;border-radius:14px;padding:15px 20px;font-weight:850;cursor:pointer;transition:.18s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn.primary{background:linear-gradient(135deg,var(--green),#47c95c);color:white;border-color:transparent;box-shadow:0 10px 28px rgba(45,182,75,.25)}.btn.primary:hover{transform:translateY(-1px);background:var(--green-dark)}.btn.secondary{background:white}.btn.secondary:hover{background:#f4f4f4}
.btn-flame{display:inline-flex;align-items:center}.btn-flame img{width:18px;height:18px;filter:drop-shadow(0 3px 4px rgba(255,106,0,.18))}
.hero-meta{display:flex;gap:20px;flex-wrap:wrap;margin-top:18px;color:var(--muted);font-size:13px}.hero-meta span{position:relative;padding-left:14px}.hero-meta span:before{content:"";position:absolute;left:0;top:6px;width:6px;height:6px;border-radius:50%;background:var(--green)}
.hero-side{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center}.phone-card{width:min(100%,440px);background:linear-gradient(180deg,#ffffff 0%,#fcfcfc 100%);border:1px solid #ededed;border-radius:34px;padding:22px;box-shadow:var(--shadow);position:relative}.phone-card:before{content:"";position:absolute;inset:0;border-radius:34px;padding:1px;background:linear-gradient(145deg,rgba(179,18,43,.18),rgba(45,182,75,.2));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}
.phone-top{font-weight:800;font-size:15px;margin-bottom:18px}.phone-product{display:grid;grid-template-columns:96px 1fr;gap:18px;align-items:center}.phone-product h3{margin:0 0 5px;font-size:24px}.phone-product p{margin:0 0 8px;color:var(--green);font-weight:800}.phone-product ul{padding-left:18px;margin:0;color:#4e5861;line-height:1.6;font-size:14px}.phone-price{margin-top:16px;padding-top:16px;border-top:1px solid var(--line);font-size:17px}.phone-price strong{color:var(--green);font-size:28px}.floating-ball-img{position:absolute;width:74px;height:74px;right:6px;bottom:40px;filter:drop-shadow(0 12px 25px rgba(0,0,0,.12))}
.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.trust-item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 20px;box-shadow:0 8px 24px rgba(0,0,0,.03)}.trust-item strong{display:block;font-size:17px;margin-bottom:6px}.trust-item span{color:var(--muted);font-size:14px}
.section-head h2{font-size:42px;letter-spacing:-1.4px;margin:0}.section-sub{color:var(--muted);margin-top:10px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:26px}.step-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 8px 25px rgba(0,0,0,.03)}.step-card span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#edf8ef;color:var(--green);font-weight:900;margin-bottom:16px}.step-card h3{font-size:20px;margin:0 0 10px}.step-card p{font-size:14px;color:var(--muted);line-height:1.6;margin:0}
.test-section{background:linear-gradient(180deg,#fafbf9 0%,#f7f8f7 100%);max-width:none;padding-left:max(24px,calc((100vw - 1180px)/2));padding-right:max(24px,calc((100vw - 1180px)/2));border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.test-shell{background:#fff;max-width:820px;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow);margin-top:24px}.progress-row{display:flex;gap:16px;align-items:center;color:var(--muted);font-size:13px;font-weight:700}.progress{height:10px;border-radius:999px;background:#ececec;flex:1;overflow:hidden}#progressBar{height:100%;width:6.66%;background:linear-gradient(90deg,var(--green),#7dda57)}.question h3{font-size:31px;line-height:1.2;letter-spacing:-.6px;margin:26px 0 18px}.options{display:grid;gap:11px}.option{padding:16px 18px;border:1px solid #dcdcdc;border-radius:14px;background:white;text-align:left;cursor:pointer;font-weight:600}.option:hover{border-color:#bcbcbc}.option.selected{border:2px solid var(--green);background:#f2fbf2}.test-actions{display:flex;justify-content:space-between;gap:16px;margin-top:24px}.hidden{display:none!important}
.result-card{display:grid;grid-template-columns:250px 1fr;gap:26px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:var(--shadow);margin-top:28px}.product-stage{height:100%;min-height:270px;border-radius:22px;background:linear-gradient(180deg,#fbfbfb 0%,#f5f5f5 100%);display:grid;place-items:center}.result-badge{margin:0;color:var(--green);font-weight:900;font-size:14px}.result-main h3{font-size:42px;letter-spacing:-1px;margin:8px 0 14px}.compat-row{display:flex;align-items:center;gap:16px;margin-bottom:18px}.compat-circle{width:82px;height:82px;border-radius:50%;border:5px solid var(--green);display:grid;place-items:center;font-size:24px;font-weight:900;color:var(--green)}.compat-row p{margin:4px 0 0;color:var(--muted)}.reason-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.reason-grid div{background:#f8f9f8;border:1px solid #ececec;border-radius:14px;padding:12px 14px;font-size:14px}.price-box{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px}.price-box div{border:1px solid var(--line);border-radius:16px;padding:14px 16px;background:#fff}.price-box span{display:block;color:var(--muted);font-size:13px;margin-bottom:6px}.price-box strong{font-size:28px}.price-box .green{color:var(--green)}.result-actions{display:flex;gap:12px;flex-wrap:wrap}.alt-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.alt-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px}.alt-card p{margin:0 0 14px;font-weight:800}.alt-top{display:flex;align-items:center;gap:16px}.alt-card h4{margin:0 0 5px;font-size:22px}.alt-card strong{font-size:28px;color:var(--green);display:block}.alt-card small{color:var(--muted)}
.split-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.ghost-link{font-weight:800;color:var(--green)}.deal-title{display:flex;align-items:center;gap:12px}.flame-badge{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#fff7eb,#ffe9d0);box-shadow:0 8px 20px rgba(255,106,0,.12)}.flame-badge img{width:24px;height:24px;filter:drop-shadow(0 3px 4px rgba(255,106,0,.18))}
.filter-row{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.pill{border:0;background:#f1f1f1;padding:10px 14px;border-radius:999px;font-weight:800;color:#444}.pill.active{background:var(--green);color:#fff}.deal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.deal-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 10px 28px rgba(0,0,0,.035)}.deal-stage{height:205px;background:#fbfbfb;border-radius:18px;display:grid;place-items:center;position:relative;margin-bottom:14px}.deal-stage b{position:absolute;right:12px;bottom:12px;background:#ff6a45;color:white;border-radius:999px;padding:8px 10px;font-size:13px}.tag{display:inline-block;padding:6px 8px;border-radius:8px;font-size:11px;font-weight:900;margin-bottom:10px}.tag.hot{background:#fff1ea;color:#ce4b22}.tag.min{background:#fff5e7;color:#d18400}.tag.good{background:#eaf8ee;color:#19833a}.deal-card h3{margin:0 0 6px;font-size:26px}.deal-card .mini{color:var(--muted);font-size:14px;line-height:1.5;min-height:64px}.deal-prices s{display:block;color:#969696}.deal-prices strong{display:block;color:var(--green);font-size:32px;margin-top:2px}.save{margin:8px 0 14px;color:#555}.trust-note{margin-top:18px;background:#f5f6f5;border:1px solid #ededed;padding:14px 16px;border-radius:14px;color:#555;font-size:13px}
.footer{padding:46px 20px 52px;text-align:center;background:#0f0f10;color:#fff;margin-top:32px}.footer img{height:76px;width:auto;margin:0 auto 18px;filter:brightness(1.04)}.footer p{max-width:640px;margin:0 auto 12px;color:#dadada}.footer small{color:#969696}
.padel-shape{width:94px;height:128px;border-radius:49% 49% 43% 43%;position:relative;display:grid;place-items:center;color:#fff;font-weight:900;letter-spacing:.4px}.padel-shape:after{content:"";position:absolute;width:22px;height:64px;bottom:-48px;background:inherit;border-radius:5px 5px 10px 10px}.padel-shape.dark{background:#141416}.padel-shape.red{background:#141416;box-shadow:inset 0 0 0 7px #d4403c}.padel-shape.gold{background:#141416;box-shadow:inset 0 0 0 7px #c99a1c}.padel-shape.outline{background:#141416;box-shadow:inset 0 0 0 7px #dbdbdb}.padel-shape.large{width:140px;height:184px;font-size:28px}.padel-shape.large:after{width:30px;height:88px;bottom:-64px}.green{color:var(--green)}
@media (max-width:980px){.nav{gap:16px}.nav a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;gap:26px}.hero-side{min-height:auto}.trust-strip,.steps-grid,.deal-grid{grid-template-columns:1fr 1fr}.result-card{grid-template-columns:1fr}.reason-grid,.price-box,.alt-grid{grid-template-columns:1fr}}
@media (max-width:700px){.topbar{height:84px;padding:0 16px}.logo-link img{height:62px}.section{padding:60px 16px}.hero h1{font-size:28px;letter-spacing:-.6px;white-space:nowrap}.lead{font-size:18px}.hero-actions .btn{width:100%}.hero-meta{gap:14px}.phone-card{padding:18px;border-radius:26px}.phone-product{grid-template-columns:82px 1fr}.phone-product h3{font-size:22px}.section-head h2{font-size:34px}.trust-strip,.steps-grid,.deal-grid{grid-template-columns:1fr}.test-shell{padding:20px}.question h3{font-size:26px}.test-actions{flex-direction:column-reverse}.test-actions .btn,.result-actions .btn{width:100%}.filter-row{overflow:auto;flex-wrap:nowrap;padding-bottom:2px}.padel-shape.large{width:120px;height:156px}.floating-ball-img{width:64px;height:64px;right:8px;bottom:24px}}
