/* ==========================================================================
   GPDStore — Phase 7: home page (Elementor) dark polish
   --------------------------------------------------------------------------
   The home is an Elementor build that is already dark-art-directed; this
   overlay aligns its remaining light pieces with the GPD design language
   (design source: …handoff/project/home.jsx + theme.css .gs-pcard/.gs-btn).
   Content-level gaps (hero slide artwork with baked white backgrounds,
   light marketing images) are CONTENT work in the Elementor editor / media
   library — CSS cannot recolor baked image pixels; see the change-log note.
   ========================================================================== */

/* product cards inside home Elementor grids → .gs-pcard treatment */
body.home #content li.product,
body.home #content ul.products li.product {
    background: var(--surface-elev);
    border: 1px solid var(--line-1);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-sm);
    transition: transform var(--dur-normal) var(--ease-out),
                box-shadow var(--dur-normal) var(--ease),
                border-color var(--dur-normal) var(--ease);
}
body.home #content li.product:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(255, 255, 255, 0.18);
}
body.home #content li.product .woocommerce-loop-product__title,
body.home #content li.product .woocommerce-loop-product__title a {
    color: #fff;
    font-weight: 700;
}
body.home #content li.product .price,
body.home #content li.product .price .amount,
body.home #content li.product .gpd-card-price-starting-at,
body.home #content li.product bdi {
    color: var(--lime-500) !important;
    -webkit-text-fill-color: var(--lime-500);
    font-weight: 800;
}
body.home #content li.product .gpd-card-price-prefix {
    color: var(--fg-secondary) !important;
    -webkit-text-fill-color: var(--fg-secondary);
    font-weight: 500;
}
body.home #content li.product .price del,
body.home #content li.product del bdi {
    color: var(--fg-tertiary) !important;
    -webkit-text-fill-color: var(--fg-tertiary);
    font-weight: 400;
}
body.home #content li.product .button {
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
    border-radius: var(--r-md);
    font-weight: 700;
    border: 0;
}
body.home #content li.product .button:hover {
    background: var(--lime-500);
    color: #0A0D0F;
    box-shadow: var(--shadow-glow);
}

/* hero slideshow (Element Pack) — dark slide shells; the artwork itself is
   content (some slides bake a white studio background into the image) */
body.home .bdt-slideshow,
body.home .bdt-slideshow-item,
body.home .bdt-slideshow-item-inner {
    background: var(--bg-1) !important;
}
body.home .bdt-slideshow .bdt-slideshow-item .bdt-slideshow-content-wrapper { color: var(--fg-1); }

/* Trustpilot micro-combo band (plugin DOM — bridge restyle) */
body.home .droix-tp-widget-micro-combo-card {
    background: var(--surface-elev) !important;
    border: 1px solid var(--line-1) !important;
    color: var(--fg-1) !important;
    border-radius: var(--r-lg);
}
body.home .droix-tp-widget-micro-combo-card * { color: var(--fg-1); }

/* generic Elementor section/buttons polish on home */
body.home .elementor-button {
    border-radius: var(--r-md);
    font-weight: 700;
}
body.home .elementor-heading-title { color: inherit; }

/* Trustpilot review carousel (droix-trustpilot plugin DOM — bridge restyle;
   site-wide widget but most prominent on home) */
.droix-tp-widget-carousel-review,
.droix-tp-widget-carousel .droix-tp-widget-carousel-review {
    background: var(--surface-elev) !important;
    border: 1px solid var(--line-1) !important;
    color: var(--fg-1) !important;
    border-radius: var(--r-lg);
}
.droix-tp-widget-carousel-review-title,
.droix-tp-widget-carousel-review-name { color: #fff !important; }
.droix-tp-widget-carousel-review-text,
.droix-tp-widget-carousel-review-date { color: var(--fg-secondary) !important; }
.droix-tp-widget-micro-trustscore { color: var(--fg-secondary); }

/* ==========================================================================
   REDESIGNED HOME SURFACE (2026-06-12) — design home.jsx / FlowHomeBody 1:1
   --------------------------------------------------------------------------
   Styles for the shortcode-composed Elementor home (inc/home.php). Scoped to
   body.gpd-home-surface (set for the page stored in droix_gpd_home_page_id —
   staging permalink and front page alike). The legacy rules above remain for
   the old page-29 Elementor home (rollback path). Values lifted from the
   handoff theme.css (.gs-*), flow.css (.fl-tp/.fl-bnpl) and home.jsx inline
   styles. Per-surface .gs-* copies, same convention as gpd-blog/gpd-kb.
   ========================================================================== */

body.gpd-home-surface #content.site-content {
    background: var(--bg-2);
    color: var(--fg-1);
    padding: 0;
}
body.gpd-home-surface .elementor-widget-shortcode .elementor-widget-container { margin: 0; }
body.gpd-home-surface .e-con { --padding-top: 0; --padding-bottom: 0; --padding-left: 0; --padding-right: 0; }
body.gpd-home-surface .e-con-inner { max-width: none; }
body.gpd-home-surface .entry-content { padding: 0 !important; margin: 0 !important; }
body.gpd-home-surface h1.entry-title, body.gpd-home-surface .page-header { display: none; }

/* ── gs primitives (per-surface copy, theme.css:29-113) ──────────────────── */
body.gpd-home-surface .gs-sec { padding: 62px 0; }
body.gpd-home-surface .gs-wrap { max-width: 1240px; margin: 0 auto; padding: 0 36px; }
body.gpd-home-surface .gs-sechead {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 34px;
}
body.gpd-home-surface .gs-sechead h2 {
    margin: 10px 0 0;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.8px;
    color: #fff;
}
body.gpd-home-surface .gs-sechead .sub { margin: 8px 0 0; font-size: 15px; color: var(--fg-secondary); }
body.gpd-home-surface .gs-viewall {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 14px;
    color: var(--lime-500);
    white-space: nowrap;
}
body.gpd-home-surface .gs-viewall svg { width: 16px; height: 16px; transition: transform 0.22s; }
body.gpd-home-surface .gs-viewall:hover svg { transform: translateX(3px); }
body.gpd-home-surface .gs-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
body.gpd-home-surface .gs-eyebrow {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lime-500);
}
body.gpd-home-surface .gs-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: var(--r-full);
    background: var(--surface-glass);
    border: 1px solid var(--line-1);
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--fg-1);
}
body.gpd-home-surface .gs-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--acc);
    box-shadow: 0 0 0 4px var(--acc-soft);
}
body.gpd-home-surface .gs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    font-size: 15px;
    border-radius: var(--r-md);
    padding: 13px 22px;
    line-height: 1;
    white-space: nowrap;
    border: 0;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.22s, background 0.22s, color 0.22s;
}
body.gpd-home-surface .gs-btn svg { width: 18px; height: 18px; }
body.gpd-home-surface .gs-btn-primary { background: var(--lime-500); color: #0A0D0F; }
body.gpd-home-surface .gs-btn-primary:hover { box-shadow: var(--shadow-glow); transform: translateY(-2px); color: #0A0D0F; }
body.gpd-home-surface .gs-btn-primary:active { background: var(--lime-600); transform: translateY(0); }
body.gpd-home-surface .gs-btn-secondary { background: rgba(255, 255, 255, 0.10); color: #fff; }
body.gpd-home-surface .gs-btn-secondary:hover { background: rgba(255, 255, 255, 0.17); transform: translateY(-2px); color: #fff; }
body.gpd-home-surface .gs-btn-ghost { background: transparent; color: var(--acc); padding: 10px 14px; }
body.gpd-home-surface .gs-btn-ghost:hover { color: #fff; }
body.gpd-home-surface .gs-btn-lg { font-size: 16px; padding: 16px 26px; }
body.gpd-home-surface .gs-bloom-mag {
    background:
        radial-gradient(700px 460px at 78% 12%, rgba(254, 90, 240, 0.12), transparent 65%),
        radial-gradient(700px 460px at 10% 0%, rgba(35, 221, 190, 0.07), transparent 60%),
        var(--bg-2);
}
body.gpd-home-surface .gs-stars {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    color: var(--star-500);
    font-size: 15px;
    line-height: 1;
}
body.gpd-home-surface .gs-stars .off { color: rgba(255, 255, 255, 0.18); }
body.gpd-home-surface .gpd-home-sparkles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
body.gpd-home-surface .gpd-spark { position: absolute; opacity: 0.5; line-height: 0; }
body.gpd-home-surface .gpd-spark svg { width: 1em; height: 1em; fill: currentColor; stroke: none; }
body.gpd-home-surface .gpd-spark--teal { color: var(--teal-500); }
body.gpd-home-surface .gpd-spark--lime { color: var(--lime-500); }

/* ── hero (home.jsx HeroSplit) ───────────────────────────────────────────── */
body.gpd-home-surface .gpd-home-hero {
    position: relative;
    border-bottom: 1px solid var(--line-1);
}
body.gpd-home-surface .gpd-home-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    padding: 62px 36px 58px;
    position: relative;
}
body.gpd-home-surface .gpd-home-hero-copy .gs-pill { margin-bottom: 20px; }
body.gpd-home-surface .gpd-home-hero-copy h1 {
    margin: 0 0 18px;
    font-size: 64px;
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -2px;
    color: #fff;
}
body.gpd-home-surface .gpd-home-hero-copy h1 .t { color: var(--teal-500); }
body.gpd-home-surface .gpd-home-hero-copy > p {
    margin: 0 0 28px;
    font-size: 17px;
    line-height: 1.55;
    color: var(--fg-secondary);
    max-width: 440px;
}
body.gpd-home-surface .gpd-home-hero-ctas { display: flex; gap: 12px; margin-bottom: 34px; }
body.gpd-home-surface .gpd-home-hero-stats { display: flex; gap: 30px; }
body.gpd-home-surface .gpd-home-hero-stats .n { font-size: 26px; font-weight: 800; color: #fff; letter-spacing: -0.5px; }
body.gpd-home-surface .gpd-home-hero-stats .l { font-size: 12.5px; color: var(--fg-tertiary); }
body.gpd-home-surface .gpd-home-hero-art {
    position: relative;
    display: flex;
    justify-content: center;
}
body.gpd-home-surface .gpd-home-hero-art .bloom {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254, 90, 240, 0.28), transparent 65%);
    filter: blur(10px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body.gpd-home-surface .gpd-home-hero-art img.render {
    width: 100%;
    max-width: 480px;
    height: auto;
    position: relative;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.6));
}
body.gpd-home-surface .gpd-home-hero-art .chip {
    position: absolute;
    bottom: 6px;
    left: 0;
    background: rgba(13, 16, 19, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--line-1);
    border-radius: var(--r-full);
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
}
body.gpd-home-surface .gpd-home-hero-art .chip .nm { color: #fff; font-weight: 700; white-space: nowrap; }
body.gpd-home-surface .gpd-home-hero-art .chip .pr { color: var(--lime-500); font-weight: 800; white-space: nowrap; }
body.gpd-home-surface .gpd-home-hero-art .chip .pr .woocommerce-Price-amount { color: var(--lime-500); -webkit-text-fill-color: var(--lime-500); }

/* ── feature strip + Trustpilot band ─────────────────────────────────────── */
body.gpd-home-surface .gpd-home-featsec { padding-bottom: 0; }
body.gpd-home-surface .gpd-home-featwrap { display: flex; flex-direction: column; gap: 14px; }
body.gpd-home-surface .gs-featstrip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
body.gpd-home-surface .gs-feat {
    display: flex;
    align-items: center;
    gap: 13px;
    background: var(--surface-glass);
    border: 1px solid var(--line-1);
    border-radius: var(--r-lg);
    padding: 16px 18px;
}
body.gpd-home-surface .gs-feat .ic {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--acc);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
body.gpd-home-surface .gs-feat .ic svg { width: 22px; height: 22px; }
body.gpd-home-surface .gs-feat .t { font-size: 14px; font-weight: 700; color: #fff; }
body.gpd-home-surface .gs-feat .s { font-size: 12px; color: var(--fg-secondary); margin-top: 2px; }
body.gpd-home-surface .gpd-home-tp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 1px solid var(--line-1);
    border-radius: var(--r-xl);
    background: var(--surface-glass);
    padding: 12px 16px;
}

/* ── product cards (.gs-pcard, theme.css:76-101) ─────────────────────────── */
body.gpd-home-surface .gs-pcard {
    background: var(--surface-elev);
    border: 1px solid var(--line-1);
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}
body.gpd-home-surface .gs-pcard:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(255, 255, 255, 0.18);
}
body.gpd-home-surface .gs-pcard .gs-well {
    position: relative;
    height: 208px;
    background:
        radial-gradient(120% 120% at 50% 18%, rgba(35, 221, 190, 0.10), transparent 55%),
        linear-gradient(180deg, #10161a, #0b0f12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
body.gpd-home-surface .gs-pcard .gs-well img {
    width: 78%;
    height: 78%;
    object-fit: contain;
    filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.55));
    transition: transform 0.4s;
}
body.gpd-home-surface .gs-pcard:hover .gs-well img { transform: scale(1.05) translateY(-2px); }
body.gpd-home-surface .gs-pcard .gs-well.cover img { width: 100%; height: 100%; object-fit: cover; filter: none; }
body.gpd-home-surface .gs-pcard .gs-flag {
    position: absolute;
    top: 14px;
    right: 14px;
    font-weight: 700;
    font-size: 12px;
    border-radius: var(--r-full);
    padding: 5px 12px;
    letter-spacing: 0.01em;
    z-index: 2;
}
body.gpd-home-surface .gs-flag-lime { background: var(--lime-500); color: #16190B; }
body.gpd-home-surface .gs-flag-teal { background: var(--teal-500); color: #06160F; }
body.gpd-home-surface .gs-flag-orange { background: var(--orange-500); color: #1A0C04; }
body.gpd-home-surface .gs-pbody { padding: 18px; display: flex; flex-direction: column; flex: 1; }
body.gpd-home-surface .gs-pcat {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lime-500);
}
body.gpd-home-surface .gs-pname { font-size: 19px; font-weight: 700; letter-spacing: -0.4px; margin: 7px 0 9px; line-height: 1.2; }
body.gpd-home-surface .gs-pname a { color: #fff; }
body.gpd-home-surface .gs-pname a:hover { color: var(--lime-500); }
body.gpd-home-surface .gs-prate { display: flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 700; color: #fff; }
body.gpd-home-surface .gs-prate .gs-rev { color: var(--fg-secondary); font-weight: 500; font-size: 12.5px; }
body.gpd-home-surface .gs-pfoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 15px;
}
body.gpd-home-surface .gs-price {
    font-size: 23px;
    font-weight: 800;
    color: var(--lime-500);
    letter-spacing: -0.4px;
}
body.gpd-home-surface .gs-price .woocommerce-Price-amount { color: var(--lime-500); -webkit-text-fill-color: var(--lime-500); }
body.gpd-home-surface .gs-price .gs-was {
    display: block;
    font-size: 12.5px;
    font-weight: 500;
    color: var(--fg-tertiary);
    text-decoration: line-through;
    letter-spacing: 0;
    margin-top: 1px;
}
body.gpd-home-surface .gs-price .gs-was .woocommerce-Price-amount { color: var(--fg-tertiary); -webkit-text-fill-color: var(--fg-tertiary); font-weight: 500; }
body.gpd-home-surface .gs-atc {
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: var(--r-md);
    padding: 11px 16px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: background 0.22s, color 0.22s, box-shadow 0.22s;
}
body.gpd-home-surface .gs-atc:hover { background: var(--lime-500); color: #0A0D0F; box-shadow: var(--shadow-glow); }

/* ── BNPL band (.fl-bnpl values) ─────────────────────────────────────────── */
body.gpd-home-surface .gpd-home-bnplsec { padding-top: 0; padding-bottom: 0; }
body.gpd-home-surface .gpd-home-bnpl {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 26px;
    background: linear-gradient(115deg, rgba(211, 255, 95, 0.10), rgba(35, 221, 190, 0.07) 55%, rgba(254, 90, 240, 0.07));
    border: 1px solid var(--line-1);
    border-radius: var(--r-2xl);
    padding: 26px 30px;
}
body.gpd-home-surface .gpd-home-bnpl .ic {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    background: rgba(211, 255, 95, 0.12);
    color: var(--lime-500);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
body.gpd-home-surface .gpd-home-bnpl .ic svg { width: 26px; height: 26px; }
body.gpd-home-surface .gpd-home-bnpl .eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lime-500);
    margin-bottom: 5px;
}
body.gpd-home-surface .gpd-home-bnpl h3 { margin: 0 0 4px; font-size: 21px; font-weight: 800; letter-spacing: -0.4px; color: #fff; }
body.gpd-home-surface .gpd-home-bnpl p { margin: 0; font-size: 13.5px; color: var(--fg-secondary); line-height: 1.5; }
body.gpd-home-surface .gpd-home-bnpl .logos { margin-left: auto; display: flex; align-items: center; gap: 7px; flex: 0 0 auto; }
body.gpd-home-surface .gpd-bnpl-mark {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 11px;
    border-radius: 7px;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: -0.2px;
}
body.gpd-home-surface .gpd-bnpl-mark--klarna { background: #FFB3C7; color: #17120F; }
body.gpd-home-surface .gpd-bnpl-mark--paypal { background: #fff; color: #003087; font-style: italic; }
body.gpd-home-surface .gpd-home-bnpl .cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--lime-500);
    color: #0A0D0F;
    border-radius: var(--r-full);
    padding: 11px 20px;
    font-size: 13.5px;
    font-weight: 800;
}

/* ── showcase split band (home.jsx ShowcaseBand) ─────────────────────────── */
body.gpd-home-surface .gpd-home-showsec { padding-top: 8px; }
body.gpd-home-surface .gpd-home-show {
    position: relative;
    border-radius: var(--r-2xl);
    overflow: hidden;
    border: 1px solid var(--line-1);
    min-height: 320px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    background: linear-gradient(120deg, #10121a, #1a1330);
}
body.gpd-home-surface .gpd-home-show .copy {
    padding: 44px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body.gpd-home-surface .gpd-home-show .copy .gs-eyebrow { margin-bottom: 14px; }
body.gpd-home-surface .gpd-home-show h3 {
    margin: 0 0 14px;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #fff;
    line-height: 1.04;
}
body.gpd-home-surface .gpd-home-show p { margin: 0 0 24px; font-size: 15.5px; line-height: 1.55; color: var(--fg-secondary); max-width: 420px; }
body.gpd-home-surface .gpd-home-show .ctas { display: flex; gap: 12px; align-items: center; }
body.gpd-home-surface .gpd-home-show .gs-btn-primary .woocommerce-Price-amount { color: #0A0D0F; -webkit-text-fill-color: #0A0D0F; }
body.gpd-home-surface .gpd-home-show .art {
    position: relative;
    background-size: cover;
    background-position: center;
}
body.gpd-home-surface .gpd-home-show .art .scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #1a1330 0%, transparent 35%);
}

/* ── network band (home.jsx NetworkBand) ─────────────────────────────────── */
body.gpd-home-surface .gpd-home-network {
    background: var(--bg-1);
    border-top: 1px solid var(--line-1);
    border-bottom: 1px solid var(--line-1);
}
body.gpd-home-surface .gpd-net-card {
    background: var(--surface-glass);
    border: 1px solid var(--line-1);
    border-radius: var(--r-lg);
    padding: 26px;
}
body.gpd-home-surface .gpd-net-card .ic {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--acc);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
body.gpd-home-surface .gpd-net-card .ic svg { width: 26px; height: 26px; }
body.gpd-home-surface .gpd-net-card h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; color: #fff; }
body.gpd-home-surface .gpd-net-card p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--fg-secondary); }

/* ── testimonials (home.jsx Testimonials) ────────────────────────────────── */
body.gpd-home-surface .gpd-quote-card {
    background: var(--surface-glass);
    border: 1px solid var(--line-1);
    border-radius: var(--r-lg);
    padding: 24px;
}
body.gpd-home-surface .gpd-quote-card p { margin: 14px 0 18px; font-size: 14.5px; line-height: 1.6; color: var(--fg-1); }
body.gpd-home-surface .gpd-quote-card .who { display: flex; align-items: center; gap: 12px; }
body.gpd-home-surface .gpd-quote-card .who img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
body.gpd-home-surface .gpd-quote-card .who b { display: block; font-size: 14px; font-weight: 700; color: #fff; }
body.gpd-home-surface .gpd-quote-card .who span { font-size: 12.5px; color: var(--fg-tertiary); }

/* ── newsletter bloom band (home.jsx Newsletter) ─────────────────────────── */
body.gpd-home-surface .gpd-home-newssec { padding-top: 0; }
body.gpd-home-surface .gpd-home-news {
    border-radius: var(--r-2xl);
    border: 1px solid var(--line-1);
    padding: 48px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
body.gpd-home-surface .gpd-home-news h2 {
    margin: 0 0 10px;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #fff;
    position: relative;
}
body.gpd-home-surface .gpd-home-news > p {
    margin: 0 auto 24px;
    font-size: 15.5px;
    color: var(--fg-secondary);
    max-width: 460px;
    position: relative;
}
body.gpd-home-surface .gpd-home-news .gsb-newsform {
    display: flex;
    gap: 10px;
    max-width: 460px;
    margin: 0 auto;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
}
body.gpd-home-surface .gpd-home-news .gsb-newsform input[type="email"] {
    flex: 1;
    min-width: 0;
    height: 52px;
    background: var(--surface-glass);
    border: 1px solid var(--line-1);
    border-radius: var(--r-md);
    padding: 0 16px;
    color: #fff;
    font-size: 14px;
    outline: none;
}
body.gpd-home-surface .gpd-home-news .gsb-newsform input[type="email"]:focus { border-color: var(--acc); }
body.gpd-home-surface .gpd-home-news .gsb-newsform input[type="email"]::placeholder { color: var(--fg-tertiary); }
body.gpd-home-surface .gpd-home-news .gsb-hp { position: absolute; left: -9999px; width: 1px; height: 1px; }
body.gpd-home-surface .gpd-home-news .gsb-news-msg { flex-basis: 100%; font-size: 13px; color: var(--acc); }

/* ── responsive (authored from Flow Site Tablet/Mobile mocks) ────────────── */
@media (max-width: 1100px) {
    body.gpd-home-surface .gs-grid3 { grid-template-columns: 1fr 1fr; }
    body.gpd-home-surface .gs-featstrip { grid-template-columns: 1fr 1fr; }
    body.gpd-home-surface .gpd-home-hero-grid { gap: 20px; padding: 48px 36px 44px; }
    body.gpd-home-surface .gpd-home-hero-copy h1 { font-size: 48px; }
    body.gpd-home-surface .gpd-home-show { grid-template-columns: 1fr; }
    body.gpd-home-surface .gpd-home-show .art { min-height: 220px; order: -1; }
    body.gpd-home-surface .gpd-home-show .art .scrim { background: linear-gradient(180deg, transparent 40%, #10121a 100%); }
    body.gpd-home-surface .gpd-home-bnpl { flex-wrap: wrap; }
    body.gpd-home-surface .gpd-home-bnpl .logos { margin-left: 0; }
}
@media (max-width: 720px) {
    body.gpd-home-surface .gs-sec { padding: 40px 0; }
    body.gpd-home-surface .gs-wrap { padding: 0 16px; }
    body.gpd-home-surface .gs-grid3 { grid-template-columns: 1fr 1fr; gap: 14px; }
    body.gpd-home-surface .gs-sechead h2 { font-size: 24px; }
    body.gpd-home-surface .gpd-home-hero-grid { grid-template-columns: 1fr; padding: 24px 16px; gap: 4px; }
    body.gpd-home-surface .gpd-home-hero-copy h1 { font-size: 38px; letter-spacing: -1.2px; margin-bottom: 12px; }
    body.gpd-home-surface .gpd-home-hero-copy > p { font-size: 14.5px; margin-bottom: 18px; }
    body.gpd-home-surface .gpd-home-hero-ctas { flex-direction: column; margin-bottom: 0; }
    body.gpd-home-surface .gpd-home-hero-ctas .gs-btn { width: 100%; }
    body.gpd-home-surface .gpd-home-hero-art { order: -1; margin: 4px 0 18px; }
    body.gpd-home-surface .gpd-home-hero-art .bloom { width: 280px; height: 220px; }
    body.gpd-home-surface .gpd-home-hero-art img.render { max-width: 320px; filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.6)); }
    body.gpd-home-surface .gpd-home-hero-stats { justify-content: space-between; gap: 8px; margin-top: 20px; }
    body.gpd-home-surface .gpd-home-hero-stats .st { text-align: center; }
    body.gpd-home-surface .gpd-home-hero-stats .n { font-size: 19px; }
    body.gpd-home-surface .gpd-home-hero-stats .l { font-size: 10.5px; }
    body.gpd-home-surface .gs-featstrip { gap: 10px; }
    body.gpd-home-surface .gs-feat { padding: 12px 14px; }
    body.gpd-home-surface .gs-feat .ic { width: 38px; height: 38px; }
    body.gpd-home-surface .gs-feat .s { display: none; }
    body.gpd-home-surface .gs-pcard .gs-well { height: 150px; }
    body.gpd-home-surface .gs-pname { font-size: 15px; }
    body.gpd-home-surface .gs-price { font-size: 18px; }
    body.gpd-home-surface .gpd-home-show .copy { padding: 26px 22px; }
    body.gpd-home-surface .gpd-home-show h3 { font-size: 26px; }
    body.gpd-home-surface .gpd-home-bnpl { flex-direction: column; align-items: flex-start; gap: 14px; padding: 20px; }
    body.gpd-home-surface .gpd-home-bnpl .cta { align-self: stretch; justify-content: center; }
    body.gpd-home-surface .gpd-home-network .gs-grid3,
    body.gpd-home-surface .gpd-home-quotes .gs-grid3 { grid-template-columns: 1fr; }
    body.gpd-home-surface .gpd-home-news { padding: 32px 20px; }
    body.gpd-home-surface .gpd-home-news h2 { font-size: 28px; }
}
