*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --vermelho: #C0392B;
    --vermelho-escuro: #8B0000;
    --vermelho-claro: #b34e4e;
    --rosa1: #d8cecd;
    --turquesa: #00AEEF;
    --turquesa-escuro: #0090C8;
    --dourado: #D4AF37;
    --creme: #FAF0E0;
    --creme-escuro: #F0E0C8;
    --branco: #FFFFFF;
    --texto: #3D3D3D;
    --texto-claro: #6B6B6B;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background: var(--creme);
    color: var(--texto);
    overflow-x: hidden;
}

/* ========== FAIXA FLORAL ========== */
.faixa-floral {
    width: 100%;
    background: linear-gradient(90deg, #ff69b4, #ff6600, #00bfff, #00cc66, #ff69b4, #ff6600, #00bfff, #00cc66);
    background-size: 400% 100%;
    animation: flowerbg 8s linear infinite;
    padding: 8px 0;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 4px;
    overflow: hidden;
    white-space: nowrap;
}

@keyframes flowerbg {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.faixa-floral span {
    display: inline-block;
    animation: slideflower 20s linear infinite;
}

@keyframes slideflower {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ========== DAMASCO FUNDO ========== */
.bg-damasco {
    background-color: var(--creme);
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23D4AF37' fill-opacity='0.08'%3E%3Cpath d='M30 0 C20 10 10 10 0 0 C10 20 10 40 0 60 C10 50 20 50 30 60 C40 50 50 50 60 60 C50 40 50 20 60 0 C50 10 40 10 30 0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* ========== HERO ========== */
.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px 80px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(192, 57, 43, 0.06) 0%, transparent 70%),
        radial-gradient(ellipse at 80% 80%, rgba(0, 174, 239, 0.05) 0%, transparent 60%);
    pointer-events: none;
}

.badge-lancamento {
    display: inline-block;
    background: var(--turquesa);
    color: var(--branco);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 8px 28px;
    border-radius: 50px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 174, 239, 0.3);
    animation: fadeDown 0.8s ease both;
}


.badge-info-lancamento {
    display: inline-block;
    background: var(--rosa1);
    color: var(--vermelho-claro);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 8px 28px;
    border-radius: 50px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 174, 239, 0.3);
    animation: fadeDown 0.8s ease both;
}

.flag-lancamento {
    margin-bottom: 10 px;
    display: flex;
    justify-self: unset;

}


.flag-lancamento img {
    margin-bottom: 24px;
    display: block;
    margin: 0 auto;
    max-width: 400px;
}



.hero-flores {
    font-size: 2.2rem;
    margin-bottom: 10px;
    animation: fadeDown 0.9s ease both;
    letter-spacing: 6px;
}

.hero-titulo-projeto {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: clamp(1.6rem, 5vw, 2.8rem);
    color: var(--vermelho);
    letter-spacing: 8px;
    text-transform: uppercase;
    animation: fadeDown 1s ease both;
}

.hero-titulo-main {
    font-family: 'Abril Fatface', cursive;
    font-size: clamp(2.8rem, 10vw, 6rem);
    color: var(--vermelho-escuro);
    line-height: 1;
    text-shadow: 3px 3px 0px rgba(139, 0, 0, 0.15);
    animation: fadeDown 1.1s ease both;
}

.hero-emblema {
    width: min(340px, 85vw);
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: 52% 50%;
    display: block;
    margin: 30px auto 10px;
    animation: fadeIn 1.3s ease both;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.15));
    /* border-radius: 50%; */
    /* border: 8px solid #fff; */
}

.hero-subtitulo {
    font-size: clamp(1rem, 3vw, 1.25rem);
    color: var(--texto);
    max-width: 580px;
    margin: 18px auto 8px;
    line-height: 1.7;
    animation: fadeUp 1.2s ease both;
}

.hero-subtitulo strong {
    color: var(--vermelho);
}

.hero-cursivo {
    font-family: 'Dancing Script', cursive;
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    color: var(--turquesa);
    margin: 10px 0 12px;
    animation: fadeUp 1.3s ease both;
}

.btn-hero {
    margin-top: 0px;/*30px*/
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--turquesa), var(--turquesa-escuro));
    color: var(--branco);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1px;
    padding: 18px 48px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 30px rgba(0, 174, 239, 0.4);
    transition: all 0.3s ease;
    animation: fadeUp 1.4s ease both;
    border: none;
    cursor: pointer;
}

.btn-hero:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0, 174, 239, 0.5);
}

.hero-map-link {
    margin-top: 4px;
    margin-bottom: 20px;
    text-align: center;
}

.hero-map-link a {
    display: inline-block;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(107, 107, 107, 0.75);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.hero-content a.hero-scroll {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 28px auto 0;
    text-align: center;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(107, 107, 107, 0.75);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.hero-map-link a:visited,
.hero-content a.hero-scroll:visited {
    color: var(--texto-claro);
}

.hero-map-link a:hover,
.hero-content a.hero-scroll:hover {
    color: var(--texto);
}

/* .hero-scroll {
    margin-top: 40px;
    font-size: 0.85rem;
    color: var(--texto-claro);
    animation: fadeUp 1.6s ease both;
}

.hero-scroll span {
    display: block;
    font-size: 1.5rem;
    animation: bounce 2s infinite;
} */



.hero-scroll span {
  display: block;
  width: 18px;
  height: 26px;
  margin: 12px auto 0;
  position: relative;
  font-size: 0;
  animation: none;
}

.hero-scroll span::before,
.hero-scroll span::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--texto-claro);
  border-bottom: 2px solid var(--texto-claro);
  transform: translateX(-50%) rotate(45deg);
  opacity: 0.85;
  animation: chevrons 1.8s infinite;
}

.hero-scroll span::after {
  top: 10px;
  animation-delay: 0.2s;
}

@keyframes chevrons {
  0% { transform: translate(-50%, 0) rotate(45deg); opacity: 0; }
  30% { opacity: 0.85; }
  100% { transform: translate(-50%, 10px) rotate(45deg); opacity: 0; }
}


@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }
}

/* ========== SEÇÃO GENÉRICA ========== */
section {
    padding: 90px 20px;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

.secao-titulo {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    color: var(--vermelho-escuro);
    text-align: center;
    margin-bottom: 14px;
    line-height: 1.2;
}

.secao-linha {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--vermelho), var(--turquesa));
    border-radius: 2px;
    margin: 0 auto 20px;
}

.secao-subtitulo {
    text-align: center;
    color: var(--texto-claro);
    font-size: 1.05rem;
    max-width: 640px;
    margin: 0 auto 50px;
    line-height: 1.8;
}

/* ========== SOBRE O PROJETO ========== */
.sobre {
    background: var(--branco);
}

.sobre-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.sobre-texto p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--texto);
    margin-bottom: 18px;
}

.sobre-texto p strong {
    color: var(--vermelho);
}

.sobre-flyer {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    transition: transform 0.4s ease;
}

.sobre-flyer:hover {
    transform: scale(1.02) rotate(1deg);
}

/* ========== COMO FUNCIONA ========== */
.como-funciona {
    background: var(--creme);
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.step-card {
    background: var(--branco);
    border-radius: 20px;
    padding: 40px 28px 40px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border-top: 4px solid var(--turquesa);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.step-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--vermelho), var(--dourado));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.step-card:hover::after {
    transform: scaleX(1);
}

.step-numero {
    order: 99;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--vermelho), var(--vermelho-escuro));
    color: var(--branco);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
    margin-top: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.step-emoji {
    font-size: 2.8rem;
    margin-bottom: 16px;
    display: block;
}

.step-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    color: var(--vermelho-escuro);
    margin-bottom: 10px;
}

.step-card p {
    font-size: 0.95rem;
    color: var(--texto-claro);
    line-height: 1.7;
}

/* ========== KIT DO DOADOR ========== */
.kit {
    background: var(--vermelho-escuro);
    position: relative;
    overflow: hidden;
}

.kit::before {
    content: '🌸🌺🌼🦋🌸🌺🌼🦋🌸🌺🌼🦋🌸🌺🌼🦋🌸🌺🌼🦋 🌸🌺🌼🦋🌸🌺🌼🦋🌸🌺🌼🦋🌸🌺🌼🦋🌸🌺🌼🦋 🌸🌺🌼🦋🌸🌺🌼🦋🌸🌺🌼🦋🌸🌺🌼🦋🌸🌺🌼🦋';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 1.5rem;
    opacity: 0.12;
    letter-spacing: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.kit .secao-titulo {
    color: var(--branco);
    margin-bottom: 14px;
}

.kit .secao-linha {
    background: linear-gradient(90deg, var(--dourado), var(--turquesa));
    margin: 0 auto 24px;
}

.kit .secao-subtitulo {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 auto 8px;
}

.kit-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
    margin-top: 20px;
}

.kit-visual {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border: 8px solid #FFFFFF;
    height: 100%;
    width: 100%;
    align-self: stretch;
    display: flex;
}

.kit-foto {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    flex: 1 1 auto;
    display: block;
    transform: scale(1);
}

.kit-visual:hover .kit-foto {
    animation: zoomInSuave 0.6s ease forwards;
}

.kit-visual:not(:hover) .kit-foto {
    animation: zoomOutSuave 0.6s ease forwards;
}

.kit-encapsula {
    width: 100%;
}

.kit-col {
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 20px;
    height: 100%;
}

.kit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.kit-grid .kit-item:nth-child(even) {
    background: #FFFFFF;
}

.kit-grid .kit-item:nth-child(odd) {
    background: #ffffffe6;
}

.kit-cta {
    display: flex;
    width: 100%;
}

.kit-cta .btn-wpp {
    width: 100%;
    justify-content: center;
    display: inline-flex;
}

.kit-item {
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 40px 28px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(4px);
    position: relative;
    overflow: hidden;
}

.kit-item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--vermelho), var(--turquesa));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.kit-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.kit-item:hover::after {
    transform: scaleX(1);
}

.kit-emoji {
    font-size: 3.5rem;
    display: block;
    margin-bottom: 18px;
}

.kit-item h3 {
    font-family: 'Playfair Display', serif;
    color: var(--vermelho-escuro);
    font-size: 1.15rem;
    margin-bottom: 10px;
}

.kit-item p {
    color: var(--texto-claro);
    font-size: 0.95rem;
    line-height: 1.7;
}

.kit-destaque {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.kit-destaque h3 {
    color: var(--vermelho-escuro);
}

.kit-destaque p {
    color: var(--texto-claro);
}

.kit-destaque:hover {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* ========== IMPACTO ========== */
.impacto {
    background: var(--creme-escuro);
}

.impacto-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.impacto-texto h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    color: var(--vermelho-escuro);
    margin-bottom: 20px;
    line-height: 1.25;
}

.impacto-texto h2 em {
    font-style: italic;
    color: var(--turquesa);
}

.impacto-texto p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--texto);
    margin-bottom: 18px;
}

.impacto-texto p strong {
    color: var(--vermelho);
}

.impacto-quote {
    background: var(--branco);
    border-left: 5px solid var(--dourado);
    border-radius: 0 16px 16px 0;
    padding: 22px 28px;
    margin: 30px 0;
    font-family: 'Dancing Script', cursive;
    font-size: 1.4rem;
    color: var(--vermelho-escuro);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.impacto-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px 0;
    margin-top: 30px;
    grid-auto-flow: row dense;
    height: 100%;
    align-content: center;
    align-self: center;
}

.stat-card {
    background: var(--branco);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
}

.stat-emoji {
    font-size: 2.2rem;
    display: block;
    margin-bottom: 10px;
}

.stat-card strong {
    display: block;
    font-size: 1.6rem;
    color: var(--vermelho);
    font-family: 'Abril Fatface', cursive;
    line-height: 1;
    margin-bottom: 6px;
}

.stat-card span {
    font-size: 0.85rem;
    color: var(--texto-claro);
}

.stat-card img {
    display: block;
    max-width: 100%;
    max-height: 140px;
    width: auto;
    height: auto;
    margin: 0 auto;
    border-radius: 12px;
}

.impacto-stats .stat-img,
.impacto-stats .stat-img--ilha {
    grid-column: 1 / -1;
}

.stat-img {
    padding: 8px;
    height: 100%;
    display: flex;
}

.impacto-stats .stat-img img {
    width: 100%;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover;
    border-radius: 12px;
}

/* ========== PILARES ========== */
.pilares {
    background: var(--branco);
}

.pilares-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.pilar-card {
    border-radius: 24px;
    padding: 44px 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pilar-card:hover {
    transform: translateY(-8px);
}

.pilar-card.amor {
    background: linear-gradient(135deg, #fff0f0, #ffe8e8);
    border: 2px solid rgba(192, 57, 43, 0.15);
}

.pilar-card.fe {
    background: linear-gradient(135deg, #f0f8ff, #e0f4ff);
    border: 2px solid rgba(0, 174, 239, 0.15);
}

.pilar-card.esperanca {
    background: linear-gradient(135deg, #fffbf0, #fff8e0);
    border: 2px solid rgba(212, 175, 55, 0.25);
}

.pilar-emoji {
    font-size: 3.5rem;
    display: block;
    margin-bottom: 20px;
}

.pilar-card h3 {
    font-family: 'Abril Fatface', cursive;
    font-size: 1.5rem;
    margin-bottom: 14px;
}

.amor h3 {
    color: var(--vermelho);
}

.fe h3 {
    color: var(--turquesa-escuro);
}

.esperanca h3 {
    color: #B8960E;
}

.pilar-card p {
    font-size: 0.98rem;
    line-height: 1.8;
    color: var(--texto);
}

/* ========== CTA FINAL ========== */
.cta-final {
    background: linear-gradient(135deg, var(--creme) 0%, #fff5f5 50%, #f0f8ff 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-final::before,
.cta-final::after {
    content: '🌸';
    font-size: 8rem;
    opacity: 0.06;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cta-final::before {
    left: -20px;
}

.cta-final::after {
    right: -20px;
}

.cta-final .secao-titulo {
    font-size: clamp(1.8rem, 5vw, 3rem);
}

.cta-cursivo {
    font-family: 'Dancing Script', cursive;
    font-size: clamp(1.3rem, 3.5vw, 1.9rem);
    color: var(--turquesa);
    margin: 10px 0 36px;
}

.cta-botoes {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.btn-wpp {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #25D366, #1DA851);
    color: var(--branco);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    padding: 20px 48px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.35);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-wpp:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 44px rgba(37, 211, 102, 0.45);
}

.btn-secundario {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--vermelho);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 20px 36px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid var(--vermelho);
    transition: all 0.3s ease;
}

.btn-secundario:hover {
    background: var(--vermelho);
    color: var(--branco);
    transform: translateY(-4px);
}

.cta-info {
    font-size: 0.9rem;
    color: var(--texto-claro);
    margin-top: 10px;
}

/* ========== BOTÃO FLUTUANTE WHATSAPP ========== */
.wpp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 999;
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, #25D366, #1DA851);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
    text-decoration: none;
    transition: all 0.3s ease;
    animation: pulse-wpp 2.5s infinite;
}

.wpp-float:hover {
    transform: scale(1.12);
    box-shadow: 0 10px 34px rgba(37, 211, 102, 0.6);
}

.wpp-float svg {
    width: 32px;
    height: 32px;
    fill: white;
}

@keyframes pulse-wpp {

    0%,
    100% {
        box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
    }

    50% {
        box-shadow: 0 6px 40px rgba(37, 211, 102, 0.75), 0 0 0 12px rgba(37, 211, 102, 0.12);
    }
}

.wpp-tooltip {
    position: absolute;
    right: 72px;
    background: #333;
    color: #fff;
    font-size: 0.8rem;
    padding: 6px 14px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.wpp-float:hover .wpp-tooltip {
    opacity: 1;
}

/* ========== FOOTER ========== */
footer {
    background: var(--vermelho-escuro);
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 50px 20px;
}

.footer-logo {
    font-family: 'Abril Fatface', cursive;
    font-size: 1.8rem;
    color: var(--dourado);
    margin-bottom: 8px;
}

.footer-slogan {
    font-family: 'Dancing Script', cursive;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 20px;
}

.footer-copy {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.footer-flores {
    font-size: 1.4rem;
    letter-spacing: 6px;
    margin: 16px 0;
    opacity: 0.6;
}

/* ========== ANIMAÇÕES DE ENTRADA ========== */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-24px);
    }

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

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

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

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.92);
    }

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

@keyframes zoomInSuave {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.06);
    }
}

@keyframes zoomOutSuave {
    from {
        transform: scale(1.06);
    }

    to {
        transform: scale(1);
    }
}

.reveal {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ========== RESPONSIVO ========== */
@media (max-width: 768px) {

    .sobre-grid,
    .impacto-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .pilares-grid {
        grid-template-columns: 1fr;
    }

    .impacto-stats {
        grid-template-columns: 1fr 1fr;
    }

    .sobre-flyer {
        order: -1;
    }

    .cta-final::before,
    .cta-final::after {
        display: none;
    }

    section {
        padding: 70px 20px;
    }

    .hero {
        min-height: auto;
        padding: 50px 20px 60px;
    }

    .hero-container {
        flex-direction: column-reverse;
        gap: 24px;
    }

    .hero-content,
    .hero-img-container {
        width: 100%;
        max-width: 640px;
    }

    .hero-img-container {
        border-radius: 2rem;
    }

    .kit-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .kit-grid {
        grid-template-columns: 1fr;
    }

    .kit-cta {
        justify-content: center;
    }

    .kit-visual {
        height: 75vh;
    }

    .kit-foto {
        height: 100%;
    }
}

@media (max-width: 480px) {
    .kit-grid {
        grid-template-columns: 1fr;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .impacto-stats {
        grid-template-columns: 1fr;
    }

    .hero {
        padding: 40px 16px 50px;
    }

    .hero-titulo-main {
        font-size: clamp(2.2rem, 10vw, 3.2rem);
        letter-spacing: 1px;
    }

    .btn-hero {
        font-size: 1rem;
    }

    .btn-wpp {
        font-size: 1rem;
        padding: 18px 28px;
        gap: 10px;
    }

    .flag-lancamento img {
        width: 100%;
        max-width: 352px;
    }

    .hero-img-container {
        border-radius: 1.2rem;
        border-width: 4px;
    }
}

@media (min-width: 769px) {
    .kit-item {
        display: grid;
        grid-template-columns: 86px 1fr;
        grid-template-areas: 'emoji title' 'emoji text';
        align-items: center;
        gap: 10px 20px;
        text-align: left;
    }

    .kit-emoji {
        grid-area: emoji;
        font-size: 3rem;
        margin: 0 auto;
    }

    .kit-item h3 {
        grid-area: title;
        margin: 0 0 4px;
    }

    .kit-item p {
        grid-area: text;
        margin: 0;
    }
}

.hero-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.hero-content {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.hero-img-container {
    width: 50%;
    max-width: 520px;
    aspect-ratio: 1 / 1;
    border-radius: 5rem;
    overflow: hidden;
    border: 8px solid #fff;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}