/*
  Landing Page - Dedetizadora / Controle de Pragas
  Estrutura leve em PHP + CSS puro + JavaScript nativo.
*/
:root {
    --green-900: #063b25;
    --green-800: #0b5a35;
    --green-700: #0d7f3f;
    --green-500: #66b82f;
    --green-100: #eaf7df;
    --blue-600: #0099d8;
    --red-600: #df1717;
    --dark: #17211c;
    --muted: #647067;
    --line: #dfe8df;
    --white: #ffffff;
    --off: #f6faf6;
    --shadow: 0 20px 60px rgba(6, 59, 37, .14);
    --radius: 22px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--dark);
    background: var(--white);
    line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(100% - 32px, var(--container)); margin: 0 auto; }

.topbar {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1000;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(223,232,223,.8);
    transition: box-shadow .25s ease, background .25s ease;
}
.topbar.is-sticky { box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.topbar__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand img { width: 220px; max-height: 74px; object-fit: contain; }
.brand__text { font-weight: 800; color: var(--green-800); font-size: 1.25rem; }
.nav { display: flex; align-items: center; gap: 22px; font-weight: 700; color: var(--green-900); }
.nav a { padding: 10px 0; position: relative; }
.nav a:not(.nav__cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--green-500); transition: right .2s ease; }
.nav a:hover::after { right: 0; }
.nav__cta { background: var(--green-700); color: var(--white); padding: 10px 18px !important; border-radius: 999px; box-shadow: 0 10px 20px rgba(13,127,63,.18); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: var(--green-100); border-radius: 12px; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--green-900); margin: 5px auto; }

.hero {
    padding: 136px 0 72px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 25%, rgba(102,184,47,.16), transparent 32%),
        linear-gradient(135deg, #f7fbf7 0%, #ffffff 46%, #eef8ee 100%);
}
.hero::before {
    content: '';
    position: absolute;
    inset: auto -12% -35% auto;
    width: 540px;
    height: 540px;
    background: rgba(0,153,216,.08);
    border-radius: 50%;
}
.hero__grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 48px; align-items: center; position: relative; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--green-700); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.eyebrow::before { content: ''; width: 30px; height: 3px; border-radius: 10px; background: var(--green-500); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.3rem, 5vw, 4.6rem); line-height: .98; letter-spacing: -0.05em; margin: 16px 0 20px; color: var(--green-900); }
h2 { font-size: clamp(1.85rem, 3.4vw, 3rem); line-height: 1.08; letter-spacing: -0.035em; color: var(--green-900); margin-bottom: 14px; }
h3 { font-size: 1.25rem; line-height: 1.2; margin-bottom: 10px; color: var(--green-900); }
.hero__content > p, .section__header p, .about p, .form__grid p, .pest__grid p { color: var(--muted); font-size: 1.08rem; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 30px 0 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 14px 22px; border-radius: 999px; border: 2px solid transparent; cursor: pointer; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--green-700); color: var(--white); box-shadow: 0 14px 30px rgba(13,127,63,.22); }
.btn--outline { color: var(--green-800); border-color: var(--green-700); background: var(--white); }
.btn--light { background: var(--white); color: var(--green-800); }
.btn--full { width: 100%; }
.hero__trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 580px; }
.hero__trust div { background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: 18px; padding: 14px 16px; }
.hero__trust strong { display: block; color: var(--green-700); font-size: 1.6rem; line-height: 1; }
.hero__trust span { color: var(--muted); font-size: .9rem; }
.hero__card { position: relative; background: var(--white); padding: 22px; border-radius: 34px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.hero__card img { border-radius: 26px; aspect-ratio: 1/1; object-fit: cover; background: #f0f4f0; }
.hero__notice { position: absolute; left: 0; right: 0; bottom: 36px; margin: 0 auto; width: calc(100% - 54px); background: rgba(6,59,37,.92); color: var(--white); padding: 16px 18px; border-radius: 18px; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.hero__notice strong { display: block; }
.hero__notice span { color: rgba(255,255,255,.86); font-size: .94rem; }

.pain-points { padding: 24px 0 70px; background: var(--white); }
.pain-points__grid, .services-grid, .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pain-card, .service-card, .review-card, .lead-form, .contact-box { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 40px rgba(6,59,37,.08); }
.pain-card { padding: 24px; }
.pain-card span { font-size: 2rem; }
.pain-card p, .service-card p, .review-card p { color: var(--muted); margin-bottom: 0; }
.section { padding: 86px 0; }
.section--green { background: linear-gradient(135deg, var(--green-900), var(--green-800)); color: var(--white); }
.section--green h2, .section--green .eyebrow { color: var(--white); }
.section--green .eyebrow::before { background: var(--blue-600); }
.section--green p { color: rgba(255,255,255,.82); }
.section__header { text-align: center; max-width: 780px; margin: 0 auto 42px; }
.section__header .eyebrow { justify-content: center; }
.service-card { padding: 28px; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card__icon { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; background: var(--green-100); border-radius: 16px; font-size: 1.8rem; margin-bottom: 18px; }

.pest__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; }
.pest-tags { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.pest-tags span { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); color: var(--white); padding: 10px 14px; border-radius: 999px; font-weight: 800; }
.product-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.product-gallery img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 20px; background: var(--white); border: 1px solid rgba(255,255,255,.3); box-shadow: 0 20px 45px rgba(0,0,0,.18); }
.review-card { padding: 28px; }
.stars { color: #ffb400; letter-spacing: 2px; margin-bottom: 14px; font-size: 1.1rem; }
.review-card strong { display: block; margin-top: 16px; color: var(--green-800); }
.about { background: var(--off); }
.about__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; }
.about__image img { border-radius: 28px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.checklist { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.checklist li { position: relative; padding-left: 32px; color: var(--dark); font-weight: 700; }
.checklist li::before { content: '✓'; position: absolute; left: 0; top: -1px; width: 22px; height: 22px; border-radius: 50%; background: var(--green-700); color: var(--white); display: inline-flex; align-items: center; justify-content: center; font-size: .86rem; }
.cta-strip { background: var(--green-700); color: var(--white); padding: 46px 0; }
.cta-strip h2, .cta-strip p, .cta-strip .eyebrow { color: var(--white); }
.cta-strip .eyebrow::before { background: var(--white); }
.cta-strip__inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.cta-strip p { margin-bottom: 0; opacity: .9; }
.form__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 44px; align-items: start; }
.contact-box { padding: 22px; margin-top: 24px; display: grid; gap: 8px; }
.contact-box a { color: var(--green-700); font-size: 1.5rem; font-weight: 900; }
.contact-box span { color: var(--muted); }
.lead-form { padding: 28px; display: grid; gap: 16px; }
.lead-form label { display: grid; gap: 8px; font-weight: 900; color: var(--green-900); }
.lead-form input, .lead-form textarea, .lead-form select {
    width: 100%;
    border: 1px solid #cfdccf;
    border-radius: 14px;
    padding: 14px 15px;
    background: #fbfdfb;
    color: var(--dark);
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.lead-form input:focus, .lead-form textarea:focus, .lead-form select:focus { border-color: var(--green-700); box-shadow: 0 0 0 4px rgba(13,127,63,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-hidden { position: absolute; left: -9999px; opacity: 0; }
.form-feedback { min-height: 22px; margin: 0; font-weight: 800; color: var(--green-800); }
.form-feedback.is-error { color: #b42318; }
code { background: var(--green-100); color: var(--green-900); padding: 2px 6px; border-radius: 6px; }
.footer { background: var(--green-900); color: var(--white); padding: 54px 0 24px; }
.footer__grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 32px; }
.footer p { color: rgba(255,255,255,.78); margin-bottom: 8px; }
.footer a { color: var(--white); font-weight: 800; }
.footer__small { font-size: .95rem; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.16); margin-top: 34px; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px 22px; flex-wrap: wrap; color: rgba(255,255,255,.74); font-size: .92rem; }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 1001; width: 62px; height: 62px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #25d366; color: var(--white); font-size: 1.7rem; box-shadow: 0 16px 35px rgba(37,211,102,.36); border: 3px solid var(--white); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
    .menu-toggle { display: inline-block; }
    .nav { position: absolute; top: 82px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); padding: 16px; }
    .nav.is-open { display: flex; }
    .nav a { padding: 12px 14px; }
    .nav__cta { text-align: center; }
    .hero__grid, .pest__grid, .about__grid, .form__grid { grid-template-columns: 1fr; }
    .hero { padding-top: 122px; }
    .pain-points__grid, .services-grid, .reviews-grid { grid-template-columns: 1fr 1fr; }
    .footer__grid { grid-template-columns: 1fr; }
    .footer__bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
    .container { width: min(100% - 22px, var(--container)); }
    .topbar__inner { min-height: 74px; }
    .brand img { width: 184px; }
    .nav { top: 74px; }
    .hero { padding: 110px 0 56px; }
    .hero__actions, .cta-strip__inner { align-items: stretch; flex-direction: column; }
    .btn { width: 100%; }
    .hero__trust, .pain-points__grid, .services-grid, .reviews-grid, .product-gallery, .form-row { grid-template-columns: 1fr; }
    .hero__notice { position: static; width: 100%; margin-top: 14px; }
    .section { padding: 64px 0; }
    .lead-form { padding: 20px; }
}



/* Rodapé - selo de criação Jacy Cordeiro */
.footer__creator {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    width: auto !important;
    max-width: 100% !important;
    min-height: 42px !important;
    border: 1px solid rgba(255, 193, 7, .78) !important;
    border-radius: 999px !important;
    padding: 6px 13px 6px 7px !important;
    color: #ffc107 !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    background: rgba(255, 193, 7, .05) !important;
    transition: .2s ease !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}
.footer__creator:hover {
    background: rgba(255, 193, 7, .13) !important;
    transform: translateY(-1px) !important;
}
.footer__creator-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
}
.footer__creator img,
.footer__creator-icon img {
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    display: block !important;
}
.footer__creator-text {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    font-size: .92rem !important;
    letter-spacing: .01em !important;
}
.footer__creator-text strong {
    color: #ffc107 !important;
    font-weight: 900 !important;
}

@media (max-width: 760px) {
    .footer__bottom {
        align-items: flex-start;
    }
    .footer__creator {
        white-space: normal !important;
        min-height: 40px !important;
    }
    .footer__creator-text {
        font-size: .88rem !important;
    }
}

/* Ajuste final do rodapé: selo menor + ícone de login sem sobrepor o WhatsApp */
.footer__bottom {
    display: grid !important;
    grid-template-columns: minmax(220px, 1fr) minmax(260px, auto) auto !important;
    align-items: center !important;
    gap: 14px 22px !important;
    padding-right: 90px !important;
}
.footer__creator-actions {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    min-width: 0 !important;
}
.footer__creator {
    min-height: 34px !important;
    height: 34px !important;
    gap: 7px !important;
    padding: 5px 11px 5px 6px !important;
    font-size: .82rem !important;
    max-width: 260px !important;
    overflow: hidden !important;
}
.footer__creator-icon {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
}
.footer__creator img,
.footer__creator-icon img {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
}
.footer__creator-text {
    font-size: .82rem !important;
    line-height: 1 !important;
    max-width: 195px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.footer__login-icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255,255,255,.38) !important;
    background: rgba(255,255,255,.08) !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1 !important;
    text-decoration: none !important;
}
.footer__login-icon:hover {
    background: rgba(255,255,255,.16) !important;
    transform: translateY(-1px) !important;
}
@media (max-width: 980px) {
    .footer__bottom {
        grid-template-columns: 1fr !important;
        padding-right: 0 !important;
        align-items: flex-start !important;
    }
    .footer__creator-actions {
        justify-content: flex-start !important;
    }
}
@media (max-width: 520px) {
    .footer__creator {
        max-width: calc(100vw - 92px) !important;
    }
    .footer__creator-text {
        max-width: calc(100vw - 145px) !important;
    }
}

/* Produtos técnicos com downloads de catálogos */
.produto-destaque-card__download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 12px;
    padding: 11px 16px;
    border-radius: 999px;
    background: #0d7f3f;
    color: #fff !important;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 12px 25px rgba(13, 127, 63, .18);
}
.produto-destaque-card__download:hover {
    background: #096c35;
    color: #fff !important;
    transform: translateY(-1px);
}
.produto-destaque-card__sem-pdf {
    display: inline-flex;
    width: fit-content;
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff3cd;
    color: #7a5d00;
    font-weight: 800;
}

/* Páginas legais e conformidade para tráfego pago */
.legal-hero {
    padding: 132px 0 48px;
    background:
        radial-gradient(circle at 18% 20%, rgba(102,184,47,.14), transparent 30%),
        linear-gradient(135deg, #f7fbf7 0%, #ffffff 55%, #eef8ee 100%);
    border-bottom: 1px solid var(--line);
}
.legal-hero__box {
    max-width: 920px;
}
.legal-hero h1 {
    margin-bottom: 14px;
}
.legal-hero p {
    color: var(--muted);
    font-size: 1.08rem;
    max-width: 760px;
}
.legal-content {
    padding: 54px 0 80px;
    background: var(--white);
}
.legal-content__grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}
.legal-sidebar {
    position: sticky;
    top: 106px;
    background: var(--off);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 18px;
}
.legal-sidebar strong {
    display: block;
    margin-bottom: 12px;
    color: var(--green-900);
}
.legal-sidebar a {
    display: block;
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--green-800);
    font-weight: 800;
}
.legal-sidebar a:hover {
    background: var(--green-100);
}
.legal-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: 0 14px 40px rgba(6,59,37,.08);
    padding: 30px;
}
.legal-card + .legal-card {
    margin-top: 20px;
}
.legal-card h2 {
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    margin-bottom: 12px;
}
.legal-card p,
.legal-card li {
    color: var(--muted);
}
.legal-card ul {
    margin: 0;
    padding-left: 20px;
}
.legal-note {
    background: var(--green-100);
    border: 1px solid rgba(13,127,63,.18);
    color: var(--green-900) !important;
    padding: 14px 16px;
    border-radius: 16px;
    font-weight: 800;
}
.footer__grid {
    grid-template-columns: 1.15fr .8fr 1fr .82fr !important;
}
.footer__grid > div:last-child p {
    margin-bottom: 4px;
}

/* Aviso de cookies */
.cookie-consent {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 1100;
    width: min(620px, calc(100% - 36px));
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 18px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(13,127,63,.18);
    border-radius: 22px;
    box-shadow: 0 20px 60px rgba(6,59,37,.18);
    backdrop-filter: blur(12px);
}
.cookie-consent[hidden] {
    display: none !important;
}
.cookie-consent strong {
    display: block;
    color: var(--green-900);
    font-size: 1.02rem;
    margin-bottom: 4px;
}
.cookie-consent p {
    margin: 0;
    color: var(--muted);
    font-size: .94rem;
    line-height: 1.45;
}
.cookie-consent__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 8px;
}
.cookie-consent__links a {
    color: var(--green-700);
    font-weight: 900;
    font-size: .9rem;
}
.cookie-consent__actions {
    display: flex;
    gap: 10px;
    align-items: center;
}
.cookie-consent button {
    min-height: 42px;
    padding: 10px 15px;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 900;
}
.cookie-consent__primary {
    background: var(--green-700);
    color: var(--white);
    box-shadow: 0 10px 24px rgba(13,127,63,.2);
}
.cookie-consent__secondary {
    background: var(--white);
    color: var(--green-800);
    border-color: rgba(13,127,63,.28) !important;
}
.cookie-consent button:hover {
    transform: translateY(-1px);
}
@media (max-width: 980px) {
    .legal-content__grid {
        grid-template-columns: 1fr;
    }
    .legal-sidebar {
        position: static;
    }
    .footer__grid {
        grid-template-columns: 1fr !important;
    }
    .cookie-consent {
        grid-template-columns: 1fr;
        right: 18px;
    }
    .cookie-consent__actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}
@media (max-width: 520px) {
    .legal-hero {
        padding-top: 116px;
    }
    .legal-card {
        padding: 22px;
    }
    .cookie-consent {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
    }
    .cookie-consent__actions button {
        flex: 1;
    }
}

/* Rodapé profissional alinhado */
.footer {
    padding: 58px 0 28px !important;
    background:
        radial-gradient(circle at 12% 0%, rgba(102,184,47,.12), transparent 34%),
        linear-gradient(135deg, #063b25 0%, #04331f 54%, #021f14 100%) !important;
    color: var(--white) !important;
}
.footer__panel {
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 28px !important;
    background: rgba(255,255,255,.035) !important;
    box-shadow: 0 24px 70px rgba(0,0,0,.14) !important;
    padding: 34px 34px 24px !important;
}
.footer__grid {
    display: grid !important;
    grid-template-columns: minmax(250px, 1.25fr) minmax(180px, .78fr) minmax(250px, 1.04fr) minmax(220px, .9fr) !important;
    gap: 28px !important;
    align-items: start !important;
}
.footer__col {
    min-width: 0 !important;
}
.footer__label {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    margin-bottom: 11px !important;
    padding: 6px 10px !important;
    border: 1px solid rgba(102,184,47,.28) !important;
    border-radius: 999px !important;
    background: rgba(102,184,47,.12) !important;
    color: #b9f39b !important;
    font-size: .72rem !important;
    font-weight: 900 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
}
.footer strong {
    display: block !important;
    margin-bottom: 10px !important;
    color: #ffffff !important;
    font-size: 1.03rem !important;
    line-height: 1.25 !important;
}
.footer p {
    margin: 0 0 9px !important;
    color: rgba(255,255,255,.82) !important;
    line-height: 1.58 !important;
}
.footer__small {
    max-width: 380px !important;
    color: rgba(255,255,255,.68) !important;
    font-size: .95rem !important;
}
.footer a {
    color: #ffffff !important;
    text-decoration: none !important;
}
.footer__phone {
    display: inline-flex !important;
    font-size: 1.06rem !important;
    font-weight: 900 !important;
    letter-spacing: .01em !important;
}
.footer__whatsapp {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 4px !important;
    padding: 9px 13px !important;
    border-radius: 999px !important;
    background: rgba(37,211,102,.13) !important;
    border: 1px solid rgba(37,211,102,.28) !important;
    color: #eafff0 !important;
    font-weight: 900 !important;
}
.footer__whatsapp:hover,
.footer__links a:hover {
    transform: translateY(-1px) !important;
    background: rgba(255,255,255,.13) !important;
}
.footer__links {
    display: grid !important;
    gap: 9px !important;
}
.footer__links a {
    display: flex !important;
    align-items: center !important;
    min-height: 40px !important;
    padding: 9px 12px !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.06) !important;
    color: rgba(255,255,255,.92) !important;
    font-weight: 850 !important;
    transition: .2s ease !important;
}
.footer__bottom {
    display: grid !important;
    grid-template-columns: minmax(260px, 1fr) minmax(260px, auto) auto !important;
    align-items: center !important;
    gap: 16px 24px !important;
    margin-top: 28px !important;
    padding: 20px 90px 0 0 !important;
    border-top: 1px solid rgba(255,255,255,.14) !important;
    color: rgba(255,255,255,.74) !important;
    font-size: .92rem !important;
}
.footer__creator-actions {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    min-width: 0 !important;
}
@media (max-width: 1100px) {
    .footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 980px) {
    .footer {
        padding: 44px 0 22px !important;
    }
    .footer__panel {
        padding: 26px 22px 22px !important;
        border-radius: 22px !important;
    }
    .footer__grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
    .footer__bottom {
        grid-template-columns: 1fr !important;
        align-items: flex-start !important;
        padding-right: 0 !important;
    }
    .footer__creator-actions {
        justify-content: flex-start !important;
    }
}
@media (max-width: 520px) {
    .footer__panel {
        padding: 22px 16px !important;
    }
    .footer__links a,
    .footer__whatsapp {
        width: 100% !important;
    }
}

/* Rodapé 100% da página - sem cartão centralizado */
.footer {
    padding: 0 !important;
    background:
        radial-gradient(circle at 10% 0%, rgba(102,184,47,.13), transparent 34%),
        linear-gradient(135deg, #063b25 0%, #04331f 54%, #021f14 100%) !important;
    color: var(--white) !important;
}
.footer .container.footer__panel {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 58px clamp(26px, 7vw, 118px) 28px !important;
}
.footer__grid {
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: minmax(260px, 1.25fr) minmax(190px, .78fr) minmax(270px, 1.05fr) minmax(230px, .9fr) !important;
    gap: 34px !important;
    align-items: start !important;
}
.footer__bottom {
    width: 100% !important;
    max-width: 1280px !important;
    margin: 32px auto 0 !important;
    padding: 22px 86px 0 0 !important;
    border-top: 1px solid rgba(255,255,255,.14) !important;
    display: grid !important;
    grid-template-columns: minmax(280px, 1fr) minmax(280px, auto) auto !important;
    align-items: center !important;
    gap: 16px 24px !important;
}
.footer__label {
    margin-bottom: 12px !important;
}
.footer__whatsapp {
    min-width: 168px !important;
    min-height: 44px !important;
    padding: 10px 18px !important;
}
.footer__links a {
    min-height: 42px !important;
    padding: 10px 14px !important;
}
@media (max-width: 1100px) {
    .footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: 900px !important;
    }
    .footer__bottom {
        max-width: 900px !important;
        grid-template-columns: 1fr !important;
        align-items: flex-start !important;
        padding-right: 0 !important;
    }
    .footer__creator-actions {
        justify-content: flex-start !important;
    }
}
@media (max-width: 760px) {
    .footer .container.footer__panel {
        padding: 42px 22px 24px !important;
    }
    .footer__grid {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
    }
    .footer__links a,
    .footer__whatsapp {
        width: 100% !important;
    }
}

/* Ajuste final: selo "Criado por" em formato banner, sem imagem quadrada */
.footer__creator-actions {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    width: auto !important;
    max-width: 100% !important;
}
.footer__creator {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: auto !important;
    max-width: none !important;
    min-width: 126px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 5px 10px 5px 12px !important;
    border: 1px solid rgba(255, 213, 48, .95) !important;
    border-radius: 999px !important;
    background: rgba(255, 213, 48, .06) !important;
    color: #ffd530 !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12) !important;
    overflow: hidden !important;
    text-decoration: none !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}
.footer__creator:hover {
    background: rgba(255, 213, 48, .14) !important;
    transform: translateY(-1px) !important;
}
.footer__creator-text {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    color: #ffd530 !important;
    font-size: .82rem !important;
    font-weight: 900 !important;
    letter-spacing: .01em !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
}
.footer__creator-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: 38px !important;
    height: 22px !important;
    min-width: 38px !important;
    min-height: 22px !important;
    max-width: 38px !important;
    max-height: 22px !important;
    border-radius: 8px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, .98) !important;
}
.footer__creator img,
.footer__creator-icon img {
    display: block !important;
    width: 38px !important;
    height: 22px !important;
    min-width: 38px !important;
    min-height: 22px !important;
    max-width: 38px !important;
    max-height: 22px !important;
    border-radius: 8px !important;
    object-fit: cover !important;
}
.footer__login-icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 50% !important;
}
@media (max-width: 760px) {
    .footer__creator-actions {
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
    }
    .footer__creator {
        min-width: 126px !important;
        max-width: calc(100vw - 92px) !important;
    }
}
.recaptcha-box{margin:14px 0;display:flex;justify-content:flex-start;max-width:100%;overflow:hidden}.recaptcha-box--center{justify-content:center}@media(max-width:380px){.recaptcha-box{transform:scale(.9);transform-origin:left center;width:304px}.recaptcha-box--center{transform-origin:center center}}
