@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&family=Quicksand:wght@500;600;700&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

/* =========================================================
   PLEXO HOME
   Clean / Premium / Unificado / Cinematic Hero
   Paleta limpa: verde escuro + laranja + neutros
   ========================================================= */

/* =========================================================
   01. DESIGN TOKENS
   ========================================================= */

:root {
    /* Brand principal */
    --plexo-orange: #ff6b1a;
    --plexo-orange-dark: #e25508;
    --plexo-orange-soft: #fff1e8;

    --plexo-green: #12372a;
    --plexo-green-soft: #1c4a39;
    --plexo-green-pale: #edf8f3;

    /* Neutrals */
    --plexo-ink: #17211d;
    --plexo-text: #253238;
    --plexo-muted: #6b7280;
    --plexo-muted-2: #8b93a1;
    --plexo-border: #e7eaf0;

    --plexo-white: #ffffff;
    --plexo-surface: #ffffff;
    --plexo-surface-alt: #f8fafc;
    --plexo-bg: #f5f7fa;
    --plexo-cream: #fcfbf8;
    --plexo-sand: #f4efe8;
    --plexo-soft: #f9fbfd;
    --plexo-black: #0f1720;

    /* Sombras */
    --plexo-shadow: rgba(15, 23, 32, 0.06);
    --plexo-shadow-md: rgba(15, 23, 32, 0.10);
    --plexo-shadow-lg: rgba(15, 23, 32, 0.14);

    /* Tipografia */
    --font-display: 'Quicksand', 'Nunito', system-ui, sans-serif;
    --font-body: 'Nunito', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-ui: 'Plus Jakarta Sans', 'Nunito', system-ui, sans-serif;

    /* Radius */
    --radius-xs: 4px;
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 22px;
    --radius-pill: 999px;
}

/* =========================================================
   02. BASE / GLOBAL HELPERS
   ========================================================= */

body {
    background: var(--plexo-bg);
    color: var(--plexo-text);
    font-family: var(--font-body);
    text-rendering: geometricPrecision;
}

.section-kicker,
.related-kicker,
.hero-sale-label,
.hero-cinematic-kicker {
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--plexo-orange);
}

.section-kicker::before {
    content: "";
    width: 18px;
    height: 2px;
    border-radius: var(--radius-pill);
    background: currentColor;
}

.section-block-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.section-block-head h2,
.section-line-head h2,
.plexo-stats h2 {
    margin: 0;
    color: var(--plexo-ink);
    font-family: var(--font-display);
    font-size: clamp(31px, 3vw, 42px);
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.section-block-head a {
    color: var(--plexo-orange);
    text-decoration: none;
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 800;
    transition: 0.22s ease;
}

.section-block-head a:hover {
    color: var(--plexo-orange-dark);
}

/* =========================================================
   02.1 HEADER MOBILE
   ========================================================= */

@media (max-width: 760px) {
    body .site-header,
    body header.site-header,
    body #masthead,
    body .main-header,
    body .header,
    body .header-mobile,
    body .mobile-header,
    body .plexo-header,
    body .elementor-location-header,
    body .elementor-location-header > *,
    body .woocommerce-storefront-primary-navigation,
    body .storefront-primary-navigation {
        background: #ffffff !important;
        color: var(--plexo-text) !important;
        border-color: rgba(231, 234, 240, 0.95) !important;
    }

    body .site-header,
    body header.site-header,
    body #masthead,
    body .main-header,
    body .header-mobile,
    body .mobile-header,
    body .plexo-header {
        box-shadow: 0 10px 28px rgba(15, 23, 32, 0.06) !important;
    }

    body .site-header a,
    body header.site-header a,
    body #masthead a,
    body .main-header a,
    body .header a,
    body .header-mobile a,
    body .mobile-header a,
    body .plexo-header a,
    body .elementor-location-header a {
        color: var(--plexo-text) !important;
    }

    body .site-header a:hover,
    body header.site-header a:hover,
    body #masthead a:hover,
    body .main-header a:hover,
    body .header a:hover,
    body .header-mobile a:hover,
    body .mobile-header a:hover,
    body .plexo-header a:hover,
    body .elementor-location-header a:hover {
        color: var(--plexo-orange) !important;
    }

    body .menu-toggle,
    body .mobile-menu-toggle,
    body .navbar-toggle,
    body .hamburger,
    body .site-header button,
    body header.site-header button,
    body #masthead button,
    body .elementor-menu-toggle {
        color: var(--plexo-text) !important;
        background: transparent !important;
        border-color: transparent !important;
    }

    body .menu-toggle:hover,
    body .mobile-menu-toggle:hover,
    body .navbar-toggle:hover,
    body .hamburger:hover,
    body .elementor-menu-toggle:hover {
        color: var(--plexo-orange) !important;
        background: rgba(255, 107, 26, 0.08) !important;
    }

    body .site-header svg,
    body header.site-header svg,
    body #masthead svg,
    body .main-header svg,
    body .header-mobile svg,
    body .mobile-header svg,
    body .plexo-header svg,
    body .elementor-location-header svg {
        fill: currentColor !important;
        color: var(--plexo-text) !important;
    }

    body .site-header .menu,
    body header.site-header .menu,
    body #masthead .menu,
    body .main-header .menu,
    body .header-mobile .menu,
    body .mobile-header .menu,
    body .plexo-header .menu,
    body .elementor-nav-menu,
    body .elementor-nav-menu--dropdown {
        background: #ffffff !important;
        color: var(--plexo-text) !important;
    }

    body .site-header .sub-menu,
    body header.site-header .sub-menu,
    body #masthead .sub-menu,
    body .main-header .sub-menu,
    body .elementor-nav-menu--dropdown {
        background: #ffffff !important;
        border-color: var(--plexo-border) !important;
        box-shadow: 0 18px 40px rgba(15, 23, 32, 0.10) !important;
    }
}


/* =========================================================
   03. HERO SPLIT — PLEXO
   Imagem fora do container / fundo full width
   ========================================================= */

.plexo-hero-split {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-top: 1px solid rgba(15, 23, 32, 0.12);
}

/* Overlay claro para deixar o texto legível */
.plexo-hero-split::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.526) 0%,
        rgba(255, 255, 255, 0.314) 34%,
        rgba(255, 255, 255, 0.14) 66%,
        rgba(255, 255, 255, 0.00) 100%
    );
    pointer-events: none;
}

/* Imagem agora fica fora do container no PHP */
.plexo-hero-person {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.plexo-hero-person img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center right;
}

/* Conteúdo dentro do container */
.plexo-hero-split-inner {
    position: relative;
    z-index: 4;
    min-height: 560px;
    display: flex;
    align-items: center;
    padding-top: 42px;
    padding-bottom: 96px;
}

.plexo-hero-split-copy {
    position: relative;
    z-index: 5;
    max-width: 680px;
    margin-left: 0;
    transform: translateY(-8px);
}

.plexo-hero-split-copy h1 {
    margin: 0 0 28px;
    color: #3b2176;
    font-family: var(--font-display);
    font-size: clamp(54px, 4.8vw, 76px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.07em;
}

.plexo-hero-split-copy h1 .orange {
    color: var(--plexo-orange);
}

.plexo-hero-split-copy p {
    max-width: 660px;
    margin: 0;
    color: #111827;
    font-size: 26px;
    line-height: 1.42;
    font-weight: 500;
}

.plexo-hero-split-actions {
    display: none !important;
}

/* Barra azul inferior */
.plexo-hero-info-bar {
    position: absolute;
    left: 0;
    bottom: 58px;
    z-index: 6;
    width: min(800px, calc(100% - 340px));
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    background: rgba(10, 42, 79, 0.98);
    box-shadow: 0 18px 42px rgba(15, 23, 32, 0.16);
}

.plexo-hero-info-bar div {
    min-height: 64px;
    padding: 14px 18px;
    display: grid;
    gap: 4px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.plexo-hero-info-bar div:last-child {
    border-right: 0;
}

.plexo-hero-info-bar strong {
    color: #ffffff;
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 800;
}

.plexo-hero-info-bar span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 10px;
    line-height: 1.35;
    font-weight: 700;
}

/* =========================================================
   HERO — DESKTOP GRANDE
   ========================================================= */

@media (min-width: 1400px) {
    .plexo-hero-split-inner {
        min-height: 575px;
        padding-top: 44px;
        padding-bottom: 100px;
    }

    .plexo-hero-split-copy {
        max-width: 700px;
    }

    .plexo-hero-split-copy h1 {
        font-size: clamp(58px, 4.6vw, 78px);
    }

    .plexo-hero-split-copy p {
        max-width: 690px;
        font-size: 27px;
    }

    .plexo-hero-info-bar {
        width: min(830px, calc(100% - 380px));
        bottom: 62px;
    }
}

/* =========================================================
   HERO — DESKTOP MÉDIO
   ========================================================= */

@media (max-width: 1280px) {
    .plexo-hero-split-inner {
        min-height: 530px;
        padding-top: 38px;
        padding-bottom: 88px;
    }

    .plexo-hero-split-copy {
        max-width: 620px;
    }

    .plexo-hero-split-copy h1 {
        font-size: clamp(48px, 4.4vw, 64px);
        margin-bottom: 24px;
    }

    .plexo-hero-split-copy p {
        max-width: 570px;
        font-size: 23px;
    }

    .plexo-hero-info-bar {
        width: min(730px, calc(100% - 280px));
        bottom: 54px;
    }
}

/* =========================================================
   HERO — NOTEBOOK / TABLET HORIZONTAL
   ========================================================= */

@media (max-width: 1100px) {
    .plexo-hero-split-inner {
        min-height: 490px;
        padding-top: 34px;
        padding-bottom: 78px;
    }

    .plexo-hero-split-copy {
        max-width: 540px;
        transform: translateY(-2px);
    }

    .plexo-hero-split-copy h1 {
        font-size: clamp(40px, 4.8vw, 56px);
        margin-bottom: 20px;
    }

    .plexo-hero-split-copy p {
        max-width: 500px;
        font-size: 20px;
        line-height: 1.45;
    }

    .plexo-hero-info-bar {
        width: min(650px, calc(100% - 190px));
        bottom: 48px;
    }

    .plexo-hero-info-bar div {
        min-height: 58px;
        padding: 12px 15px;
    }

    .plexo-hero-info-bar strong {
        font-size: 11px;
    }

    .plexo-hero-info-bar span {
        font-size: 9px;
    }
}

/* =========================================================
   HERO — TABLET
   ========================================================= */

@media (max-width: 900px) {
    .plexo-hero-split-inner {
        min-height: 460px;
        padding-top: 30px;
        padding-bottom: 68px;
    }

    .plexo-hero-split-copy {
        max-width: 450px;
        transform: none;
    }

    .plexo-hero-split-copy h1 {
        font-size: clamp(34px, 5.2vw, 46px);
        line-height: 1.08;
        margin-bottom: 18px;
    }

    .plexo-hero-split-copy p {
        max-width: 400px;
        font-size: 17px;
        line-height: 1.45;
    }

    .plexo-hero-info-bar {
        width: min(560px, calc(100% - 120px));
        bottom: 40px;
    }

    .plexo-hero-info-bar div {
        min-height: 54px;
        padding: 10px 13px;
    }

    .plexo-hero-info-bar strong {
        font-size: 10px;
    }

    .plexo-hero-info-bar span {
        font-size: 8px;
    }
}
/* =========================================================
   HERO — MOBILE CORRIGIDO
   ========================================================= */

@media (max-width: 760px) {
    .plexo-hero-split {
        position: relative;
        overflow: hidden;
        background: #ffffff;
        border-top: 1px solid rgba(15, 23, 32, 0.08);
    }

    .plexo-hero-split::before {
        z-index: 3;
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.96) 0%,
            rgba(255, 255, 255, 0.88) 42%,
            rgba(255, 255, 255, 0.52) 70%,
            rgba(255, 255, 255, 0.08) 100%
        );
    }

    .plexo-hero-person {
        position: absolute;
        inset: 0;
        z-index: 1;
        width: 100%;
        height: 210px;
        margin-top: 0;
        overflow: hidden;
    }

    .plexo-hero-person img {
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: cover;
        object-position: 72% center;
    }

    .plexo-hero-split-inner {
        position: relative;
        z-index: 5;
        min-height: auto;
        display: block;
        padding-top: 42px;
        padding-bottom: 0;
    }

    .plexo-hero-split-copy {
        position: relative;
        z-index: 6;
        max-width: 230px;
        margin-left: 0;
        padding: 0 0 18px;
        transform: none;
    }

    .plexo-hero-split-copy h1 {
        max-width: 230px;
        margin: 0 0 18px;
        color: #3b2176;
        font-size: 28px;
        line-height: 1.05;
        letter-spacing: -0.055em;
    }

    .plexo-hero-split-copy p {
        max-width: 210px;
        margin: 0;
        color: #111827;
        font-size: 13px;
        line-height: 1.42;
        font-weight: 600;
    }

    .plexo-hero-info-bar {
        position: relative;
        z-index: 6;
        left: auto;
        bottom: auto;
        width: auto;
        grid-template-columns: 1fr;
        margin: 14px 14px 0;
        background: rgba(10, 42, 79, 0.98);
        box-shadow: none;
        transform: none;
    }

    .plexo-hero-info-bar div {
        min-height: auto;
        padding: 13px 16px;
        display: grid;
        gap: 3px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .plexo-hero-info-bar div:last-child {
        border-bottom: 0;
    }

    .plexo-hero-info-bar strong {
        font-size: 11px;
    }

    .plexo-hero-info-bar span {
        font-size: 9px;
        line-height: 1.35;
    }
}

@media (max-width: 420px) {
    .plexo-hero-person {
        height: 205px;
    }

    .plexo-hero-person img {
        object-position: 76% center;
    }

    .plexo-hero-split-copy {
        max-width: 220px;
    }

    .plexo-hero-split-copy h1 {
        max-width: 220px;
        font-size: 27px;
    }

    .plexo-hero-split-copy p {
        max-width: 205px;
        font-size: 12.5px;
    }

    .plexo-hero-info-bar {
        margin-left: 14px;
        margin-right: 14px;
    }
}
/* =========================================================
   05. QUICK LINKS
   ========================================================= */

.home-quick-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 18px;
}

.home-quick-links a {
    position: relative;
    display: grid;
    gap: 6px;
    padding: 22px 24px;
    background: var(--plexo-white);
    border: 1px solid var(--plexo-border);
    border-top: 4px solid var(--plexo-orange);
    box-shadow: 0 10px 30px rgba(15, 23, 32, 0.05);
    text-decoration: none;
    transition: 0.25s ease;
}

.home-quick-links a::after {
    content: "→";
    position: absolute;
    right: 20px;
    top: 18px;
    color: var(--plexo-muted-2);
    font-weight: 900;
    transition: 0.22s ease;
}

.home-quick-links a:hover {
    transform: translateY(-4px);
    border-color: #dde3ea;
    box-shadow: 0 18px 42px rgba(15, 23, 32, 0.10);
}

.home-quick-links a:hover::after {
    color: var(--plexo-orange);
}

.home-quick-links span {
    color: var(--plexo-muted);
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-quick-links strong {
    max-width: 170px;
    color: var(--plexo-text);
    font-family: var(--font-display);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

/* =========================================================
   06. SECTION HEADS / TABS / SEARCH
   ========================================================= */

.home-products-section {
    padding: 54px 0;
    background: #f7fafc;
}

.home-products-section:not(.catalog-section) {
    background: #f9fbfd;
}

.section-line-head {
    display: grid;
    gap: 18px;
    align-items: center;
    margin-bottom: 30px;
}

.section-tabs,
.related-tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

.section-tabs::-webkit-scrollbar,
.related-tabs::-webkit-scrollbar,
.product-carousel::-webkit-scrollbar,
.related-carousel::-webkit-scrollbar {
    display: none;
}

.section-tabs {
    gap: 12px;
    padding-bottom: 4px;
}

.section-tabs a {
    min-height: 34px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--plexo-text);
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--plexo-border);
    border-radius: var(--radius-pill);
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.22s ease;
}

.section-tabs a:hover {
    color: var(--plexo-orange);
    border-color: rgba(255, 107, 26, 0.28);
    background: var(--plexo-white);
}

.catalog-search input {
    width: 100%;
    height: 42px;
    padding: 0 16px;
    color: var(--plexo-text);
    background: var(--plexo-white);
    border: 1px solid var(--plexo-border);
    border-radius: var(--radius-pill);
    outline: none;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
}

.catalog-search input:focus {
    border-color: rgba(255, 107, 26, 0.36);
    box-shadow: 0 0 0 4px rgba(255, 107, 26, 0.10);
}

/* =========================================================
   07. PRODUCT CARDS / CAROUSEL / CATALOG
   ========================================================= */

.product-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 72%;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 0 12px;
}

.store-book-card {
    position: relative;
    min-height: 100%;
    padding: 18px;
    scroll-snap-align: start;
    background: var(--plexo-white);
    border: 1px solid var(--plexo-border);
    box-shadow: 0 10px 30px rgba(15, 23, 32, 0.06);
    transition: 0.25s ease;
}

.store-book-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--plexo-orange);
    opacity: 0;
    transition: 0.25s ease;
}

.store-book-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 32, 0.10);
}

.store-book-card:hover::before {
    opacity: 1;
}

.store-book-cover {
    height: 230px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbfdff;
    border: 1px solid #eef2f6;
    text-decoration: none;
}

.store-book-cover img {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
    filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.15));
}

.store-book-fallback {
    width: 145px;
    height: 205px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--plexo-green);
    font-family: var(--font-display);
    font-size: 34px;
    font-weight: 900;
}

.store-book-content {
    display: grid;
    gap: 5px;
}

.store-price {
    color: var(--plexo-orange);
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 900;
}

.store-book-content h3 {
    min-height: 38px;
    margin: 0;
    color: var(--plexo-ink);
    font-family: var(--font-display);
    font-size: 15px;
    line-height: 1.3;
}

.store-book-content p {
    margin: 0 0 10px;
    color: var(--plexo-muted);
    font-size: 12px;
    font-weight: 600;
}

.store-actions {
    display: grid;
    grid-template-columns: 1fr 36px 36px;
    align-items: center;
    gap: 8px;
}

.store-actions a,
.store-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-xs);
    transition: 0.2s ease;
}

.store-actions a {
    min-height: 34px;
    color: var(--plexo-orange);
    background: var(--plexo-white);
    border: 1px solid var(--plexo-orange);
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.store-actions a:hover {
    background: var(--plexo-orange);
    color: #fff;
}

.store-actions button {
    width: 36px;
    height: 34px;
    color: var(--plexo-text);
    background: var(--plexo-white);
    border: 1px solid var(--plexo-border);
    cursor: pointer;
}

.favorite-form,
.read-later-form {
    margin: 0;
}

.store-actions a.store-icon-button {
    width: 36px;
    min-height: 34px;
    color: var(--plexo-text);
    background: var(--plexo-white);
    border: 1px solid var(--plexo-border);
}

.store-icon-button.is-active {
    color: var(--plexo-orange);
    border-color: var(--plexo-orange);
}

.store-icon-button.is-active svg {
    fill: currentColor;
}

.store-actions button:hover,
.store-actions a.store-icon-button:hover {
    color: var(--plexo-orange);
    border-color: var(--plexo-orange);
}

.store-save-button {
    color: #fff;
    background: var(--plexo-orange);
    border-color: var(--plexo-orange);
}

.store-actions button:last-child:hover {
    background: var(--plexo-orange-dark);
    border-color: var(--plexo-orange-dark);
}

.catalog-section {
    padding-top: 56px;
    background: #f8fafc;
}

.catalog-section .section-kicker {
    color: var(--plexo-orange);
}

.catalog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.carousel-bar {
    width: min(260px, 70%);
    height: 6px;
    margin: 24px auto 0;
    overflow: hidden;
    background: #e8eef4;
    border-radius: var(--radius-pill);
}

.carousel-bar span {
    display: block;
    width: 32%;
    height: 100%;
    background: var(--plexo-orange);
    border-radius: var(--radius-pill);
}

/* =========================================================
   08. WIDE CTA / PROMO BANNERS
   ========================================================= */

.home-wide-banner {
    padding-top: 20px;
    padding-bottom: 56px;
}

.wide-cta-card {
    position: relative;
    min-height: 260px;
    padding: 38px;
    padding-left: clamp(260px, 25vw, 360px);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    background: var(--bg) center/cover;
    background-color: var(--plexo-green);
    box-shadow: 0 20px 60px rgba(15, 23, 32, 0.12);
    transition: 0.25s ease;
}

.wide-cta-card::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    pointer-events: none;
}

.wide-cta-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(45, 27, 82, 0.05) 0%,
        rgba(45, 27, 82, 0.38) 24%,
        rgba(45, 27, 82, 0.08) 48%,
        rgba(45, 27, 82, 0.00) 100%
    );
    pointer-events: none;
}

.wide-cta-card:hover,
.image-promo-card:hover {
    transform: translateY(-4px);
}

.wide-cta-card:hover {
    box-shadow: 0 28px 80px rgba(15, 23, 32, 0.18);
}

.wide-cta-card div,
.wide-cta-card strong {
    position: relative;
    z-index: 2;
}

.wide-cta-card span {
    display: inline-block;
    margin-bottom: 12px;
    color: #fff;
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wide-cta-card h2 {
    max-width: 640px;
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: clamp(28px, 3vw, 46px);
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.wide-cta-card p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
}

.wide-cta-card strong {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--plexo-orange);
    background: #fff;
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 900;
}

.promo-two-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 28px;
    padding-bottom: 42px;
}

.image-promo-card,
.image-promo-card-dark {
    position: relative;
    min-height: 250px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    background: var(--bg) center/cover;
    background-color: var(--plexo-green);
    box-shadow: 0 18px 40px rgba(15, 23, 32, 0.10);
    transition: 0.25s ease;
}

.image-promo-card:hover {
    box-shadow: 0 22px 48px rgba(15, 23, 32, 0.14);
}

.image-promo-card span {
    position: absolute;
    top: 22px;
    left: 24px;
    color: var(--plexo-orange-soft);
    font-size: 34px;
    font-weight: 300;
}

.image-promo-card h2 {
    max-width: 460px;
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: 25px;
    line-height: 1.12;
}

.image-promo-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 600;
    opacity: 0.94;
}

/* Ajuste para telas médias */
@media (max-width: 1100px) {
    .wide-cta-card {
        padding-left: clamp(220px, 24vw, 300px);
    }

    .wide-cta-card h2 {
        font-size: clamp(26px, 3vw, 38px);
    }
}

/* Mobile: texto volta ao normal para não apertar */
@media (max-width: 760px) {
    .home-wide-banner {
        padding-bottom: 42px;
    }

    .wide-cta-card {
        min-height: 280px;
        padding: 30px 24px;
        align-items: flex-start;
        justify-content: flex-end;
        flex-direction: column;
        background-position: center;
    }

    .wide-cta-card::before {
        inset: 12px;
    }

    .wide-cta-card::after {
        background: linear-gradient(
            180deg,
            rgba(45, 27, 82, 0.10) 0%,
            rgba(45, 27, 82, 0.34) 42%,
            rgba(45, 27, 82, 0.78) 100%
        );
    }

    .wide-cta-card strong {
        width: fit-content;
    }
}
/* =========================================================
   08.1 PREMIUM SERVICE GRID
   ========================================================= */

.service-premium-section {
    padding-top: 58px;
    padding-bottom: 72px;
}

.service-premium-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.service-premium-head span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--plexo-green);
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.service-premium-head span::before {
    content: "";
    width: 22px;
    height: 2px;
    background: var(--plexo-green);
    border-radius: var(--radius-pill);
}

.service-premium-head h2 {
    max-width: 700px;
    margin: 0 0 10px;
    color: var(--plexo-ink);
    font-family: var(--font-display);
    font-size: clamp(32px, 3.5vw, 52px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.055em;
}

.service-premium-head p {
    max-width: 560px;
    margin: 0;
    color: var(--plexo-muted);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 700;
}

.promo-two-grid.service-premium-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    padding: 0;
}

.service-premium-card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 32, 0.08);
    box-shadow: 0 18px 48px rgba(15, 23, 32, 0.06);
    overflow: hidden;
    transition: 0.25s ease;
}

.service-premium-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 64px rgba(15, 23, 32, 0.12);
}

.service-premium-image {
    position: relative;
    display: block;
    height: 230px;
    overflow: hidden;
    background: var(--plexo-green);
    text-decoration: none;
}

.service-premium-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(15, 23, 32, 0.02) 0%,
        rgba(15, 23, 32, 0.18) 52%,
        rgba(15, 23, 32, 0.62) 100%
    );
    pointer-events: none;
}

.service-premium-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.45s ease;
}

.service-premium-card:hover .service-premium-image img {
    transform: scale(1.06);
}

.service-premium-image span {
    position: absolute;
    right: 18px;
    bottom: 16px;
    z-index: 2;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--plexo-orange);
    background: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(15, 23, 32, 0.18);
    transition: 0.22s ease;
}

.service-premium-card:hover .service-premium-image span {
    color: #ffffff;
    background: var(--plexo-orange);
    transform: translateX(3px);
}

.service-premium-content {
    padding: 22px 22px 24px;
}

.service-premium-content h2 {
    margin: 0 0 10px;
    color: var(--plexo-ink);
    font-family: var(--font-display);
    font-size: 21px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.035em;
}

.service-premium-content h2 a {
    color: inherit;
    text-decoration: none;
}

.service-premium-content h2 a:hover {
    color: var(--plexo-orange);
}

.service-premium-content p {
    margin: 0;
    color: var(--plexo-muted);
    font-size: 14px;
    line-height: 1.62;
    font-weight: 650;
}

/* Remove visual antigo dos stats */
.plexo-stats {
    display: none;
}

/* Tablet */
@media (max-width: 1100px) {
    .service-premium-section {
        padding-top: 48px;
        padding-bottom: 60px;
    }

    .promo-two-grid.service-premium-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-premium-image {
        height: 240px;
    }
}

/* Mobile */
@media (max-width: 760px) {
    .service-premium-section {
        padding-top: 38px;
        padding-bottom: 48px;
    }

    .service-premium-head {
        margin-bottom: 28px;
    }

    .service-premium-head h2 {
        font-size: 32px;
    }

    .service-premium-head p {
        font-size: 14px;
    }

    .promo-two-grid.service-premium-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-premium-image {
        height: 230px;
    }

    .service-premium-content {
        padding: 20px;
    }

    .service-premium-content h2 {
        font-size: 20px;
    }

    .service-premium-content p {
        font-size: 13px;
    }
}
/* =========================================================
   09. WRITERS
   ========================================================= */

.home-writers-section {
    padding: 62px 0;
    background: #ffffff;
    border-top: 1px solid rgba(18, 55, 42, 0.08);
    border-bottom: 1px solid rgba(18, 55, 42, 0.08);
    box-shadow: 0 0 0 100vmax #ffffff;
    clip-path: inset(0 -100vmax);
}

.home-writers-section .section-kicker {
    color: var(--plexo-green);
}

.home-writers-section .section-block-head {
    margin-bottom: 34px;
}

.writers-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.writer-card-featured {
    position: relative;
    padding-top: 74px;
}

.writer-card {
    position: relative;
    min-height: 100%;
    text-align: center;
}

.writer-card-body {
    min-height: 100%;
    padding: 84px 22px 24px;
    background: #421c43;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(15, 23, 32, 0.08);
    transition: 0.25s ease;
}

.writer-card:hover .writer-card-body {
    transform: translateY(-4px);
    box-shadow: 0 20px 42px rgba(15, 23, 32, 0.12);
}

.writer-avatar {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    width: 132px;
    height: 132px;
    display: grid;
    place-items: center;
    overflow: hidden;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #d9d3c4;
    border: 5px solid #ffffff;
    box-shadow: 0 14px 30px rgba(15, 23, 32, 0.14);
    text-decoration: none;
}

.writer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.writer-avatar span {
    color: #fff;
    background: var(--plexo-green);
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    font-family: var(--font-display);
    font-size: 42px;
    font-weight: 800;
}

.writer-card h3 {
    margin: 0;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.writer-divider {
    display: block;
    width: 52px;
    height: 2px;
    margin: 12px auto 14px;
    background: rgba(255, 255, 255, 0.72);
    border-radius: var(--radius-pill);
}

.writer-card p {
    min-height: 44px;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
}

.writer-profile-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    color: #17384a;
    background: rgba(255, 255, 255, 0.96);
    border-radius: var(--radius-pill);
    text-decoration: none;
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 800;
    transition: 0.2s ease;
}

.writer-profile-link:hover {
    color: #fff;
    background: var(--plexo-orange);
}

@media (max-width: 1100px) {
    .writers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .home-writers-section {
        padding: 44px 0;
        background: #ffffff;
        box-shadow: 0 0 0 100vmax #ffffff;
    }

    .writers-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .writer-card-featured {
        padding-top: 66px;
    }

    .writer-card-body {
        padding: 78px 20px 22px;
    }

    .writer-avatar {
        width: 120px;
        height: 120px;
    }

    .writer-avatar span {
        font-size: 38px;
    }

    .writer-card h3 {
        font-size: 18px;
    }
}

/* =========================================================
   10. READING PICK
   ========================================================= */

.reading-pick-section {
    padding: 34px 0 64px;
    background: #fbfcfe;
}

.reading-pick-card {
    display: grid;
    grid-template-columns: 320px 1fr;
    align-items: center;
    gap: 44px;
    padding: 42px;
    background: var(--plexo-white);
    border: 1px solid var(--plexo-border);
    border-left: 6px solid var(--plexo-orange);
    box-shadow: 0 18px 50px rgba(15, 23, 32, 0.08);
}

.reading-pick-cover {
    min-height: 340px;
    display: grid;
    place-items: center;
    background: #fbfdff;
    border: 1px solid #edf2f6;
}

.reading-pick-cover img {
    max-width: 82%;
    max-height: 310px;
    object-fit: contain;
    filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.18));
}

.reading-pick-content h2 {
    max-width: 660px;
    margin: 0 0 14px;
    color: var(--plexo-text);
    font-family: var(--font-display);
    font-size: clamp(28px, 3vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.reading-pick-content p {
    max-width: 620px;
    margin: 0 0 16px;
    color: var(--plexo-muted);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
}

.reading-pick-content strong {
    color: var(--plexo-text);
}

.outline-link {
    min-height: 42px;
    margin-top: 10px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    color: var(--plexo-orange);
    border: 1px solid var(--plexo-orange);
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: 0.2s ease;
}

.outline-link:hover {
    background: var(--plexo-orange);
    color: #fff;
}
/* =========================================================
   11. BLOG / QUOTE — LARANJA PLEXO
   ========================================================= */

.home-editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
    gap: 28px;
    padding: 34px 0 64px;
    background: #f5f7fa;
}

.blog-home-card,
.quote-week-card {
    background: #ffffff;
    border: 1px solid var(--plexo-border);
    box-shadow: 0 12px 36px rgba(15, 23, 32, 0.06);
}

.blog-home-card {
    padding: 30px;
    border-top: 4px solid var(--plexo-orange);
}

/* Kicker do blog e frase */
.blog-home-card .section-kicker,
.quote-week-card .section-kicker {
    color: var(--plexo-orange);
}

.blog-home-card .section-kicker::before,
.quote-week-card .section-kicker::before {
    background: var(--plexo-orange);
}

.blog-home-card .section-block-head h2 {
    color: var(--plexo-ink);
}

.blog-home-card .section-block-head a {
    color: var(--plexo-orange);
}

.blog-home-card .section-block-head a:hover {
    color: var(--plexo-orange-dark);
}

.blog-mini-list {
    display: grid;
    gap: 18px;
}

.blog-mini-card {
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: center;
    gap: 20px;
    padding: 18px;
    background: #f8fafc;
    border: 1px solid #edf2f6;
    transition: 0.22s ease;
}

.blog-mini-card:hover {
    background: #ffffff;
    border-color: rgba(255, 107, 26, 0.18);
    box-shadow: 0 14px 34px rgba(15, 23, 32, 0.06);
    transform: translateY(-2px);
}

.blog-mini-image {
    min-height: 120px;
    display: grid;
    place-items: center;
    overflow: hidden;
    color:#fff;
    background: #45486f;
    border: 1px solid rgba(255, 107, 26, 0.14);
    font-weight: 900;
    text-decoration: none;
}

.blog-mini-image img {
    width: 100%;
    height: 100%;
    min-height: 120px;
    object-fit: cover;
}

.blog-mini-card h3 {
    margin: 0 0 10px;
    color: var(--plexo-ink);
    font-family: var(--font-display);
    font-size: 18px;
    line-height: 1.3;
}

.blog-mini-card h3 a {
    color: inherit;
    text-decoration: none;
}

.blog-mini-card h3 a:hover {
    color: var(--plexo-orange);
}

.blog-mini-card p {
    margin: 0 0 12px;
    color: var(--plexo-muted);
    font-size: 13px;
    line-height: 1.6;
    font-weight: 600;
}

.blog-mini-card div > a {
    color: var(--plexo-orange-dark);
    text-decoration: none;
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 900;
}

.blog-mini-card div > a:hover {
    color: var(--plexo-orange);
}

/* Frase da semana */
.quote-week-card {
    position: relative;
    min-height: 100%;
    padding: 34px;
    overflow: hidden;
    color: var(--plexo-text);
    background: #ffffff;
    border: 1px solid var(--plexo-border);
    border-top: 4px solid var(--plexo-orange);
}

.quote-week-card::before {
    content: "“";
    position: absolute;
    right: 26px;
    top: 18px;
    color: rgba(255, 107, 26, 0.10);
    font-size: 120px;
    line-height: 1;
    font-weight: 900;
}

.quote-week-card blockquote,
.quote-week-card p {
    position: relative;
    z-index: 2;
}

.quote-week-card blockquote {
    margin: 22px 0;
    color: var(--plexo-ink);
    font-family: var(--font-display);
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.quote-week-card p {
    margin: 0;
    color: var(--plexo-muted);
    font-size: 14px;
    font-weight: 700;
}
/* =========================================================
   12. STATS
   ========================================================= */

.plexo-stats {
    padding: 54px 0 80px;
    background: #eef3f0;
    box-shadow: 0 0 0 100vmax #eef3f0;
    clip-path: inset(0 -100vmax);
}

.plexo-stats .section-kicker {
    color: var(--plexo-green);
}

.plexo-stats .section-block-head {
    margin-bottom: 30px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
}

.stats-grid div {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 26px 20px;
    background: var(--plexo-white);
    border: 1px solid var(--plexo-border);
    border-top: 4px solid var(--plexo-green);
    box-shadow: 0 12px 32px rgba(15, 23, 32, 0.05);
}

.stats-grid strong {
    color: var(--plexo-ink);
    font-family: var(--font-display);
    font-size: 42px;
    line-height: 1;
}

.stats-grid span {
    color: var(--plexo-text);
    font-size: 14px;
    font-weight: 700;
}

/* =========================================================
   13. RELATED / NOVIDADES
   ========================================================= */

.home-related-section {
    position: relative;
    padding: 54px 0 58px;
    overflow: hidden;
    isolation: isolate;
    color: #ffffff;
    background: #2d1b52;
}

.home-related-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: rgba(8, 13, 20, 0.58);
    pointer-events: none;
}

.home-related-section::after {
    display: none;
}

.related-head,
.related-carousel-wrap {
    position: relative;
    z-index: 2;
}

.related-head {
    margin-bottom: 30px;
    text-align: center;
}

.related-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--plexo-orange-soft);
    letter-spacing: 0.18em;
}

.related-kicker::before,
.related-kicker::after {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: var(--radius-pill);
    background: var(--plexo-orange);
}

.related-head h2 {
    margin: 0;
    color: #ffffff;
    font-family: var(--font-ui);
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.related-tabs {
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.related-tabs a {
    min-height: 32px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: var(--radius-pill);
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: 0.2s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.related-tabs a:hover,
.related-tabs a.active {
    color: var(--plexo-green);
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

/* Wrapper do carrossel */
.related-carousel-wrap {
    width: 100%;
    overflow: hidden;
}

/* Carrossel corrigido para desktop e mobile */
.related-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 138px;
    justify-content: flex-start;
    gap: 26px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-top: 4px;
    padding-bottom: 8px;
    padding-left: max(70px, calc((100vw - 1180px) / 2 + 70px));
    padding-right: max(70px, calc((100vw - 1180px) / 2 + 70px));
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.related-carousel::-webkit-scrollbar {
    display: none;
}

.related-book-card {
    min-width: 0;
    scroll-snap-align: start;
    color: #fff;
    text-align: center;
}

.related-book-cover {
    display: block;
    width: 100%;
    height: 198px;
    margin-bottom: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.30);
    text-decoration: none;
    transition: 0.22s ease;
}

.related-book-cover:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.36);
}

.related-book-cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.related-book-fallback {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--plexo-green);
    font-family: var(--font-display);
    font-size: 34px;
    font-weight: 900;
}

.related-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin-bottom: 7px;
    color: var(--plexo-orange-soft);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1px;
}

.related-book-card h3,
.related-book-card p {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
}

.related-book-card h3 {
    min-height: 30px;
    margin-top: 0;
    margin-bottom: 4px;
    color: #ffffff;
    font-family: var(--font-ui);
    font-size: 10px;
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.related-book-card h3 a {
    color: inherit;
    text-decoration: none;
}

.related-book-card h3 a:hover {
    color: var(--plexo-orange-soft);
    text-decoration: none;
}

.related-book-card p {
    margin-top: 0;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 10px;
    line-height: 1.25;
    font-weight: 700;
}

.related-book-card small {
    display: block;
    color: rgba(255, 255, 255, 0.62);
    font-family: var(--font-ui);
    font-size: 9px;
    font-weight: 800;
}

.related-arrow {
    position: absolute;
    top: 94px;
    z-index: 5;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: var(--radius-pill);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: 0.22s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.related-arrow:hover {
    color: var(--plexo-green);
    background: #ffffff;
    border-color: #ffffff;
}

.related-arrow-left {
    left: max(22px, calc((100vw - 1180px) / 2));
}

.related-arrow-right {
    right: max(22px, calc((100vw - 1180px) / 2));
}

.home-related-section .carousel-bar {
    display: none;
}
/* =========================================================
   14. RESPONSIVE — TABLET / DESKTOP
   ========================================================= */

@media (min-width: 700px) {
    .product-carousel {
        grid-auto-columns: 240px;
    }

    .promo-two-grid {
        grid-template-columns: 1fr 1fr;
    }

    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-line-head {
        grid-template-columns: auto 1fr;
    }

    .catalog-section .section-line-head {
        grid-template-columns: auto 1fr 240px;
    }
}

@media (min-width: 1024px) {
    .product-carousel {
        grid-auto-flow: initial;
        grid-template-columns: repeat(4, 1fr);
        overflow: visible;
    }

    .catalog-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 26px;
    }

    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .stats-grid strong {
        font-size: 54px;
    }
}

@media (max-width: 1100px) {
    .home-quick-links,
    .writers-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reading-pick-card {
        grid-template-columns: 260px 1fr;
    }

    .home-editorial-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   15. RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 900px) {
    .related-carousel {
        justify-content: flex-start;
        grid-auto-columns: 132px;
        gap: 22px;
        padding-left: 54px;
        padding-right: 54px;
    }

    .related-book-cover {
        height: 188px;
    }

    .related-arrow {
        top: 98px;
    }

    .related-arrow-left {
        left: 14px;
    }

    .related-arrow-right {
        right: 14px;
    }
}

@media (max-width: 760px) {
    .home-quick-links,
    .writers-grid,
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .home-quick-links {
        padding-top: 22px;
    }

    .home-products-section {
        padding: 42px 0;
    }

    .section-line-head h2,
    .section-block-head h2,
    .plexo-stats h2 {
        font-size: 30px;
    }

    .section-block-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .product-carousel {
        grid-auto-columns: 76%;
    }

    .store-book-card {
        padding: 16px;
    }

    .store-book-cover {
        height: 220px;
    }

    .store-book-cover img {
        max-height: 210px;
    }

    .home-wide-banner {
        padding-bottom: 42px;
    }

    .wide-cta-card {
        min-height: 280px;
        align-items: flex-start;
        justify-content: flex-end;
        flex-direction: column;
        padding: 30px 24px;
    }

    .wide-cta-card::before {
        inset: 12px;
    }

    .wide-cta-card strong {
        width: fit-content;
    }

    .home-writers-section {
        padding: 42px 0;
    }

    .writer-card {
        grid-template-columns: 70px 1fr;
        align-items: center;
    }

    .writer-card p {
        min-height: auto;
    }

    .reading-pick-section {
        padding: 24px 0 46px;
    }

    .reading-pick-card {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 26px;
    }

    .reading-pick-cover {
        min-height: 300px;
    }

    .home-editorial-grid {
        padding: 24px 0 46px;
    }

    .blog-home-card {
        padding: 22px;
    }

    .blog-mini-card {
        grid-template-columns: 1fr;
    }

    .blog-mini-image {
        min-height: 160px;
    }

    .quote-week-card {
        padding: 28px;
    }

    .quote-week-card blockquote {
        font-size: 22px;
    }

    .promo-two-grid {
        padding-top: 20px;
        padding-bottom: 34px;
    }

    .image-promo-card {
        min-height: 230px;
        padding: 24px;
    }

    .image-promo-card h2 {
        font-size: 22px;
    }

    .stats-grid div {
        justify-content: space-between;
        padding-bottom: 14px;
        border-bottom: 1px solid var(--plexo-border);
    }
}

@media (max-width: 560px) {
    .home-related-section {
        padding: 42px 0 48px;
    }

    .related-head {
        margin-bottom: 24px;
    }

    .related-head h2 {
        font-size: 20px;
        letter-spacing: 0.13em;
    }

    .related-kicker::before,
    .related-kicker::after {
        width: 18px;
    }

    .related-tabs {
        justify-content: flex-start;
        padding: 0 14px 4px;
    }

    .related-carousel {
        grid-auto-columns: 118px;
        gap: 18px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .related-book-cover {
        height: 170px;
        margin-bottom: 10px;
    }

    .related-book-card h3,
    .related-book-card p {
        max-width: 116px;
    }

    .related-arrow {
        display: none;
    }
}

@media (max-width: 520px) {
    .product-carousel {
        grid-auto-columns: 84%;
    }

    .store-actions {
        grid-template-columns: 1fr 34px 34px;
    }

    .store-actions button {
        width: 34px;
    }

    .home-quick-links a {
        padding: 20px;
    }

    .writer-card {
        grid-template-columns: 1fr;
    }

    .writer-avatar {
        width: 64px;
        height: 64px;
    }

    .reading-pick-card,
    .blog-home-card,
    .quote-week-card {
        padding: 22px;
    }

    .reading-pick-content h2 {
        font-size: 28px;
    }

    .wide-cta-card h2 {
        font-size: 26px;
    }
}

.store-icon-button svg {
    width: 15px;
    height: 15px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.store-save-button svg {
    fill: none;
    stroke: currentColor;
}

.store-save-button.is-active svg {
    fill: currentColor;
}

/* =========================================================
   WRITERS MOBILE — CARD VERTICAL AINDA MAIOR
   ========================================================= */
@media (max-width: 760px) {
    .writers-grid {
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        gap: 64px !important;
    }

    .writer-card,
    .writer-card-featured {
        width: 100% !important;
        max-width: 220px !important;
        padding-top: 72px !important;
        display: block !important;
        text-align: center !important;
    }

    .writer-avatar {
        top: 0 !important;
        left: 50% !important;
        width: 128px !important;
        height: 128px !important;
        transform: translateX(-50%) !important;
        border: 4px solid #ffffff !important;
        box-shadow: 0 14px 32px rgba(15, 23, 32, 0.14) !important;
    }

    .writer-avatar span {
        font-size: 44px !important;
    }

    .writer-card-body {
        width: 100% !important;
        min-height: 330px !important;
        padding: 104px 22px 32px !important;
        border-radius: 18px !important;
        background: #421c43 !important;
        box-shadow: 0 20px 44px rgba(15, 23, 32, 0.12) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .writer-card h3 {
        font-size: 20px !important;
        line-height: 1.22 !important;
        margin: 0 !important;
    }

    .writer-divider {
        width: 62px !important;
        height: 2px !important;
        margin: 17px auto 19px !important;
    }

    .writer-card p {
        max-width: 166px !important;
        margin: 0 0 28px !important;
        font-size: 13.8px !important;
        line-height: 1.55 !important;
    }

    .writer-profile-link {
        min-height: 44px !important;
        padding: 0 24px !important;
        margin-top: auto !important;
        border-radius: 999px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 420px) {
    .writer-card,
    .writer-card-featured {
        max-width: 216px !important;
        padding-top: 70px !important;
    }

    .writer-avatar {
        width: 124px !important;
        height: 124px !important;
    }

    .writer-card-body {
        min-height: 320px !important;
        padding-top: 100px !important;
    }
}/* =========================================================
   MOBILE MENU — SUBIR CONTEÚDO DO MENU LATERAL
   ========================================================= */
@media (max-width: 767px) {
    .mobile-side-menu {
        padding-top: 16px !important;
    }

    .mobile-menu-top {
        min-height: 72px !important;
        align-items: center !important;
        margin-bottom: 20px !important;
        padding-bottom: 22px !important;
    }
}
