.hero-compact {
    position: relative;
    background: linear-gradient(120deg, rgba(10, 16, 30, 0.8) 0%, rgba(10, 16, 30, 0.7) 100%);
    padding: 132px 0 28px;
    border-bottom: 1px solid #e7ecf3;
    overflow: hidden;
}

.hero-compact::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.hero-compact .hero-title {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 6px;
}

.hero-compact .hero-text {
    margin-bottom: 0;
    max-width: 780px;
}

.hero-compact .container,
.hero-compact .row,
.hero-compact .col-lg-8 {
    position: relative;
    z-index: 2;
}

.get-in-touch-body {
    padding-top: 32px;
    padding-bottom: 60px;
}

#get-in-touch-form .card {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
}

#get-in-touch-form .card-body {
    padding: 28px 24px;
}

#stepper .step-pill {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8f9fb;
    color: #111827;
    font-weight: 600;
}

#stepper .step-pill .step-num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e5e7eb;
    color: #111827;
    font-weight: 700;
}

#stepper .step-pill.active {
    border-color: #0d6efd;
    box-shadow: 0 6px 18px rgba(13, 110, 253, 0.16);
    background: #e8f0ff;
}

#stepper .step-pill.active .step-num {
    background: #0d6efd;
    color: #fff;
}

#stepper .step-pill.completed .step-num {
    background: #16a34a;
    color: #fff;
}

.option-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    text-align: left;
    font-weight: 600;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #f7f8fb;
    color: #111827;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.option-btn:hover {
    border-color: #0d6efd;
    background: #eff4ff;
}

.option-btn.selected {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25);
}

.option-btn .pill-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid currentColor;
    display: inline-block;
    flex-shrink: 0;
}

.option-btn.selected .pill-check {
    background: #fff;
}

[data-step="1"][data-next]:disabled,
[data-step="2"][data-next]:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    background: #e5e7eb !important;
    border-color: #e5e7eb !important;
    color: #6b7280 !important;
    box-shadow: none;
}

[data-step="1"][data-next]:disabled:hover,
[data-step="2"][data-next]:disabled:hover {
    background: #e5e7eb !important;
    border-color: #e5e7eb !important;
    color: #6b7280 !important;
}
