.spacex-hero-card {
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
}

.spacex-eyebrow {
    display: inline-block;
    color: #f2132b;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.spacex-hero-card h2 {
    font-size: 48px;
    margin-bottom: 12px;
}

.spacex-lead {
    font-size: 20px;
    color: #09101f;
    font-weight: 600;
}

.spacex-content-block h3 {
    margin-top: 35px;
    margin-bottom: 18px;
    font-size: 28px;
}

.spacex-highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 30px 0;
}

.spacex-highlight-item {
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 20px;
}

.spacex-highlight-item span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6e727f;
    margin-bottom: 8px;
}

.spacex-highlight-item strong {
    color: #09101f;
    font-size: 18px;
}

.spacex-checklist {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.spacex-checklist li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}

.spacex-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #f2132b;
    font-weight: 700;
}

.spacex-snapshot-table th {
    width: 40%;
    background: #fafafa;
}

.spacex-catalyst-flow {
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
}

.spacex-catalyst-step {
    font-weight: 600;
    color: #09101f;
}

.spacex-catalyst-arrow {
    color: #f2132b;
    font-size: 24px;
    line-height: 1.2;
    margin: 8px 0;
}

.spacex-form-card {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(9, 16, 31, 0.08);
    position: sticky;
    top: 120px;
}

.spacex-form-card h3,
.spacex-form-card h4 {
    margin-bottom: 12px;
}

.spacex-form-benefits {
    list-style: none;
    padding-left: 0;
    margin-bottom: 24px;
}

.spacex-form-benefits li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
}

.spacex-form-benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #f2132b;
    font-weight: 700;
}

.spacex-allocation-form .form-section-label {
    font-weight: 600;
    color: #09101f;
    margin-top: 18px;
    margin-bottom: 10px;
}

.spacex-allocation-form .form-group {
    margin-bottom: 16px;
}

.spacex-allocation-form .form-check {
    margin-bottom: 8px;
}

.spacex-allocation-form .default-btn {
    margin-top: 20px;
    width: 100%;
}

.spacex-footer-banner {
    margin-top: 50px;
    background: #09101f;
    color: #ffffff;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
}

.spacex-footer-banner h3 {
    color: #ffffff;
    margin-bottom: 12px;
}

.spacex-footer-banner p {
    margin-bottom: 6px;
}

@media only screen and (max-width: 991px) {
    .spacex-highlight-grid {
        grid-template-columns: 1fr;
    }

    .spacex-form-card {
        position: static;
        margin-top: 40px;
    }

    .spacex-hero-card h2 {
        font-size: 34px;
    }
}
