:root {
    --red: #d71920;
    --dark-red: #b31217;
    --dark-gray: #2f343a;
    --medium-gray: #6b7280;
    --light-gray: #f5f5f7;
    --white: #ffffff;
    --whatsapp: #25d366;
    --whatsapp-hover: #1ebe5d;
    --shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--white);
    color: var(--dark-gray);
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1180px, 92%);
    margin: auto;
}

/* HEADER */
.header {
    background: #ffffff;
    height: 130px;
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.06);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 3px solid #d71920;
}

.header-container {
    width: min(1180px, 92%);
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-link {
    width: 190px;
    display: flex;
    align-items: center;
}

.logo {
    width: 100%;
    height: auto;
    display: block;
}


.header{

    border-bottom:3px solid #d71920;
}



.header-whatsapp {
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 999px;
    font-weight: 900;
    white-space: nowrap;
}


.header-whatsapp:hover {
    background: var(--whatsapp-hover);
    transform: translateY(-2px);
}


.header-buttons{

    display:flex;

    align-items:center;

    gap:16px;

}
.header-instagram{

    background:linear-gradient(
        45deg,
        #833AB4,
        #FD1D1D,
        #F77737
    );

    color:#ffffff;

    text-decoration:none;

    padding:14px 28px;

    border-radius:999px;

    font-weight:800;

    transition:.3s ease;

}
.header-instagram:hover{

    transform:translateY(-2px);

    filter:brightness(1.05);

}



/* HERO */
.hero {
    background: linear-gradient(135deg, #1973d7, #b3126b);
    color: var(--white);
    padding: 140px 0;
    overflow: hidden;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 56px;
    align-items: center;
}

.hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.17);
    border: 1px solid rgba(255,255,255,0.24);
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 22px;
}

.hero h1 {
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    line-height: 1.04;
    margin-bottom: 24px;
    font-weight: 900;
}

.hero p {
    font-size: 1.2rem;
    max-width: 620px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.hero-image {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,0.25);
}

.hero-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.btn-whatsapp-main {
    display: inline-block;
    background: var(--whatsapp);
    color: var(--white);
    padding: 18px 34px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.35);
    transition: 0.3s ease;
}

.btn-whatsapp-main:hover {
    background: var(--whatsapp-hover);
    transform: translateY(-3px);
}

.trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.trust-list span {
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.22);
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
}

/* TRUST */
.trust-section {
    background: var(--white);
    padding: 55px 0;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.trust-card {
    background: var(--light-gray);
    padding: 28px 22px;
    border-radius: 22px;
    text-align: center;
    transition: 0.3s ease;
}

.trust-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.trust-icon {
    font-size: 2rem;
    margin-bottom: 12px;
}

.trust-card h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.trust-card p {
    color: var(--medium-gray);
    font-size: 0.95rem;
}

/* GENERAL */
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 12px;
    font-weight: 900;
}

.section-title p {
    color: var(--medium-gray);
    font-size: 1.1rem;
}

/* BENEFITS */
.benefits {
    background: var(--light-gray);
    padding: 90px 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.benefit-card {
    background: var(--white);
    padding: 34px 26px;
    border-radius: 24px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-8px);
}

.benefit-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: #ffe8e9;
    color: var(--red);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.benefit-card h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.benefit-card p {
    color: var(--medium-gray);
    font-size: 0.98rem;
}

.center-btn {
    text-align: center;
    margin-top: 45px;
}

.btn-whatsapp-secondary {

    display: inline-block;

    background: #25D366;

    color: #ffffff;

    padding: 17px 30px;

    border-radius: 14px;

    text-decoration: none;

    font-weight: 900;

    transition: 0.3s ease;

    box-shadow: 0 10px 25px rgba(37,211,102,0.25);

}

.btn-whatsapp-secondary:hover {

    background: #1EBE5D;

    transform: translateY(-3px);

}

/* DREAM */
.dream-section {
    background: var(--white);
    padding: 90px 0;
}

.dream-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 54px;
    align-items: center;
}

.dream-tag {
    display: inline-block;
    background: #ffe8e9;
    color: var(--red);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 900;
    margin-bottom: 18px;
}

.dream-content h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 900;
}

.dream-content p {
    color: var(--medium-gray);
    font-size: 1.15rem;
    margin-bottom: 30px;
}

.dream-image img {
    border-radius: 30px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* WHATSAPP SECTION */
.whatsapp-section {
    background: var(--light-gray);
    padding: 90px 0;
}

.whatsapp-box {
    background: linear-gradient(135deg, #f4fff8, #ffffff);
    border: 1px solid #dcfce7;
    border-radius: 32px;
    padding: 48px;
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 35px;
    align-items: center;
    box-shadow: var(--shadow);
}

.whatsapp-big-icon {
    width: 120px;
    height: 120px;
    background: var(--whatsapp);
    color: var(--white);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
}

.whatsapp-content h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 12px;
    font-weight: 900;
}

.whatsapp-content p {
    color: var(--medium-gray);
    font-size: 1.12rem;
    margin-bottom: 26px;
}

/* HOW IT WORKS */
.how-it-works {
    background: var(--white);
    padding: 90px 0;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.step-card {
    background: var(--light-gray);
    padding: 34px 24px;
    border-radius: 24px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: 0.3s ease;
}

.step-card:hover {
    transform: translateY(-8px);
}

.step-icon {
    font-size: 2rem;
    margin-bottom: 12px;
}

.step-card span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    background: var(--red);
    color: var(--white);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    margin-bottom: 18px;
}

.step-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.step-card p {
    color: var(--medium-gray);
}

/* CTA */
.cta {
    background: var(--dark-gray);
    color: var(--white);
    padding: 90px 0;
    text-align: center;
}

.cta h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin-bottom: 16px;
    font-weight: 900;
}

.cta p {
    font-size: 1.15rem;
    margin-bottom: 32px;
    opacity: 0.9;
}

/* FOOTER */
.footer {
    background: #22262b;
    color: var(--white);
    padding: 45px 0;
    text-align: center;
}

.footer h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.footer p {
    color: #d1d5db;
    font-size: 0.95rem;
    margin: 5px 0;
}

/* FLOAT WHATSAPP */
.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    height: 72px;
    padding: 0 24px;
    background: var(--whatsapp);
    color: var(--white);
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.45);
    z-index: 9999;
    text-decoration: none;
    font-weight: 900;
    animation: pulse-whatsapp 2s infinite;
    transition: 0.3s ease;
}

.whatsapp-float:hover {
    background: var(--whatsapp-hover);
    transform: translateY(-4px);
}

.float-icon {
    font-size: 1.5rem;
}

@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* RESPONSIVE */
@media (max-width: 950px) {
    .hero-container,
    .trust-grid,
    .benefits-grid,
    .dream-grid,
    .whatsapp-box,
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .hero,
    .dream-section,
    .whatsapp-box {
        text-align: center;
    }

    .hero p,
    .dream-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .trust-list {
        justify-content: center;
    }

    .hero-image {
        max-width: 620px;
        margin: auto;
    }

    .whatsapp-big-icon {
        margin: auto;
    }
}

@media (max-width: 600px) {
    .header-container {
        flex-direction: column;
    }

    .logo {
        max-height: 62px;
    }

    .header-whatsapp {
        width: 100%;
        text-align: center;
    }

    .hero {
        padding: 60px 0;
    }

    .hero-image img {
        height: 330px;
    }

    .btn-whatsapp-main,
    .btn-red {
        width: 100%;
        text-align: center;
    }

    .trust-card,
    .benefit-card,
    .step-card {
        padding: 28px 20px;
    }

    .whatsapp-box {
        padding: 34px 22px;
    }

    .whatsapp-float {
        height: 64px;
        padding: 0 18px;
        right: 16px;
        bottom: 16px;
    }

    .whatsapp-float span:last-child {
        font-size: 0.9rem;
    }
}


/* =========================
   MOBILE FIXES
   ========================= */
@media (max-width: 768px) {

    .header {
        height: auto;
        padding: 14px 0;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .header-container {
        width: min(1180px, 92%);
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .logo-link {
        width: 280px;
        display: flex;
        justify-content: center;
    }

    .logo {
        width: 100%;
        height: auto;
        display: block;
    }

    .header-social,
    .header-buttons {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .header-instagram,
    .header-whatsapp {
        flex: 1;
        text-align: center;
        padding: 12px 10px;
        font-size: 0.9rem;
        border-radius: 999px;
    }

    main {
        padding-top: 0;
    }

    .hero {
        padding: 55px 0 70px;
        text-align: center;
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .hero h1 {
        font-size: 2.6rem;
        line-height: 1.08;
    }

    .hero p {
        font-size: 1.05rem;
        margin-left: auto;
        margin-right: auto;
    }

    .trust-list {
        justify-content: center;
    }

    .trust-list span {
        font-size: 0.9rem;
    }

    .hero-image img {
        height: 320px;
        object-fit: cover;
    }

    .whatsapp-float {
        width: 64px;
        height: 64px;
        padding: 0;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        justify-content: center;
    }

    .whatsapp-float span:last-child {
        display: none;
    }

    .float-icon {
        font-size: 1.6rem;
    }
    @media (max-width:768px){

        .whatsapp-float{

            display:none;

        }

    }
}