/*
Theme Name: Peptide Shop
Theme URI: https://example.com/peptide-shop
Author: Peptide Shop
Author URI: https://example.com
Description: Professional WooCommerce theme for peptide research suppliers. SEO-optimized with Schema.org structured data, breadcrumbs, Open Graph tags, and semantic HTML5.
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: peptide-shop
Tags: woocommerce, e-commerce, custom-logo, custom-menu, featured-images
*/

/* ═══ TOKENS ═══ */
:root {
    --navy: #0C1F17;
    --navy-l: #132B1E;
    --navy-x: #07120E;
    --blue: #1C4A34;
    --blue-h: #163827;
    --blue-bg: rgba(28,74,52,0.06);
    --blue-glow: rgba(28,74,52,0.15);
    --green: #10B981;
    --green-bg: rgba(16,185,129,0.08);
    --amber: #F59E0B;
    --red: #EF4444;
    --tx: #0F172A;
    --tx2: #475569;
    --tx3: #94A3B8;
    --sf: #FFFFFF;
    --sf2: #F8FAFC;
    --sf3: #F1F5F9;
    --bd: #E2E8F0;
    --bd-l: #F1F5F9;
    --sh-s: 0 1px 2px rgba(0,0,0,0.04);
    --sh-m: 0 4px 16px rgba(0,0,0,0.06);
    --sh-l: 0 10px 40px rgba(0,0,0,0.08);
    --sh-card: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.03);
    --r: 8px;
    --rl: 12px;
    --rx: 16px;
    --ease: 0.2s ease;
    --ease-spring: 0.35s cubic-bezier(0.34,1.56,0.64,1);
    --f: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
    --f-display: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    --mw: 1200px;
    --mw-narrow: 720px;
}

/* ═══ RESET ═══ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0 }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }
body { font-family: var(--f); font-size: 15px; line-height: 1.7; color: var(--tx); background: var(--sf) }
a { color: var(--blue); text-decoration: none; transition: color var(--ease) }
a:hover { color: var(--blue-h) }
img { max-width: 100%; height: auto; display: block }
h1, h2, h3, h4, h5, h6 { font-family: var(--f-display); font-weight: 700; line-height: 1.2; color: var(--tx); letter-spacing: -0.02em }
h1 { font-size: 2.2rem; font-weight: 800 }
h2 { font-size: 1.65rem; font-weight: 700 }
h3 { font-size: 1.15rem }
h4 { font-size: 1rem }
ul, ol { list-style: none }
button, input, select, textarea { font-family: inherit; font-size: inherit }
::selection { background: var(--blue); color: #fff }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px }

/* ═══ LAYOUT ═══ */
.wrap { max-width: var(--mw); margin: 0 auto; padding: 0 1.5rem }
.wrap-narrow { max-width: var(--mw-narrow); margin: 0 auto; padding: 0 1.5rem }
.woo-content-wrap { padding-top: 2rem; padding-bottom: 2rem }

/* ═══ ANNOUNCE BAR ═══ */
.announce-bar {
    background: var(--navy-x);
    color: rgba(255,255,255,0.7);
    text-align: center;
    padding: 0.45rem 1rem;
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.announce-bar a { color: #86EFAC; font-weight: 600 }

/* ═══ HEADER ═══ */
.site-header {
    background: var(--navy);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0 0;
    height: 112px;
}
.site-branding {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-shrink: 0;
}
.site-branding .custom-logo-link img { height: 80px; width: auto }
.site-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.site-title a { color: #fff }
.site-title a:hover { color: #86EFAC }
.site-description {
    font-size: 0.6rem;
    color: rgba(255,255,255,0.32);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-top: 1px;
}

.primary-nav { flex: 1; display: flex; justify-content: center }
.primary-nav ul { display: flex; gap: 0; align-items: center }
.primary-nav a {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: rgba(255,255,255,0.7);
    padding: 0.45rem 0.85rem;
    border-radius: var(--r);
    font-weight: 500;
    font-size: 0.87rem;
    transition: all var(--ease);
    letter-spacing: 0.005em;
}
.primary-nav .nav-caret {
    flex-shrink: 0;
    opacity: 0.55;
    transition: transform var(--ease), opacity var(--ease);
}
.primary-nav a:hover .nav-caret { opacity: 0.9 }
.primary-nav li:hover > a .nav-caret,
.primary-nav li:focus-within > a .nav-caret {
    transform: rotate(180deg);
    opacity: 0.9;
}
.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a {
    color: #fff;
    background: rgba(255,255,255,0.08);
}
.primary-nav li { position: relative }
.primary-nav .sub-menu {
    display: flex;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: var(--sf);
    border-radius: 8px;
    box-shadow: var(--sh-l);
    min-width: 240px;
    width: max-content;
    padding: 0.4rem;
    flex-direction: column;
    z-index: 100;
    border: 1px solid var(--bd);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.22s cubic-bezier(0.2, 0.9, 0.3, 1.3), visibility 0.18s;
}
/* Invisible bridge over the gap between the nav item and the dropdown so the
   hover chain doesn't break while the mouse is crossing it. */
.primary-nav .sub-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
}
.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.primary-nav .sub-menu a { color: var(--tx); padding: 0.5rem 0.8rem; border-radius: 6px; white-space: nowrap }
.primary-nav .sub-menu-all { margin-top: 0.3rem; padding-top: 0.4rem; border-top: 1px solid var(--bd-l) }
.primary-nav .sub-menu-all a { font-weight: 650; color: var(--blue) }

.primary-nav .sub-menu--cats { width: 300px; min-width: 300px; padding: 0.7rem }
.sub-menu-eyebrow {
    display: block;
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 700;
    color: var(--tx3);
    padding: 0.15rem 0.5rem 0.55rem;
}
.sub-menu-cat-list { display: flex; flex-direction: column; gap: 0.1rem }
.sub-menu-cat-list a {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem 0.5rem;
    border-radius: 6px;
    color: var(--tx);
    text-decoration: none;
    transition: background var(--ease);
}
.sub-menu-cat-list a:hover,
.sub-menu-cat-list a.current-menu-item { background: var(--sf2) }
.sub-menu-cat-ic {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 6px;
    background: var(--blue-bg);
    color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-menu-cat-text { display: flex; flex-direction: column; min-width: 0; gap: 0.05rem }
.sub-menu-cat-name { font-size: 0.83rem; font-weight: 620; color: var(--tx); white-space: nowrap }
.sub-menu-cat-count { font-size: 0.68rem; color: var(--tx3) }

.sub-menu-all-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.6rem;
    padding: 0.65rem;
    background: var(--blue);
    color: #fff !important;
    border-radius: 6px;
    font-weight: 650;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all var(--ease);
}
.sub-menu-all-btn:hover { background: var(--blue-h) }
.sub-menu-all-btn.current-menu-item { background: var(--blue-h) }
/* :not() here matters — without it this rule's higher specificity (vs.
   .sub-menu-all-btn:hover above) wins the background, but not the button's
   own `color: #fff !important`, leaving white text on a near-white hover
   background. */
.primary-nav .sub-menu a:hover:not(.sub-menu-all-btn) { background: var(--sf2); color: var(--blue) }

.header-right { display: flex; align-items: center; gap: 0.35rem; flex-shrink: 0 }
.header-search { position: relative }
.header-search input {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50px;
    padding: 0.42rem 0.85rem 0.42rem 2.1rem;
    color: #fff;
    font-size: 0.82rem;
    width: 170px;
    outline: none;
    transition: all var(--ease);
}
.header-search input::placeholder { color: rgba(255,255,255,0.25) }
.header-search input:focus { border-color: rgba(28,74,52,0.5); background: rgba(255,255,255,0.1); width: 220px }
.header-search svg {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.25);
    pointer-events: none;
}

.h-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: rgba(255,255,255,0.65);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.06);
    cursor: pointer;
    position: relative;
    transition: all var(--ease);
}
.h-icon:hover { background: rgba(255,255,255,0.1); color: #fff }
.cart-count {
    position: absolute;
    top: -3px;
    right: -3px;
    background: var(--blue);
    color: #fff;
    font-size: 0.56rem;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    border: 2px solid var(--navy);
}
.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0.35rem;
}

/* ═══ BREADCRUMBS ═══ */
.breadcrumbs { padding: 0.75rem 0; font-size: 0.78rem; color: var(--tx3) }
.breadcrumbs a { color: var(--tx2) }
.breadcrumbs a:hover { color: var(--blue) }
.breadcrumbs .sep { margin: 0 0.4rem; opacity: 0.5 }

/* ═══ HERO ═══ */
.hero {
    background: linear-gradient(160deg, var(--navy) 0%, var(--navy-l) 40%, #163024 70%, #1B3A2B 100%);
    padding: 4.5rem 0 5rem;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 600px 500px at 10% 90%, rgba(28,74,52,0.08) 0%, transparent 70%),
        radial-gradient(ellipse 500px 400px at 85% 15%, rgba(28,74,52,0.05) 0%, transparent 70%),
        radial-gradient(ellipse 300px 300px at 50% 50%, rgba(28,74,52,0.03) 0%, transparent 70%);
    pointer-events: none;
}
.hero::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.02);
    pointer-events: none;
}
.hero--image {
    background-image:
        linear-gradient(100deg, rgba(7,18,14,0.94) 0%, rgba(7,18,14,0.82) 38%, rgba(7,18,14,0.45) 75%, rgba(7,18,14,0.2) 100%),
        var(--hero-bg);
    background-size: cover;
    background-position: center;
    min-height: 560px;
    display: flex;
    align-items: center;
    padding: 4rem 0;
}
.hero--image::before,
.hero--image::after { display: none }

.hero-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 3rem;
    width: 100%;
}
.hero-content { max-width: 560px; flex: 1 }
.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(28,74,52,0.1);
    border: 1px solid rgba(28,74,52,0.18);
    color: #86EFAC;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1.25rem;
}
.hero h1 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
}
.hero h1 strong { color: #fff; font-weight: 800 }
.hero-sub {
    font-size: 1rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.7;
    margin-bottom: 1.75rem;
    max-width: 460px;
}
.hero-stats {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 2rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: 1.25rem;
}
.h-stat-v { font-size: 1.5rem; font-weight: 800; color: #fff; letter-spacing: -0.02em }
.h-stat-l {
    font-size: 0.65rem;
    color: rgba(255,255,255,0.35);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 600;
    margin-top: 0.1rem;
}
.hero-tp-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 0.4rem 0.75rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    text-decoration: none;
    transition: all var(--ease);
}
.hero-tp-badge:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2) }
.hero-tp-stars { display: inline-flex; gap: 1px; line-height: 0 }
.hero-tp-score { font-size: 0.82rem; font-weight: 700; color: #fff }
.hero-tp-sep { color: rgba(255,255,255,0.3) }
.hero-tp-count { font-size: 0.78rem; color: rgba(255,255,255,0.6); font-weight: 500 }

.btn-row { display: flex; gap: 0.6rem; flex-wrap: wrap }

.hero-visual {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-visual img {
    width: 100%;
    max-width: 420px;
    border-radius: var(--rx);
}
.hero-molecules {
    position: relative;
    width: 320px;
    height: 320px;
}
.hero-mol-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(28,74,52,0.08);
}
.hero-mol-ring:nth-child(1) { inset: 0; }
.hero-mol-ring:nth-child(2) { inset: 30px; border-color: rgba(28,74,52,0.12); }
.hero-mol-ring:nth-child(3) { inset: 60px; border-color: rgba(28,74,52,0.06); }
.hero-mol-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(28,74,52,0.3);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(28,74,52,0.2);
}

/* Buttons */
/* The native Button block wraps its <a> in two extra divs
   (.wp-block-buttons > .wp-block-button), each a box of its own with its
   own flex layout (.wp-block-buttons defaults to display:flex, justify-
   content:flex-start) — that ignores a parent's text-align:center and can
   visually double up hover/box styling next to the .btn rules above.
   Collapsing both wrapper boxes out of the render tree leaves only the
   real <a>, exactly like the hand-written buttons elsewhere on the site. */
.wp-block-buttons:has(> .wp-block-button.btn),
.wp-block-button.btn {
    display: contents;
}

.btn,
.wp-block-button.btn .wp-block-button__link {
    display: inline-flex;
    /* Global styles (enabled by theme.json) ship a
       ".wp-block-buttons .wp-block-button__link { width: 100% }" rule meant
       for the native full-width button variants — override it back to
       shrink-to-fit so these buttons size like the plain .btn links
       elsewhere on the site instead of stretching edge-to-edge. */
    width: auto;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.65rem 1.4rem;
    border-radius: var(--r);
    font-weight: 600;
    font-size: 0.88rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all var(--ease);
    line-height: 1.4;
    text-decoration: none;
    letter-spacing: 0.005em;
}
.btn-p,
.wp-block-button.btn-p .wp-block-button__link {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
    box-shadow: 0 1px 3px rgba(28,74,52,0.2);
}
.btn-p:hover,
.wp-block-button.btn-p .wp-block-button__link:hover {
    background: var(--blue-h);
    border-color: var(--blue-h);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(28,74,52,0.3);
}
.btn-telegram,
.wp-block-button.btn-telegram .wp-block-button__link {
    background: #29A9EA;
    color: #fff;
    border-color: #29A9EA;
    box-shadow: 0 1px 3px rgba(41,169,234,0.25);
}
.btn-telegram:hover,
.wp-block-button.btn-telegram .wp-block-button__link:hover {
    background: #1c93d1;
    border-color: #1c93d1;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(41,169,234,0.35);
}

.telegram-card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    max-width: 780px;
    margin: 0 auto;
    padding: 2rem 2.25rem;
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    box-shadow: var(--sh-card);
}
.telegram-card-icon { width: 56px; height: 56px; flex-shrink: 0; border-radius: 50% }
.telegram-card-text { flex: 1; min-width: 0 }
.telegram-card-text h2 { font-size: 1.2rem; margin-bottom: 0.3rem; letter-spacing: -0.01em }
.telegram-card-text p { color: var(--tx2); font-size: 0.88rem; margin: 0; line-height: 1.55 }
.telegram-card .btn,
.telegram-card .wp-block-button.btn .wp-block-button__link { flex-shrink: 0 }

.btn-g,
.wp-block-button.btn-g .wp-block-button__link {
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.85);
    border-color: rgba(255,255,255,0.12);
}
.btn-g:hover,
.wp-block-button.btn-g .wp-block-button__link:hover {
    border-color: rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.1);
    color: #fff;
}
.btn-s,
.wp-block-button.btn-s .wp-block-button__link {
    background: var(--sf);
    color: var(--tx);
    border-color: var(--bd);
    box-shadow: var(--sh-s);
}
.btn-s:hover,
.wp-block-button.btn-s .wp-block-button__link:hover { background: var(--sf2); border-color: var(--blue); color: var(--blue) }

/* ═══ TRUST BAR ═══ */
.trust-bar {
    border-bottom: 1px solid var(--bd);
    padding: 1.75rem 0;
    background: var(--sf);
}
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem }
.trust-item { display: flex; align-items: flex-start; gap: 0.7rem }
.trust-ic {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: var(--blue-bg);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
}
.trust-item h4 { font-size: 0.85rem; font-weight: 650; margin-bottom: 0.1rem; letter-spacing: 0 }
.trust-item p { font-size: 0.75rem; color: var(--tx2); line-height: 1.45 }

/* ═══ SECTIONS ═══ */
.section { padding: 4rem 0 }
.section-alt { background: var(--sf2) }
.section-navy { background: var(--navy); color: #fff }
.s-head { margin-bottom: 2rem }
.s-head h2 {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
    letter-spacing: -0.02em;
}
.s-head p { color: var(--tx2); font-size: 0.92rem }
.s-head-c { text-align: center }
.s-head-c p { max-width: 500px; margin: 0 auto }
.s-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.view-all,
.wp-block-button.view-all .wp-block-button__link {
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--blue);
    /* Reset the native Button block's default pill-button look (background,
       padding, radius) — .view-all is a plain text link with an arrow, not
       a filled button. */
    background: none;
    padding: 0;
    border-radius: 0;
    border: none;
}
.view-all:hover,
.wp-block-button.view-all .wp-block-button__link:hover { gap: 0.4rem; color: var(--blue) }
.section-divider {
    width: 48px;
    height: 3px;
    background: var(--blue);
    border-radius: 2px;
    margin: 0 auto 1.5rem;
}

/* ═══ CATEGORY CARDS ═══ */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem }
.cat-card {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    padding: 1.5rem 1.25rem;
    transition: all var(--ease);
    display: block;
    color: inherit;
    position: relative;
    overflow: hidden;
}
.cat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--blue);
    opacity: 0;
    transition: opacity var(--ease);
}
.cat-card:hover {
    border-color: var(--blue);
    box-shadow: var(--sh-m);
    transform: translateY(-2px);
    color: inherit;
}
.cat-card:hover::before { opacity: 1 }
.cat-cnt {
    font-size: 0.68rem;
    color: var(--tx3);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 0.35rem;
}
.cat-card h3 { font-size: 0.95rem; font-weight: 650; margin-bottom: 0.2rem; letter-spacing: 0 }
.cat-card p { font-size: 0.8rem; color: var(--tx2); line-height: 1.45 }
.cat-icon {
    width: 36px;
    height: 36px;
    background: var(--blue-bg);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    margin-bottom: 0.65rem;
}

/* ═══ PRODUCT CARDS (WooCommerce) ═══ */
ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    list-style: none;
    padding: 0;
}
ul.products::before, ul.products::after {
    content: none !important;
    display: none !important;
}
ul.products li.product {
    width: 100% !important;
    float: none !important;
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    overflow: hidden;
    transition: all var(--ease);
    padding: 0;
    margin: 0 !important;
    position: relative !important;
    box-shadow: var(--sh-card);
    display: flex !important;
    flex-direction: column !important;
}
ul.products li.product:hover {
    border-color: rgba(28,74,52,0.3);
    box-shadow: var(--sh-m);
    transform: translateY(-3px);
}
ul.products li.product a.woocommerce-LoopProduct-link {
    text-decoration: none;
    color: inherit;
    display: flex !important;
    flex-direction: column;
    flex: 1;
}
ul.products li.product .product-card-media {
    position: relative;
    background: var(--sf2);
}
ul.products li.product img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    background: var(--sf2);
    display: block;
}
ul.products li.product .product-card-lab-tag {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(2px);
    color: var(--blue);
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.3rem 0.55rem;
    border-radius: 50px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.12);
    z-index: 2;
}
ul.products li.product .product-card-lab-tag svg { flex-shrink: 0 }
ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.92rem !important;
    font-weight: 650 !important;
    padding: 0.85rem 1rem 0 !important;
    margin: 0 !important;
    color: var(--tx);
    letter-spacing: -0.005em;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.5em;
}
.hplc-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    margin: 0.55rem 1rem 0;
    background: var(--green-bg);
    color: #0a7a56;
    font-size: 0.68rem;
    font-weight: 680;
    padding: 0.28rem 0.55rem;
    border-radius: 5px;
    width: fit-content;
}
.hplc-badge svg { flex-shrink: 0 }
ul.products li.product .price {
    display: block !important;
    padding: 0.7rem 1rem 0 !important;
    margin: auto 0 0 !important;
    font-size: 1.05rem !important;
    font-weight: 750 !important;
    color: var(--blue) !important;
}
ul.products li.product .price del { color: var(--tx3); font-weight: 400; font-size: 0.82rem }
ul.products li.product .price ins { text-decoration: none }
ul.products li.product .button,
ul.products li.product .add_to_cart_button,
ul.products li.product .product_type_variable {
    display: block !important;
    margin: 0.75rem 1rem 1rem !important;
    padding: 0.6rem;
    background: var(--blue);
    color: #fff;
    border: none;
    border-radius: var(--r);
    font-weight: 620;
    font-size: 0.85rem;
    text-align: center;
    cursor: pointer;
    transition: all var(--ease);
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(28,74,52,0.15);
}
ul.products li.product .button:hover { background: var(--blue-h); transform: translateY(-1px) }
/* Slightly larger "Add to cart" specifically in the Featured Products / New
   Arrivals / Related Products slider sections (on every screen size, not
   just the mobile swipe view) — the main shop grid's cards keep their
   normal size. */
#featured ul.products li.product .button,
#featured ul.products li.product .add_to_cart_button,
#new ul.products li.product .button,
#new ul.products li.product .add_to_cart_button,
.related.products ul.products li.product .button,
.related.products ul.products li.product .add_to_cart_button {
    padding: 0.8rem !important;
    font-size: 0.95rem !important;
}
.woocommerce span.onsale,
ul.products li.product .onsale {
    background: var(--red);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
    border-radius: 50px;
    position: absolute !important;
    top: 0.6rem !important;
    left: 0.6rem !important;
    right: auto !important;
    margin: 0 !important;
    z-index: 2;
}
.prod-slider-nav { display: none; grid-column: 1 / -1 }

.product-card-cat {
    padding: 0.7rem 1rem 0;
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--tx3);
    font-weight: 650;
}

/* Demo product cards (shown when no WC products exist) */
.demo-prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem }
.demo-prod {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    overflow: hidden;
    transition: all var(--ease);
    box-shadow: var(--sh-card);
}
.demo-prod:hover {
    border-color: rgba(28,74,52,0.3);
    box-shadow: var(--sh-m);
    transform: translateY(-3px);
}
.demo-prod-img {
    width: 100%;
    aspect-ratio: 1;
    background: linear-gradient(135deg, var(--sf2) 0%, var(--sf3) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.demo-prod-img svg { color: var(--bd); opacity: 0.6 }
.demo-prod-badge {
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
    background: var(--green);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
    border-radius: 50px;
}
.demo-prod-cat {
    padding: 0.7rem 1rem 0;
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--tx3);
    font-weight: 650;
}
.demo-prod-name {
    padding: 0.3rem 1rem 0;
    font-size: 0.92rem;
    font-weight: 650;
    color: var(--tx);
    line-height: 1.35;
}
.demo-prod .hplc-badge { margin: 0.55rem 1rem 0 }
.demo-prod-price {
    padding: 0.7rem 1rem 0;
    font-size: 1.05rem;
    font-weight: 750;
    color: var(--blue);
}
.demo-prod-btn {
    display: block;
    margin: 0.75rem 1rem 1rem;
    padding: 0.55rem;
    background: var(--blue);
    color: #fff;
    border: none;
    border-radius: var(--r);
    font-weight: 600;
    font-size: 0.82rem;
    text-align: center;
    cursor: default;
    box-shadow: 0 1px 3px rgba(28,74,52,0.15);
}

.woocommerce-result-count { font-size: 0.82rem; color: var(--tx2) }
.woocommerce-ordering select {
    border: 1px solid var(--bd);
    border-radius: var(--r);
    padding: 0.45rem 0.7rem;
    font-size: 0.82rem;
    background: var(--sf);
    color: var(--tx);
}

/* ═══ SHOP TOOLBAR ═══ */
.shop-toolbar { margin-bottom: 1.75rem }
.shop-toolbar-form {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center;
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    padding: 0.9rem;
    box-shadow: var(--sh-card);
}
.shop-search {
    position: relative;
    flex: 1;
    min-width: 200px;
}
.shop-search svg {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--tx3);
    pointer-events: none;
}
.shop-search input {
    width: 100%;
    padding: 0.55rem 0.75rem 0.55rem 2.25rem;
    border: 1px solid var(--bd);
    border-radius: var(--r);
    font-size: 0.85rem;
    color: var(--tx);
    background: var(--sf2);
}
.shop-search input:focus { outline: none; border-color: var(--blue); background: var(--sf) }
.shop-toolbar-selects { display: flex; gap: 0.6rem; flex-wrap: wrap }
.shop-select {
    border: 1px solid var(--bd);
    border-radius: var(--r);
    padding: 0.55rem 0.7rem;
    font-size: 0.83rem;
    background: var(--sf2);
    color: var(--tx);
    min-width: 150px;
}
.shop-toolbar-btn { white-space: nowrap }

.shop-toolbar-active {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.75rem;
    font-size: 0.8rem;
    color: var(--tx2);
}
.shop-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: var(--blue-bg);
    color: var(--blue);
    padding: 0.25rem 0.6rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.78rem;
    text-decoration: none;
}
.shop-filter-chip:hover { background: rgba(28,74,52,0.12) }
.shop-filter-clear {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--tx3);
    text-decoration: underline;
}
.shop-filter-clear:hover { color: var(--tx2) }

.shop-result-count { font-size: 0.8rem; color: var(--tx3); margin-top: 0.85rem }

/* ═══ SINGLE PRODUCT ═══ */
.single-product .product {
    display: grid;
    /* minmax(0, 1fr), not bare 1fr — a bare fr track won't shrink below the
       automatic min-content width of what's inside it (long unbreakable
       rows like the payment-icon strip or the CoA card), which pushes the
       whole grid wider than the viewport on narrow screens. */
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: start;
}
.single-product .product > .images,
.single-product .product > .summary {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}
.related.products, .upsells.products, .up-sells.products {
    grid-column: 1 / -1;
    width: 100% !important;
    float: none !important;
    margin-top: 3.5rem !important;
    padding-top: 3rem;
    border-top: 1px solid var(--bd);
}
.related.products h2, .upsells.products h2, .up-sells.products h2 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
}
.related.products ul.products, .upsells.products ul.products, .up-sells.products ul.products {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
}
.single-product .woocommerce-product-gallery {
    border-radius: var(--rl);
    overflow: hidden;
    border: 1px solid var(--bd);
    background: var(--sf2);
}
.single-product .product_title { font-size: 1.75rem; margin-bottom: 0.6rem; letter-spacing: -0.01em }
.single-product .price { font-size: 1.3rem; font-weight: 700; color: var(--blue); margin-bottom: 0 }
.single-product .woocommerce-product-details__short-description {
    color: var(--tx2);
    margin: 1rem 0 1.25rem;
    line-height: 1.75;
    font-size: 0.93rem;
}

.pdp-trust-row { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.85rem; flex-wrap: wrap }
.pdp-lab-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: var(--green-bg);
    color: #0a7a56;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.3rem 0.6rem;
    border-radius: 5px;
}
.pdp-cat-badge {
    font-size: 0.68rem;
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--tx3);
    text-decoration: none;
    border-bottom: 1px dotted var(--bd);
}
.pdp-cat-badge:hover { color: var(--blue) }

.hplc-badge--pdp { margin: 0.85rem 0 0; font-size: 0.75rem; padding: 0.4rem 0.7rem }

.pdp-coa-card {
    margin: 1.1rem 0;
    padding: 1rem 1.1rem;
    background: var(--blue-bg);
    border: 1px solid rgba(28,74,52,0.18);
    border-radius: 10px;
}
.pdp-coa-head { display: flex; align-items: flex-start; gap: 0.7rem; margin-bottom: 0.75rem }
.pdp-coa-ic {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--sf);
    color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}
.pdp-coa-head strong { display: block; font-size: 0.88rem; color: var(--tx); margin-bottom: 0.15rem }
.pdp-coa-head > div span { display: block; font-size: 0.8rem; color: var(--tx2); line-height: 1.5 }
.pdp-coa-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--blue);
    color: #fff !important;
    font-size: 0.83rem;
    font-weight: 640;
    padding: 0.55rem 0.9rem;
    border-radius: 7px;
    text-decoration: none;
    transition: all var(--ease);
}
.pdp-coa-btn:hover { background: var(--blue-h); gap: 0.55rem }
.pdp-coa-btn--outline {
    background: transparent;
    color: var(--blue) !important;
    border: 1px solid rgba(28,74,52,0.3);
}
.pdp-coa-btn--outline:hover { background: rgba(28,74,52,0.06) }

.pdp-coa-past { margin-top: 0.85rem; border-top: 1px solid rgba(28,74,52,0.14); padding-top: 0.75rem }
.pdp-coa-past summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 640;
    color: var(--blue);
    list-style: none;
}
.pdp-coa-past summary::-webkit-details-marker { display: none }
.pdp-coa-past-arrow { transition: transform var(--ease); flex-shrink: 0 }
.pdp-coa-past[open] .pdp-coa-past-arrow { transform: rotate(180deg) }
.pdp-coa-table { width: 100%; border-collapse: collapse; font-size: 0.78rem; margin-top: 0.7rem }
.pdp-coa-table th {
    text-align: left;
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--tx3);
    padding: 0 0.4rem 0.4rem 0;
    border-bottom: 1px solid rgba(28,74,52,0.14);
}
.pdp-coa-table td {
    padding: 0.5rem 0.4rem 0.5rem 0;
    border-bottom: 1px solid rgba(28,74,52,0.08);
    color: var(--tx2);
}
.pdp-coa-table tr:last-child td { border-bottom: none }
.pdp-coa-table td a { color: var(--blue); font-weight: 640; text-decoration: none }
.pdp-coa-table td a:hover { text-decoration: underline }

.pdp-payment-icons { margin: 1.1rem 0 1.25rem }
.pdp-payment-label {
    display: block;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 650;
    color: var(--tx3);
    margin-bottom: 0.5rem;
}
.pdp-payment-row { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center }
.pdp-payment-row img {
    display: block;
    width: 38px;
    height: auto;
    border-radius: 6px;
    border: 1px solid var(--bd-l);
    opacity: 0.9;
    transition: opacity var(--ease), transform var(--ease);
}
.pdp-payment-row img:hover { opacity: 1; transform: translateY(-1px) }

.pdp-shipping-info {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    margin-top: 1.5rem;
    padding: 1.1rem;
    background: var(--sf2);
    border: 1px solid var(--bd-l);
    border-radius: 10px;
}
.pdp-ship-row { display: flex; align-items: flex-start; gap: 0.7rem }
.pdp-ship-row svg { flex-shrink: 0; color: var(--blue); margin-top: 0.1rem }
.pdp-ship-row strong { display: block; font-size: 0.82rem; color: var(--tx); margin-bottom: 0.1rem }
.pdp-ship-row span { display: block; font-size: 0.78rem; color: var(--tx2); line-height: 1.55 }

.pdp-disclaimer {
    font-size: 0.72rem;
    color: var(--tx3);
    text-align: center;
    margin-top: 0.9rem;
    line-height: 1.5;
}

.pdp-specs-table { width: 100%; border-collapse: collapse; font-size: 0.9rem }
.pdp-specs-table tr { border-bottom: 1px solid var(--bd-l) }
.pdp-specs-table tr:last-child { border-bottom: none }
.pdp-specs-table th {
    text-align: left;
    padding: 0.7rem 1rem 0.7rem 0;
    width: 220px;
    color: var(--tx2);
    font-weight: 620;
    vertical-align: top;
}
.pdp-specs-table td { padding: 0.7rem 0; color: var(--tx) }
.pdp-sequence {
    font-family: ui-monospace, 'SF Mono', Consolas, monospace;
    font-size: 0.85rem;
    background: var(--sf2);
    border: 1px solid var(--bd-l);
    border-radius: 8px;
    padding: 0.9rem 1.1rem;
    color: var(--tx);
    line-height: 1.7;
    word-break: break-word;
}
.pdp-specs-more { margin-top: 1.25rem; font-size: 0.88rem }
.pdp-specs-more a { color: var(--blue); font-weight: 600; text-decoration: none }
.pdp-specs-more a:hover { text-decoration: underline }
.single-product form.cart {
    display: flex !important;
    align-items: stretch;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.single-product .quantity { display: flex }
.single-product .quantity .qty {
    border: 1.5px solid var(--bd);
    border-radius: var(--r);
    padding: 0.55rem 0.7rem;
    width: 76px;
    text-align: center;
    font-size: 1rem;
    font-weight: 650;
    color: var(--tx);
    transition: border-color var(--ease);
}
.single-product .quantity .qty:focus { outline: none; border-color: var(--blue) }
.single-product .single_add_to_cart_button {
    flex: 1;
    min-width: 200px;
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-h) 100%) !important;
    color: #fff !important;
    border: none;
    padding: 1rem 2rem !important;
    border-radius: var(--r);
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: 0 4px 16px rgba(28,74,52,0.28), 0 1px 2px rgba(28,74,52,0.15);
}
.single-product .single_add_to_cart_button:hover {
    background: linear-gradient(135deg, var(--blue-h) 0%, var(--blue) 100%) !important;
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 8px 24px rgba(28,74,52,0.38), 0 2px 6px rgba(28,74,52,0.2);
}
.single-product .single_add_to_cart_button:active { transform: translateY(0) scale(0.99) }

.woocommerce-tabs { margin-top: 3rem; grid-column: 1 / -1 }
.woocommerce-tabs ul.tabs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    border-bottom: 1px solid var(--bd);
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    display: block !important;
}
.woocommerce-tabs ul.tabs li a {
    display: block !important;
    padding: 0.8rem 1.3rem !important;
    color: var(--tx2) !important;
    font-weight: 620 !important;
    font-size: 0.88rem !important;
    border: 1px solid transparent !important;
    border-bottom: none !important;
    margin-bottom: -1px;
    border-radius: 8px 8px 0 0;
    transition: all var(--ease);
    text-shadow: none !important;
}
.woocommerce-tabs ul.tabs li a:hover { color: var(--tx) !important; background: var(--sf2) }
.woocommerce-tabs ul.tabs li.active { background: transparent !important }
.woocommerce-tabs ul.tabs li.active a {
    color: var(--blue) !important;
    background: var(--sf) !important;
    border-color: var(--bd) !important;
    border-bottom-color: var(--sf) !important;
}
.woocommerce-tabs ul.tabs li::before, .woocommerce-tabs ul.tabs li::after { display: none !important }
.woocommerce-tabs .panel {
    padding: 2rem !important;
    margin: 0 !important;
    background: var(--sf) !important;
    border: 1px solid var(--bd) !important;
    border-top: none !important;
    border-radius: 0 0 12px 12px;
    box-shadow: var(--sh-card);
}
.woocommerce-tabs .panel > h2:first-child { font-size: 1.2rem; margin-bottom: 1.1rem; letter-spacing: -0.01em }
.woocommerce-tabs .panel p { line-height: 1.75; color: var(--tx2); margin-bottom: 1rem }
.woocommerce-tabs .panel p:last-child { margin-bottom: 0 }

.pdp-seo-section {
    grid-column: 1 / -1;
    margin-top: 3.5rem;
    padding-top: 3rem;
    border-top: 1px solid var(--bd);
}
.pdp-seo-inner { max-width: 760px }
.pdp-seo-inner > h2 { font-size: 1.5rem; margin-bottom: 1.5rem; letter-spacing: -0.01em; color: var(--tx) }

/* The Telegram CTA (a plain <section>, not one of the classes above) is
   now hooked above Related Products, inside the same two-column product
   grid — without this it would only span the first column, under the
   image gallery, instead of the full page width. Bottom padding is zeroed
   here specifically: Related Products already adds its own margin-top +
   padding-top + border (originally sized to separate it from the tabs
   above), so keeping .section's normal bottom padding on top of that
   stacked into a much bigger gap than either was designed for alone. */
.single-product .product #telegram-contact {
    grid-column: 1 / -1;
    width: 100% !important;
    padding-bottom: 0;
}
.pdp-seo-inner .learn-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: var(--rl);
    margin: 1.5rem 0;
    display: block;
}
.pdp-seo-inner .learn-article-body { font-size: 0.95rem }
.pdp-seo-inner .learn-article-body > *:first-child { margin-top: 0 }

/* ═══ CART ═══ */
.woocommerce-cart-form table { width: 100%; border-collapse: collapse }
.woocommerce-cart-form th,
.woocommerce-cart-form td {
    padding: 0.85rem;
    border-bottom: 1px solid var(--bd);
    text-align: left;
    font-size: 0.88rem;
}
.woocommerce-cart-form th {
    font-weight: 650;
    background: var(--sf2);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.woocommerce-cart-form .product-thumbnail img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: var(--r);
}
.cart_totals {
    background: var(--sf2);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    padding: 1.5rem;
    margin-top: 1.5rem;
}
.cart_totals table { width: 100% }
.cart_totals th, .cart_totals td {
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--bd);
    font-size: 0.88rem;
}
.wc-proceed-to-checkout .checkout-button {
    display: block;
    width: 100%;
    background: var(--blue) !important;
    color: #fff !important;
    border: none;
    padding: 0.8rem;
    border-radius: var(--r);
    font-weight: 620;
    font-size: 0.95rem;
    text-align: center;
    cursor: pointer;
    transition: all var(--ease);
    text-decoration: none;
    margin-top: 0.75rem;
    box-shadow: 0 2px 8px rgba(28,74,52,0.2);
}
.wc-proceed-to-checkout .checkout-button:hover {
    background: var(--blue-h) !important;
    color: #fff !important;
}

/* ═══ CHECKOUT ═══ */
.woocommerce-checkout .col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem }
.woocommerce-checkout h3 {
    font-size: 1.1rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.55rem;
    border-bottom: 2px solid var(--bd);
}
.woocommerce-checkout .form-row { margin-bottom: 0.8rem }
.woocommerce-checkout label { font-weight: 600; font-size: 0.82rem; margin-bottom: 0.3rem; display: block }
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    width: 100%;
    padding: 0.6rem 0.85rem;
    border: 1px solid var(--bd);
    border-radius: var(--r);
    font-size: 0.88rem;
    transition: border-color var(--ease);
    background: var(--sf);
}
.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
    outline: none;
    border-color: var(--blue);
    box-shadow: 0 0 0 3px var(--blue-glow);
}
#payment {
    background: var(--sf2);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    padding: 1.5rem;
    margin-top: 1.25rem;
}
#payment .payment_methods { list-style: none; padding: 0; margin-bottom: 1rem }
#payment .payment_methods li {
    padding: 0.8rem;
    border: 1px solid var(--bd);
    border-radius: var(--r);
    margin-bottom: 0.4rem;
    background: var(--sf);
}
#payment .payment_methods li label { font-weight: 600; cursor: pointer }
#place_order {
    display: block;
    width: 100%;
    background: var(--blue);
    color: #fff;
    border: none;
    padding: 0.8rem;
    border-radius: var(--r);
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all var(--ease);
    box-shadow: 0 2px 8px rgba(28,74,52,0.2);
}
#place_order:hover { background: var(--blue-h) }

/* ═══ CHECKOUT (BLOCK) ═══
   WooCommerce's newer block-based Checkout (wc-block-*) is what actually
   renders on /checkout/ in this store — the classic-checkout rules above
   are kept as a harmless fallback in case Block Checkout is ever disabled,
   but they don't touch any element on the page today. */
.checkout-page { padding: 2.5rem 0 4rem }
.checkout-hero { text-align: center; max-width: 620px; margin: 0 auto 2rem }
.checkout-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 650;
    color: var(--green);
    background: var(--green-bg);
    padding: 0.3rem 0.7rem;
    border-radius: 99px;
    margin-bottom: 0.6rem;
}
.checkout-hero-sub { color: var(--tx2); font-size: 0.85rem }

.wc-block-checkout__form { max-width: none }
.wc-block-components-checkout-step {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    padding: 1.5rem 1.75rem;
    margin-bottom: 1.25rem;
    box-shadow: var(--sh-card);
}
.wc-block-components-checkout-step__title {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--tx);
}
.wc-block-components-checkout-step__heading-container { margin-bottom: 1.1rem; padding-bottom: 0.85rem; border-bottom: 1px solid var(--bd-l) }

.wc-block-components-text-input input,
.wc-blocks-components-select__select,
.wc-block-components-textarea {
    border: 1.5px solid var(--bd) !important;
    border-radius: var(--r) !important;
    transition: border-color var(--ease), box-shadow var(--ease) !important;
}
.wc-block-components-text-input input:focus,
.wc-blocks-components-select__select:focus,
.wc-block-components-textarea:focus {
    border-color: var(--blue) !important;
    box-shadow: 0 0 0 3px var(--blue-glow) !important;
}
.wc-block-components-text-input.is-active label,
.wc-block-components-text-input.is-active.has-focus label { color: var(--blue) }

.wc-block-components-checkout-place-order-button {
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-h) 100%) !important;
    border-radius: var(--r) !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 16px rgba(28,74,52,0.28) !important;
    transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease !important;
}
.wc-block-components-checkout-place-order-button:hover {
    background: linear-gradient(135deg, var(--blue-h) 0%, var(--blue) 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(28,74,52,0.38) !important;
}

.wc-block-checkout__sidebar .wc-block-components-panel,
.wc-block-checkout__sidebar > div:not(.wc-block-components-notices__snackbar) {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    box-shadow: var(--sh-card);
}
/* The sidebar's own notice/snackbar list is an empty, fixed-position
   helper div WooCommerce renders as a direct child of the sidebar too —
   without the :not() above it inherited our card styling (white bg,
   border, shadow) and showed up as a persistent white sliver at the
   bottom of the checkout page. */
/* Requested off — the summary just scrolls normally with the page instead
   of sticking under our own sticky site header. */
.wc-block-checkout__sidebar.is-sticky,
.wc-block-checkout__sidebar .is-sticky { position: static !important }
.wc-block-components-checkout-order-summary__title { padding: 1.25rem 1.5rem !important }
.wc-block-components-checkout-order-summary__title-text { font-weight: 700 !important; font-size: 1.05rem !important }
.wc-block-components-totals-wrapper { padding-left: 1.5rem !important; padding-right: 1.5rem !important }
.wc-block-components-order-summary-item { padding-left: 1rem !important; padding-right: 1rem !important }
/* WooCommerce's own flex: 0 1 auto on the description column means it never
   grows to claim leftover row space — at this sidebar's width that leaves
   almost no room for the product name/short-description, so long words
   wrap letter-by-letter. flex-grow: 1 lets it actually use the space. */
.wc-block-components-order-summary-item__description { flex: 1 1 0 !important; min-width: 0; padding: 4px 4px 12px 12px !important }
/* WooCommerce's own `margin-left: auto` on the price soaks up all the row's
   free space as margin before flex-grow ever gets a share — that's the
   actual reason the description column had almost no room. Dropping the
   auto margin lets the description's flex-grow claim that space instead;
   the price still ends up flush right since description fills what's left. */
.wc-block-components-order-summary-item__total-price { margin-left: 0 !important; flex-shrink: 0 }
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value { font-weight: 700 !important; font-size: 1.05rem !important }

.checkout-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--bd);
}
.checkout-trust-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--tx2);
}
.checkout-trust-item svg { color: var(--blue); flex-shrink: 0 }
.checkout-trust-item a { color: var(--blue); font-weight: 700 }
.checkout-trust-item a:hover { color: var(--blue-h) }

.checkout-pay-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1.75rem;
}
.checkout-pay-badges .pay-b {
    width: 48px;
    height: auto;
    border: 1px solid var(--bd);
    border-radius: 6px;
    opacity: 0.85;
}

/* "Add a note" / terms checkboxes — branded checkmark + a bit more breathing
   room instead of the default generic look. */
.wc-block-checkout__order-notes { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--bd-l) }
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
    border-radius: 5px !important;
    border-color: var(--bd) !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked {
    background: var(--blue) !important;
    border-color: var(--blue) !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus {
    outline: 2px solid var(--blue) !important;
    outline-offset: 1.5px !important;
}
/* WooCommerce positions the checkmark with only a margin nudge and no
   explicit inset, relying on its "static position" fallback landing on top
   of the checkbox input — here that fallback instead lands the mark to the
   right of the input entirely (outside the box). Pin it explicitly instead
   of depending on that fallback. */
.wc-block-components-checkbox__mark {
    color: #fff !important;
    top: 50% !important;
    left: 3px !important;
    right: auto !important;
    margin: 0 !important;
    transform: translateY(-50%);
}
.wc-block-components-checkbox label { font-size: 0.88rem !important; color: var(--tx) }
.wc-block-checkout__order-notes textarea { margin-top: 0.75rem }
.wc-block-checkout__terms { margin-top: 1.25rem; font-size: 0.82rem; color: var(--tx2) }
.wc-block-checkout__terms--with-separator { padding-top: 1.25rem; border-top: 1px solid var(--bd-l) }

/* ═══ INFO CARDS ═══ */
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem }
.info-grid-4 { grid-template-columns: repeat(4, 1fr) }
.info-card {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    padding: 1.75rem 1.5rem;
    transition: all var(--ease);
}
.info-card:hover { box-shadow: var(--sh-m); transform: translateY(-2px) }
.info-ic {
    width: 44px;
    height: 44px;
    background: var(--blue-bg);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    margin-bottom: 0.85rem;
}
.info-card h3 {
    font-size: 0.95rem;
    font-weight: 650;
    margin-bottom: 0.45rem;
    letter-spacing: 0;
}
.info-card p { font-size: 0.82rem; color: var(--tx2); line-height: 1.7 }

/* ═══ NEWSLETTER ═══ */
.newsletter {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-l) 100%);
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}
.newsletter::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.03);
    pointer-events: none;
}
.nl-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
    z-index: 1;
}
.newsletter h2 { color: #fff; font-size: 1.2rem; margin-bottom: 0.2rem }
.newsletter p { color: rgba(255,255,255,0.4); font-size: 0.85rem }
.nl-form { display: flex; gap: 0.45rem; flex-shrink: 0 }
.nl-form input {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--r);
    padding: 0.58rem 1rem;
    color: #fff;
    font-size: 0.85rem;
    width: 260px;
    transition: all var(--ease);
}
.nl-form input::placeholder { color: rgba(255,255,255,0.25) }
.nl-form input:focus { border-color: rgba(28,74,52,0.5); background: rgba(255,255,255,0.1) }

/* ═══ CTA ═══ */
.cta {
    background: linear-gradient(135deg, var(--navy), #163024, var(--navy-l));
    padding: 4rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 100%, rgba(28,74,52,0.06) 0%, transparent 60%);
    pointer-events: none;
}
.cta-inner { position: relative; z-index: 1 }
.cta h2 { color: #fff; font-size: 1.65rem; margin-bottom: 0.5rem }
.cta p { color: rgba(255,255,255,0.45); font-size: 0.95rem; margin-bottom: 1.5rem; max-width: 500px; margin-left: auto; margin-right: auto }

/* ═══ FOOTER ═══ */
.site-footer {
    background: var(--navy);
    color: rgba(255,255,255,0.45);
    padding-top: 3.5rem;
}
.ft-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 2.5rem;
    padding-bottom: 2rem;
}
.ft-brand-name { color: #fff; font-size: 1.1rem; font-weight: 800; letter-spacing: -0.02em }
.ft-brand-p { font-size: 0.82rem; line-height: 1.7; margin-top: 0.6rem }
.ft-telegram-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1rem;
    padding: 0.5rem 0.9rem;
    background: rgba(41,169,234,0.12);
    border: 1px solid rgba(41,169,234,0.3);
    border-radius: 99px;
    color: #6dc7f5;
    font-size: 0.8rem;
    font-weight: 650;
    transition: all var(--ease);
}
.ft-telegram-link:hover { background: rgba(41,169,234,0.2); color: #8ed4f7 }
.ft-telegram-link img { border-radius: 50% }
.ft-col h4 {
    color: rgba(255,255,255,0.75);
    font-size: 0.72rem;
    margin-bottom: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}
.ft-col li { margin-bottom: 0.3rem }
.ft-col a {
    color: rgba(255,255,255,0.38);
    font-size: 0.82rem;
    transition: color var(--ease);
}
.ft-col a:hover { color: #86EFAC }
.ft-disc {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding: 1.15rem 0;
    font-size: 0.72rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.22);
}
.ft-pay-strip { padding: 1.15rem 0; display: flex; justify-content: center }
.ft-bot {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.15rem 0;
    font-size: 0.78rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.pay-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: center; justify-content: center }
.pay-b {
    display: block;
    width: 42px;
    height: auto;
    border-radius: 6px;
    opacity: 0.85;
    transition: opacity var(--ease), transform var(--ease);
}
.pay-b:hover { opacity: 1; transform: translateY(-1px) }

/* ═══ PAGE ═══ */
.page-hero { background: var(--sf2); padding: 2rem 0; border-bottom: 1px solid var(--bd) }
.page-hero h1 { font-size: 1.65rem }
.page-content { padding: 2.5rem 0 }

/* ═══ POSTS ═══ */
.post-card {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    overflow: hidden;
    transition: all var(--ease);
    box-shadow: var(--sh-card);
}
.post-card:hover { box-shadow: var(--sh-m); transform: translateY(-2px) }
.post-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover }
.post-card-body { padding: 1.1rem }
.post-card h3 { font-size: 0.95rem; font-weight: 620; margin-bottom: 0.3rem; letter-spacing: 0 }
.post-card h3 a { color: var(--tx) }
.post-card h3 a:hover { color: var(--blue) }
.post-card p { font-size: 0.82rem; color: var(--tx2); line-height: 1.55 }
.post-card-meta { font-size: 0.72rem; color: var(--tx3); margin-top: 0.55rem; font-weight: 500 }

/* ═══ WC NOTICES ═══ */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.9rem 1.2rem !important;
    margin: 0 0 1.5rem;
    border-radius: 0 10px 10px 0;
    border-top: none !important;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--tx);
    list-style: none outside;
    width: auto;
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-info::before, .woocommerce-info::after,
.woocommerce-error::before, .woocommerce-error::after {
    content: none !important;
    display: none !important;
}
.woocommerce-message li, .woocommerce-info li, .woocommerce-error li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin: 0 !important;
}
.woocommerce-message { background: var(--green-bg); border-left: 3px solid var(--green) }
.woocommerce-info { background: var(--blue-bg); border-left: 3px solid var(--blue) }
.woocommerce-error {
    background: rgba(239,68,68,0.06);
    border-left: 3px solid var(--red);
    flex-direction: column;
    align-items: flex-start;
}
.woocommerce-error li { width: 100% }

.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button {
    float: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: var(--blue) !important;
    color: #fff !important;
    font-size: 0.82rem !important;
    font-weight: 640 !important;
    padding: 0.5rem 0.95rem !important;
    border-radius: 6px !important;
    text-decoration: none;
    white-space: nowrap;
    transition: all var(--ease);
    flex-shrink: 0;
}
.woocommerce-message .button:hover, .woocommerce-info .button:hover, .woocommerce-error .button:hover {
    background: var(--blue-h) !important;
    transform: translateY(-1px);
}

/* ═══ PAGINATION ═══ */
.woocommerce-pagination, .pagination { text-align: center; margin-top: 2.5rem }
.woocommerce-pagination ul { display: inline-flex; gap: 0.25rem; list-style: none }
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    border-radius: var(--r);
    border: 1px solid var(--bd);
    font-weight: 600;
    font-size: 0.82rem;
    color: var(--tx);
    padding: 0 0.45rem;
}
.woocommerce-pagination ul li span.current {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
}
.woocommerce-pagination ul li a:hover { border-color: var(--blue); color: var(--blue) }

/* My Account */
.woocommerce-MyAccount-navigation {
    background: var(--sf2);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    overflow: hidden;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 0.7rem 1rem;
    color: var(--tx);
    border-bottom: 1px solid var(--bd);
    font-weight: 500;
    font-size: 0.88rem;
    transition: all var(--ease);
}
.woocommerce-MyAccount-navigation ul li.is-active a { background: var(--blue); color: #fff }
.woocommerce-MyAccount-navigation ul li.is-active a:hover { background: var(--blue-h); color: #fff }
.woocommerce-MyAccount-navigation ul li:not(.is-active) a:hover { background: var(--sf) }

/* Widgets */
.widget { margin-bottom: 1.5rem }
.widget-title {
    font-size: 0.88rem;
    margin-bottom: 0.65rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid var(--blue);
}
.widget ul li { padding: 0.3rem 0 }
.widget ul li a { color: var(--tx); font-size: 0.82rem }
.widget ul li a:hover { color: var(--blue) }

.star-rating { color: #F59E0B; font-size: 0.78rem; margin: 0.25rem 0 }

/* ═══ 404 ═══ */
.four04 { text-align: center; padding: 6rem 0 }
.four04 h1 { font-size: 5rem; color: var(--blue); margin-bottom: 0.5rem; font-weight: 900 }
.four04 p { color: var(--tx2); margin-bottom: 1.5rem }

/* ═══ LEARN ═══ */
.learn-page { padding: 2.5rem 0 4rem }

.learn-hero { text-align: center; margin-bottom: 2.5rem }
.learn-hero h1 { font-size: 1.8rem; margin-bottom: 0.4rem }
.learn-hero p { color: var(--tx2); font-size: 0.93rem; max-width: 540px; margin: 0 auto }

.learn-section { margin-bottom: 2.5rem }
.learn-section-head {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--bd);
}
.learn-cat-ic {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: var(--blue-bg);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    margin-top: 2px;
}
.learn-section-head h2 { font-size: 1.15rem; margin-bottom: 0.15rem; letter-spacing: -0.01em }
.learn-section-head p { font-size: 0.82rem; color: var(--tx2); line-height: 1.5 }

.learn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem }
.learn-empty {
    background: var(--sf2);
    border: 1px dashed var(--bd);
    border-radius: var(--rl);
    padding: 1.25rem 1.5rem;
    color: var(--tx2);
    font-size: 0.88rem;
}

.learn-card {
    display: flex;
    flex-direction: column;
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    padding: 1.25rem;
    transition: all var(--ease);
    color: inherit;
    text-decoration: none;
    box-shadow: var(--sh-card);
}
.learn-card:hover {
    border-color: rgba(28,74,52,0.3);
    box-shadow: var(--sh-m);
    transform: translateY(-2px);
    color: inherit;
}
.learn-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.55rem;
}
.learn-card-type {
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 650;
    color: var(--blue);
    background: var(--blue-bg);
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
}
.learn-card-badge {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 650;
    color: var(--tx3);
    background: var(--sf3);
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
}
.learn-card h3 { font-size: 0.92rem; font-weight: 630; margin-bottom: 0.35rem; letter-spacing: 0; line-height: 1.35 }
.learn-card p { font-size: 0.78rem; color: var(--tx2); line-height: 1.55; flex: 1 }
.learn-card--soon { opacity: 0.75 }
.learn-card--soon:hover { opacity: 1 }
.learn-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--blue);
    margin-top: 0.65rem;
}
.learn-card:hover .learn-card-link { gap: 0.4rem }

/* Learn article single */
.learn-article { padding: 2rem 0 4rem }
.learn-article-inner { max-width: 860px; margin: 0 auto }
.learn-article-meta {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1.25rem;
}
.learn-article-back {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--blue);
}
.learn-article-back:hover { gap: 0.45rem }
.learn-article-readtime {
    font-size: 0.78rem;
    color: var(--tx3);
    padding-left: 0.9rem;
    border-left: 1px solid var(--bd);
}
.learn-article h1 { font-size: 1.65rem; margin-bottom: 1.25rem }
.learn-article-body { font-size: 0.95rem; line-height: 1.85; color: var(--tx) }
.learn-article-body h2 { font-size: 1.25rem; margin: 2rem 0 0.6rem }
.learn-article-body h3 { font-size: 1.05rem; margin: 1.5rem 0 0.5rem }
.learn-article-body p { margin-bottom: 1rem }
.learn-article-body ul, .learn-article-body ol { margin: 0 0 1rem 1.5rem }
.learn-article-body li { list-style: disc; margin-bottom: 0.3rem }
.learn-article-body ol li { list-style: decimal }
.learn-article-body blockquote {
    border-left: 3px solid var(--blue);
    padding: 0.6rem 1rem;
    margin: 1rem 0;
    background: var(--blue-bg);
    border-radius: 0 var(--r) var(--r) 0;
    color: var(--tx2);
    font-style: italic;
}

.learn-article-placeholder {
    text-align: center;
    padding: 3rem 0;
    color: var(--tx2);
}
.learn-article-placeholder-ic {
    width: 64px;
    height: 64px;
    background: var(--sf3);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tx3);
    margin: 0 auto 1rem;
}
.learn-article-placeholder h2 { font-size: 1.15rem; margin-bottom: 0.4rem; color: var(--tx) }
.learn-article-placeholder p { font-size: 0.9rem; max-width: 400px; margin: 0 auto 1.25rem; line-height: 1.7 }

.learn-more { margin-top: 3.5rem; padding-top: 2.5rem; border-top: 1px solid var(--bd) }
.learn-more-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}
.learn-more-head h2 { font-size: 1.2rem; letter-spacing: -0.01em }

/* Learn article content placeholders */
.learn-article-body .placeholder-img {
    background: var(--sf3);
    border: 2px dashed var(--bd);
    border-radius: var(--rl);
    padding: 2.5rem 1.5rem;
    text-align: center;
    margin: 1.5rem 0;
    color: var(--tx3);
    font-size: 0.82rem;
    font-weight: 600;
}
.learn-article-body .placeholder-meta {
    background: var(--sf2);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
    font-size: 0.78rem;
    color: var(--tx3);
    line-height: 1.8;
}
.learn-article-body .placeholder-meta strong { color: var(--tx2) }
.learn-article-body .todo {
    color: var(--amber);
    font-weight: 650;
    font-size: 0.78rem;
}
.learn-article-body .placeholder-faq {
    background: var(--sf2);
    border: 1px solid var(--bd);
    border-radius: var(--r);
    padding: 0.75rem 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.88rem;
    color: var(--tx);
}

/* ═══ QUIZ ═══ */
.quiz-page { padding: 2.5rem 0 4rem }
.quiz-header { text-align: center; margin-bottom: 2rem }
.quiz-header h1 { font-size: 1.8rem; margin-bottom: 0.4rem }
.quiz-header p { color: var(--tx2); font-size: 0.93rem }

.quiz-progress { margin-bottom: 2rem }
.quiz-progress-bar {
    height: 4px;
    background: var(--sf3);
    border-radius: 2px;
    overflow: hidden;
}
.quiz-progress-fill {
    height: 100%;
    width: 20%;
    background: var(--blue);
    border-radius: 2px;
    transition: width 0.35s ease;
}
.quiz-progress-label {
    text-align: center;
    font-size: 0.75rem;
    color: var(--tx3);
    font-weight: 600;
    margin-top: 0.45rem;
}

.quiz-container { max-width: 640px; margin: 0 auto }
.quiz-step { display: none }
.quiz-step.active { display: block; animation: quizFadeIn 0.3s ease }
@keyframes quizFadeIn { from { opacity: 0; transform: translateY(8px) } to { opacity: 1; transform: translateY(0) } }
.quiz-step h2 { font-size: 1.15rem; margin-bottom: 1.25rem; text-align: center }

.quiz-options { display: flex; flex-direction: column; gap: 0.6rem }
.quiz-opt {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    padding: 0.9rem 1.1rem;
    background: var(--sf);
    border: 1.5px solid var(--bd);
    border-radius: var(--rl);
    cursor: pointer;
    transition: all var(--ease);
    text-align: left;
    font-family: inherit;
    font-size: inherit;
}
.quiz-opt:hover { border-color: var(--blue); box-shadow: var(--sh-m) }
.quiz-opt.selected {
    border-color: var(--blue);
    background: var(--blue-bg);
    box-shadow: 0 0 0 3px var(--blue-glow);
}
.quiz-opt-ic {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: var(--blue-bg);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
}
.quiz-opt.selected .quiz-opt-ic { background: var(--blue); color: #fff }
.quiz-opt-text { display: flex; flex-direction: column; gap: 0.1rem }
.quiz-opt-text strong { font-size: 0.9rem; font-weight: 620; color: var(--tx) }
.quiz-opt-text span { font-size: 0.78rem; color: var(--tx2); line-height: 1.4 }

.quiz-nav { max-width: 640px; margin: 1.25rem auto 0; display: flex; justify-content: flex-start }

.quiz-results-header { text-align: center; margin-bottom: 1.5rem }
.quiz-results-header h2 { font-size: 1.35rem; margin-bottom: 0.3rem }
.quiz-results-header p { color: var(--tx2); font-size: 0.88rem }

.quiz-results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-bottom: 1.5rem }
.quiz-result-card {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    overflow: hidden;
    box-shadow: var(--sh-card);
    transition: all var(--ease);
}
.quiz-result-card:hover { box-shadow: var(--sh-m); transform: translateY(-2px) }
.quiz-result-img {
    width: 100%;
    aspect-ratio: 1;
    background: linear-gradient(135deg, var(--sf2), var(--sf3));
    display: flex;
    align-items: center;
    justify-content: center;
}
.quiz-result-img img { width: 100%; height: 100%; object-fit: cover }
.quiz-result-img svg { color: var(--bd); opacity: 0.5 }
.quiz-result-body { padding: 1rem }
.quiz-result-body h3 { font-size: 0.92rem; font-weight: 620; margin-bottom: 0.2rem; letter-spacing: 0 }
.quiz-result-body .quiz-result-cat { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--tx3); font-weight: 650 }
.quiz-result-body .quiz-result-price { font-size: 1rem; font-weight: 700; color: var(--blue); margin-top: 0.25rem }
.quiz-result-body .quiz-result-btn {
    display: block;
    margin-top: 0.65rem;
    padding: 0.5rem;
    background: var(--blue);
    color: #fff;
    border: none;
    border-radius: var(--r);
    font-weight: 600;
    font-size: 0.82rem;
    text-align: center;
    text-decoration: none;
    transition: all var(--ease);
}
.quiz-result-body .quiz-result-btn:hover { background: var(--blue-h); color: #fff }

.quiz-results-actions { display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap }

.quiz-loading {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 3rem 0;
    color: var(--tx2);
    font-size: 0.88rem;
}
@keyframes quizSpin { to { transform: rotate(360deg) } }
.quiz-spinner { animation: quizSpin 1s linear infinite }

/* ═══ HOW IT WORKS ═══ */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; position: relative }
.steps-grid::before {
    content: '';
    position: absolute;
    top: 54px;
    left: calc(33.33% + 0.625rem);
    right: calc(33.33% + 0.625rem);
    height: 2px;
    background: var(--bd);
    z-index: 0;
}
.step-card {
    text-align: center;
    padding: 1.75rem 1.5rem;
    position: relative;
    z-index: 1;
}
.step-num {
    width: 32px;
    height: 32px;
    background: var(--blue);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.82rem;
    margin: 0 auto 0.85rem;
}
.step-ic {
    width: 52px;
    height: 52px;
    background: var(--blue-bg);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    margin: 0 auto 0.85rem;
}
.step-card h3 { font-size: 1rem; font-weight: 650; margin-bottom: 0.4rem; letter-spacing: 0 }
.step-card p { font-size: 0.82rem; color: var(--tx2); line-height: 1.65; max-width: 280px; margin: 0 auto }

/* ═══ RESEARCH LIBRARY PREVIEW ═══ */
.research-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem }
.research-card {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    padding: 1.5rem 1.25rem;
    transition: all var(--ease);
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    box-shadow: var(--sh-card);
}
.research-card:hover {
    border-color: var(--blue);
    box-shadow: var(--sh-m);
    transform: translateY(-2px);
    color: inherit;
}
.research-card-ic {
    width: 44px;
    height: 44px;
    background: var(--blue-bg);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    margin-bottom: 0.85rem;
}
.research-card h3 { font-size: 1rem; font-weight: 650; margin-bottom: 0.3rem; letter-spacing: 0 }
.research-card p { font-size: 0.8rem; color: var(--tx2); line-height: 1.55; flex: 1 }
.research-card-meta {
    font-size: 0.68rem;
    color: var(--tx3);
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 0.65rem;
}

/* ═══ FAQ ═══ */
.faq-list { max-width: 720px; margin: 0 auto }
.faq-item {
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    margin-bottom: 0.6rem;
    background: var(--sf);
    transition: box-shadow var(--ease);
    overflow: hidden;
}
.faq-item:hover { box-shadow: var(--sh-s) }
.faq-item[open] { box-shadow: var(--sh-m) }
.faq-item summary {
    padding: 1rem 1.25rem;
    font-weight: 620;
    font-size: 0.92rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    color: var(--tx);
    transition: color var(--ease);
}
.faq-item summary::-webkit-details-marker { display: none }
.faq-item summary::after {
    content: '+';
    font-size: 1.2rem;
    font-weight: 300;
    color: var(--tx3);
    flex-shrink: 0;
    margin-left: 1rem;
    transition: transform var(--ease);
}
.faq-item[open] summary::after { content: '\2212'; color: var(--blue) }
.faq-item[open] summary { color: var(--blue) }
/* The FAQ list uses the native "Details" block (summary + inner content
   sitting directly inside <details>, no wrapper div) instead of a hand-built
   .faq-answer div, so the answer styling targets that shape directly. */
.faq-item > :not(summary) {
    margin: 0;
    padding: 0 1.25rem 1.1rem;
    font-size: 0.85rem;
    color: var(--tx2);
    line-height: 1.7;
}

/* ═══ COA CHECKER ═══ */
.coa-page { padding: 2.5rem 0 4rem }

.coa-hero { text-align: center; max-width: 620px; margin: 0 auto 2.75rem }
.coa-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 650;
    color: var(--green);
    background: var(--green-bg);
    padding: 0.3rem 0.7rem;
    border-radius: 99px;
    margin-bottom: 0.9rem;
}
.coa-hero h1 { font-size: 1.8rem; margin-bottom: 0.5rem }
.coa-hero p { color: var(--tx2); font-size: 0.93rem; line-height: 1.6; margin-bottom: 1.5rem }

.coa-lab-info {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    max-width: 620px;
    margin: 2.75rem auto 0;
    padding: 1.1rem 1.25rem;
    background: var(--blue-bg);
    border: 1px solid rgba(28,74,52,0.18);
    border-radius: var(--rl);
    text-align: left;
}
.coa-lab-info-ic {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--sf);
    color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}
.coa-lab-info strong { display: block; font-size: 0.9rem; color: var(--tx); margin-bottom: 0.3rem }
.coa-lab-info p { color: var(--tx2); font-size: 0.83rem; line-height: 1.6; margin-bottom: 0.55rem }
.coa-lab-info a { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.83rem; font-weight: 640; color: var(--blue) }
.coa-lab-info a:hover { gap: 0.45rem }

.coa-search {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}
.coa-search svg {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--tx3);
    pointer-events: none;
}
.coa-search input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    background: var(--sf);
    font-size: 0.9rem;
    color: var(--tx);
    box-shadow: var(--sh-card);
    transition: border-color var(--ease), box-shadow var(--ease);
}
.coa-search input:focus {
    outline: none;
    border-color: var(--blue);
    box-shadow: 0 0 0 3px var(--blue-glow);
}
.coa-search input::placeholder { color: var(--tx3) }

.coa-groups { display: flex; flex-direction: column; gap: 1.5rem; max-width: 780px; margin: 0 auto }

.coa-group {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rx);
    box-shadow: var(--sh-card);
    padding: 1.5rem;
    transition: box-shadow var(--ease);
}
.coa-group-head { margin-bottom: 1rem }
.coa-group-head h2 { font-size: 1.05rem; font-weight: 650; letter-spacing: -0.01em }
.coa-group-head h2 a { color: var(--tx); text-decoration: none }
.coa-group-head h2 a:hover { color: var(--blue); text-decoration: underline }

.coa-card {
    background: var(--green-bg);
    border: 1px solid rgba(16,185,129,0.25);
    border-radius: var(--rl);
    padding: 1.1rem 1.25rem;
}
.coa-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.85rem;
}
.coa-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 99px;
}
.coa-badge--current { background: var(--green); color: #fff }
.coa-batch-num { font-size: 0.82rem; font-weight: 600; color: var(--tx2) }

.coa-card-meta { display: flex; gap: 1.75rem; margin-bottom: 1rem; flex-wrap: wrap }
.coa-meta-item { display: flex; flex-direction: column; gap: 0.15rem }
.coa-meta-item span { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--tx2) }
.coa-meta-item strong { font-size: 0.95rem; color: var(--tx) }

.coa-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--blue);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.6rem 1rem;
    border-radius: var(--r);
    text-decoration: none;
    transition: all var(--ease);
}
.coa-view-btn:hover { background: var(--blue-h); color: #fff; gap: 0.55rem }

.coa-past { margin-top: 1rem; border-top: 1px solid var(--bd-l); padding-top: 0.85rem }
.coa-past summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--tx2);
    list-style: none;
}
.coa-past summary::-webkit-details-marker { display: none }
.coa-past summary:hover { color: var(--blue) }
.coa-past-arrow { transition: transform var(--ease); flex-shrink: 0 }

.coa-table-wrap { overflow-x: auto; margin-top: 0.9rem }
.coa-table { width: 100%; border-collapse: collapse; font-size: 0.83rem }
.coa-table th {
    text-align: left;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--tx3);
    padding: 0 0.5rem 0.5rem;
    border-bottom: 1px solid var(--bd);
    white-space: nowrap;
}
.coa-table td {
    padding: 0.6rem 0.5rem;
    border-bottom: 1px solid var(--bd-l);
    color: var(--tx2);
    white-space: nowrap;
}
.coa-table tr:last-child td { border-bottom: none }
.coa-table td a { color: var(--blue); font-weight: 600; text-decoration: none }
.coa-table td a:hover { text-decoration: underline }

.coa-no-results { text-align: center; color: var(--tx2); font-size: 0.9rem; padding: 2rem 0 }

.coa-empty {
    text-align: center;
    max-width: 380px;
    margin: 0 auto;
    padding: 2.5rem 0;
    color: var(--tx2);
}
.coa-empty-ic {
    width: 60px;
    height: 60px;
    background: var(--sf3);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tx3);
    margin: 0 auto 1rem;
}
.coa-empty h2 { font-size: 1.05rem; color: var(--tx); margin-bottom: 0.4rem }
.coa-empty p { font-size: 0.85rem; line-height: 1.6 }

/* ═══ CONTACT ═══ */
.contact-page { padding: 2.5rem 0 4rem }
.contact-hero { text-align: center; max-width: 620px; margin: 0 auto 2.75rem }
.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 650;
    color: var(--green);
    background: var(--green-bg);
    padding: 0.3rem 0.7rem;
    border-radius: 99px;
    margin-bottom: 0.9rem;
}
.contact-hero h1 { font-size: 1.8rem; margin-bottom: 0.5rem }
.contact-hero p { color: var(--tx2); font-size: 0.93rem; line-height: 1.6 }

.contact-methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    max-width: 820px;
    margin: 0 auto;
}
.contact-methods--single { grid-template-columns: 1fr; max-width: 460px }
.contact-card {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rx);
    padding: 2rem 1.75rem;
    text-align: center;
    box-shadow: var(--sh-card);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-card--telegram {
    background: linear-gradient(180deg, rgba(41,169,234,0.06), var(--sf) 40%);
    border-color: rgba(41,169,234,0.25);
}
.contact-card-icon { width: 56px; height: 56px; margin-bottom: 1.1rem; border-radius: 50% }
.contact-card-icon--mail {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue-bg);
    color: var(--blue);
}
.contact-card h2 { font-size: 1.15rem; margin-bottom: 0.5rem; letter-spacing: -0.01em }
.contact-card p { color: var(--tx2); font-size: 0.88rem; line-height: 1.6; margin-bottom: 1.5rem; flex: 1 }
.contact-card .btn,
.contact-card .wp-block-button.btn .wp-block-button__link { width: 100%; max-width: 260px }

.contact-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    max-width: 820px;
    margin: 1.5rem auto 0;
    color: var(--tx2);
    font-size: 0.82rem;
}
.contact-note svg { color: var(--green); flex-shrink: 0 }

.contact-quicklinks {
    max-width: 820px;
    margin: 3.5rem auto 0;
    padding-top: 2.5rem;
    border-top: 1px solid var(--bd);
    text-align: center;
}
.contact-quicklinks-label { display: block; font-size: 0.82rem; color: var(--tx3); font-weight: 650; margin-bottom: 1.25rem }
.contact-quicklinks-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}
.contact-quicklink {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.1rem;
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--r);
    color: var(--tx);
    font-size: 0.85rem;
    font-weight: 600;
    text-align: left;
    transition: all var(--ease);
}
.contact-quicklink svg { flex-shrink: 0; color: var(--blue) }
.contact-quicklink:hover { border-color: var(--blue); background: var(--blue-bg); color: var(--blue) }

/* ═══ STORAGE GUIDE ═══ */
.storage-page { padding: 2.5rem 0 4rem }

.storage-hero { text-align: center; max-width: 640px; margin: 0 auto 2rem }
.storage-hero h1 { font-size: 1.8rem; margin-bottom: 0.6rem }
.storage-hero p { color: var(--tx2); font-size: 0.93rem; line-height: 1.65; margin-bottom: 1.5rem }

.storage-jumpnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}
.storage-jumpnav a {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--tx2);
    background: var(--sf);
    border: 1px solid var(--bd);
    padding: 0.4rem 0.85rem;
    border-radius: 99px;
    text-decoration: none;
    transition: all var(--ease);
}
.storage-jumpnav a:hover { color: var(--blue); border-color: var(--blue); background: var(--blue-bg) }

.storage-section-head { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.4rem }
.storage-section-head-c { justify-content: center; margin-bottom: 1.5rem }
.storage-section-ic {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: var(--blue-bg);
    color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.storage-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    max-width: 980px;
    margin: 0 auto 3rem;
}
.storage-card {
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rx);
    box-shadow: var(--sh-card);
    padding: 1.75rem;
}
.storage-card-ic {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    background: var(--blue-bg);
    margin-bottom: 1rem;
}
.storage-card--solution .storage-card-ic { color: #0a7a56; background: var(--green-bg) }
.storage-card h2 { font-size: 1.1rem; margin-bottom: 1.1rem }
.storage-checklist { display: flex; flex-direction: column; gap: 0.85rem }
.storage-checklist li {
    list-style: none;
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--tx2);
    padding-left: 1.4rem;
    position: relative;
}
.storage-checklist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--blue);
}
.storage-card--solution .storage-checklist li::before { background: #0a7a56 }
.storage-checklist li strong { color: var(--tx); font-weight: 650 }

.storage-quickref { max-width: 980px; margin: 0 auto 3rem }
.storage-quickref h2 { font-size: 1.3rem; margin: 0 }
.storage-quickref-sub { color: var(--tx2); font-size: 0.88rem; max-width: 560px; margin: 0 0 1.5rem }

.storage-table-wrap {
    overflow-x: auto;
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rx);
    box-shadow: var(--sh-card);
}
.storage-table { width: 100%; border-collapse: collapse; font-size: 0.83rem; min-width: 640px }
.storage-table th {
    text-align: left;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--tx3);
    padding: 0.9rem 1rem;
    border-bottom: 1px solid var(--bd);
    white-space: nowrap;
    background: var(--sf2);
}
.storage-table td {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid var(--bd-l);
    color: var(--tx2);
    vertical-align: top;
}
.storage-table tr:last-child td { border-bottom: none }
.storage-table-name { color: var(--tx); font-weight: 650; white-space: nowrap }

.storage-tips { max-width: 980px; margin: 0 auto 3rem }
.storage-tips h2 { font-size: 1.3rem; margin: 0 }
.storage-tips-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.storage-tip {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    padding: 1rem 1.15rem;
}
.storage-tip-badge {
    flex-shrink: 0;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
    border-radius: 99px;
}
.storage-tip--do .storage-tip-badge { color: #0a7a56; background: var(--green-bg) }
.storage-tip--dont .storage-tip-badge { color: var(--red); background: rgba(239,68,68,0.08) }
.storage-tip p { font-size: 0.87rem; line-height: 1.55; color: var(--tx2) }

.storage-related { max-width: 980px; margin: 0 auto 2.5rem }
.storage-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.25rem;
}
.storage-related-profiles {
    text-align: center;
    font-size: 0.85rem;
    color: var(--tx2);
}
.storage-related-profiles span { color: var(--tx3); margin-right: 0.35rem }
.storage-related-profiles a { color: var(--blue); font-weight: 600 }

.storage-disclaimer {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.6;
    color: var(--tx3);
    padding-top: 1.5rem;
    border-top: 1px solid var(--bd-l);
}
.storage-disclaimer a { color: var(--blue); font-weight: 600 }

/* ═══ ABOUT ═══ */
.about-grid {
    display: grid;
    grid-template-columns: minmax(260px, 400px) 1fr;
    gap: 3.5rem;
    align-items: center;
}
.about-media {
    background: var(--blue);
    border-radius: var(--rx);
    aspect-ratio: 1 / 1;
    box-shadow: var(--sh-card);
    overflow: hidden;
}
.about-molecules { position: relative; width: 100%; height: 100% }
.about-mol-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.1);
}
.about-mol-ring:nth-child(1) { inset: 12% }
.about-mol-ring:nth-child(2) { inset: 28% }
.about-mol-ring:nth-child(3) { inset: 44% }
.about-mol-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #4ADE80;
    border-radius: 50%;
    box-shadow: 0 0 16px rgba(74,222,128,0.5);
}
.about-content .about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 650;
    color: var(--green);
    background: var(--green-bg);
    padding: 0.3rem 0.7rem;
    border-radius: 99px;
    margin-bottom: 0.9rem;
}
.about-content h2 { font-size: 1.6rem; margin-bottom: 1.1rem; letter-spacing: -0.02em }
.about-content p { color: var(--tx2); font-size: 0.92rem; line-height: 1.75; margin-bottom: 1rem }
.about-content p:last-child { margin-bottom: 0 }

/* ═══ TRUSTPILOT ═══ */
.tp-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
}
.tp-logo { height: 30px; width: auto }
.tp-score-row { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; justify-content: center }
.tp-score-label { font-size: 0.95rem; font-weight: 700; color: var(--tx) }
.tp-score-stars { display: inline-flex; gap: 2px; line-height: 0 }
.tp-score-text { font-size: 0.88rem; color: var(--tx2); font-weight: 500 }

.tp-empty { text-align: center; color: var(--tx2); font-size: 0.88rem; padding: 1.5rem 0 }
.tp-cta { text-align: center; margin-top: 2.25rem }
.tp-collapse-toggle { display: none }

/* ── Reviews masonry ── */
.tp-masonry {
    max-width: 1120px;
    margin: 0 auto;
    column-count: 3;
    column-gap: 1rem;
}
.tp-t-card {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    background: var(--sf);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    padding: 1.1rem 1.25rem;
    box-shadow: var(--sh-card);
    margin-bottom: 1rem;
    break-inside: avoid;
}
.tp-t-top { display: flex; align-items: flex-start; gap: 0.65rem; margin-bottom: 0.75rem }
.tp-t-avatar {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
}
.tp-t-who { flex: 1; min-width: 0 }
.tp-t-name { font-size: 0.83rem; font-weight: 650; color: var(--tx); display: flex; align-items: center; gap: 0.3rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis }
.tp-t-verified { flex-shrink: 0; color: #00B67A }
.tp-t-loc { font-size: 0.72rem; color: var(--tx3); margin-top: 0.1rem }
.tp-t-stars { display: inline-flex; gap: 1px; line-height: 0; flex-shrink: 0; margin-top: 0.15rem }
.tp-t-text {
    font-size: 0.86rem;
    color: var(--tx2);
    line-height: 1.55;
    margin-bottom: 0.85rem;
}
.tp-t-product {
    align-self: flex-start;
    font-size: 0.66rem;
    font-weight: 650;
    color: var(--blue);
    background: var(--blue-bg);
    padding: 0.2rem 0.6rem;
    border-radius: 99px;
    text-decoration: none;
    white-space: nowrap;
}
.tp-t-product:hover { background: var(--blue-glow) }

.tp-t-photos { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.85rem }
.tp-t-photo {
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid var(--bd);
    border-radius: 8px;
    overflow: hidden;
    cursor: zoom-in;
    background: none;
    transition: all var(--ease);
}
.tp-t-photo:hover { border-color: var(--blue); transform: translateY(-1px) }
.tp-t-photo img { width: 100%; height: 100%; object-fit: cover; display: block }

/* ═══ LIGHTBOX ═══ */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: rgba(7,18,14,0.85);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s;
}
.lightbox.is-open { opacity: 1; visibility: visible }
.lightbox-img {
    max-width: 100%;
    max-height: 100%;
    border-radius: var(--r);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.lightbox-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background var(--ease);
}
.lightbox-close:hover { background: rgba(255,255,255,0.2) }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
    .hero h1 { font-size: 2.2rem }
    .hero-wrap { flex-direction: column }
    .hero-visual { display: none }
    .ft-top { grid-template-columns: 1fr 1fr }
    .info-grid { grid-template-columns: 1fr 1fr }
    .info-grid-4 { grid-template-columns: repeat(2, 1fr) }
    .cat-grid { grid-template-columns: repeat(2, 1fr) }
    .products, ul.products, .demo-prod-grid { grid-template-columns: repeat(2, 1fr) }
    .quiz-results-grid { grid-template-columns: repeat(2, 1fr) }
    .learn-grid { grid-template-columns: repeat(2, 1fr) }
    .research-grid { grid-template-columns: repeat(2, 1fr) }
    .about-grid { grid-template-columns: 1fr; gap: 2rem }
    .about-media { max-width: 320px; margin: 0 auto }
    .tp-masonry { column-count: 2 }
}
@media (max-width: 768px) {
    .menu-toggle { display: block }
    .header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        height: 84px;
    }
    /* Centered on the header itself (not between the side icons), so an
       uneven left/right icon count doesn't throw the logo off-center. */
    .site-branding {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        gap: 0;
    }
    .site-branding .custom-logo-link img { height: 52px }
    /* Empty on mobile (site title is screen-reader-only); without this the
       flex gap on .site-branding still nudges the logo off true center. */
    .site-branding > div { display: none }
    .primary-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--navy);
        padding: 0.5rem 1rem 0.75rem;
        border-top: 1px solid rgba(255,255,255,0.06);
        box-shadow: var(--sh-l);
    }
    .primary-nav.open { display: block }
    .primary-nav ul { flex-direction: column; align-items: stretch; gap: 0 }
    .primary-nav li { border-bottom: 1px solid rgba(255,255,255,0.06) }
    .primary-nav li:last-child { border-bottom: none }
    .primary-nav > ul > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0.8rem 0.5rem;
        border-radius: 0;
        font-size: 0.93rem;
    }
    .primary-nav > ul > li > a:hover,
    .primary-nav > ul > li.current-menu-item > a,
    .primary-nav > ul > li.current_page_item > a { border-radius: var(--r) }
    /* Dropdowns are hover-only on desktop, which doesn't exist on touch —
       collapse them into a tap-to-expand accordion instead (toggled via
       main.js adding/removing .submenu-open on the parent <li>). */
    .primary-nav .sub-menu {
        position: static;
        box-shadow: none;
        background: rgba(0,0,0,0.12);
        border: none;
        border-radius: 0;
        transform: none;
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        transition: max-height 0.25s ease;
    }
    .primary-nav li.submenu-open > .sub-menu { max-height: 1200px; padding: 0.4rem }
    .primary-nav li.submenu-open > a .nav-caret { transform: rotate(180deg); opacity: 0.9 }
    .primary-nav .sub-menu--cats { width: 100%; min-width: 0 }
    .sub-menu-cat-name, .sub-menu-cat-count { color: rgba(255,255,255,0.85) }
    .sub-menu-eyebrow { color: rgba(255,255,255,0.4) }
    .sub-menu-cat-list a:hover, .sub-menu-cat-list a.current-menu-item { background: rgba(255,255,255,0.06) }
    .header-search { display: none }
    /* Section headings mix a left-aligned "title + View All" row layout with
       a centered layout depending on section — unify to centered on mobile
       so the page reads consistently while scrolling. */
    .s-head { text-align: center }
    .s-head p { max-width: 500px; margin: 0 auto }
    .s-row { flex-direction: column; align-items: center; gap: 0.4rem }
    /* Same unification on the product page: WooCommerce's native "Related
       products" heading is left-aligned by default, out of step with the
       centered section headings used everywhere else. */
    .related.products h2, .upsells.products h2, .up-sells.products h2 { text-align: center }
    .telegram-card { flex-direction: column; text-align: center; padding: 1.75rem 1.5rem }
    .hero { padding: 3rem 0 3.5rem }
    .hero--image { min-height: 420px; padding: 3rem 0 }
    .hero h1 { font-size: 1.8rem }
    .hero-sub { font-size: 0.9rem }
    .trust-grid { grid-template-columns: 1fr 1fr }
    .cat-grid { grid-template-columns: 1fr 1fr }
    /* Trustpilot reviews: 12 stacked testimonials is a lot of scrolling on a
       phone. Collapse to a peek + fade with a tap-to-expand button instead
       of another swiper (we've already got two of those on this page). */
    .tp-collapse {
        position: relative;
        max-height: 640px;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }
    .tp-collapse::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 110px;
        background: linear-gradient(to bottom, rgba(248,250,252,0), var(--sf2) 80%);
        pointer-events: none;
        transition: opacity 0.3s ease;
    }
    /* Expanded max-height is set inline by JS (measured from actual content
       height) so it always fits regardless of how many reviews exist. */
    .tp-collapse.tp-expanded::after { opacity: 0 }
    .tp-collapse-toggle {
        display: flex;
        align-items: center;
        gap: 0.4rem;
        margin: -0.5rem auto 0;
        position: relative;
        z-index: 2;
        background: var(--sf);
        border: 1px solid var(--bd);
        color: var(--tx);
        font-size: 0.85rem;
        font-weight: 650;
        padding: 0.6rem 1.1rem;
        border-radius: 99px;
        box-shadow: var(--sh-m);
    }
    .tp-collapse-toggle svg { transition: transform var(--ease) }
    .tp-collapse-toggle.tp-expanded svg { transform: rotate(180deg) }
    .info-grid, .info-grid-4 { grid-template-columns: 1fr }
    .single-product .product { grid-template-columns: minmax(0, 1fr) }
    .pdp-coa-card { padding: 0.9rem }
    .pdp-shipping-info { padding: 0.9rem }
    .pdp-specs-table th { width: 140px }
    /* Add to Cart under the quantity stepper instead of squeezed beside it,
       both full width so they match. */
    .single-product form.cart { flex-direction: column; align-items: stretch }
    .single-product .single_add_to_cart_button { min-width: 0; width: 100% }
    .single-product .quantity { width: 100% }
    .single-product .quantity .qty { width: 100%; flex: 1 }
    /* Product tabs: the desktop "file folder" tab style wraps awkwardly
       once labels don't fit one line — a full-width segmented control reads
       better and never wraps on a phone. */
    .woocommerce-tabs ul.tabs {
        flex-wrap: nowrap;
        border-bottom: none;
        background: var(--sf2);
        border-radius: var(--r);
        padding: 0.3rem !important;
        gap: 0.2rem;
    }
    .woocommerce-tabs ul.tabs li { flex: 1; min-width: 0 }
    .woocommerce-tabs ul.tabs li a {
        text-align: center;
        padding: 0.6rem 0.4rem !important;
        font-size: 0.76rem !important;
        border-radius: 6px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0 !important;
    }
    .woocommerce-tabs ul.tabs li.active a {
        background: var(--sf) !important;
        box-shadow: var(--sh-s);
        border-color: transparent !important;
    }
    .woocommerce-tabs .panel {
        border-radius: var(--rl) !important;
        border: 1px solid var(--bd) !important;
        margin-top: 0.75rem !important;
        padding: 1.25rem !important;
    }
    .woocommerce-checkout .col2-set { grid-template-columns: 1fr }
    .checkout-trust-strip { grid-template-columns: 1fr 1fr }
    .wc-block-components-checkout-step { padding: 1.25rem 1.25rem }
    .nl-inner { flex-direction: column; text-align: center }
    .nl-form input { width: 200px }
    .ft-top { grid-template-columns: 1fr }
    .ft-bot { flex-direction: column; gap: 0.65rem; text-align: center }
    .pay-badges { justify-content: center }
    .section { padding: 3rem 0 }
    .learn-grid { grid-template-columns: 1fr }
    .steps-grid { grid-template-columns: 1fr }
    .steps-grid::before { display: none }
    .research-grid { grid-template-columns: 1fr }
    .coa-card-meta { gap: 1.25rem }
    .coa-table th, .coa-table td { font-size: 0.78rem }
    .storage-compare { grid-template-columns: 1fr }
    .storage-tips-grid { grid-template-columns: 1fr }
    .storage-related-grid { grid-template-columns: 1fr }
    .contact-methods { grid-template-columns: 1fr }
    .contact-quicklinks-grid { grid-template-columns: 1fr }
    .storage-table th, .storage-table td { font-size: 0.78rem }
    .products, ul.products { grid-template-columns: repeat(2, 1fr) }
    /* Homepage "Featured Products" / "New Arrivals" + the product page's
       "Related products": swipeable slider on mobile instead of a wrapped
       grid. The shop archive keeps its normal browsable grid + pagination.
       Side padding equals half the leftover space (100% - card width) so
       the active card can scroll all the way to center, including the
       first and last one — not just flush against the left edge. */
    #featured ul.products,
    #new ul.products,
    #featured .demo-prod-grid,
    #new .demo-prod-grid,
    .related.products ul.products {
        display: flex;
        grid-template-columns: none;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin: 0 -1.5rem;
        padding: 0.1rem 11% 0.75rem;
        scroll-behavior: smooth;
    }
    #featured ul.products::-webkit-scrollbar,
    #new ul.products::-webkit-scrollbar,
    #featured .demo-prod-grid::-webkit-scrollbar,
    #new .demo-prod-grid::-webkit-scrollbar,
    .related.products ul.products::-webkit-scrollbar { display: none }
    #featured ul.products li.product,
    #new ul.products li.product,
    #featured .demo-prod-grid > *,
    #new .demo-prod-grid > *,
    .related.products ul.products li.product {
        width: 78% !important;
        flex: 0 0 78%;
        scroll-snap-align: center;
    }
    .prod-slider-nav {
        display: flex;
        justify-content: center;
        gap: 0.6rem;
        margin-top: 0.25rem;
    }
    .prod-slider-arrow {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid var(--bd);
        background: var(--sf);
        color: var(--tx2);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all var(--ease);
    }
    .prod-slider-arrow:active { background: var(--sf2); color: var(--tx) }
    .section-alt .prod-slider-arrow { background: var(--sf) }
    .shop-toolbar-form { flex-direction: column; align-items: stretch }
    .shop-toolbar-selects { flex-direction: column }
    .shop-select { min-width: 0 }
}
@media (max-width: 480px) {
    .products, ul.products, .demo-prod-grid { grid-template-columns: 1fr }
    .trust-grid, .cat-grid { grid-template-columns: 1fr }
    .quiz-results-grid { grid-template-columns: 1fr }
    .hero h1 { font-size: 1.55rem }
    .hero-stats { flex-direction: column; gap: 0.7rem }
    .nl-form { flex-direction: column; align-items: center }
    .nl-form input { width: 100% }
    .tp-masonry { column-count: 1 }
}

/* ═══ CART DRAWER ═══ */
body.cart-drawer-locked { overflow: hidden }

.cart-drawer {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    visibility: hidden;
    pointer-events: none;
}
.cart-drawer.is-open { visibility: visible; pointer-events: auto }

.cart-drawer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(7,18,14,0.45);
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.cart-drawer.is-open .cart-drawer-overlay { opacity: 1 }

.cart-drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 420px;
    max-width: 92vw;
    background: var(--sf);
    box-shadow: var(--sh-l);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}
.cart-drawer.is-open .cart-drawer-panel { transform: translateX(0) }

.cart-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--bd-l);
    flex-shrink: 0;
}
.cart-drawer-head h2 { font-size: 1.1rem; letter-spacing: -0.01em }
.cart-drawer-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--sf2);
    border: none;
    color: var(--tx2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--ease);
}
.cart-drawer-close:hover { background: var(--bd); color: var(--tx) }

.cart-drawer-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.cart-drawer-items {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 1.5rem;
}
.cart-drawer-item {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--bd-l);
}
.cart-drawer-item:last-child { border-bottom: none }
.cart-drawer-item-img {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: var(--r);
    overflow: hidden;
    background: var(--sf2);
    border: 1px solid var(--bd-l);
    display: block;
}
.cart-drawer-item-img img { width: 100%; height: 100%; object-fit: cover; display: block }
.cart-drawer-item-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 0.3rem }
.cart-drawer-item-name {
    font-size: 0.87rem;
    font-weight: 650;
    color: var(--tx);
    text-decoration: none;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cart-drawer-item-name:hover { color: var(--blue) }
.cart-drawer-item-qty { font-size: 0.8rem; color: var(--tx2) }
.cart-drawer-item-remove {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tx3);
    transition: all var(--ease);
}
.cart-drawer-item-remove:hover { background: rgba(239,68,68,0.08); color: var(--red) }

.cart-drawer-foot {
    flex-shrink: 0;
    padding: 1.25rem 1.5rem 1.5rem;
    border-top: 1px solid var(--bd-l);
}
.cart-drawer-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.95rem;
    color: var(--tx);
    margin-bottom: 0.35rem;
}
.cart-drawer-subtotal strong { font-size: 1.15rem }
.cart-drawer-note { font-size: 0.76rem; color: var(--tx3); margin-bottom: 1.1rem }
.cart-drawer-actions { display: flex; gap: 0.6rem }
.cart-drawer-actions .btn { flex: 1 }

.cart-drawer-empty {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1.5rem;
    color: var(--tx2);
}
.cart-drawer-empty-ic {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--sf2);
    color: var(--tx3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.1rem;
}
.cart-drawer-empty h3 { font-size: 1rem; color: var(--tx); margin-bottom: 0.3rem }
.cart-drawer-empty p { font-size: 0.85rem; margin-bottom: 1.3rem }

@media (max-width: 480px) {
    .cart-drawer-panel { width: 100% }
}
