:root {
    --ivory: #FAF8F4;
    --linen: #F2EDE4;
    --linen2: #E8E0D4;
    --smoke: #C8C0B6;
    --stone: #8A8078;
    --ink: #1E1B18;
    --gold: #B89A6A;
    --gold-lt: #D4B98A;
    --night: #0F1A24;
    --red: #C25B4E;
    --sf: 'Cormorant Garamond', Georgia, serif;
    --ss: 'Jost', system-ui, sans-serif;
    --ease: all .35s cubic-bezier(.22, .61, .36, 1);
    --sh: 0 8px 40px rgba(30, 27, 24, .08), 0 2px 12px rgba(30, 27, 24, .04);
    --sh2: 0 24px 80px rgba(30, 27, 24, .12), 0 8px 32px rgba(184, 154, 106, .12);
}

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

html {
    scroll-behavior: smooth;
    font-size: 16px
}

body {
    background: var(--ivory);
    color: var(--ink);
    font-family: var(--ss);
    font-weight: 300;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased
}

.w {
    width: min(92%, 1100px);
    margin-inline: auto
}

.r {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .85s cubic-bezier(.22, .61, .36, 1), transform .85s cubic-bezier(.22, .61, .36, 1)
}

.r.on {
    opacity: 1;
    transform: none
}

.d1 {
    transition-delay: .12s
}

.d2 {
    transition-delay: .24s
}

.d3 {
    transition-delay: .36s
}

.d4 {
    transition-delay: .48s
}

.ey {
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--gold);
    display: block;
    margin-bottom: 1rem
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-family: var(--ss);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    transition: var(--ease);
    white-space: nowrap
}

.btn-d {
    background: var(--gold);
    color: var(--ink);
    padding: 1.1rem 2.8rem;
    box-shadow: 0 0 18px rgba(184, 154, 106, .45), 0 4px 18px rgba(184, 154, 106, .25);
    animation: gold-btn-pulse 2.5s ease-in-out infinite
}

@keyframes gold-btn-pulse {

    0%,
    100% {
        box-shadow: 0 0 18px rgba(184, 154, 106, .45), 0 4px 18px rgba(184, 154, 106, .25);
    }

    50% {
        box-shadow: 0 0 32px rgba(184, 154, 106, .75), 0 8px 28px rgba(184, 154, 106, .40);
    }
}

.btn-d:hover {
    background: var(--gold-lt);
    color: var(--ink);
    transform: translateY(-3px);
    box-shadow: 0 0 40px rgba(184, 154, 106, .8), 0 12px 36px rgba(184, 154, 106, .45)
}

.btn-g {
    background: var(--gold);
    color: var(--ivory);
    padding: 1.1rem 3rem;
    box-shadow: 0 12px 48px rgba(184, 154, 106, .28)
}

.btn-g:hover {
    background: var(--gold-lt);
    color: var(--ink);
    transform: translateY(-4px);
    box-shadow: 0 24px 72px rgba(184, 154, 106, .38)
}

.btn-wa {
    background: #25D366;
    color: #fff;
    padding: 1.1rem 2.6rem
}

.btn-wa:hover {
    background: #20c05c;
    transform: translateY(-3px);
    box-shadow: 0 16px 48px rgba(37, 211, 102, .3)
}

section {
    padding: 7rem 0
}

h2.s {
    font-family: var(--sf);
    font-size: clamp(2rem, 3.8vw, 3.4rem);
    font-weight: 300;
    line-height: 1.15;
    color: var(--ink);
    margin-bottom: 1.2rem
}

h2.s em {
    font-style: italic;
    color: var(--gold)
}

.sub {
    font-size: .92rem;
    color: var(--stone);
    line-height: 1.85;
    max-width: 56ch
}

/* ── NAV ── */
.nav {
    position: fixed;
    inset: 0 0 auto;
    z-index: 200;
    padding: 1.2rem 0;
    transition: var(--ease)
}

.nav.s {
    background: rgba(250, 248, 244, .96);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--linen2);
    padding: .85rem 0
}

.nav.s .logo {
    color: var(--night);
}

.ni {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    flex-wrap: nowrap
}

.logo {
    font-family: var(--sf);
    font-size: 1.45rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    letter-spacing: .06em;
    white-space: nowrap;
    flex-shrink: 0
}

.logo em {
    font-style: italic;
    color: var(--gold)
}

/* ── 1. DOLOR ── */
.dolor {
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding: 9rem 0 6rem;
    position: relative;
    overflow: hidden;
    background: var(--night)
}

.dolor::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 60% 45%, rgba(184, 154, 106, .08) 0%, transparent 65%)
}

.dolor-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5vw;
    align-items: center
}

.dolor h1 {
    font-family: var(--sf);
    font-size: clamp(1.6rem, 2.6vw, 2.6rem);
    font-weight: 300;
    line-height: 1.25;
    color: var(--ivory);
    margin-bottom: 1.8rem
}

.dolor h1 em {
    font-style: italic;
    color: var(--gold)
}

.dolor p {
    font-size: 1rem;
    color: var(--smoke);
    line-height: 1.85;
    max-width: 46ch;
    margin-bottom: 2.4rem
}

.dolor-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(184, 154, 106, .2)
}

.dolor-stat .n {
    font-family: var(--sf);
    font-size: 2.2rem;
    font-weight: 300;
    color: var(--gold);
    line-height: 1
}

.dolor-stat .l {
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--smoke)
}

.dolor-media {
    aspect-ratio: 4/5;
    border-radius: 4px 4px 60px 4px;
    background: linear-gradient(rgba(15, 26, 36, 0.45), rgba(15, 26, 36, 0.75)), url('../../../assets/img/WhatsApp-Image-2026-02-25-at-09.52.37.jpg');
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(184, 154, 106, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    overflow: hidden;
    position: relative;
    box-shadow: var(--sh2)
}

.play-c {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1.5px solid var(--gold);
    display: grid;
    place-items: center;
    background: rgba(184, 154, 106, .12);
    transition: var(--ease);
    cursor: pointer
}

.play-c:hover {
    background: var(--gold);
    transform: scale(1.1)
}

.play-c svg {
    fill: var(--gold);
    transition: var(--ease)
}

.play-c:hover svg {
    fill: var(--night)
}

.media-lbl {
    font-size: .68rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--smoke)
}

.media-tag {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    background: var(--red);
    color: #fff;
    font-size: .6rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: .3rem .8rem;
    border-radius: 2px
}

/* ── 2. PROBLEMA ── */
.problema {
    background: var(--linen)
}

.prob-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
    margin-top: 3.5rem
}

.prob-card {
    background: var(--ivory);
    border-radius: 8px;
    padding: 2.4rem 2rem;
    box-shadow: var(--sh);
    border: 1px solid transparent;
    transition: var(--ease)
}

.prob-card:hover {
    border-color: var(--gold-lt);
    box-shadow: var(--sh2);
    transform: translateY(-5px)
}

.prob-num {
    font-family: var(--sf);
    font-size: 3rem;
    font-weight: 300;
    color: rgba(184, 154, 106, .25);
    line-height: 1;
    margin-bottom: .4rem
}

.prob-title {
    font-family: var(--sf);
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--ink);
    margin-bottom: .6rem
}

.prob-body {
    font-size: .84rem;
    color: var(--stone);
    line-height: 1.8
}

/* ── 3. CÓMO TRABAJAMOS ── */
.trabajo {
    background: var(--ivory);
    overflow: hidden;
    padding: 8rem 0;
}

.roadmap-container {
    margin-top: 4rem;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.roadmap-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--linen2);
    z-index: 1;
    transform: translateY(-50%);
}

.roadmap-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    width: 100%;
    position: relative;
    z-index: 2;
}

.phase {
    display: grid;
    grid-template-rows: 180px 100px 180px;
    align-items: center;
    text-align: center;
}

.phase-n-wrapper {
    grid-row: 2;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    background: var(--ivory);
    position: relative;
}

.phase-n {
    font-family: var(--sf);
    font-size: 3.5rem;
    font-weight: 300;
    color: var(--ink);
    line-height: 1;
    position: relative;
    z-index: 2;
    opacity: 0.15;
}

.phase-dot {
    width: 10px;
    height: 10px;
    background: var(--gold);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    box-shadow: 0 0 15px rgba(184, 154, 106, 0.4);
}

.phase-content {
    padding: 0 0.5rem;
}

.phase:nth-child(odd) .phase-content {
    grid-row: 3;
}

.phase:nth-child(even) .phase-content {
    grid-row: 1;
}

.phase-title {
    font-family: var(--sf);
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--ink);
    margin-bottom: 0.8rem;
    line-height: 1.2;
}

.phase-body {
    font-size: .84rem;
    color: var(--stone);
    line-height: 1.6;
}

/* ── 4. BENEFICIOS ── */
.beneficios {
    background: var(--night)
}

.ben-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
    margin-top: 4rem
}

.ben-card {
    border: 1px solid rgba(184, 154, 106, .18);
    border-radius: 8px;
    padding: 2.4rem 2rem;
    transition: var(--ease)
}

.ben-card:hover {
    border-color: rgba(184, 154, 106, .45);
    background: rgba(255, 255, 255, .04);
    transform: translateY(-5px)
}

.ben-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 1.4rem
}

.ben-title {
    font-family: var(--sf);
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--ivory);
    margin-bottom: .6rem
}

.ben-body {
    font-size: .84rem;
    color: var(--smoke);
    line-height: 1.8
}

/* ── 5. TRANSFORMACIONES ── */
.transformaciones {
    background: var(--ivory);
    padding: 9rem 0;
}

.trans-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 5vw;
    margin-top: 6rem;
}

.trans-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--linen2);
    border-radius: 12px;
    padding: 3.5rem;
    box-shadow: 0 8px 30px rgba(30, 27, 24, 0.04);
    transition: var(--ease);
}

.trans-card:nth-child(even) {
    margin-top: 6rem;
}

.trans-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(30, 27, 24, 0.08);
    border-color: var(--gold-lt);
}

.trans-header {
    margin-bottom: 2rem;
}

.trans-name {
    font-family: var(--sf);
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--ink);
    display: block;
    line-height: 1.2;
}

.trans-role {
    font-size: .8rem;
    color: var(--gold);
    letter-spacing: .08em;
    font-weight: 500;
    text-transform: uppercase;
}

.trans-sep {
    width: 60px;
    height: 1px;
    background: var(--gold);
    margin-bottom: 3rem;
}

.trans-block {
    margin-bottom: 2.2rem;
    padding-left: 1.8rem;
    border-left: 1px solid var(--linen2);
}

.trans-block.prob {
    background: rgba(184, 154, 106, 0.04);
    border-left: 3px solid var(--gold);
    padding: 2.5rem;
    border-radius: 0 4px 4px 0;
}

.trans-label {
    display: block;
    font-size: .6rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--stone);
    margin-bottom: .8rem;
}

.trans-txt {
    font-size: .92rem;
    color: var(--ink);
    line-height: 1.7;
}

.trans-result {
    margin-top: 1rem;
}

.res-val {
    font-family: var(--sf);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 300;
    color: var(--ink);
    line-height: 1.1;
    display: block;
}

.res-val em {
    font-style: italic;
    color: var(--gold);
    font-weight: 400;
}

/* ── 6. FECHA ── */
.fecha {
    background: var(--ivory);
    text-align: center
}

.countdown {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin: 3rem 0;
    flex-wrap: wrap
}

.cd-box {
    background: #fff;
    border: 1px solid var(--linen2);
    border-radius: 10px;
    padding: 1.8rem 2.2rem;
    box-shadow: var(--sh);
    min-width: 100px;
    text-align: center;
    transition: var(--ease)
}

.cd-box:hover {
    border-color: var(--gold-lt);
    box-shadow: var(--sh2)
}

.cd-n {
    font-family: var(--sf);
    font-size: 3rem;
    font-weight: 300;
    color: var(--gold);
    line-height: 1
}

.cd-l {
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--stone);
    margin-top: .4rem
}

.fecha-detail {
    font-size: .88rem;
    color: var(--stone);
    line-height: 1.7;
    max-width: 50ch;
    margin: 0 auto 2.4rem
}

.cohort-badge {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: rgba(194, 91, 78, .08);
    border: 1px solid rgba(194, 91, 78, .25);
    color: var(--red);
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: .5rem 1.2rem;
    border-radius: 4px;
    margin-bottom: 2rem
}

/* ── 7. PRECIO ── */
.precio {
    background: var(--linen)
}

.price-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    gap: 1.8rem;
    margin-top: 4rem;
    align-items: start
}

.pc {
    background: var(--ivory);
    border-radius: 12px;
    padding: 2.8rem 2.4rem;
    box-shadow: var(--sh);
    border: 1px solid transparent;
    transition: var(--ease)
}

.pc:hover {
    border-color: var(--gold-lt);
    box-shadow: var(--sh2);
    transform: translateY(-4px)
}

.pc.featured {
    border-color: var(--gold);
    background: var(--night);
    color: var(--ivory)
}

.pc-tag {
    font-size: .6rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--night);
    background: var(--gold);
    padding: .3rem .8rem;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 1.2rem
}

.pc-name {
    font-family: var(--sf);
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: .4rem
}

.pc.featured .pc-name {
    color: var(--ivory)
}

.pc-desc {
    font-size: .82rem;
    color: var(--stone);
    line-height: 1.7;
    margin-bottom: 1.6rem
}

.pc.featured .pc-desc {
    color: var(--smoke)
}

.pc-price {
    font-family: var(--sf);
    margin-bottom: 2rem
}

.pc-price .amount {
    font-size: 2.8rem;
    font-weight: 300;
    color: var(--gold);
    line-height: 1
}

.pc-price .period {
    font-size: .78rem;
    color: var(--stone);
    letter-spacing: .08em
}

.pc.featured .pc-price .period {
    color: var(--smoke)
}

.pc-includes {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .65rem;
    margin-bottom: 2.4rem
}

.pc-includes li {
    font-size: .82rem;
    color: var(--stone);
    display: flex;
    align-items: flex-start;
    gap: .7rem
}

.pc.featured .pc-includes li {
    color: var(--smoke)
}

.pc-includes li::before {
    content: '✓';
    color: var(--gold);
    font-weight: 600;
    flex-shrink: 0
}

/* ── 8. PAGO ── */
.pago {
    background: var(--ivory)
}

.pago-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    margin-top: 4rem
}

.pago-panel {
    background: #fff;
    border-radius: 12px;
    padding: 2.8rem;
    box-shadow: var(--sh);
    border: 1px solid var(--linen2)
}

.pago-title {
    font-family: var(--sf);
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--ink);
    margin-bottom: 1rem
}

.pm-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .8rem;
    margin-bottom: 2rem
}

.pm-item {
    display: flex;
    align-items: center;
    gap: .9rem;
    padding: .95rem 1.1rem;
    border: 1px solid var(--linen2);
    border-radius: 6px;
    font-size: .84rem;
    color: var(--stone);
    transition: var(--ease);
    cursor: pointer
}

.pm-item:hover {
    border-color: var(--gold);
    color: var(--ink);
    background: rgba(184, 154, 106, .04)
}

.pm-item input[type=radio] {
    accent-color: var(--gold)
}

.pm-icon {
    font-size: 1.2rem
}

.guarantee {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 1.6rem;
    background: rgba(184, 154, 106, .06);
    border: 1px solid rgba(184, 154, 106, .2);
    border-radius: 8px;
    margin-top: 1.2rem
}

.guarantee svg {
    flex-shrink: 0;
    margin-top: .2rem
}

.guarantee p {
    font-size: .82rem;
    color: var(--stone);
    line-height: 1.7
}

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

/* ── 9. WhatsApp CTA ── */
.wa-section {
    background: linear-gradient(160deg, var(--night) 0%, #1a2f40 100%);
    text-align: center;
    position: relative;
    overflow: hidden
}

.wa-section::before {
    content: '';
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(37, 211, 102, .06) 0%, transparent 65%)
}

.wa-h2 {
    font-family: var(--sf);
    font-size: clamp(2.4rem, 4.5vw, 4rem);
    font-weight: 300;
    line-height: 1.12;
    color: var(--ivory);
    margin-bottom: 1.2rem
}

.wa-h2 em {
    font-style: italic;
    color: #25D366
}

.wa-sub {
    font-size: .92rem;
    color: var(--smoke);
    max-width: 46ch;
    margin: 0 auto 3rem;
    line-height: 1.8
}

.wa-group {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.4rem
}

.wa-micro {
    font-size: .68rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--stone)
}

/* ── WHATSAPP FIXED BUBBLE ── */
.wa-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: .75rem;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    padding: .85rem 1.4rem .85rem 1.1rem;
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(37, 211, 102, .35);
    font-family: var(--sf);
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .04em;
    white-space: nowrap;
    transition: transform .3s ease, box-shadow .3s ease;
}

.wa-float:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(37, 211, 102, .45);
}

.wa-float svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

@media (max-width: 480px) {
    .wa-float span {
        display: none;
    }

    .wa-float {
        padding: 1rem;
        border-radius: 50%;
    }
}

@media(max-width:1024px) {
    .roadmap-container {
        min-height: auto;
        display: block;
        padding-left: 2rem;
    }

    .roadmap-line {
        left: 40px;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
        right: auto;
    }

    .phase {
        display: grid;
        grid-template-columns: 80px 1fr;
        gap: 2rem;
        text-align: left;
        align-items: start;
    }

    .phase-n-wrapper {
        margin: 0;
    }

    .phase-dot {
        left: 40px;
        top: 40px;
    }

    .phase-title {
        justify-content: flex-start;
        min-height: auto;
        margin-top: 0.5rem;
    }
}

@media(max-width:900px) {

    .dolor-grid,
    .pago-grid {
        grid-template-columns: 1fr
    }

    .dolor-media {
        order: -1;
        aspect-ratio: 16/9
    }

    .prob-list,
    .ben-grid,
    .trans-grid {
        grid-template-columns: 1fr 1fr
    }

    .price-grid {
        grid-template-columns: 1fr
    }

    /* Reducir paddings en tablet */
    .dolor,
    .problema,
    .beneficios,
    .transformaciones,
    .fecha,
    .precio,
    .pago,
    .wa-section {
        padding: 6rem 0
    }

    .trabajo {
        padding: 6rem 0
    }
}

@media(max-width:600px) {

    .prob-list,
    .ben-grid,
    .trans-grid {
        grid-template-columns: 1fr
    }

    .trans-card:nth-child(even) {
        margin-top: 0;
    }

    .countdown {
        gap: 1rem
    }

    /* Hero landing en 1 columna */
    .dolor-grid {
        grid-template-columns: 1fr
    }

    .dolor-media {
        order: -1;
        aspect-ratio: 16/9;
        min-height: 200px
    }

    /* Reducir paddings en mobile pequeño */
    .dolor,
    .problema,
    .beneficios,
    .transformaciones,
    .fecha,
    .precio,
    .pago,
    .wa-section {
        padding: 4.5rem 0
    }

    .trabajo {
        padding: 5rem 0
    }

    /* Nav en mobile pequeño */
    .nav {
        padding: .9rem 0
    }

    /* Reducir el font del botón CTA del nav para que quepa */
    .nav .btn {
        font-size: .6rem;
        letter-spacing: .1em;
        padding: .75rem 1.2rem
    }

    /* Botones del hero en columna */
    .wa-group {
        flex-direction: column;
        align-items: stretch
    }

    .wa-group .btn {
        width: 100%;
        justify-content: center
    }
}