﻿@font-face {
    font-family: "VAG Rounded";
    src: url("../font/VAG-Rounded.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Archivo Black Local";
    src: url("../font/ArchivoBlack-Regular.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins Bold Local";
    src: url("../font/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins Regular Local";
    src: url("../font/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-blue: #0d4dff;
    --color-blue-deep: #0938c7;
    --color-green: #46d62f;
    --color-light: #f1f1f1;
    --color-dark: #1e2430;
    --color-white: #ffffff;
    --shadow-button: 0 12px 28px rgba(70, 214, 47, 0.28);
    --shadow-button-hover: 0 16px 32px rgba(70, 214, 47, 0.35);
    --shadow-phone: 0 28px 60px rgba(9, 22, 56, 0.24);
    --radius-lg: 26px;
    --radius-pill: 999px;
    --transition: 0.25s ease;
    --container: 1200px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    background: #ffffff;
    color: #1e2430;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

main {
    overflow-x: clip;
}

.shell {
    width: min(1200px, 92%);
    margin: 0 auto;
}

.hero {
    position: relative;
    width: 100%;
    min-height: 94vh;
    background-image: url("../image/YESFUNDO.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.07), transparent 30%),
        linear-gradient(90deg, rgba(10, 40, 130, 0.035) 0%, rgba(10, 40, 130, 0.015) 50%, rgba(10, 40, 130, 0.035) 100%);
    pointer-events: none;
}

.hero-shell {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 50px 0 34px;
}

.hero-brand {
    text-align: center;
    margin-bottom: 14px;
}

.hero-brand img {
    width: 172px;
    max-width: 42vw;
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 10px 24px rgba(4, 20, 61, 0.16));
}

.hero-main {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    align-items: center;
    gap: 8px;
}

.hero-content {
    text-align: center;
    color: #ffffff;
    max-width: 780px;
    margin: 0 auto;
    padding-left: 0;
}

.hero-content h1 {
    margin: 0;
    font-family: "VAG Rounded", "Poppins", sans-serif;
    font-size: clamp(3.4rem, 5vw, 6.2rem);
    line-height: 0.95;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
    text-shadow: 0 10px 24px rgba(4, 20, 61, 0.16);
}

.hero-line {
    display: block;
}

.hero-line:first-child {
    white-space: nowrap;
}

.hero-content p {
    margin: 18px auto 0;
    width: min(500px, 100%);
    font-size: clamp(1.05rem, 1.3vw, 1.45rem);
    line-height: 1.45;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0 8px 18px rgba(4, 20, 61, 0.12);
}

.hero-content p strong {
    color: inherit;
    font-weight: 700;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    padding: 16px 34px;
    border-radius: 999px;
    background: #46d62f;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: var(--shadow-button);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-button-hover);
    filter: brightness(1.03);
}

.hero .cta-button {
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2);
}

.hero .cta-button:hover {
    box-shadow: 0 14px 24px rgba(37, 211, 102, 0.26);
}

.hero-mascot {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-mascot img {
    width: 100%;
    max-width: 460px;
    height: auto;
    display: block;
    object-fit: contain;
    background: transparent;
    filter: drop-shadow(0 18px 34px rgba(4, 20, 61, 0.18));
}

@media (min-width: 981px) {
    .hero-main {
        min-height: clamp(500px, 60vh, 640px);
    }

    .hero-content {
        position: relative;
        top: -34px;
    }
}

.protection {
    background: #f1f1f1;
    padding: 78px 20px 82px;
    text-align: center;
}

.protection-title {
    margin: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    line-height: 1;
}

.title-line {
    display: inline-block;
    padding: 0.15em 0.24em 0.11em;
    font-family: "Archivo Black Local", "Poppins", sans-serif;
    font-size: clamp(2rem, 3.1vw, 3.7rem);
    line-height: 0.94;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.title-line-top {
    color: #0d4dff;
    background: transparent;
    border: none;
    box-shadow: none;
    text-decoration: none;
    padding: 0;
}

.title-line-bottom {
    color: #ffffff;
    background: #0d4dff;
    box-shadow: 0 10px 22px rgba(13, 77, 255, 0.12);
}

.protection-grid {
    width: min(980px, 100%);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 34px;
    margin: 36px auto 0;
    text-align: left;
}

.protection-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.protection-icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(180deg, #1560ff, #0d4dff);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(13, 77, 255, 0.16);
}

.protection-icon img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    display: block;
}

.protection-text h3 {
    margin: 2px 0 8px;
    font-size: 1.36rem;
    line-height: 1.08;
    font-weight: 800;
    color: #0d4dff;
}

.protection-text p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.55;
    color: #3d495d;
}

.protection-cta {
    width: min(980px, 100%);
    margin: 30px auto 0;
    text-align: center;
}

.protection-cta .quote-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 34px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.protection-cta .quote-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(37, 211, 102, 0.26);
    filter: brightness(1.03);
}

.referral-promo {
    position: relative;
    background-image: url("../image/YESFUNDO.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    padding: 74px 20px 60px;
    overflow: hidden;
}

.referral-promo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13, 77, 255, 0.14);
    pointer-events: none;
}

.referral-promo > .shell {
    position: relative;
    z-index: 1;
}

.promo-header {
    width: min(980px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 118px minmax(0, 760px) 118px;
    align-items: center;
    gap: 6px;
}

.promo-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
}

.promo-arrows img {
    display: block;
    width: 118px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.promo-title-group {
    width: min(760px, 100%);
    margin: 0 auto;
}

.promo-title-group h2 {
    margin: 0;
    font-family: "Archivo Black Local", sans-serif;
    font-size: clamp(2.3rem, 4.3vw, 4.5rem);
    line-height: 0.95;
    text-transform: uppercase;
    color: #ffffff;
}

.promo-title-group p {
    margin: 18px auto 0;
    max-width: 650px;
    font-family: "Poppins Bold Local", "Poppins", sans-serif;
    font-size: clamp(1rem, 1.25vw, 1.28rem);
    line-height: 1.5;
    color: #ffffff;
}

.promo-title-group p strong {
    font-family: "Poppins Bold Local", "Poppins", sans-serif;
    font-weight: 700;
}

.promo-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    min-height: 50px;
    padding: 14px 28px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    font-family: "Poppins Bold Local", "Poppins", sans-serif;
    font-size: 0.95rem;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.promo-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(37, 211, 102, 0.26);
    filter: brightness(1.03);
}

.promo-visual {
    width: min(520px, 100%);
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-note {
    width: min(340px, 80vw);
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 18px 30px rgba(3, 38, 116, 0.22));
}

.promo-disclaimer {
    width: min(520px, 100%);
    margin: 20px auto 0;
    font-family: "Poppins Bold Local", "Poppins", sans-serif;
    font-size: 0.82rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.92);
}

.final-cta {
    background: #f5f5f5;
    padding: 72px 20px 64px;
    text-align: center;
}

.final-cta-content {
    max-width: 640px;
    margin: 0 auto;
}

.final-cta-title {
    margin: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    line-height: 1;
}

.final-cta-title .title-line {
    font-size: clamp(2rem, 3.1vw, 3.7rem);
}

.final-cta-content h2:not(.final-cta-title) {
    margin: 0;
    font-family: "Poppins Bold Local", "Poppins", sans-serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    color: #1f2430;
}

.affiliate-copy {
    max-width: 760px;
    margin: 18px auto 0;
    text-align: center;
}

.affiliate-lead {
    margin: 0 auto;
    max-width: 720px;
    font-family: "Poppins Bold Local", "Poppins", sans-serif;
    font-size: clamp(1rem, 1.35vw, 1.25rem);
    line-height: 1.6;
    color: #2a3140;
}

.affiliate-lead strong {
    font-weight: 700;
}

.affiliate-support {
    margin-top: 18px;
}

.affiliate-support p {
    margin: 8px 0 0;
    font-family: "Poppins Regular Local", "Poppins", sans-serif;
    font-size: clamp(0.95rem, 1.15vw, 1.05rem);
    line-height: 1.65;
    color: #4a4f5d;
}

.affiliate-support p:first-child {
    margin-top: 0;
}

.final-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    min-height: 48px;
    padding: 12px 28px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    font-family: "Poppins Bold Local", "Poppins", sans-serif;
    font-size: 0.95rem;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.final-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(37, 211, 102, 0.26);
    filter: brightness(1.03);
}

.site-footer {
    background: #0d4dff;
    color: #ffffff;
    padding: 36px 20px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 220px) minmax(250px, 320px);
    gap: 24px;
    align-items: start;
}

.footer-block {
    font-family: "Poppins Regular Local", "Poppins", sans-serif;
}

.footer-support {
    margin: 0;
    max-width: 320px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.footer-contact {
    justify-self: end;
    text-align: right;
}

.footer-address {
    justify-self: end;
    text-align: right;
}

.footer-contact h3,
.footer-address h3 {
    margin: 0 0 8px;
    font-family: "Poppins Bold Local", "Poppins", sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
}

.footer-contact p,
.footer-address p {
    margin: 0;
    font-family: "Poppins Regular Local", "Poppins", sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
}

.footer-bottom {
    margin-top: 24px;
    padding: 14px 20px 18px;
    text-align: center;
    font-family: "Poppins Regular Local", "Poppins", sans-serif;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom p {
    margin: 0;
}

.reveal,
.reveal-section {
    opacity: 0;
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal[data-reveal="left"] {
    transform: translateX(-26px);
}

.reveal[data-reveal="right"] {
    transform: translateX(26px);
}

.reveal[data-reveal="up"],
.reveal-section {
    transform: translateY(26px);
}

.reveal.is-visible,
.reveal-section.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

@media (max-width: 980px) {
    .hero {
        min-height: auto;
        padding: 68px 0 56px;
        background-position: center top;
    }

    .hero-shell {
        min-height: auto;
        justify-content: flex-start;
        padding: 12px 0 0;
    }

    .hero-main {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 22px;
    }

    .hero-content {
        padding-left: 0;
        transform: translateY(-8px);
    }

    .hero-mascot {
        justify-content: center;
    }

    .hero-mascot img {
        max-width: 300px;
    }

    .hero-line {
        display: block;
    }

    .hero-line:first-child {
        white-space: normal;
    }

    .protection-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 720px;
    }

    .final-cta-title {
        gap: 8px;
    }

    .referral-promo {
        padding: 68px 20px 56px;
    }

    .promo-header {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .promo-arrows {
        padding-top: 0;
    }

    .promo-arrows img {
        width: 88px;
    }

    .promo-visual {
        margin-top: 26px;
    }

    .promo-note {
        width: min(300px, 76vw);
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .footer-support {
        max-width: none;
    }

    .footer-contact {
        justify-self: center;
        text-align: center;
    }

    .footer-address {
        justify-self: center;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .hero {
        padding: 52px 0 42px;
        background-position: 52% top;
    }

    .hero-brand img {
        width: 124px;
    }

    .hero-main {
        gap: 18px;
    }

    .hero-content h1 {
        font-size: clamp(2.2rem, 9vw, 4rem);
    }

    .hero-content p {
        width: min(330px, 100%);
    }

    .hero-mascot img {
        max-width: 250px;
    }

    .cta-button {
        width: 100%;
        max-width: 320px;
        padding: 15px 24px;
    }

    .protection {
        padding: 64px 16px;
    }

    .protection-title {
        gap: 8px;
    }

    .title-line {
        padding: 0.15em 0.22em 0.12em;
        font-size: clamp(1.7rem, 7vw, 2.35rem);
    }

    .title-line-top {
        padding: 0;
    }

    .protection-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 34px;
    }

    .protection-item {
        gap: 14px;
    }

    .protection-icon {
        width: 56px;
        height: 56px;
    }

    .protection-text h3 {
        font-size: 1.18rem;
    }

    .quote-button {
        width: 100%;
        max-width: 320px;
        padding: 14px 24px;
    }

    .final-cta {
        padding: 64px 16px 56px;
    }

    .final-cta-title .title-line {
        font-size: clamp(1.7rem, 7vw, 2.35rem);
    }

    .final-cta-button {
        width: 100%;
        max-width: 280px;
    }

    .site-footer {
        padding: 30px 16px 0;
    }

    .referral-promo {
        padding: 58px 16px 48px;
    }

    .promo-title-group h2 {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .promo-title-group p {
        font-size: 0.98rem;
        line-height: 1.45;
    }

    .promo-cta {
        width: 100%;
        max-width: 320px;
        padding: 14px 22px;
    }

    .promo-arrows {
        padding-top: 0;
    }

    .promo-arrows img {
        width: 64px;
    }

    .promo-visual {
        margin-top: 24px;
    }

    .promo-note {
        width: min(240px, 78vw);
    }

    .promo-disclaimer {
        font-size: 0.74rem;
        margin-top: 16px;
    }

    .footer-bottom {
        margin-top: 20px;
        padding: 14px 0 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition: none !important;
        animation: none !important;
    }
}

