.hero {
    padding: 5rem 0 4rem;
    position: relative;
}

.hero-wrap {
    display: grid;
    gap: 1.6rem;
    align-items: center;
}

.hero p {
    color: var(--muted);
    max-width: 58ch;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.1rem;
}

.hero-panel {
    background: linear-gradient(135deg, #0f3d74 0%, #0b5cab 100%);
    color: #f7fbff;
    border: 1px solid #2d79c6;
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: var(--shadow);
}

.hero-media {
    position: relative;
    min-height: 220px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1rem;
    background:
        linear-gradient(120deg, rgba(3, 23, 52, 0.35), rgba(6, 37, 78, 0.68)),
        radial-gradient(circle at 20% 20%, #7ab4f1 0%, transparent 42%),
        radial-gradient(circle at 85% 10%, #4388d5 0%, transparent 38%),
        linear-gradient(120deg, #0d4179 0%, #082848 100%);
}

.hero-media-overlay {
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(
            -18deg,
            rgba(255, 255, 255, 0.06) 0,
            rgba(255, 255, 255, 0.06) 6px,
            transparent 6px,
            transparent 16px
        );
}

.hero-media-text {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
}

.hero-media-text small {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #bfdeff;
}

.hero-media-text h3 {
    margin: 0.35rem 0 0;
}

.hero-panel p {
    color: #ddeeff;
}

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

.stats strong {
    display: block;
    font-size: 1.45rem;
    font-family: "Merriweather", "Georgia", serif;
}

.market-strip {
    padding-top: 0.4rem;
}

.market-grid {
    display: grid;
    gap: 0.8rem;
}

.market-card {
    border: 1px solid #2a568e;
    background: #0c1f3f;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    display: grid;
    gap: 0.3rem;
    box-shadow: 0 10px 24px rgba(0, 8, 20, 0.35);
}

.market-card span {
    color: #93b2db;
    font-size: 0.85rem;
    letter-spacing: 0.03em;
}

.market-card strong {
    color: #d8e9ff;
}

.section-transition {
    height: 56px;
    background:
        radial-gradient(65% 110% at 50% -10%, rgba(0, 184, 255, 0.2) 0%, transparent 70%);
}

.section-transition.soft {
    height: 42px;
    background:
        radial-gradient(55% 100% at 50% 15%, rgba(0, 184, 255, 0.14) 0%, transparent 72%);
}

.industry-grid .card {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.industry-grid .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(0, 8, 20, 0.45);
    border-color: #2a9eff;
}

.industry-grid h3 {
    margin-bottom: 0.55rem;
}

.industry-grid .button {
    margin-top: 0.9rem;
}

.band {
    background: linear-gradient(90deg, rgba(17, 42, 82, 0.64) 0%, rgba(12, 31, 63, 0.8) 100%);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

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

.timeline .card {
    border-left: 4px solid var(--brand);
}

.cta-box {
    background: linear-gradient(120deg, #0b244c 0%, #10305f 100%);
    border: 1px solid #205499;
    border-radius: var(--radius);
    padding: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.form-grid {
    display: grid;
    gap: 1rem;
}

.form-grid label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.4rem;
    font-size: 0.92rem;
}

.field,
.select,
.textarea {
    width: 100%;
    padding: 0.68rem 0.8rem;
    border-radius: 10px;
    border: 1px solid #255293;
    background: #0a1f42;
    color: var(--text);
    font: inherit;
}

.textarea {
    min-height: 140px;
    resize: vertical;
}

.checkbox {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
}

.hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.form-status {
    margin: 0.2rem 0 0;
    font-size: 0.92rem;
    min-height: 1.2rem;
}

.form-status.is-busy {
    color: #9fd7ff;
}

.form-status.is-success {
    color: #79f0c7;
}

.form-status.is-error {
    color: #ff9aa5;
}

:root[data-theme="light"] .form-status.is-busy {
    color: #1f5e96;
}

:root[data-theme="light"] .form-status.is-success {
    color: #1d7a53;
}

:root[data-theme="light"] .form-status.is-error {
    color: #b33b4c;
}

.badge {
    display: inline-flex;
    margin-bottom: 0.8rem;
    border-radius: 999px;
    border: 1px solid #23568f;
    padding: 0.3rem 0.75rem;
    background: rgba(0, 184, 255, 0.14);
    color: #9feaff;
    font-size: 0.83rem;
}

@media (min-width: 900px) {
    .hero-wrap {
        grid-template-columns: 1.2fr 0.9fr;
    }

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

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