/*
Theme Name: Top 10 Affiliate Theme
Theme URI: https://10tops.net/
Author: 10Tops
Description: Original affiliate product discovery and comparison theme built for 10tops.net.
Version: 1.6.0
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 8.1
Text Domain: top10-affiliate-theme
*/

:root {
    --top10-orange: #f58a1f;
    --top10-orange-strong: #ed6d00;
    --top10-navy: #071b2d;
    --top10-navy-2: #0f2d4d;
    --top10-text: #17212b;
    --top10-muted: #607087;
    --top10-border: #e5eaf1;
    --top10-bg-soft: #f7f8fb;
    --top10-white: #ffffff;
    --top10-success: #0aa56a;
    --top10-star: #ffb21a;
    --top10-shadow: 0 18px 42px rgba(9, 25, 45, 0.08);
    --top10-radius: 18px;
    --top10-radius-sm: 12px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", "Segoe UI", sans-serif;
    background: #f6f6f7;
    color: var(--top10-text);
    line-height: 1.5;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font: inherit;
}

.site-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 18px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(15, 45, 77, 0.08);
}

.site-header__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px 18px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: var(--top10-navy);
}

.site-brand__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ff8c2b, #f58a1f);
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.site-brand__text {
    font-size: 30px;
    letter-spacing: -0.06em;
}

.site-brand__dot {
    color: var(--top10-orange);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 14px;
    font-weight: 700;
    color: var(--top10-navy);
}

.site-nav a {
    opacity: 0.9;
}

.site-nav a:hover {
    opacity: 1;
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.site-search-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid var(--top10-border);
    background: var(--top10-white);
    color: var(--top10-navy);
    font-size: 28px;
}

.site-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 14px;
    font-weight: 800;
    cursor: pointer;
}

.site-button--primary {
    background: linear-gradient(180deg, #ff8a2d, #f58a1f);
    color: var(--top10-white);
    box-shadow: 0 14px 26px rgba(245, 138, 31, 0.28);
}

.site-button--primary:hover {
    background: var(--top10-orange-strong);
}

.site-button--secondary {
    background: var(--top10-white);
    color: var(--top10-navy);
    border: 1px solid var(--top10-border);
}

.site-mobile-toggle {
    display: none;
    width: 48px;
    padding: 0;
    position: relative;
    z-index: 2;
}

.site-mobile-toggle__icon{display:grid;gap:5px;width:22px}.site-mobile-toggle__icon i{display:block;height:2px;border-radius:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease}.site-mobile-toggle[aria-expanded=true] .site-mobile-toggle__icon i:first-child{transform:translateY(7px) rotate(45deg)}.site-mobile-toggle[aria-expanded=true] .site-mobile-toggle__icon i:nth-child(2){opacity:0}.site-mobile-toggle[aria-expanded=true] .site-mobile-toggle__icon i:last-child{transform:translateY(-7px) rotate(-45deg)}

.hero {
    padding: 28px 0 24px;
}

.hero-panel {
    background: #f1f1f3;
    border: 1px solid rgba(15, 45, 77, 0.05);
    border-radius: 22px;
    padding: 36px 32px 28px;
    min-height: 360px;
    display: flex;
    align-items: flex-start;
}

.hero-copy {
    width: 100%;
    padding-top: 18px;
}

.hero-kicker {
    display: inline-block;
    margin: 0 0 18px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--top10-orange);
}

.hero-copy h1 {
    margin: 0;
    font-size: clamp(2.8rem, 5vw, 6rem);
    line-height: 0.92;
    letter-spacing: -0.06em;
    color: var(--top10-navy);
    max-width: 920px;
}

.hero-copy h1 .highlight {
    color: var(--top10-orange);
}

.hero-subtitle {
    max-width: 980px;
    margin: 22px 0 0;
    font-size: clamp(1.2rem, 1.8vw, 2rem);
    line-height: 1.42;
    color: #4b5865;
    letter-spacing: -0.03em;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
    justify-content: flex-start;
}

.hero-button {
    min-height: 66px;
    font-size: 1.05rem;
    padding: 0 32px;
}

.hero-button--large {
    min-width: 260px;
    font-size: 1.2rem;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(245, 138, 31, 0.08);
    color: var(--top10-navy);
    font-size: 12px;
    font-weight: 800;
}

.hero-visual {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-visual__panel {
    position: relative;
    width: min(100%, 620px);
    min-height: 520px;
    background: linear-gradient(180deg, #f8fafc, #edf3fb);
    border: 1px solid rgba(11, 31, 52, 0.08);
    border-radius: 30px;
    box-shadow: var(--top10-shadow);
    overflow: hidden;
    padding: 22px 22px 0;
}

.hero-visual__badge {
    position: absolute;
    right: 24px;
    top: 18px;
    background: rgba(245, 138, 31, 0.18);
    color: var(--top10-navy);
    font-size: 12px;
    font-weight: 900;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(245, 138, 31, 0.3);
}

.hero-showcase {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}

.product-card-mini {
    background: var(--top10-white);
    border: 1px solid var(--top10-border);
    border-radius: 18px;
    padding: 12px 10px 10px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(9, 25, 45, 0.05);
}

.product-card-mini img {
    width: 100%;
    max-width: 120px;
    margin: 0 auto 12px;
    border-radius: 14px;
    object-fit: contain;
    min-height: 100px;
}

.product-card-mini h3 {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 1.35;
    min-height: 32px;
    color: var(--top10-navy);
}

.product-card-mini .price {
    font-weight: 800;
    color: var(--top10-navy);
}

.product-card-mini .rating {
    font-size: 12px;
    color: var(--top10-muted);
}

.section {
    padding: 26px 0 6px;
}

.section-title {
    font-size: clamp(1.5rem, 2vw, 2.4rem);
    letter-spacing: -0.05em;
    color: var(--top10-navy);
    margin: 0 0 18px;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.featured-card {
    background: var(--top10-white);
    border: 1px solid var(--top10-border);
    border-radius: var(--top10-radius);
    padding: 14px 14px 16px;
    box-shadow: 0 10px 26px rgba(13, 28, 48, 0.04);
}

.featured-card__media {
    position: relative;
}

.featured-card__badge {
    position: absolute;
    left: 12px;
    top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    background: rgba(245, 138, 31, 0.18);
    color: var(--top10-navy);
}

.featured-card__media img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    background: linear-gradient(180deg, #fafbfd, #edf2fb);
    border-radius: 12px;
}

.featured-card h3 {
    margin: 14px 0 8px;
    font-size: 17px;
    line-height: 1.3;
    min-height: 44px;
    color: var(--top10-navy);
}

.featured-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--top10-muted);
    font-size: 12px;
}

.featured-card__rating {
    color: var(--top10-star);
    font-weight: 800;
}

.featured-card__benefits {
    list-style: none;
    margin: 12px 0 14px;
    padding: 0;
}

.featured-card__benefits li {
    position: relative;
    padding-left: 16px;
    color: var(--top10-muted);
    font-size: 13px;
    margin-bottom: 6px;
}

.featured-card__benefits li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--top10-orange);
    font-size: 18px;
    line-height: 1;
}

.featured-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.featured-card__price {
    font-size: 18px;
    font-weight: 900;
    color: var(--top10-navy);
}

.featured-card__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-top: 10px;
}

.featured-card__actions .site-button {
    width: 100%;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.category-tile {
    background: var(--top10-white);
    border: 1px solid var(--top10-border);
    border-radius: 18px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 8px 22px rgba(15, 35, 53, 0.03);
    font-weight: 800;
    color: var(--top10-navy);
}

.category-tile__icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: rgba(245, 138, 31, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.table-wrap {
    overflow-x: auto;
    background: var(--top10-white);
    border: 1px solid var(--top10-border);
    border-radius: 18px;
    box-shadow: 0 10px 22px rgba(11, 27, 44, 0.04);
}

.top10-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 880px;
}

.top10-table th,
.top10-table td {
    padding: 14px 12px;
    text-align: left;
    border-bottom: 1px solid var(--top10-border);
    vertical-align: middle;
}

.top10-table th {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--top10-muted);
    background: #f9fbff;
}

.top10-table td {
    font-size: 14px;
    color: var(--top10-text);
}

.rank-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(245, 138, 31, 0.12);
    color: var(--top10-navy);
    font-weight: 800;
}

.product-name-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-name-cell img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    border-radius: 10px;
    background: #f6f8fb;
}

.product-name-cell strong {
    display: block;
    color: var(--top10-navy);
}

.product-name-cell span {
    color: var(--top10-muted);
    font-size: 12px;
}

.table-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    background: linear-gradient(180deg, #ff8d2e, #f58a1f);
    color: #fff;
    border-radius: 10px;
    font-weight: 800;
    border: 0;
}

.story-section {
    padding: 28px 0 6px;
}

.story-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.story-card {
    background: var(--top10-white);
    border: 1px solid var(--top10-border);
    border-radius: var(--top10-radius);
    padding: 22px 18px;
    box-shadow: 0 10px 22px rgba(11, 27, 44, 0.04);
}

.story-card__icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    background: rgba(245, 138, 31, 0.12);
    font-size: 22px;
    margin-bottom: 12px;
}

.story-card h3 {
    margin: 0 0 12px;
    color: var(--top10-navy);
    font-size: 22px;
}

.story-card p {
    margin: 0;
    color: var(--top10-muted);
}

.trust-band {
    background: linear-gradient(180deg, #0c1f35, #071b2d);
    color: var(--top10-white);
    border-radius: 26px;
    padding: 22px 26px;
    margin-top: 30px;
}

.trust-band__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.trust-band h3 {
    margin: 0;
    font-size: clamp(1.7rem, 2vw, 2.5rem);
    letter-spacing: -0.05em;
}

.trust-band p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.8);
}

.trust-band__form {
    display: flex;
    gap: 12px;
    align-items: center;
    width: min(100%, 480px);
}

.trust-band input {
    flex: 1;
    min-height: 52px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 0 14px;
}

.trust-band__form button {
    min-width: 180px;
    min-height: 52px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #ff8d2e, #f58a1f);
    color: #fff;
    font-weight: 800;
}

.footer {
    background: var(--top10-white);
    border-top: 1px solid var(--top10-border);
    padding: 34px 0 22px;
    margin-top: 24px;
}

.footer__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 18px;
}

.footer__top {
    display: grid;
    grid-template-columns: 1.3fr repeat(5, minmax(0, 1fr));
    gap: 24px;
}

.footer__col h4 {
    margin: 0 0 14px;
    color: var(--top10-navy);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.footer__links a {
    color: var(--top10-muted);
    font-size: 14px;
}

.footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    color: var(--top10-navy);
    font-size: 28px;
    margin-bottom: 12px;
}

.footer__lead {
    color: var(--top10-muted);
    max-width: 260px;
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid var(--top10-border);
    color: var(--top10-muted);
    font-size: 14px;
}

.footer__socials {
    display: flex;
    gap: 8px;
}

.footer__social {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--top10-border);
    background: var(--top10-bg-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .site-header__inner{position:relative}
    .site-nav {
        display: none;
        position:absolute;
        top:calc(100% + 1px);
        left:16px;
        right:16px;
        padding:12px;
        border:1px solid var(--top10-border);
        border-radius:0 0 18px 18px;
        background:#fff;
        box-shadow:0 18px 38px rgba(7,25,44,.14);
        flex-direction:column;
        align-items:stretch;
        gap:2px;
    }

    .site-nav.is-open{display:flex}

    .site-nav a{padding:13px 14px;border-radius:10px}

    .site-nav a:hover,.site-nav a:focus-visible{background:var(--top10-bg-soft);color:var(--top10-orange-strong)}

    body.top10-menu-open{overflow:hidden}

    .site-header::after{content:"";position:fixed;inset:0;top:var(--top10-menu-top,80px);background:rgba(7,25,44,.3);opacity:0;visibility:hidden;transition:.2s;z-index:-1}

    body.top10-menu-open .site-header::after{opacity:1;visibility:visible}
    }

    .site-mobile-toggle {
        display: inline-flex;
    }

    .hero__inner,
    .featured-grid,
    .story-grid,
    .footer__top {
        grid-template-columns: 1fr 1fr;
    }

    .category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .trust-band__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .site-header__inner {
        padding: 12px 16px;
    }

    .site-brand__text {
        font-size: 22px;
    }

    .site-header__actions .site-button:not(.site-mobile-toggle) {
        display: none;
    }

    .site-header__actions{gap:8px}.site-search-link{width:46px;height:46px}.site-mobile-toggle{display:inline-flex}

    .hero,
    .section {
        padding-top: 20px;
    }

    .hero__inner,
    .featured-grid,
    .story-grid,
    .category-grid,
    .footer__top {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: auto;
    }

    .hero-visual__panel {
        min-height: auto;
    }

    .hero-showcase {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-band {
        padding: 18px 18px;
    }

    .trust-band__form {
        flex-direction: column;
        width: 100%;
    }

    .trust-band__form button,
    .trust-band__form input {
        width: 100%;
    }

    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Deals landing page */
/* Products / Top Picks archive */
.products-hero{padding:66px 0;background:radial-gradient(circle at 88% 10%,rgba(245,138,31,.14),transparent 30%),linear-gradient(180deg,#fff,#f8fafc)}.products-hero__inner{display:grid;grid-template-columns:1fr .9fr;gap:75px;align-items:end}.products-hero h1{font-size:clamp(45px,5vw,68px);line-height:1;letter-spacing:-.055em;margin:14px 0 18px}.products-hero h1 span{color:var(--top10-orange)}.products-hero p:not(.hero-kicker){max-width:610px;color:var(--top10-muted);font-size:17px}.products-search{display:grid;grid-template-columns:40px 1fr auto;align-items:center;background:#fff;border:1px solid var(--top10-border);border-radius:14px;box-shadow:var(--top10-shadow);overflow:hidden}.products-search>span{padding-left:15px;font-size:25px;color:var(--top10-muted)}.products-search input{height:62px;padding:0 10px;border:0;outline:0}.products-search button{align-self:stretch;padding:0 27px;border:0;background:var(--top10-orange);color:#fff;font-weight:800;cursor:pointer}
.products-categories{padding:26px 0;border-top:1px solid var(--top10-border);border-bottom:1px solid var(--top10-border);background:#fff}.products-category-row{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px}.products-category-row a{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;padding:11px 16px;border:1px solid var(--top10-border);border-radius:11px;color:var(--top10-navy);font-size:13px;font-weight:800}.products-category-row a.is-active,.products-category-row a:hover{border-color:var(--top10-orange);background:#fff5e9;color:var(--top10-orange-strong)}
.products-library{padding:66px 0;background:var(--top10-bg-soft)}.products-layout{display:grid;grid-template-columns:235px 1fr;gap:34px;align-items:start}.products-sidebar{position:sticky;top:112px;padding:23px;border:1px solid var(--top10-border);border-radius:16px;background:#fff}.products-sidebar h2{margin:0 0 22px;font-size:20px}.products-sidebar fieldset{display:grid;gap:12px;padding:0;margin:0 0 24px;border:0}.products-sidebar legend{width:100%;padding-bottom:12px;margin-bottom:5px;border-bottom:1px solid var(--top10-border);font-size:13px;font-weight:800}.products-sidebar label{font-size:13px;color:var(--top10-muted)}.products-sidebar input{accent-color:var(--top10-orange)}.products-sidebar .button{width:100%;justify-content:center}.products-reset{display:block;margin-top:13px;text-align:center;color:var(--top10-muted);font-size:12px}.products-toolbar{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}.products-toolbar p{margin:0 0 4px;color:var(--top10-orange);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.products-toolbar h2{margin:0;font-size:29px}.products-toolbar form{display:flex;align-items:center;gap:9px}.products-toolbar label{font-size:12px;color:var(--top10-muted)}.products-toolbar select{height:42px;padding:0 34px 0 12px;border:1px solid var(--top10-border);border-radius:10px;background:#fff}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px}.products-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--top10-border);border-radius:17px;background:#fff;box-shadow:0 7px 22px rgba(7,25,44,.05)}.products-card__media{position:relative;height:210px;display:grid;place-content:center;background:linear-gradient(145deg,#edf2f7,#fff)}.products-card__media img{width:100%;height:100%;object-fit:cover}.products-card__media>span{font-size:66px}.products-card__media em{position:absolute;left:14px;top:14px;padding:6px 10px;border-radius:20px;background:var(--top10-orange);color:#fff;font-size:10px;font-style:normal;font-weight:800}.products-card__body{display:flex;flex:1;flex-direction:column;padding:19px}.products-card__category{margin:0;color:var(--top10-orange-strong);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.products-card h3{margin:7px 0;font-size:17px;line-height:1.3}.products-card__excerpt{margin:0 0 12px;color:var(--top10-muted);font-size:12px}.products-card__score,.products-card__price{display:flex;justify-content:space-between;gap:8px;padding:9px 0;border-top:1px solid var(--top10-border);font-size:11px}.products-card__score span,.products-card__price span{color:var(--top10-muted)}.products-card__score strong{color:var(--top10-orange-strong)}.products-card__price{align-items:center;margin-top:auto}.products-card__price strong{text-align:right;color:var(--top10-navy);font-size:12px}.products-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.products-card__actions .button{min-height:40px;padding:0 10px;justify-content:center;text-align:center;font-size:11px}.products-compare{border:1px solid var(--top10-border);background:#fff;color:var(--top10-navy)}.products-pagination ul{display:flex;justify-content:center;gap:7px;padding:0;margin:35px 0 0;list-style:none}.products-pagination a,.products-pagination span{width:38px;height:38px;display:grid;place-content:center;border:1px solid var(--top10-border);border-radius:9px;background:#fff}.products-pagination .current{border-color:var(--top10-orange);background:var(--top10-orange);color:#fff}.products-empty{text-align:center;padding:65px;border:1px dashed #cbd3dd;border-radius:17px;background:#fff}.products-empty>span{font-size:50px}
.products-compare.is-added{border-color:var(--top10-success);color:var(--top10-success);background:#effaf2}.compare-tray{position:fixed;left:50%;bottom:20px;z-index:95;display:flex;align-items:center;gap:28px;padding:14px 18px;border-radius:14px;background:var(--top10-navy);color:#fff;box-shadow:0 18px 42px rgba(7,25,44,.32);opacity:0;visibility:hidden;transform:translate(-50%,20px);transition:.2s}.compare-tray.is-visible{opacity:1;visibility:visible;transform:translate(-50%,0)}.compare-tray.is-warning{box-shadow:0 0 0 4px var(--top10-orange),0 18px 42px rgba(7,25,44,.32)}.compare-tray a{padding:9px 14px;border-radius:9px;background:var(--top10-orange);color:#fff;font-size:12px;font-weight:800}
@media(max-width:1100px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.products-hero__inner{grid-template-columns:1fr;gap:28px}.products-layout{grid-template-columns:1fr}.products-sidebar{position:static}.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.products-hero{padding:45px 0}.products-hero h1{font-size:43px}.products-search{grid-template-columns:35px 1fr}.products-search button{grid-column:1/-1;height:50px}.products-library{padding:48px 0}.products-sidebar{display:none}.products-toolbar{align-items:flex-start;flex-direction:column}.products-toolbar form{width:100%;justify-content:space-between}.products-toolbar select{flex:1}.products-grid{grid-template-columns:1fr}.products-card__media{height:235px}.compare-tray{left:12px;right:12px;bottom:12px;justify-content:space-between;gap:10px;transform:translateY(20px);font-size:11px}.compare-tray.is-visible{transform:none}}

.deals-hero{padding:76px 0 62px;background:radial-gradient(circle at 78% 32%,rgba(245,138,31,.13),transparent 28%),linear-gradient(180deg,#fff,#f8fafc)}
.deals-hero__inner{display:grid;grid-template-columns:1.08fr .92fr;gap:72px;align-items:center}.deals-hero h1{font-size:clamp(46px,5vw,72px);letter-spacing:-.055em;line-height:1;margin:16px 0 22px;color:var(--top10-navy)}.deals-hero h1 span{color:var(--top10-orange)}.deals-hero__inner>div>p:not(.hero-kicker){font-size:18px;color:var(--top10-muted);max-width:650px}.deals-hero__actions{display:flex;gap:24px;align-items:center;margin-top:28px}.deals-text-link{font-weight:800;color:var(--top10-navy)}.deals-trust{display:flex;gap:23px;flex-wrap:wrap;padding:0;margin:28px 0 0;list-style:none;font-size:12px;font-weight:700;color:var(--top10-muted)}.deals-trust li::first-letter{color:var(--top10-success)}
.deals-hero__art{position:relative;min-height:340px}.deal-ticket{position:absolute;inset:48px 60px 30px 72px;padding:45px;border-radius:24px;background:linear-gradient(140deg,var(--top10-navy),#123456);color:#fff;box-shadow:0 28px 55px rgba(7,25,44,.2);transform:rotate(3deg)}.deal-ticket--back{transform:rotate(-7deg);background:#f8d6b5}.deal-ticket span{display:block;font-size:12px;letter-spacing:.17em;color:#ffc17c;font-weight:800}.deal-ticket strong{display:block;margin-top:27px;font-size:31px;line-height:1.15}.deal-ticket i{position:absolute;right:35px;bottom:30px;width:48px;height:48px;border-radius:50%;display:grid;place-content:center;background:var(--top10-orange);font-size:26px;font-style:normal}.deals-hero__art>b{position:absolute;right:20px;top:12px;width:100px;height:100px;border-radius:50%;display:grid;place-content:center;background:var(--top10-orange);color:#fff;font-size:42px;border:8px solid #fff;box-shadow:0 14px 30px rgba(245,138,31,.32)}
.deal-benefits{border-top:1px solid var(--top10-border);border-bottom:1px solid var(--top10-border);background:#fff}.deal-benefits__grid{display:grid;grid-template-columns:repeat(3,1fr)}.deal-benefits article{display:flex;align-items:center;gap:16px;padding:28px 32px;border-right:1px solid var(--top10-border)}.deal-benefits article:last-child{border:0}.deal-benefits article>span{width:44px;height:44px;border-radius:12px;display:grid;place-content:center;background:#fff0df;color:var(--top10-orange);font-size:23px;font-weight:800}.deal-benefits strong{color:var(--top10-navy)}.deal-benefits p{margin:4px 0 0;color:var(--top10-muted);font-size:12px}
.deals-library{padding:76px 0;background:var(--top10-bg-soft)}.deals-notice{padding:16px 20px;margin:-10px 0 28px;border:1px solid #f0d1ac;border-radius:12px;background:#fff8ed;color:#77532d;font-size:13px}.deals-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.deal-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--top10-border);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(7,25,44,.05)}.deal-card__media{height:220px;display:grid;place-content:center;position:relative;background:linear-gradient(145deg,#eef3f8,#fff)}.deal-card__media img{width:100%;height:100%;object-fit:cover}.deal-card__media>span{font-size:70px}.deal-card__media em{position:absolute;top:15px;left:15px;padding:6px 11px;border-radius:20px;background:var(--top10-orange);color:#fff;font-size:11px;font-style:normal;font-weight:800}.deal-card__body{display:flex;flex:1;flex-direction:column;padding:21px}.deal-card__category{margin:0;color:var(--top10-orange-strong);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.deal-card h3{margin:8px 0;font-size:19px;line-height:1.3}.deal-card__excerpt{color:var(--top10-muted);font-size:13px}.deal-card__price{display:flex;align-items:baseline;gap:10px;margin:auto 0 16px;padding-top:10px}.deal-card__price strong{font-size:17px;color:var(--top10-navy)}.deal-card__price del{color:var(--top10-muted);font-size:13px}.deal-card__cta{justify-content:center;width:100%;text-align:center}.deals-empty{text-align:center;padding:60px;border:1px dashed #ccd4dd;border-radius:18px;background:#fff}.deals-empty>span{font-size:50px}
.deals-standard{padding:80px 0;background:var(--top10-navy);color:#fff}.deals-standard__inner{display:grid;grid-template-columns:.82fr 1.18fr;gap:75px;align-items:center}.deals-standard h2{font-size:41px;line-height:1.1;margin:12px 0 18px}.deals-standard__inner>div>p:not(.hero-kicker){color:#b9c7d5}.deals-standard__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.deals-standard__steps article{padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:rgba(255,255,255,.05)}.deals-standard__steps b{color:var(--top10-orange);font-size:23px}.deals-standard__steps h3{margin:20px 0 8px;font-size:17px}.deals-standard__steps p{margin:0;color:#b9c7d5;font-size:13px}
@media(max-width:1024px){.deals-hero__inner{gap:30px}.deals-grid{grid-template-columns:repeat(2,1fr)}.deals-standard__inner{grid-template-columns:1fr;gap:38px}}
@media(max-width:767px){.deals-hero{padding:46px 0}.deals-hero__inner{grid-template-columns:1fr}.deals-hero h1{font-size:42px}.deals-hero__art{display:none}.deals-hero__actions{align-items:flex-start;flex-direction:column;gap:15px}.deals-trust{display:grid;gap:10px}.deal-benefits__grid{grid-template-columns:1fr}.deal-benefits article{border-right:0;border-bottom:1px solid var(--top10-border)}.deals-grid{grid-template-columns:1fr}.deal-card__media{height:230px}.deals-standard__steps{grid-template-columns:1fr}.deals-library,.deals-standard{padding:55px 0}.deals-standard h2{font-size:33px}.deals-notice{margin-top:0}}

.site-brand__logo{display:block;width:190px;height:72px;object-fit:contain;object-position:left center}
.footer__logo{display:block;width:180px;height:auto;background:#fff;border-radius:8px;padding:5px}

/* 2026 homepage mockup alignment */
.hero-panel--mockup{display:grid;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);align-items:center;min-height:430px;padding:54px 58px;overflow:hidden;background:linear-gradient(115deg,#fff 0%,#fbfcfe 52%,#f3f6fa 100%)}
.hero-panel--mockup .hero-copy{max-width:590px;position:relative;z-index:2}
.hero-panel--mockup .hero-copy h1{font-size:clamp(48px,4.2vw,72px);line-height:.98;letter-spacing:-.055em;margin:16px 0 20px}
.hero-panel--mockup .hero-subtitle{max-width:570px;font-size:18px;line-height:1.55;margin-bottom:24px}
.hero-search{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;background:#fff;border:1px solid var(--top10-border);border-radius:10px;box-shadow:0 10px 32px rgba(7,25,44,.08);overflow:hidden;max-width:650px}
.hero-search>span{color:var(--top10-muted);font-size:24px;padding-left:13px}
.hero-search input{width:100%;height:58px;border:0;outline:0;background:transparent;padding:0 14px;font:inherit;color:var(--top10-text)}
.hero-search button{align-self:stretch;border:0;background:var(--top10-orange);color:#fff;font-weight:800;padding:0 28px;cursor:pointer}
.hero-search button:hover{background:var(--top10-orange-hover)}
.hero-trust{display:flex;flex-wrap:wrap;gap:25px;margin-top:20px;color:#344050;font-size:12px}
.hero-trust span{display:flex;align-items:center;gap:6px}.hero-trust strong{font-weight:700}
.hero-panel--mockup .hero-visual{display:block;position:relative;min-height:330px}
.hero-browser-card{position:absolute;width:72%;height:230px;left:14%;top:50px;background:#fff;border:9px solid #121a24;border-radius:10px;box-shadow:0 24px 45px rgba(7,25,44,.22);transform:perspective(900px) rotateY(-5deg)}
.hero-browser-bar{height:30px;background:#f6f3ef;border-bottom:1px solid #ddd;display:flex;gap:5px;align-items:center;padding:0 10px}.hero-browser-bar i{width:6px;height:6px;border-radius:50%;background:#ff7a18}
.hero-browser-row{display:grid;grid-template-columns:36px 1fr 72px;gap:10px;align-items:center;margin:18px;padding-bottom:12px;border-bottom:1px solid #edf0f3;font-size:11px}.hero-browser-row b{color:var(--top10-orange)}.hero-browser-row span{height:9px;border-radius:8px;background:linear-gradient(90deg,#d8dde4 70%,transparent 70%)}.hero-browser-row em{font-style:normal;background:#101418;color:#fff;border-radius:5px;padding:6px;text-align:center}
.hero-headphones{position:absolute;left:-3%;bottom:-48px;color:#d9d5d1;font:700 240px/1 Arial;transform:rotate(-18deg);text-shadow:0 12px 20px rgba(0,0,0,.16)}
.hero-camera{position:absolute;right:3%;bottom:0;width:130px;height:100px;border-radius:12px;background:#14171b;color:#252b32;font:92px/93px Arial;text-align:center;box-shadow:0 18px 24px rgba(0,0,0,.25)}
.hero-save-badge{position:absolute;right:10%;top:4px;width:94px;height:94px;border-radius:50%;background:#0768dd;color:#fff;border:5px solid #fff;outline:2px solid #0768dd;display:grid;place-content:center;text-align:center;font-weight:900;font-size:16px;line-height:1.05;transform:rotate(6deg);box-shadow:0 8px 20px rgba(7,104,221,.25)}.hero-save-badge small{font-size:10px}
@media(max-width:1024px){.hero-panel--mockup{grid-template-columns:1fr;padding:45px}.hero-panel--mockup .hero-visual{display:none}.hero-panel--mockup .hero-copy{max-width:760px}}
@media(max-width:768px){.hero{padding-top:14px}.hero-panel--mockup{padding:30px 22px;min-height:auto;border-radius:0}.hero-panel--mockup .hero-copy h1{font-size:42px}.hero-search{grid-template-columns:28px 1fr}.hero-search button{grid-column:1/-1;height:52px}.hero-trust{justify-content:space-between;gap:12px}.hero-trust span{max-width:30%;font-size:10px}.featured-grid{grid-template-columns:1fr}.section{padding:28px 0}.site-shell{padding:0 14px}}
@media(max-width:768px){.site-brand__logo{width:145px;height:56px}.site-header__inner{padding-top:8px;padding-bottom:8px}}

/* Buyer guides */
.guides-page{background:#fff}.guides-hero{background:linear-gradient(135deg,#fff 0%,#f7f9fc 100%);padding:78px 0;border-bottom:1px solid var(--top10-border)}
.guides-hero__inner{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.guides-hero h1{font-size:clamp(46px,5vw,72px);letter-spacing:-.055em;line-height:1;margin:16px 0 22px;color:var(--top10-navy)}.guides-hero h1 span{color:var(--top10-orange)}.guides-hero__inner>div>p:not(.hero-kicker){font-size:18px;color:var(--top10-muted);max-width:650px}
.guides-search{display:grid;grid-template-columns:38px 1fr auto;align-items:center;max-width:680px;margin-top:28px;border:1px solid var(--top10-border);border-radius:12px;background:#fff;box-shadow:var(--top10-shadow);overflow:hidden}.guides-search>span{font-size:25px;padding-left:14px;color:var(--top10-muted)}.guides-search input[type=search]{height:60px;border:0;outline:0;padding:0 12px}.guides-search button{height:60px;border:0;background:var(--top10-orange);color:#fff;padding:0 28px;font-weight:800;cursor:pointer}
.guides-hero__art{position:relative;min-height:330px}.guide-sheet{position:absolute;inset:25px 55px 15px 75px;background:#fff;border:1px solid #dfe5ec;border-radius:18px;box-shadow:0 28px 55px rgba(7,25,44,.16);padding:38px;transform:rotate(2deg)}.guide-sheet--back{transform:rotate(-7deg);background:#f0f4f8}.guide-sheet b{color:var(--top10-orange);font-size:13px;letter-spacing:.16em}.guide-sheet i{display:block;height:13px;background:#e7ebf0;border-radius:8px;margin-top:26px}.guide-sheet i:nth-of-type(2){width:82%}.guide-sheet i:nth-of-type(3){width:63%}.guide-sheet strong{display:block;margin-top:38px;color:var(--top10-navy)}.guides-hero__art>span{position:absolute;right:25px;bottom:25px;width:86px;height:86px;border-radius:50%;display:grid;place-content:center;background:var(--top10-orange);color:#fff;font-size:42px;font-weight:900;border:7px solid #fff;box-shadow:0 14px 30px rgba(245,138,31,.3)}
.guides-categories,.guides-library{padding:72px 0}.guides-library{background:var(--top10-bg-soft)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.section-heading p{margin:0 0 5px;text-transform:uppercase;letter-spacing:.14em;color:var(--top10-orange);font-size:12px;font-weight:800}.section-heading h2{margin:0;font-size:36px;letter-spacing:-.035em}.section-heading>span{color:var(--top10-muted);font-size:14px}
.guides-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.guides-category-grid a{display:flex;min-height:150px;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--top10-border);border-radius:16px;background:#fff;transition:.2s}.guides-category-grid a:hover{transform:translateY(-4px);border-color:#ffc28e;box-shadow:var(--top10-shadow)}.guides-category-grid span{font-size:34px}.guides-category-grid strong{margin:9px 0 3px}.guides-category-grid small{color:#1670df}
.guides-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.guide-card{background:#fff;border:1px solid var(--top10-border);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(7,25,44,.05)}.guide-card__media{height:205px;display:grid;place-content:center;position:relative;background:linear-gradient(145deg,#eef3f8,#fff)}.guide-card__media>span{font-size:74px}.guide-card__media img{width:100%;height:100%;object-fit:cover}.guide-card__media em{position:absolute;left:16px;top:16px;background:var(--top10-orange);color:#fff;border-radius:20px;padding:6px 11px;font-size:11px;font-style:normal;font-weight:800}.guide-card__body{padding:23px}.guide-card__meta{font-size:11px;color:var(--top10-muted);text-transform:uppercase;letter-spacing:.04em}.guide-card h3{font-size:21px;line-height:1.25;margin:10px 0}.guide-card__body>p:not(.guide-card__meta){color:var(--top10-muted);font-size:14px}.guide-card__link{display:inline-flex;gap:8px;color:var(--top10-orange-strong);font-weight:800;margin-top:9px}.guides-empty{text-align:center;background:#fff;border:1px dashed #ccd4dd;border-radius:18px;padding:60px}.guides-empty span{font-size:52px}
.guides-method{padding:78px 0;background:var(--top10-navy);color:#fff}.guides-method__inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.guides-method h2{font-size:42px;line-height:1.08;margin:12px 0 18px}.guides-method__inner>div>p:not(.hero-kicker){color:#b9c7d5}.guides-method__steps{display:grid;gap:14px}.guides-method__steps article{display:flex;gap:20px;padding:22px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.05)}.guides-method__steps b{color:var(--top10-orange);font-size:24px}.guides-method__steps h3{margin:0 0 5px}.guides-method__steps p{margin:0;color:#b9c7d5;font-size:14px}
@media(max-width:1024px){.guides-hero__inner,.guides-method__inner{grid-template-columns:1fr}.guides-hero__art{display:none}.guides-category-grid{grid-template-columns:repeat(3,1fr)}.guides-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.guides-hero{padding:45px 0}.guides-hero h1{font-size:42px}.guides-search{grid-template-columns:35px 1fr}.guides-search button{grid-column:1/-1;width:100%}.guides-category-grid{grid-template-columns:repeat(2,1fr)}.guides-grid{grid-template-columns:1fr}.guides-categories,.guides-library,.guides-method{padding:48px 0}.section-heading{align-items:start}.section-heading h2{font-size:30px}.guides-method h2{font-size:35px}}
