:root {
            --navy: #0b1f3a;
            --navy-2: #132f54;
            --orange: #f47a18;
            --orange-dark: #d95d08;
            --ink: #17243a;
            --muted: #5b677a;
            --line: #dbe3ed;
            --soft: #f4f7fb;
            --white: #fff;
            --green: #16825d;
            --shadow: 0 16px 45px rgba(11, 31, 58, .10);
            --radius: 18px;
        }

        * { box-sizing: border-box; }
        html { scroll-behavior: smooth; scroll-padding-top: 90px; }
        body {
            margin: 0;
            color: var(--ink);
            background: var(--white);
            font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }
        a { color: inherit; }
        button, a { -webkit-tap-highlight-color: transparent; }
        .container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
        .skip-link {
            position: fixed; left: 16px; top: -100px; z-index: 1000;
            padding: 10px 16px; color: #fff; background: var(--navy); border-radius: 8px;
        }
        .skip-link:focus { top: 14px; }

        .trustbar { color: #fff; background: var(--navy); font-size: 13px; }
        .trustbar-inner {
            min-height: 42px; display: grid; grid-template-columns: repeat(3, 1fr);
            align-items: center; text-align: center; gap: 12px;
        }
        .trustbar span { display: flex; align-items: center; justify-content: center; gap: 8px; }
        .trustbar svg { width: 18px; height: 18px; stroke: #ffac65; }

        .site-header {
            position: sticky; top: 0; z-index: 100;
            background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(219,227,237,.85);
            backdrop-filter: blur(12px);
        }
        .header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
        .logo { text-decoration: none; font-weight: 900; letter-spacing: -.03em; color: var(--navy); font-size: 22px; }
        .logo i { color: var(--orange); font-style: normal; }
        nav { display: flex; align-items: center; gap: 28px; }
        nav a { color: #2f3d52; font-size: 14px; font-weight: 750; text-decoration: none; }
        nav a:hover { color: var(--orange-dark); }
        .nav-cta {
            padding: 10px 17px; border: 1px solid var(--navy); border-radius: 10px;
        }
        .menu-button { display: none; border: 0; background: transparent; padding: 8px; color: var(--navy); }

        .hero {
            overflow: hidden; position: relative;
            background:
                radial-gradient(circle at 78% 35%, rgba(244,122,24,.16), transparent 27%),
                linear-gradient(112deg, #f9fbfe 0%, #edf4fb 58%, #e4edf7 100%);
        }
        .hero:after {
            content: ""; position: absolute; width: 440px; height: 440px; right: -140px; top: -190px;
            border: 1px solid rgba(244,122,24,.22); border-radius: 50%;
        }
        .hero-inner {
            position: relative; z-index: 1; min-height: 520px; display: grid;
            grid-template-columns: 1.08fr .92fr; align-items: center; gap: 42px; padding-block: 54px;
        }
        .eyebrow {
            margin: 0 0 12px; color: var(--orange-dark); font-weight: 900; font-size: 13px;
            letter-spacing: .12em; text-transform: uppercase;
        }
        h1 {
            max-width: 720px; margin: 0; color: var(--navy); font-size: clamp(40px, 5.6vw, 70px);
            line-height: 1.04; letter-spacing: -.055em;
        }
        .hero-copy { max-width: 660px; margin: 22px 0 28px; color: var(--muted); font-size: 18px; }
        .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
        .btn {
            display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px;
            padding: 12px 22px; border: 0; border-radius: 11px; text-decoration: none;
            font-weight: 850; transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
        }
        .btn:hover { transform: translateY(-2px); }
        .btn:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #ffb577; outline-offset: 3px; }
        .btn-primary { color: #fff; background: var(--orange); box-shadow: 0 9px 20px rgba(244,122,24,.25); }
        .btn-primary:hover { background: var(--orange-dark); }
        .btn-secondary { color: var(--navy); background: #fff; border: 1px solid #cbd7e5; }
        .hero-points { display: flex; flex-wrap: wrap; gap: 18px 28px; padding: 0; margin: 30px 0 0; list-style: none; }
        .hero-points li { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 750; color: #34455e; }
        .check {
            display: grid; width: 24px; height: 24px; place-items: center; flex: 0 0 24px;
            color: #fff; background: var(--navy); border-radius: 50%; font-size: 12px;
        }

        .station-stage { position: relative; display: grid; min-height: 390px; place-items: center; }
        .station-stage:before {
            content: ""; position: absolute; width: 370px; height: 370px; border-radius: 50%;
            background: radial-gradient(circle, rgba(244,122,24,.32), rgba(244,122,24,0) 68%);
        }
        .hero-product-link {
            position: relative; z-index: 2; display: grid; width: min(410px, 92%); height: 320px;
            place-items: center; padding: 12px; border-radius: 24px;
        }
        .hero-product-image {
            display: block; width: 100%; height: 100%; object-fit: contain;
            filter: drop-shadow(0 28px 25px rgba(11,31,58,.24));
            transition: transform .22s ease;
        }
        .hero-product-link:hover .hero-product-image { transform: scale(1.035); }
        .solar-lines {
            position: absolute; inset: 22% 0 auto; height: 180px; opacity: .55;
            background-image:
                linear-gradient(rgba(11,31,58,.10) 1px, transparent 1px),
                linear-gradient(90deg, rgba(11,31,58,.10) 1px, transparent 1px);
            background-size: 32px 32px; transform: perspective(300px) rotateX(62deg);
        }
        .station {
            position: relative; z-index: 2; width: 330px; height: 265px; border-radius: 28px;
            background: linear-gradient(135deg, #344151 0%, #111924 58%, #222e3a 100%);
            border: 2px solid #4a5968; box-shadow: 0 36px 55px rgba(11,31,58,.30);
        }
        .station:before {
            content: ""; position: absolute; width: 150px; height: 34px; left: 50%; top: -20px;
            transform: translateX(-50%); border: 14px solid #202b37; border-bottom: 0; border-radius: 28px 28px 0 0;
        }
        .station-screen {
            position: absolute; width: 124px; height: 67px; left: 50%; top: 48px; transform: translateX(-50%);
            display: grid; place-items: center; color: #d8fffb; border: 3px solid #4e5e6c; border-radius: 8px;
            background: #09161d; font: 800 19px/1 ui-monospace, monospace; box-shadow: inset 0 0 18px rgba(41,231,210,.12);
        }
        .station-screen small { color: #8ca1ac; font-size: 8px; letter-spacing: .1em; }
        .outlets { position: absolute; left: 42px; right: 42px; bottom: 34px; display: flex; justify-content: space-between; align-items: end; }
        .socket { width: 57px; height: 57px; border: 4px solid #5b6876; border-radius: 50%; background: #121a23; box-shadow: inset 0 0 0 5px #202b36; }
        .socket:before, .socket:after { content: ""; position: absolute; width: 6px; height: 15px; margin: 16px 0 0 11px; background: #060b10; border-radius: 4px; }
        .socket:after { margin-left: 31px; }
        .usb-stack { display: grid; grid-template-columns: repeat(2, 24px); gap: 10px; }
        .usb-stack i { display: block; height: 11px; border: 2px solid #697b89; border-radius: 3px; background: #101923; }
        .usb-stack i:last-child { grid-column: 1 / -1; width: 40px; justify-self: center; border-color: var(--orange); }
        .power-dot { position: absolute; right: 34px; top: 35px; width: 10px; height: 10px; border-radius: 50%; background: #6fffc1; box-shadow: 0 0 13px #6fffc1; }
        .stage-caption {
            position: absolute; z-index: 3; right: 0; bottom: 7px; padding: 10px 14px;
            color: var(--navy); background: rgba(255,255,255,.93); border-radius: 10px; box-shadow: var(--shadow);
            font-size: 12px; font-weight: 800;
        }

        section { padding-block: 78px; }
        .section-soft { background: var(--soft); }
        .section-heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
        .section-heading.left { max-width: none; margin-inline: 0; text-align: left; }
        .section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 4vw, 46px); line-height: 1.12; letter-spacing: -.035em; }
        .section-heading p { color: var(--muted); margin: 14px 0 0; }

        .method-strip {
            display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: -30px; position: relative; z-index: 5;
            overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow);
        }
        .method-strip div { min-height: 110px; padding: 22px; background: #fff; }
        .method-strip b { display: block; margin-bottom: 5px; color: var(--navy); }
        .method-strip span { color: var(--muted); font-size: 13px; }
        .method-number { color: var(--orange) !important; font-size: 12px !important; font-weight: 900; letter-spacing: .08em; }

        .ranking-list { display: grid; gap: 26px; }
        .product-card {
            overflow: hidden; display: grid; grid-template-columns: 92px 220px minmax(0, 1fr) 205px;
            background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(11,31,58,.07);
            transition: transform .2s ease, box-shadow .2s ease;
        }
        .product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
        .rank-number {
            display: grid; place-items: center; color: #fff; background: linear-gradient(155deg, #ff942f, #ee650c);
            font-size: 43px; font-weight: 950;
        }
        .product-visual { display: grid; place-items: center; background: #fff; border-right: 1px solid var(--line); }
        .product-visual a { display: grid; width: 100%; height: 100%; min-height: 190px; place-items: center; padding: 18px; }
        .product-image {
            display: block; width: 100%; max-width: 188px; height: 165px; object-fit: contain;
            transition: transform .22s ease;
        }
        .product-card:hover .product-image { transform: scale(1.045); }

        .product-content { padding: 25px 26px; }
        .badge {
            display: inline-flex; margin-bottom: 9px; padding: 5px 10px; color: #fff; background: var(--navy);
            border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase;
        }
        .product-content h3 { margin: 0; color: var(--navy); font-size: 25px; line-height: 1.2; }
        .verdict { margin: 4px 0 12px; color: var(--orange-dark); font-size: 13px; font-weight: 850; }
        .product-content > p:last-of-type { color: var(--muted); font-size: 14px; margin-bottom: 16px; }
        .spec-chips { display: flex; flex-wrap: wrap; gap: 8px; }
        .spec-chips span { padding: 6px 10px; color: #33455d; background: #f4f7fb; border: 1px solid #dce4ee; border-radius: 8px; font-size: 12px; font-weight: 750; }
        .pros { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 18px; padding: 0; margin: 16px 0 0; list-style: none; font-size: 12px; color: #405169; }
        .pros li:before { content: "✓"; margin-right: 6px; color: var(--green); font-weight: 950; }
        .product-buy {
            display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 10px;
            padding: 25px 24px; border-left: 1px solid var(--line); background: #fbfcfe; text-align: center;
        }
        .score { color: var(--orange); font-weight: 950; letter-spacing: .08em; }
        .score strong { display: block; color: var(--navy); font-size: 30px; letter-spacing: -.03em; }
        .price-label { color: var(--muted); font-size: 12px; }
        .price { color: var(--navy); font-size: 22px; font-weight: 950; line-height: 1.2; }
        .product-buy .btn { min-height: 46px; padding-inline: 14px; font-size: 14px; }
        .price-note { color: #7a8697; font-size: 10px; line-height: 1.35; }

        .table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(11,31,58,.06); }
        table { width: 100%; min-width: 840px; border-collapse: collapse; background: #fff; }
        th, td { padding: 17px 16px; border-bottom: 1px solid var(--line); text-align: left; font-size: 13px; }
        th { color: #fff; background: var(--navy); font-size: 12px; letter-spacing: .02em; }
        tr:last-child td { border-bottom: 0; }
        tbody tr:hover { background: #f8fafc; }
        td:first-child { font-weight: 850; color: var(--navy); }
        .table-link { color: var(--orange-dark); font-weight: 850; }

        .guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
        .guide-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
        .guide-card .icon {
            display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 17px;
            color: #fff; background: var(--orange); border-radius: 12px; font-weight: 950;
        }
        .guide-card h3 { color: var(--navy); margin: 0 0 10px; font-size: 20px; }
        .guide-card p { color: var(--muted); margin: 0; font-size: 14px; }

        .examples {
            display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 28px;
        }
        .example { padding: 19px; background: #fff; border: 1px solid var(--line); border-radius: 13px; text-align: center; }
        .example b { display: block; color: var(--navy); }
        .example span { color: var(--muted); font-size: 12px; }

        .faq { max-width: 850px; margin: auto; }
        details { margin-bottom: 12px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
        summary {
            display: flex; align-items: center; justify-content: space-between; gap: 20px;
            padding: 19px 22px; color: var(--navy); font-weight: 850; cursor: pointer; list-style: none;
        }
        summary::-webkit-details-marker { display: none; }
        summary:after { content: "+"; color: var(--orange); font-size: 25px; line-height: 1; }
        details[open] summary:after { content: "–"; }
        details p { margin: 0; padding: 0 22px 20px; color: var(--muted); font-size: 14px; }

        .disclosure {
            padding: 25px; color: #42526a; background: #fff9f3; border: 1px solid #ffd8b3; border-radius: 14px;
            font-size: 13px;
        }
        .disclosure strong { color: #9a4707; }
        footer { padding: 42px 0; color: #b9c5d4; background: var(--navy); font-size: 12px; }
        .footer-inner { display: flex; align-items: start; justify-content: space-between; gap: 35px; }
        .footer-brand { max-width: 560px; }
        footer .logo { display: inline-block; color: #fff; margin-bottom: 8px; }
        footer a { color: #fff; }

        @media (max-width: 1000px) {
            .hero-inner { grid-template-columns: 1fr; padding-top: 60px; }
            .station-stage { min-height: 340px; }
            .method-strip { grid-template-columns: 1fr 1fr; }
            .product-card { grid-template-columns: 78px 180px minmax(0, 1fr); }
            .product-buy { grid-column: 2 / -1; flex-direction: row; align-items: center; justify-content: space-between; border-left: 0; border-top: 1px solid var(--line); text-align: left; }
            .product-buy .btn { min-width: 180px; }
            .examples { grid-template-columns: 1fr 1fr; }
        }

        @media (max-width: 760px) {
            .trustbar-inner { grid-template-columns: 1fr; gap: 5px; padding-block: 9px; }
            .trustbar span:nth-child(n+2) { display: none; }
            .header-inner { min-height: 64px; }
            .menu-button { display: block; }
            nav {
                display: none; position: absolute; left: 0; right: 0; top: 64px; padding: 18px;
                flex-direction: column; align-items: stretch; gap: 8px; background: #fff; border-bottom: 1px solid var(--line);
                box-shadow: var(--shadow);
            }
            nav.open { display: flex; }
            nav a { padding: 10px; }
            .nav-cta { text-align: center; }
            .hero-inner { min-height: auto; padding-block: 50px 38px; gap: 20px; }
            h1 { font-size: clamp(39px, 12vw, 56px); }
            .hero-copy { font-size: 16px; }
            .hero-actions .btn { width: 100%; }
            .station-stage { min-height: 300px; transform: scale(.88); margin-inline: -20px; }
            section { padding-block: 58px; }
            .method-strip { margin-top: -18px; grid-template-columns: 1fr; }
            .method-strip div { min-height: auto; }
            .product-card { grid-template-columns: 62px minmax(0, 1fr); }
            .rank-number { font-size: 30px; }
            .product-visual { min-height: 180px; border-right: 0; border-bottom: 1px solid var(--line); }
            .product-content { grid-column: 1 / -1; padding: 22px; }
            .product-buy { grid-column: 1 / -1; flex-direction: column; align-items: stretch; padding: 20px 22px; text-align: center; }
            .product-buy .btn { width: 100%; }
            .pros { grid-template-columns: 1fr; }
            .guide-grid, .examples { grid-template-columns: 1fr; }
            .footer-inner { flex-direction: column; }
        }

        @media (prefers-reduced-motion: reduce) {
            html { scroll-behavior: auto; }
            *, *:before, *:after { transition: none !important; }
        }

.example { text-decoration:none; transition:transform .18s ease, box-shadow .18s ease; }
.example:hover { transform:translateY(-3px); box-shadow:var(--shadow); }
