/**
 * Landing Page - /landing-page
 * Armazém do Eucalipto
 * landing-eucalipto.css — Prefix: lp2-
 * Cores: #201101 | #CD9C3D | #E9E4D0 | #4a3728
 */

/* =============================================
   BASE
   ============================================= */
.lp2-page {
    background-color: #E9E4D0;
    font-family: 'Inter', sans-serif;
    color: #201101;
    margin: 0;
    padding: 0;
}

.lp2-page *, .lp2-page *::before, .lp2-page *::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
    .lp2-page *, .lp2-page *::before, .lp2-page *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

.lp2-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* =============================================
   BOTÕES
   ============================================= */
.lp2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 6px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease,
                color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
    line-height: 1;
}

.lp2-btn--gold {
    background: #CD9C3D;
    color: #201101;
    border-color: #CD9C3D;
    box-shadow: 0 4px 15px rgba(205,156,61,0.3);
}
.lp2-btn--gold:hover {
    background: #b8892f;
    border-color: #b8892f;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(205,156,61,0.45);
}

.lp2-btn--outline {
    background: transparent;
    color: #E9E4D0;
    border-color: rgba(233,228,208,0.45);
}
.lp2-btn--outline:hover {
    background: rgba(233,228,208,0.08);
    border-color: #CD9C3D;
    color: #CD9C3D;
}

.lp2-btn--green {
    background: linear-gradient(135deg, #25D366 0%, #1da851 100%);
    color: #fff;
    border: none;
    box-shadow: 0 8px 24px rgba(37,211,102,0.3);
    position: relative;
    overflow: hidden;
}
.lp2-btn--green::after {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transform: skewX(-20deg);
    transition: none;
}
.lp2-btn--green:hover::after {
    left: 200%;
    transition: all 0.7s ease-in-out;
}
.lp2-btn--green:hover {
    background: linear-gradient(135deg, #1ebe5a 0%, #169345 100%);
    box-shadow: 0 12px 30px rgba(37,211,102,0.45);
    color: #fff;
    transform: translateY(-1px);
}

.lp2-btn--wide { width: 100%; font-size: 1.05rem; padding: 1.1rem 2rem; }

/* =============================================
   HERO PREMIUM — Full Screen
   ============================================= */
.lp2-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #1a0800;
}

/* Foto de fundo */
.lp2-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 60%;
    background-repeat: no-repeat;
    filter: saturate(0.75) brightness(0.72);
    transition: transform 12s ease;
    will-change: transform;
}
.lp2-hero:hover .lp2-hero__bg { transform: scale(1.05); }

/* Overlay — suave mas com contraste suficiente para o texto */
.lp2-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        /* Camada base uniforme */
        linear-gradient(to bottom,
            rgba(20,8,0,0.62) 0%,
            rgba(20,8,0,0.52) 25%,
            rgba(20,8,0,0.55) 60%,
            rgba(20,8,0,0.80) 100%),
        /* Vinheta radial nas bordas */
        radial-gradient(ellipse at center,
            rgba(20,8,0,0.10) 20%,
            rgba(20,8,0,0.55) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Conteúdo central */
.lp2-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6rem 1.5rem 3rem;
    max-width: 820px;
    width: 100%;
    flex: 1;
    justify-content: center;
}

/* Logo */
.lp2-logo {
    max-width: 377px;
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
    filter: drop-shadow(0 3px 16px rgba(0,0,0,0.6)) brightness(1.05);
}

/* Eyebrow */
.lp2-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}
.lp2-hero__eyebrow-line {
    width: 30px; height: 2px;
    background: #CD9C3D;
    flex-shrink: 0;
}
.lp2-hero__eyebrow-text {
    color: #CD9C3D;
    font-family: 'Outfit', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3.5px;
}

/* Título */
.lp2-hero__title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.05;
    letter-spacing: -2px;
    margin-bottom: 1.25rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6), 0 6px 30px rgba(0,0,0,0.45);
}
.lp2-hero__title span {
    color: #CD9C3D;
    display: block;
}

/* Subtítulo */
.lp2-hero__subtitle {
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    color: rgba(233,228,208,0.82);
    line-height: 1.8;
    margin-bottom: 2.75rem;
    max-width: 580px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.7), 0 4px 16px rgba(0,0,0,0.4);
}
.lp2-hero__subtitle strong { color: #E9C97A; font-weight: 700; }

/* CTAs */
.lp2-hero__ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

/* Stats bar — ancorada no fundo do hero */
.lp2-hero__statsbar {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 1.75rem 2rem;
    background: #2C1A0E;
    border-top: 1px solid rgba(205,156,61,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.lp2-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    flex: 0 0 auto;
    padding: 0 3.5rem;
}
.lp2-stat + .lp2-stat {
    border-left: 1px solid rgba(205,156,61,0.18);
}
.lp2-stat__num {
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: #CD9C3D;
    line-height: 1;
    letter-spacing: -1px;
}
.lp2-stat__label {
    font-size: 0.68rem;
    color: rgba(233,228,208,0.55);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

/* Scroll chevron */
.lp2-scroll {
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}
.lp2-scroll span {
    display: block;
    width: 10px; height: 10px;
    border-right: 2px solid rgba(205,156,61,0.65);
    border-bottom: 2px solid rgba(205,156,61,0.65);
    transform: rotate(45deg);
    animation: lp2chevron 1.6s infinite;
}
.lp2-scroll span:nth-child(2) { animation-delay: 0.2s; }
.lp2-scroll span:nth-child(3) { animation-delay: 0.4s; }

@keyframes lp2chevron {
    0%   { opacity: 0; transform: rotate(45deg) translate(-4px,-4px); }
    50%  { opacity: 1; }
    100% { opacity: 0; transform: rotate(45deg) translate(4px,4px); }
}

/* =============================================
   SOBRE + FORMULÁRIO
   ============================================= */
.lp2-intro {
    background: #fff;
    padding: 5.5rem 0;
}

.lp2-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

/* Coluna esquerda */
.lp2-intro__label {
    display: inline-block;
    color: #AF8656;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0.75rem;
}

.lp2-intro__title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #201101;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
}
.lp2-intro__title strong { color: #201101; }

.lp2-intro__text {
    font-size: 0.95rem;
    color: #4a3728;
    line-height: 1.85;
    margin-bottom: 1rem;
}
.lp2-intro__text strong { color: #201101; font-weight: 700; }

.lp2-intro__imgwrap {
    margin-top: 2rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(32,17,1,0.12);
}
.lp2-intro__img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.lp2-intro__imgwrap:hover .lp2-intro__img { transform: scale(1.04); }

/* Formulário (coluna direita) */
.lp2-form-card {
    background: #ffffff;
    border: 1px solid #e8e2d4;
    border-radius: 16px;
    padding: 2.2rem;
    box-shadow: 0 20px 50px rgba(32,17,1,0.1), 0 0 0 1px rgba(205,156,61,0.1);
    position: sticky;
    top: 2rem;
}

.lp2-form-card__pretitle {
    text-align: center;
    color: #AF8656;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.lp2-form-card__title {
    font-family: 'Inter', sans-serif;
    font-size: 0.92rem;
    color: #4a3728;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 1.75rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0ece1;
}

.lp2-fgroup {
    margin-bottom: 0.9rem;
}

.lp2-flabel {
    display: block;
    margin-bottom: 0.4rem;
    color: #444;
    font-weight: 700;
    font-size: 0.82rem;
}

.lp2-finput,
.lp2-fselect,
.lp2-ftextarea {
    width: 100%;
    padding: 0.78rem 1rem;
    border: 2px solid #f0ece1;
    border-radius: 10px;
    font-size: 0.94rem;
    color: #201101;
    background: #faf9f6;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    outline: none;
    appearance: none;
}

.lp2-finput::placeholder,
.lp2-ftextarea::placeholder { color: #aaa; }

.lp2-finput:focus,
.lp2-fselect:focus,
.lp2-ftextarea:focus {
    border-color: #CD9C3D;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(205,156,61,0.12);
}

.lp2-ftextarea { resize: vertical; min-height: 90px; }

.lp2-fselect {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
    cursor: pointer;
}

.lp2-form-card .lp2-btn--green {
    width: 100%;
    margin-top: 1rem;
    font-size: 1.05rem;
    padding: 1.1rem 2rem;
}

/* =============================================
   EUCALIPTO TRATADO
   ============================================= */
.lp2-eucalipto {
    background: #2c1a0e;
    padding: 5.5rem 0;
}

.lp2-eucalipto__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* Galeria */
.lp2-gallery {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lp2-gallery__main {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0,0,0,0.35);
    border: 1px solid rgba(205,156,61,0.12);
}
.lp2-gallery__main img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}
.lp2-gallery__main:hover img { transform: scale(1.04); }

.lp2-gallery__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.lp2-gallery__thumb {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0,0,0,0.28);
    border: 1px solid rgba(205,156,61,0.1);
}
.lp2-gallery__thumb img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}
.lp2-gallery__thumb:hover img { transform: scale(1.07); }

/* Conteúdo */
.lp2-eucalipto__label {
    display: inline-block;
    color: #CD9C3D;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0.75rem;
}

.lp2-eucalipto__title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
}
.lp2-eucalipto__title strong { color: #CD9C3D; }

.lp2-eucalipto__text {
    font-size: 0.94rem;
    color: rgba(233,228,208,0.88);
    line-height: 1.85;
    margin-bottom: 1rem;
}

.lp2-eucalipto__cta { margin-top: 2rem; }

/* =============================================
   PINUS TRATADO
   ============================================= */
.lp2-pinus {
    background: #E9E4D0;
    padding: 5.5rem 0;
}

.lp2-section-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 3.5rem auto;
}

.lp2-section-header .lp2-intro__label { display: block; }

.lp2-section-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #201101;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 1.25rem;
}

.lp2-section-subtitle {
    font-size: 0.94rem;
    color: #4a3728;
    line-height: 1.85;
    margin-bottom: 0.75rem;
}
.lp2-section-subtitle strong { color: #201101; font-weight: 700; }

.lp2-pinus__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.lp2-pinus__card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(32,17,1,0.1);
    aspect-ratio: 4/3;
    border: 1px solid rgba(175,134,86,0.15);
}
.lp2-pinus__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}
.lp2-pinus__card:hover img { transform: scale(1.07); }

.lp2-pinus__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(32,17,1,0.5) 0%, transparent 55%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.lp2-pinus__card:hover .lp2-pinus__overlay { opacity: 1; }

.lp2-pinus__cta { text-align: center; }

/* =============================================
   MINI FOOTER
   ============================================= */
.lp2-footer {
    background: #2C1A0E;
    padding: 2rem 0;
    text-align: center;
}

.lp2-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.lp2-footer__logo {
    max-width: 140px;
    height: auto;
    opacity: 0.5;
}

.lp2-footer__copy {
    color: rgba(255,255,255,0.4);
    font-size: 0.82rem;
    margin: 0;
}

.lp2-footer__wp {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #25D366;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.2s;
}
.lp2-footer__wp:hover { opacity: 1; }

/* =============================================
   RESPONSIVIDADE
   ============================================= */

/* Tablet (≤ 1024px) */
@media (max-width: 1024px) {
    /* Hero full-screen: ajustes tablet */
    .lp2-hero__content { padding: 5rem 1.5rem 3rem; }
    .lp2-stat { padding: 0 2rem; }
    .lp2-scroll { bottom: 5.5rem; }

    .lp2-intro__grid,
    .lp2-eucalipto__grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .lp2-form-card { position: static; }

    .lp2-gallery__main img { height: 280px; }

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

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
    .lp2-intro,
    .lp2-eucalipto,
    .lp2-pinus { padding: 3.5rem 0; }

    .lp2-hero__ctas { flex-direction: column; align-items: center; }
    .lp2-hero__ctas .lp2-btn { width: 100%; max-width: 320px; }

    .lp2-gallery__row { grid-template-columns: 1fr 1fr; }
    .lp2-gallery__thumb img { height: 130px; }

    .lp2-pinus__grid { grid-template-columns: 1fr; }
}

/* Small mobile (≤ 480px) */
@media (max-width: 480px) {
    .lp2-hero__title { font-size: 1.95rem; letter-spacing: -0.5px; }

    .lp2-form-card { padding: 1.5rem; }

    .lp2-gallery__main img { height: 220px; }
    .lp2-gallery__row { grid-template-columns: 1fr 1fr; }
    .lp2-gallery__thumb img { height: 110px; }
}
