/* =====================================================================
   A2 Life — public website
   ===================================================================== */

:root {
    --green-900: #052e17;
    --green-800: #08491f;
    --green-700: #0b5d30;
    --green-600: #147b3f;
    --green-500: #1c9450;
    --green-100: #e6f2ea;
    --green-50:  #f3f9f5;
    --gold-500:  #f0b41b;
    --gold-400:  #f5c63d;

    --ink:    #14251c;
    --muted:  #63776b;
    --line:   #e0eae4;
    --radius: 14px;

    --shell: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--ink);
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
a { color: var(--green-600); text-decoration: none; }

h1, h2, h3 {
    font-family: 'Playfair Display', Georgia, serif;
    line-height: 1.2;
    margin: 0 0 12px;
    color: var(--green-900);
}
h1 { font-size: clamp(30px, 5vw, 48px); }
h2 { font-size: clamp(24px, 3.4vw, 34px); }
h3 { font-size: 18px; }
p  { margin: 0 0 14px; }

.container {
    width: 100%;
    max-width: var(--shell);
    margin: 0 auto;
    padding: 0 20px;
}

.ico { width: 1em; height: 1em; display: inline-block; vertical-align: -.125em; }
svg.ico { fill: none; stroke: currentColor; }

/* ══ Buttons ═══════════════════════════════════════════════════════ */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 24px;
    border: 1.5px solid transparent;
    border-radius: 999px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: transform .12s, filter .18s, background .18s, color .18s;
}
.btn:active { transform: translateY(1px); }
.btn-sm { padding: 8px 16px; font-size: 13.5px; }

.btn-primary {
    background: linear-gradient(135deg, var(--green-700), var(--green-600));
    color: #fff;
    box-shadow: 0 6px 18px rgba(11, 93, 48, .26);
}
.btn-primary:hover { filter: brightness(1.08); }

.btn-gold { background: var(--gold-500); color: var(--green-900); }
.btn-gold:hover { filter: brightness(1.06); }

.btn-outline { border-color: var(--green-600); color: var(--green-700); background: transparent; }
.btn-outline:hover { background: var(--green-600); color: #fff; }

.btn-ghost { border-color: var(--line); color: var(--green-800); background: #fff; }
.btn-ghost:hover { border-color: var(--green-600); }
.btn-ghost.light {
    background: transparent;
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
}
.btn-ghost.light:hover { background: rgba(255, 255, 255, .12); }

/* ══ Announcement ticker ═══════════════════════════════════════════ */

.ticker-bar {
    background: var(--green-900);
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    overflow: hidden;
    padding: 7px 0;
}
.ticker-track {
    display: flex;
    width: max-content;
    animation: ticker 34s linear infinite;
}
.ticker-bar:hover .ticker-track { animation-play-state: paused; }
.ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 30px;
    white-space: nowrap;
}
.ticker-item .ico { color: var(--gold-400); }

@keyframes ticker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .ticker-track { animation: none; }
    .ticker-bar { overflow-x: auto; }
}

/* ══ Header ════════════════════════════════════════════════════════ */

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
}
.site-header .container {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 74px;
}

.brand { flex-shrink: 0; }
.brand img { width: 152px; display: block; }

.main-nav { display: flex; gap: 6px; margin-left: auto; }
.main-nav a {
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 15px;
    color: var(--ink);
}
.main-nav a:hover { background: var(--green-50); color: var(--green-700); }
.main-nav a.active { background: var(--green-100); color: var(--green-700); }

/* Only for the mobile panel; the header shows a button instead. */
.main-nav .nav-login { display: none; }

.header-actions { display: flex; align-items: center; gap: 10px; }

.nav-toggle {
    display: none;
    border: 0;
    background: none;
    font-size: 24px;
    color: var(--green-800);
    cursor: pointer;
    padding: 4px;
}

/* ══ Hero carousel ═════════════════════════════════════════════════ */

.hero-carousel {
    position: relative;
    padding: 18px 0 6px;
    background: linear-gradient(180deg, var(--green-50), #fff);
}

/*
 * Slides are stacked in one grid cell and the image is laid out at its
 * natural size (width:100%, height:auto) — no fixed aspect ratio and no
 * object-fit. That makes cropping structurally impossible, which
 * matters because the headline, logo and CTA are baked into the banner.
 *
 * An earlier version used aspect-ratio + object-fit:cover. .slides also
 * carried .container, whose 20px side padding shrank the slide box width
 * but not its height — so the box ended up narrower in ratio than the
 * image and cover quietly shaved ~3.5% off each side, clipping the
 * badges on the right. Keep the container and the slide box separate.
 *
 * Height is kept down by holding the hero inside the page container
 * rather than letting it run full-bleed: 1180 / 2.6 is about 450px on a
 * desktop instead of 640.
 */
.slides {
    position: relative;
    display: grid;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(6, 61, 30, .12);
}

.slide {
    grid-area: 1 / 1;          /* every slide occupies the same cell */
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease;
}
.slide.is-active { opacity: 1; visibility: visible; }

.slide picture { display: block; }

.slide img {
    display: block;
    width: 100%;
    height: auto;              /* natural ratio — never cropped */
}

.slide-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px; height: 40px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 16px;
    color: var(--green-800);
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 3px 12px rgba(6, 61, 30, .2);
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s, background .2s;
    z-index: 2;
}
.hero-carousel:hover .slide-nav,
.slide-nav:focus-visible { opacity: 1; }
.slide-nav:hover { background: #fff; }
.slide-nav.prev { left: 34px; transform: translateY(-50%) rotate(180deg); }
.slide-nav.next { right: 34px; }

.slide-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}
.dot {
    width: 9px; height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .65);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    cursor: pointer;
    transition: width .25s, background .25s;
}
.dot.is-active { width: 24px; background: var(--gold-500); }

/* Below 620px the mobile crop is served (1.45:1). The switch happens
   here because the wide banner's baked-in headline stops being
   readable at roughly this width. */
@media (max-width: 620px) {
    .hero-carousel { padding: 0; }
    /* Full-bleed on a phone: drop the container gutter and the card look. */
    .hero-carousel > .container { max-width: none; padding: 0; }
    .slides { border-radius: 0; box-shadow: none; }
    .slide-nav { display: none; }
    .slide-dots { bottom: 10px; }
}

/*
 * Full-bleed on large screens, where the contained hero leaves wide
 * empty gutters either side.
 *
 * The breakpoint is 1400px in CSS pixels, NOT device pixels. A 1920
 * laptop running Windows at 125% scaling reports a 1536px viewport, so
 * a `min-width: 1920px` rule would never match on it. Check with
 * `window.innerWidth` before changing this number.
 *
 * Height follows the banner's own ratio, so this is a deliberate trade:
 * about 590px on a 1536px viewport, against 453px when contained.
 */
@media (min-width: 1400px) {
    .hero-carousel { padding: 0; }
    .hero-carousel > .container { max-width: none; padding: 0; }
    .slides { border-radius: 0; box-shadow: none; }
    .slide-nav.prev { left: 24px; }
    .slide-nav.next { right: 24px; }
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--green-600);
    margin-bottom: 14px;
}
.eyebrow.light { color: var(--gold-400); }

.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 22px; }

/* ══ Sections ══════════════════════════════════════════════════════ */

.section { padding: 62px 0; }
.section-alt { background: var(--green-50); }

.section-head { text-align: center; max-width: 640px; margin: 0 auto 38px; }
.section-head p { color: var(--muted); margin: 0; }
.section-foot { text-align: center; margin-top: 38px; }

/* ══ Promise strip ═════════════════════════════════════════════════ */

.strip { background: var(--green-800); color: #fff; padding: 26px 0; }
.strip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 22px;
}
.strip-item { display: flex; align-items: center; gap: 14px; }
.strip-icon {
    width: 44px; height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 19px;
    background: rgba(255, 255, 255, .12);
    color: var(--gold-400);
    flex-shrink: 0;
}
.strip-item strong { display: block; font-size: 15px; }
.strip-item span { font-size: 13px; color: rgba(255, 255, 255, .75); }

/* ══ Product grid ══════════════════════════════════════════════════ */

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 22px;
}

.product-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    color: inherit;
    transition: transform .18s, box-shadow .18s, border-color .18s;
}
.product-card:hover {
    transform: translateY(-4px);
    border-color: var(--green-600);
    box-shadow: 0 16px 34px rgba(6, 61, 30, .14);
}

.product-art {
    position: relative;
    display: grid;
    place-items: center;
    padding: 22px 10px 12px;
    background: var(--green-50);
}
.product-art .pack { width: 132px; height: 176px; }

.product-size {
    position: absolute;
    top: 12px; right: 12px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    background: #fff;
    color: var(--muted);
    border: 1px solid var(--line);
}

.product-body { padding: 16px 18px 18px; flex: 1; display: flex; flex-direction: column; }

.product-cat {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--green-600);
}
.product-body h3 { margin: 6px 0 6px; font-size: 17px; }
.product-body p { font-size: 13.5px; color: var(--muted); margin: 0 0 14px; flex: 1; }

.product-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--green-600);
}
.product-card:hover .product-more { gap: 11px; }

/* ══ Page head & tabs ══════════════════════════════════════════════ */

.page-head {
    background: linear-gradient(180deg, var(--green-50), #fff);
    padding: 34px 0 30px;
    border-bottom: 1px solid var(--line);
}
.page-head.slim { padding: 20px 0 16px; }
.page-head h1 { margin: 10px 0 6px; }
.page-head p { color: var(--muted); margin: 0; }

.crumb { display: flex; gap: 8px; flex-wrap: wrap; font-size: 13px; color: var(--muted); }
.crumb strong { color: var(--green-800); font-weight: 700; }

.tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 34px;
}
.tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border: 1.5px solid var(--line);
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    color: var(--ink);
    background: #fff;
}
.tab span {
    font-size: 11.5px;
    padding: 1px 7px;
    border-radius: 999px;
    background: var(--green-50);
    color: var(--green-700);
}
.tab:hover { border-color: var(--green-600); }
.tab.active { background: var(--green-700); border-color: var(--green-700); color: #fff; }
.tab.active span { background: rgba(255, 255, 255, .2); color: #fff; }

/* ══ Product detail ════════════════════════════════════════════════ */

.detail-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 46px;
    align-items: start;
}

.detail-art {
    display: grid;
    place-items: center;
    padding: 34px;
    border-radius: var(--radius);
    background: var(--green-50);
    border: 1px solid var(--line);
}
.detail-art .pack.big { width: 236px; height: 314px; }

.detail-copy h1 { margin: 8px 0 8px; }
.detail-tagline { font-size: 17px; color: var(--green-600); font-weight: 700; }
.detail-summary { color: var(--muted); }

.tick-list { list-style: none; margin: 18px 0; padding: 0; display: grid; gap: 10px; }
.tick-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; }
.tick-list .ico { color: var(--green-600); margin-top: 5px; flex-shrink: 0; }

.spec {
    margin: 22px 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}
.spec > div {
    display: flex;
    gap: 16px;
    padding: 12px 18px;
    border-bottom: 1px solid var(--line);
    font-size: 14.5px;
}
.spec > div:last-child { border-bottom: 0; }
.spec dt { width: 120px; flex-shrink: 0; color: var(--muted); }
.spec dd { margin: 0; font-weight: 600; }

.detail-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }

.detail-note {
    font-size: 12.5px;
    color: var(--muted);
    background: var(--green-50);
    border-left: 3px solid var(--green-600);
    padding: 12px 16px;
    border-radius: 0 8px 8px 0;
    margin: 0;
}

/* ══ About ═════════════════════════════════════════════════════════ */

.about-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 46px;
    align-items: center;
}
.about-grid p { color: var(--muted); }

.about-art {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.about-badge {
    padding: 22px;
    border-radius: var(--radius);
    background: #fff;
    border: 1px solid var(--line);
    text-align: center;
}
.about-badge strong {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 34px;
    color: var(--green-700);
}
.about-badge span { font-size: 13px; color: var(--muted); }
.about-badge.gold { background: var(--gold-500); border-color: var(--gold-500); }
.about-badge.gold strong, .about-badge.gold span { color: var(--green-900); }

.about-quote {
    grid-column: 1 / -1;
    padding: 20px 22px;
    border-radius: var(--radius);
    background: var(--green-800);
    color: #fff;
    text-align: center;
}
.about-quote .ico { color: var(--gold-400); font-size: 22px; }
.about-quote p {
    margin: 8px 0 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 17px;
    font-style: italic;
}

/* ══ Ventures ══════════════════════════════════════════════════════ */

.venture-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.venture {
    display: block;
    padding: 24px;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: #fff;
    color: inherit;
    transition: border-color .18s, transform .18s, box-shadow .18s;
}
.venture:hover {
    border-color: var(--green-600);
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(6, 61, 30, .12);
}

/* ── Ventures page: alternating image / text rows ───────────────── */

.venture-list { display: grid; gap: 30px; }

.venture-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: center;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    /* The page has a lot of rows; a little tint stops it reading flat. */
    background-image: linear-gradient(180deg, var(--green-50), #fff 60%);
    scroll-margin-top: 90px;
}
.venture-row.reversed .venture-media { order: 2; }

.venture-media {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
}
.venture-media img { display: block; width: 100%; height: auto; }

.venture-text h3 { font-size: 22px; margin-bottom: 6px; }
.venture-lead {
    font-weight: 700;
    color: var(--green-600);
    margin-bottom: 10px;
}
.venture-text > p { color: var(--muted); }
.venture-text .tick-list li { font-size: 14.5px; }

@media (max-width: 860px) {
    .venture-row { grid-template-columns: 1fr; gap: 20px; padding: 18px; }
    .venture-row.reversed .venture-media { order: 0; }
}
.venture-icon {
    width: 46px; height: 46px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 20px;
    background: var(--green-100);
    color: var(--green-600);
    margin-bottom: 14px;
}
.venture h3 { font-size: 17px; margin-bottom: 6px; }
.venture p { font-size: 14px; color: var(--muted); margin: 0; }

/* ══ CTA ═══════════════════════════════════════════════════════════ */

.cta {
    background:
        radial-gradient(700px 300px at 15% 0%, rgba(240, 180, 27, .18), transparent 70%),
        linear-gradient(135deg, var(--green-900), var(--green-700));
    color: #fff;
    padding: 62px 0;
}
.cta-inner {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 44px;
    align-items: center;
}
.cta h2 { color: #fff; }
.cta p { color: rgba(255, 255, 255, .84); max-width: 52ch; }

.cta-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cta-stats > div {
    padding: 20px;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    text-align: center;
}
.cta-stats strong {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 26px;
    color: var(--gold-400);
}
.cta-stats span { font-size: 12.5px; color: rgba(255, 255, 255, .8); }

/* ══ Empty ═════════════════════════════════════════════════════════ */

.empty { text-align: center; padding: 60px 20px; color: var(--muted); }

/* ══ Footer ════════════════════════════════════════════════════════ */

.site-footer { background: var(--green-900); color: rgba(255, 255, 255, .78); }

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
    gap: 34px;
    padding-top: 52px;
    padding-bottom: 38px;
}

.footer-brand img {
    width: 168px;
    filter: brightness(0) invert(1);
    margin-bottom: 14px;
}
.footer-brand p { font-size: 14px; margin: 0 0 6px; }
.footer-legal { font-size: 12.5px; color: rgba(255, 255, 255, .55); }

.footer-col h3 { color: #fff; font-size: 15px; margin-bottom: 14px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer-col a { color: rgba(255, 255, 255, .78); font-size: 14px; }
.footer-col a:hover { color: var(--gold-400); }

.footer-contact li { display: flex; gap: 11px; font-size: 14px; }
.footer-contact .ico { color: var(--gold-400); margin-top: 5px; flex-shrink: 0; }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 16px 0;
    font-size: 12.5px;
    color: rgba(255, 255, 255, .6);
}
.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.footer-disclaimer { color: rgba(255, 255, 255, .45); }

/* ══ WhatsApp ══════════════════════════════════════════════════════ */

.whatsapp-float {
    position: fixed;
    right: 18px; bottom: 18px;
    width: 52px; height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #25d366;
    color: #fff;
    box-shadow: 0 6px 20px rgba(37, 211, 102, .42);
    z-index: 40;
}
.whatsapp-float svg { width: 28px; height: 28px; }

/* ══ Responsive ════════════════════════════════════════════════════ */

@media (max-width: 960px) {
    .about-grid, .detail-grid, .cta-inner { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }

    /*
     * The panel drops BELOW the header, anchored to it with
     * position:absolute.
     *
     * It used to be position:fixed with top:0, which looked right until
     * you remember .site-header has backdrop-filter — that makes the
     * header the containing block for fixed descendants, so the panel
     * was positioned against the header rather than the viewport. Open,
     * it covered the logo and the toggle; closed, translateY(-100%)
     * parked its white background exactly over the announcement ticker
     * and blanked it. Anchoring to the header is what was meant all
     * along, so do it explicitly.
     */
    .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        gap: 4px;
        margin: 0;
        padding: 10px 16px 16px;
        background: #fff;
        border-top: 1px solid var(--line);
        box-shadow: 0 18px 36px rgba(6, 61, 30, .16);

        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: opacity .2s ease, transform .2s ease, visibility .2s;

        /* Long menus scroll rather than running off the screen. */
        max-height: calc(100dvh - 120px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }
    .main-nav.open {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    .main-nav a { padding: 13px 12px; border-radius: 10px; font-size: 16px; }

    /* Shown only inside the open menu — the header button is hidden on
       narrow screens, so without this there is no way to reach the
       distributor portal from a phone. */
    .main-nav .nav-login {
        display: block;
        margin-top: 8px;
        text-align: center;
        color: var(--green-700);
        border: 1.5px solid var(--green-600);
        font-weight: 700;
    }
    .main-nav .nav-login:hover { background: var(--green-600); color: #fff; }

    .nav-toggle { display: block; }
    .header-actions { margin-left: auto; }
}

@media (max-width: 620px) {
    .section { padding: 44px 0; }
    .product-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
    .product-art .pack { width: 104px; height: 138px; }
    .product-body { padding: 13px 14px 15px; }
    .product-body h3 { font-size: 15px; }
    .cta-stats { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 26px; }
    .brand img { width: 124px; }
    .header-actions .btn { display: none; }
}

/* ══ Legal documents (privacy policy) ═══════════════════════════════ */

.legal-doc {
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 34px 44px 40px;
}

.legal-notice {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 18px;
    border-radius: 10px;
    background: #fdf6e3;
    border: 1px solid #f2e0ab;
    color: #6b4e05;
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.legal-notice .ico { color: #b7791f; width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; }

.legal-updated { font-size: 13px; color: var(--muted); margin-bottom: 20px; }

.legal-lead { font-size: 15px; margin-bottom: 8px; }

.legal-doc h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: var(--green-700);
    text-transform: uppercase;
    letter-spacing: .03em;
    margin: 30px 0 10px;
}
.legal-doc h2:first-of-type { margin-top: 8px; }

.legal-doc p { font-size: .94rem; margin-bottom: 12px; }
.legal-doc ul { padding-left: 22px; margin-bottom: 12px; }
.legal-doc li { font-size: .94rem; margin-bottom: 7px; }

.legal-contact { list-style: none; padding-left: 0; }
.legal-contact li { display: flex; align-items: center; gap: 10px; }
.legal-contact .ico { color: var(--green-600); width: 17px; height: 17px; flex-shrink: 0; }

.legal-placeholder-note {
    font-size: 12.5px;
    color: var(--muted);
    font-style: italic;
    border-top: 1px solid var(--line);
    padding-top: 14px;
    margin-top: 4px;
}

@media (max-width: 640px) {
    .legal-doc { padding: 24px 22px 28px; border-radius: 12px; }
}
