/*
Theme Name: EL DICHOSO
Theme URI: https://eldichoso.com
Author: Demmah Vibes Agency
Description: Custom WordPress theme for EL DICHOSO.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 8.2
Text Domain: el-dichoso
*/


/* =========================================================
   1. DESIGN TOKENS
========================================================= */

:root {
    --dichoso-navy: #030C28;
    --dichoso-navy-deep: #010617;
    --dichoso-blue: #06245F;
    --dichoso-blue-bright: #0B3D91;

    --dichoso-gold: #FFC80B;
    --dichoso-gold-light: #FFE45C;
    --dichoso-gold-dark: #C89400;

    --dichoso-red: #CE1126;
    --dichoso-green: #25D366;

    --dichoso-white: #FFFFFF;
    --dichoso-text: #F5F7FC;
    --dichoso-muted: #AAB4CC;

    --dichoso-container: 1180px;
    --dichoso-wide: 1380px;

    --dichoso-radius: 18px;
    --dichoso-radius-lg: 28px;

    --dichoso-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}


/* =========================================================
   2. RESET
========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;

    background:
        radial-gradient(
            circle at 80% 10%,
            rgba(11, 61, 145, 0.22),
            transparent 32%
        ),
        var(--dichoso-navy);

    color: var(--dichoso-text);

    font-family: "Montserrat", Arial, sans-serif;

    font-size: 16px;
    line-height: 1.6;

    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

p,
h1,
h2,
h3 {
    margin-top: 0;
}


/* =========================================================
   3. GLOBAL CONTAINERS
========================================================= */

.dichoso-container {
    width: min(
        calc(100% - 40px),
        var(--dichoso-container)
    );

    margin-inline: auto;
}

.dichoso-container--wide {
    width: min(
        calc(100% - 40px),
        var(--dichoso-wide)
    );

    margin-inline: auto;
}


/* =========================================================
   4. HEADER
========================================================= */

.site-header {
    position: relative;
    z-index: 20;

    width: 100%;

    background: rgba(1, 6, 23, 0.97);

    border-bottom: 2px solid var(--dichoso-gold);

    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.22);
}

.site-header__inner {
    width: min(
        calc(100% - 40px),
        var(--dichoso-wide)
    );

    min-height: 78px;

    margin-inline: auto;

    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;

    width: 110px;
    max-width: 110px;

    flex: 0 0 auto;
}

.site-logo img {
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;
}


/* =========================================================
   5. HERO
========================================================= */

.dichoso-hero {
    position: relative;

    min-height: 760px;

    display: flex;
    align-items: center;

    overflow: hidden;

    padding: 80px 0 100px;

    background:
        radial-gradient(
            circle at 18% 40%,
            rgba(0, 58, 143, 0.35),
            transparent 35%
        ),
        radial-gradient(
            circle at 85% 30%,
            rgba(255, 200, 11, 0.08),
            transparent 30%
        ),
        var(--dichoso-navy);
}

.dichoso-hero::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    left: -220px;
    bottom: -220px;

    border-radius: 50%;

    background: rgba(206, 17, 38, 0.12);

    filter: blur(30px);

    pointer-events: none;
}

.dichoso-hero__content {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(420px, 0.95fr);

    align-items: center;

    gap: 50px;
}


/* =========================================================
   6. HERO ARTWORK
========================================================= */

.dichoso-hero__visual {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 560px;
}

.dichoso-hero__visual::before {
    content: "";

    position: absolute;

    width: 520px;
    height: 520px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255, 200, 11, 0.13),
            transparent 65%
        );

    pointer-events: none;
}

.dichoso-hero__artwork {
    position: relative;
    z-index: 2;

    display: block;

    width: min(100%, 600px);

    max-height: 650px;

    object-fit: contain;

    filter:
        drop-shadow(
            0 25px 40px rgba(0, 0, 0, 0.45)
        );
}


/* =========================================================
   7. HERO COPY
========================================================= */

.dichoso-hero__copy {
    width: 100%;
    max-width: 600px;

    padding: 20px 0;
}

.dichoso-title-lockup {
    margin-bottom: 18px;
}

.dichoso-title-lockup__badges {
    display: flex;
    align-items: center;

    gap: 8px;

    margin-bottom: 12px;
}

.dichoso-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 6px 13px;

    border-radius: 5px;

    font-size: 13px;
    font-weight: 900;

    letter-spacing: 0.08em;
}

.dichoso-badge--blue {
    background: var(--dichoso-blue-bright);
    color: var(--dichoso-white);
}

.dichoso-badge--red {
    background: var(--dichoso-red);
    color: var(--dichoso-white);
}

.dichoso-title-lockup h1 {
    margin: 0;

    font-family: "Anton", Impact, sans-serif;

    font-size: clamp(4rem, 7vw, 7.4rem);

    line-height: 0.9;

    letter-spacing: 0.015em;

    text-transform: uppercase;
}

.dichoso-gold-text {
    display: inline-block;

    background:
        linear-gradient(
            180deg,
            #FFE45C 0%,
            #FFC80B 42%,
            #D99A00 100%
        );

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;

    filter:
        drop-shadow(
            0 5px 0 rgba(0, 0, 0, 0.25)
        );
}

.dichoso-ribbon {
    display: inline-block;

    margin: 12px 0 26px;

    padding: 8px 20px;

    background: var(--dichoso-red);

    color: var(--dichoso-white);

    font-family: "Anton", Impact, sans-serif;

    font-size: clamp(1rem, 2vw, 1.35rem);

    letter-spacing: 0.04em;

    transform: skew(-8deg);

    box-shadow:
        8px 8px 0 rgba(255, 200, 11, 0.85);
}

.dichoso-hero__offer {
    margin-bottom: 2px;

    color: var(--dichoso-gold);

    font-size: 1.1rem;
    font-weight: 900;

    text-transform: uppercase;

    letter-spacing: 0.1em;
}

.dichoso-hero__headline {
    margin-bottom: 18px;

    color: var(--dichoso-white);

    font-family: "Anton", Impact, sans-serif;

    font-size: clamp(2.3rem, 4vw, 4.3rem);

    line-height: 0.98;

    text-transform: uppercase;
}

.dichoso-hero__description {
    max-width: 530px;

    margin-bottom: 32px;

    color: var(--dichoso-muted);

    font-size: 1.05rem;

    line-height: 1.75;
}


/* =========================================================
   8. BUTTONS
========================================================= */

.dichoso-hero__actions {
    display: flex;
    align-items: center;

    gap: 15px;
}

.dichoso-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 56px;

    padding: 14px 30px;

    border: 0;
    border-radius: 999px;

    font-size: 14px;
    font-weight: 900;

    letter-spacing: 0.06em;

    text-transform: uppercase;

    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background 180ms ease;
}

.dichoso-button:hover {
    transform: translateY(-3px);
}

.dichoso-button--primary {
    background:
        linear-gradient(
            180deg,
            var(--dichoso-gold-light),
            var(--dichoso-gold)
        );

    color: #111;

    box-shadow:
        0 12px 30px rgba(255, 200, 11, 0.25);
}

.dichoso-button--primary:hover {
    box-shadow:
        0 18px 38px rgba(255, 200, 11, 0.35);
}


/* =========================================================
   9. SECTION HEADING
========================================================= */

.dichoso-section-heading {
    max-width: 720px;

    margin-bottom: 55px;
}

.dichoso-section-kicker {
    display: inline-block;

    margin-bottom: 10px;

    color: var(--dichoso-gold);

    font-size: 13px;
    font-weight: 900;

    letter-spacing: 0.14em;

    text-transform: uppercase;
}

.dichoso-section-title {
    margin-bottom: 15px;

    color: var(--dichoso-white);

    font-family: "Anton", Impact, sans-serif;

    font-size: clamp(2.5rem, 5vw, 4.5rem);

    line-height: 1;

    text-transform: uppercase;
}

.dichoso-section-heading p {
    max-width: 650px;

    margin-bottom: 0;

    color: var(--dichoso-muted);

    font-size: 1rem;

    line-height: 1.75;
}


/* =========================================================
   10. OFFER / QR SECTION
========================================================= */

.dichoso-offer {
    position: relative;

    padding: 110px 0;

    background:
        linear-gradient(
            180deg,
            var(--dichoso-navy-deep),
            var(--dichoso-navy)
        );
}

.dichoso-qr-card {
    display: grid;

    grid-template-columns:
        minmax(300px, 0.85fr)
        minmax(0, 1.15fr);

    align-items: center;

    gap: 60px;

    padding: 55px;

    border: 1px solid rgba(255, 200, 11, 0.22);

    border-radius: var(--dichoso-radius-lg);

    background:
        linear-gradient(
            135deg,
            rgba(6, 36, 95, 0.75),
            rgba(3, 12, 40, 0.92)
        );

    box-shadow: var(--dichoso-shadow);
}

.dichoso-qr-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dichoso-qr-placeholder {
    width: min(100%, 300px);

    aspect-ratio: 1 / 1;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 10px solid var(--dichoso-white);

    background:
        repeating-conic-gradient(
            #111 0 25%,
            #fff 0 50%
        ) 50% / 34px 34px;

    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.35);
}

.dichoso-qr-placeholder__label {
    padding: 10px 18px;

    background: var(--dichoso-gold);

    color: #111;

    font-size: 18px;
    font-weight: 900;

    letter-spacing: 0.12em;
}

.dichoso-qr-copy {
    max-width: 560px;
}

.dichoso-step-number {
    display: inline-flex;

    color: var(--dichoso-gold);

    font-family: "Anton", Impact, sans-serif;

    font-size: 1.5rem;

    line-height: 1;
}

.dichoso-qr-copy h3 {
    margin: 10px 0 14px;

    color: var(--dichoso-white);

    font-family: "Anton", Impact, sans-serif;

    font-size: 2.5rem;

    text-transform: uppercase;
}

.dichoso-qr-copy p {
    margin-bottom: 18px;

    color: var(--dichoso-muted);

    line-height: 1.75;
}

.dichoso-qr-note {
    display: inline-block;

    color: var(--dichoso-gold);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 0.08em;

    text-transform: uppercase;
}


/* =========================================================
   11. HOW IT WORKS
========================================================= */

.dichoso-how {
    padding: 115px 0;

    background: var(--dichoso-navy);
}

.dichoso-steps {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}

.dichoso-step {
    position: relative;

    min-height: 270px;

    padding: 35px;

    border: 1px solid rgba(255, 255, 255, 0.09);

    border-radius: var(--dichoso-radius);

    background:
        linear-gradient(
            145deg,
            rgba(6, 36, 95, 0.75),
            rgba(1, 6, 23, 0.75)
        );

    transition:
        transform 180ms ease,
        border-color 180ms ease;
}

.dichoso-step:hover {
    transform: translateY(-6px);

    border-color:
        rgba(255, 200, 11, 0.5);
}

.dichoso-step > .dichoso-step-number {
    margin-bottom: 45px;

    font-size: 3rem;
}

.dichoso-step__content h3 {
    margin-bottom: 10px;

    color: var(--dichoso-white);

    font-family: "Anton", Impact, sans-serif;

    font-size: 2rem;

    text-transform: uppercase;
}

.dichoso-step__content p {
    margin: 0;

    color: var(--dichoso-muted);

    line-height: 1.7;
}


/* =========================================================
   12. BRAND / COMMUNITY
========================================================= */

.dichoso-brand {
    position: relative;

    padding: 130px 0;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            var(--dichoso-blue),
            var(--dichoso-navy-deep)
        );
}

.dichoso-brand::before {
    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    right: -260px;
    top: -300px;

    border-radius: 50%;

    border: 2px solid rgba(255, 200, 11, 0.14);

    box-shadow:
        0 0 0 80px rgba(255, 200, 11, 0.03),
        0 0 0 160px rgba(255, 200, 11, 0.02);
}

.dichoso-brand__content {
    position: relative;
    z-index: 2;

    max-width: 800px;
}

.dichoso-brand__small {
    display: block;

    margin-bottom: 5px;

    color: var(--dichoso-gold);

    font-size: 1rem;
    font-weight: 900;

    letter-spacing: 0.14em;

    text-transform: uppercase;
}

.dichoso-brand h2 {
    margin-bottom: 22px;

    color: var(--dichoso-white);

    font-family: "Anton", Impact, sans-serif;

    font-size: clamp(4rem, 9vw, 8rem);

    line-height: 0.88;

    text-transform: uppercase;
}

.dichoso-brand p {
    max-width: 680px;

    margin-bottom: 30px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 1.05rem;

    line-height: 1.8;
}

.dichoso-brand__heart {
    color: var(--dichoso-red);

    font-size: 3rem;

    line-height: 1;
}


/* =========================================================
   13. CONTACT
========================================================= */

.dichoso-contact {
    padding: 100px 0;

    background: var(--dichoso-navy-deep);
}

.dichoso-contact__box {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 50px;

    padding: 55px 60px;

    border-radius: var(--dichoso-radius-lg);

    background:
        linear-gradient(
            120deg,
            var(--dichoso-blue),
            rgba(6, 36, 95, 0.55)
        );

    border: 1px solid rgba(255, 200, 11, 0.2);

    box-shadow: var(--dichoso-shadow);
}

.dichoso-contact__content {
    max-width: 650px;
}

.dichoso-contact__content h2 {
    margin-bottom: 14px;

    color: var(--dichoso-white);

    font-family: "Anton", Impact, sans-serif;

    font-size: clamp(2.5rem, 5vw, 4.5rem);

    line-height: 1;

    text-transform: uppercase;
}

.dichoso-contact__content p {
    margin-bottom: 0;

    color: var(--dichoso-muted);

    line-height: 1.7;
}

.dichoso-contact__action {
    flex-shrink: 0;

    display: flex;
    align-items: center;

    gap: 20px;
}

.dichoso-contact__number {
    color: var(--dichoso-white);

    font-size: 1.1rem;
    font-weight: 900;

    white-space: nowrap;
}

.dichoso-button--whatsapp {
    background: var(--dichoso-green);

    color: #07120B;

    box-shadow:
        0 12px 30px rgba(37, 211, 102, 0.2);
}

.dichoso-button--whatsapp:hover {
    background: #45E27E;
}


/* =========================================================
   14. FOOTER
========================================================= */

.site-footer {
    padding: 28px 20px;

    border-top: 1px solid rgba(255, 255, 255, 0.08);

    background: #01040F;

    text-align: center;
}

.site-footer p {
    margin: 0;

    color: rgba(255, 255, 255, 0.45);

    font-size: 12px;

    letter-spacing: 0.04em;
}


/* =========================================================
   15. WORDPRESS DEFAULTS
========================================================= */

.wp-site-blocks {
    padding: 0 !important;
}

.site-main {
    margin: 0;
    padding: 0;
}

.entry-content {
    margin: 0;
}

.wp-block-group,
.wp-block-template-part {
    margin: 0;
}


/* =========================================================
   16. ACCESSIBILITY
========================================================= */

:focus-visible {
    outline: 3px solid var(--dichoso-gold);
    outline-offset: 4px;
}


/* =========================================================
   17. TABLET
========================================================= */

@media (max-width: 1100px) {

    .dichoso-hero__content {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(350px, 0.85fr);

        gap: 30px;
    }

    .dichoso-title-lockup h1 {
        font-size: clamp(4rem, 8vw, 6rem);
    }

    .dichoso-hero__headline {
        font-size: clamp(2.2rem, 4vw, 3.5rem);
    }

    .dichoso-qr-card {
        gap: 40px;
        padding: 45px;
    }

    .dichoso-contact__box {
        padding: 45px;
    }
}


/* =========================================================
   18. TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 900px) {

    .dichoso-hero {
        min-height: auto;

        padding: 70px 0 90px;
    }

    .dichoso-hero__content {
        grid-template-columns: 1fr;

        gap: 25px;

        text-align: center;
    }

    .dichoso-hero__visual {
        min-height: auto;

        order: 1;
    }

    .dichoso-hero__artwork {
        width: min(100%, 520px);

        max-height: 560px;
    }

    .dichoso-hero__copy {
        order: 2;

        margin-inline: auto;
    }

    .dichoso-title-lockup__badges,
    .dichoso-hero__actions {
        justify-content: center;
    }

    .dichoso-hero__description {
        margin-inline: auto;
    }

    .dichoso-qr-card {
        grid-template-columns: 1fr;

        text-align: center;
    }

    .dichoso-qr-copy {
        margin-inline: auto;
    }

    .dichoso-steps {
        grid-template-columns: repeat(3, 1fr);
    }

    .dichoso-contact__box {
        flex-direction: column;

        align-items: center;

        text-align: center;
    }
}


/* =========================================================
   19. MOBILE
========================================================= */

@media (max-width: 600px) {

    /* -----------------------------------------------------
       GLOBAL
    ----------------------------------------------------- */

    body {
        overflow-x: hidden;
    }

    .dichoso-container,
    .dichoso-container--wide {
        width: calc(100% - 40px);

        max-width: none;

        margin-left: 20px;
        margin-right: 20px;
    }


    /* -----------------------------------------------------
       HEADER
    ----------------------------------------------------- */

    .site-header__inner {
        width: calc(100% - 40px);

        min-height: 68px;

        margin-inline: auto;

        justify-content: center;
    }

    .site-logo {
        width: 88px;
        max-width: 88px;

        justify-content: center;
    }

    .site-logo img {
        width: 100%;
        height: auto;
    }


    /* -----------------------------------------------------
       HERO
    ----------------------------------------------------- */

    .dichoso-hero {
        min-height: auto;

        padding: 45px 0 70px;
    }

    .dichoso-hero__content {
        width: 100%;

        display: grid;

        grid-template-columns: 1fr;

        gap: 10px;

        text-align: center;
    }

    .dichoso-hero__visual {
        width: 100%;

        min-height: 300px;

        padding: 0;

        order: 1;
    }

    .dichoso-hero__visual::before {
        width: 280px;
        height: 280px;
    }

    .dichoso-hero__artwork {
        width: 90%;

        max-width: 400px;

        max-height: 390px;

        object-fit: contain;

        margin-inline: auto;
    }


    /* -----------------------------------------------------
       HERO COPY
    ----------------------------------------------------- */

    .dichoso-hero__copy {
        width: 100%;

        max-width: 100%;

        padding: 10px 0 0;

        order: 2;
    }

    .dichoso-title-lockup {
        margin-bottom: 16px;
    }

    .dichoso-title-lockup__badges {
        justify-content: center;

        gap: 7px;

        margin-bottom: 14px;
    }

    .dichoso-badge {
        padding: 6px 11px;

        font-size: 11px;
    }

    .dichoso-title-lockup h1 {
        font-size: clamp(3.2rem, 17vw, 4.5rem);

        line-height: 0.9;
    }

    .dichoso-ribbon {
        margin: 12px 0 24px;

        padding: 8px 14px;

        font-size: 0.85rem;

        line-height: 1.2;

        box-shadow:
            5px 5px 0 rgba(255, 200, 11, 0.85);
    }

    .dichoso-hero__offer {
        margin-bottom: 5px;

        font-size: 0.9rem;
    }

    .dichoso-hero__headline {
        margin-bottom: 16px;

        font-size: clamp(2rem, 10vw, 2.8rem);

        line-height: 1;
    }

    .dichoso-hero__description {
        width: 100%;

        max-width: 500px;

        margin: 0 auto 26px;

        font-size: 0.9rem;

        line-height: 1.7;
    }

    .dichoso-hero__actions {
        width: 100%;

        justify-content: center;
    }

    .dichoso-button {
        width: auto;

        max-width: 100%;

        min-height: 52px;

        padding: 13px 22px;

        font-size: 12px;
    }


    /* -----------------------------------------------------
       GENERAL SECTIONS
    ----------------------------------------------------- */

    .dichoso-offer,
    .dichoso-how,
    .dichoso-brand,
    .dichoso-contact {
        padding: 75px 0;
    }

    .dichoso-section-heading {
        width: 100%;

        max-width: 100%;

        margin-bottom: 35px;

        text-align: center;
    }

    .dichoso-section-kicker {
        margin-bottom: 9px;

        font-size: 11px;
    }

    .dichoso-section-title {
        margin-bottom: 14px;

        font-size: clamp(2.3rem, 11vw, 3.2rem);

        line-height: 0.95;
    }

    .dichoso-section-heading p {
        font-size: 0.9rem;

        line-height: 1.7;
    }


    /* -----------------------------------------------------
       QR CARD
    ----------------------------------------------------- */

    .dichoso-qr-card {
        width: 100%;

        grid-template-columns: 1fr;

        gap: 30px;

        padding: 25px 20px;

        border-radius: 20px;

        text-align: center;
    }

    .dichoso-qr-wrapper {
        width: 100%;
    }

    .dichoso-qr-placeholder {
        width: min(220px, 80vw);

        margin-inline: auto;
    }

    .dichoso-qr-copy {
        width: 100%;

        max-width: 100%;

        margin-inline: auto;

        text-align: center;
    }

    .dichoso-qr-copy h3 {
        margin: 10px 0 12px;

        font-size: 2.2rem;
    }

    .dichoso-qr-copy p {
        font-size: 0.9rem;

        line-height: 1.7;
    }

    .dichoso-qr-note {
        font-size: 10px;
    }


    /* -----------------------------------------------------
       HOW IT WORKS
    ----------------------------------------------------- */

    .dichoso-steps {
        width: 100%;

        grid-template-columns: 1fr;

        gap: 16px;
    }

    .dichoso-step {
        width: 100%;

        min-height: auto;

        padding: 25px;

        text-align: left;
    }

    .dichoso-step > .dichoso-step-number {
        margin-bottom: 22px;

        font-size: 2.5rem;
    }

    .dichoso-step__content h3 {
        margin-bottom: 8px;

        font-size: 1.8rem;
    }

    .dichoso-step__content p {
        font-size: 0.9rem;

        line-height: 1.65;
    }


    /* -----------------------------------------------------
       BRAND
    ----------------------------------------------------- */

    .dichoso-brand {
        padding: 85px 0;

        text-align: center;
    }

    .dichoso-brand__content {
        width: 100%;

        max-width: 100%;
    }

    .dichoso-brand__small {
        font-size: 0.8rem;
    }

    .dichoso-brand h2 {
        margin-bottom: 20px;

        font-size: clamp(3.7rem, 17vw, 5rem);

        line-height: 0.88;
    }

    .dichoso-brand p {
        max-width: 600px;

        margin-inline: auto;

        font-size: 0.9rem;

        line-height: 1.7;
    }

    .dichoso-brand__heart {
        font-size: 2.5rem;
    }


    /* -----------------------------------------------------
       CONTACT
    ----------------------------------------------------- */

    .dichoso-contact {
        padding: 75px 0;
    }

    .dichoso-contact__box {
        width: 100%;

        padding: 30px 22px;

        gap: 28px;

        border-radius: 20px;

        text-align: center;
    }

    .dichoso-contact__content {
        width: 100%;

        max-width: 100%;
    }

    .dichoso-contact__content h2 {
        margin-bottom: 12px;

        font-size: clamp(2.3rem, 11vw, 3.2rem);
    }

    .dichoso-contact__content p {
        font-size: 0.9rem;
    }

    .dichoso-contact__action {
        width: 100%;

        gap: 15px;

        flex-direction: column;

        align-items: stretch;
    }

    .dichoso-contact__number {
        font-size: 1rem;

        white-space: normal;

        text-align: center;
    }

    .dichoso-button--whatsapp {
        width: 100%;
    }


    /* -----------------------------------------------------
       FOOTER
    ----------------------------------------------------- */

    .site-footer {
        padding: 25px 20px;
    }
}


/* =========================================================
   20. VERY SMALL PHONES
========================================================= */

@media (max-width: 380px) {

    .dichoso-container,
    .dichoso-container--wide {
        width: calc(100% - 32px);

        margin-left: 16px;
        margin-right: 16px;
    }

    .site-header__inner {
        width: calc(100% - 32px);
    }

    .site-logo {
        width: 82px;
        max-width: 82px;
    }

    .dichoso-hero {
        padding-top: 35px;
    }

    .dichoso-hero__artwork {
        width: 94%;

        max-height: 350px;
    }

    .dichoso-title-lockup h1 {
        font-size: 3rem;
    }

    .dichoso-hero__headline {
        font-size: 1.9rem;
    }

    .dichoso-button {
        width: 100%;
    }

    .dichoso-qr-card {
        padding: 22px 16px;
    }

    .dichoso-step {
        padding: 22px;
    }
}


/* =========================================================
   21. REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition: none !important;
    }
}

/* =========================================================
   22. REAL QR IMAGE
========================================================= */

.dichoso-qr-image {
    display: block;
    width: min(100%, 300px);
    height: auto;
    margin-inline: auto;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
}

@media (max-width: 600px) {

    .dichoso-qr-image {
        width: min(220px, 80vw);
    }

}

.dichoso-qr-link {
    display: block;
    width: min(100%, 300px);
    margin-inline: auto;
}

.dichoso-qr-link:hover {
    transform: translateY(-3px);
}

.dichoso-qr-link .dichoso-qr-image {
    width: 100%;
}

/* =========================================================
   23. HOW IT WORKS - FLOW ENHANCEMENT
========================================================= */

.dichoso-steps {
    position: relative;
}

.dichoso-step {
    overflow: visible;
}

.dichoso-step > .dichoso-step-number {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    margin-bottom: 32px;

    border: 2px solid var(--dichoso-gold);
    border-radius: 50%;

    background: var(--dichoso-navy-deep);

    color: var(--dichoso-gold);

    font-size: 1.35rem;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.25);
}


/* Desktop flow connector */
@media (min-width: 901px) {

    .dichoso-step:not(:last-child)::after {
        content: "→";

        position: absolute;

        top: 42px;
        right: -25px;

        z-index: 5;

        color: var(--dichoso-gold);

        font-family: Arial, sans-serif;

        font-size: 2rem;
        font-weight: 900;
    }

}


/* Mobile reset */
@media (max-width: 900px) {

    .dichoso-step > .dichoso-step-number {
        margin-bottom: 22px;
    }

}

/* =========================================================
   24. QR INTERACTION
========================================================= */

.dichoso-qr-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dichoso-qr-link {
    display: block;

    width: min(100%, 300px);

    transition:
        transform 180ms ease,
        filter 180ms ease;
}

.dichoso-qr-link:hover {
    transform: translateY(-5px);

    filter:
        drop-shadow(
            0 15px 25px rgba(255, 200, 11, 0.18)
        );
}

.dichoso-qr-image {
    display: block;

    width: 100%;
    height: auto;

    border-radius: 18px;

    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.35);
}

.dichoso-qr-action {
    display: inline-block;

    margin-top: 18px;

    color: var(--dichoso-gold);

    font-size: 12px;
    font-weight: 900;

    letter-spacing: 0.14em;

    text-transform: uppercase;
}

@media (max-width: 600px) {

    .dichoso-qr-link {
        width: min(220px, 80vw);
    }

    .dichoso-qr-action {
        margin-top: 14px;

        font-size: 10px;
    }

}

/* =========================================
   25. QR CONTACT / WELCOME PAGE
   ========================================= */

.dichoso-contact-page {
    min-height: calc(100vh - 78px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 20px;
    background:
        radial-gradient(circle at top, rgba(37, 99, 235, 0.18), transparent 45%),
        var(--dichoso-navy);
}

.dichoso-contact-card {
    width: min(100%, 620px);
    padding: 55px 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 200, 11, 0.25);
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.dichoso-contact-logo img {
    width: 180px;
    max-width: 60%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
}

.dichoso-contact-badge {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--dichoso-gold);
    color: var(--dichoso-navy);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.dichoso-contact-card h1 {
    margin: 0 0 15px;
    font-family: 'Anton', sans-serif;
    font-size: clamp(42px, 7vw, 68px);
    line-height: 0.95;
    text-transform: uppercase;
    color: #ffffff;
}

.dichoso-contact-intro {
    max-width: 480px;
    margin: 0 auto 22px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.7;
}

.dichoso-contact-source {
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.dichoso-contact-source strong {
    color: var(--dichoso-gold);
}

.dichoso-contact-whatsapp {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 15px;
    padding: 17px 24px;
    border-radius: 999px;
    background: #25D366;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: transform 180ms ease, filter 180ms ease;
}

.dichoso-contact-whatsapp:hover {
    transform: translateY(-3px);
    filter: brightness(1.08);
}

.dichoso-contact-home {
    display: inline-block;
    margin-top: 8px;
    color: var(--dichoso-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-decoration: none;
}

.dichoso-contact-home:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {

    .dichoso-contact-page {
        min-height: calc(100vh - 70px);
        padding: 40px 16px;
    }

    .dichoso-contact-card {
        padding: 40px 22px;
        border-radius: 22px;
    }

.dichoso-contact-logo img {
    width: 150px;
    max-width: 60%;
    margin-bottom: 24px;
}

    .dichoso-contact-intro {
        font-size: 15px;
    }

    .dichoso-contact-whatsapp {
        font-size: 12px;
        padding: 15px 18px;
    }
}

/* =========================================
   26. CONTACT PAGE POLISH
   ========================================= */

.dichoso-contact-page {
    position: relative;
    overflow: hidden;
}

/* Decorative background glow */
.dichoso-contact-page::before,
.dichoso-contact-page::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
}

.dichoso-contact-page::before {
    top: -120px;
    left: -100px;
    background: rgba(37, 99, 235, 0.16);
}

.dichoso-contact-page::after {
    right: -100px;
    bottom: -120px;
    background: rgba(255, 200, 11, 0.10);
}

.dichoso-contact-card {
    position: relative;
    z-index: 1;
}

/* Small visual divider */
.dichoso-contact-intro::after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    margin: 22px auto 0;
    border-radius: 999px;
    background: var(--dichoso-gold);
}

/* WhatsApp button */
.dichoso-contact-whatsapp {
    position: relative;
    overflow: hidden;
}

.dichoso-contact-whatsapp::before {
    content: "◉";
    display: inline-block;
    margin-right: 9px;
    font-size: 12px;
    vertical-align: 1px;
}

/* Reference code */
.dichoso-contact-source {
    display: inline-block;
    padding: 9px 15px;
    border: 1px solid rgba(255, 200, 11, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
}

/* Better keyboard accessibility */
.dichoso-contact-whatsapp:focus-visible,
.dichoso-contact-home:focus-visible {
    outline: 3px solid var(--dichoso-gold);
    outline-offset: 4px;
}

/* Mobile polish */
@media (max-width: 600px) {

    .dichoso-contact-card {
        box-shadow: 0 20px 55px rgba(0, 0, 0, 0.30);
    }

    .dichoso-contact-source {
        font-size: 11px;
    }

    .dichoso-contact-whatsapp {
        min-height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}