body {
    background-image: url(./assets/fundo-de-papel-de-parede.png);
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
    font-family: "Poppins", sans-serif;
    width: 100%;
    height: auto;
    overflow-x: hidden;
}

nav {
    background: #00330c8c;
}

@media (max-width: 60rem) {
    nav {
        a {
            margin-left: 6rem;
        }
    }
}

@media (max-width: 600px) {
    nav {
        a {
            margin: 0 auto;
        }
    }
}

.section-anchor {
    scroll-margin-top: 115px !important;
}

.img-logo {
    width: 340px;
    max-width: 90%;
}

.btn-now-menu {
    display: none;
}

@media (max-width: 958px) {
    .btn-now-menu {
        display: block;
    }
}

@media (max-width: 600px) {
    .img-logo {
        max-width: 200px;
    }

    .btn-now {
        display: none;
    }
}

.dobra-1 {
    margin-top: 133px;
}

@media (max-width: 915px) {
    .dobra-1 {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 360px) {
    .dobra-1 h1{
        margin-left: 10px;
    }
}

.minHeight {
    min-height: 140px;
}

.marginTopVantagem {
    margin-top: -75px;
}

.img-features {
    width: 26%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.dobra-1 img {
    width: 50%;
}

@media (max-width: 915px) {
    .dobra-1 img {
        width: 100%;
    }
}

.dobra-1__texto {
    font-size: 20px;
    line-height: 31px;
    display: block;
    margin-top: 35px;
}

.texto-titulo {
    font-size: 4rem;
}

@media (max-width: 1086px) {
    .texto-titulo {
        font-size: 3rem;
    }
}

@media (max-width: 915px) {
    .texto-titulo {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .texto-titulo {
        font-size: 1.5rem;
    }
}

@media (max-width: 428px) {
    .texto-titulo {
        font-size: 1.3rem;
    }
}

@media (max-width: 360px) {
    .texto-titulo {
        font-size: 1.1rem;
    }
}

.texto-destaque {
    font-size: 4rem;
    margin-top: 10px;
    display: block;
    padding: 1vw;
}

@media (max-width: 440px) {
    .texto-destaque span {
        font-size: 3rem;
    }
    .texto-destaque {
        font-size: 3rem;
        padding: 0vw;
    }
}

@media (max-width: 360px) {
    .texto-destaque span {
        font-size: 2rem;
    }
}


footer {
    background: #000802;
    flex-direction: column;
}

footer a {
    font-weight: bold;
}

footer a:hover {
    text-decoration: underline;
}

#seguranca {
    margin-top: 70px;
}

@media (max-width: 360px) {
    #seguranca {
        margin-top: 0px;
    }
}

#seguranca .text-features {
    font-size: 4rem;
}

@media (max-width: 360px) {
    #seguranca .text-features {
        font-size: 2rem;
        margin-top: 80px;
    }
}

#planos {
    margin-top: 200px;
}

@media (max-width: 360px) {
    #planos,#testimonials {
        margin-top: 94px !important;
    }
}

.navHeight {
    height: 115px;
}

.bg-slate-950 {
    background-color: #001806;
}

.texto-destaque_dobra2 {
    font-size: 4rem;
    margin-top: 166px;
    display: flex;
    flex-direction: column;

    b {
        font-weight: bold;
        color: var(--color-pink-600);
    }
}

#testimonials {
    margin-top: 200px;
}

/* Pricing */
.pricing-section {
    margin-top: 140px;
}

.pricing-grid {
    display: flex;
    /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
    justify-content: center;
    gap: 24px;
}

.pricing-toggle {
    margin: 45px auto 20px;
    display: flex;
    gap: 8px;
    padding: 6px;
    background: #16a55b;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    width: 32%;
}

.pricing-toggle__btn {
    border-radius: 12px;
    padding: 10px 16px;
    font-weight: 600;
    font-size: 14px;
    color: #0f172a;
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

@media (max-width: 360px) {
    .pricing-toggle__btn {
        padding: 10px;
    }
}

#close-menu{
    position: absolute;
    top: 15px;
    right: 15px;
}

.pricing-toggle__btn.is-active {
    background: #19c36a;
    color: #ffffff;
}

.pricing-toggle__badge {
    margin-left: 8px;
    font-size: 11px;
    background: #c32700;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 999px;
}

.pricing-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(13, 63, 50, 0.12);
    color: #1f2937;
}

.pricing-card__header {
    background: #cbd5e1;
    padding: 18px 16px;
    text-align: center;
}

.pricing-card__title {
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
}

.pricing-card__subtitle {
    font-size: 13px;
    margin-top: 4px;
    color: #0f172a;
    opacity: 0.8;
}

.pricing-card__body {
    padding: 22px 22px 26px;
    text-align: center;
}

.pricing-card__price {
    display: inline-flex;
    align-items: flex-start;
    gap: 4px;
    margin-top: 6px;
    font-weight: 700;
    color: #1f2937;
}

.price-currency {
    font-size: 16px;
    margin-top: 8px;
}

.price-value {
    font-size: 56px;
    line-height: 1;
}

.price-cents {
    font-size: 18px;
    margin-top: 10px;
}

.pricing-card__note {
    font-size: 12px;
    color: #64748b;
    margin-top: 6px;
}

.pricing-card__list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    text-align: left;
    color: #374151;
    font-size: 14px;
}

.pricing-card__list li {
    position: relative;
    padding: 10px 0 12px 28px;
    border-bottom: 1px solid #e2e8f0;
}

.pricing-card__list li:last-child {
    border-bottom: none;
}

.pricing-card__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 9px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #16a34a;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}

.pricing-card__cta {
    margin-top: 18px;
    background: #0e6939;
    color: #ffffff;
    width: 70%;
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 600;
    transition: transform 0.2s ease, background 0.2s ease;
}

.pricing-card__cta:hover {
    background: #16a55b;
    transform: translateY(-1px);
}

.pricing-card__footnote {
    font-size: 12px;
    color: #6b7280;
    margin-top: 12px;
}

.pricing-card--featured .pricing-card__header {
    background: #005714;
}

.pricing-card--featured .pricing-card__title,
.pricing-card--featured .pricing-card__subtitle {
    color: #ffffff;
    opacity: 1;
}

.pricing-card--featured .pricing-card__cta {
    background: #002f0b;
}

/* FAQ */
.faq-section {
    margin-top: 140px;
}

.faq-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 28px;
}

.faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: grid;
    gap: 18px;
}

.faq-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 22px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.faq-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #005714;
    margin-bottom: 6px;
}

.faq-card p {
    font-size: 14px;
    color: #334155;
    line-height: 1.6;
}

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

    .pricing-toggle {
        width: 100%;
        justify-content: center;
    }

    .pricing-card__cta {
        width: 100%;
    }
}

.texto-destaque_dobra2__span1 {
    margin-bottom: 39px;
    max-width: 835px;
    width: 100%;
}

@media (max-width: 360px) {
    .texto-destaque_dobra2__span1 {
        font-size: 2rem;
    }
}

.texto-destaque_dobra2__span2 {
    font-size: 1rem;
}

@media (max-width: 360px) {
    .texto-destaque_dobra2 {
        margin: 0 auto;
        padding-top: 105px;
    }
}

.imgRadius {
    border-radius: 13px;
    border: 2px solid var(--color-pink-600);
}

.nav-links.is-dark a {
    color: #001806;
    background: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 36px;
    width: 9vw;
    text-align: center;
    font-size: 12px;
}

.scroll-offset-380 {
    margin-top: 380px !important;
}

.bloco-vantagens {
    display: block;
    min-height: 730px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.bloco-vantagens__container {
    display: flex;
    margin-top: 62px;
    gap: 4rem;
    align-items: center;
    width: 100%;
    justify-content: center;
}

@media (max-width: 486px) {
    .bloco-vantagens__container {
        justify-content: center;
        flex-direction: column;
        gap: 7rem !important;
    }
}

.bloco-vantagens__left,
.bloco-vantagens__right {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.bloco-vantagens__center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.phone-mockup {
    width: 280px;
    height: auto;
    position: relative;
}

.phone-mockup__image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.vantagem-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    max-width: 320px;
}

.vantagem-item--right {
    margin-left: auto;
    flex-direction: row-reverse;
}

.vantagem-item__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    background-color: #10b981;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.vantagem-item--right .vantagem-item__icon {
    order: 2;
}

.vantagem-item__content {
    flex: 1;
}

.vantagem-item__title {
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.vantagem-item__badge {
    font-size: 0.75rem;
    background-color: #10b981;
    color: white;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    font-weight: 500;
    margin-left: 0.5rem;
}

.vantagem-item__description {
    font-size: 0.875rem;
    color: #cbd5e1;
    line-height: 1.5;
}

/* Animations on scroll */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Animation variants */
.reveal-fade-up {
    transform: translateY(28px);
}

.reveal-slide-left {
    transform: translateX(-28px);
}

.reveal-slide-right {
    transform: translateX(28px);
}

.reveal-slide-up {
    transform: translateY(18px);
}

.reveal-zoom-in {
    transform: scale(0.96);
}

.reveal-delay-1 {
    transition-delay: 0.08s;
}

.reveal-delay-2 {
    transition-delay: 0.16s;
}

.reveal-delay-3 {
    transition-delay: 0.24s;
}

@media (prefers-reduced-motion: reduce) {
    .reveal-on-scroll {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .reveal-delay-1,
    .reveal-delay-2,
    .reveal-delay-3 {
        transition-delay: 0s;
    }

}

/* Responsividade */
@media (max-width: 1024px) {
    .bloco-vantagens__container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .bloco-vantagens__center {
        order: -1;
    }

    .bloco-vantagens__left,
    .bloco-vantagens__right {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem;
    }

    .vantagem-item {
        max-width: 280px;
        flex-direction: row;
    }

    .vantagem-item--right {
        margin-left: 0;
        flex-direction: row;
    }

    .vantagem-item--right .vantagem-item__icon {
        order: 0;
    }
}

@media (max-width: 768px) {
    .bloco-vantagens {
        min-height: auto;
        padding: 2rem 0;
    }

    .phone-mockup {
        width: 220px;
    }

    .vantagem-item {
        max-width: 100%;
    }

    .vantagem-item__title {
        font-size: 1rem;
    }

    .vantagem-item__description {
        font-size: 0.8125rem;
    }
}

/* Privacy policy page */
.privacy-page {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 170px;
}

.privacy-card {
    background: rgba(0, 8, 2, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 32px 28px;
    color: #e2e8f0;
    line-height: 1.7;
    backdrop-filter: blur(2px);
}

.privacy-card h1 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffffff;
}

.privacy-updated {
    color: #94a3b8;
    font-size: 0.9rem;
    margin-bottom: 22px;
}

.privacy-card h2 {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 8px;
    color: #f8fafc;
}

.privacy-card p {
    margin-top: 8px;
}

.privacy-card ul {
    margin-top: 8px;
    padding-left: 20px;
}

.privacy-card li {
    margin-top: 5px;
}

@media (max-width: 768px) {
    .privacy-page {
        padding-top: 140px;
    }

    .privacy-card {
        padding: 24px 18px;
    }

    .privacy-card h1 {
        font-size: 1.6rem;
    }
}

/* Under construction page */
.construction-body {
    min-height: 100svh;
    margin: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.construction-page {
    width: min(100%, 760px);
    padding: clamp(24px, 5vw, 48px);
}

.construction-card {
    width: 100%;
    max-width: none;
    padding: 0;
    text-align: center;
    color: #e2e8f0;
}

.construction-card img {
    width: clamp(150px, 18vw, 220px);
    margin: 0 auto 20px;
}

.construction-card h1 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
}

.construction-card p {
    margin-top: 10px;
    color: #cbd5e1;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.construction-card .construction-actions {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .construction-card h1 {
        font-size: 1.6rem;
    }
}

button,
input,
select,
textarea {
    font-family: "Poppins", sans-serif;
}

/* Financial calculator page */
.calculator-page {
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 60px;
}

.calculator-wrap {
    max-width: 1080px;
    margin: 0 auto;
}

.calculator-hero {
    text-align: center;
    margin-bottom: 30px;
}

.calculator-hero h1 {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
}

.calculator-hero p {
    margin-top: 10px;
    color: #cbd5e1;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.calculator-card {
    background: rgba(0, 8, 2, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 24px;
    color: #e2e8f0;
}

.calculator-card h2 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.calculator-tabs,
.calculator-subtabs {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
}

.calculator-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.calculator-subtabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.calculator-tab {
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #0bbf59;
    color: #ffffff;
    padding: 12px 14px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.calculator-tab.is-active {
    box-shadow: 0 10px 24px rgba(11, 191, 89, 0.25);
    transform: translateY(-1px);
}

.calculator-tab--muted {
    background: #cfe4da;
    color: #334155;
}

.calculator-pane {
    display: none;
}

.calculator-pane.is-active {
    display: block;
}

.calculator-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.calculator-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.calculator-field label {
    font-size: 0.9rem;
    color: #cbd5e1;
}

.calculator-field input,
.calculator-field select {
    border: 1px solid #334155;
    border-radius: 10px;
    background: #0b1b10;
    color: #f8fafc;
    padding: 10px 12px;
    outline: none;
}

.calculator-field input:focus,
.calculator-field select:focus {
    border-color: #db2777;
}

.calc-segment {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    overflow: hidden;
}

.calc-segment__btn {
    background: #e2e8f0;
    color: #475569;
    padding: 10px 12px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.calc-segment__btn.is-active {
    background: #10b981;
    color: #ffffff;
}

.calculator-actions {
    margin-top: 18px;
}

.calculator-results {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.calculator-result {
    background: #0b1b10;
    border: 1px solid #1e293b;
    border-radius: 12px;
    padding: 14px;
}

.calculator-result p {
    font-size: 0.82rem;
    color: #94a3b8;
}

.calculator-result strong {
    display: block;
    margin-top: 5px;
    font-size: 1.1rem;
    color: #ffffff;
}

@media (max-width: 768px) {
    .calculator-page {
        padding-top: 90px;
    }

    .calculator-hero h1 {
        font-size: 1.65rem;
    }

    .calculator-tabs {
        grid-template-columns: 1fr;
    }

    .calculator-grid,
    .calculator-results {
        grid-template-columns: 1fr;
    }

    .calculator-subtabs {
        grid-template-columns: 1fr;
    }
}
