/* Partner with us — split ticket form */
.pw-section { padding: 36px 0 80px; }

.pw-shell {
    display: grid;
    grid-template-columns: 300px 1fr;
    min-height: 560px;
    background: #fffdf8;
    border: 1px solid rgba(18, 32, 58, 0.08);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(12, 18, 34, 0.1);
}

.pw-rail {
    position: relative;
    padding: 36px 28px;
    color: #efe8d9;
    background:
        linear-gradient(165deg, rgba(7,11,20,.88), rgba(18,32,58,.78)),
        url('../images/instr_rent_bg.png') center / cover;
    overflow: hidden;
}

.pw-notes { position: absolute; inset: 0; pointer-events: none; }
.pw-notes span {
    position: absolute;
    color: #f5c97a;
    opacity: .28;
    animation: pwFloat 16s linear infinite;
}
.pw-notes span:nth-child(1) { left: 12%; font-size: 22px; animation-duration: 14s; }
.pw-notes span:nth-child(2) { left: 42%; font-size: 28px; animation-delay: -5s; }
.pw-notes span:nth-child(3) { left: 68%; font-size: 18px; animation-delay: -9s; animation-duration: 18s; }
.pw-notes span:nth-child(4) { left: 84%; font-size: 24px; animation-delay: -2s; }

@keyframes pwFloat {
    0% { transform: translateY(110%); opacity: 0; }
    12% { opacity: .35; }
    100% { transform: translateY(-120%); opacity: 0; }
}

.pw-rail-kicker {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #f5c97a;
}
.pw-rail h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    font-family: Outfit, Inter, sans-serif;
    font-size: 1.55rem;
    font-weight: 800;
    color: #fffdf8 !important;
    line-height: 1.2;
}
.pw-rail-lead {
    position: relative;
    z-index: 1;
    color: rgba(239,232,217,.7);
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 28px;
}

.pw-steps {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}
.pw-step {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 18px;
    opacity: .55;
}
.pw-step:last-child { margin-bottom: 0; }
.pw-step-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 800;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    flex-shrink: 0;
}
.pw-step strong { display: block; color: #fff; font-size: 14px; }
.pw-step small { color: rgba(239,232,217,.62); }
.pw-step.is-active { opacity: 1; }
.pw-step.is-active .pw-step-num,
.pw-step.is-done .pw-step-num {
    background: linear-gradient(135deg, #f5c97a, #d97706);
    color: #1a1206;
    border-color: transparent;
}
.pw-step.is-done { opacity: .9; }

.pw-perks {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 18px 0 0;
    border-top: 1px solid rgba(255,255,255,.12);
}
.pw-perks li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 13px;
    color: rgba(239,232,217,.78);
    margin-bottom: 8px;
}
.pw-perks i { color: #f5c97a; margin-top: 3px; }

.pw-main { padding: 36px 40px 40px; }
.pw-main-top { display: flex; justify-content: flex-end; margin-bottom: 8px; }
.pw-login-link {
    font-size: 13px;
    font-weight: 700;
    color: #9a3412;
    text-decoration: none;
}
.pw-login-link:hover { color: #12203a; }

.pw-main h3 {
    font-family: Outfit, Inter, sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    color: #12203a !important;
    margin: 0 0 6px;
}
.pw-sub { color: #6b7288; margin: 0 0 26px; }

.pw-group {
    margin: 22px 0 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #d97706;
}

.pw-field { margin-bottom: 16px; }
.pw-field label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #6b7288;
    margin-bottom: 7px;
}
.pw-input {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f6f1e8;
    border: 1.5px solid rgba(18,32,58,.1);
    border-radius: 16px;
    padding: 0 16px;
}
.pw-input i { color: #d97706; }
.pw-input input,
.pw-plain,
.pw-select,
.pw-file {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    height: 52px;
    font-size: 15px;
    color: #12203a;
}
.pw-plain,
.pw-select,
.pw-file {
    background: #f6f1e8;
    border: 1.5px solid rgba(18,32,58,.1);
    border-radius: 16px;
    padding: 0 16px;
}
textarea.pw-plain { height: auto; padding: 14px 16px; resize: vertical; }
.pw-input:focus-within,
.pw-plain:focus,
.pw-select:focus {
    border-color: #d97706;
    box-shadow: 0 0 0 4px rgba(245,201,122,.22);
    background: #fff;
}

.pw-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pw-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

.pw-switch {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #12203a;
    margin: 8px 0 20px;
}
.pw-next { width: 100%; height: 52px; margin-top: 10px; }
.pw-actions { display: flex; gap: 12px; margin-top: 10px; }
.pw-actions .sc-btn { flex: 1; height: 50px; }

@media (max-width: 991.98px) {
    .pw-shell { grid-template-columns: 1fr; }
    .pw-rail { padding: 28px 22px; }
    .pw-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .pw-main { padding: 28px 20px 32px; }
    .pw-grid-2, .pw-grid-3 { grid-template-columns: 1fr; }
    .pw-actions { flex-direction: column-reverse; }
}

@media (prefers-reduced-motion: reduce) {
    .pw-notes span { animation: none; }
}
