/* ============================================================
   OfficeBazaar.nl — Stylesheet
   ============================================================ */

:root {
    --navy:     #0F1B2D;
    --navy-2:   #162133;
    --blue:     #1A56DB;
    --blue-h:   #1344B8;
    --accent:   #7719AA;
    --white:    #FFFFFF;
    --off-white:#F8F9FC;
    --border:   #E4E7EF;
    --text:     #1A202C;
    --muted:    #6B7280;
    --success:  #059669;
    --tag-bg:   #EDE9FE;
    --tag-fg:   #5B21B6;

    --radius:   10px;
    --radius-lg:16px;
    --shadow:   0 1px 4px rgba(15,27,45,.07), 0 4px 16px rgba(15,27,45,.06);
    --shadow-md:0 4px 24px rgba(15,27,45,.11);

    --font-head: 'Figtree', sans-serif;
    --font-body: 'DM Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; max-width: 100vw; }

body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--off-white);
    font-size: 15px;
    line-height: 1.6;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { display: block; max-width: 100%; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

/* TOPBAR */
.topbar { background: var(--navy); color: rgba(255,255,255,.82); font-size: 12.5px; font-family: var(--font-body); }
.topbar-inner { max-width: 1320px; margin: 0 auto; padding: 8px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar-badges { display: flex; gap: 20px; }
.tb-badge { display: flex; align-items: center; gap: 5px; font-weight: 500; }
.tb-badge svg { width: 14px; height: 14px; color: #60A5FA; }
.topbar-right { display: flex; align-items: center; gap: 18px; }
.topbar-right a { color: rgba(255,255,255,.75); transition: color .2s; }
.topbar-right a:hover { color: #fff; }
.trustpilot { display: flex; align-items: center; gap: 6px; background: rgba(255,255,255,.09); border-radius: 20px; padding: 3px 10px; }
.tp-stars { color: #00B67A; font-size: 13px; letter-spacing: 1px; }
.tp-stars .half { opacity: .4; }

/* HEADER */
.header { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 200; box-shadow: var(--shadow); }
.header-inner { max-width: 1320px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 24px; }

.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-img { height: 32px; width: auto; object-fit: contain; }
.footer-logo-img { filter: brightness(0) invert(1); }

.search-wrap { flex: 1; max-width: 540px; position: relative; }
.search-input { width: 100%; height: 44px; border: 1.5px solid var(--border); border-radius: var(--radius); padding: 0 48px 0 16px; font-family: var(--font-body); font-size: 14.5px; color: var(--text); background: var(--off-white); transition: border-color .2s, box-shadow .2s; outline: none; }
.search-input::placeholder { color: var(--muted); }
.search-input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26,86,219,.12); background: #fff; }
.search-btn { position: absolute; right: 0; top: 0; height: 44px; width: 48px; background: var(--navy); border-radius: 0 var(--radius) var(--radius) 0; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.search-btn svg { width: 18px; height: 18px; stroke: #fff; }
.search-btn:hover { background: var(--blue); }

.search-dropdown { display: none; position: absolute; top: calc(100% + 6px); left: 0; right: 0; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-md); z-index: 500; max-height: 340px; overflow-y: auto; }
.search-dropdown.active { display: block; }
.search-result-item { display: flex; align-items: center; gap: 12px; padding: 10px 16px; transition: background .15s; cursor: pointer; }
.search-result-item:hover { background: var(--off-white); }
.search-result-box { width: 40px; height: 50px; border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.search-result-box span { color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 13px; }
.search-result-thumb { width: 48px; height: 56px; border-radius: 6px; object-fit: contain; flex-shrink: 0; background: #fff; border: 1px solid var(--border); display: block; }
.search-result-info { flex: 1; min-width: 0; }
.search-result-info strong { display: block; font-size: 13.5px; font-weight: 600; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-result-info span { font-size: 12px; color: var(--muted); }
.search-result-price { font-family: var(--font-head); font-weight: 700; font-size: 15px; color: var(--navy); white-space: nowrap; }
.search-no-results { padding: 16px; text-align: center; color: var(--muted); font-size: 13.5px; }

.header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; flex-shrink: 0; }
.action-btn { display: flex; align-items: center; gap: 7px; padding: 8px 14px; border-radius: var(--radius); font-size: 13.5px; font-weight: 500; color: var(--text); transition: background .2s; }
.action-btn svg { width: 22px; height: 22px; }
.action-btn:hover { background: var(--off-white); }
.cart-icon-wrap { position: relative; }
.cart-count { position: absolute; top: -7px; right: -7px; background: var(--accent); color: #fff; font-size: 10px; font-weight: 700; min-width: 18px; height: 18px; border-radius: 9px; display: flex; align-items: center; justify-content: center; padding: 0 4px; }
.cart-btn { background: var(--navy); color: #fff; border-radius: var(--radius); }
.cart-btn:hover { background: var(--blue); color: #fff; }
.cart-btn svg { stroke: #fff; }

/* NAVBAR */
.navbar { background: var(--white); position: sticky; top: 73px; z-index: 190; }
.navbar-inner { max-width: 1320px; margin: 0 auto; padding: 0 24px; display: flex; align-items: stretch; gap: 4px; }
.nav-links { display: flex; align-items: stretch; gap: 0; }
.nav-links > li { position: relative; }
.nav-links > li > a { display: flex; align-items: center; gap: 4px; padding: 13px 16px; font-size: 13.5px; font-weight: 500; color: var(--text); border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; white-space: nowrap; }
.nav-links > li > a:hover, .nav-links > li.active > a { color: var(--blue); border-bottom-color: var(--blue); }
.nav-links > li > a svg { transition: transform .2s; }
.nav-links > li:hover > a svg { transform: rotate(180deg); }

.dropdown { display: none; position: absolute; top: 100%; left: 0; background: var(--white); border: 1px solid var(--border); border-top: none; border-radius: 0 0 var(--radius) var(--radius); box-shadow: var(--shadow-md); min-width: 200px; z-index: 300; padding: 8px 0; }
.has-dropdown:hover .dropdown { display: block; }
.dropdown li a { display: block; padding: 9px 20px; font-size: 13.5px; color: var(--text); transition: background .15s, color .15s; }
.dropdown li a:hover { background: var(--off-white); color: var(--blue); }

.nav-perks { display: flex; align-items: center; gap: 24px; margin-left: auto; padding: 0 12px; font-size: 13px; font-weight: 500; color: var(--navy); }
.nav-perks span { display: flex; align-items: center; gap: 5px; }
.nav-perks svg { color: var(--success); }

/* HERO BANNER */
.hero-banner { display: block; background: #FFFFFF; border-bottom: 1px solid var(--border); overflow: hidden; position: relative; text-decoration: none; color: inherit; transition: opacity .2s; }
.hero-banner:hover { opacity: .95; }
.hero-banner-inner { max-width: 100%; margin: 0 auto; padding: 0 0 0 max(24px, calc((100% - 1320px) / 2 + 24px)); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 0; min-height: 280px; }
.hero-banner-content { padding: 36px 0; position: relative; z-index: 2; }
.hero-tag { display: inline-flex; align-items: center; gap: 6px; background: #5B21B61A; border: 1px solid #C4B5FD; color: #6D28D9; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 20px; margin-bottom: 16px; text-transform: uppercase; letter-spacing: .4px; }
.hero-banner h1 { font-family: var(--font-head); font-weight: 800; font-size: clamp(26px, 3.2vw, 44px); line-height: 1.12; letter-spacing: -.5px; margin-bottom: 12px; color: var(--navy); max-width: 480px; }
.hero-banner h1 .highlight { color: #6D28D9; }
.hero-banner p { color: var(--muted); font-size: 15px; max-width: 400px; margin: 0; line-height: 1.65; }
.hero-banner-image { position: relative; overflow: hidden; border-radius: 0; height: 100%; min-height: 260px; }
.hero-banner-image::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #FFFFFF 0%, rgba(255,255,255,.6) 20%, rgba(255,255,255,0) 50%); z-index: 1; }
.hero-banner-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; z-index: 0; }
.hero-banner-image:empty { background: linear-gradient(135deg, #F8FAFF 0%, #EEF2FF 55%, #F5F3FF 100%); }

/* TRUST STRIP */
.trust-strip { background: var(--white); border-bottom: 1px solid var(--border); }
.trust-strip-inner { max-width: 1320px; margin: 0 auto; padding: 18px 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trust-item { display: flex; align-items: center; gap: 12px; padding: 4px 0; }
.trust-item-icon { width: 44px; height: 44px; background: var(--off-white); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-item-icon svg { width: 22px; height: 22px; stroke: var(--blue); }
.trust-item strong { display: block; font-weight: 600; font-size: 14px; }
.trust-item span { color: var(--muted); font-size: 12.5px; }

/* PRODUCTS */
.section { padding: 56px 0; }
.section-inner { max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.section-title { font-family: var(--font-head); font-size: 22px; font-weight: 800; color: var(--navy); }
.section-link { display: flex; align-items: center; gap: 5px; color: var(--blue); font-weight: 600; font-size: 13.5px; transition: gap .2s; }
.section-link:hover { gap: 8px; }
.section-link svg { width: 16px; height: 16px; }

.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.product-grid .product-card { max-width: 300px; width: 100%; justify-self: start; }
.product-slider-wrap {
    position: relative;
    padding: 0 52px;
}
.product-slider {
    overflow: hidden;
    width: 100%;
    container-type: inline-size;
    touch-action: pan-y;
}
.product-slider-track {
    display: flex;
    gap: 16px;
    transition: transform .35s ease;
    will-change: transform;
}
.product-slider-wrap .product-card {
    flex: 0 0 100cqw;
    width: 100cqw;
    min-width: 0;
    max-width: 100cqw;
}
@container (min-width: 481px) {
    .product-slider-wrap .product-card {
        flex-basis: calc((100cqw - 16px) / 2);
        width: calc((100cqw - 16px) / 2);
        max-width: calc((100cqw - 16px) / 2);
    }
}
@container (min-width: 769px) {
    .product-slider-wrap .product-card {
        flex-basis: calc((100cqw - 32px) / 3);
        width: calc((100cqw - 32px) / 3);
        max-width: calc((100cqw - 32px) / 3);
    }
}
@container (min-width: 1101px) {
    .product-slider-wrap .product-card {
        flex-basis: calc((100cqw - 64px) / 5);
        width: calc((100cqw - 64px) / 5);
        max-width: calc((100cqw - 64px) / 5);
    }
}
.product-slider-wrap .product-img-area { height: 168px; }
.product-slider-wrap .product-img-area.has-image .product-img {
    object-fit: contain;
    object-position: center center;
}
.product-slider-wrap .product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
    min-height: 2.7em;
}
.product-slider-wrap .product-edition,
.product-slider-wrap .product-platform {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-slider-wrap .product-info { padding: 12px 14px 14px; }
.product-slider-wrap .product-price { font-size: 20px; margin-bottom: 10px; }
.product-slider-wrap .add-to-cart-btn { font-size: 12.5px; padding: 9px 12px; }
.product-slider-btn {
    position: absolute;
    top: 88px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--white);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    transition: background .2s, border-color .2s, opacity .2s;
}
.product-slider-btn:hover:not(:disabled) { background: var(--off-white); border-color: #C7D2FE; }
.product-slider-btn:disabled { opacity: .35; cursor: default; }
.product-slider-btn svg { width: 18px; height: 18px; }
.product-slider-btn.prev { left: 0; }
.product-slider-btn.next { right: 0; }
.product-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: transform .22s, box-shadow .22s; display: flex; flex-direction: column; position: relative; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #C7D2FE; }
.product-badge { position: absolute; top: 12px; left: 12px; background: var(--blue); color: #fff; font-size: 10.5px; font-weight: 700; padding: 3px 9px; border-radius: 20px; text-transform: uppercase; letter-spacing: .3px; z-index: 1; }
.product-badge.new { background: var(--success); }
.product-badge.popular { background: var(--accent); }
.product-img-area { height: 176px; display: flex; align-items: center; justify-content: center; padding: 20px; background: #fff; cursor: pointer; transition: opacity .2s; overflow: hidden; }
.product-img-area:hover { opacity: .88; }
.product-img-area.has-image { padding: 12px; background: #fff; align-items: center; justify-content: center; }
.product-img-area.has-image > :not(img.product-img) { display: none !important; }
.product-img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center center; padding: 0; }
.product-img-area.has-image .product-img { object-fit: contain; object-position: center center; }
.product-card .product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
}
a.product-name { display: block; transition: color .2s; }
a.product-name:hover { color: var(--blue); }
.product-box-visual { width: 100px; height: 130px; border-radius: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 8px 30px rgba(0,0,0,.18); position: relative; overflow: hidden; }
.product-box-brand-small { display: flex; align-items: center; gap: 4px; margin-bottom: 8px; }
.product-box-brand-small span { font-size: 8px; font-weight: 600; color: rgba(255,255,255,.75); letter-spacing: .2px; }
.product-box-logo-small { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; width: 14px; height: 14px; }
.product-box-logo-small span { background: rgba(255,255,255,.85); border-radius: 1px; }
.product-box-name { color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 13px; }
.product-box-year { color: rgba(255,255,255,.85); font-weight: 700; font-size: 12px; }
.product-box-platform { position: absolute; bottom: 8px; font-size: 9px; font-weight: 700; color: rgba(255,255,255,.6); letter-spacing: 1px; }
.product-info { padding: 14px 16px 16px; flex: 1; display: flex; flex-direction: column; }
.product-name { font-family: var(--font-head); font-weight: 700; font-size: 15px; margin-bottom: 2px; }
.product-edition { color: var(--blue); font-weight: 600; font-size: 13px; margin-bottom: 2px; }
.product-platform { font-size: 11.5px; color: var(--muted); font-weight: 500; margin-bottom: 12px; }
.product-price { font-family: var(--font-head); font-weight: 800; font-size: 22px; color: var(--navy); margin-top: auto; margin-bottom: 12px; }
.product-price sub { font-size: 13px; font-weight: 600; vertical-align: top; margin-top: 5px; }
.add-to-cart-btn { width: 100%; background: var(--navy); color: #fff; font-family: var(--font-body); font-size: 13.5px; font-weight: 600; padding: 10px 16px; border-radius: 8px; display: flex; align-items: center; justify-content: center; gap: 7px; transition: background .2s, transform .15s; }
.add-to-cart-btn svg { width: 16px; height: 16px; }
.add-to-cart-btn:hover { background: var(--blue); transform: scale(1.02); }

/* SEO SECTION */
.seo-section { background: var(--off-white); border-radius: var(--radius-lg); padding: 32px 40px; margin: 0 0 48px; }
.seo-section h2 { font-family: var(--font-head); font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.seo-section p { color: var(--muted); font-size: 14px; line-height: 1.7; max-width: 900px; }

/* FOOTER */
.footer { background: var(--navy); color: rgba(255,255,255,.75); margin-top: 40px; }
.footer-inner { max-width: 1320px; margin: 0 auto; padding: 56px 24px 40px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.footer-logo-text { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.footer-logo-text svg { flex-shrink: 0; }
.footer-logo-text span { font-size: 20px; color: #fff; font-weight: 400; }
.footer-logo-text span strong { font-weight: 700; }
.footer-brand p { color: rgba(255,255,255,.5); font-size: 13.5px; margin-top: 14px; max-width: 280px; line-height: 1.7; }
.footer-payment { display: flex; gap: 8px; margin-top: 20px; flex-wrap: wrap; }
.pay-icon { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.12); border-radius: 6px; padding: 5px 10px; font-size: 10.5px; font-weight: 700; color: rgba(255,255,255,.7); letter-spacing: .3px; }
.footer-col h4 { font-family: var(--font-head); font-weight: 700; font-size: 14px; color: #fff; margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: rgba(255,255,255,.55); font-size: 13.5px; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { max-width: 1320px; margin: 0 auto; padding: 20px 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 16px; font-size: 12px; color: rgba(255,255,255,.35); flex-wrap: wrap; }

/* BREADCRUMBS */
.breadcrumbs { background: var(--white); border-bottom: 1px solid var(--border); }
.breadcrumbs-inner { max-width: 1320px; margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); overflow-x: auto; -webkit-overflow-scrolling: touch; white-space: nowrap; }
.breadcrumbs-inner::-webkit-scrollbar { display: none; }
.breadcrumbs-inner a { color: var(--blue); font-weight: 500; transition: opacity .2s; flex-shrink: 0; }
.breadcrumbs-inner a:hover { opacity: .7; }
.breadcrumbs-inner svg { color: var(--muted); flex-shrink: 0; }
.breadcrumbs-inner span { flex-shrink: 0; }
@media (max-width: 768px) {
    .breadcrumbs-inner { padding: 10px 16px; font-size: 12px; gap: 6px; }
}

/* PRODUCT MORE LINK */
.product-more-link { display: block; text-align: center; color: var(--blue); font-size: 12.5px; font-weight: 600; margin-bottom: 10px; transition: opacity .2s; }
.product-more-link:hover { opacity: .7; }

/* PRODUCT DETAIL PAGE */
.pd-grid { display: grid; grid-template-columns: 380px 1fr 320px; gap: 40px; align-items: start; }
.pd-gallery { position: sticky; top: 140px; }
.pd-main-image { background: linear-gradient(145deg, #f0f2f8, #e8eaf3); border-radius: 16px; padding: 40px; display: flex; align-items: center; justify-content: center; min-height: 380px; overflow: hidden; }
.pd-main-image.has-image { padding: 0; background: #fff; }
.pd-product-img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; display: block; border-radius: 16px; }
.pd-product-box { width: 220px; height: 280px; border-radius: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 20px 60px rgba(0,0,0,.2); position: relative; overflow: hidden; }
.pd-box-brand { display: flex; align-items: center; gap: 6px; margin-bottom: 16px; }
.pd-box-brand span { font-size: 11px; font-weight: 600; color: rgba(255,255,255,.8); }
.pd-box-logo { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; width: 18px; height: 18px; }
.pd-box-logo span { background: rgba(255,255,255,.85); border-radius: 1.5px; }
.pd-box-name { font-family: var(--font-head); font-weight: 800; font-size: 28px; color: #fff; }
.pd-box-year { color: rgba(255,255,255,.85); font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.pd-box-sub { color: rgba(255,255,255,.7); font-size: 13px; font-weight: 500; margin-bottom: 16px; }
.pd-box-apps { display: flex; gap: 6px; }
.pd-app { width: 24px; height: 24px; border-radius: 5px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 11px; font-weight: 700; }
.pd-box-platform { position: absolute; bottom: 12px; font-size: 10px; font-weight: 700; color: rgba(255,255,255,.5); letter-spacing: 1.5px; }
.pd-thumbnails { display: flex; gap: 8px; margin-top: 12px; }
.pd-thumb { width: 56px; height: 56px; border-radius: 8px; border: 2px solid var(--border); display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; overflow: hidden; }
.pd-thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
.pd-thumb.active { border-color: var(--blue); }
.pd-thumb-box { width: 100%; height: 100%; border-radius: 4px; }

.pd-info { padding-top: 8px; }
.pd-badge { display: inline-block; background: var(--navy); color: #fff; font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 4px; text-transform: uppercase; letter-spacing: .8px; margin-bottom: 12px; }
.pd-title { font-family: var(--font-head); font-size: 24px; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.pd-subtitle { color: var(--muted); font-size: 14px; margin-bottom: 14px; }
.pd-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; font-size: 13px; }
.pd-stars { color: #F59E0B; font-size: 16px; }
.pd-stars .half { opacity: .4; }
.pd-reviews { color: var(--muted); }
.pd-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.pd-features li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text); }
.pd-features li svg { color: var(--success); flex-shrink: 0; }
.pd-platforms { margin-bottom: 24px; }
.pd-platform-label { font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 8px; display: block; }
.pd-platform-badges { display: flex; gap: 10px; }
.pd-platform-badge { display: flex; align-items: center; gap: 8px; padding: 8px 16px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 13px; font-weight: 600; }
.pd-platform-badge svg { color: var(--muted); }
.pd-trust-block { display: flex; align-items: flex-start; gap: 12px; background: #EFF6FF; border-radius: var(--radius); padding: 16px; }
.pd-trust-icon svg { stroke: var(--blue); }
.pd-trust-block strong { display: block; font-size: 13.5px; margin-bottom: 2px; }
.pd-trust-block span { font-size: 12.5px; color: var(--muted); line-height: 1.5; }

.pd-buybox { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 28px; position: sticky; top: 140px; }
.pd-price { font-family: var(--font-head); font-size: 32px; font-weight: 900; color: var(--navy); }
.pd-price-sub { font-size: 12px; color: var(--muted); display: block; margin-bottom: 12px; }
.pd-stock { display: flex; align-items: center; gap: 8px; color: var(--success); font-size: 13px; font-weight: 600; margin-bottom: 20px; }
.pd-cart-btn { width: 100%; background: var(--navy); color: #fff; font-family: var(--font-body); font-size: 15px; font-weight: 600; padding: 14px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; gap: 10px; transition: background .2s; margin-bottom: 10px; }
.pd-cart-btn svg { width: 18px; height: 18px; }
.pd-cart-btn:hover { background: var(--blue); }
.pd-buy-btn { width: 100%; background: var(--white); color: var(--navy); font-family: var(--font-body); font-size: 15px; font-weight: 600; padding: 14px; border-radius: var(--radius); border: 1.5px solid var(--border); transition: border-color .2s, background .2s; margin-bottom: 24px; }
.pd-buy-btn:hover { border-color: var(--navy); background: var(--off-white); }
.pd-buybox-perks { display: flex; flex-direction: column; gap: 14px; }
.pd-perk { display: flex; align-items: flex-start; gap: 10px; font-size: 12.5px; }
.pd-perk svg { color: var(--blue); flex-shrink: 0; margin-top: 2px; }
.pd-perk strong { display: block; font-size: 13px; }
.pd-perk span { color: var(--muted); }

/* TABS */
.pd-tabs { margin-top: 48px; border-top: 1px solid var(--border); padding-top: 32px; }
.pd-tab-nav { display: flex; gap: 0; border-bottom: 1px solid var(--border); margin-bottom: 28px; }
.pd-tab-btn { padding: 12px 20px; font-size: 14px; font-weight: 600; color: var(--muted); border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; background: none; cursor: pointer; }
.pd-tab-btn.active { color: var(--navy); border-bottom-color: var(--blue); }
.pd-tab-btn:hover { color: var(--text); }
.pd-tab-content { display: none; }
.pd-tab-content.active { display: block; }
.pd-tab-content h2 { font-family: var(--font-head); font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.pd-tab-content p { color: var(--text); line-height: 1.7; margin-bottom: 20px; }
.pd-tab-content ul { list-style: disc; padding-left: 24px; display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.pd-tab-content li { font-size: 14px; line-height: 1.6; }

.pd-description-content { color: var(--text); line-height: 1.7; }
.pd-description-content p { margin-bottom: 16px; }
.pd-description-content h2,
.pd-description-content h3,
.pd-description-content h4 { font-family: var(--font-head); margin: 24px 0 12px; }
.pd-description-content ul,
.pd-description-content ol { list-style: disc; padding-left: 24px; margin-bottom: 20px; display: flex; flex-direction: column; gap: 8px; }
.pd-description-content img { display: block; max-width: 100%; height: auto; margin: 16px 0; border-radius: 8px; }
.pd-description-content table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.pd-description-content th,
.pd-description-content td { padding: 10px 14px; border-bottom: 1px solid var(--border); text-align: left; font-size: 14px; }
.pd-description-content th { font-weight: 600; color: var(--muted); width: 40%; }
.pd-description-content .import-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; margin-top: 20px; }
.pd-description-content .import-gallery img { margin: 0; border-radius: 8px; border: 1px solid var(--border); }

.pd-apps-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }
.pd-app-item { display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid var(--border); border-radius: var(--radius); }
.pd-app-icon { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; font-weight: 700; flex-shrink: 0; }
.pd-app-item strong { display: block; font-size: 13.5px; }
.pd-app-item span { font-size: 12px; color: var(--muted); }

.pd-specs-table { width: 100%; max-width: 500px; border-collapse: collapse; }
.pd-specs-table td { padding: 10px 16px; font-size: 13.5px; border-bottom: 1px solid var(--border); }
.pd-specs-table td:first-child { font-weight: 600; color: var(--muted); width: 160px; }

.pd-faq details { border-bottom: 1px solid var(--border); }
.pd-faq summary { padding: 14px 0; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; }
.pd-faq summary::-webkit-details-marker { display: none; }
.pd-faq details[open] summary { color: var(--blue); }
.pd-faq details p { padding: 0 0 14px; font-size: 14px; color: var(--muted); }

@media (max-width: 1024px) {
    .pd-grid { grid-template-columns: 1fr 1fr; }
    .pd-buybox { position: static; grid-column: span 2; }
}
@media (max-width: 768px) {
    .pd-grid { grid-template-columns: 1fr; gap: 16px; }
    .pd-buybox { grid-column: span 1; position: static; padding: 20px 16px; padding-bottom: 80px; }
    .pd-gallery { position: static; }
    .pd-main-image { min-height: 240px; padding: 20px; }
    .pd-main-image.has-image { padding: 0; min-height: 280px; }
    .pd-product-img { min-height: 280px; }
    .pd-info { padding: 0 0 16px; }
    .pd-title { font-size: 20px; }
    .pd-features li { font-size: 13px; }
    .pd-platform-badges { flex-wrap: wrap; }
    .pd-trust-block { flex-direction: column; gap: 8px; }
    .pd-tab-nav { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .pd-tab-btn { white-space: nowrap; padding: 12px 14px; font-size: 13px; }
    .pd-apps-grid { grid-template-columns: 1fr; }
    .pd-specs-table td { padding: 8px 10px; font-size: 13px; }
    .pd-specs-table td:first-child { width: 120px; }
    .section.product-detail .section-inner { padding: 0 16px; overflow: hidden; }
}

/* Mobile Sticky Add to Cart */
.mobile-sticky-cart { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--white); border-top: 1px solid var(--border); padding: 12px 16px; z-index: 800; box-shadow: 0 -4px 16px rgba(15,27,45,.1); }
.mobile-sticky-cart-inner { display: flex; align-items: center; gap: 12px; max-width: 600px; margin: 0 auto; }
.mobile-sticky-price { font-family: var(--font-head); font-weight: 800; font-size: 20px; color: var(--navy); white-space: nowrap; }
.mobile-sticky-btn { flex: 1; background: var(--navy); color: #fff; font-weight: 700; font-size: 15px; padding: 14px 20px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; gap: 8px; transition: background .2s; }
.mobile-sticky-btn:hover { background: var(--blue); }
.mobile-sticky-btn svg { width: 18px; height: 18px; }
@media (max-width: 768px) {
    .mobile-sticky-cart { display: block; }
    .pd-buybox .pd-cart-btn, .pd-buybox .pd-buy-btn { display: none; }
}

/* CATEGORY PAGE */
.category-header { margin-bottom: 28px; }
.category-title { font-family: var(--font-head); font-size: 26px; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.category-count { font-size: 14px; color: var(--muted); }
.empty-state { text-align: center; padding: 64px 24px; color: var(--muted); }
.empty-state svg { margin-bottom: 16px; stroke: var(--border); }
.empty-state h2 { font-family: var(--font-head); font-size: 20px; color: var(--text); margin-bottom: 8px; }

/* GUIDE / INSTALLATIE PAGE */
.guide-layout { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.guide-title { font-family: var(--font-head); font-size: 28px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.guide-intro { color: var(--muted); font-size: 15px; line-height: 1.7; margin-bottom: 36px; }
.guide-intro a { color: var(--blue); font-weight: 600; }
.guide-steps { display: flex; flex-direction: column; gap: 0; }
.guide-step { display: flex; gap: 20px; padding-bottom: 36px; position: relative; }
.guide-step:not(:last-child)::before { content: ''; position: absolute; left: 19px; top: 44px; bottom: 0; width: 2px; background: var(--border); }
.step-number { width: 40px; height: 40px; background: var(--navy); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 800; font-size: 16px; flex-shrink: 0; position: relative; z-index: 1; }
.step-content { flex: 1; }
.step-content h2 { font-family: var(--font-head); font-size: 18px; font-weight: 700; margin-bottom: 10px; color: var(--navy); }
.step-content h3 { font-size: 15px; font-weight: 700; margin: 16px 0 10px; }
.step-content p { font-size: 14px; line-height: 1.7; margin-bottom: 12px; }
.step-content code { background: var(--off-white); border: 1px solid var(--border); padding: 2px 6px; border-radius: 4px; font-size: 13px; }
.step-alert { display: flex; align-items: flex-start; gap: 10px; background: #FFFBEB; border: 1px solid #FDE68A; border-radius: var(--radius); padding: 12px 16px; margin-bottom: 14px; font-size: 13.5px; line-height: 1.6; }
.step-alert svg { color: #D97706; flex-shrink: 0; margin-top: 2px; }
.step-alert-success { background: #ECFDF5; border-color: #A7F3D0; }
.step-alert-success svg { color: var(--success); }
.step-tip { display: flex; align-items: flex-start; gap: 8px; background: #EFF6FF; border-radius: var(--radius); padding: 10px 14px; font-size: 13px; color: var(--text); margin-bottom: 12px; }
.step-tip svg { color: var(--blue); flex-shrink: 0; margin-top: 1px; }
.step-list { padding-left: 20px; display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.step-list li { font-size: 14px; line-height: 1.6; }
.step-note { font-size: 13px; color: var(--muted); }
.step-note a { color: var(--blue); font-weight: 600; }
.download-buttons { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.btn-download { display: inline-flex; align-items: center; gap: 8px; background: var(--navy); color: #fff; padding: 10px 18px; border-radius: var(--radius); font-size: 13.5px; font-weight: 600; transition: background .2s; }
.btn-download:hover { background: var(--blue); color: #fff; }

.guide-sidebar { position: sticky; top: 140px; display: flex; flex-direction: column; gap: 16px; }
.guide-sidebar-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 20px; }
.guide-sidebar-card h3 { font-family: var(--font-head); font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.guide-sidebar-card p { font-size: 13px; color: var(--muted); margin-bottom: 12px; line-height: 1.6; }
.guide-sidebar-links { display: flex; flex-direction: column; gap: 8px; }
.guide-sidebar-links a { color: var(--blue); font-size: 13.5px; font-weight: 500; transition: opacity .2s; }
.guide-sidebar-links a:hover { opacity: .7; }
.guide-sidebar-card.trust { display: flex; flex-direction: column; gap: 12px; }
.guide-trust-item { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 600; }
.guide-trust-item svg { color: var(--blue); flex-shrink: 0; }

@media (max-width: 768px) {
    .guide-layout { grid-template-columns: 1fr; }
    .guide-sidebar { position: static; }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .topbar { display: none !important; }
    .navbar { display: none !important; }
    .hero-banner { position: relative; }
    .hero-banner-inner { display: block !important; padding: 0 !important; min-height: 300px !important; position: relative; }
    .hero-banner-image { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; min-height: 300px; border-radius: 0; z-index: 0; }
    .hero-banner-image::before { display: block !important; content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,.1) 100%); z-index: 1; }
    .hero-banner-image img { position: absolute !important; inset: 0; width: 100% !important; height: 100% !important; object-fit: cover; display: block !important; }
    .hero-banner-content { position: relative !important; z-index: 2; padding: 80px 20px 28px !important; display: flex; flex-direction: column; justify-content: flex-end; min-height: 300px; }
    .hero-banner h1, .hero-banner p { color: #fff !important; text-shadow: 0 1px 4px rgba(0,0,0,.4); }
    .hero-tag { display: none !important; }
    .trust-strip-inner { grid-template-columns: 1fr 1fr; }
    .section-header { gap: 16px; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .cart-sidebar { width: 100% !important; max-width: 100% !important; }
}
@media (max-width: 768px) {
    .topbar { display: none !important; }
    .navbar { display: none !important; }
    .nav-perks { display: none !important; }
    .hero-banner h1 { font-size: 24px; max-width: none; }
    .hero-banner p { max-width: none; font-size: 14px; }
    .hero-banner-image { min-height: 200px; }
    .trust-strip-inner { padding: 16px; }
    .section { padding: 40px 0; }
    .section-inner { padding: 0 16px; }
    .section-header { flex-direction: column; align-items: flex-start; margin-bottom: 20px; }
    .product-slider-wrap { padding: 0 44px; }
    .product-slider-btn { width: 34px; height: 34px; top: 76px; }
    .seo-section { padding: 24px 20px; }
    .footer-inner { grid-template-columns: 1fr; gap: 32px; }
    .cart-sidebar { width: 100% !important; max-width: 100% !important; right: 0 !important; }
}
@media (max-width: 480px) {
    .topbar { display: none !important; }
    .logo-img { height: 26px; }
    .hero-banner h1 { font-size: 22px; }
    .hero-banner p { font-size: 13px; }
    .hero-banner-image { min-height: 180px; }
    .hero-banner-image img { min-height: 180px; }
    .product-slider-wrap { padding: 0 38px; }
    .product-slider-btn { top: 70px; }
    .trust-strip-inner { grid-template-columns: 1fr; }
}

/* MOBILE SLIDE-OUT PANELS */
.mobile-menu-btn { display: none; background: none; border: none; padding: 8px; cursor: pointer; color: var(--navy); }
.mobile-menu-btn svg { width: 24px; height: 24px; }

.mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(15,27,45,.5); z-index: 900; opacity: 0; transition: opacity .3s; }
.mobile-overlay.active { display: block; opacity: 1; }

.mobile-menu, .mobile-cart { position: fixed; top: 0; bottom: 0; width: 300px; max-width: 85vw; background: var(--white); z-index: 950; display: flex; flex-direction: column; transform: translateX(-100%); transition: transform .3s ease; box-shadow: 4px 0 24px rgba(15,27,45,.15); }
.mobile-menu { left: 0; }
.mobile-cart { right: 0; transform: translateX(100%); box-shadow: -4px 0 24px rgba(15,27,45,.15); }
.mobile-menu.active, .mobile-cart.active { transform: translateX(0); }

.mobile-menu-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--border); background: var(--off-white); }
.mobile-menu-title { font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--navy); }
.mobile-menu-close { background: none; border: none; padding: 6px; cursor: pointer; color: var(--muted); transition: color .2s; }
.mobile-menu-close:hover { color: var(--navy); }
.mobile-menu-close svg { width: 22px; height: 22px; }

.mobile-menu-content { flex: 1; overflow-y: auto; padding: 12px 0; }
.mobile-menu-item { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; font-size: 15px; color: var(--text); text-decoration: none; transition: background .15s, color .15s; }
.mobile-menu-item:hover { background: var(--off-white); color: var(--blue); }
.mobile-menu-item.mobile-menu-all { color: var(--navy); font-weight: 600; gap: 10px; justify-content: flex-start; }
.mobile-menu-item.mobile-menu-all svg { width: 20px; height: 20px; stroke: var(--blue); }
.mobile-submenu { background: var(--off-white); }
.mobile-submenu-item { padding-left: 36px; font-size: 14px; color: var(--muted); }
.mobile-menu-divider { height: 1px; background: var(--border); margin: 12px 20px; }

.mobile-cart-content { flex: 1; overflow-y: auto; padding: 20px; }
.mobile-cart-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px 20px; color: var(--muted); }
.mobile-cart-empty svg { margin-bottom: 16px; stroke: var(--border); }
.mobile-cart-empty p { margin-bottom: 20px; font-size: 15px; }
.mobile-cart-shop-btn { display: inline-block; background: var(--navy); color: #fff; font-weight: 600; font-size: 14px; padding: 12px 24px; border-radius: var(--radius); transition: background .2s; }
.mobile-cart-shop-btn:hover { background: var(--blue); }

.mobile-cart-footer { padding: 16px 20px; border-top: 1px solid var(--border); background: var(--off-white); }
.mobile-cart-total { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 15px; }
.mobile-cart-total strong { font-family: var(--font-head); font-size: 18px; color: var(--navy); }
.mobile-cart-checkout-btn { display: block; width: 100%; background: var(--success); color: #fff; font-weight: 700; font-size: 15px; text-align: center; padding: 14px; border-radius: var(--radius); transition: background .2s; }
.mobile-cart-checkout-btn:hover { background: #059669; }

.mobile-cart-item { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.mobile-cart-item-img { width: 56px; height: 56px; border-radius: 8px; overflow: hidden; flex-shrink: 0; background: #fff; border: 1px solid var(--border); }
.mobile-cart-item-img img { width: 100%; height: 100%; object-fit: contain; object-position: center center; background: #fff; }
.mobile-cart-item-color { width: 100%; height: 100%; }
.mobile-cart-item-info { flex: 1; min-width: 0; }
.mobile-cart-item-info strong { display: block; font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mobile-cart-item-info span { display: block; font-size: 12px; color: var(--muted); }
.mobile-cart-item-price { font-weight: 600; color: var(--navy); margin-top: 4px; }
.mobile-cart-item-remove { background: none; border: none; font-size: 20px; color: var(--muted); cursor: pointer; padding: 4px 8px; transition: color .2s; flex-shrink: 0; }
.mobile-cart-item-remove:hover { color: #EF4444; }

body.mobile-panel-open { overflow: hidden; }

@media (max-width: 768px) {
    .mobile-menu-btn { display: block; }
    .mobile-search-btn { display: flex !important; }
    .navbar { display: none; }
    .search-wrap { display: none !important; }
    .header-actions .account-btn { display: none !important; }
    .header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; gap: 12px; flex-wrap: nowrap !important; }
    .logo { flex: 0 0 auto; }
    .header-actions { display: flex; align-items: center; gap: 4px; margin-left: auto; }
}

/* Mobile Search Overlay */
.mobile-search-btn { display: none; padding: 10px; cursor: pointer; border: none; background: none; -webkit-tap-highlight-color: transparent; position: relative; z-index: 10; }
.mobile-search-btn svg { width: 22px; height: 22px; pointer-events: none; }

.mobile-search-overlay { display: none; position: fixed; inset: 0; background: var(--white); z-index: 1000; flex-direction: column; }
.mobile-search-overlay.active { display: flex; }
.mobile-search-container { display: flex; flex-direction: column; height: 100%; }
.mobile-search-header { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-bottom: 1px solid var(--border); background: var(--off-white); }
.mobile-search-input { flex: 1; height: 44px; border: 1.5px solid var(--border); border-radius: var(--radius); padding: 0 16px; font-size: 16px; background: white; }
.mobile-search-input:focus { outline: none; border-color: var(--blue); }
.mobile-search-close { background: none; border: none; padding: 8px; color: var(--muted); cursor: pointer; }
.mobile-search-close svg { width: 24px; height: 24px; }
.mobile-search-results { flex: 1; overflow-y: auto; padding: 12px 16px; }
.mobile-search-results .search-result-item { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: var(--radius); transition: background .15s; }
.mobile-search-results .search-result-item:hover { background: var(--off-white); }
.mobile-search-no-results { text-align: center; padding: 40px 20px; color: var(--muted); }

/* ============================================================
   CHECKOUT PAGE — High Converting Design
   ============================================================ */
.checkout-page { padding: 40px 24px 80px; background: var(--off-white); min-height: calc(100vh - 200px); }
.checkout-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 420px; gap: 40px; align-items: start; }

/* Checkout Header */
.checkout-header { margin-bottom: 24px; }
.checkout-header h1 { font-family: var(--font-head); font-size: 28px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.checkout-steps { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); }
.checkout-steps .step { padding: 4px 12px; border-radius: 20px; background: var(--border); }
.checkout-steps .step.active { background: var(--blue); color: white; font-weight: 600; }
.checkout-steps .step-divider { color: var(--border); }

/* Trust Bar */
.checkout-trust-bar { display: flex; gap: 24px; padding: 16px 20px; background: #F0FDF4; border: 1px solid #BBF7D0; border-radius: var(--radius); margin-bottom: 32px; }
.checkout-trust-bar .trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: #166534; }
.checkout-trust-bar .trust-item svg { color: #22C55E; }

/* Form Sections */
.checkout-form { display: flex; flex-direction: column; gap: 32px; }
.form-section { background: white; border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow); }
.form-section h2 { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.form-section h2 svg { color: var(--blue); }

.form-row { margin-bottom: 16px; }
.form-row:last-child { margin-bottom: 0; }
.form-row.two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.flex-1 { flex: 1; }
.form-group.flex-2 { flex: 2; }
.form-group label { font-size: 13px; font-weight: 600; color: var(--navy); }
.form-group label .optional { font-weight: 400; color: var(--muted); }
.form-group input, .form-group select { padding: 14px 16px; border: 1.5px solid var(--border); border-radius: var(--radius); font-size: 15px; transition: border-color .2s, box-shadow .2s; background: white; }
.form-group input:focus, .form-group select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26,86,219,.1); }
.form-group input.error { border-color: #EF4444; background: #FEF2F2; }
.form-group input::placeholder { color: #9CA3AF; }
.form-hint { font-size: 12px; color: var(--muted); }

/* Payment Methods */
.payment-methods { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.payment-method { display: flex; align-items: center; justify-content: space-between; padding: 16px; border: 2px solid var(--border); border-radius: var(--radius); cursor: pointer; transition: all .2s; }
.payment-method:hover { border-color: #CBD5E1; }
.payment-method.selected { border-color: var(--blue); background: #EFF6FF; }
.payment-method input { display: none; }
.payment-method-content { display: flex; align-items: center; gap: 12px; }
.payment-method-content img { height: 24px; }
.payment-method-content span { font-weight: 500; color: var(--navy); }
.payment-icon { font-weight: 700; font-size: 12px; color: var(--blue); background: #EFF6FF; padding: 4px 8px; border-radius: 4px; }
.payment-method .check-icon { display: none; color: var(--blue); }
.payment-method.selected .check-icon { display: block; }

/* Terms */
.form-section-terms { background: transparent; box-shadow: none; padding: 0; }
.checkbox-label { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; margin-bottom: 12px; font-size: 14px; color: var(--text); }
.checkbox-label input { display: none; }
.checkbox-label .checkmark { width: 20px; height: 20px; min-width: 20px; border: 2px solid var(--border); border-radius: 4px; display: flex; align-items: center; justify-content: center; transition: all .2s; }
.checkbox-label input:checked + .checkmark { background: var(--blue); border-color: var(--blue); }
.checkbox-label input:checked + .checkmark::after { content: '✓'; color: white; font-size: 12px; font-weight: bold; }
.checkbox-label a { color: var(--blue); text-decoration: underline; }

/* Submit Button */
.checkout-submit-btn { width: 100%; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 18px 32px; background: linear-gradient(135deg, #22C55E, #16A34A); color: white; font-size: 17px; font-weight: 700; border-radius: var(--radius); cursor: pointer; transition: all .2s; box-shadow: 0 4px 14px rgba(34,197,94,.35); }
.checkout-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(34,197,94,.4); }
.checkout-submit-btn svg { color: white; }
.checkout-submit-total { margin-left: auto; background: rgba(255,255,255,.2); padding: 6px 14px; border-radius: 6px; font-size: 15px; }

/* Order Summary Sidebar */
.checkout-sidebar { position: sticky; top: 24px; }
.order-summary { background: white; border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow); }
.order-summary h2 { font-family: var(--font-head); font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }

/* Order Items */
.order-items { display: flex; flex-direction: column; gap: 16px; margin-bottom: 24px; max-height: 300px; overflow-y: auto; }
.order-item { display: flex; align-items: center; gap: 14px; }
.order-item-image { position: relative; width: 60px; height: 60px; border-radius: 8px; overflow: hidden; background: var(--off-white); flex-shrink: 0; }
.order-item-image img { width: 100%; height: 100%; object-fit: cover; }
.order-item-placeholder-img { width: 100%; height: 100%; }
.order-item-qty { position: absolute; top: -6px; right: -6px; width: 22px; height: 22px; background: var(--navy); color: white; font-size: 11px; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.order-item-details { flex: 1; min-width: 0; }
.order-item-details strong { display: block; font-size: 14px; font-weight: 600; color: var(--navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.order-item-details span { font-size: 12px; color: var(--muted); }
.order-item-price { font-size: 14px; font-weight: 600; color: var(--navy); white-space: nowrap; }

.empty-cart { text-align: center; padding: 24px; color: var(--muted); }
.empty-cart a { color: var(--blue); text-decoration: underline; }

/* Placeholder Loading */
.order-item-placeholder { display: flex; align-items: center; gap: 14px; }
.placeholder-img { width: 60px; height: 60px; background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); background-size: 200% 100%; border-radius: 8px; animation: shimmer 1.5s infinite; }
.placeholder-text { flex: 1; }
.placeholder-line { height: 14px; background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); background-size: 200% 100%; border-radius: 4px; margin-bottom: 8px; animation: shimmer 1.5s infinite; }
.placeholder-line.short { width: 60%; }
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

/* Order Totals */
.order-totals { padding-top: 20px; border-top: 1px solid var(--border); margin-bottom: 24px; }
.order-total-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: 14px; color: var(--muted); }
.order-total-row.total { font-size: 18px; font-weight: 700; color: var(--navy); padding-top: 12px; margin-top: 8px; border-top: 2px solid var(--navy); }

/* Trust Badges */
.checkout-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.checkout-badges .badge { display: flex; align-items: flex-start; gap: 12px; padding: 12px; background: var(--off-white); border-radius: var(--radius); }
.checkout-badges .badge svg { flex-shrink: 0; }
.checkout-badges .badge strong { display: block; font-size: 12px; font-weight: 600; color: var(--navy); }
.checkout-badges .badge span { font-size: 11px; color: var(--muted); }

/* Guarantee Box */
.checkout-guarantee { display: flex; align-items: flex-start; gap: 14px; padding: 16px; background: linear-gradient(135deg, #FEF3C7, #FDE68A); border-radius: var(--radius); }
.checkout-guarantee svg { color: #D97706; flex-shrink: 0; }
.checkout-guarantee strong { display: block; font-size: 13px; font-weight: 700; color: #92400E; margin-bottom: 4px; }
.checkout-guarantee p { font-size: 12px; color: #A16207; line-height: 1.5; margin: 0; }

/* Checkout Responsive */
@media (max-width: 900px) {
    .checkout-container { grid-template-columns: 1fr; }
    .checkout-sidebar { position: static; order: -1; }
    .order-items { max-height: none; }
    .checkout-trust-bar { flex-wrap: wrap; gap: 12px; }
    .payment-methods { grid-template-columns: 1fr; }
    .checkout-badges { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .checkout-page { padding: 24px 16px 60px; }
    .form-section { padding: 20px; }
    .form-row.two-cols { grid-template-columns: 1fr; }
    .checkout-header h1 { font-size: 24px; }
    .checkout-steps { flex-wrap: wrap; }
}

/* LEGAL PAGES */
.legal-page { background: var(--off-white); min-height: 60vh; }
.legal-inner { max-width: 800px; margin: 0 auto; padding: 48px 24px 80px; }
.legal-page h1 { font-family: var(--font-head); font-size: 32px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.legal-updated { color: var(--muted); font-size: 14px; margin-bottom: 32px; }
.legal-page section { background: var(--white); border-radius: 12px; padding: 24px 28px; margin-bottom: 20px; border: 1px solid var(--border); }
.legal-page section h2 { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.legal-page section h3 { font-size: 15px; font-weight: 600; color: var(--navy); margin: 16px 0 8px; }
.legal-page section p { color: var(--text); line-height: 1.7; margin-bottom: 12px; }
.legal-page section p:last-child { margin-bottom: 0; }
.legal-page section ul, .legal-page section ol { margin: 12px 0; padding-left: 24px; color: var(--text); line-height: 1.7; }
.legal-page section li { margin-bottom: 6px; }
.legal-page section a { color: var(--blue); text-decoration: underline; }
.legal-page section a:hover { color: var(--navy); }
.legal-page address { font-style: normal; line-height: 1.8; color: var(--text); }

/* CONTACT PAGE */
.contact-page .legal-inner { max-width: 1100px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 32px; }
.contact-info section { background: var(--white); border-radius: 12px; padding: 24px 28px; margin-bottom: 20px; border: 1px solid var(--border); }
.contact-details { display: flex; flex-direction: column; gap: 16px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; }
.contact-item svg { flex-shrink: 0; color: var(--blue); margin-top: 2px; }
.contact-item div { display: flex; flex-direction: column; gap: 2px; }
.contact-item strong { font-weight: 600; color: var(--navy); }
.contact-item a, .contact-item span { color: var(--text); font-size: 14px; }
.contact-item a:hover { color: var(--blue); }
.contact-form-wrap { background: var(--white); border-radius: 12px; padding: 28px 32px; border: 1px solid var(--border); }
.contact-form-wrap h2 { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 20px; }
.contact-form .form-group { margin-bottom: 16px; }
.contact-form label { display: block; font-weight: 500; font-size: 14px; color: var(--navy); margin-bottom: 6px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: 8px; font-size: 14px; font-family: var(--font-body); transition: border-color .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.1); }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-submit { width: 100%; padding: 14px 24px; background: var(--blue); color: white; border: none; border-radius: 8px; font-size: 15px; font-weight: 600; cursor: pointer; transition: background .2s; }
.contact-submit:hover { background: var(--navy); }
.footer-contact { font-size: 13px; }
.footer-contact li { margin-bottom: 4px; }
@media (max-width: 768px) {
    .contact-grid { grid-template-columns: 1fr; }
    .legal-inner { padding: 32px 16px 60px; }
    .legal-page h1 { font-size: 26px; }
    .legal-page section { padding: 20px; }
}
