/*
 * Agroland Landing Pages — stylesheet izolat sub .agro-lp
 * Toate selectoarele sunt prefixate cu .agro-lp ca sa nu afecteze restul site-ului.
 * Culori: rosu primar (#e30613), galben DOAR pentru badge-uri de atentie (#f6b400).
 */

.agro-lp {
    --agro-red: #e30613;
    --agro-red-dark: #b9000b;
    --agro-yellow: #f6b400;
    --agro-black: #111111;
    --agro-gray: #6b7280;
    --agro-border: #eeeeee;
    --agro-radius: 24px;
    --agro-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);

    font-family: Arial, Helvetica, sans-serif;
    color: var(--agro-black);
}

.agro-lp *,
.agro-lp *::before,
.agro-lp *::after {
    box-sizing: border-box;
}

.agro-lp__page {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px 28px 40px;
    scroll-behavior: smooth;
}

.agro-lp__empty {
    padding: 60px 20px;
    text-align: center;
    color: var(--agro-gray);
}

/* ── Section title ─────────────────────────────────────────────────────────── */
.agro-lp__section-title {
    text-align: center;
    margin-bottom: 20px;
}

.agro-lp__section-title--left {
    text-align: left;
}

.agro-lp__section-title span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--agro-red);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.agro-lp__section-title h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 58px);
    line-height: 1.05;
    font-weight: 900;
}

/* Variante dimensiune titlu (configurabile per sectiune Categorii rapide etc.) */
.agro-lp__section-title h2.agro-lp__section-title-h2--mic         { font-size: clamp(20px, 2vw, 28px); }
.agro-lp__section-title h2.agro-lp__section-title-h2--normal      { font-size: clamp(30px, 4vw, 58px); }
.agro-lp__section-title h2.agro-lp__section-title-h2--mare        { font-size: clamp(40px, 5vw, 72px); }
.agro-lp__section-title h2.agro-lp__section-title-h2--foarte-mare { font-size: clamp(48px, 6vw, 88px); }

.agro-lp__section-title h2.agro-lp__section-title-h2--regular { font-weight: 400; }
.agro-lp__section-title h2.agro-lp__section-title-h2--bold    { font-weight: 900; }

/* ── Quick categories ─────────────────────────────────────────────────────── */
.agro-lp__quick-categories-wrap {
    max-width: 1320px;
    margin: 0 auto 26px;
}

.agro-lp__quick-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.agro-lp__quick-category {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 0 1 calc(25% - 15px);
    max-width: calc(25% - 15px);
    box-sizing: border-box;
    min-height: 145px;
    padding: 24px;
    border-radius: 28px;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
    transition: transform 0.25s ease;
}

.agro-lp__quick-category:hover {
    transform: translateY(-4px);
    color: #ffffff;
}

.agro-lp__quick-category::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
}

.agro-lp__quick-category-icon {
    position: relative;
    z-index: 2;
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    flex-shrink: 0;
}

.agro-lp__quick-category-content {
    position: relative;
    z-index: 2;
}

.agro-lp__quick-category-content h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 900;
    color: #ffffff;
}

.agro-lp__quick-category-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    color: #ffffff;
    opacity: 0.92;
}

.agro-lp__quick-category--petshop { background: linear-gradient(135deg, #92278f 0%, #e30613 100%); }
.agro-lp__quick-category--gazon   { background: linear-gradient(135deg, #1c6b30 0%, #4fa84d 100%); }
.agro-lp__quick-category--toys    { background: linear-gradient(135deg, #ff7a18 0%, #ff2d12 100%); }
.agro-lp__quick-category--aditivi { background: linear-gradient(135deg, #15557b 0%, #2b90b0 100%); }
.agro-lp__quick-category--furaje  { background: linear-gradient(135deg, #79552c 0%, #1d8b4f 100%); }
.agro-lp__quick-category--rosu    { background: linear-gradient(135deg, #e30613 0%, #b9000b 100%); }

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.agro-lp__hero-wrap {
    max-width: 1240px;
    margin: 0 auto 38px;
}

.agro-lp__hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.2fr 0.7fr;
    align-items: center;
    gap: 30px;
    min-height: 320px;
    padding: 38px 48px;
    border-radius: 38px;
    background:
        radial-gradient(circle at 78% 50%, rgba(227, 6, 19, 0.08), transparent 28%),
        linear-gradient(135deg, #fbf6f2 0%, #ffffff 55%, #f7efef 100%);
    box-shadow: var(--agro-shadow);
}

.agro-lp__eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(227, 6, 19, 0.08);
    color: var(--agro-red);
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.agro-lp__hero-title {
    margin: 0;
    font-size: clamp(40px, 5vw, 72px);
    line-height: 0.95;
    letter-spacing: -0.04em;
    font-weight: 900;
}

.agro-lp__hero-subtitle {
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 1.5;
    color: var(--agro-gray);
}

.agro-lp__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.agro-lp__hero-note {
    margin-top: 16px;
    font-size: 14px;
    color: #7b8794;
}

.agro-lp__hero-badge-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.agro-lp__hero-badge {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: #f40012;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 24px 48px rgba(244, 0, 18, 0.22);
    text-align: center;
    padding: 18px;
    transform: rotate(-4deg);
}

.agro-lp__hero-badge-top {
    font-size: var(--agro-badge-size-sus, 18px);
    font-weight: 900;
    text-transform: uppercase;
}

.agro-lp__hero-badge-bottom {
    font-size: var(--agro-badge-size-jos, 18px);
    font-weight: 900;
    text-transform: uppercase;
}

.agro-lp__hero-badge-mid {
    font-size: var(--agro-badge-size-mare, 72px);
    line-height: 0.9;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}

/* ── Buttons ──────────────────────────────────────────────────────────────── */
.agro-lp__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 0;
    cursor: pointer;
    font-family: inherit;
}

.agro-lp__btn--primary {
    background: var(--agro-red);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(227, 6, 19, 0.2);
}

.agro-lp__btn--primary:hover {
    background: var(--agro-red-dark);
    color: #ffffff;
}

.agro-lp__btn--secondary {
    background: #ffffff;
    color: var(--agro-red);
    border: 1px solid rgba(227, 6, 19, 0.25);
}

.agro-lp__btn--secondary:hover {
    background: rgba(227, 6, 19, 0.05);
    color: var(--agro-red);
}

/* ── Category block ───────────────────────────────────────────────────────── */
.agro-lp__category-block {
    max-width: 1320px;
    margin: 52px auto 0;
}

.agro-lp__category-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
    padding: 28px;
    border-radius: var(--agro-radius);
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.agro-lp__category-banner span {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.9;
}

.agro-lp__category-banner h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.05;
    color: #ffffff;
}

.agro-lp__category-banner p {
    max-width: 640px;
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 1.45;
    opacity: 0.92;
}

.agro-lp__category-banner--petshop { background: linear-gradient(135deg, #872a84 0%, #e30613 100%); }
.agro-lp__category-banner--gazon   { background: linear-gradient(135deg, #195c34 0%, #4f9b45 100%); }
.agro-lp__category-banner--toys    { background: linear-gradient(135deg, #f47c20 0%, #e30613 100%); }
.agro-lp__category-banner--aditivi { background: linear-gradient(135deg, #0d4b73 0%, #2aa7b8 100%); }
.agro-lp__category-banner--furaje  { background: linear-gradient(135deg, #79552c 0%, #1d8b4f 100%); }
.agro-lp__category-banner--rosu    { background: linear-gradient(135deg, #e30613 0%, #b9000b 100%); }

/* ── Article banner ───────────────────────────────────────────────────────── */
.agro-lp__article-banner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
    padding: 30px 34px;
    min-height: 210px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.42) 44%, rgba(0, 0, 0, 0.08) 100%),
        var(--agro-lp-article-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

.agro-lp__article-banner--standalone {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
}

.agro-lp__article-banner span {
    display: inline-block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.9;
}

.agro-lp__article-banner h3 {
    margin: 0;
    max-width: 620px;
    font-size: 32px;
    line-height: 1.08;
    font-weight: 900;
    color: #ffffff;
}

.agro-lp__article-banner p {
    max-width: 620px;
    margin: 10px 0 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.45;
    opacity: 0.95;
}

.agro-lp__article-banner-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 20px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--agro-red);
    text-decoration: none;
    font-weight: 900;
    white-space: nowrap;
}

.agro-lp__article-banner-link:hover {
    background: var(--agro-yellow);
    color: var(--agro-black);
}

/* ── Products grid + card ─────────────────────────────────────────────────── */
.agro-lp__products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

/* ── Mini-CTA „Vino în magazine" (după fiecare bloc categorie) ─────────────── */
/* Toate culorile sunt setate inline din PHP — vezi templates/parts/stores-cta-mini.php */
.agro-lp__stores-cta-mini {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 28px auto 0;
    padding: 18px 26px;
    border-left: 4px solid;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    max-width: 960px;
}

.agro-lp__stores-cta-mini-text {
    flex: 1;
    min-width: 0;
}

.agro-lp__stores-cta-mini-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: -0.005em;
}

.agro-lp__stores-cta-mini-subtitle {
    font-size: 13px;
    margin-top: 4px;
    line-height: 1.3;
}

.agro-lp__stores-cta-mini-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    padding: 11px 22px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 999px;
    transition: filter 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.agro-lp__stores-cta-mini-btn:hover {
    filter: brightness(0.92);
    transform: translateY(-1px);
}

.agro-lp__product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid var(--agro-border);
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.agro-lp__product-card--linked:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.12);
}

.agro-lp__product-discount,
.agro-lp__product-badge {
    position: absolute;
    z-index: 5;
    top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 900;
    color: #ffffff;
}

.agro-lp__product-discount {
    right: 14px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--agro-red);
    font-size: 16px;
    box-shadow: 0 10px 22px rgba(227, 6, 19, 0.35);
}

.agro-lp__product-badge {
    left: 14px;
    min-width: 72px;
    height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--agro-yellow);
    color: var(--agro-black);
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 8px 18px rgba(246, 180, 0, 0.4);
}

/* Variante badge — detectate automat dupa textul scris */
.agro-lp__product-badge--nou {
    background: #111111;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}
.agro-lp__product-badge--limitat {
    background: #c40000;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(196, 0, 0, 0.4);
}
.agro-lp__product-badge--recomandat {
    background: #1c6b30;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(28, 107, 48, 0.4);
}

.agro-lp__product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    padding: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.agro-lp__product-image img {
    max-width: 100%;
    max-height: 320px;
    object-fit: contain;
}

.agro-lp__product-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px;
}

.agro-lp__product-category {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--agro-red);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.agro-lp__product-title {
    min-height: 62px;
    margin: 0 0 18px;
    font-size: 19px;
    line-height: 1.25;
    color: var(--agro-black);
}

.agro-lp__product-prices {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
    margin-bottom: 14px;
}

.agro-lp__product-old-price {
    color: #888888;
    text-decoration: line-through;
    font-size: 15px;
}

.agro-lp__product-new-price {
    color: var(--agro-red);
    font-size: 28px;
    font-weight: 900;
}

.agro-lp__product-anpc {
    display: block;
    margin: -10px 0 12px;
    font-size: 11px;
    line-height: 1.3;
    font-style: italic;
    color: #888;
}

.agro-lp__product-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    border-radius: 999px;
    background: rgba(227, 6, 19, 0.08);
    color: var(--agro-red);
    font-weight: 900;
    font-size: 14px;
}

.agro-lp__product-card--linked .agro-lp__product-cta {
    background: var(--agro-red);
    color: #ffffff;
}

/* ── Final CTA ────────────────────────────────────────────────────────────── */
.agro-lp__final-cta {
    max-width: 1320px;
    margin: 64px auto 0;
    padding: 42px;
    border-radius: 34px;
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
}

.agro-lp__final-cta--rosu    { background: linear-gradient(135deg, #e30613 0%, #b9000b 100%); }
.agro-lp__final-cta--petshop { background: linear-gradient(135deg, #872a84 0%, #e30613 100%); }
.agro-lp__final-cta--gazon   { background: linear-gradient(135deg, #195c34 0%, #4f9b45 100%); }
.agro-lp__final-cta--toys    { background: linear-gradient(135deg, #f47c20 0%, #e30613 100%); }
.agro-lp__final-cta--aditivi { background: linear-gradient(135deg, #0d4b73 0%, #2aa7b8 100%); }
.agro-lp__final-cta--furaje  { background: linear-gradient(135deg, #79552c 0%, #1d8b4f 100%); }

.agro-lp__final-cta h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1;
    font-weight: 900;
    color: #ffffff;
}

.agro-lp__final-cta p {
    margin: 12px 0 0;
    max-width: 720px;
    font-size: 18px;
    line-height: 1.45;
    opacity: 0.92;
}

.agro-lp__final-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 16px 28px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--agro-red);
    text-decoration: none;
    font-weight: 900;
    white-space: nowrap;
}

.agro-lp__final-cta-button:hover {
    background: var(--agro-yellow);
    color: var(--agro-black);
}

/* ── Countdown timer ──────────────────────────────────────────────────────── */
.agro-lp__countdown {
    max-width: 1320px;
    margin: 52px auto 0;
    padding: 40px 32px;
    border-radius: 28px;
    text-align: center;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.agro-lp__countdown-inner {
    max-width: 900px;
    margin: 0 auto;
}

.agro-lp__countdown-title {
    margin: 0 0 14px;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.1;
    font-weight: 900;
    color: inherit;
}

.agro-lp__countdown-eyebrow {
    margin: 0 0 22px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 0.85;
}

.agro-lp__countdown-grid {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.agro-lp__countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 84px;
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.16);
}

.agro-lp__countdown-number {
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
}

.agro-lp__countdown-label {
    margin-top: 6px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.85;
}

.agro-lp__countdown-separator {
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1;
    font-weight: 900;
    opacity: 0.5;
}

.agro-lp__countdown-expired {
    margin: 18px 0 0;
    font-size: 18px;
    font-weight: 700;
}

/* ── Back to top ──────────────────────────────────────────────────────────── */
.agro-lp__back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 50;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    background: var(--agro-red);
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 16px 32px rgba(227, 6, 19, 0.32);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    font-family: inherit;
}

.agro-lp__back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ── Mobile / Desktop visibility utility classes ──────────────────────────── */
@media (max-width: 768px) {
    .agro-lp .agro-lp--hide-mobile { display: none !important; }
}
@media (min-width: 769px) {
    .agro-lp .agro-lp--hide-desktop { display: none !important; }
}

/* ── Responsive: tablet ───────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .agro-lp__quick-category {
        flex: 0 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .agro-lp__hero,
    .agro-lp__final-cta,
    .agro-lp__article-banner {
        grid-template-columns: 1fr;
    }

    .agro-lp__products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ── Responsive: mobile ───────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .agro-lp__page {
        padding: 10px;
    }

    .agro-lp__section-title {
        margin-bottom: 10px;
    }

    .agro-lp__section-title span {
        font-size: 11px;
        margin-bottom: 4px;
    }

    .agro-lp__section-title h2 {
        font-size: 24px;
        line-height: 1.1;
    }

    .agro-lp__quick-categories-wrap {
        margin-bottom: 16px;
    }

    .agro-lp__quick-categories {
        gap: 6px;
    }

    .agro-lp__quick-category {
        flex: 0 1 calc(25% - 5px);
        max-width: calc(25% - 5px);
    }

    .agro-lp__quick-category {
        min-height: 74px;
        padding: 8px 6px;
        border-radius: 14px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        text-align: center;
    }

    .agro-lp__quick-category::after {
        display: none;
    }

    .agro-lp__quick-category-icon {
        width: 30px;
        height: 30px;
        border-radius: 10px;
        font-size: 17px;
    }

    .agro-lp__quick-category-content h3 {
        font-size: 11px;
        margin: 0;
        line-height: 1.1;
    }

    .agro-lp__quick-category-content p {
        display: none;
    }

    .agro-lp__hero-wrap {
        margin-bottom: 20px;
    }

    .agro-lp__hero {
        min-height: auto;
        grid-template-columns: 1fr auto;
        gap: 10px;
        padding: 16px;
        border-radius: 20px;
    }

    .agro-lp__eyebrow {
        font-size: 10px;
        padding: 6px 10px;
        margin-bottom: 8px;
    }

    .agro-lp__hero-title {
        font-size: 30px;
        line-height: 0.95;
    }

    .agro-lp__hero-subtitle,
    .agro-lp__hero-note {
        display: none;
    }

    .agro-lp__hero-actions {
        margin-top: 14px;
        gap: 8px;
    }

    .agro-lp__btn {
        min-height: 36px;
        padding: 9px 12px;
        font-size: 12px;
    }

    .agro-lp__hero-badge {
        width: 74px;
        height: 74px;
        padding: 6px;
    }

    /* Mobile: scaleaza proportional fata de marimea desktop setata de user.
       Raport natural 7/18 ≈ 0.39 pentru top/bottom, 24/72 ≈ 0.33 pentru mid.
       Daca user-ul a setat o marime custom, calc() scaleaza automat. Daca nu, fallback la default mobile. */
    .agro-lp__hero-badge-top {
        font-size: calc(var(--agro-badge-size-sus, 18px) * 0.39);
        line-height: 1;
    }
    .agro-lp__hero-badge-bottom {
        font-size: calc(var(--agro-badge-size-jos, 18px) * 0.39);
        line-height: 1;
    }

    .agro-lp__hero-badge-mid {
        font-size: calc(var(--agro-badge-size-mare, 72px) * 0.33);
        line-height: 0.9;
    }

    .agro-lp__category-block {
        margin-top: 24px;
    }

    .agro-lp__category-banner {
        padding: 14px;
        border-radius: 16px;
        margin-bottom: 10px;
    }

    .agro-lp__category-banner span {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .agro-lp__category-banner h2 {
        font-size: 22px;
    }

    .agro-lp__category-banner p {
        display: none;
    }

    .agro-lp__article-banner {
        gap: 10px;
        min-height: 130px;
        margin-bottom: 14px;
        padding: 18px;
        border-radius: 16px;
        background-image:
            linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 100%),
            var(--agro-lp-article-image);
    }

    .agro-lp__article-banner span {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .agro-lp__article-banner h3 {
        font-size: 20px;
    }

    .agro-lp__article-banner p {
        display: none;
    }

    .agro-lp__article-banner-link {
        min-height: 34px;
        padding: 9px 13px;
        font-size: 12px;
        width: fit-content;
    }

    .agro-lp__products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .agro-lp__product-card {
        border-radius: 16px;
    }

    .agro-lp__product-image {
        min-height: 160px;
        padding: 14px;
    }

    .agro-lp__product-image img {
        max-height: 150px;
    }

    .agro-lp__product-content {
        padding: 12px;
    }

    .agro-lp__product-category {
        font-size: 9px;
        margin-bottom: 4px;
    }

    .agro-lp__product-title {
        min-height: 50px;
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .agro-lp__product-old-price {
        font-size: 11px;
    }

    .agro-lp__product-new-price {
        font-size: 18px;
    }

    .agro-lp__product-cta {
        min-height: 34px;
        font-size: 11px;
    }

    .agro-lp__product-discount {
        top: 7px;
        right: 7px;
        width: 34px;
        height: 34px;
        font-size: 10px;
    }

    .agro-lp__product-badge {
        top: 7px;
        left: 7px;
        min-width: 48px;
        height: 22px;
        padding: 0 7px;
        font-size: 8px;
        letter-spacing: 0.02em;
    }

    /* Mini-CTA magazine pe mobile — column layout, mai compact */
    .agro-lp__stores-cta-mini {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
        padding: 14px 18px;
        margin-top: 20px;
    }
    .agro-lp__stores-cta-mini-title {
        font-size: 14px;
    }
    .agro-lp__stores-cta-mini-subtitle {
        font-size: 11px;
    }
    .agro-lp__stores-cta-mini-btn {
        padding: 9px 18px;
        font-size: 11px;
    }

    .agro-lp__final-cta {
        margin-top: 36px;
        padding: 24px 18px;
        border-radius: 22px;
        gap: 18px;
    }

    .agro-lp__final-cta h2 {
        font-size: 30px;
    }

    .agro-lp__final-cta p {
        font-size: 15px;
    }

    .agro-lp__final-cta-button {
        width: 100%;
        min-height: 46px;
        font-size: 14px;
    }

    .agro-lp__back-to-top {
        right: 12px;
        bottom: 12px;
        width: 44px;
        height: 44px;
        font-size: 22px;
    }
}
