.transform-social {
    display: flex;
    gap: 8px;
    margin-left: auto;
}

.transform-social a {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    color: var(--ink);
    border: 1px solid #cbd7d5;
    border-radius: 50%;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}

.listen-button {
    min-height: 44px;
    padding: 8px 14px;
    color: var(--ink);
    background: #e8f3f1;
    border: 1px solid #b8d3cf;
    border-radius: 999px;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
}

.optional {
    color: var(--muted);
    font-size: 0.85em;
    font-weight: 500;
}

.journey-recovery-form {
    max-width: 520px;
    margin: 28px auto 0;
    text-align: left;
}

.whatsapp-preference {
    display: grid;
    gap: 10px;
    padding: 18px;
    background: #edf8f1;
    border: 1px solid #b8dec5;
    border-radius: 16px;
}

.whatsapp-preference .channel-label {
    color: #176b3a;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.button-whatsapp,
.floating-whatsapp {
    color: #fff;
    background: #197b45;
}

.floating-whatsapp {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    z-index: 35;
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 52px;
    padding: 10px 17px 10px 10px;
    border: 2px solid #fff;
    border-radius: 999px;
    box-shadow: 0 10px 30px rgb(10 52 30 / 28%);
    text-decoration: none;
}

.floating-whatsapp span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    color: #197b45;
    background: #fff;
    border-radius: 50%;
    font-size: 0.72rem;
    font-weight: 900;
}

.whatsapp-confirmed {
    max-width: 650px;
    margin: 20px auto;
    padding: 14px 18px;
    color: #155d35;
    background: #edf8f1;
    border: 1px solid #b8dec5;
    border-radius: 14px;
}

.whatsapp-contact-list {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.whatsapp-contact-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header-whatsapp-signin {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 14px;
    color: #176b3a;
    border: 1px solid #99c9aa;
    border-radius: 999px;
    font-size: 0.94rem;
    font-weight: 800;
    text-decoration: none;
}

.header-whatsapp-signin span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #fff;
    background: #197b45;
    border-radius: 50%;
    font-size: 0.64rem;
    font-weight: 900;
}

.home-conversion-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(410px, 0.72fr);
    gap: clamp(30px, 4.5vw, 64px);
    align-items: start;
    width: min(100% - 24px, 1320px);
    margin: 0 auto;
    padding: 18px clamp(28px, 4vw, 52px);
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 0%, rgb(226 191 114 / 22%), transparent 30%),
        linear-gradient(135deg, #fffdf9, #f5efe4);
    border: 1px solid #e7ddcd;
    border-radius: 30px;
    box-shadow: 0 24px 72px rgb(30 48 42 / 12%);
}

.home-conversion-hero::before,
.home-conversion-hero::after {
    position: absolute;
    border: 1px solid rgb(53 127 121 / 10%);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.home-conversion-hero::before {
    top: -230px;
    left: -220px;
    width: 520px;
    height: 520px;
}

.home-conversion-hero::after {
    right: 28%;
    bottom: -160px;
    width: 280px;
    height: 280px;
    box-shadow: 0 0 0 48px rgb(53 127 121 / 3%);
}

.home-conversion-copy {
    position: relative;
    z-index: 1;
    max-width: 720px;
    padding-top: clamp(12px, 3.2vh, 28px);
}

.home-conversion-copy h1 {
    max-width: 720px;
    margin: 0.14em 0 0.1em;
    color: var(--ink);
    font-family: Georgia, serif;
    font-size: clamp(3rem, 4.8vw, 4.65rem);
    line-height: 1.01;
}

.home-conversion-copy .lead {
    max-width: 660px;
    margin: 12px 0;
    font-size: clamp(1.05rem, 1.7vw, 1.22rem);
}

.home-benefits {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 16px 0;
    padding: 0;
    list-style: none;
}

.home-mobile-whatsapp-jump {
    display: none;
}

.home-benefits li {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    padding: 7px 12px;
    color: #29484a;
    background: rgb(255 255 255 / 74%);
    border: 1px solid #d9ddd5;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 750;
}

.home-benefits span {
    color: #2e8377;
    font-weight: 900;
}

.home-guide-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    max-width: 720px;
    min-height: 126px;
    padding: 14px 20px 14px 14px;
    background: rgb(255 255 255 / 78%);
    border: 1px solid #ddd4c6;
    border-radius: 22px;
}

.home-guide-card img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    object-position: 58% 27%;
    border-radius: 18px;
}

.home-guide-card p {
    display: flex;
    flex-direction: column;
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.3;
}

.home-guide-card p span {
    color: var(--muted);
    font-size: 0.9rem;
}

.home-guide-card > a {
    color: #176a73;
    font-size: 0.92rem;
    font-weight: 750;
    white-space: nowrap;
}

.talk-page-hero {
    padding: clamp(32px, 4vw, 48px) 0 18px;
}

.talk-page-hero > p:last-child {
    margin-bottom: 0;
}

.talk-registration-section {
    padding-top: 24px;
}

.talk-registration-section > div > h2 {
    margin-top: 0;
}

.home-whatsapp-register {
    position: relative;
    z-index: 2;
    padding: clamp(20px, 2.4vw, 28px);
    padding-top: clamp(32px, calc(3vw - 4px), 39px);
    color: #eaf3ef;
    background:
        radial-gradient(circle at 100% 0%, rgb(62 143 96 / 42%), transparent 38%),
        linear-gradient(155deg, #18323a, #10242b 72%);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 26px;
    box-shadow: 0 22px 58px rgb(18 47 45 / 24%);
}

.home-whatsapp-register > header {
    display: flex;
    gap: 13px;
    align-items: center;
}

.home-whatsapp-register > header > span,
.home-register-button > span {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    color: #1c7b43;
    background: #fff;
    border-radius: 50%;
    font-size: 0.68rem;
    font-weight: 900;
}

.home-whatsapp-register header p {
    margin: 0;
    color: #82dda2;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-whatsapp-register h2 {
    margin: 0;
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(1.75rem, 2.5vw, 2.15rem);
    line-height: 1.05;
}

.home-register-intro {
    margin: 8px 0 14px;
    color: #bdd0ca;
    font-size: 0.82rem;
}

.home-whatsapp-register label {
    display: block;
    margin: 0 0 9px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 750;
}

.home-whatsapp-register input:not([type="checkbox"]),
.home-whatsapp-register select {
    display: block;
    width: 100%;
    min-height: 43px;
    margin-top: 5px;
    padding: 9px 11px;
    color: #18323a;
    background: #fdfcf9;
    border: 1px solid #789792;
    border-radius: 10px;
    font: inherit;
}

.home-whatsapp-register .checkbox {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: #c8d8d2;
    margin-bottom: 8px;
    font-size: 0.68rem;
    font-weight: 500;
    line-height: 1.3;
}

.home-whatsapp-register .checkbox input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin: 1px 0 0;
    accent-color: #42a466;
}

.home-whatsapp-number {
    position: relative;
    padding: 9px 11px;
    background: rgb(43 120 73 / 19%);
    border: 1px solid rgb(99 187 128 / 42%);
    border-radius: 14px;
}

.home-register-terms a {
    color: #9be2b2;
}

.home-register-button {
    width: 100%;
    gap: 10px;
    min-height: 48px;
    background: linear-gradient(100deg, #218a4b, #43aa67);
    box-shadow: 0 12px 27px rgb(26 118 64 / 28%);
}

.home-register-button > span {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
    font-size: 0.56rem;
}

.home-register-button b {
    margin-left: auto;
}

.home-register-signin {
    display: block;
    margin-top: 6px;
    color: #aee7c0;
    font-size: 0.76rem;
    font-weight: 750;
    text-align: center;
}

.home-register-paused .button {
    width: 100%;
    margin-top: 16px;
}

.whatsapp-signin-page {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
    gap: clamp(36px, 8vw, 100px);
    align-items: center;
    min-height: calc(100vh - 280px);
}

.whatsapp-signin-intro h1 {
    max-width: 720px;
    margin: 0.2em 0;
    color: var(--ink);
    font-family: Georgia, serif;
    font-size: clamp(2.6rem, 6vw, 4.6rem);
    line-height: 1.06;
}

.whatsapp-signin-card {
    padding: clamp(26px, 5vw, 42px);
    color: #eef8f2;
    background: #142d28;
    border-radius: 28px;
    box-shadow: 0 24px 70px rgb(20 45 40 / 22%);
}

.whatsapp-signin-card h2 {
    margin: 18px 0 8px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 2rem;
}

.whatsapp-signin-card .button {
    width: 100%;
    margin: 14px 0;
}

.whatsapp-signin-card small {
    display: block;
    color: #bad3c5;
    text-align: center;
}

.whatsapp-signin-mark {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: #176b3a;
    background: #fff;
    border-radius: 50%;
    font-weight: 900;
}

.reflection-section {
    position: relative;
}

.reflection-section::before {
    position: absolute;
    top: 14%;
    right: -6%;
    width: 280px;
    height: 280px;
    background: rgb(53 127 121 / 9%);
    border-radius: 50%;
    filter: blur(2px);
    content: "";
    pointer-events: none;
}

.reflection-experience {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.45fr);
    max-width: 1120px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8dfd0;
    border-radius: 32px;
    box-shadow: 0 28px 80px rgb(27 51 49 / 12%);
}

.reflection-prompt {
    position: relative;
    min-height: 100%;
    padding: clamp(34px, 5vw, 58px);
    overflow: hidden;
    color: #eaf3ef;
    background:
        radial-gradient(circle at 16% 90%, rgb(209 181 114 / 30%), transparent 32%),
        linear-gradient(145deg, #123848, #174c47 58%, #28665b);
}

.reflection-prompt::after {
    position: absolute;
    right: -74px;
    bottom: -94px;
    width: 240px;
    height: 240px;
    border: 1px solid rgb(255 255 255 / 13%);
    border-radius: 50%;
    box-shadow: 0 0 0 32px rgb(255 255 255 / 4%), 0 0 0 64px rgb(255 255 255 / 3%);
    content: "";
}

.reflection-prompt .eyebrow {
    position: relative;
    margin: 44px 0 0;
    color: #e2bf72;
}

.reflection-step {
    position: absolute;
    top: 34px;
    right: 34px;
    margin: 0;
    color: #bcd1ca;
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.reflection-prompt h2 {
    position: relative;
    max-width: 470px;
    margin: 0.7em 0 0;
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.12;
}

.reflection-guidance {
    position: relative;
    max-width: 430px;
    margin: 24px 0 42px;
    color: #ccddd7;
}

.reflection-orbit {
    position: absolute;
    top: 35px;
    left: 42px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgb(255 255 255 / 25%);
    border-radius: 50%;
}

.reflection-orbit i {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #e2bf72;
    border-radius: 50%;
}

.reflection-orbit i:first-child {
    transform: translateY(-8px);
}

.reflection-orbit i:nth-child(2) {
    transform: translate(-7px, 6px);
}

.reflection-orbit i:last-child {
    transform: translate(7px, 6px);
}

.reflection-promise {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: auto;
    padding: 16px;
    background: rgb(255 255 255 / 9%);
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 16px;
}

.reflection-promise > span {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    place-items: center;
    color: #123d38;
    background: #e2bf72;
    border-radius: 50%;
    font-weight: 900;
}

.reflection-promise p {
    display: flex;
    flex-direction: column;
    margin: 0;
    color: #c8d9d3;
    font-size: 0.82rem;
    line-height: 1.45;
}

.reflection-promise strong {
    color: #fff;
    font-size: 0.95rem;
}

.reflection-form {
    display: grid;
    gap: 28px;
    padding: clamp(30px, 5vw, 58px);
}

.reflection-form label > span,
.energy-field legend {
    display: block;
    color: var(--ink);
    font-weight: 800;
}

.reflection-form label > span small,
.energy-field legend small {
    margin-left: 6px;
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.reflection-writing > small {
    display: block;
    margin: 2px 0 12px;
    color: var(--muted);
    font-size: 0.86rem;
}

.reflection-form textarea,
.reflection-form input[type="text"],
.reflection-form input:not([type]) {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 16px 18px;
    color: #233c43;
    background: #fcfaf6;
    border: 1px solid #b8c6c6;
    border-radius: 16px;
    font: inherit;
}

.reflection-form textarea {
    min-height: 220px;
    resize: vertical;
    background-image: repeating-linear-gradient(transparent, transparent 37px, rgb(31 78 76 / 8%) 38px);
    line-height: 38px;
}

.reflection-form textarea::placeholder,
.reflection-form input::placeholder {
    color: #879493;
}

.reflection-word input {
    min-height: 54px;
}

.energy-field {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.energy-scale {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin-top: 12px;
}

.energy-scale label {
    position: relative;
    min-width: 0;
    cursor: pointer;
}

.energy-scale input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.energy-scale label > span {
    display: flex;
    min-height: 86px;
    align-items: center;
    justify-content: center;
    color: #377a72;
    background: #f2f7f4;
    border: 1px solid #c9dbd5;
    border-radius: 14px;
    font-size: 1.6rem;
    transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.energy-scale label > strong,
.energy-scale label > small {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    pointer-events: none;
}

.energy-scale label > strong {
    top: 8px;
    color: #60706e;
    font-size: 0.7rem;
}

.energy-scale label > small {
    bottom: 7px;
    color: #536d69;
    font-size: 0.68rem;
}

.energy-scale input:checked + span {
    color: #fff;
    background: #357f79;
    border-color: #357f79;
    box-shadow: 0 8px 22px rgb(53 127 121 / 28%);
    transform: translateY(-3px);
}

.energy-scale input:checked ~ strong,
.energy-scale input:checked ~ small {
    color: #fff;
}

.energy-scale input:focus-visible + span {
    outline: 3px solid #e0aa4e;
    outline-offset: 3px;
}

.energy-clear {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin-top: 10px;
    color: var(--muted);
    font-size: 0.8rem;
}

.reflection-submit {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 1px solid #e7ece9;
}

.reflection-submit p {
    max-width: 270px;
    margin: 0;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.45;
}

.reflection-submit p span {
    color: #357f79;
    font-size: 1.2rem;
    font-weight: 900;
}

.reflection-submit .button {
    gap: 30px;
    min-width: 220px;
    background: linear-gradient(105deg, #113c50, #22645c);
    box-shadow: 0 10px 24px rgb(18 54 74 / 20%);
}

.challenge-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(480px, 0.82fr);
    gap: clamp(42px, 7vw, 96px);
    align-items: center;
    width: min(100% - 40px, 1180px);
    margin: 24px auto 0;
    padding: clamp(44px, 6vw, 76px);
    overflow: hidden;
    background:
        radial-gradient(circle at 9% 0%, rgb(226 191 114 / 20%), transparent 31%),
        linear-gradient(135deg, #fffdf9 0%, #f4eee2 100%);
    border: 1px solid #e9dfce;
    border-radius: 34px;
    box-shadow: 0 26px 80px rgb(35 55 55 / 11%);
}

.challenge-hero::before,
.challenge-hero::after {
    position: absolute;
    border: 1px solid rgb(53 127 121 / 10%);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.challenge-hero::before {
    top: -180px;
    left: -190px;
    width: 420px;
    height: 420px;
}

.challenge-hero::after {
    bottom: -90px;
    left: 38%;
    width: 230px;
    height: 230px;
    box-shadow: 0 0 0 45px rgb(53 127 121 / 3%);
}

.challenge-hero-copy {
    position: relative;
    z-index: 1;
}

.challenge-hero-copy h1 {
    max-width: 650px;
    margin: 0.18em 0;
    color: var(--ink);
    font-family: Georgia, serif;
    font-size: clamp(3rem, 5.4vw, 5.2rem);
    line-height: 0.98;
}

.challenge-hero-copy .lead {
    max-width: 610px;
    margin: 24px 0;
}

.challenge-outcomes {
    display: grid;
    gap: 10px;
    margin: 30px 0;
}

.challenge-outcomes span {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #29464b;
    font-weight: 750;
}

.challenge-outcomes i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #fff;
    background: #357f79;
    border-radius: 50%;
    font-size: 0.68rem;
    font-style: normal;
    box-shadow: 0 6px 16px rgb(53 127 121 / 22%);
}

.challenge-guide {
    display: flex;
    gap: 12px;
    align-items: center;
    width: fit-content;
    padding: 9px 15px 9px 9px;
    background: rgb(255 255 255 / 72%);
    border: 1px solid #ded4c5;
    border-radius: 999px;
}

.challenge-guide img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    object-position: 58% 28%;
    border-radius: 50%;
}

.challenge-guide p {
    display: flex;
    flex-direction: column;
    margin: 0;
    line-height: 1.35;
}

.challenge-guide span {
    color: var(--muted);
    font-size: 0.76rem;
}

.challenge-signup-card {
    position: relative;
    z-index: 2;
    padding: clamp(24px, 3.2vw, 38px);
    color: #eaf3ef;
    background:
        radial-gradient(circle at 95% 0%, rgb(67 145 103 / 38%), transparent 35%),
        linear-gradient(155deg, #172f35, #10242b 70%);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 28px;
    box-shadow: 0 24px 62px rgb(17 45 45 / 24%);
}

.challenge-signup-card > header {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 8px;
}

.challenge-signup-card header p {
    margin: 0;
    color: #7fd79e;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.challenge-signup-card h2 {
    margin: 0;
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(1.65rem, 2.5vw, 2.2rem);
    line-height: 1.1;
}

.challenge-whatsapp-mark {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    color: #176b3a;
    background: #fff;
    border-radius: 50%;
    font-size: 0.72rem;
    font-weight: 900;
}

.challenge-signup-intro {
    margin: 10px 0 22px;
    color: #bed1ca;
    font-size: 0.9rem;
}

.challenge-signup-card label {
    display: block;
    margin: 0 0 14px;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 750;
}

.challenge-signup-card input:not([type="checkbox"]),
.challenge-signup-card select {
    display: block;
    width: 100%;
    min-height: 48px;
    margin-top: 6px;
    padding: 9px 12px;
    color: #18323a;
    background: #fdfcf9;
    border: 1px solid #7d9b98;
    border-radius: 11px;
    font: inherit;
}

.challenge-signup-card .optional {
    color: #abc2ba;
}

.challenge-whatsapp-field {
    position: relative;
    margin: 2px 0 14px;
    padding: 15px;
    background: rgb(43 120 73 / 20%);
    border: 1px solid rgb(99 187 128 / 42%);
    border-radius: 16px;
}

.challenge-whatsapp-field .channel-label {
    position: absolute;
    top: 14px;
    right: 14px;
    color: #8ee0a9;
    font-size: 0.62rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.challenge-signup-card .checkbox {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    color: #c9d8d3;
    font-size: 0.74rem;
    font-weight: 500;
    line-height: 1.4;
}

.challenge-signup-card .checkbox input {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    margin: 1px 0 0;
    accent-color: #43a466;
}

.challenge-extra {
    margin: 4px 0 13px;
    padding: 0 2px;
}

.challenge-extra summary {
    color: #bcd0c9;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
}

.challenge-extra[open] summary {
    margin-bottom: 12px;
}

.challenge-terms a {
    color: #9be2b2;
}

.challenge-signup-button {
    width: 100%;
    gap: 10px;
    min-height: 54px;
    background: linear-gradient(100deg, #218a4b, #42a967);
    box-shadow: 0 12px 28px rgb(26 118 64 / 28%);
}

.challenge-signup-button > span {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    color: #22874a;
    background: #fff;
    border-radius: 50%;
    font-size: 0.58rem;
    font-weight: 900;
}

.challenge-signup-button b {
    margin-left: auto;
}

.challenge-secure-note {
    display: block;
    margin-top: 10px;
    color: #a9c0b8;
    font-size: 0.69rem;
    text-align: center;
}

.challenge-paused {
    align-self: stretch;
}

.challenge-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(44px, 8vw, 110px);
}

.challenge-details h2 {
    margin: 0.3em 0;
    font-size: clamp(2rem, 4vw, 3rem);
}

.challenge-details ol {
    display: grid;
    gap: 8px;
    padding: 0;
    list-style: none;
}

.challenge-details ol li {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid #e7ded1;
}

.challenge-details ol span {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    color: #fff;
    background: var(--ink);
    border-radius: 50%;
    font-size: 0.72rem;
    font-weight: 800;
}

.admin-shell {
    max-width: 900px;
}

.admin-heading,
.admin-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.admin-actions {
    justify-content: flex-start;
    margin-top: 24px;
}

.admin-actions form {
    margin: 0;
}

.admin-form > h2 {
    margin-top: 2.25rem;
    padding-top: 1.5rem;
    border-top: 1px solid #ece4d7;
}

.admin-form > h2:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

@media (max-width: 900px) {
    .home-conversion-hero {
        grid-template-columns: 1fr;
    }

    .home-conversion-copy,
    .home-whatsapp-register {
        width: min(100%, 680px);
    }

    .challenge-hero {
        grid-template-columns: 1fr;
    }

    .challenge-hero-copy {
        max-width: 680px;
    }

    .challenge-signup-card {
        width: min(100%, 680px);
    }
}

@media (max-width: 560px) {
    .transform-social {
        display: none;
    }

    .admin-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .admin-actions .button,
    .admin-actions form,
    .admin-actions form .button {
        width: 100%;
    }

    .journey-header {
        flex-direction: column;
    }

    .journey-header .progress-summary {
        width: 100%;
        min-width: 0;
    }

    .floating-whatsapp {
        right: 12px;
        bottom: 12px;
    }

    .whatsapp-contact-card {
        align-items: stretch;
        flex-direction: column;
    }

    .header-whatsapp-signin {
        width: 44px;
        padding: 7px;
        overflow: hidden;
        white-space: nowrap;
    }

    .header-whatsapp-signin span {
        flex: 0 0 28px;
    }

    .home-conversion-hero {
        width: 100%;
        margin-top: 0;
        padding: 42px 16px 24px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .home-conversion-copy h1 {
        font-size: clamp(2.85rem, 13vw, 3.7rem);
    }

    .home-benefits {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .home-mobile-whatsapp-jump {
        display: flex;
        gap: 9px;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        margin: 22px 0;
        padding: 10px 14px;
        color: #fff;
        background: linear-gradient(100deg, #218a4b, #43aa67);
        border-radius: 999px;
        font-weight: 800;
        text-decoration: none;
        box-shadow: 0 10px 25px rgb(26 118 64 / 24%);
    }

    .home-mobile-whatsapp-jump > span {
        display: grid;
        width: 27px;
        height: 27px;
        place-items: center;
        color: #218a4b;
        background: #fff;
        border-radius: 50%;
        font-size: 0.58rem;
        font-weight: 900;
    }

    .home-mobile-whatsapp-jump b {
        margin-left: auto;
    }

    .home-guide-card {
        grid-template-columns: 54px minmax(0, 1fr);
    }

    .home-guide-card img {
        width: 54px;
        height: 54px;
    }

    .home-guide-card > a {
        grid-column: 1 / -1;
        padding-left: 4px;
    }

    .home-whatsapp-register {
        padding: 24px 18px;
        border-radius: 23px;
    }

    .home-whatsapp-register .field-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .whatsapp-signin-page {
        grid-template-columns: 1fr;
        gap: 34px;
        min-height: 0;
    }

    .reflection-section {
        width: 100%;
    }

    .reflection-section::before {
        display: none;
    }

    .reflection-experience {
        grid-template-columns: 1fr;
        border-radius: 0;
        border-right: 0;
        border-left: 0;
        box-shadow: none;
    }

    .reflection-prompt,
    .reflection-form {
        padding: 30px 20px;
    }

    .reflection-prompt .eyebrow {
        margin-top: 40px;
    }

    .reflection-prompt h2 {
        font-size: 2.25rem;
    }

    .reflection-guidance {
        margin-bottom: 28px;
    }

    .reflection-orbit {
        top: 28px;
        left: 20px;
    }

    .reflection-step {
        top: 31px;
        right: 20px;
    }

    .energy-scale {
        gap: 5px;
    }

    .energy-scale label > span {
        min-height: 78px;
        border-radius: 12px;
        font-size: 1.35rem;
    }

    .energy-scale label > small {
        font-size: 0.58rem;
    }

    .reflection-submit {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .reflection-submit p {
        max-width: none;
        text-align: center;
    }

    .challenge-hero {
        grid-template-columns: 1fr;
        gap: 34px;
        width: 100%;
        margin-top: 0;
        padding: 42px 16px 24px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .challenge-hero-copy {
        padding: 0 4px;
    }

    .challenge-hero-copy h1 {
        font-size: clamp(3rem, 14vw, 4rem);
    }

    .challenge-guide {
        max-width: 100%;
    }

    .challenge-signup-card {
        padding: 24px 18px;
        border-radius: 24px;
    }

    .challenge-signup-card .field-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .challenge-details {
        grid-template-columns: 1fr;
    }
}
