.heroSection {
    padding-top: clamp(4rem, 7vw, 6rem);
    color: #ffffff;
    background: linear-gradient(180deg, #07110f 0%, #0f1b17 100%);
    overflow: hidden;
}

.heroLayout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 4rem;
    align-items: center;
}

.heroContent > *,
.heroPanel > * {
    animation: riseIn 0.8s ease both;
}

.heroContent > *:nth-child(2) {
    animation-delay: 0.08s;
}

.heroContent > *:nth-child(3) {
    animation-delay: 0.14s;
}

.heroContent > *:nth-child(4) {
    animation-delay: 0.2s;
}

.heroContent > *:nth-child(5) {
    animation-delay: 0.26s;
}

.heroSection .eyebrow {
    color: rgba(255, 255, 255, 0.74);
}

.heroSection .eyebrow::before {
    background: linear-gradient(90deg, rgba(32, 227, 154, 0.92) 0%, rgba(32, 227, 154, 0.14) 100%);
}

.heroLead {
    max-width: 34rem;
    margin-top: 1.3rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1.02rem, 1.15vw, 1.14rem);
}

.heroNote {
    max-width: 34rem;
    margin-top: 1.6rem;
    color: rgba(255, 255, 255, 0.64);
}

.heroActions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.heroPanel {
    display: grid;
    gap: 1rem;
    align-self: stretch;
}

.signalCard,
.infoCard,
.formCard {
    border-radius: var(--radius-lg);
    box-shadow: none;
}

.signalCard {
    position: relative;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.signalLabel {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.signalFlow {
    display: grid;
    gap: 0;
    margin-top: 1.35rem;
}

.signalStep {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.15rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.signalStep:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.signalStep:first-child {
    padding-top: 0.4rem;
}

.signalStep span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent) 0%, #79ffc7 100%);
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 700;
}

.signalStep h3 {
    color: #ffffff;
}

.signalStep p {
    margin-top: 0.35rem;
    color: rgba(255, 255, 255, 0.72);
}

.sectionBlock {
    z-index: 1;
}

.stepsGrid,
.benefitList {
    display: grid;
    gap: 1.5rem;
}

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

.infoCard,
.formCard {
    padding: 1.75rem;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.84);
}

.cardNumber {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent-blue) 0%, var(--accent) 100%);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
}

.infoCard h3,
.plainItem h3,
.plainBlock h3 {
    margin-bottom: 0.65rem;
}

.simpleSplit {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 4rem;
    align-items: start;
}

.simpleHeading {
    margin-bottom: 0;
}

.sectionText {
    max-width: 38rem;
}

.sectionText p + p {
    margin-top: 1rem;
}

.benefitList,
.plainPanel {
    display: grid;
    gap: 1.25rem;
}

.plainItem {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--line);
}

.plainItem:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.detailList {
    display: grid;
    gap: 1rem;
    padding-top: 0.5rem;
}

.detailList li {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line);
    color: var(--ink-soft);
    font-size: 1rem;
}

.detailList li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.plainPanel {
    padding-top: 0.5rem;
}

.plainBlock {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--line);
}

.plainBlock:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.simpleSection + .simpleSection {
    padding-top: 0;
}

.joinSection {
    padding-top: 5.5rem;
    padding-bottom: 6.5rem;
}

.joinLayout {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 4rem;
    align-items: start;
}

.joinContent {
    position: static;
}

.joinChecklist {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.6rem;
}

.joinChecklist li {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--line);
    color: var(--ink-soft);
    font-weight: 600;
}

.joinChecklist li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.formCard {
    background: rgba(255, 255, 255, 0.88);
}

.formAlert {
    margin-bottom: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid;
}

.formAlert p + p {
    margin-top: 0.4rem;
}

.formAlertError {
    border-color: rgba(215, 57, 57, 0.22);
    background: rgba(255, 239, 239, 0.92);
    color: #8c1d1d;
}

.formAlertError p,
.formAlertSuccess p {
    color: inherit;
}

.formAlertSuccess {
    border-color: rgba(17, 191, 124, 0.24);
    background: rgba(236, 255, 246, 0.96);
    color: #0e6a46;
}

.joinForm {
    display: grid;
    gap: 1rem;
}

.formGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.joinForm label {
    display: grid;
    gap: 0.45rem;
}

.joinForm span {
    color: var(--ink-soft);
    font-size: 0.9rem;
    font-weight: 700;
}

.joinForm input,
.joinForm select,
.joinForm textarea {
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: var(--paper-bright);
    color: var(--ink);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.joinForm input:focus,
.joinForm select:focus,
.joinForm textarea:focus,
.authForm input:focus {
    border-color: rgba(21, 191, 129, 0.66);
    box-shadow: 0 0 0 0.24rem rgba(32, 227, 154, 0.14);
}

.joinForm textarea {
    min-height: 8.6rem;
    resize: vertical;
}

.formFull {
    grid-column: 1 / -1;
}

.formSubmit {
    width: 100%;
}

.trapField {
    position: absolute;
    left: -9999px;
}

.authPage .siteHeader {
    background: linear-gradient(180deg, rgba(7, 17, 15, 0.88), rgba(7, 17, 15, 0.74));
}

.authSection {
    min-height: calc(100vh - 104px);
    display: flex;
    align-items: center;
    padding: 4rem 0 5rem;
}

.authContainer {
    display: flex;
    justify-content: center;
}

.authCard {
    width: min(100%, 34rem);
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow-soft);
}

.authCard h1 {
    font-size: clamp(2.15rem, 4.2vw, 3rem);
}

.authCard p {
    margin-top: 0.7rem;
}

.authForm {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.authForm label {
    color: var(--ink-soft);
    font-size: 0.9rem;
    font-weight: 700;
}

.authForm input[type="email"],
.authForm input[type="password"] {
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: var(--paper-bright);
    color: var(--ink);
}

.authRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.authCheckbox {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.authCheckbox input[type="checkbox"] {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: var(--accent-strong);
}

.authHint,
.authSubtle {
    font-size: 0.92rem;
}

.authButton {
    margin-top: 0.2rem;
    padding: 0.95rem 1.2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent) 0%, #79ffc7 100%);
    color: var(--ink);
    font-weight: 800;
    text-align: center;
}

.authAlert {
    padding: 0.95rem 1rem;
    border: 1px solid rgba(215, 57, 57, 0.22);
    border-radius: 1rem;
    background: rgba(255, 239, 239, 0.92);
    color: #8c1d1d;
}

.authAlert p {
    color: inherit;
}

.legalPage .legalSection {
    padding-top: 3.5rem;
}

.legalPage .legalHeading {
    margin-bottom: 0.5rem;
}

.legalPage .legalContent {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 58rem;
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow-soft);
}

.legalPage h2,
.legalPage h3,
.legalPage h4 {
    margin-top: 1rem;
}

.legalPage ul {
    margin-left: 1.2rem;
    list-style: disc;
}

.legalPage a {
    color: var(--ink-soft);
    text-decoration: underline;
}

@media only screen and (max-width: 1080px) {
    .heroLayout,
    .simpleSplit,
    .joinLayout {
        grid-template-columns: 1fr;
    }

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

@media only screen and (max-width: 760px) {
    .heroSection {
        padding-top: 3rem;
    }

    .stepsGrid,
    .formGrid {
        grid-template-columns: 1fr;
    }

    .heroActions {
        flex-direction: column;
        align-items: stretch;
    }

    .heroActions .button {
        width: 100%;
    }

    .pillCloud {
        justify-content: flex-start;
    }

    .legalPage .legalContent,
    .authCard,
    .signalCard,
    .infoCard,
    .formCard {
        padding: 1.25rem;
    }
}
