/* /Layout/MainLayout.razor.rz.scp.css */
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-298kafhh4h] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-298kafhh4h] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-298kafhh4h] {
    font-size: 1.1rem;
}

.bi[b-298kafhh4h] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-298kafhh4h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-298kafhh4h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-298kafhh4h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-298kafhh4h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-298kafhh4h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-298kafhh4h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-298kafhh4h]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-298kafhh4h]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-298kafhh4h]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-298kafhh4h] {
        display: none;
    }

    .collapse[b-298kafhh4h] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-298kafhh4h] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/WhatsAppButton.razor.rz.scp.css */
.whatsapp-float[b-uaq10wgs2q] {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000; /* Garante que fique acima de tudo */
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.whatsapp-float:hover[b-uaq10wgs2q] {
    transform: scale(1.1);
    background-color: #128c7e;
    text-decoration: none;
}

/* Opcional: Animação de "pulso" para chamar atenção */
@keyframes pulse-whatsapp-b-uaq10wgs2q {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.whatsapp-float[b-uaq10wgs2q] {
    animation: pulse-whatsapp-b-uaq10wgs2q 2s infinite;
}
/* /Pages/Home.razor.rz.scp.css */
/* ============================================
   FLOREXT — Hero refinado
   Home.razor.css (scoped)
   ============================================ */

/* Reset de estilos padrão do Blazor no h1 */
h1[b-j9iwme4vi1] {
    all: unset;
    display: block;
}

em[b-j9iwme4vi1] {
    font-style: italic;
}

@keyframes heroBgZoom-b-j9iwme4vi1 {
    from {
        transform: scale(1.05);
    }

    to {
        transform: scale(1.00);
    }
}

@keyframes fl-shimmer-b-j9iwme4vi1 {
    from {
        background-position: -200% center;
    }

    to {
        background-position: 200% center;
    }
}

@keyframes fadeUp-b-j9iwme4vi1 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes eyebrowIn-b-j9iwme4vi1 {
    from {
        opacity: 0;
        letter-spacing: 0.28em;
    }

    to {
        opacity: 1;
        letter-spacing: 0.18em;
    }
}

/* ── HERO ── */
.hero[b-j9iwme4vi1] {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 580px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* ── FUNDO ── */
.hero-bg[b-j9iwme4vi1] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    animation: heroBgZoom-b-j9iwme4vi1 14s ease-out forwards;
    will-change: transform;
}

/* ── OVERLAY ── */
.hero-overlay[b-j9iwme4vi1] {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg,
            rgba(12, 20, 11, 0.80) 0%,
            rgba(20, 33, 19, 0.65) 40%,
            rgba(8, 15, 8, 0.20) 100%);
}

/* ── CONTEÚDO ── */
.hero-content[b-j9iwme4vi1] {
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 200px 0 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.s_banner_connected[b-j9iwme4vi1] {
    position: relative;
}

.s_banner_connected[b-j9iwme4vi1]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #f9bb0b 50%, transparent);
    background-size: 200% auto;
    animation: fl-shimmer-b-j9iwme4vi1 3.5s linear infinite;
    pointer-events: none;
}

/* Eyebrow */
.hero-eyebrow[b-j9iwme4vi1] {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.88rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #f9bb0b;
    padding: 0;
    border: none;
    background: none;
    animation: eyebrowIn-b-j9iwme4vi1 0.9s 0.3s ease both;
}

/* Título */
.hero-title[b-j9iwme4vi1] {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: clamp(2.5rem, 5vw, 5rem) !important;
    font-weight: 600 !important;
    max-width: 700px;
    white-space: normal;
    line-height: 1.08 !important;
    color: #ffffff !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    animation: fadeUp-b-j9iwme4vi1 0.8s 0.5s ease both;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
}

/* Palavra dourada em itálico */
.hero-highlight[b-j9iwme4vi1] {
    color: #f9bb0b;
    font-style: italic;
    font-weight: 800;
}

/* Subtítulo */
.hero-subtitle[b-j9iwme4vi1] {
    font-family: 'Inter Tight', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.68);
    padding: 0;
    max-width: 560px;
    animation: fadeUp-b-j9iwme4vi1 0.8s 0.7s ease both;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
}

/* Botão Hero */
.hero-btn[b-j9iwme4vi1] {
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1c2a1b;
    text-decoration: none;
    background: #c9a84c;
    padding: 14px 28px;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 4px;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 16px rgba(201, 168, 76, 0.25);
    z-index: 0;
}

.hero-btn[b-j9iwme4vi1]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #e0c06a;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: -1;
}

.hero-btn span[b-j9iwme4vi1],
.hero-btn svg[b-j9iwme4vi1] {
    position: relative;
    z-index: 1;
}

.hero-btn:hover[b-j9iwme4vi1]::before {
    transform: scaleX(1);
}

.hero-btn:hover[b-j9iwme4vi1] {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(201, 168, 76, 0.35);
}

/* ── CURVA ── */
.hero-curve[b-j9iwme4vi1] {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 3;
    line-height: 0;
    pointer-events: none;
}

.hero-curve svg[b-j9iwme4vi1] {
    width: 100%;
    height: 80px;
    display: block;
}

/* ── RESPONSIVO ── */
@media (max-width: 768px) {
    .hero-content[b-j9iwme4vi1] {
        padding: 0 28px;
        padding-top: 20px;
        gap: 14px;
    }

    .hero-title[b-j9iwme4vi1] {
        font-size: 2.8rem !important;
    }

    .hero-curve svg[b-j9iwme4vi1] {
        height: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {

    *[b-j9iwme4vi1],
    *[b-j9iwme4vi1]::before,
    *[b-j9iwme4vi1]::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

/* ============================================
   FLOREXT — Seção Quem Somos
   AboutSection.razor.css (scoped)
   ============================================ */

@keyframes fadeUp-b-j9iwme4vi1 {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lineGrow-b-j9iwme4vi1 {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

/* ── SEÇÃO ── */
.about[b-j9iwme4vi1] {
    background: #ffffff;
    padding: 100px 0 110px;
    position: relative;
    overflow: hidden;
}

.about[b-j9iwme4vi1]::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 500px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(201, 168, 76, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

/* ── CONTAINER ── */
.about-container[b-j9iwme4vi1] {
    max-width: 100%;
    padding: 0 64px;
}

/* ── CABEÇALHO ── */
.about-header[b-j9iwme4vi1] {
    margin-bottom: 48px;
    animation: fadeUp-b-j9iwme4vi1 0.7s 0.1s ease both;
}

.about-eyebrow[b-j9iwme4vi1] {
    display: inline-block;
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.88rem;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #f9bb0b;
    margin-bottom: 20px;
}

.about-title[b-j9iwme4vi1] {
    font-family: 'Inter Tight', serif;
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    font-weight: 500;
    line-height: 1.15;
    color: #1c2a1b;
    margin: 0;
    hyphens: none;
    word-break: keep-all;
}

.about-highlight[b-j9iwme4vi1] {
    color: #f9bb0b;
    font-style: italic;
    font-weight: 700;
}

/* ── DIVISOR ── */
.about-divider[b-j9iwme4vi1] {
    width: 48px;
    height: 1.7px;
    background: #f9bb0b;
    margin-bottom: 64px;
    transform-origin: left;
    animation: lineGrow-b-j9iwme4vi1 0.8s 0.4s ease both;
}

/* ── GRID ── */
.about-grid[b-j9iwme4vi1] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

/* ── CARD ── */
.about-card[b-j9iwme4vi1] {
    padding: 0 48px 0 0;
    position: relative;
    animation: fadeUp-b-j9iwme4vi1 0.7s ease both;
}

.about-card:nth-child(1)[b-j9iwme4vi1] {
    animation-delay: 0.2s;
}

.about-card:nth-child(2)[b-j9iwme4vi1] {
    animation-delay: 0.35s;
    padding: 0 48px;
    border-left: 1px solid #ebebeb;
}

.about-card:nth-child(3)[b-j9iwme4vi1] {
    animation-delay: 0.5s;
    padding: 0 0 0 48px;
    border-left: 1px solid #ebebeb;
}

.about-number[b-j9iwme4vi1] {
    font-family: 'Inter Tight', serif;
    font-size: clamp(2.4rem, 3vw, 3.5rem);
    font-weight: 300;
    color: #f9bb0b;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    opacity: 0.85;
}

.about-card-line[b-j9iwme4vi1] {
    width: 100%;
    height: 1.5px;
    background: linear-gradient(to right, #e0e0e0, transparent);
    margin-bottom: 24px;
}

.about-card-title[b-j9iwme4vi1] {
    font-family: 'Inter Tight', serif;
    font-size: clamp(1rem, 1.4vw, 1.5rem);
    font-weight: 600;
    color: #1c2a1b;
    margin: 0 0 14px;
    line-height: 1.3;
    hyphens: none;
    word-break: keep-all;
}

.about-card-text[b-j9iwme4vi1] {
    font-family: 'Inter Tight', sans-serif;
    font-size: clamp(0.9rem, 1vw, 1rem);
    font-weight: 400;
    line-height: 1.75;
    color: #555;
    margin: 0;
    hyphens: none;
    word-break: keep-all;
    text-align: justify;
}

/* ══════════════════════════════════
   RESPONSIVO
   ══════════════════════════════════ */

/* Telas grandes */
@media (min-width: 1400px) {
    .about-container[b-j9iwme4vi1] {
        padding: 0 80px;
    }
}

/* Médias-grandes — 1200px */
@media (max-width: 1200px) {
    .about-container[b-j9iwme4vi1] {
        padding: 0 48px;
    }

    .about-card:nth-child(1)[b-j9iwme4vi1] {
        padding: 0 32px 0 0;
    }

    .about-card:nth-child(2)[b-j9iwme4vi1] {
        padding: 0 32px;
    }

    .about-card:nth-child(3)[b-j9iwme4vi1] {
        padding: 0 0 0 32px;
    }
}

/* Tablets — 1024px */
@media (max-width: 1024px) {
    .about[b-j9iwme4vi1] {
        padding: 80px 0 90px;
    }

    .about-container[b-j9iwme4vi1] {
        padding: 0 40px;
    }

    .about-card:nth-child(1)[b-j9iwme4vi1] {
        padding: 0 20px 0 0;
    }

    .about-card:nth-child(2)[b-j9iwme4vi1] {
        padding: 0 20px;
    }

    .about-card:nth-child(3)[b-j9iwme4vi1] {
        padding: 0 0 0 20px;
    }

    .about-divider[b-j9iwme4vi1] {
        margin-bottom: 48px;
    }
}

/* Tablets pequenos — 768px: muda para 1 coluna */
@media (max-width: 768px) {
    .about[b-j9iwme4vi1] {
        padding: 64px 0 72px;
    }

    .about-container[b-j9iwme4vi1] {
        padding: 0 28px;
    }

    .about-grid[b-j9iwme4vi1] {
        grid-template-columns: 1fr;
    }

    .about-card:nth-child(1)[b-j9iwme4vi1],
    .about-card:nth-child(2)[b-j9iwme4vi1],
    .about-card:nth-child(3)[b-j9iwme4vi1] {
        padding: 40px 0 !important;
        border-left: none !important;
        border-top: 1px solid #ebebeb;
    }

    .about-card:nth-child(1)[b-j9iwme4vi1] {
        border-top: none !important;
        padding-top: 0 !important;
    }

    .about-divider[b-j9iwme4vi1] {
        margin-bottom: 40px;
    }
}

/* Mobile — 480px */
@media (max-width: 480px) {
    .about[b-j9iwme4vi1] {
        padding: 48px 0 56px;
    }

    .about-container[b-j9iwme4vi1] {
        padding: 0 20px;
    }

    .about-header[b-j9iwme4vi1] {
        margin-bottom: 32px;
    }
}

/* ============================================
   FLOREXT — Galeria Redesenhada
   GallerySection.razor.css (scoped)
   ============================================ */

@keyframes imgReveal-b-j9iwme4vi1 {
    from {
        opacity: 0;
        transform: scale(1.05);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeUp-b-j9iwme4vi1 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes statCount-b-j9iwme4vi1 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── SEÇÃO ── */
.gallery-section[b-j9iwme4vi1] {
    background: #f5f4f1;
    overflow: hidden;
}

/* ════════════════════════════════
   MOSAICO
   ════════════════════════════════ */
.gallery-mosaic[b-j9iwme4vi1] {
    display: grid;
    grid-template-columns: 72px 1fr 1.4fr 1fr 72px;
    height: 440px;
    gap: 5px;
}

/* Todas as células */
.gallery-item[b-j9iwme4vi1] {
    position: relative;
    overflow: hidden;
}

/* Bordas arredondadas internas */
.item-edge-left[b-j9iwme4vi1] {
    border-radius: 0 10px 10px 0;
}

.item-stack[b-j9iwme4vi1] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 10px;
}

.item-stack .gallery-img[b-j9iwme4vi1] {
    height: 50%;
    border-radius: 10px;
}

.item-tall[b-j9iwme4vi1] {
    border-radius: 10px;
}

.item-edge-right[b-j9iwme4vi1] {
    border-radius: 10px 0 0 10px;
}

/* ── IMAGENS ── */
.gallery-img[b-j9iwme4vi1] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
    filter: brightness(0.9) saturate(1.05);
    animation: imgReveal-b-j9iwme4vi1 0.9s ease both;
}

.gallery-item:hover .gallery-img[b-j9iwme4vi1] {
    transform: scale(1.05);
    filter: brightness(1) saturate(1.12);
}

/* Tag flutuante na imagem central */
.gallery-tag[b-j9iwme4vi1] {
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1c2a1b;
    background: rgba(201, 168, 76, 0.92);
    padding: 6px 14px;
    border-radius: 2px;
    backdrop-filter: blur(4px);
}

/* ════════════════════════════════
   RODAPÉ
   ════════════════════════════════ */
.gallery-footer[b-j9iwme4vi1] {
    background: #ffffff;
    border-top: 1px solid rgba(201, 168, 76, 0.15);
    padding: 56px 64px;
}

.gallery-footer-grid[b-j9iwme4vi1] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 64px;
}

/* ── TEXTO PRINCIPAL ── */
.gallery-main-text[b-j9iwme4vi1] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    animation: fadeUp-b-j9iwme4vi1 0.7s 0.1s ease both;
}

.gallery-eyebrow[b-j9iwme4vi1] {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #f9bb0b;
}

.gallery-title[b-j9iwme4vi1] {
    font-family: 'Inter Tight', serif;
    font-size: clamp(1.8rem, 2.8vw, 2.8rem);
    font-weight: 500;
    line-height: 1.15;
    color: #1c2a1b;
    margin: 0;
}

.gallery-highlight[b-j9iwme4vi1] {
    color: #f9bb0b;
    font-style: italic;
}

.gallery-desc[b-j9iwme4vi1] {
    font-family: 'Inter Tight', sans-serif;
    font-size: clamp(0.9rem, 1vw, 1rem);
    font-weight: 300;
    line-height: 1.75;
    color: #666;
    margin: 0;
    max-width: 460px;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
}

/* ── ESTATÍSTICAS ── */
.gallery-stats[b-j9iwme4vi1] {
    display: flex;
    align-items: center;
    gap: 32px;
    animation: statCount-b-j9iwme4vi1 0.7s 0.25s ease both;
}

.gallery-stat[b-j9iwme4vi1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
}

.stat-number[b-j9iwme4vi1] {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    color: #f9bb0b;
}

.stat-label[b-j9iwme4vi1] {
    font-family: 'Inter Tight', sans-serif;
    font-size: clamp(0.9rem, 1vw, 1rem);
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #888;
    white-space: nowrap;
}

.gallery-stat-divider[b-j9iwme4vi1] {
    width: 1px;
    height: 48px;
    background: #e5e5e5;
    flex-shrink: 0;
}

/* ── BOTÃO ── */
.gallery-action[b-j9iwme4vi1] {
    animation: fadeUp-b-j9iwme4vi1 0.7s 0.35s ease both;
}

.gallery-btn[b-j9iwme4vi1] {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1c2a1b;
    text-decoration: none;
    border: 1px solid #f9bb0b;
    padding: 14px 32px;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    transition: color 0.35s ease;
}

.gallery-btn[b-j9iwme4vi1]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #1c2a1b;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
}

.gallery-btn span[b-j9iwme4vi1],
.gallery-btn svg[b-j9iwme4vi1] {
    position: relative;
    z-index: 1;
    transition: color 0.35s ease;
}

.gallery-btn:hover[b-j9iwme4vi1] {
    color: #ffffff;
}

.gallery-btn:hover[b-j9iwme4vi1]::before {
    transform: scaleX(1);
}

/* ── RESPONSIVO ── */
@media (max-width: 1024px) {
    .gallery-footer-grid[b-j9iwme4vi1] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .gallery-stats[b-j9iwme4vi1] {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .gallery-mosaic[b-j9iwme4vi1] {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 180px 180px;
        height: auto;
    }

    .item-edge-left[b-j9iwme4vi1],
    .item-edge-right[b-j9iwme4vi1] {
        display: none;
    }

    .item-tall[b-j9iwme4vi1] {
        grid-row: span 2;
        border-radius: 10px;
    }

    .gallery-footer[b-j9iwme4vi1] {
        padding: 40px 28px;
    }

    .gallery-stats[b-j9iwme4vi1] {
        gap: 20px;
        flex-wrap: wrap;
    }
}

/* ============================================
   FLOREXT — Seção Split
   SplitSection.razor.css (scoped)
   ============================================ */

@keyframes fadeUp-b-j9iwme4vi1 {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lineGrow-b-j9iwme4vi1 {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}

/* ── SEÇÃO ── */
.split-section[b-j9iwme4vi1] {
    display: grid;
    grid-template-columns: 1fr 2px 1fr;
    min-height: 560px;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

/* ════════════════════════════════
   LADO ESQUERDO — com imagem
   ════════════════════════════════ */
.split-left[b-j9iwme4vi1] {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

/* Imagem de fundo */
.split-bg[b-j9iwme4vi1] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.split-left:hover .split-bg[b-j9iwme4vi1] {
    transform: scale(1.04);
}

/* Overlay escuro gradiente sobre a imagem */
.split-left-overlay[b-j9iwme4vi1] {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg,
            rgba(10, 18, 10, 0.25) 0%,
            rgba(10, 18, 10, 0.72) 60%,
            rgba(10, 18, 10, 0.88) 100%);
}

/* Conteúdo sobre a imagem */
.split-left-content[b-j9iwme4vi1] {
    position: relative;
    z-index: 2;
    padding: 64px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: fadeUp-b-j9iwme4vi1 0.7s 0.1s ease both;
}

/* ════════════════════════════════
   SEPARADOR CENTRAL
   ════════════════════════════════ */
.split-separator[b-j9iwme4vi1] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    z-index: 3;
}

.split-separator-line[b-j9iwme4vi1] {
    width: 1.5px;
    height: 55%;
    background: linear-gradient(to bottom,
            transparent,
            #c9a84c 30%,
            #f9bb0b 70%,
            transparent);
    transform-origin: center;
    animation: lineGrow-b-j9iwme4vi1 1s 0.4s ease both;
}

/* ════════════════════════════════
   LADO DIREITO — fundo escuro
   ════════════════════════════════ */
.split-right[b-j9iwme4vi1] {
    background: #111a10;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}

/* Detalhe de fundo sutil */
.split-right[b-j9iwme4vi1]::before {
    content: '';
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 320px;
    height: 320px;
    background: radial-gradient(ellipse, rgba(201, 168, 76, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.split-right-content[b-j9iwme4vi1] {
    position: relative;
    z-index: 2;
    padding: 64px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: fadeUp-b-j9iwme4vi1 0.7s 0.2s ease both;
}

/* ════════════════════════════════
   ELEMENTOS COMPARTILHADOS
   ════════════════════════════════ */

/* Eyebrow */
.split-eyebrow[b-j9iwme4vi1] {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #f9bb0b;
}

/* Título */
.split-title[b-j9iwme4vi1] {
    font-family: 'Inter Tight', serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
    margin: 0;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
}

/* Linha divisória dourada */
.split-divider[b-j9iwme4vi1] {
    width: 36px;
    height: 1.5px;
    background: #f9bb0b;
    opacity: 0.7;
}

/* Texto descritivo */
.split-text[b-j9iwme4vi1] {
    font-family: 'Inter Tight', sans-serif;
    font-size: clamp(0.9rem, 1vw, 1rem);
    font-weight: 300;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    max-width: 480px;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
}

/* ── BOTÃO CLARO (lado esquerdo) ── */
.split-btn[b-j9iwme4vi1] {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    border-radius: 2px;
    margin-top: 8px;
    width: fit-content;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
}

.split-btn[b-j9iwme4vi1]::before {
    content: '';
    position: absolute;
    inset: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
}

.split-btn span[b-j9iwme4vi1],
.split-btn svg[b-j9iwme4vi1] {
    position: relative;
    z-index: 1;
}

/* Botão claro — borda branca */
.split-btn-light[b-j9iwme4vi1] {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.split-btn-light[b-j9iwme4vi1]::before {
    background: #ffffff;
}

.split-btn-light:hover[b-j9iwme4vi1] {
    color: #1c2a1b;
}

.split-btn-light:hover[b-j9iwme4vi1]::before {
    transform: scaleX(1);
}

/* Botão outline — borda dourada */
.split-btn-outline[b-j9iwme4vi1] {
    color: #f9bb0b;
    border: 1px solid rgba(201, 168, 76, 0.5);
}

.split-btn-outline[b-j9iwme4vi1]::before {
    background: #f9bb0b;
}

.split-btn-outline:hover[b-j9iwme4vi1] {
    color: #111a10;
}

.split-btn-outline:hover[b-j9iwme4vi1]::before {
    transform: scaleX(1);
}

/* ── RESPONSIVO ── */
@media (max-width: 900px) {
    .split-section[b-j9iwme4vi1] {
        grid-template-columns: 1fr;
        grid-template-rows: auto 2px auto;
    }

    .split-left[b-j9iwme4vi1] {
        min-height: 400px;
        align-items: flex-end;
    }

    .split-separator[b-j9iwme4vi1] {
        height: 2px;
        width: 100%;
    }

    .split-separator-line[b-j9iwme4vi1] {
        width: 55%;
        height: 1.5px;
        animation: none;
        background: linear-gradient(to right,
                transparent,
                #c9a84c 30%,
                #f9bb0b 70%,
                transparent);
    }

    .split-left-content[b-j9iwme4vi1],
    .split-right-content[b-j9iwme4vi1] {
        padding: 48px 28px;
    }
}

/* ============================================
   FLOREXT — Seção CTA Diferencial
   CtaSection.razor.css (scoped)
   ============================================ */

@keyframes fadeUp-b-j9iwme4vi1 {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cardReveal-b-j9iwme4vi1 {
    from {
        opacity: 0;
        transform: translateY(32px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ── SEÇÃO ── */
.cta-section[b-j9iwme4vi1] {
    position: relative;
    background: #2b3f2a;
    padding: 100px 0 120px;
    overflow: hidden;
}

/* Textura grain de fundo */
.cta-bg[b-j9iwme4vi1] {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    background-size: 200px;
    opacity: 0.5;
    pointer-events: none;
}

/* Detalhe radial dourado no fundo */
.cta-section[b-j9iwme4vi1]::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(ellipse, rgba(201, 168, 76, 0.07) 0%, transparent 65%);
    pointer-events: none;
}

/* ── CONTAINER ── */
.cta-container[b-j9iwme4vi1] {
    max-width: 100%;
    padding: 0 100px 100px 100px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 2;
}

/* ── ESQUERDA ── */
.cta-left[b-j9iwme4vi1] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: fadeUp-b-j9iwme4vi1 0.7s 0.1s ease both;
}

.cta-eyebrow[b-j9iwme4vi1] {
    font-family: 'Jost', sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #c9a84c;
    opacity: 0.85;
}

.cta-title[b-j9iwme4vi1] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3.2vw, 3.2rem);
    font-weight: 500;
    line-height: 1.15;
    color: #ffffff;
    margin: 0;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
}

.cta-highlight[b-j9iwme4vi1] {
    color: #c9a84c;
    font-style: italic;
}

.cta-subtitle[b-j9iwme4vi1] {
    font-family: 'Jost', sans-serif;
    font-size: clamp(0.9rem, 1vw, 1rem);
    ;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    max-width: 480px;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
}

/* ── CARD DIREITO ── */
.cta-card[b-j9iwme4vi1] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 168, 76, 0.2);
    border-radius: 4px;
    padding: 40px 44px;
    margin-right: 80px;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    animation: cardReveal-b-j9iwme4vi1 0.8s 0.3s ease both;

    /* Brilho sutil na borda superior */
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.04) inset,
        0 24px 48px rgba(0, 0, 0, 0.2);
}

.cta-card-title[b-j9iwme4vi1] {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}

/* ── LISTA ── */
.cta-list[b-j9iwme4vi1] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cta-list-item[b-j9iwme4vi1] {
    font-family: 'Jost', sans-serif;
    font-size: 0.88rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.4;
}

.cta-check[b-j9iwme4vi1] {
    color: #c9a84c;
    font-size: 0.85rem;
    font-weight: 600;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(201, 168, 76, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── BOTÃO ── */
.cta-btn[b-j9iwme4vi1] {
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1c2a1b;
    text-decoration: none;
    background: #c9a84c;
    padding: 14px 28px;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 4px;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 16px rgba(201, 168, 76, 0.25);
}

.cta-btn[b-j9iwme4vi1]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #e0c06a;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
}

.cta-btn span[b-j9iwme4vi1],
.cta-btn svg[b-j9iwme4vi1] {
    position: relative;
    z-index: 1;
}

.cta-btn:hover[b-j9iwme4vi1]::before {
    transform: scaleX(1);
}

.cta-btn:hover[b-j9iwme4vi1] {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(201, 168, 76, 0.35);
}

/* ── CURVA INFERIOR ── */
.cta-curve[b-j9iwme4vi1] {
    position: absolute;
    bottom: 0;
    /* ← era -1px */
    left: 0;
    width: 100%;
    z-index: 3;
    line-height: 0;
    pointer-events: none;
}

.cta-curve svg[b-j9iwme4vi1] {
    width: 100%;
    height: 100px;
    /* ← aumentei a altura da curva */
    display: block;
}

/* ── RESPONSIVO ── */
@media (max-width: 900px) {
    .cta-container[b-j9iwme4vi1] {
        grid-template-columns: 1fr;
        padding: 0 28px;
        gap: 48px;
    }

    .cta-card[b-j9iwme4vi1] {
        min-width: unset;
        width: 100%;
        padding: 32px 28px;
    }

    .cta-curve svg[b-j9iwme4vi1] {
        height: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {

    *[b-j9iwme4vi1],
    *[b-j9iwme4vi1]::before,
    *[b-j9iwme4vi1]::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

.cta-watermark[b-j9iwme4vi1] {
    position: absolute;
    bottom: -60px;
    right: -20px;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(6rem, 14vw, 14rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.04);
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    z-index: 1;
    line-height: 1;
}

/* ============================================
   FLOREXT — Seção FAQ
   FaqSection.razor.css (scoped)
   ============================================ */

@keyframes fadeUp-b-j9iwme4vi1 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── SEÇÃO ── */
.faq-section[b-j9iwme4vi1] {
    background: #ffffff;
    padding: 110px 0 120px;
}

/* ── CONTAINER ── */
.faq-container[b-j9iwme4vi1] {
    padding: 0 64px;
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 120px;
    align-items: start;
}

/* ════════════════════════════════
   COLUNA ESQUERDA
   ════════════════════════════════ */
.faq-left[b-j9iwme4vi1] {
    position: sticky;
    top: 96px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    animation: fadeUp-b-j9iwme4vi1 0.7s 0.1s ease both;
}

.faq-eyebrow[b-j9iwme4vi1] {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #f9bb0b;
}

.faq-title[b-j9iwme4vi1] {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.2;
    color: #1c2a1b;
    margin: 0;
    hyphens: none;
    word-break: keep-all;
}

.faq-highlight[b-j9iwme4vi1] {
    color: #f9bb0b;
    font-style: italic;
}

.faq-desc[b-j9iwme4vi1] {
    font-family: 'Inter Tight', sans-serif;
    font-size: clamp(0.9rem, 1vw, 1rem);
    font-weight: 400;
    line-height: 1.8;
    color: #777;
    margin: 0;
    text-align: justify;
}

/* ════════════════════════════════
   COLUNA DIREITA — ACCORDION
   ════════════════════════════════ */
.faq-right[b-j9iwme4vi1] {
    display: flex;
    flex-direction: column;
    animation: fadeUp-b-j9iwme4vi1 0.7s 0.2s ease both;
}

/* ── ITEM ── */
[b-j9iwme4vi1] .faq-item {
    border-bottom: 1px solid #ebebeb;
}

[b-j9iwme4vi1] .faq-item:first-child {
    border-top: 1px solid #ebebeb;
}

/* ── PERGUNTA ── */
[b-j9iwme4vi1] .faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 26px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    cursor: pointer;
    text-align: left;
    font-family: 'Inter Tight', sans-serif;
    font-size: clamp(0.9rem, 1vw, 1rem);
    font-weight: 500;
    color: #1c2a1b;
    line-height: 1.45;
    transition: color 0.2s ease;
}

[b-j9iwme4vi1] .faq-question:hover {
    color: #3d5c3c;
}

[b-j9iwme4vi1] .faq-open .faq-question {
    color: #1c2a1b;
}

/* Ícone + / − */
[b-j9iwme4vi1] .faq-icon {
    font-size: 1.3rem;
    font-weight: 300;
    color: #f9bb0b;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
    line-height: 1;
    transition: transform 0.3s ease;
}

/* ── RESPOSTA — fechada por padrão ── */
[b-j9iwme4vi1] .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease;
}

[b-j9iwme4vi1] .faq-answer p {
    font-family: 'Inter Tight', sans-serif;
    font-size: clamp(0.9rem, 1vw, 1rem);
    font-weight: 400;
    line-height: 1.85;
    color: #666;
    margin: 0;
    padding-bottom: 28px;
    padding-right: 52px;
}

/* ── ABERTO ── */
[b-j9iwme4vi1] .faq-open .faq-answer {
    max-height: 600px;
}

/* ── RESPONSIVO ── */
@media (max-width: 1200px) {
    .faq-container[b-j9iwme4vi1] {
        grid-template-columns: 360px 1fr;
        gap: 80px;
    }

    .faq-title[b-j9iwme4vi1] {
        font-size: 2rem;
    }
}

@media (max-width: 1024px) {
    .faq-container[b-j9iwme4vi1] {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 0 28px;
    }

    .faq-left[b-j9iwme4vi1] {
        position: static;
    }
}

/* ============================================
   FLOREXT — Banner CTA Fale Conosco
   BannerSection.razor.css (scoped)
   ============================================ */

@keyframes fadeUp-b-j9iwme4vi1 {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lineGrow-b-j9iwme4vi1 {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

/* ── SEÇÃO ── */
.banner-section[b-j9iwme4vi1] {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 100px 0 80px;
}

/* ── CURVA SUPERIOR ── */
.banner-curve-top[b-j9iwme4vi1] {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 3;
    line-height: 0;
    pointer-events: none;
}

.banner-curve-top svg[b-j9iwme4vi1] {
    width: 100%;
    height: 80px;
    display: block;
}

/* ── IMAGEM DE FUNDO ── */
.banner-bg[b-j9iwme4vi1] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 40%;
    background-repeat: no-repeat;
    transform: scale(1.03);
    animation: heroBgZoom-b-j9iwme4vi1 14s ease-out forwards;
}

@keyframes heroBgZoom-b-j9iwme4vi1 {
    from {
        transform: scale(1.05);
    }

    to {
        transform: scale(1.00);
    }
}

/* ── OVERLAY — escuro à esquerda, transparente à direita ── */
.banner-overlay[b-j9iwme4vi1] {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg,
            rgba(26, 43, 25, 0.92) 0%,
            rgba(26, 43, 25, 0.80) 35%,
            rgba(26, 43, 25, 0.50) 60%,
            rgba(26, 43, 25, 0.15) 100%);
}

/* ── CONTEÚDO ── */
.banner-content[b-j9iwme4vi1] {
    position: relative;
    z-index: 2;
    max-width: 100%;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    animation: fadeUp-b-j9iwme4vi1 0.8s 0.1s ease both;
}

/* Eyebrow */
.banner-eyebrow[b-j9iwme4vi1] {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #c9a84c;
}

/* Título */
.banner-title[b-j9iwme4vi1] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 2.8vw, 2.8rem);
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
    max-width: 600px;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
}

/* Palavra em dourado */
.banner-highlight[b-j9iwme4vi1] {
    color: #c9a84c;
    font-style: italic;
}

/* Linha dourada */
.banner-divider[b-j9iwme4vi1] {
    width: 48px;
    height: 1.5px;
    background: #c9a84c;
    transform-origin: left;
    animation: lineGrow-b-j9iwme4vi1 0.8s 0.5s ease both;
}

/* Descrição */
.banner-desc[b-j9iwme4vi1] {
    font-family: 'Inter Tight', sans-serif;
    font-size: clamp(0.9rem, 1vw, 1rem);
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    max-width: 500px;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
}

/* ── BOTÃO ── */
.banner-btn[b-j9iwme4vi1] {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1c2a1b;
    text-decoration: none;
    background: #c9a84c;
    padding: 14px 32px;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 16px rgba(201, 168, 76, 0.3);
}

.banner-btn[b-j9iwme4vi1]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #e0c06a;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
}

.banner-btn span[b-j9iwme4vi1],
.banner-btn svg[b-j9iwme4vi1] {
    position: relative;
    z-index: 1;
}

.banner-btn:hover[b-j9iwme4vi1]::before {
    transform: scaleX(1);
}

.banner-btn:hover[b-j9iwme4vi1] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 168, 76, 0.4);
}

/* ── RESPONSIVO ── */
@media (max-width: 768px) {
    .banner-content[b-j9iwme4vi1] {
        padding: 0 28px;
    }

    .banner-title[b-j9iwme4vi1] {
        font-size: 1.9rem;
    }

    .banner-curve-top svg[b-j9iwme4vi1] {
        height: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {

    *[b-j9iwme4vi1],
    *[b-j9iwme4vi1]::before,
    *[b-j9iwme4vi1]::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
