﻿@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

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

@font-face {
    font-family: "Garet";
    src: url("../fonts/Garet-Heavy.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mary Kate";
    src: url("../fonts/MaryKate.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --dark: #050314;
    --ink: #ffffff;
    --muted: #d8d4e7;
    --orange: #ff6b16;
    --red: #e3153e;
    --card: rgba(18, 16, 42, 0.82);
    --line: rgba(255, 255, 255, 0.14);
}

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

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    font-family: "Garet", Arial, Helvetica, sans-serif;
    background: var(--dark);
    color: var(--ink);
}

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

a {
    color: inherit;
    text-decoration: none;
}

.hero,
.s1,
.s2,
.s3,
.s4,
.s5 {
    min-height: 130vh;
    position: relative;
    overflow: hidden;
    background-color: var(--dark);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero {
    display: flex;
    align-items: center;
    background-image: url("../img/fundoMain.png");
}

.hero__content,
.s1__content,
.section-shell {
    width: min(100%, 1220px);
    margin: 0 auto;
    padding: 56px 32px;
}

.hero__content {
    max-width: 700px;
    margin-left: max(24px, calc((100vw - 1360px) / 2));
    margin-right: auto;
}

.hero__brand {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 54px;
}

.hero__brand img {
    width: 92px;
    height: auto;
}

.hero__brand span {
    color: #920017;
    font-family: "Mary Kate", cursive;
    font-size: clamp(4.25rem, 7vw, 7.5rem);
    font-weight: 400;
    line-height: 0.8;
}

.eyebrow {
    margin-bottom: 14px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eyebrow--orange {
    color: var(--orange);
}

.hero h1,
.s1 h2,
.section-copy h2 {
    max-width: 650px;
    font-family: "Bebas Neue", Impact, sans-serif;
    font-weight: 400;
    font-size: clamp(2.35rem, 5vw, 4.9rem);
    line-height: 0.95;
    letter-spacing: 0;
}

.hero h1 span {
    display: block;
    color: var(--orange);
}

.hero h1 em {
    display: block;
    color: #920017;
    font-style: normal;
}

.s1 h2 span {
    display: block;
    color: var(--red);
}

.hero__text,
.s1__text,
.section-copy > p:not(.eyebrow) {
    max-width: 530px;
    margin-top: 24px;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.55;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.button {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 8px;
    padding: 0 24px;
    border: 1px solid var(--line);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 1.08rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.button--primary {
    background: linear-gradient(135deg, #e51336, #ff6815);
    border-color: transparent;
}

.button--secondary {
    background: rgba(255, 255, 255, 0.03);
}

.button--secondary:hover {
    border-color: rgba(255, 255, 255, 0.36);
}

.hero__benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    width: min(100%, 680px);
    margin-top: 38px;
    list-style: none;
}

.hero__benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.2;
}

.hero__benefits img {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    object-fit: contain;
}

.s1 {
    display: flex;
    align-items: center;
    background-image: linear-gradient(90deg, rgba(5, 3, 20, 0.96) 0%, rgba(5, 3, 20, 0.78) 54%, rgba(5, 3, 20, 0.24) 100%), url("../img/fundoS1.png");
}

.s1__content {
    padding-top: 70px;
    padding-bottom: 52px;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-top: 34px;
}

.problem-card {
    min-height: 208px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 22px 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(27, 24, 58, 0.88), rgba(28, 8, 28, 0.86));
    box-shadow: inset 0 -1px 0 rgba(227, 21, 62, 0.45);
    text-align: center;
}

.problem-card img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    margin-bottom: 16px;
}

.problem-card h3 {
    max-width: 150px;
    min-height: 42px;
    font-family: "Bebas Neue", Impact, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.05;
}

.problem-card p {
    margin-top: 12px;
    color: var(--muted);
    font-size: 0.74rem;
    line-height: 1.35;
}

.s1__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: min(100%, 650px);
    min-height: 68px;
    margin: 28px auto 0;
    padding: 14px 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(10, 8, 30, 0.86);
    color: var(--muted);
    text-align: left;
}

.s1__footer img {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    object-fit: contain;
}

.s1__footer p {
    font-size: 0.86rem;
    line-height: 1.35;
}

.s1__footer strong {
    color: var(--orange);
}

.s2,
.s3,
.s4,
.s5 {
    display: flex;
    align-items: center;
}

.s2 {
    background-image: url("../img/fundoS2.png");
}

.s3 {
    background-image: url("../img/fundoS3.png");
}

.s4 {
    background-image: url("../img/fundoS4.png");
}

.s5 {
    background-image: url("../img/fundoS5.png");
}

.section-copy h2 span {
    display: block;
    color: var(--red);
}

.section-copy strong,
.section-footer strong,
.s4__footer strong {
    color: var(--orange);
}

.s2__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.7fr);
    gap: 28px 36px;
    align-items: center;
}

.section-highlight {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 390px;
    margin-top: 34px;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.35;
}

.section-highlight img {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    object-fit: contain;
}

.s2__visual {
    align-self: end;
}

.steps-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    align-items: start;
}

.step-card {
    position: relative;
    text-align: center;
}

.step-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 42px;
    right: -8px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--orange);
    box-shadow: 0 0 10px rgba(255, 107, 22, 0.8);
}

.step-card img {
    width: 74px;
    height: 74px;
    margin: 0 auto 8px;
    object-fit: contain;
}

.step-card strong {
    display: block;
    color: var(--orange);
    font-size: 0.78rem;
    line-height: 1;
}

.step-card h3 {
    margin-top: 6px;
    font-size: 0.74rem;
    line-height: 1.2;
}

.step-card p {
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.66rem;
    line-height: 1.32;
}

.s2__mockups {
    width: min(100%, 820px);
    margin: 18px 0 0 auto;
}

.s2__mobile-mockups {
    display: none;
}

.s2__mobile-mockups img {
    width: 100%;
    height: auto;
}

.mobile-section-image {
    display: block;
    width: 100vw;
    max-width: none;
    height: auto;
    margin-left: calc(50% - 50vw);
}

.section-footer {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 86px;
    padding: 16px 28px;
    border: 1px solid rgba(227, 21, 62, 0.42);
    border-radius: 8px;
    background: rgba(10, 8, 30, 0.78);
    color: var(--muted);
    box-shadow: inset 0 -1px 0 rgba(255, 107, 22, 0.22);
}

.section-footer img {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    object-fit: contain;
}

.section-footer p {
    font-size: 1rem;
    line-height: 1.35;
}

.s2__footer {
    width: min(100%, 670px);
    margin: 0 auto;
}

.s3__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.28fr);
    gap: 28px 46px;
    align-items: center;
}

.section-feature {
    display: flex;
    gap: 18px;
    max-width: 470px;
    margin-top: 32px;
    padding: 24px;
    border: 1px solid rgba(227, 21, 62, 0.6);
    border-radius: 8px;
    background: rgba(10, 8, 30, 0.7);
}

.section-feature img {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    object-fit: contain;
}

.section-feature h3,
.included-card h3,
.why-card h3 {
    font-family: "Bebas Neue", Impact, sans-serif;
    font-weight: 400;
    line-height: 1.05;
}

.section-feature h3 {
    font-size: 1.32rem;
}

.section-feature p {
    margin-top: 12px;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.45;
}

.included-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.included-card {
    min-height: 238px;
    padding: 24px 18px 22px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background: rgba(13, 11, 36, 0.78);
    text-align: center;
}

.included-card img {
    width: 78px;
    height: 78px;
    margin: 0 auto 14px;
    object-fit: contain;
}

.included-card h3 {
    max-width: 190px;
    margin: 0 auto;
    font-size: 1.16rem;
}

.included-card p {
    margin-top: 18px;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.4;
}

.s3__footer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 1px auto minmax(0, 1fr);
    gap: 20px;
    width: 100%;
}

.s3__footer span {
    width: 1px;
    height: 52px;
    background: var(--line);
}

.s3__footer img:first-child {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
}

.s4__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.78fr);
    gap: 36px;
    align-items: end;
}

.s4 .section-copy {
    grid-column: 1 / 2;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 20px;
    margin-top: 36px;
}

.why-card {
    min-height: 138px;
    padding-right: 18px;
    border-right: 1px solid var(--line);
}

.why-card:nth-child(3n) {
    border-right: 0;
}

.why-card img {
    width: 58px;
    height: 58px;
    margin-bottom: 12px;
    object-fit: contain;
}

.why-card h3 {
    max-width: 150px;
    font-size: 1rem;
}

.why-card p {
    margin-top: 12px;
    color: var(--muted);
    font-size: 0.76rem;
    line-height: 1.42;
}

.s4__footer {
    grid-column: 2 / 3;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 16px;
    width: min(100%, 480px);
    margin-bottom: 18px;
    padding: 16px 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(10, 8, 30, 0.72);
    color: var(--muted);
}

.s4__footer img {
    width: 162px;
    flex: 0 0 162px;
}

.s4__footer p {
    font-size: 0.86rem;
    line-height: 1.45;
}

.s5__grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.12fr) minmax(260px, 0.66fr) minmax(280px, 0.8fr);
    gap: 28px 36px;
    align-items: center;
}

.s5 .section-copy h2 {
    max-width: 520px;
}

.s5 .section-copy h2 span {
    display: inline;
    color: var(--orange);
}

.investment-note {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 480px;
    margin-top: 58px;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(10, 8, 30, 0.68);
}

.investment-note img {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    object-fit: contain;
}

.investment-note p {
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.45;
}

.s5__includes h3 {
    margin-bottom: 14px;
    font-size: 1.02rem;
}

.s5__includes h3::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin-top: 8px;
    background: var(--orange);
}

.s5__includes ul,
.price-card ul {
    list-style: none;
}

.s5__includes li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.s5__includes img {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    object-fit: contain;
}

.s5__includes span {
    display: block;
    color: var(--muted);
    font-size: 0.68rem;
    line-height: 1.3;
}

.s5__includes strong {
    display: block;
    margin-bottom: 3px;
    color: var(--ink);
    font-size: 0.78rem;
}

.price-card {
    position: relative;
    padding: 32px 34px 24px;
    border: 1px solid rgba(227, 21, 62, 0.52);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(32, 13, 42, 0.94), rgba(12, 8, 30, 0.94));
    box-shadow: 0 0 32px rgba(255, 107, 22, 0.18);
    text-align: center;
}

.price-card__ribbon {
    width: 210px;
    margin: -12px auto 20px;
    padding: 9px 18px;
    background: linear-gradient(135deg, #b60b28, #ed351e);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.price-card > p {
    color: var(--muted);
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.price-card__value {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin: 8px 0 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(5rem, 9vw, 7.1rem);
    line-height: 0.82;
}

.price-card__value span,
.price-card__value small {
    color: var(--orange);
    font-family: "Garet", Arial, Helvetica, sans-serif;
    font-size: 1.08rem;
    font-weight: 800;
}

.price-card li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 11px;
    color: var(--muted);
    font-size: 0.78rem;
    text-align: left;
}

.price-card li img {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

.price-card__button {
    width: 100%;
    margin-top: 24px;
}

.price-card__secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    color: var(--muted);
    font-size: 0.68rem;
    white-space: nowrap;
}

.price-card__secure img {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
}

.faq-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 0.72fr repeat(4, minmax(0, 1fr));
    gap: 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.faq-heading h3 {
    max-width: 130px;
    font-size: 1rem;
    line-height: 1.1;
}

.faq-heading span {
    display: block;
    color: var(--red);
}

.faq-heading h3::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin-top: 8px;
    background: var(--orange);
}

.faq-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    min-height: 130px;
    padding: 0 16px;
    border-left: 1px solid var(--line);
}

.faq-card img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.faq-card h4 {
    font-size: 0.82rem;
    line-height: 1.25;
}

.faq-card p {
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.68rem;
    line-height: 1.42;
}

.s5__cta {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto minmax(210px, 0.82fr) minmax(180px, 0.7fr) minmax(240px, 0.78fr);
    gap: 20px;
    align-items: center;
    width: min(100%, 1040px);
    margin: 4px auto 0;
    padding: 16px 24px;
    border: 1px solid rgba(227, 21, 62, 0.38);
    border-radius: 8px;
    background: rgba(10, 8, 30, 0.82);
}

.s5__cta > img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.s5__cta p {
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.25;
}

.s5__cta p strong {
    display: block;
    color: var(--red);
}

.s5__cta span {
    display: block;
    padding-left: 22px;
    border-left: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.45;
}

.s5__cta .button {
    width: 100%;
    min-height: 52px;
}


@media (min-width: 981px) {
    .mobile-section-image {
        display: none;
    }
}
@media (max-width: 980px) {
    .hero,
    .s1,
    .s2,
    .s3,
    .s4,
    .s5 {
        min-height: auto;
        background-position: top center;
    }

    .hero {
        align-items: flex-start;
        padding-top: 0;
        background-image: none;
    }

    .s1 {
        background-image: none;
    }

    .s2 {
        background-image: linear-gradient(180deg, rgba(5, 3, 20, 0.9), rgba(5, 3, 20, 0.82)), url("../img/fundoS2.png");
    }

    .s3 {
        background-image: linear-gradient(180deg, rgba(5, 3, 20, 0.9), rgba(5, 3, 20, 0.82)), url("../img/fundoS3.png");
    }

    .s4 {
        background-image: none;
    }

    .s5 {
        background-image: linear-gradient(180deg, rgba(5, 3, 20, 0.9), rgba(5, 3, 20, 0.78)), url("../img/fundoS5.png");
    }

    .hero,
    .s1,
    .s4 {
        display: block;
    }

    .mobile-section-image {
        display: block !important;
        width: 100vw;
        max-width: none;
        height: auto;
        margin-left: calc(50% - 50vw);
    }

    .hero__content {
        max-width: none;
        margin: 0 auto;
    }

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

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

    .s2__grid,
    .s3__grid,
    .s4__grid,
    .s5__grid {
        grid-template-columns: 1fr;
    }

    .s2__mockups {
        display: none;
    }

    .s2__mobile-mockups {
        display: grid;
        gap: 18px;
        width: 100%;
        margin-top: 24px;
    }

    .steps-row,
    .included-grid,
    .why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .s4 .section-copy,
    .s4__footer {
        grid-column: auto;
    }

    .s4__footer {
        justify-self: start;
        margin-bottom: 0;
    }

    .why-card,
    .why-card:nth-child(3n) {
        border-right: 0;
    }

    .s3__footer {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .s3__footer span {
        display: none;
    }

    .faq-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 0;
    }

    .faq-heading {
        grid-column: 1 / -1;
    }

    .s5__cta {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .s5__cta span,
    .s5__cta .button {
        grid-column: 1 / -1;
    }

    .s5__cta span {
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 620px) {
    .hero__content,
    .s1__content,
    .section-shell {
        padding: 44px 18px;
    }

    .hero h1,
    .s1 h2,
    .section-copy h2 {
        font-size: clamp(2.15rem, 14vw, 3.4rem);
    }

    .button,
    .hero__actions {
        width: 100%;
    }

    .button {
        padding: 0 18px;
        font-size: 1rem;
    }

    .hero__benefits,
    .problem-grid {
        grid-template-columns: 1fr;
    }

    .problem-card {
        min-height: auto;
    }

    .steps-row,
    .included-grid,
    .why-grid,
    .faq-row {
        grid-template-columns: 1fr;
    }

    .step-card:not(:last-child)::after {
        display: none;
    }

    .included-card {
        min-height: auto;
    }

    .s1__footer {
        align-items: flex-start;
        padding: 14px 16px;
    }

    .section-footer,
    .s3__footer,
    .s4__footer,
    .section-feature {
        align-items: flex-start;
        padding: 16px;
    }

    .section-footer,
    .s4__footer,
    .section-feature,
    .investment-note {
        flex-direction: column;
    }

    .faq-card {
        border-left: 0;
        padding: 16px 0;
        border-top: 1px solid var(--line);
    }

    .s5__cta {
        grid-template-columns: 1fr;
        padding: 16px;
    }

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

    .s4__footer img {
        width: 138px;
        flex-basis: auto;
    }
}



