/* LEAF – landing page */
.leaf-page {
    --leaf-gold: #c9a06a;
    --leaf-wine: #9e4b47;
    --leaf-cream: #faf7f3;
    --leaf-sand: #f3ebe3;
    --leaf-text: #5c5c5c;
    --leaf-heading: #2d2d2d;
    --leaf-visual-ratio: 4 / 5;
    --leaf-visual-split-ratio: 4 / 3;
    --leaf-visual-split-max: 380px;
    --leaf-visual-radius: 20px;
}

.leaf-page p {
    color: var(--leaf-text);
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 1.1rem;
}

.leaf-page h3 {
    color: var(--leaf-heading);
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0;
}

/* ── Cabeçalho unificado de seção ── */
.leaf-section-head {
    margin-bottom: 1.5rem;
}

.leaf-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--leaf-wine);
    background: rgba(158, 75, 71, 0.08);
    border: 1px solid rgba(158, 75, 71, 0.15);
    border-radius: 50px;
    padding: 0.45rem 1.1rem;
    margin-bottom: 1.25rem;
}

.leaf-badge--light {
    color: var(--leaf-gold);
    background: rgba(201, 160, 106, 0.2);
    border-color: rgba(201, 160, 106, 0.35);
}

.leaf-section-head .leaf-section-title {
    margin-top: 0;
}

.leaf-section-head.text-center .leaf-badge {
    margin-left: auto;
    margin-right: auto;
}

.leaf-section-title {
    font-size: clamp(1.75rem, 3.2vw, 2.35rem);
    font-weight: 600;
    color: var(--leaf-heading);
    line-height: 1.25;
    margin-bottom: 0;
    letter-spacing: -0.03em;
}

.leaf-section-title--light {
    color: #fff;
}

.leaf-section-text p:last-child {
    margin-bottom: 0;
}

/* ── Blocos de seção ── */
.leaf-block {
    padding: 4.5rem 0;
}

.leaf-block--intro {
    background: var(--leaf-cream);
    padding-top: 2.75rem;
    padding-bottom: 1.25rem;
}

.leaf-block--alt {
    background: var(--leaf-cream);
}

/* ══════════════════════════════════════════
   SEÇÃO 1 – Intro (compacta e clean)
   ══════════════════════════════════════════ */
.leaf-intro .leaf-badge {
    margin-bottom: 0.65rem;
}

.leaf-intro .leaf-section-title {
    font-size: clamp(1.55rem, 2.8vw, 2.1rem);
    line-height: 1.3;
    margin-bottom: 0.85rem;
    color: #000;
}

.leaf-intro p,
.leaf-intro .leaf-section-text,
.leaf-intro .leaf-inline-title {
    color: #000;
}

.leaf-intro p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
}

.leaf-intro .leaf-section-text p {
    margin-bottom: 1rem;
}

.leaf-intro__action {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.leaf-intro__action .leaf-cta__btn {
    width: auto;
    max-width: 320px;
}

.leaf-inline-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    margin: 1.75rem 0 0.75rem;
    line-height: 1.35;
}

.leaf-benefit-list {
    margin: 0 0 1rem;
    padding-left: 1.2rem;
    color: #000;
}

.leaf-benefit-list li {
    display: list-item;
    list-style: disc;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0.65rem;
    color: #000 !important;
    text-align: left;
}

.leaf-benefit-list li strong {
    color: #000;
}

.leaf-benefit-list li:last-child {
    margin-bottom: 0;
}

.leaf-intro__img {
    border-radius: 14px;
    overflow: hidden;
}

.leaf-intro__img img {
    width: 100%;
    aspect-ratio: 5 / 6;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #fff;
}

/* Box expand – conteúdo fluido truncado (não accordion) */
.leaf-readmore {
    position: relative;
    margin-top: 1.5rem;
    padding-top: 0.5rem;
    text-align: center;
}

.leaf-readmore__body {
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    text-align: left;
    will-change: max-height;
}

.leaf-readmore__body > p:first-child {
    margin-top: 0.25rem;
    margin-bottom: 1.15rem;
}

.leaf-readmore::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.75rem;
    height: 70px;
    background: linear-gradient(180deg, rgba(250, 247, 243, 0) 0%, var(--leaf-cream) 85%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.45s ease;
}

.leaf-readmore.is-expanded::after {
    opacity: 0;
}

.leaf-readmore__body .leaf-inline-title:first-of-type {
    margin-top: 0.5rem;
}

.leaf-readmore__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.4rem;
    padding: 0;
    border: 1px solid rgba(158, 75, 71, 0.3);
    border-radius: 50%;
    background: #fff;
    color: var(--leaf-wine);
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.35s ease;
}

.leaf-readmore__btn i {
    font-size: 1rem;
    line-height: 1;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.leaf-readmore__btn:hover {
    background: var(--leaf-wine);
    border-color: var(--leaf-wine);
    color: #fff;
}

.leaf-readmore.is-expanded .leaf-readmore__btn i {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .leaf-block--intro {
        padding-top: 3rem;
        padding-bottom: 1.25rem;
    }

    .leaf-intro__img img {
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 991px) {
    .leaf-intro .leaf-section-title {
        margin-bottom: 0.75rem;
    }

    .leaf-intro__img {
        margin-top: 0.25rem;
    }
}

/* Legacy – hero showcase (usado em Alphaville) */
.leaf-hero-showcase {
    position: relative;
    overflow: hidden;
}

.leaf-hero-showcase::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(201, 160, 106, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.leaf-highlight-pill {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    background: #fff;
    border: 1px solid rgba(201, 160, 106, 0.25);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--leaf-wine);
    height: 100%;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.leaf-highlight-pill i {
    font-size: 1.1rem;
    color: var(--leaf-gold);
    flex-shrink: 0;
}

.leaf-highlight-pill:hover {
    border-color: rgba(158, 75, 71, 0.3);
    box-shadow: 0 8px 24px rgba(158, 75, 71, 0.08);
}

.leaf-frame-showcase {
    position: relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.leaf-frame-showcase__blob {
    position: absolute;
    top: -8%;
    right: -8%;
    width: 75%;
    height: 75%;
    background: var(--leaf-sand);
    border-radius: 45% 55% 60% 40% / 50% 45% 55% 50%;
    z-index: 0;
}

.leaf-frame-showcase__img {
    position: relative;
    z-index: 1;
    border-radius: 120px 0 120px 0;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    box-shadow: 0 28px 64px rgba(45, 45, 45, 0.12);
}

.leaf-frame-showcase__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.leaf-frame-showcase__tag {
    position: absolute;
    bottom: 1.25rem;
    left: -1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    border-radius: 50px;
    padding: 0.65rem 1.15rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--leaf-wine);
    box-shadow: 0 12px 32px rgba(45, 45, 45, 0.12);
    border: 1px solid rgba(201, 160, 106, 0.2);
}

.leaf-frame-showcase__tag i {
    color: var(--leaf-gold);
}

/* ══════════════════════════════════════════
   SEÇÃO 2 – Como age (painel profissional)
   ══════════════════════════════════════════ */
.leaf-how-works {
    background: #fff;
    position: relative;
}

.leaf-how-works::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 0% 50%, rgba(201, 160, 106, 0.07) 0%, transparent 45%),
        radial-gradient(circle at 100% 0%, rgba(158, 75, 71, 0.04) 0%, transparent 40%);
    pointer-events: none;
}

.leaf-how-works .container {
    position: relative;
    z-index: 1;
}

.leaf-how-works__wrap {
    background: #fff;
    border: 1px solid rgba(201, 160, 106, 0.2);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(45, 45, 45, 0.07);
}

.leaf-how-works__media {
    position: relative;
    height: 100%;
    min-height: 320px;
}

.leaf-how-works__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(45, 45, 45, 0.18) 100%);
    pointer-events: none;
}

.leaf-how-works__media img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.leaf-how-works__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 2.5rem 2rem;
    background: linear-gradient(135deg, #fff 0%, var(--leaf-cream) 100%);
    border-left: 1px solid rgba(201, 160, 106, 0.15);
}

.leaf-how-works__content .leaf-section-head {
    margin-bottom: 1.25rem;
}

.leaf-how-works__content .leaf-section-text p + p {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(201, 160, 106, 0.2);
}

@media (min-width: 992px) {
    .leaf-how-works__media {
        min-height: 100%;
    }

    .leaf-how-works__media img {
        min-height: 480px;
    }

    .leaf-how-works__content {
        padding: 3rem 3.25rem;
    }
}

@media (max-width: 991px) {
    .leaf-how-works__content {
        border-left: 0;
        border-top: 1px solid rgba(201, 160, 106, 0.15);
    }
}

/* Legacy – editorial band (mantido para referência em outras seções) */
.leaf-about-band {
    background: var(--leaf-sand);
    position: relative;
}

.leaf-editorial-frame {
    position: relative;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
}

.leaf-editorial-frame__number {
    position: absolute;
    top: -0.5rem;
    left: 0;
    font-size: clamp(5rem, 12vw, 7rem);
    font-weight: 700;
    line-height: 1;
    color: rgba(158, 75, 71, 0.08);
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.leaf-editorial-frame__inner {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0.75rem;
    border-radius: 4px;
    box-shadow: 0 20px 50px rgba(45, 45, 45, 0.1);
    transform: rotate(-2deg);
}

.leaf-editorial-frame__inner img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    border-radius: 2px;
}

.leaf-content-accent {
    border-left: 3px solid var(--leaf-gold);
    padding-left: 1.5rem;
}

.leaf-mini-feature {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--leaf-heading);
    padding: 0.75rem 0;
    border-top: 1px solid rgba(201, 160, 106, 0.3);
}

.leaf-mini-feature i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: var(--leaf-wine);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(158, 75, 71, 0.1);
}

/* ── Imagem genérica (diferenciais, alphaville) ── */
.leaf-visual {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: var(--leaf-visual-ratio);
    border-radius: var(--leaf-visual-radius);
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(45, 45, 45, 0.1);
}

.leaf-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(201, 160, 106, 0.25);
    border-radius: var(--leaf-visual-radius);
    pointer-events: none;
    z-index: 1;
}

.leaf-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.leaf-visual--shadow-sm {
    box-shadow: 0 16px 48px rgba(45, 45, 45, 0.08);
}

.leaf-visual--dark {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

/* Imagem compacta alinhada ao bloco de texto (intro, como age, alphaville) */
.leaf-visual--split {
    width: 100%;
    max-width: var(--leaf-visual-split-max);
    aspect-ratio: var(--leaf-visual-split-ratio);
    flex-shrink: 0;
}

/* Imagem preenche altura da coluna Bootstrap (diferenciais) */
.leaf-visual--fill {
    max-width: none;
    aspect-ratio: auto;
    min-height: 280px;
}

/* ── Benefit cards ── */
.leaf-benefit-card {
    background: #fff;
    border: 1px solid rgba(201, 160, 106, 0.2);
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.leaf-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(158, 75, 71, 0.1);
}

.leaf-benefit-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(201, 160, 106, 0.15);
    color: var(--leaf-wine);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.leaf-benefit-card h3 {
    font-size: 1rem;
    margin-bottom: 0.6rem;
    color: var(--leaf-wine);
}

.leaf-benefit-card p {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
    margin-top: auto;
    color: var(--leaf-text);
}

/* ══════════════════════════════════════════
   SEÇÃO ALPHAVILLE – layout clean e profissional
   ══════════════════════════════════════════ */
.leaf-location {
    background: var(--leaf-sand);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.leaf-location .leaf-badge {
    margin-bottom: 0.65rem;
}

.leaf-location .leaf-section-title {
    font-size: clamp(1.55rem, 2.8vw, 2.1rem);
    line-height: 1.3;
    margin-bottom: 0.85rem;
}

.leaf-location p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
    color: var(--leaf-text);
    max-width: 58ch;
}

.leaf-location__media {
    border-radius: 14px;
    overflow: hidden;
}

.leaf-location__media img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (min-width: 992px) {
    .leaf-location__media img {
        aspect-ratio: 4 / 3;
    }
}

/* Legacy – showcase Alphaville (não utilizado) */
.leaf-alphaville-band {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.leaf-alphaville-band::before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -80px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(158, 75, 71, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.leaf-frame-showcase--alphaville {
    max-width: 400px;
}

.leaf-frame-showcase--alphaville .leaf-editorial-frame__number {
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    z-index: 3;
    font-size: clamp(4rem, 10vw, 6rem);
    font-weight: 700;
    line-height: 1;
    color: rgba(158, 75, 71, 0.1);
    pointer-events: none;
    user-select: none;
}

.leaf-frame-showcase__img--mirrored {
    border-radius: 0 120px 0 120px;
}

.leaf-alphaville-panel {
    background: linear-gradient(145deg, var(--leaf-wine) 0%, #6d3835 50%, #7a3a37 100%);
    border-radius: 16px;
    padding: 2.5rem 2.25rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(158, 75, 71, 0.18);
}

.leaf-alphaville-panel::after {
    content: "";
    position: absolute;
    top: -30%;
    right: -15%;
    width: 260px;
    height: 260px;
    background: rgba(201, 160, 106, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.leaf-alphaville-panel .leaf-section-head,
.leaf-alphaville-panel .leaf-content-accent,
.leaf-alphaville-panel .row {
    position: relative;
    z-index: 1;
}

.leaf-content-accent--light {
    border-left-color: var(--leaf-gold);
}

.leaf-alphaville-panel .leaf-section-text p {
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 0;
}

.leaf-highlight-pill--light {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(201, 160, 106, 0.35);
    color: #fff;
}

.leaf-highlight-pill--light:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(201, 160, 106, 0.5);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.leaf-highlight-pill--light i {
    color: var(--leaf-gold);
}

/* ── CTA ── */
.leaf-cta {
    padding: 3rem 0;
    background: #fff;
}

.leaf-cta__band {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    min-height: 260px;
    box-shadow: 0 18px 48px rgba(45, 45, 45, 0.12);
}

.leaf-cta__media {
    position: absolute;
    inset: 0;
}

.leaf-cta__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
}

.leaf-cta__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(151, 101, 75, 0.92) 0%,
        rgba(78, 53, 40, 0.82) 42%,
        rgba(98, 65, 49, 0.55) 100%
    );
}

.leaf-cta__content {
    position: relative;
    z-index: 1;
    padding: 2.25rem 1.75rem;
}

.leaf-cta__content--centered {
    text-align: center;
}

.leaf-cta__content--centered .leaf-badge {
    margin-left: auto;
    margin-right: auto;
}

.leaf-cta__content--centered .leaf-section-title {
    margin-bottom: 0.75rem;
}

.leaf-cta__content--centered .leaf-cta__text {
    margin-left: auto;
    margin-right: auto;
}

.leaf-cta__content--centered .leaf-cta__action {
    justify-content: center;
    margin-top: 1.5rem;
}

.leaf-cta__content .leaf-badge {
    margin-bottom: 0.75rem;
    color: #fff;
    background: rgba(185, 185, 185, 0.2);
    border-color: rgba(193, 193, 193, 0.5);
}

.leaf-cta__content .leaf-section-title {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.3;
    margin-bottom: 0.65rem;
}

.leaf-cta__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #e6e6e6 !important;
    max-width: 58ch;
}

.leaf-cta__action {
    display: flex;
    justify-content: center;
}

.leaf-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    max-width: 300px;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    background: var(--leaf-gold);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.leaf-cta__btn i {
    font-size: 0.95rem;
}

.leaf-cta__btn i:last-child {
    transition: transform 0.25s ease;
}

.leaf-cta__btn:hover {
    background: #fff;
    color: var(--leaf-wine);
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.leaf-cta__btn:hover i:last-child {
    transform: translateX(4px);
}

.leaf-cta__band--simple {
    min-height: auto;
    background: linear-gradient(
        105deg,
        rgba(151, 101, 75, 0.96) 0%,
        rgba(78, 53, 40, 0.92) 100%
    );
}

.leaf-cta--brown {
    background: var(--leaf-sand);
}

.leaf-cta__band--brown {
    min-height: auto;
    background: var(--leaf-sand);
    box-shadow: none;
}

.leaf-cta__layout {
    padding: 2.5rem 1.75rem;
}

.leaf-cta__img {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 1.25rem;
}

.leaf-cta__img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    display: block;
}

.leaf-badge--dark {
    color: var(--leaf-wine);
    background: rgba(158, 75, 71, 0.1);
    border-color: rgba(158, 75, 71, 0.2);
}

.leaf-cta__title {
    color: #000;
    font-size: clamp(1.6rem, 2.8vw, 2.1rem);
    margin-bottom: 1rem;
}

.leaf-cta__list {
    margin: 0 0 1.25rem;
    padding-left: 1.2rem;
    color: #000;
}

.leaf-cta__list li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0.55rem;
}

.leaf-cta__list li:last-child {
    margin-bottom: 0;
}

.leaf-cta__subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    margin: 0 0 0.65rem;
    line-height: 1.35;
}

.leaf-cta--brown .leaf-cta__text {
    color: #000 !important;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    max-width: none;
}

.leaf-cta--brown .leaf-cta__action {
    justify-content: center;
    margin-top: 0;
}

@media (min-width: 992px) {
    .leaf-cta__band {
        min-height: 280px;
    }

    .leaf-cta__band--simple,
    .leaf-cta__band--brown {
        min-height: auto;
    }

    .leaf-cta__layout {
        padding: 3rem 2.5rem;
    }

    .leaf-cta__content {
        padding: 2.75rem 2.5rem;
    }

    .leaf-cta__action {
        justify-content: flex-end;
    }

    .leaf-cta__content--centered .leaf-cta__action {
        justify-content: center;
    }

    .leaf-cta--brown .leaf-cta__action {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .leaf-cta__overlay {
        background: linear-gradient(
            180deg,
            rgba(28, 24, 22, 0.9) 0%,
            rgba(28, 24, 22, 0.78) 100%
        );
    }

    .leaf-cta__btn {
        max-width: 100%;
    }
}

/* ── FAQ ── */
.leaf-faq {
    padding: 1.5rem 0 4rem;
    background: var(--leaf-cream);
}

.leaf-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.leaf-faq-item {
    background: #fff;
    border: 1px solid rgba(201, 160, 106, 0.22);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.leaf-faq-item[open] {
    border-color: rgba(158, 75, 71, 0.25);
    box-shadow: 0 10px 28px rgba(158, 75, 71, 0.08);
}

.leaf-faq-item__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.2rem 1.35rem;
    cursor: pointer;
    list-style: none;
    user-select: none;
    transition: background 0.25s ease;
}

.leaf-faq-item__summary::-webkit-details-marker {
    display: none;
}

.leaf-faq-item__summary::marker {
    content: "";
}

.leaf-faq-item[open] .leaf-faq-item__summary {
    background: rgba(250, 247, 243, 0.85);
}

.leaf-faq-item__question {
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--leaf-heading);
    transition: color 0.25s ease;
}

.leaf-faq-item[open] .leaf-faq-item__question {
    color: var(--leaf-wine);
}

.leaf-faq-item__toggle {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--leaf-sand);
    color: var(--leaf-wine);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    transition: background 0.25s ease, color 0.25s ease, transform 0.3s ease;
}

.leaf-faq-item[open] .leaf-faq-item__toggle {
    background: var(--leaf-wine);
    color: #fff;
    transform: rotate(45deg);
}

.leaf-faq-item__answer {
    padding: 0 1.35rem 1.25rem;
    border-top: 1px solid rgba(201, 160, 106, 0.15);
    animation: leafFaqReveal 0.3s ease;
}

.leaf-faq-item__answer p {
    font-size: 16px;
    line-height: 1.8;
    margin: 1rem 0 0;
    color: var(--leaf-text);
}

@keyframes leafFaqReveal {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 575px) {
    .leaf-faq-item__summary {
        padding: 1rem 1.1rem;
        gap: 0.85rem;
    }

    .leaf-faq-item__question {
        font-size: 0.95rem;
    }

    .leaf-faq-item__toggle {
        width: 36px;
        height: 36px;
    }

    .leaf-faq-item__answer {
        padding: 0 1.1rem 1rem;
    }
}

/* ── Tablet / mobile ── */
@media (max-width: 991px) {
    .leaf-block {
        padding: 3rem 0;
    }

    .leaf-block--intro {
        padding-top: 3rem;
        padding-bottom: 2.5rem;
    }

    .leaf-frame-showcase {
        max-width: 100%;
        margin-top: 1rem;
    }

    .leaf-frame-showcase__tag {
        left: 0.5rem;
        bottom: 0.75rem;
    }

    .leaf-editorial-frame {
        max-width: 100%;
        margin-bottom: 0.5rem;
    }

    .leaf-editorial-frame__inner {
        transform: none;
    }

    .leaf-content-accent {
        padding-left: 1.15rem;
    }

    .leaf-visual:not(.leaf-visual--fill):not(.leaf-visual--split) {
        max-width: 100%;
        aspect-ratio: 16 / 10;
    }

    .leaf-visual--split {
        max-width: 100%;
        aspect-ratio: 16 / 10;
    }

    .leaf-visual--fill {
        aspect-ratio: 16 / 9;
        min-height: 240px;
    }

    .leaf-alphaville-panel {
        padding: 2rem 1.5rem;
    }

    .leaf-frame-showcase--alphaville {
        max-width: 100%;
        margin-top: 0.5rem;
    }
}

@media (max-width: 575px) {
    .leaf-visual:not(.leaf-visual--fill):not(.leaf-visual--split) {
        aspect-ratio: 4 / 3;
    }

    .leaf-visual--split {
        aspect-ratio: 4 / 3;
    }

    .leaf-visual--fill {
        aspect-ratio: 4 / 3;
    }
}
