.founding-page {
    margin: 0;
    background: #f5f7f8;
    color: #08111f;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.founding-shell {
    width: min(calc(100% - 32px), 1180px);
    margin: 0 auto;
}

.founding-hero {
    padding: 130px 0 66px;
    background: #08111f;
    color: #fff;
}

.founding-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    align-items: end;
    gap: 72px;
}

.founding-eyebrow,
.founding-section-kicker {
    margin: 0 0 14px;
    color: #0e7490;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.founding-hero .founding-eyebrow {
    color: #67e8f9;
}

.founding-hero h1 {
    max-width: 780px;
    margin: 0;
    font-size: 72px;
    line-height: 1;
    font-weight: 900;
}

.founding-lead {
    max-width: 720px;
    margin: 26px 0 0;
    color: #cbd5e1;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.65;
}

.founding-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.founding-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 0 19px;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.founding-button:active {
    transform: scale(.98);
}

.founding-button-primary {
    border-color: #12c7d8;
    background: #12c7d8;
    color: #061318;
}

.founding-button-primary:hover {
    border-color: #67e8f9;
    background: #67e8f9;
}

.founding-button-secondary {
    border-color: #3b4b60;
    background: transparent;
    color: #fff;
}

.founding-button-secondary:hover {
    border-color: #64748b;
    background: #122033;
}

.founding-fineprint {
    margin: 16px 0 0;
    color: #8291a5;
    font-size: 12px;
    font-weight: 600;
}

.founding-program-facts {
    border-top: 1px solid #334155;
}

.founding-program-facts > div {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid #334155;
}

.founding-program-facts i {
    color: #67e8f9;
    font-size: 24px;
}

.founding-program-facts span {
    display: grid;
    gap: 5px;
}

.founding-program-facts strong {
    font-size: 14px;
}

.founding-program-facts small {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.founding-band,
.founding-terms-band,
.founding-application-section {
    padding: 76px 0;
}

.founding-band {
    background: #fff;
    border-bottom: 1px solid #dbe2e8;
}

.founding-explainer {
    display: grid;
    grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
    gap: 70px;
}

.founding-explainer h2,
.founding-terms-grid h2,
.founding-application-intro h2 {
    max-width: 620px;
    margin: 0;
    color: #08111f;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 900;
}

.founding-steps {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #dbe2e8;
}

.founding-steps li {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #dbe2e8;
}

.founding-steps li > span {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid #b8c5cf;
    border-radius: 50%;
    color: #087b88;
    font-size: 12px;
    font-weight: 900;
}

.founding-steps strong {
    font-size: 16px;
}

.founding-steps p {
    margin: 6px 0 0;
    color: #526071;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.founding-terms-band {
    background: #edf3f4;
}

.founding-terms-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 72px;
    align-items: center;
}

.founding-included ul {
    display: grid;
    gap: 13px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.founding-included li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
}

.founding-included li i {
    margin-top: 2px;
    color: #0d9f75;
    font-size: 17px;
}

.founding-exclusions {
    border-left: 3px solid #f28c28;
    padding: 6px 0 6px 28px;
}

.founding-exclusions h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 900;
}

.founding-exclusions p {
    margin: 13px 0 0;
    color: #526071;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.65;
}

.founding-application-section {
    scroll-margin-top: 80px;
    background: #f8fafc;
}

.founding-application-layout {
    display: grid;
    grid-template-columns: minmax(260px, .55fr) minmax(0, 1.45fr);
    align-items: start;
    gap: 64px;
}

.founding-application-intro {
    position: sticky;
    top: 104px;
}

.founding-application-intro > p:not(.founding-section-kicker) {
    margin: 20px 0 0;
    color: #526071;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.65;
}

.founding-security-note {
    display: flex;
    gap: 12px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #dbe2e8;
    color: #526071;
    font-size: 12px;
    line-height: 1.55;
}

.founding-security-note i {
    color: #0d9f75;
    font-size: 22px;
}

.founding-security-note strong {
    display: block;
    margin-bottom: 3px;
    color: #08111f;
}

.founding-form,
.founding-closed {
    border: 1px solid #dbe2e8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(8, 17, 31, .08);
}

.founding-form {
    overflow: hidden;
}

.founding-form-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 26px;
    background: #08111f;
    color: #fff;
}

.founding-form-head p {
    margin: 0 0 5px;
    color: #67e8f9;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.founding-form-head h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 900;
}

.founding-form-head > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #334155;
    border-radius: 6px;
    background: #101c2e;
    padding: 9px 11px;
    color: #cbd5e1;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

.founding-form-head > span i {
    color: #34d399;
    font-size: 15px;
}

.founding-form-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid #e3e9ed;
    background: #f8fafc;
}

.founding-form-progress span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 44px;
    border-right: 1px solid #e3e9ed;
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
}

.founding-form-progress span:last-child {
    border-right: 0;
}

.founding-form-progress b {
    color: #087b88;
    font-size: 9px;
}

.founding-form fieldset {
    margin: 0;
    padding: 26px;
    border: 0;
    border-bottom: 1px solid #e3e9ed;
}

.founding-form legend {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 19px;
    color: #08111f;
    font-size: 15px;
    font-weight: 900;
}

.founding-form legend span {
    color: #087b88;
    font-size: 11px;
}

.founding-field-note {
    margin: 12px 0 0;
    color: #64748b;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.55;
}

.founding-venue-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.founding-venue-heading legend {
    width: auto;
    margin: 0;
}

.founding-venue-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.founding-venue-actions > span {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
}

.founding-venue-actions button {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #b9c6d2;
    border-radius: 6px;
    background: #f8fafc;
    padding: 0 12px;
    color: #14344a;
    font: inherit;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
}

.founding-venue-actions button:hover {
    border-color: #087b88;
    color: #065e68;
}

.founding-venue-list {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.founding-venue-card {
    border: 1px solid #d7e0e7;
    border-radius: 8px;
    background: #f8fafc;
    padding: 18px;
}

.founding-venue-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 17px;
}

.founding-venue-card-head strong,
.founding-venue-card-head small {
    display: block;
}

.founding-venue-card-head strong {
    color: #08111f;
    font-size: 13px;
    font-weight: 900;
}

.founding-venue-card-head small {
    margin-top: 3px;
    color: #718096;
    font-size: 10px;
    font-weight: 700;
}

.founding-venue-card-head button {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid #fecdd3;
    border-radius: 6px;
    background: #fff1f2;
    color: #be123c;
    font-size: 16px;
    cursor: pointer;
}

.founding-venue-card-head button:disabled {
    border-color: #e2e8f0;
    background: #f1f5f9;
    color: #94a3b8;
    cursor: not-allowed;
}

.founding-venue-card .founding-device-options {
    margin-top: 17px;
}

.founding-fields {
    display: grid;
    gap: 16px;
}

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

.founding-span-two {
    grid-column: 1 / -1;
}

.founding-inline-fields {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 12px;
}

.founding-abn-field {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 10px;
    min-width: 0;
}

.founding-abn-field label {
    min-width: 0;
}

.founding-abn-verify {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #08111f;
    border-radius: 6px;
    background: #08111f;
    padding: 0 14px;
    color: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.founding-abn-verify:hover {
    border-color: #087b88;
    background: #087b88;
}

.founding-abn-verify:active {
    transform: scale(.98);
}

.founding-abn-verify:disabled {
    border-color: #94a3b8;
    background: #94a3b8;
    cursor: wait;
}

.founding-abn-status {
    margin-top: 14px;
    border: 1px solid #cbd5df;
    border-radius: 6px;
    background: #f8fafc;
    padding: 13px 14px;
    color: #334155;
}

.founding-abn-status.is-success {
    border-color: #6ee7b7;
    background: #ecfdf5;
    color: #065f46;
}

.founding-abn-status.is-error {
    border-color: #fda4af;
    background: #fff1f2;
    color: #9f1239;
}

.founding-abn-status.is-warning {
    border-color: #fcd34d;
    background: #fffbeb;
    color: #92400e;
}

.founding-abn-status-heading {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.founding-abn-status-heading > i {
    margin-top: 1px;
    font-size: 19px;
}

.founding-abn-status-heading strong {
    display: block;
    font-size: 12px;
    font-weight: 900;
}

.founding-abn-status-heading p,
.founding-abn-metadata {
    margin: 3px 0 0;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.5;
}

.founding-abn-metadata {
    color: inherit;
    opacity: .82;
}

.founding-abn-names {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
}

.founding-abn-names > span {
    margin-right: 2px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.founding-abn-names button {
    min-height: 32px;
    border: 1px solid currentColor;
    border-radius: 6px;
    background: rgba(255, 255, 255, .74);
    padding: 0 10px;
    color: inherit;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.founding-abn-status > small {
    display: block;
    margin-top: 10px;
    color: #526071;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.5;
}

.founding-abn-spinner {
    animation: founding-abn-spin .8s linear infinite;
}

@keyframes founding-abn-spin {
    to { transform: rotate(360deg); }
}

.founding-form label > span,
.founding-device-options > p {
    display: block;
    margin-bottom: 7px;
    color: #526071;
    font-size: 11px;
    font-weight: 800;
}

.founding-form label > small {
    display: block;
    margin-top: 7px;
    color: #7b8794;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.45;
}

.founding-form input,
.founding-form select,
.founding-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cbd5df;
    border-radius: 6px;
    background: #fff;
    padding: 12px 13px;
    color: #08111f;
    font: inherit;
    font-size: 14px;
    font-weight: 650;
    outline: none;
}

.founding-form input:focus,
.founding-form select:focus,
.founding-form textarea:focus {
    border-color: #087b88;
    box-shadow: 0 0 0 3px rgba(18, 199, 216, .12);
}

.founding-form input:hover,
.founding-form select:hover,
.founding-form textarea:hover {
    border-color: #9aa9b7;
}

.founding-device-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.founding-device-options > p {
    flex: 0 0 100%;
    margin: 0 0 2px;
}

.founding-device-options label {
    position: relative;
    cursor: pointer;
}

.founding-device-options input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.founding-device-options label span {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    margin: 0;
    border: 1px solid #cbd5df;
    border-radius: 6px;
    padding: 0 11px;
    background: #f8fafc;
    color: #334155;
    font-size: 11px;
    font-weight: 800;
}

.founding-device-options input:checked + span {
    border-color: #087b88;
    background: #e6f9fb;
    color: #065e68;
}

.founding-device-options input:focus-visible + span {
    outline: 3px solid rgba(18, 199, 216, .22);
}

.founding-textarea {
    display: block;
    margin-top: 20px;
}

.founding-textarea textarea {
    resize: vertical;
    line-height: 1.55;
}

.founding-consents {
    display: grid;
    gap: 13px;
    padding: 24px 26px;
    border-bottom: 1px solid #e3e9ed;
    background: #f8fafc;
}

.founding-consents label {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    cursor: pointer;
}

.founding-consents input {
    width: 17px;
    height: 17px;
    margin: 1px 0 0;
    accent-color: #087b88;
}

.founding-consents label > span {
    margin: 0;
    color: #526071;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.55;
}

.founding-consents a {
    color: #087b88;
    font-weight: 850;
}

.founding-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 26px;
}

.founding-form-footer p {
    max-width: 420px;
    margin: 0;
    color: #64748b;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.5;
}

.founding-form-footer button:disabled {
    border-color: #94a3b8;
    background: #94a3b8;
    cursor: wait;
}

.founding-form-status {
    margin: 0 26px 24px;
    border: 1px solid #f59e0b;
    border-radius: 6px;
    background: #fffbeb;
    padding: 13px;
    color: #92400e;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.5;
}

.founding-form-status.is-success {
    border-color: #34d399;
    background: #ecfdf5;
    color: #065f46;
}

.founding-success {
    padding: 44px 26px;
    text-align: center;
}

.founding-success > i {
    color: #0d9f75;
    font-size: 44px;
}

.founding-success h3 {
    margin: 14px 0 0;
    font-size: 24px;
    font-weight: 900;
}

.founding-success p {
    margin: 10px auto 0;
    color: #526071;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}

.founding-success-reference {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 12px;
    align-items: center;
    max-width: 440px;
    margin: 22px auto 0;
    border: 1px solid #cbd5df;
    border-radius: 6px;
    background: #f8fafc;
    padding: 14px 15px;
    text-align: left;
}

.founding-success-reference > span {
    grid-column: 1 / -1;
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.founding-success-reference strong {
    color: #08111f;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 17px;
    overflow-wrap: anywhere;
}

.founding-success-reference button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px;
    border: 1px solid #bcc9d5;
    border-radius: 5px;
    background: #fff;
    padding: 8px 11px;
    color: #087b88;
    font: inherit;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
}

.founding-success-reference button:hover {
    border-color: #087b88;
}

.founding-success-delivery {
    max-width: 540px;
}

.founding-success-next {
    max-width: 570px;
    margin: 28px auto 0;
    border-top: 1px solid #e2e8f0;
    padding-top: 24px;
    text-align: left;
}

.founding-success-next h4 {
    margin: 0;
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
}

.founding-success-next ol {
    display: grid;
    gap: 14px;
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

.founding-success-next li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.55;
}

.founding-success-next li > b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e6f5f5;
    color: #087b88;
    font-size: 11px;
}

.founding-success-next li strong {
    display: block;
    margin-bottom: 2px;
    color: #0f172a;
    font-size: 12px;
}

.founding-closed {
    padding: 52px 28px;
    text-align: center;
}

.founding-closed i {
    color: #087b88;
    font-size: 42px;
}

.founding-closed h3 {
    margin: 14px 0 0;
    font-size: 22px;
    font-weight: 900;
}

.founding-closed p {
    margin: 10px auto 0;
    color: #526071;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}

.founding-closed a {
    color: #087b88;
    font-weight: 850;
}

.founding-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 900px) {
    .founding-hero-inner,
    .founding-explainer,
    .founding-terms-grid,
    .founding-application-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .founding-hero-inner {
        align-items: start;
    }

    .founding-program-facts {
        max-width: 650px;
    }

    .founding-hero h1 {
        font-size: 56px;
    }

    .founding-explainer h2,
    .founding-terms-grid h2,
    .founding-application-intro h2 {
        font-size: 36px;
    }

    .founding-application-intro {
        position: static;
    }
}

@media (max-width: 620px) {
    .founding-shell {
        width: min(calc(100% - 24px), 1180px);
    }

    .founding-hero {
        padding: 112px 0 50px;
    }

    .founding-hero h1 {
        font-size: 44px;
    }

    .founding-lead {
        font-size: 16px;
    }

    .founding-band,
    .founding-terms-band,
    .founding-application-section {
        padding: 54px 0;
    }

    .founding-fields-two,
    .founding-inline-fields {
        grid-template-columns: 1fr;
    }

    .founding-abn-field {
        grid-template-columns: 1fr;
    }

    .founding-abn-verify {
        width: 100%;
    }

    .founding-span-two {
        grid-column: auto;
    }

    .founding-venue-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .founding-venue-actions {
        width: 100%;
        justify-content: space-between;
    }

    .founding-venue-card {
        padding: 15px;
    }

    .founding-form fieldset,
    .founding-consents,
    .founding-form-footer {
        padding: 21px 18px;
    }

    .founding-form-head {
        align-items: flex-start;
        flex-direction: column;
        padding: 20px 18px;
    }

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

    .founding-form-progress span:nth-child(2) {
        border-right: 0;
    }

    .founding-form-progress span:nth-child(-n + 2) {
        border-bottom: 1px solid #e3e9ed;
    }

    .founding-success {
        padding: 36px 18px;
    }

    .founding-success-reference {
        grid-template-columns: 1fr;
    }

    .founding-success-reference button {
        width: 100%;
    }

    .founding-form-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .founding-form-footer .founding-button {
        width: 100%;
    }

    .founding-form-status {
        margin: 0 18px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .founding-button {
        transition: none;
    }

    .founding-abn-spinner {
        animation: none;
    }
}

.founding-preference-page {
    display: grid;
    min-height: calc(100dvh - 180px);
    place-items: center;
    padding: 132px 20px 72px;
}

.founding-preference-card {
    width: min(100%, 650px);
    border: 1px solid #dce5ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 65px rgba(8, 17, 31, 0.12);
    padding: clamp(28px, 5vw, 52px);
    text-align: center;
}

.founding-preference-icon {
    display: inline-grid;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    place-items: center;
    border: 1px solid rgba(8, 123, 136, 0.24);
    border-radius: 50%;
    background: rgba(8, 123, 136, 0.08);
    color: #087b88;
    font-size: 24px;
}

.founding-preference-icon.is-success {
    border-color: rgba(20, 129, 82, 0.25);
    background: rgba(20, 129, 82, 0.08);
    color: #148152;
}

.founding-preference-icon.is-error {
    border-color: rgba(181, 55, 55, 0.24);
    background: rgba(181, 55, 55, 0.08);
    color: #b53737;
}

.founding-preference-card h1 {
    margin: 8px 0 0;
    color: #08111f;
    font-size: clamp(30px, 5vw, 44px);
    font-weight: 900;
    line-height: 1.05;
}

.founding-preference-card > p:not(.founding-section-kicker) {
    margin: 18px auto 0;
    max-width: 530px;
    color: #526071;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
}

.founding-preference-card a:not(.founding-button) {
    color: #087b88;
    font-weight: 800;
}

.founding-preference-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.founding-preference-card small {
    display: block;
    margin: 22px auto 0;
    max-width: 520px;
    color: #74808f;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.6;
}

@media (max-width: 620px) {
    .founding-preference-page {
        padding: 106px 12px 48px;
    }

    .founding-preference-actions {
        flex-direction: column;
    }

    .founding-preference-actions .founding-button {
        width: 100%;
    }
}
.core-offer-capacity { display: flex; flex-direction: column; gap: 6px; margin: 0 0 20px; }
.core-offer-capacity strong { color: #6ee7b7; font-size: 18px; }
.core-offer-capacity span { font-size: 13px; line-height: 1.5; }
