.pilot-page .hero-section {
    padding-top: 150px;
}

.pilot-page .footer-language-switcher {
    display: none !important;
}

.pilot-header-apply-link {
    margin-left: -12px;
    padding: 10px 18px !important;
    white-space: nowrap;
}

.pilot-mobile-apply-link {
    margin-right: 8px;
    text-transform: none !important;
}

.pilot-hero-section .hero-subtitle {
    max-width: 780px;
}

.pilot-flag-badge {
    gap: 10px;
}

.pilot-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 20px;
    font-size: 1.2rem;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(15, 23, 42, 0.12));
}

.pilot-flag + .pilot-flag {
    margin-left: -4px;
}

.pilot-section-heading {
    max-width: 820px;
    margin-bottom: 34px;
    text-align: center;
}

.pilot-section-heading h2 {
    margin-bottom: 12px;
    font-size: clamp(2rem, 4vw, 2.8rem);
}

.pilot-section-heading p {
    margin: 0 auto;
    color: #64748b;
    font-size: 1.08rem;
}

.pilot-test-types {
    padding-top: 0;
}

.pilot-test-card {
    min-height: 330px;
    display: flex;
    flex-direction: column;
}

.pilot-test-card p {
    flex: 1;
}

.pilot-card-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 18px;
    color: #3b82f6;
    font-weight: 700;
    text-decoration: none;
}

.pilot-card-link:hover {
    color: #1d4ed8;
}

.pilot-card-link::after {
    content: "→";
    margin-left: 8px;
    transition: transform 0.2s ease;
}

.pilot-card-link:hover::after {
    transform: translateX(3px);
}

.icon-box.document-icon {
    background: #ecfdf5;
    color: #10b981;
    border: 1px solid #a7f3d0;
}

.icon-box.lab-icon {
    background: #faf5ff;
    color: #a855f7;
    border: 1px solid #d8b4fe;
}

.document-card:hover {
    border-color: #a7f3d0;
}

.lab-card:hover {
    border-color: #d8b4fe;
}

.pilot-check-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    color: #475569;
    list-style: none;
}

.pilot-check-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.pilot-check-list i {
    margin-top: 4px;
    color: #10b981;
}

#apply {
    scroll-margin-top: 110px;
}

.pilot-form-card {
    transform: rotateY(-4deg) rotateX(2deg);
}

.pilot-form-card h2 {
    margin: 0 0 12px;
    font-size: 2rem;
}

.pilot-form-card > p {
    margin: 0 0 24px;
}

.pilot-form {
    display: grid;
    gap: 18px;
}

.pilot-field {
    display: grid;
    gap: 8px;
}

.pilot-field label {
    color: #334155;
    font-weight: 700;
}

.pilot-field input,
.pilot-field select {
    width: 100%;
    min-height: 54px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 14px 16px;
    color: #0f172a;
    font: inherit;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pilot-field select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #64748b 50%),
        linear-gradient(135deg, #64748b 50%, transparent 50%);
    background-position:
        calc(100% - 22px) 50%,
        calc(100% - 16px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.pilot-field select:invalid {
    color: #64748b;
}

.pilot-field input:focus,
.pilot-field select:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

.pilot-submit-button {
    width: 100%;
    border: 0;
    justify-content: center;
    cursor: pointer;
    font: inherit;
}

.pilot-submit-button:disabled {
    cursor: not-allowed;
    opacity: 0.72;
    transform: none;
}

.pilot-form-note {
    margin: 0;
    color: #64748b;
    font-size: 0.95rem;
}

.pilot-inline-cta {
    margin-top: 18px;
}

.pilot-green-decoration {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%) !important;
}

.pilot-process-title {
    margin-bottom: 20px;
    color: #64748b;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pilot-page .ui-icon {
    background: #eff6ff;
    color: #3b82f6;
}

@media (max-width: 768px) {
    .pilot-page .hero-section {
        padding-top: 115px;
    }

    .pilot-header-apply-link {
        display: none !important;
    }

    .pilot-test-card {
        min-height: 0;
    }
}

@media (max-width: 480px) {
    .pilot-mobile-apply-link {
        padding-left: 12px;
        padding-right: 12px;
    }
}
