#dtWizardSection {
    background: #0d0d0d;
    padding: 56px 0 64px;
}

#dtWizardSection.wz-boot-pending .wz-card {
    visibility: hidden;
}

html.wz-wizard-session-pending #dtWizardSection .wz-card {
    visibility: hidden;
}

.driver-page #dtWizardSection {
    background: #f6f2e9 !important;
    color: #17231e !important;
}

.driver-page #dtWizardSection .text-white,
.driver-page #dtWizardSection .wz-head h2,
.driver-page #dtWizardSection .wz-head__title {
    color: #ffffff !important;
}

.driver-page #dtWizardSection .text-muted {
    color: #d1d1d6 !important;
}

.wz-card {
    background: #1c1c1e;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: none;
    filter: drop-shadow(0 8px 48px rgba(0, 0, 0, .6));
}

.wz-head {
    padding: 10px 32px 0;
    border-bottom: 1px solid #2c2c2e
}

.wz-head h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.wz-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    flex-wrap: nowrap;
}

.wz-title-row.is-connect {
    justify-content: center;
}

.wz-title-row .wz-device-pill {
    margin: 0 0 0 auto;
    flex-shrink: 0;
}

.wz-head .wz-head__title {
    color: #ffffff !important;
}

.wz-head p {
    color: #8e8e93;
    font-size: 14px;
    margin: 0 0 20px
}

.wz-steps {
    display: flex;
    gap: 0;
    margin: 0 -1px
}

.wz-step-dot {
    flex: 1;
    text-align: center;
    padding: 10px 4px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #2c2c2e;
    cursor: pointer;
    position: relative;
    transition: color .2s
}

.wz-step-dot.active {
    color: #0a84ff;
    border-bottom-color: #0a84ff
}

.wz-step-dot.done {
    border-bottom-color: #2c2c2e
}

.wz-body {
    padding: 20px 32px 0
}

.wz-panel {
    display: none
}

.wz-panel.active {
    display: block
}

#wPanel4.requires-login> :not(#dtLoginPanel) {
    display: none;
}

.wz-footer {
    padding: 16px 32px 12px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    border-top: 1px solid #2c2c2e
}

.wz-footer #wBtnBack {
    grid-column: 1;
    justify-self: start;
}

.wz-footer__actions {
    grid-column: 3;
    justify-self: end;
    display: flex;
    gap: 12px;
}

.wz-platform-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 20px 0
}

.wz-platform-btn {
    background: #2c2c2e;
    border: 2px solid transparent;
    border-radius: 14px;
    padding: 20px 16px;
    text-align: center;
    cursor: pointer;
    transition: all .18s;
    color: #fff;
    font-size: 15px;
    font-weight: 600
}

.wz-platform-btn:hover {
    background: #3a3a3c
}

.wz-platform-btn.selected {
    border-color: #0a84ff;
    background: #0a1929
}

.wz-platform-btn.is-hidden {
    display: none
}

.wz-detected-device {
    color: #30d158;
    font-size: 13px;
    font-weight: 600;
    margin: 16px 0 0
}

.wz-other-device-toggle {
    background: none;
    border: 0;
    color: #6fb3f5;
    cursor: pointer;
    font-size: 13px;
    padding: 0;
    text-decoration: underline
}

.wz-other-device-toggle.is-hidden {
    display: none
}

.wz-other-device-toggle:hover {
    color: #fff
}

.wz-device-pill {
    align-items: center;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 100px;
    color: #d1d1d6;
    display: flex;
    flex-wrap: nowrap;
    font-size: 13px;
    gap: 10px;
    justify-content: center;
    margin: 14px auto 16px;
    padding: 7px 14px;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
}

.wz-platform-option {
    align-items: center;
    background: none;
    border: 0;
    color: #8e8e93;
    cursor: pointer;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 4px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    white-space: nowrap;
}

.wz-platform-option.active {
    color: #fff;
}

.wz-platform-option:not(.active):hover {
    color: #d1d1d6
}

.wz-platform-btn .pf-icon {
    font-size: 40px;
    display: block;
    margin-bottom: 8px
}

.wz-steps-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.wz-steps-list li {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
    align-items: flex-start
}

.wz-step-num {
    background: #0a84ff;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    margin-top: 1px
}

.wz-step-txt {
    color: #d1d1d6;
    font-size: 15px;
    line-height: 1.55
}

.wz-step-txt strong {
    color: #fff
}

.wz-code-box {
    background: #000;
    border: 1px solid #2c2c2e;
    border-radius: 12px;
    padding: 18px 20px;
    font-family: monospace;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 14px 0;
    color: #30d158
}

.wz-copy-btn {
    background: #2c2c2e;
    border: none;
    color: #aeaeb2;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 12px;
    cursor: pointer;
    transition: background .15s;
    white-space: nowrap
}

.wz-copy-btn:hover {
    background: #3a3a3c;
    color: #fff
}

.wz-copy-btn.copied {
    background: #1e4d2b;
    color: #30d158
}

.wz-proxy-grid {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    align-items: center;
    background: #000;
    border: 1px solid #2c2c2e;
    border-radius: 12px;
    padding: 16px 18px;
    margin: 14px 0
}

.wz-proxy-label {
    color: #8e8e93;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase
}

.wz-proxy-val {
    color: #30d158;
    font-family: monospace;
    font-size: 16px;
    font-weight: 600;
    padding: 0 8px
}

.wz-status-ring {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 3px solid #2c2c2e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 16px
}

.wz-status-ring.waiting {
    border-color: #ff9f0a;
    animation: wz-pulse 1.5s infinite
}

#wStatusMsg {
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.wz-status-ring.ok {
    border-color: #30d158;
    background: #0d2617
}

@keyframes wz-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(255, 159, 10, .3)
    }

    50% {
        box-shadow: 0 0 0 8px rgba(255, 159, 10, 0)
    }
}

.wz-alert {
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 14px;
    margin-bottom: 16px
}

.wz-alert-info {
    background: #0a1929;
    color: #6fb3f5;
    border: 1px solid #1a3350
}

.wz-alert-warn {
    background: #1a1200;
    color: #ff9f0a;
    border: 1px solid #2a2000
}

.wz-alert-success {
    background: #0d2617;
    color: #30d158;
    border: 1px solid #1a4028
}

.wz-os-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 20px
}

.wz-os-tab {
    flex: 1;
    background: #2c2c2e;
    border: none;
    border-radius: 10px;
    padding: 10px;
    color: #8e8e93;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .15s
}

.wz-os-tab.active {
    background: #0a1929;
    color: #0a84ff
}

.wz-os-content {
    display: none
}

.wz-os-content.active {
    display: block
}

.wz-screen {
    background: #1c1c1e;
    border-radius: 12px;
    border: 1px solid #2c2c2e;
    overflow: hidden;
    margin: 14px 0
}

.wz-screen-bar {
    background: #000;
    padding: 8px 16px;
    font-size: 12px;
    color: #8e8e93;
    display: flex;
    align-items: center;
    gap: 6px
}

.wz-screen-bar .wz-screen-title {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    flex: 1;
    text-align: center
}

.wz-screen-rows {
    padding: 8px 0
}

.wz-screen-rows--centered:has(.wz-instruction-group) {
    padding-bottom: 0;
}

.wz-instruction-group {
    margin: 12px 16px 20px;
    border: 0;
}

.wz-instruction-group:not(:last-child) {
    border-bottom: 1px solid #2c2c2e;
    padding-bottom: 12px;
}

.wz-instruction-group:last-child {
    margin-bottom: 0;
}

.wz-instruction-label {
    padding: 10px 16px;
    background: #000;
    color: #30d158;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-align: left;
    text-transform: uppercase;
}

.wz-instruction-group .wz-screen-row {
    border-bottom: 1px solid #2c2c2e;
}

.wz-instruction-group .wz-screen-row:last-of-type {
    border-bottom: 0;
}

.wz-screen-row--no-border {
    border-bottom: 0 !important;
}

.wz-screen-row--top-border {
    border-top: 1px solid #2c2c2e;
}

.wz-device-screenshot {
    display: block;
    width: min(100%, 360px);
    height: auto;
    margin: 16px auto;
    border: 1px solid #2c2c2e;
    border-radius: 12px;
    cursor: pointer;
}

.wz-annotated-screenshot {
    position: relative;
    width: min(100%, 360px);
    margin: 16px auto;
}

.wz-instruction-group .wz-annotated-screenshot {
    margin-top: -8px;
}

.wz-annotated-screenshot .wz-device-screenshot {
    width: 100%;
    margin: 0;
}

.wz-profile-download-highlight {
    position: absolute;
    top: 13.2%;
    left: 4.8%;
    width: 90.4%;
    height: 5%;
    border: 4px solid #ff3b30;
    border-radius: 999px;
    box-sizing: border-box;
    pointer-events: none;
}

.wz-instruction-group .wz-device-screenshot {
    margin-top: -8px;
}

.wz-screen-rows--centered .wz-screen-row {
    justify-content: center
}

.wz-screen-row {
    padding: 11px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #2c2c2e;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.wz-screen-row:last-child {
    border-bottom: 0
}

.wz-screen-row .wz-row-icon {
    font-size: 20px;
    margin-right: 12px
}

.wz-screen-row .wz-row-chevron {
    position: absolute;
    right: 16px;
    color: #48484a;
    font-size: 12px
}

.wz-screen-row .wz-row-val {
    color: #8e8e93;
    font-size: 14px
}

.wz-screen-row.justify-content-between>span {
    flex: 1;
    text-align: center;
}

.wz-screen-row.highlight {
    background: #0a1929
}

.wz-toggle {
    width: 40px;
    height: 24px;
    display: inline-flex;
    vertical-align: middle;
    margin-left: 8px;
    background: #30d158;
    border-radius: 100px;
    position: relative;
    flex-shrink: 0
}

.wz-toggle::after {
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%
}

.btn-wz-primary {
    background: #0a84ff;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s
}

.btn-wz-primary:hover {
    background: #0070d4
}

.btn-wz-primary:disabled {
    background: #2c2c2e;
    color: #636366;
    cursor: default
}

.btn-wz-secondary {
    background: #2c2c2e;
    color: #d1d1d6;
    border: none;
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s
}

.btn-wz-secondary:hover {
    background: #3a3a3c
}

#dtAuthModal .modal-content {
    background: #fff;
    border: 1px solid #d7dbe2;
    color: #172033;
    box-shadow: 0 18px 60px rgba(20, 32, 52, .22)
}

#dtAuthModal .modal-header {
    border-bottom-color: #e4e8ee
}

#dtAuthModal .modal-title,
#dtAuthModal .modal-body,
#dtAuthModal .form-label,
#dtAuthModal .text-white,
#dtAuthModal .text-white-50 {
    color: #172033 !important
}

#dtAuthModal .text-muted {
    color: #536174 !important
}

#dtAuthModal .form-control {
    background: #fff;
    border-color: #b9c2cf;
    color: #172033
}

#dtAuthModal .form-control:focus {
    background: #fff;
    border-color: #1769e0;
    color: #172033;
    box-shadow: 0 0 0 3px rgba(23, 105, 224, .18)
}

#dtAuthModal .nav-tabs {
    border-bottom-color: #d7dfe9
}

#dtAuthModal .nav-link {
    color: #536174
}

#dtAuthModal .nav-link.active {
    color: #1769e0;
    border-color: #d7dfe9 #d7dfe9 #fff
}

@media (max-width:576px) {

    .wz-head,
    .wz-body,
    .wz-footer {
        padding-left: 18px;
        padding-right: 18px
    }

    .wz-step-dot {
        font-size: 9px
    }

    .wz-proxy-grid {
        grid-template-columns: auto 1fr
    }

    .wz-proxy-grid .wz-copy-btn {
        grid-column: 2;
        justify-self: start
    }
}

/* ── new hero section ─────────────────────────────────────────────── */
.dt-hero {
    background: linear-gradient(135deg, #0a0a12 0%, #0d1a2d 100%);
    padding: 24px 0;
    border-bottom: 1px solid #1c1c1e
}

.dt-hero__badge {
    display: inline-block;
    background: #0a1929;
    color: #6fb3f5;
    border: 1px solid #1a3350;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    padding: 5px 14px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.dt-hero__title {
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 16px
}

.dt-hero__sub {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 auto 28px;
    max-width: 540px;
    text-align: center
}

.dt-hero__steps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #ffffff;
    text-align: center
}

.dt-hero__steps span {
    background: rgba(255, 255, 255, .12);
    color: #ffffff;
    border-radius: 8px;
    padding: 5px 12px
}

.dt-hero__arrow {
    background: none !important;
    padding: 0 !important;
    color: #b9d8f5;
    font-size: 16px
}

.dt-hero__stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.dt-hero__stat {
    background: #1c1c1e;
    border: 1px solid #2c2c2e;
    border-radius: 16px;
    padding: 20px 18px;
    text-align: center
}

.dt-hero__stat strong {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px
}

.dt-hero__stat span {
    color: #8e8e93;
    font-size: 13px
}

/* The shared driver shell stylesheet loads after this file and applies an
   !important paper background to legacy page sections. Keep this hero's
   contrast intentional on pages that use that shell. */
.dt-hero,
.driver-page>section.dt-hero.dt-hero {
    background: linear-gradient(135deg, #0a0a12 0%, #0d1a2d 100%) !important;
    color: #ffffff !important;
}

.dt-hero .dt-hero__title {
    color: #ffffff !important;
}

.driver-page>section.dt-hero.dt-hero .dt-hero__sub,
.driver-page>section.dt-hero.dt-hero .dt-hero__steps,
.driver-page>section.dt-hero.dt-hero .dt-hero__steps span,
.driver-page>section.dt-hero.dt-hero .dt-hero__arrow {
    color: #ffffff !important;
}

.driver-page>section.dt-hero.dt-hero .dt-hero__steps span {
    background: rgba(255, 255, 255, .14) !important;
}

/* ── inline sign-in form ──────────────────────────────────────────── */
.wz-head__title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.wz-head>.d-flex {
    margin-bottom: 0 !important;
}

.wz-head>.d-flex .wz-head__title {
    margin-bottom: 12px;
}

.wz-label {
    color: #d1d1d6;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px
}

.wz-input {
    background: #0d0d0d;
    border: 1px solid #3a3a3c;
    color: #fff;
    border-radius: 10px;
    padding: 11px 14px;
    font-size: 15px;
    transition: border-color .15s
}

.wz-input:focus {
    background: #0d0d0d;
    border-color: #0a84ff;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(10, 132, 255, .2);
    outline: 0
}

.wz-link {
    color: #6fb3f5
}

.wz-link:hover {
    color: #fff
}

.btn-wz-primary.w-100 {
    width: 100%;
    justify-content: center
}

/* Keep panel copy and controls on one predictable vertical rhythm instead of
   combining unrelated Bootstrap spacing utilities with wizard margins. */
.wz-panel>p.text-white {
    margin: 0 0 16px !important;
}

.wz-panel>p.text-muted {
    margin: 0 0 24px !important;
}

.wz-panel>p:last-child {
    margin-bottom: 0 !important;
}

.wz-panel form .mb-3 {
    margin-bottom: 16px !important;
}

.wz-panel form+p {
    margin-top: 16px !important;
}

#wPanel1>form+p {
    margin-top: 16px !important;
}

.wz-panel .wz-screen,
.wz-panel .wz-proxy-grid,
.wz-panel .wz-alert {
    margin-top: 16px;
    margin-bottom: 16px;
}