:root {
    --mp-bg: #04101d;
    --mp-bg-2: #07192b;
    --mp-card: #10263d;
    --mp-card-2: #0a1e33;
    --mp-line: #27415d;
    --mp-text: #f8fbff;
    --mp-muted: #91a6be;
    --mp-yellow: #ffb000;
    --mp-yellow-2: #ffd25a;
    --mp-green: #39d49a;
    --mp-blue: #6aaeff;
    --mp-red: #ff7180;
    --mp-shadow: 0 28px 70px rgba(0, 0, 0, .34)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body.marketplace-body {
    margin: 0;
    background: radial-gradient(circle at 12% 0, rgba(255, 176, 0, .08), transparent 30%), linear-gradient(180deg, #03101d, #061829 55%, #04101d);
    color: var(--mp-text);
    font-family: Montserrat, sans-serif;
    min-height: 100vh
}

a {
    color: inherit
}

.marketplace-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 18px clamp(22px, 5vw, 84px);
    background: rgba(3, 14, 25, .84);
    border-bottom: 1px solid rgba(126, 160, 195, .13);
    backdrop-filter: blur(18px)
}

.marketplace-brand {
    display: flex;
    align-items: center;
    gap: 13px;
    text-decoration: none
}

.marketplace-brand img {
    width: 52px;
    height: 42px;
    object-fit: contain
}

.marketplace-brand span {
    display: grid;
    gap: 2px
}

.marketplace-brand strong {
    font-size: 15px;
    font-weight: 900
}

.marketplace-brand small {
    font-size: 9px;
    color: var(--mp-muted)
}

.marketplace-nav nav {
    display: flex;
    align-items: center;
    gap: 24px
}

.marketplace-nav nav>a {
    text-decoration: none;
    color: #b6c5d7;
    font-size: 12px;
    font-weight: 700
}

.marketplace-nav nav>a:hover {
    color: #fff
}

.marketplace-nav-button {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border: 1px solid #35516e;
    border-radius: 12px;
    background: #0e2439
}

.marketplace-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(480px, .95fr);
    align-items: center;
    gap: clamp(38px, 6vw, 90px);
    min-height: 720px;
    padding: 80px clamp(22px, 6vw, 110px);
    position: relative;
    overflow: hidden
}

.marketplace-hero:before {
    content: "";
    position: absolute;
    right: -160px;
    top: 40px;
    width: 520px;
    height: 520px;
    border: 80px solid rgba(255, 176, 0, .035);
    border-radius: 50%
}

.marketplace-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 720px
}

.marketplace-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #9bb9dc;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .11em
}

.marketplace-kicker i {
    color: var(--mp-yellow)
}

.marketplace-hero h1 {
    margin: 20px 0 22px;
    font-size: clamp(42px, 5.4vw, 82px);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 900
}

.marketplace-hero-copy>p {
    max-width: 680px;
    margin: 0;
    color: #a9bbcf;
    font-size: 17px;
    line-height: 1.8
}

.marketplace-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px
}

.marketplace-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border: 1px solid rgba(113, 153, 195, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    color: #bdd0e5;
    font-size: 10px;
    font-weight: 800
}

.marketplace-trust-row i {
    color: var(--mp-yellow)
}

.marketplace-search-card {
    position: relative;
    z-index: 2;
    padding: 26px;
    background: linear-gradient(145deg, rgba(18, 43, 66, .98), rgba(8, 27, 47, .98));
    border: 1px solid #32516f;
    border-radius: 24px;
    box-shadow: var(--mp-shadow)
}

.marketplace-search-card-head {
    display: grid;
    gap: 6px;
    margin-bottom: 22px
}

.marketplace-search-card-head span {
    color: var(--mp-yellow);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em
}

.marketplace-search-card-head strong {
    font-size: 22px
}

.marketplace-search-grid {
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 14px
}

.marketplace-search-grid label {
    display: grid;
    gap: 8px
}

.marketplace-search-grid label:nth-of-type(1),
.marketplace-search-grid label:nth-of-type(3),
.marketplace-search-grid label:nth-of-type(4),
.marketplace-search-grid label:nth-of-type(5) {
    grid-column: 1/-1
}

.marketplace-search-grid label>span,
.marketplace-lead-form label,
.marketplace-modal-dialog label {
    color: #a9bbcf;
    font-size: 10px;
    font-weight: 800
}

.marketplace-search-grid label>div {
    position: relative
}

.marketplace-search-grid label i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #7e99b5;
    font-size: 12px
}

.marketplace-search-grid input,
.marketplace-search-grid select,
.marketplace-filter-panel input,
.marketplace-filter-panel select,
.marketplace-lead-form input,
.marketplace-lead-form select,
.marketplace-lead-form textarea,
.marketplace-modal-dialog input,
.marketplace-modal-dialog select,
.marketplace-modal-dialog textarea,
.marketplace-conversation textarea {
    width: 100%;
    min-height: 50px;
    padding: 0 15px 0 42px;
    color: #fff;
    background: #061728;
    border: 1px solid #263e58;
    border-radius: 12px;
    font: inherit;
    font-size: 11px;
    outline: none
}

.marketplace-search-grid input:focus,
.marketplace-search-grid select:focus,
.marketplace-filter-panel input:focus,
.marketplace-filter-panel select:focus,
.marketplace-lead-form input:focus,
.marketplace-lead-form select:focus,
.marketplace-lead-form textarea:focus,
.marketplace-modal-dialog input:focus,
.marketplace-modal-dialog select:focus,
.marketplace-modal-dialog textarea:focus {
    border-color: var(--mp-yellow);
    box-shadow: 0 0 0 3px rgba(255, 176, 0, .1)
}

select {
    color-scheme: dark
}

.marketplace-search-grid button,
.marketplace-filter-panel button,
.marketplace-lead-form>button,
.marketplace-modal-dialog form>button,
.marketplace-proposal button,
.marketplace-empty button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 20px;
    color: #071522;
    background: linear-gradient(135deg, var(--mp-yellow), var(--mp-yellow-2));
    border: 0;
    border-radius: 12px;
    font: inherit;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(255, 176, 0, .2)
}

.marketplace-search-grid button {
    grid-column: 1/-1
}

.marketplace-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin: 0 clamp(22px, 6vw, 110px);
    background: #243e59;
    border: 1px solid #243e59;
    border-radius: 20px;
    overflow: hidden
}

.marketplace-stats article {
    display: grid;
    gap: 7px;
    padding: 25px;
    text-align: center;
    background: #0d2238
}

.marketplace-stats strong {
    font-size: 28px;
    color: var(--mp-yellow)
}

.marketplace-stats span {
    font-size: 10px;
    color: #95a9c0
}

.marketplace-section,
.marketplace-how {
    padding: 90px clamp(22px, 6vw, 110px)
}

.marketplace-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px
}

.marketplace-section-heading h2 {
    margin: 8px 0 5px;
    font-size: clamp(28px, 3vw, 42px);
    letter-spacing: -.035em
}

.marketplace-section-heading p {
    margin: 0;
    color: var(--mp-muted);
    font-size: 12px
}

.marketplace-section-heading>a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--mp-yellow);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none
}

.marketplace-driver-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px
}

.marketplace-driver-card {
    min-width: 0;
    overflow: hidden;
    background: linear-gradient(160deg, #112a43, #0a1e32);
    border: 1px solid #29445f;
    border-radius: 20px;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .16);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease
}

.marketplace-driver-card:hover {
    transform: translateY(-6px);
    border-color: #4a6682;
    box-shadow: 0 24px 54px rgba(0, 0, 0, .3)
}

.marketplace-driver-card.is-partner {
    border-color: rgba(255, 176, 0, .42)
}

.marketplace-driver-card-cover {
    position: relative;
    height: 142px;
    background: radial-gradient(circle at 85% 10%, rgba(255, 176, 0, .2), transparent 34%), linear-gradient(135deg, #1c3444, #07192a);
    background-position: center;
    background-size: cover
}

.marketplace-driver-card-cover:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(3, 15, 26, .8))
}

.marketplace-driver-card-badges {
    position: absolute;
    z-index: 2;
    left: 14px;
    top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px
}

.badge-partner,
.badge-verified,
.badge-excellence {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em
}

.badge-partner {
    color: #241700;
    background: #ffbe2f
}

.badge-verified {
    color: #bce2ff;
    background: #123d61;
    border: 1px solid #2c6c9c
}

.badge-excellence {
    color: #c6ffe9;
    background: #0b4a38;
    border: 1px solid #187b5d
}

.marketplace-match-score {
    position: absolute;
    z-index: 2;
    right: 14px;
    bottom: 12px;
    display: grid;
    justify-items: end
}

.marketplace-match-score strong {
    font-size: 23px;
    color: #fff
}

.marketplace-match-score span {
    font-size: 8px;
    color: #a8bfd8;
    text-transform: uppercase;
    font-weight: 800
}

.marketplace-driver-card-body {
    padding: 18px
}

.marketplace-driver-identity {
    display: flex;
    align-items: center;
    gap: 12px
}

.marketplace-driver-avatar,
.marketplace-profile-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, var(--mp-yellow), #ffd75f);
    color: #071522;
    font-weight: 900
}

.marketplace-driver-avatar {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 14px
}

.marketplace-driver-avatar img,
.marketplace-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.marketplace-driver-identity h3 {
    margin: 0;
    font-size: 15px
}

.marketplace-driver-identity p {
    margin: 5px 0 0;
    color: var(--mp-muted);
    font-size: 9px;
    line-height: 1.5
}

.marketplace-rating {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 15px 0
}

.marketplace-stars {
    color: var(--mp-yellow);
    font-size: 11px;
    letter-spacing: 1px
}

.marketplace-rating strong {
    font-size: 12px
}

.marketplace-rating small {
    color: var(--mp-muted);
    font-size: 8px
}

.marketplace-driver-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px
}

.marketplace-driver-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    background: #081b2e;
    border: 1px solid #243d58;
    border-radius: 9px;
    color: #a7bad0;
    font-size: 8px
}

.marketplace-driver-meta i {
    color: var(--mp-yellow)
}

.marketplace-match-reasons {
    display: grid;
    gap: 7px;
    margin: 15px 0 0;
    padding: 0;
    list-style: none
}

.marketplace-match-reasons li {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #b8c8d8;
    font-size: 9px
}

.marketplace-match-reasons i {
    color: var(--mp-green)
}

.marketplace-card-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
    padding: 12px 14px;
    color: #fff;
    background: #162f49;
    border: 1px solid #36516d;
    border-radius: 11px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800
}

.marketplace-card-button:hover {
    border-color: var(--mp-yellow);
    color: var(--mp-yellow)
}

.marketplace-how {
    background: rgba(255, 255, 255, .018)
}

.marketplace-how-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.marketplace-how-grid article {
    position: relative;
    min-height: 220px;
    padding: 25px;
    background: #0d2339;
    border: 1px solid #27425e;
    border-radius: 18px
}

.marketplace-how-grid article>span {
    position: absolute;
    right: 18px;
    top: 14px;
    color: rgba(255, 255, 255, .08);
    font-size: 44px;
    font-weight: 900
}

.marketplace-how-grid article>i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, .09);
    border: 1px solid rgba(255, 176, 0, .18);
    border-radius: 14px
}

.marketplace-how-grid h3 {
    margin: 25px 0 8px;
    font-size: 15px
}

.marketplace-how-grid p {
    margin: 0;
    color: var(--mp-muted);
    font-size: 10px;
    line-height: 1.7
}

.marketplace-demand-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 0 clamp(22px, 6vw, 110px) 90px;
    padding: 35px 40px;
    background: radial-gradient(circle at 90%, rgba(255, 176, 0, .16), transparent 30%), linear-gradient(135deg, #1b2e35, #0b2237);
    border: 1px solid #44513c;
    border-radius: 22px
}

.marketplace-demand-cta h2 {
    margin: 8px 0;
    font-size: 30px
}

.marketplace-demand-cta p {
    margin: 0;
    color: var(--mp-muted);
    font-size: 11px
}

.marketplace-demand-cta button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 15px 20px;
    background: var(--mp-yellow);
    border: 0;
    border-radius: 12px;
    font: inherit;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer
}

.marketplace-footer {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px;
    padding: 50px clamp(22px, 6vw, 110px);
    background: #020b13;
    border-top: 1px solid #1d344b
}

.marketplace-footer img {
    width: 70px
}

.marketplace-footer p {
    max-width: 340px;
    color: var(--mp-muted);
    font-size: 11px;
    line-height: 1.7
}

.marketplace-footer>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
}

.marketplace-footer strong {
    font-size: 12px
}

.marketplace-footer a {
    color: var(--mp-muted);
    font-size: 10px;
    text-decoration: none
}

.marketplace-toast {
    position: fixed;
    z-index: 100;
    right: 24px;
    top: 90px;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 420px;
    padding: 14px 17px;
    border-radius: 12px;
    box-shadow: var(--mp-shadow);
    font-size: 11px;
    font-weight: 700
}

.marketplace-toast.is-success {
    background: #0d3f34;
    border: 1px solid #24735e
}

.marketplace-toast.is-error {
    background: #48202a;
    border: 1px solid #8c3f50
}

.marketplace-results-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    padding: 60px clamp(22px, 5vw, 80px) 30px
}

.marketplace-results-hero h1 {
    margin: 9px 0 6px;
    font-size: 42px
}

.marketplace-results-hero p {
    margin: 0;
    color: var(--mp-muted);
    font-size: 11px
}

.marketplace-results-hero>a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 15px;
    border: 1px solid #334d68;
    border-radius: 11px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800
}

.marketplace-results-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: start;
    gap: 20px;
    padding: 0 clamp(22px, 5vw, 80px) 80px
}

.marketplace-filter-panel {
    position: sticky;
    top: 100px;
    display: grid;
    gap: 14px;
    padding: 20px;
    background: #0e243a;
    border: 1px solid #29445f;
    border-radius: 18px
}

.marketplace-filter-panel h2 {
    margin: 0 0 5px;
    font-size: 16px
}

.marketplace-filter-panel label {
    display: grid;
    gap: 7px;
    color: #9db1c7;
    font-size: 9px;
    font-weight: 800
}

.marketplace-filter-panel input,
.marketplace-filter-panel select {
    min-height: 42px;
    padding: 0 12px
}

.marketplace-filter-panel button {
    min-height: 43px
}

.marketplace-results-content {
    min-width: 0
}

.marketplace-empty {
    display: grid;
    justify-items: center;
    gap: 12px;
    min-height: 430px;
    padding: 60px;
    text-align: center;
    background: #0d2238;
    border: 1px dashed #34516f;
    border-radius: 20px
}

.marketplace-empty>i {
    font-size: 44px;
    color: var(--mp-yellow)
}

.marketplace-empty h2 {
    margin: 4px 0 0
}

.marketplace-empty p {
    margin: 0;
    color: var(--mp-muted);
    font-size: 11px
}

.marketplace-profile-cover {
    height: 270px;
    padding: 32px clamp(22px, 6vw, 100px);
    background: radial-gradient(circle at 80%, rgba(255, 176, 0, .25), transparent 22%), linear-gradient(135deg, #142c3c, #061729);
    background-size: cover;
    background-position: center
}

.marketplace-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    background: rgba(4, 16, 28, .72);
    border: 1px solid #405a71;
    border-radius: 10px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
    backdrop-filter: blur(10px)
}

.marketplace-profile-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 410px;
    align-items: start;
    gap: 20px;
    margin-top: -90px;
    padding: 0 clamp(22px, 6vw, 100px) 80px
}

.marketplace-profile-main,
.marketplace-lead-card {
    background: #0f263d;
    border: 1px solid #2d4965;
    border-radius: 22px;
    box-shadow: var(--mp-shadow)
}

.marketplace-profile-main {
    padding: 28px
}

.marketplace-profile-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #28425c
}

.marketplace-profile-avatar {
    width: 92px;
    height: 92px;
    flex: 0 0 92px;
    border-radius: 22px;
    font-size: 30px
}

.marketplace-profile-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px
}

.marketplace-profile-header h1 {
    margin: 10px 0 4px;
    font-size: 32px
}

.marketplace-profile-header p {
    margin: 0;
    color: var(--mp-muted);
    font-size: 11px
}

.marketplace-profile-header .marketplace-rating {
    margin-bottom: 0
}

.marketplace-profile-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 20px 0
}

.marketplace-profile-stats article {
    display: grid;
    gap: 6px;
    padding: 16px;
    background: #0a1d31;
    border: 1px solid #273f59;
    border-radius: 13px
}

.marketplace-profile-stats i {
    color: var(--mp-yellow);
    font-size: 13px
}

.marketplace-profile-stats strong {
    font-size: 12px
}

.marketplace-profile-stats span {
    color: var(--mp-muted);
    font-size: 8px
}

.marketplace-profile-section {
    padding: 24px 0;
    border-top: 1px solid #28425c
}

.marketplace-profile-section h2 {
    margin: 0 0 12px;
    font-size: 18px
}

.marketplace-profile-section>p {
    margin: 0;
    color: #aabdd0;
    font-size: 11px;
    line-height: 1.8
}

.marketplace-area-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px
}

.marketplace-area-grid article {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: #091c30;
    border: 1px solid #263f59;
    border-radius: 12px
}

.marketplace-area-grid article>i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, .08);
    border-radius: 10px
}

.marketplace-area-grid strong,
.marketplace-area-grid span {
    display: block
}

.marketplace-area-grid strong {
    font-size: 10px
}

.marketplace-area-grid span {
    margin-top: 5px;
    color: var(--mp-muted);
    font-size: 8px
}

.marketplace-area-grid small {
    color: var(--mp-green);
    font-size: 8px;
    font-weight: 800
}

.marketplace-review-list {
    display: grid;
    gap: 10px
}

.marketplace-review-list>article {
    padding: 16px;
    background: #091c30;
    border: 1px solid #263f59;
    border-radius: 13px
}

.marketplace-review-list header {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px
}

.marketplace-review-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #173653;
    border-radius: 11px;
    font-size: 11px;
    font-weight: 900
}

.marketplace-review-list header strong,
.marketplace-review-list header span {
    display: block
}

.marketplace-review-list header strong {
    font-size: 10px
}

.marketplace-review-list header time {
    color: var(--mp-muted);
    font-size: 8px
}

.marketplace-review-list>article>p {
    margin: 13px 0 0;
    color: #b3c4d5;
    font-size: 10px;
    line-height: 1.7
}

.marketplace-driver-reply {
    margin-top: 14px;
    padding: 12px;
    border-left: 3px solid var(--mp-yellow);
    background: #10283f;
    border-radius: 0 10px 10px 0
}

.marketplace-driver-reply strong {
    font-size: 9px;
    color: var(--mp-yellow)
}

.marketplace-driver-reply p {
    margin: 6px 0 0 !important
}

.marketplace-lead-card {
    position: sticky;
    top: 100px;
    padding: 24px
}

.marketplace-lead-card h2 {
    margin: 8px 0;
    font-size: 24px
}

.marketplace-lead-card>p {
    margin: 0 0 20px;
    color: var(--mp-muted);
    font-size: 10px;
    line-height: 1.7
}

.marketplace-lead-form {
    display: grid;
    gap: 13px
}

.marketplace-lead-form h3 {
    margin: 12px 0 0;
    padding-top: 15px;
    border-top: 1px solid #28425c;
    font-size: 12px
}

.marketplace-lead-form label,
.marketplace-modal-dialog label {
    display: grid;
    gap: 7px
}

.marketplace-lead-form input,
.marketplace-lead-form select,
.marketplace-lead-form textarea,
.marketplace-modal-dialog input,
.marketplace-modal-dialog select,
.marketplace-modal-dialog textarea {
    padding: 0 13px
}

.marketplace-lead-form textarea,
.marketplace-modal-dialog textarea,
.marketplace-conversation textarea {
    min-height: 80px;
    padding-top: 12px;
    resize: vertical
}

.two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px
}

.marketplace-lead-form fieldset,
.marketplace-modal-dialog fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    border: 0
}

.marketplace-lead-form legend,
.marketplace-modal-dialog legend {
    width: 100%;
    margin-bottom: 7px;
    color: #a9bbcf;
    font-size: 10px;
    font-weight: 800
}

.marketplace-chip input {
    position: absolute;
    opacity: 0
}

.marketplace-chip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 9px 11px;
    background: #071a2d;
    border: 1px solid #2b455f;
    border-radius: 9px;
    color: #9bb0c7;
    font-size: 9px
}

.marketplace-chip input:checked+span {
    background: var(--mp-yellow);
    border-color: var(--mp-yellow);
    color: #071522
}

.marketplace-consent {
    grid-template-columns: 18px 1fr !important;
    align-items: start !important;
    line-height: 1.5
}

.marketplace-consent input {
    width: 16px !important;
    height: 16px !important;
    min-height: 0 !important;
    padding: 0 !important;
    accent-color: var(--mp-yellow)
}

.marketplace-mini-map {
    height: 180px;
    border: 1px solid #2b455f;
    border-radius: 12px;
    overflow: hidden
}

.marketplace-honeypot {
    position: absolute !important;
    left: -10000px !important
}

.marketplace-status-page {
    display: grid;
    place-items: center;
    min-height: calc(100vh - 180px);
    padding: 60px 20px
}

.marketplace-status-page article {
    max-width: 650px;
    padding: 45px;
    text-align: center;
    background: #10263d;
    border: 1px solid #304c68;
    border-radius: 22px
}

.marketplace-status-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 20px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, .1);
    border: 1px solid rgba(255, 176, 0, .2);
    border-radius: 20px;
    font-size: 27px
}

.marketplace-status-page h1 {
    margin: 12px 0;
    font-size: 34px
}

.marketplace-status-page p {
    color: var(--mp-muted);
    font-size: 12px;
    line-height: 1.8
}

.marketplace-status-page a {
    display: inline-flex;
    margin-top: 18px;
    color: var(--mp-yellow);
    font-size: 10px;
    font-weight: 800
}

.marketplace-status-shell {
    padding: 50px clamp(22px, 6vw, 100px) 80px
}

.marketplace-status-shell>header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 25px;
    background: #0f263d;
    border: 1px solid #2b4762;
    border-radius: 18px
}

.marketplace-status-shell h1 {
    margin: 7px 0 4px;
    font-size: 28px
}

.marketplace-status-shell header p {
    margin: 0;
    color: var(--mp-muted);
    font-size: 10px
}

.marketplace-status-pill {
    padding: 9px 12px;
    border-radius: 999px;
    background: #163653;
    color: #b9d7f5;
    font-size: 9px;
    font-weight: 900
}

.marketplace-status-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 18px;
    margin-top: 18px
}

.marketplace-status-main,
.marketplace-summary-card {
    padding: 24px;
    background: #0f263d;
    border: 1px solid #2b4762;
    border-radius: 18px
}

.marketplace-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px
}

.marketplace-timeline>div {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 9px;
    padding: 12px;
    background: #091c30;
    border: 1px solid #243f59;
    border-radius: 11px;
    opacity: .52
}

.marketplace-timeline>div.is-done {
    opacity: 1
}

.marketplace-timeline>div>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #16324c;
    border-radius: 10px
}

.marketplace-timeline .is-done>span {
    color: #062217;
    background: var(--mp-green)
}

.marketplace-timeline strong,
.marketplace-timeline small {
    display: block
}

.marketplace-timeline strong {
    font-size: 8px
}

.marketplace-timeline small {
    margin-top: 4px;
    color: var(--mp-muted);
    font-size: 7px
}

.marketplace-proposal {
    margin-top: 20px;
    padding: 22px;
    background: linear-gradient(135deg, rgba(255, 176, 0, .11), rgba(10, 30, 49, .8));
    border: 1px solid rgba(255, 176, 0, .28);
    border-radius: 16px
}

.marketplace-proposal h2 {
    margin: 8px 0;
    font-size: 30px;
    color: var(--mp-yellow)
}

.marketplace-proposal h2 small {
    font-size: 10px;
    color: #a7b9cd
}

.marketplace-proposal-meta {
    display: flex;
    gap: 10px
}

.marketplace-proposal-meta span {
    padding: 8px 10px;
    background: #0b2034;
    border-radius: 9px;
    font-size: 8px
}

.marketplace-proposal>p {
    color: #b6c7d7;
    font-size: 10px;
    line-height: 1.7
}

.marketplace-proposal form {
    text-align: right
}

.marketplace-rejection {
    margin-top: 20px;
    padding: 18px;
    background: rgba(255, 113, 128, .08);
    border: 1px solid rgba(255, 113, 128, .25);
    border-radius: 14px
}

.marketplace-rejection strong {
    color: var(--mp-red);
    font-size: 10px
}

.marketplace-rejection p {
    margin: 8px 0 0;
    color: #c9b2b8;
    font-size: 10px
}

.marketplace-conversation {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #2b4762
}

.marketplace-conversation h2 {
    font-size: 16px
}

.marketplace-message {
    max-width: 75%;
    margin: 10px 0;
    padding: 12px;
    background: #091c30;
    border-radius: 12px
}

.marketplace-message.is-driver {
    margin-left: auto;
    background: #3f3212;
    border: 1px solid rgba(255, 176, 0, .22)
}

.marketplace-message strong {
    font-size: 8px;
    color: var(--mp-yellow)
}

.marketplace-message p {
    margin: 6px 0;
    color: #c3d1df;
    font-size: 10px
}

.marketplace-message small {
    color: var(--mp-muted);
    font-size: 7px
}

.marketplace-conversation form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 9px;
    margin-top: 14px
}

.marketplace-conversation button {
    padding: 0 18px;
    background: var(--mp-yellow);
    border: 0;
    border-radius: 11px;
    font-weight: 900
}

.marketplace-summary-card h3 {
    margin: 0 0 15px
}

.marketplace-summary-card dl {
    margin: 0
}

.marketplace-summary-card dl>div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 0;
    border-top: 1px solid #29435d
}

.marketplace-summary-card dt {
    color: var(--mp-muted);
    font-size: 8px
}

.marketplace-summary-card dd {
    margin: 0;
    text-align: right;
    font-size: 9px;
    font-weight: 800
}

.marketplace-cancel-button {
    width: 100%;
    margin-top: 10px;
    padding: 12px;
    color: #ffc3ca;
    background: rgba(255, 113, 128, .1);
    border: 1px solid rgba(255, 113, 128, .3);
    border-radius: 11px;
    font: inherit;
    font-size: 9px;
    font-weight: 800
}

.marketplace-modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
    padding: 22px
}

.marketplace-modal[hidden] {
    display: none
}

.marketplace-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(1, 8, 15, .78);
    backdrop-filter: blur(9px)
}

.marketplace-modal-dialog {
    position: relative;
    z-index: 2;
    width: min(760px, 100%);
    max-height: calc(100vh - 44px);
    overflow: auto;
    padding: 28px;
    background: #10263d;
    border: 1px solid #34516d;
    border-radius: 22px;
    box-shadow: var(--mp-shadow)
}

.marketplace-modal-dialog>button {
    position: absolute;
    right: 18px;
    top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #d5e3f1;
    background: #173149;
    border: 1px solid #37536d;
    border-radius: 11px
}

.marketplace-modal-dialog h2 {
    margin: 10px 0 7px;
    font-size: 27px
}

.marketplace-modal-dialog>p {
    color: var(--mp-muted);
    font-size: 10px
}

.marketplace-modal-dialog form {
    display: grid;
    gap: 12px;
    margin-top: 20px
}

.marketplace-empty-mini {
    padding: 20px;
    text-align: center;
    color: var(--mp-muted);
    font-size: 10px;
    background: #091c30;
    border-radius: 12px
}

@media(max-width:1100px) {
    .marketplace-hero {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .marketplace-search-card {
        max-width: 720px
    }

    .marketplace-driver-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .marketplace-how-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .marketplace-profile-shell {
        grid-template-columns: 1fr;
        margin-top: -70px
    }

    .marketplace-lead-card {
        position: static
    }

    .marketplace-profile-stats {
        grid-template-columns: repeat(2, 1fr)
    }

    .marketplace-results-layout {
        grid-template-columns: 1fr
    }

    .marketplace-filter-panel {
        position: static;
        grid-template-columns: repeat(3, 1fr)
    }

    .marketplace-filter-panel h2 {
        grid-column: 1/-1
    }
}

@media(max-width:720px) {
    .marketplace-nav {
        padding: 14px 18px
    }

    .marketplace-nav nav>a:not(.marketplace-nav-button) {
        display: none
    }

    .marketplace-brand small {
        display: none
    }

    .marketplace-hero {
        padding: 55px 18px
    }

    .marketplace-hero h1 {
        font-size: 43px
    }

    .marketplace-search-grid {
        grid-template-columns: 1fr
    }

    .marketplace-search-grid label {
        grid-column: 1 !important
    }

    .marketplace-stats {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 18px
    }

    .marketplace-section,
    .marketplace-how {
        padding: 65px 18px
    }

    .marketplace-driver-grid,
    .marketplace-how-grid {
        grid-template-columns: 1fr
    }

    .marketplace-section-heading {
        align-items: flex-start;
        flex-direction: column
    }

    .marketplace-demand-cta {
        align-items: flex-start;
        flex-direction: column;
        margin: 0 18px 65px;
        padding: 25px
    }

    .marketplace-footer {
        grid-template-columns: 1fr;
        padding: 40px 18px
    }

    .marketplace-results-hero {
        align-items: flex-start;
        flex-direction: column;
        padding: 45px 18px 24px
    }

    .marketplace-results-layout {
        padding: 0 18px 60px
    }

    .marketplace-filter-panel {
        grid-template-columns: 1fr
    }

    .marketplace-profile-cover {
        height: 210px;
        padding: 24px 18px
    }

    .marketplace-profile-shell {
        padding: 0 18px 60px
    }

    .marketplace-profile-main,
    .marketplace-lead-card {
        padding: 18px
    }

    .marketplace-profile-header {
        align-items: flex-start;
        flex-direction: column
    }

    .marketplace-profile-stats,
    .marketplace-area-grid {
        grid-template-columns: 1fr
    }

    .two {
        grid-template-columns: 1fr
    }

    .marketplace-status-shell {
        padding: 35px 18px 60px
    }

    .marketplace-status-shell>header {
        align-items: flex-start;
        flex-direction: column
    }

    .marketplace-status-grid {
        grid-template-columns: 1fr
    }

    .marketplace-timeline {
        grid-template-columns: 1fr
    }

    .marketplace-conversation form {
        grid-template-columns: 1fr
    }

    .marketplace-modal-dialog {
        padding: 22px 16px
    }

    .marketplace-profile-header h1 {
        font-size: 27px
    }
}

/* Public marketplace refinements */
.marketplace-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.marketplace-stars i {
    font-size: .86em;
}

.marketplace-map-help {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    color: #8da3bc;
    font-size: 12px;
    line-height: 1.5;
}

.marketplace-map-help i {
    margin-top: 3px;
    color: #ffb000;
}

/* ========================================================================== 
   FIND A DRIVER | EXPERIÊNCIA PÚBLICA VANMATCH
   ========================================================================== */
body.marketplace-body.marketplace-find-page {
    --mp-find-shell: 1320px;
    --mp-find-surface: rgba(13, 34, 55, 0.88);
    --mp-find-surface-strong: #0d243a;
    --mp-find-line: rgba(118, 158, 199, 0.2);
    --mp-find-soft-line: rgba(149, 182, 216, 0.11);
    --mp-find-radius: 24px;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 12% 9%, rgba(255, 176, 0, 0.075), transparent 28%),
        radial-gradient(circle at 84% 19%, rgba(58, 130, 206, 0.11), transparent 30%),
        linear-gradient(180deg, #020b16 0%, #061727 46%, #03101d 100%);
}

body.marketplace-find-page main {
    position: relative;
    overflow: hidden;
}

body.marketplace-find-page.marketplace-modal-open {
    overflow: hidden;
}

/* Navbar no mesmo ritmo visual da página inicial. */
body.marketplace-find-page .marketplace-nav {
    min-height: 88px;
    padding: 0;
    background: rgba(2, 11, 23, 0.88);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px) saturate(1.12);
    -webkit-backdrop-filter: blur(18px) saturate(1.12);
    transition:
        min-height 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease;
}

body.marketplace-find-page .marketplace-nav.is-scrolled {
    min-height: 74px;
    background: rgba(2, 11, 23, 0.96);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

body.marketplace-find-page .marketplace-nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: min(var(--mp-find-shell), calc(100% - 44px));
    min-width: 0;
    margin: 0 auto;
}

body.marketplace-find-page .marketplace-brand img {
    width: auto;
    height: 64px;
    object-fit: contain;
    transition: height 180ms ease, transform 180ms ease;
}

body.marketplace-find-page .marketplace-nav.is-scrolled .marketplace-brand img {
    height: 54px;
}

body.marketplace-find-page .marketplace-brand:hover img {
    transform: translateY(-1px) scale(1.015);
}

body.marketplace-find-page .marketplace-nav nav {
    display: flex;
    align-items: center;
    gap: 5px;
}

body.marketplace-find-page .marketplace-nav nav>a:not(.marketplace-nav-button) {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    color: #b8c2d1;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

body.marketplace-find-page .marketplace-nav nav>a:not(.marketplace-nav-button):hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-1px);
}

body.marketplace-find-page .marketplace-nav-button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    margin-left: 10px;
    padding: 0 20px;
    color: #07101c !important;
    background: #ffb000;
    border: 1px solid rgba(255, 211, 90, 0.55);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(255, 176, 0, 0.18);
    font-size: 13px !important;
    font-weight: 800 !important;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

body.marketplace-find-page .marketplace-nav-button:hover {
    color: #07101c !important;
    transform: translateY(-2px);
    box-shadow: 0 17px 38px rgba(255, 176, 0, 0.29);
    filter: brightness(1.035);
}

body.marketplace-find-page .marketplace-nav-button i {
    transition: transform 180ms ease;
}

body.marketplace-find-page .marketplace-nav-button:hover i {
    transform: translateX(3px);
}

body.marketplace-find-page .marketplace-mobile-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(141, 174, 207, 0.18);
    border-radius: 12px;
    cursor: pointer;
}

body.marketplace-find-page .marketplace-mobile-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 180ms ease, opacity 180ms ease;
}

body.marketplace-find-page .marketplace-mobile-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

body.marketplace-find-page .marketplace-mobile-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

body.marketplace-find-page .marketplace-mobile-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Hero. */
body.marketplace-find-page .marketplace-find-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(520px, 0.97fr);
    align-items: center;
    gap: clamp(48px, 5.8vw, 92px);
    width: min(var(--mp-find-shell), calc(100% - 44px));
    min-height: calc(100vh - 88px);
    margin: 0 auto;
    padding: 76px 0 62px;
    overflow: visible;
}

body.marketplace-find-page .marketplace-find-hero::before {
    content: "";
    position: absolute;
    z-index: -3;
    inset: 0 auto auto 50%;
    width: 100vw;
    height: 100%;
    border: 0;
    border-radius: 0;
    background:
        linear-gradient(rgba(110, 157, 203, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(110, 157, 203, 0.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(90deg, transparent, #000 24%, #000 76%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 24%, #000 76%, transparent);
    transform: translateX(-50%);
    pointer-events: none;
}

body.marketplace-find-page .marketplace-find-ambient {
    position: absolute;
    z-index: -2;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

body.marketplace-find-page .marketplace-orbit {
    position: absolute;
    display: block;
    border: 1px solid rgba(255, 176, 0, 0.08);
    border-radius: 50%;
}

body.marketplace-find-page .marketplace-orbit-one {
    top: -210px;
    right: -240px;
    width: 620px;
    height: 620px;
    box-shadow: inset 0 0 120px rgba(255, 176, 0, 0.018);
}

body.marketplace-find-page .marketplace-orbit-two {
    top: -85px;
    right: -85px;
    width: 350px;
    height: 350px;
    border-color: rgba(101, 163, 224, 0.09);
}

body.marketplace-find-page .marketplace-ambient-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ffb000;
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 176, 0, 0.06), 0 0 24px rgba(255, 176, 0, 0.45);
    animation: marketplaceAmbientPulse 2.8s ease-in-out infinite;
}

body.marketplace-find-page .marketplace-ambient-dot-one {
    top: 16%;
    right: 27%;
}

body.marketplace-find-page .marketplace-ambient-dot-two {
    right: 5%;
    bottom: 18%;
    animation-delay: 1.2s;
}

body.marketplace-find-page .marketplace-hero-copy {
    max-width: 700px;
}

body.marketplace-find-page .marketplace-kicker {
    color: #a9c8ea;
    font-size: 11px;
    letter-spacing: 0.13em;
}

body.marketplace-find-page .marketplace-hero h1 {
    max-width: 760px;
    margin: 22px 0 24px;
    font-size: clamp(48px, 5.25vw, 78px);
    line-height: 0.99;
    letter-spacing: -0.06em;
    text-wrap: balance;
}

body.marketplace-find-page .marketplace-hero h1 span {
    color: transparent;
    background: linear-gradient(110deg, #fff 6%, #ffd86f 48%, #ffb000 100%);
    background-clip: text;
    -webkit-background-clip: text;
}

body.marketplace-find-page .marketplace-hero-copy>p {
    max-width: 665px;
    color: #aabdd1;
    font-size: 16px;
    line-height: 1.82;
}

body.marketplace-find-page .marketplace-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

body.marketplace-find-page .marketplace-primary-link,
body.marketplace-find-page .marketplace-secondary-link {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 19px;
    border-radius: 13px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

body.marketplace-find-page .marketplace-primary-link {
    color: #07101c;
    background: #ffb000;
    border: 1px solid rgba(255, 218, 105, 0.56);
    box-shadow: 0 16px 38px rgba(255, 176, 0, 0.2);
}

body.marketplace-find-page .marketplace-primary-link:hover {
    color: #07101c;
    transform: translateY(-3px);
    box-shadow: 0 21px 48px rgba(255, 176, 0, 0.31);
}

body.marketplace-find-page .marketplace-secondary-link {
    color: #dce9f7;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(127, 166, 205, 0.18);
}

body.marketplace-find-page .marketplace-secondary-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.065);
    border-color: rgba(140, 183, 224, 0.33);
    transform: translateY(-3px);
}

body.marketplace-find-page .marketplace-trust-row {
    margin-top: 25px;
}

body.marketplace-find-page .marketplace-trust-row span {
    padding: 9px 12px;
    background: rgba(9, 28, 46, 0.7);
    border-color: rgba(122, 161, 199, 0.17);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

body.marketplace-find-page .marketplace-trust-row span:hover {
    transform: translateY(-2px);
    background: rgba(15, 42, 66, 0.86);
    border-color: rgba(255, 176, 0, 0.24);
}

/* Ilustração do mapa no hero. */
body.marketplace-find-page .marketplace-route-visual {
    position: relative;
    width: min(670px, 100%);
    height: 190px;
    margin-top: 34px;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 23%, rgba(255, 176, 0, 0.11), transparent 28%),
        linear-gradient(145deg, rgba(12, 34, 54, 0.91), rgba(5, 20, 34, 0.92));
    border: 1px solid rgba(112, 153, 193, 0.19);
    border-radius: 21px;
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.2);
}

body.marketplace-find-page .marketplace-map-grid,
body.marketplace-find-page .marketplace-intelligence-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(115, 158, 201, 0.065) 1px, transparent 1px),
        linear-gradient(90deg, rgba(115, 158, 201, 0.065) 1px, transparent 1px);
    background-size: 34px 34px;
    transform: perspective(480px) rotateX(49deg) scale(1.22) translateY(-4%);
    transform-origin: center bottom;
    opacity: 0.7;
}

body.marketplace-find-page .marketplace-route-line {
    position: absolute;
    inset: 17px 22px 12px;
    width: calc(100% - 44px);
    height: calc(100% - 29px);
    overflow: visible;
}

body.marketplace-find-page .marketplace-route-line path {
    fill: none;
    stroke-linecap: round;
}

body.marketplace-find-page .marketplace-route-line-shadow {
    stroke: rgba(255, 176, 0, 0.11);
    stroke-width: 15;
}

body.marketplace-find-page .marketplace-route-line-path {
    stroke: #ffb000;
    stroke-width: 3;
    stroke-dasharray: 8 12;
    animation: marketplaceRouteFlow 6s linear infinite;
    filter: drop-shadow(0 0 6px rgba(255, 176, 0, 0.42));
}

body.marketplace-find-page .marketplace-map-pin {
    position: absolute;
    z-index: 3;
    display: grid;
    justify-items: center;
    gap: 5px;
}

body.marketplace-find-page .marketplace-map-pin>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #06101b;
    background: #ffb000;
    border: 4px solid #102c46;
    border-radius: 14px 14px 14px 4px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
    transform: rotate(-45deg);
}

body.marketplace-find-page .marketplace-map-pin>span i {
    transform: rotate(45deg);
}

body.marketplace-find-page .marketplace-map-pin small {
    padding: 4px 7px;
    color: #bdd0e4;
    background: rgba(4, 17, 29, 0.84);
    border: 1px solid rgba(121, 159, 198, 0.14);
    border-radius: 999px;
    font-size: 8px;
    font-weight: 800;
}

body.marketplace-find-page .marketplace-map-pin-home {
    left: 6%;
    bottom: 18%;
}

body.marketplace-find-page .marketplace-map-pin-school {
    top: 17%;
    right: 5%;
}

body.marketplace-find-page .marketplace-map-pin-school>span {
    color: #dff0ff;
    background: #164a73;
    border-color: #0d2c47;
}

body.marketplace-find-page .marketplace-map-van {
    position: absolute;
    z-index: 4;
    left: 42%;
    top: 37%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px 9px 9px;
    background: rgba(4, 17, 29, 0.92);
    border: 1px solid rgba(255, 176, 0, 0.28);
    border-radius: 13px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    animation: marketplaceVanFloat 3.2s ease-in-out infinite;
}

body.marketplace-find-page .marketplace-map-van>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #07121e;
    background: #ffb000;
    border-radius: 11px;
}

body.marketplace-find-page .marketplace-map-van strong,
body.marketplace-find-page .marketplace-map-van small {
    display: block;
}

body.marketplace-find-page .marketplace-map-van strong {
    color: #fff;
    font-size: 9px;
}

body.marketplace-find-page .marketplace-map-van small {
    margin-top: 4px;
    color: #829ab3;
    font-size: 7px;
}

body.marketplace-find-page .marketplace-map-score {
    position: absolute;
    z-index: 4;
    right: 18px;
    bottom: 16px;
    display: grid;
    justify-items: end;
}

body.marketplace-find-page .marketplace-map-score strong {
    color: #ffca42;
    font-size: 25px;
    line-height: 1;
}

body.marketplace-find-page .marketplace-map-score span {
    margin-top: 4px;
    color: #8ea6bf;
    font-size: 7px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Card e formulário. */
body.marketplace-find-page .marketplace-find-card {
    position: relative;
    isolation: isolate;
    width: 100%;
    padding: 28px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(16, 43, 68, 0.97), rgba(7, 26, 45, 0.98));
    border: 1px solid rgba(91, 140, 187, 0.45);
    border-radius: 26px;
    box-shadow:
        0 34px 78px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

body.marketplace-find-page .marketplace-search-card-glow {
    position: absolute;
    z-index: -1;
    top: -120px;
    right: -95px;
    width: 280px;
    height: 280px;
    background: rgba(255, 176, 0, 0.12);
    border-radius: 50%;
    filter: blur(65px);
    pointer-events: none;
}

body.marketplace-find-page .marketplace-search-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

body.marketplace-find-page .marketplace-search-card-head>div:first-child {
    display: grid;
    gap: 6px;
}

body.marketplace-find-page .marketplace-search-card-head>div:first-child>span {
    color: #ffb000;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

body.marketplace-find-page .marketplace-search-card-head strong {
    font-size: clamp(21px, 2vw, 27px);
    line-height: 1.2;
    text-wrap: balance;
}

body.marketplace-find-page .marketplace-search-card-head p {
    margin: 0;
    color: #8fa8c2;
    font-size: 9px;
    line-height: 1.5;
}

body.marketplace-find-page .marketplace-search-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    padding: 8px 10px;
    color: #c6ffe9;
    background: rgba(29, 181, 128, 0.09);
    border: 1px solid rgba(67, 212, 158, 0.18);
    border-radius: 999px;
    font-size: 8px;
    font-weight: 800;
}

body.marketplace-find-page .marketplace-search-progress {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-bottom: 19px;
}

body.marketplace-find-page .marketplace-search-progress>span {
    height: 3px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 999px;
}

body.marketplace-find-page .marketplace-search-progress>span.is-active {
    background: #ffb000;
    box-shadow: 0 0 12px rgba(255, 176, 0, 0.38);
}

body.marketplace-find-page .marketplace-search-progress small {
    grid-column: 1 / -1;
    margin-top: 4px;
    color: #738da8;
    font-size: 8px;
}

body.marketplace-find-page .marketplace-search-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 15px;
    width: 100%;
}

body.marketplace-find-page .marketplace-search-grid .marketplace-search-field {
    display: grid;
    grid-column: auto;
    gap: 8px;
    min-width: 0;
    margin: 0;
}

body.marketplace-find-page .marketplace-search-field-city {
    grid-column: span 6 !important;
}

body.marketplace-find-page .marketplace-search-field-state {
    grid-column: span 3 !important;
}

body.marketplace-find-page .marketplace-search-field-neighborhood {
    grid-column: span 3 !important;
}

body.marketplace-find-page .marketplace-search-field-school {
    grid-column: span 8 !important;
}

body.marketplace-find-page .marketplace-search-field-shift {
    grid-column: span 4 !important;
}

body.marketplace-find-page .marketplace-search-grid label>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #bfd1e4;
    font-size: 10px;
    font-weight: 800;
}

body.marketplace-find-page .marketplace-search-grid label>span small {
    color: #6f89a3;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
}

body.marketplace-find-page .marketplace-field-control {
    position: relative;
    min-width: 0;
}

body.marketplace-find-page .marketplace-field-control>i:first-child {
    position: absolute;
    z-index: 2;
    left: 17px;
    top: 50%;
    width: 16px;
    color: #7fa0c1;
    font-size: 13px;
    text-align: center;
    transform: translateY(-50%);
    pointer-events: none;
    transition: color 180ms ease, transform 180ms ease;
}

body.marketplace-find-page .marketplace-field-control:focus-within>i:first-child {
    color: #ffb000;
    transform: translateY(-50%) scale(1.06);
}

body.marketplace-find-page .marketplace-search-grid input,
body.marketplace-find-page .marketplace-search-grid select {
    width: 100%;
    min-width: 0;
    height: 56px;
    min-height: 56px;
    padding: 0 48px 0 48px;
    color: #f7fbff;
    background: rgba(4, 20, 34, 0.88);
    border: 1px solid rgba(99, 139, 181, 0.31);
    border-radius: 13px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.018);
    font-family: inherit;
    font-size: 11px;
    outline: 0;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, transform 180ms ease;
}

body.marketplace-find-page .marketplace-search-grid input::placeholder {
    color: #6d849c;
}

body.marketplace-find-page .marketplace-search-grid input:hover,
body.marketplace-find-page .marketplace-search-grid select:hover:not(:disabled) {
    background: rgba(6, 25, 42, 0.98);
    border-color: rgba(120, 163, 205, 0.45);
}

body.marketplace-find-page .marketplace-search-grid input:focus,
body.marketplace-find-page .marketplace-search-grid select:focus {
    background: #06192a;
    border-color: #ffb000;
    box-shadow: 0 0 0 4px rgba(255, 176, 0, 0.1), 0 12px 25px rgba(0, 0, 0, 0.14);
}

body.marketplace-find-page .marketplace-search-grid select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

body.marketplace-find-page .marketplace-search-grid select:disabled {
    color: #607991;
    cursor: not-allowed;
    opacity: 0.72;
}

body.marketplace-find-page .marketplace-select-arrow {
    position: absolute !important;
    z-index: 3;
    right: 17px !important;
    left: auto !important;
    top: 50% !important;
    width: auto !important;
    color: #9ab2cb !important;
    font-size: 10px !important;
    transform: translateY(-50%) !important;
    pointer-events: none;
}

body.marketplace-find-page [data-school-control].is-loading .marketplace-select-arrow {
    opacity: 0;
}

body.marketplace-find-page .marketplace-field-spinner {
    position: absolute;
    z-index: 4;
    right: 16px;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #ffb000;
    transform: translateY(-50%);
}

body.marketplace-find-page .marketplace-field-spinner[hidden] {
    display: none;
}

body.marketplace-find-page .marketplace-field-spinner i {
    position: static !important;
    color: inherit !important;
    transform: none !important;
    animation: marketplaceSpin 700ms linear infinite;
}

body.marketplace-find-page .marketplace-field-help {
    min-height: 13px;
    margin: -1px 2px 0;
    color: #7189a2;
    font-size: 8px;
    line-height: 1.45;
    transition: color 180ms ease;
}

body.marketplace-find-page .marketplace-field-help[data-status="success"] {
    color: #52d7a4;
}

body.marketplace-find-page .marketplace-field-help[data-status="error"] {
    color: #ff8894;
}

body.marketplace-find-page .marketplace-search-submit {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 62px;
    margin-top: 2px;
    padding: 8px 18px 8px 9px;
    color: #07101c;
    background: #ffb000;
    border: 1px solid rgba(255, 221, 113, 0.62);
    border-radius: 14px;
    box-shadow: 0 17px 38px rgba(255, 176, 0, 0.2);
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

body.marketplace-find-page .marketplace-search-submit::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(105deg, transparent 15%, rgba(255, 255, 255, 0.32) 45%, transparent 72%);
    transform: translateX(-120%);
    transition: transform 600ms ease;
}

body.marketplace-find-page .marketplace-search-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 23px 48px rgba(255, 176, 0, 0.31);
    filter: brightness(1.025);
}

body.marketplace-find-page .marketplace-search-submit:hover::before {
    transform: translateX(120%);
}

body.marketplace-find-page .marketplace-search-submit:active {
    transform: translateY(-1px) scale(0.997);
}

body.marketplace-find-page .marketplace-search-submit:disabled {
    cursor: wait;
    filter: saturate(0.82);
}

body.marketplace-find-page .marketplace-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(7, 16, 28, 0.1);
    border: 1px solid rgba(7, 16, 28, 0.11);
    border-radius: 11px;
    font-size: 14px;
}

body.marketplace-find-page .marketplace-search-submit.is-loading .marketplace-button-icon i {
    animation: marketplaceSearchPulse 900ms ease-in-out infinite;
}

body.marketplace-find-page .marketplace-button-copy {
    display: grid;
    gap: 3px;
}

body.marketplace-find-page .marketplace-button-copy strong {
    font-size: 12px;
    font-weight: 900;
}

body.marketplace-find-page .marketplace-button-copy small {
    font-size: 8px;
    font-weight: 700;
    opacity: 0.66;
}

body.marketplace-find-page .marketplace-button-arrow {
    justify-self: end;
    transition: transform 180ms ease;
}

body.marketplace-find-page .marketplace-search-submit:hover .marketplace-button-arrow {
    transform: translateX(4px);
}

body.marketplace-find-page .marketplace-search-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 13px;
    color: #6e88a1;
    font-size: 8px;
}

body.marketplace-find-page .marketplace-search-privacy i {
    color: #56d3a3;
}

/* Estatísticas com conteúdo, ícones e movimento. */
body.marketplace-find-page .marketplace-find-stats {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: min(var(--mp-find-shell), calc(100% - 44px));
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
}

body.marketplace-find-page .marketplace-find-stats article {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-height: 126px;
    padding: 20px;
    text-align: left;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 176, 0, 0.09), transparent 38%),
        linear-gradient(145deg, rgba(15, 42, 67, 0.94), rgba(8, 27, 45, 0.94));
    border: 1px solid rgba(100, 143, 186, 0.24);
    border-radius: 19px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
    transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

body.marketplace-find-page .marketplace-find-stats article::after {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 85px;
    height: 85px;
    background: rgba(255, 176, 0, 0.05);
    border-radius: 50%;
}

body.marketplace-find-page .marketplace-find-stats article:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 176, 0, 0.32);
    box-shadow: 0 26px 50px rgba(0, 0, 0, 0.25);
}

body.marketplace-find-page .marketplace-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #ffbf21;
    background: rgba(255, 176, 0, 0.09);
    border: 1px solid rgba(255, 176, 0, 0.18);
    border-radius: 14px;
    font-size: 16px;
}

body.marketplace-find-page .marketplace-find-stats article>div {
    display: grid;
    gap: 4px;
}

body.marketplace-find-page .marketplace-find-stats strong {
    color: #ffb000;
    font-size: 26px;
    line-height: 1;
}

body.marketplace-find-page .marketplace-find-stats article>div>span {
    color: #eaf3fc;
    font-size: 9px;
    font-weight: 800;
}

body.marketplace-find-page .marketplace-find-stats small {
    color: #7891aa;
    font-size: 7px;
    line-height: 1.45;
}

/* Bloco explicativo com mapa. */
body.marketplace-find-page .marketplace-intelligence-section {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    align-items: center;
    gap: clamp(50px, 7vw, 100px);
    width: min(var(--mp-find-shell), calc(100% - 44px));
    margin: 0 auto;
    padding: 115px 0 105px;
}

body.marketplace-find-page .marketplace-intelligence-map {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    background:
        radial-gradient(circle at 25% 72%, rgba(55, 139, 217, 0.19), transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(255, 176, 0, 0.13), transparent 24%),
        linear-gradient(145deg, #0d2943, #061927);
    border: 1px solid rgba(100, 147, 192, 0.27);
    border-radius: 28px;
    box-shadow: 0 32px 75px rgba(0, 0, 0, 0.28);
}

body.marketplace-find-page .marketplace-intelligence-map svg {
    position: absolute;
    inset: 24px;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    overflow: visible;
}

body.marketplace-find-page .marketplace-intelligence-map path {
    fill: none;
    stroke-linecap: round;
    stroke-width: 3;
    stroke-dasharray: 9 13;
    animation: marketplaceRouteFlow 8s linear infinite;
}

body.marketplace-find-page .marketplace-intelligence-map .route-a {
    stroke: #ffb000;
    filter: drop-shadow(0 0 7px rgba(255, 176, 0, 0.4));
}

body.marketplace-find-page .marketplace-intelligence-map .route-b {
    stroke: rgba(102, 174, 239, 0.58);
    animation-direction: reverse;
}

body.marketplace-find-page .marketplace-zone {
    position: absolute;
    display: block;
    border: 1px solid rgba(77, 157, 226, 0.18);
    border-radius: 50%;
    box-shadow: inset 0 0 35px rgba(77, 157, 226, 0.055);
}

body.marketplace-find-page .marketplace-zone-one {
    left: 10%;
    bottom: 10%;
    width: 145px;
    height: 145px;
}

body.marketplace-find-page .marketplace-zone-two {
    top: 7%;
    right: 8%;
    width: 110px;
    height: 110px;
    border-color: rgba(255, 176, 0, 0.17);
    box-shadow: inset 0 0 35px rgba(255, 176, 0, 0.045);
}

body.marketplace-find-page .marketplace-map-point {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    color: #dceafa;
    background: rgba(4, 17, 29, 0.9);
    border: 1px solid rgba(118, 158, 198, 0.22);
    border-radius: 11px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
    font-size: 8px;
    font-weight: 800;
}

body.marketplace-find-page .marketplace-map-point i {
    color: #ffb000;
}

body.marketplace-find-page .point-family {
    left: 8%;
    bottom: 18%;
}

body.marketplace-find-page .point-school {
    top: 11%;
    right: 7%;
}

body.marketplace-find-page .point-driver {
    left: 45%;
    top: 48%;
    color: #071522;
    background: #ffb000;
    border-color: #ffd66a;
    animation: marketplaceVanFloat 3.2s ease-in-out infinite;
}

body.marketplace-find-page .point-driver i {
    color: #071522;
}

body.marketplace-find-page .marketplace-map-floating-card {
    position: absolute;
    z-index: 4;
    right: 7%;
    bottom: 9%;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 178px;
    padding: 11px;
    background: rgba(5, 20, 34, 0.92);
    border: 1px solid rgba(255, 176, 0, 0.22);
    border-radius: 13px;
    box-shadow: 0 15px 34px rgba(0, 0, 0, 0.28);
}

body.marketplace-find-page .marketplace-map-floating-card>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #ffb000;
    background: rgba(255, 176, 0, 0.09);
    border-radius: 10px;
}

body.marketplace-find-page .marketplace-map-floating-card strong,
body.marketplace-find-page .marketplace-map-floating-card small {
    display: block;
}

body.marketplace-find-page .marketplace-map-floating-card strong {
    color: #fff;
    font-size: 9px;
}

body.marketplace-find-page .marketplace-map-floating-card small {
    margin-top: 4px;
    color: #6fdaae;
    font-size: 8px;
    font-weight: 700;
}

body.marketplace-find-page .marketplace-intelligence-copy h2 {
    margin: 16px 0 18px;
    font-size: clamp(31px, 3.2vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

body.marketplace-find-page .marketplace-intelligence-copy>p {
    margin: 0;
    color: #9fb4c9;
    font-size: 13px;
    line-height: 1.82;
}

body.marketplace-find-page .marketplace-intelligence-copy ul {
    display: grid;
    gap: 12px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

body.marketplace-find-page .marketplace-intelligence-copy li {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: rgba(11, 32, 51, 0.62);
    border: 1px solid rgba(112, 151, 190, 0.12);
    border-radius: 14px;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

body.marketplace-find-page .marketplace-intelligence-copy li:hover {
    transform: translateX(5px);
    background: rgba(14, 40, 63, 0.82);
    border-color: rgba(255, 176, 0, 0.2);
}

body.marketplace-find-page .marketplace-intelligence-copy li>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    color: #ffb000;
    background: rgba(255, 176, 0, 0.08);
    border: 1px solid rgba(255, 176, 0, 0.15);
    border-radius: 12px;
}

body.marketplace-find-page .marketplace-intelligence-copy li strong,
body.marketplace-find-page .marketplace-intelligence-copy li small {
    display: block;
}

body.marketplace-find-page .marketplace-intelligence-copy li strong {
    color: #fff;
    font-size: 10px;
}

body.marketplace-find-page .marketplace-intelligence-copy li small {
    margin-top: 4px;
    color: #8098b1;
    font-size: 8px;
    line-height: 1.45;
}

body.marketplace-find-page .marketplace-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 23px;
    color: #ffb000;
    font-size: 10px;
    font-weight: 900;
    text-decoration: none;
}

body.marketplace-find-page .marketplace-inline-link i {
    transition: transform 180ms ease;
}

body.marketplace-find-page .marketplace-inline-link:hover i {
    transform: translateX(4px);
}

/* Seções inferiores sem cortes bruscos de fundo. */
body.marketplace-find-page .marketplace-featured-section,
body.marketplace-find-page .marketplace-find-how {
    position: relative;
    width: min(var(--mp-find-shell), calc(100% - 44px));
    margin: 0 auto;
    padding: 90px 0;
    background: transparent;
}

body.marketplace-find-page .marketplace-featured-section::before,
body.marketplace-find-page .marketplace-find-how::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(131, 169, 207, 0.22), transparent);
}

body.marketplace-find-page .marketplace-section-heading {
    align-items: flex-end;
}

body.marketplace-find-page .marketplace-section-heading h2 {
    font-size: clamp(31px, 3.4vw, 48px);
}

body.marketplace-find-page .marketplace-find-how-grid {
    position: relative;
    gap: 14px;
}

body.marketplace-find-page .marketplace-find-how-grid::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 8%;
    right: 8%;
    top: 48px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 176, 0, 0.36), transparent);
}

body.marketplace-find-page .marketplace-find-how-grid article {
    position: relative;
    z-index: 1;
    min-height: 230px;
    padding: 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 176, 0, 0.08), transparent 33%),
        linear-gradient(145deg, rgba(14, 40, 63, 0.94), rgba(8, 27, 45, 0.94));
    border-color: rgba(104, 147, 189, 0.24);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.15);
    transition: transform 210ms ease, border-color 210ms ease, box-shadow 210ms ease;
}

body.marketplace-find-page .marketplace-find-how-grid article:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 176, 0, 0.34);
    box-shadow: 0 27px 52px rgba(0, 0, 0, 0.25);
}

body.marketplace-find-page .marketplace-find-how-grid article>i {
    position: relative;
    z-index: 2;
    width: 50px;
    height: 50px;
    box-shadow: 0 12px 27px rgba(255, 176, 0, 0.09);
    transition: transform 210ms ease, background 210ms ease;
}

body.marketplace-find-page .marketplace-find-how-grid article:hover>i {
    background: #ffb000;
    color: #071522;
    transform: rotate(-5deg) scale(1.06);
}

body.marketplace-find-page .marketplace-find-how-grid article>span {
    font-size: 54px;
}

body.marketplace-find-page .marketplace-find-how-grid h3 {
    margin-top: 28px;
    font-size: 14px;
}

/* CTA de demanda integrada ao mesmo fundo. */
body.marketplace-find-page .marketplace-find-demand {
    position: relative;
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr) auto;
    align-items: center;
    gap: 30px;
    width: min(var(--mp-find-shell), calc(100% - 44px));
    min-height: 205px;
    margin: 0 auto 95px;
    padding: 30px 34px;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 50%, rgba(45, 126, 201, 0.17), transparent 27%),
        radial-gradient(circle at 88% 15%, rgba(255, 176, 0, 0.11), transparent 24%),
        linear-gradient(135deg, rgba(15, 43, 64, 0.96), rgba(8, 29, 47, 0.96));
    border: 1px solid rgba(112, 153, 191, 0.25);
    border-radius: 25px;
    box-shadow: 0 30px 68px rgba(0, 0, 0, 0.24);
}

body.marketplace-find-page .marketplace-demand-visual {
    position: relative;
    height: 142px;
    overflow: hidden;
    background:
        linear-gradient(rgba(116, 158, 199, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 158, 199, 0.07) 1px, transparent 1px),
        rgba(5, 21, 35, 0.63);
    background-size: 26px 26px;
    border: 1px solid rgba(111, 151, 191, 0.15);
    border-radius: 17px;
}

body.marketplace-find-page .marketplace-demand-visual svg {
    position: absolute;
    inset: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
}

body.marketplace-find-page .marketplace-demand-visual path {
    fill: none;
    stroke: #ffb000;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 7 10;
    animation: marketplaceRouteFlow 5s linear infinite;
}

body.marketplace-find-page .marketplace-demand-marker {
    position: absolute;
    z-index: 3;
    left: 14%;
    bottom: 16%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #071522;
    background: #ffb000;
    border: 4px solid #0c2942;
    border-radius: 50%;
}

body.marketplace-find-page .marketplace-demand-marker.secondary {
    top: 17%;
    right: 11%;
    bottom: auto;
    left: auto;
    color: #dff0ff;
    background: #185382;
}

body.marketplace-find-page .marketplace-demand-pulse {
    position: absolute;
    z-index: 1;
    left: calc(14% + 2px);
    bottom: calc(16% + 2px);
    width: 34px;
    height: 34px;
    border: 2px solid rgba(255, 176, 0, 0.52);
    border-radius: 50%;
    animation: marketplaceMapPulse 2s ease-out infinite;
}

body.marketplace-find-page .marketplace-demand-copy h2 {
    margin: 9px 0 9px;
    font-size: clamp(25px, 2.6vw, 37px);
    letter-spacing: -0.035em;
}

body.marketplace-find-page .marketplace-demand-copy p {
    max-width: 700px;
    color: #8fa7bf;
    font-size: 10px;
    line-height: 1.65;
}

body.marketplace-find-page .marketplace-demand-button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 14px;
    align-items: center;
    gap: 10px;
    min-width: 232px;
    min-height: 62px;
    padding: 8px 14px 8px 9px;
    color: #07101c;
    background: #ffb000;
    border: 1px solid rgba(255, 218, 99, 0.58);
    border-radius: 14px;
    box-shadow: 0 16px 38px rgba(255, 176, 0, 0.19);
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform 190ms ease, box-shadow 190ms ease, filter 190ms ease;
}

body.marketplace-find-page .marketplace-demand-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 23px 48px rgba(255, 176, 0, 0.3);
    filter: brightness(1.025);
}

body.marketplace-find-page .marketplace-demand-button>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(7, 16, 28, 0.1);
    border-radius: 11px;
}

body.marketplace-find-page .marketplace-demand-button strong,
body.marketplace-find-page .marketplace-demand-button small {
    display: block;
}

body.marketplace-find-page .marketplace-demand-button strong {
    font-size: 10px;
    font-weight: 900;
}

body.marketplace-find-page .marketplace-demand-button small {
    margin-top: 3px;
    font-size: 7px;
    font-weight: 700;
    opacity: 0.66;
}

body.marketplace-find-page .marketplace-demand-button>i {
    transition: transform 180ms ease;
}

body.marketplace-find-page .marketplace-demand-button:hover>i {
    transform: translateX(4px);
}

/* Selects do modal, usando a mesma folga lateral. */
body.marketplace-find-page .marketplace-modal-select-wrap {
    position: relative;
    display: block;
}

body.marketplace-find-page .marketplace-modal-select-wrap>select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 46px;
}

body.marketplace-find-page .marketplace-modal-select-wrap>i.fa-chevron-down {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 16px;
    color: #91aac4;
    font-size: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

body.marketplace-find-page .marketplace-modal-select-wrap.is-loading>i.fa-chevron-down {
    opacity: 0;
}

body.marketplace-find-page .marketplace-demand-dialog {
    scrollbar-color: rgba(255, 176, 0, 0.4) transparent;
}

/* Ripple e revelação. */
body.marketplace-find-page .marketplace-ripple {
    position: absolute;
    z-index: 5;
    display: block;
    background: rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    pointer-events: none;
    transform: scale(0);
    animation: marketplaceRipple 620ms ease-out forwards;
}

body.marketplace-find-page [data-reveal] {
    opacity: 0;
    transition:
        opacity 650ms ease var(--reveal-delay, 0ms),
        transform 650ms cubic-bezier(0.2, 0.75, 0.22, 1) var(--reveal-delay, 0ms);
}

body.marketplace-find-page [data-reveal="up"] {
    transform: translateY(28px);
}

body.marketplace-find-page [data-reveal="left"] {
    transform: translateX(-34px);
}

body.marketplace-find-page [data-reveal="right"] {
    transform: translateX(34px);
}

body.marketplace-find-page [data-reveal].is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* Animação do modal. */
body.marketplace-find-page .marketplace-modal {
    opacity: 0;
    transition: opacity 210ms ease;
}

body.marketplace-find-page .marketplace-modal.is-open {
    opacity: 1;
}

body.marketplace-find-page .marketplace-modal-dialog {
    transform: translateY(20px) scale(0.985);
    transition: transform 230ms cubic-bezier(0.2, 0.75, 0.22, 1);
}

body.marketplace-find-page .marketplace-modal.is-open .marketplace-modal-dialog {
    transform: translateY(0) scale(1);
}

@keyframes marketplaceRouteFlow {
    to {
        stroke-dashoffset: -120;
    }
}

@keyframes marketplaceVanFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes marketplaceAmbientPulse {

    0%,
    100% {
        opacity: 0.45;
        transform: scale(0.85);
    }

    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

@keyframes marketplaceMapPulse {
    0% {
        opacity: 0.7;
        transform: scale(0.6);
    }

    100% {
        opacity: 0;
        transform: scale(3.1);
    }
}

@keyframes marketplaceSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes marketplaceSearchPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

@keyframes marketplaceRipple {
    to {
        opacity: 0;
        transform: scale(1);
    }
}

@media (max-width: 1180px) {
    body.marketplace-find-page .marketplace-find-hero {
        grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
        gap: 42px;
    }

    body.marketplace-find-page .marketplace-hero h1 {
        font-size: clamp(45px, 5vw, 65px);
    }

    body.marketplace-find-page .marketplace-find-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.marketplace-find-page .marketplace-intelligence-section {
        gap: 45px;
    }

    body.marketplace-find-page .marketplace-find-demand {
        grid-template-columns: 190px minmax(0, 1fr);
    }

    body.marketplace-find-page .marketplace-demand-button {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 980px) {
    body.marketplace-find-page .marketplace-mobile-toggle {
        display: flex;
    }

    body.marketplace-find-page .marketplace-nav-shell {
        position: relative;
    }

    body.marketplace-find-page .marketplace-nav nav {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        display: grid;
        width: min(340px, calc(100vw - 36px));
        padding: 14px;
        background: rgba(6, 23, 39, 0.98);
        border: 1px solid rgba(117, 158, 198, 0.22);
        border-radius: 17px;
        box-shadow: 0 28px 60px rgba(0, 0, 0, 0.42);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px) scale(0.985);
        transform-origin: top right;
        transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
    }

    body.marketplace-find-page .marketplace-nav nav.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }

    body.marketplace-find-page .marketplace-nav nav>a:not(.marketplace-nav-button),
    body.marketplace-find-page .marketplace-nav-button {
        display: flex !important;
        width: 100%;
        margin: 0;
        justify-content: center;
    }

    body.marketplace-find-page .marketplace-find-hero {
        grid-template-columns: 1fr;
        gap: 48px;
        min-height: auto;
        padding-top: 64px;
    }

    body.marketplace-find-page .marketplace-hero-copy {
        max-width: 780px;
    }

    body.marketplace-find-page .marketplace-route-visual {
        max-width: 720px;
    }

    body.marketplace-find-page .marketplace-find-card {
        max-width: none;
    }

    body.marketplace-find-page .marketplace-intelligence-section {
        grid-template-columns: 1fr;
    }

    body.marketplace-find-page .marketplace-intelligence-map {
        min-height: 390px;
    }

    body.marketplace-find-page .marketplace-find-how-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.marketplace-find-page .marketplace-find-how-grid::before {
        display: none;
    }
}

@media (max-width: 720px) {

    body.marketplace-find-page .marketplace-nav-shell,
    body.marketplace-find-page .marketplace-find-hero,
    body.marketplace-find-page .marketplace-find-stats,
    body.marketplace-find-page .marketplace-intelligence-section,
    body.marketplace-find-page .marketplace-featured-section,
    body.marketplace-find-page .marketplace-find-how,
    body.marketplace-find-page .marketplace-find-demand {
        width: min(100% - 32px, var(--mp-find-shell));
    }

    body.marketplace-find-page .marketplace-nav {
        min-height: 74px;
    }

    body.marketplace-find-page .marketplace-brand img,
    body.marketplace-find-page .marketplace-nav.is-scrolled .marketplace-brand img {
        height: 52px;
    }

    body.marketplace-find-page .marketplace-find-hero {
        padding: 52px 0 46px;
    }

    body.marketplace-find-page .marketplace-hero h1 {
        margin-top: 17px;
        font-size: clamp(40px, 12vw, 55px);
        letter-spacing: -0.055em;
    }

    body.marketplace-find-page .marketplace-hero-copy>p {
        font-size: 14px;
        line-height: 1.75;
    }

    body.marketplace-find-page .marketplace-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    body.marketplace-find-page .marketplace-primary-link,
    body.marketplace-find-page .marketplace-secondary-link {
        width: 100%;
    }

    body.marketplace-find-page .marketplace-route-visual {
        height: 170px;
    }

    body.marketplace-find-page .marketplace-map-van {
        left: 32%;
    }

    body.marketplace-find-page .marketplace-find-card {
        padding: 21px 16px 18px;
        border-radius: 21px;
    }

    body.marketplace-find-page .marketplace-search-card-head {
        display: grid;
    }

    body.marketplace-find-page .marketplace-search-badge {
        justify-self: start;
    }

    body.marketplace-find-page .marketplace-search-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    body.marketplace-find-page .marketplace-search-field-city,
    body.marketplace-find-page .marketplace-search-field-state,
    body.marketplace-find-page .marketplace-search-field-neighborhood,
    body.marketplace-find-page .marketplace-search-field-school,
    body.marketplace-find-page .marketplace-search-field-shift {
        grid-column: 1 !important;
    }

    body.marketplace-find-page .marketplace-search-submit {
        grid-template-columns: 40px minmax(0, 1fr) 14px;
        min-height: 64px;
    }

    body.marketplace-find-page .marketplace-button-copy small {
        line-height: 1.35;
    }

    body.marketplace-find-page .marketplace-find-stats {
        grid-template-columns: 1fr;
    }

    body.marketplace-find-page .marketplace-find-stats article {
        min-height: 112px;
    }

    body.marketplace-find-page .marketplace-intelligence-section {
        padding: 82px 0 78px;
    }

    body.marketplace-find-page .marketplace-intelligence-map {
        min-height: 320px;
        border-radius: 21px;
    }

    body.marketplace-find-page .point-driver {
        left: 32%;
    }

    body.marketplace-find-page .marketplace-map-floating-card {
        right: 4%;
        bottom: 5%;
        min-width: 155px;
    }

    body.marketplace-find-page .marketplace-intelligence-copy h2 {
        font-size: 35px;
    }

    body.marketplace-find-page .marketplace-featured-section,
    body.marketplace-find-page .marketplace-find-how {
        padding: 72px 0;
    }

    body.marketplace-find-page .marketplace-section-heading {
        align-items: flex-start;
    }

    body.marketplace-find-page .marketplace-find-how-grid {
        grid-template-columns: 1fr;
    }

    body.marketplace-find-page .marketplace-find-demand {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 70px;
        padding: 22px;
    }

    body.marketplace-find-page .marketplace-demand-visual {
        height: 150px;
    }

    body.marketplace-find-page .marketplace-demand-button {
        grid-column: 1;
        width: 100%;
        min-width: 0;
    }

    body.marketplace-find-page [data-reveal="left"],
    body.marketplace-find-page [data-reveal="right"] {
        transform: translateY(24px);
    }
}

@media (max-width: 430px) {
    body.marketplace-find-page .marketplace-route-visual {
        display: none;
    }

    body.marketplace-find-page .marketplace-trust-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.marketplace-find-page .marketplace-trust-row span {
        justify-content: center;
    }

    body.marketplace-find-page .marketplace-intelligence-map {
        min-height: 270px;
    }

    body.marketplace-find-page .marketplace-map-floating-card {
        display: none;
    }

    body.marketplace-find-page .point-driver {
        left: 26%;
        top: 44%;
    }
}

@media (prefers-reduced-motion: reduce) {

    body.marketplace-find-page *,
    body.marketplace-find-page *::before,
    body.marketplace-find-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    body.marketplace-find-page [data-reveal] {
        opacity: 1;
        transform: none;
    }
}

/* ========================================================================== 
   FIND A DRIVER | CORREÇÃO ESTRUTURAL FINAL
   Corrige o body-class, centraliza a composição e remove vazios excessivos.
   ========================================================================== */
.marketplace-nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: min(1320px, calc(100% - 44px));
    min-width: 0;
    margin: 0 auto;
}

body.marketplace-find-page main {
    overflow: clip;
}

body.marketplace-find-page .marketplace-find-hero {
    grid-template-columns: minmax(0, 1fr) minmax(480px, 560px) !important;
    align-items: center !important;
    gap: clamp(38px, 4.5vw, 68px) !important;
    width: min(1280px, calc(100% - 44px)) !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 64px 0 46px !important;
}

body.marketplace-find-page .marketplace-hero-copy {
    max-width: 650px !important;
}

body.marketplace-find-page .marketplace-hero h1 {
    max-width: 650px !important;
    margin: 18px 0 20px !important;
    font-size: clamp(44px, 4.55vw, 68px) !important;
    line-height: 1.01 !important;
}

body.marketplace-find-page .marketplace-hero-copy>p {
    max-width: 620px !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
}

body.marketplace-find-page .marketplace-route-visual {
    width: 100% !important;
    max-width: 620px !important;
    height: 160px !important;
    margin-top: 28px !important;
}

body.marketplace-find-page .marketplace-find-card {
    align-self: center !important;
    max-width: 560px !important;
    padding: 26px !important;
}

body.marketplace-find-page .marketplace-search-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

body.marketplace-find-page .marketplace-search-field-city {
    grid-column: span 5 !important;
}

body.marketplace-find-page .marketplace-search-field-state {
    grid-column: span 3 !important;
}

body.marketplace-find-page .marketplace-search-field-neighborhood {
    grid-column: span 4 !important;
}

body.marketplace-find-page .marketplace-search-field-school {
    grid-column: span 8 !important;
}

body.marketplace-find-page .marketplace-search-field-shift {
    grid-column: span 4 !important;
}

body.marketplace-find-page .marketplace-search-grid input,
body.marketplace-find-page .marketplace-search-grid select {
    height: 54px !important;
    min-height: 54px !important;
}

body.marketplace-find-page .marketplace-select-arrow {
    right: 19px !important;
}

body.marketplace-find-page .marketplace-find-stats {
    width: min(1280px, calc(100% - 44px)) !important;
    margin: 12px auto 0 !important;
}

body.marketplace-find-page .marketplace-intelligence-section,
body.marketplace-find-page .marketplace-featured-section,
body.marketplace-find-page .marketplace-find-how,
body.marketplace-find-page .marketplace-find-demand {
    width: min(1280px, calc(100% - 44px)) !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.marketplace-find-page .marketplace-intelligence-section {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
}

body.marketplace-find-page .marketplace-find-how {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

body.marketplace-find-page .marketplace-find-demand {
    margin-bottom: 72px !important;
}

@media (max-width: 1050px) {
    body.marketplace-find-page .marketplace-find-hero {
        grid-template-columns: 1fr !important;
        gap: 38px !important;
        padding-top: 52px !important;
    }

    body.marketplace-find-page .marketplace-hero-copy,
    body.marketplace-find-page .marketplace-find-card {
        width: 100% !important;
        max-width: 760px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

@media (max-width: 720px) {

    .marketplace-nav-shell,
    body.marketplace-find-page .marketplace-find-hero,
    body.marketplace-find-page .marketplace-find-stats,
    body.marketplace-find-page .marketplace-intelligence-section,
    body.marketplace-find-page .marketplace-featured-section,
    body.marketplace-find-page .marketplace-find-how,
    body.marketplace-find-page .marketplace-find-demand {
        width: min(100% - 30px, 1280px) !important;
    }

    body.marketplace-find-page .marketplace-find-hero {
        padding-top: 42px !important;
        padding-bottom: 36px !important;
    }

    body.marketplace-find-page .marketplace-hero h1 {
        font-size: clamp(38px, 12vw, 52px) !important;
    }

    body.marketplace-find-page .marketplace-search-field-city,
    body.marketplace-find-page .marketplace-search-field-state,
    body.marketplace-find-page .marketplace-search-field-neighborhood,
    body.marketplace-find-page .marketplace-search-field-school,
    body.marketplace-find-page .marketplace-search-field-shift {
        grid-column: 1 / -1 !important;
    }
}

/* ========================================================================== 
   FIND A DRIVER | AJUSTE FINO DO CARD E MODAL DE DEMANDA
   ========================================================================== */
/* Card de busca mais amplo e confortável no desktop. */
body.marketplace-find-page .marketplace-find-hero {
    grid-template-columns: minmax(0, 1fr) minmax(600px, 650px) !important;
    width: min(1380px, calc(100% - 44px)) !important;
}

body.marketplace-find-page .marketplace-find-card {
    width: 100% !important;
    max-width: 650px !important;
    padding: 30px !important;
}

body.marketplace-find-page .marketplace-search-grid {
    align-items: start !important;
    column-gap: 16px !important;
    row-gap: 16px !important;
}

body.marketplace-find-page .marketplace-search-grid .marketplace-search-field {
    align-self: start !important;
}

body.marketplace-find-page .marketplace-search-grid input,
body.marketplace-find-page .marketplace-search-grid select {
    height: 58px !important;
    min-height: 58px !important;
    font-size: 12px !important;
}

/* A escola deixa de subir quando recebe a mensagem dinâmica de resultado. */
body.marketplace-find-page .marketplace-search-field-school,
body.marketplace-find-page .marketplace-search-field-shift {
    align-self: start !important;
}

body.marketplace-find-page .marketplace-search-field-school .marketplace-field-help {
    display: block !important;
    min-height: 14px !important;
    margin-top: 0 !important;
    line-height: 1.45 !important;
}

/* Modal: largura generosa, somente rolagem vertical e nenhum vazamento lateral. */
body.marketplace-find-page .marketplace-demand-dialog {
    width: min(900px, calc(100vw - 32px)) !important;
    max-width: 900px !important;
    max-height: calc(100dvh - 32px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 32px !important;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 176, 0, 0.45) transparent;
}

body.marketplace-find-page .marketplace-demand-dialog,
body.marketplace-find-page .marketplace-demand-dialog *,
body.marketplace-find-page .marketplace-demand-dialog *::before,
body.marketplace-find-page .marketplace-demand-dialog *::after {
    box-sizing: border-box !important;
}

body.marketplace-find-page .marketplace-demand-dialog form,
body.marketplace-find-page .marketplace-demand-dialog .two,
body.marketplace-find-page .marketplace-demand-dialog label,
body.marketplace-find-page .marketplace-demand-dialog fieldset {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

body.marketplace-find-page .marketplace-demand-dialog form {
    gap: 16px !important;
}

body.marketplace-find-page .marketplace-demand-dialog .two {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

body.marketplace-find-page .marketplace-modal-field {
    display: grid !important;
    gap: 8px !important;
    margin: 0 !important;
}

body.marketplace-find-page .marketplace-modal-label {
    display: block !important;
    min-width: 0 !important;
    color: #bcd0e5 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

body.marketplace-find-page .marketplace-modal-control {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
}

body.marketplace-find-page .marketplace-modal-control>i:first-child {
    position: absolute !important;
    z-index: 3 !important;
    top: 50% !important;
    left: 17px !important;
    width: 16px !important;
    color: #7899ba !important;
    font-size: 13px !important;
    line-height: 1 !important;
    text-align: center !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    transition: color 180ms ease, transform 180ms ease !important;
}

body.marketplace-find-page .marketplace-modal-control:focus-within>i:first-child {
    color: #ffb000 !important;
    transform: translateY(-50%) scale(1.06) !important;
}

body.marketplace-find-page .marketplace-modal-control.is-textarea>i:first-child {
    top: 18px !important;
    transform: none !important;
}

body.marketplace-find-page .marketplace-modal-control.is-textarea:focus-within>i:first-child {
    transform: scale(1.06) !important;
}

body.marketplace-find-page .marketplace-demand-dialog input,
body.marketplace-find-page .marketplace-demand-dialog select,
body.marketplace-find-page .marketplace-demand-dialog textarea {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-left: 48px !important;
    color: #f7fbff !important;
    background: rgba(4, 20, 34, 0.9) !important;
    border: 1px solid rgba(99, 139, 181, 0.31) !important;
    border-radius: 13px !important;
    font-family: inherit !important;
    font-size: 11px !important;
    outline: none !important;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease !important;
}

body.marketplace-find-page .marketplace-demand-dialog input,
body.marketplace-find-page .marketplace-demand-dialog select {
    height: 54px !important;
    min-height: 54px !important;
}

body.marketplace-find-page .marketplace-demand-dialog select {
    appearance: none !important;
    -webkit-appearance: none !important;
    padding-right: 48px !important;
}

body.marketplace-find-page .marketplace-demand-dialog textarea {
    min-height: 112px !important;
    padding-top: 16px !important;
    padding-right: 16px !important;
    resize: vertical !important;
}

body.marketplace-find-page .marketplace-demand-dialog input:focus,
body.marketplace-find-page .marketplace-demand-dialog select:focus,
body.marketplace-find-page .marketplace-demand-dialog textarea:focus {
    background: #06192a !important;
    border-color: #ffb000 !important;
    box-shadow: 0 0 0 4px rgba(255, 176, 0, 0.1) !important;
}

body.marketplace-find-page .marketplace-modal-select-wrap>i.marketplace-modal-arrow {
    position: absolute !important;
    z-index: 4 !important;
    top: 50% !important;
    right: 18px !important;
    left: auto !important;
    width: auto !important;
    color: #9bb2cb !important;
    font-size: 10px !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
}

body.marketplace-find-page .marketplace-modal-select-wrap.is-loading>i.marketplace-modal-arrow,
body.marketplace-find-page [data-school-control].is-loading>i.marketplace-modal-arrow {
    opacity: 0 !important;
}

body.marketplace-find-page .marketplace-demand-dialog .marketplace-field-spinner {
    right: 17px !important;
}

body.marketplace-find-page .marketplace-days-fieldset {
    padding: 2px 0 0 !important;
}

body.marketplace-find-page .marketplace-days-fieldset legend {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
}

body.marketplace-find-page .marketplace-days-fieldset legend i {
    color: #ffb000 !important;
}

body.marketplace-find-page .marketplace-consent>span {
    display: inline-flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    min-width: 0 !important;
}

body.marketplace-find-page .marketplace-consent>span>i {
    margin-top: 2px !important;
    color: #55dca7 !important;
}

body.marketplace-find-page .marketplace-demand-dialog form>button {
    min-height: 54px !important;
    margin-top: 2px !important;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease !important;
}

body.marketplace-find-page .marketplace-demand-dialog form>button:hover {
    transform: translateY(-2px) !important;
    filter: brightness(1.04) !important;
    box-shadow: 0 18px 38px rgba(255, 176, 0, 0.25) !important;
}

@media (max-width: 1180px) {
    body.marketplace-find-page .marketplace-find-hero {
        grid-template-columns: minmax(0, 1fr) minmax(540px, 600px) !important;
        width: min(1320px, calc(100% - 36px)) !important;
        gap: 34px !important;
    }
}

@media (max-width: 1050px) {
    body.marketplace-find-page .marketplace-find-hero {
        grid-template-columns: 1fr !important;
    }

    body.marketplace-find-page .marketplace-find-card {
        max-width: 760px !important;
    }
}

@media (max-width: 720px) {
    body.marketplace-find-page .marketplace-find-card {
        padding: 22px !important;
    }

    body.marketplace-find-page .marketplace-demand-dialog {
        width: min(100% - 20px, 900px) !important;
        max-height: calc(100dvh - 20px) !important;
        padding: 24px 18px !important;
    }

    body.marketplace-find-page .marketplace-demand-dialog .two {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 14px !important;
    }
}

/* ========================================================================== */
/* RESULTADOS VANMATCH · EXPERIÊNCIA PREMIUM                                  */
/* ========================================================================== */
body.marketplace-results-page {
    overflow-x: clip;
    background:
        radial-gradient(circle at 84% 8%, rgba(255, 176, 0, 0.055), transparent 24%),
        radial-gradient(circle at 12% 34%, rgba(45, 150, 255, 0.045), transparent 29%),
        #03111f;
}

body.marketplace-results-page main {
    overflow: hidden;
}

body.marketplace-results-page .marketplace-mobile-toggle {
    display: none;
}

body.marketplace-results-page .marketplace-results-showcase {
    position: relative;
    isolation: isolate;
    padding: 66px 0 32px;
    overflow: hidden;
    border-bottom: 1px solid rgba(128, 166, 205, 0.11);
}

body.marketplace-results-page .marketplace-results-showcase::before {
    position: absolute;
    inset: 0;
    z-index: -3;
    content: "";
    background:
        linear-gradient(115deg, rgba(255, 176, 0, 0.045), transparent 34%),
        linear-gradient(180deg, rgba(8, 28, 47, 0.34), rgba(3, 17, 31, 0.04));
}

body.marketplace-results-page .marketplace-results-ambient {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
}

body.marketplace-results-page .marketplace-results-orbit {
    position: absolute;
    display: block;
    border: 1px solid rgba(255, 176, 0, 0.075);
    border-radius: 50%;
}

body.marketplace-results-page .marketplace-results-orbit-one {
    top: -185px;
    right: -110px;
    width: 520px;
    height: 520px;
}

body.marketplace-results-page .marketplace-results-orbit-two {
    top: -82px;
    right: -4px;
    width: 306px;
    height: 306px;
}

body.marketplace-results-page .marketplace-results-glow {
    position: absolute;
    top: 24%;
    right: 18%;
    width: 230px;
    height: 230px;
    background: rgba(255, 176, 0, 0.07);
    border-radius: 50%;
    filter: blur(76px);
}

body.marketplace-results-page .marketplace-results-showcase-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(520px, 0.84fr);
    align-items: center;
    gap: clamp(42px, 6vw, 92px);
    width: min(1480px, calc(100% - 64px));
    margin: 0 auto;
}

body.marketplace-results-page .marketplace-results-copy {
    min-width: 0;
}

body.marketplace-results-page .marketplace-results-copy .marketplace-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #a9cdf4;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.marketplace-results-page .marketplace-results-copy .marketplace-kicker i {
    color: #ffb000;
}

body.marketplace-results-page .marketplace-results-copy h1 {
    max-width: 820px;
    margin: 18px 0 18px;
    color: #f8fbff;
    font-size: clamp(42px, 5vw, 74px);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

body.marketplace-results-page .marketplace-results-copy h1 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.18em;
    margin: 0 0.04em;
    color: #071522;
    background: linear-gradient(135deg, #ffad00, #ffd464);
    border-radius: 0.24em;
    box-shadow: 0 16px 45px rgba(255, 176, 0, 0.2);
    transform: rotate(-2deg);
}

body.marketplace-results-page .marketplace-results-copy>p {
    max-width: 720px;
    margin: 0;
    color: #9eb3ca;
    font-size: 15px;
    line-height: 1.8;
}

body.marketplace-results-page .marketplace-results-context {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

body.marketplace-results-page .marketplace-results-context span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 13px;
    color: #c2d2e3;
    background: rgba(12, 36, 58, 0.76);
    border: 1px solid rgba(130, 169, 207, 0.16);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

body.marketplace-results-page .marketplace-results-context span i {
    color: #ffb000;
}

body.marketplace-results-page .marketplace-results-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 28px;
}

body.marketplace-results-page .marketplace-results-primary-action,
body.marketplace-results-page .marketplace-results-secondary-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 50px;
    padding: 0 18px;
    overflow: hidden;
    border-radius: 14px;
    font-size: 11px;
    font-weight: 900;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

body.marketplace-results-page .marketplace-results-primary-action {
    color: #071522;
    background: linear-gradient(135deg, #ffad00, #ffd35e);
    box-shadow: 0 15px 34px rgba(255, 176, 0, 0.17);
}

body.marketplace-results-page .marketplace-results-primary-action::before {
    position: absolute;
    top: -90%;
    left: -35%;
    width: 28%;
    height: 280%;
    content: "";
    background: rgba(255, 255, 255, 0.32);
    transform: rotate(24deg);
    transition: left 520ms ease;
}

body.marketplace-results-page .marketplace-results-primary-action:hover::before {
    left: 120%;
}

body.marketplace-results-page .marketplace-results-secondary-action {
    color: #dbe8f5;
    background: rgba(10, 31, 50, 0.78);
    border: 1px solid rgba(139, 178, 218, 0.2);
}

body.marketplace-results-page .marketplace-results-primary-action:hover,
body.marketplace-results-page .marketplace-results-secondary-action:hover {
    transform: translateY(-3px);
}

body.marketplace-results-page .marketplace-results-primary-action:hover {
    box-shadow: 0 20px 42px rgba(255, 176, 0, 0.26);
}

body.marketplace-results-page .marketplace-results-secondary-action:hover {
    background: rgba(18, 46, 72, 0.9);
    border-color: rgba(255, 176, 0, 0.3);
}

body.marketplace-results-page .marketplace-results-route-art {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 16%, rgba(255, 176, 0, 0.12), transparent 24%),
        linear-gradient(145deg, rgba(18, 51, 80, 0.92), rgba(5, 23, 40, 0.96));
    border: 1px solid rgba(118, 161, 202, 0.25);
    border-radius: 30px;
    box-shadow:
        0 36px 90px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.marketplace-results-page .marketplace-results-route-art::before {
    position: absolute;
    inset: 18px;
    content: "";
    border: 1px solid rgba(132, 171, 209, 0.08);
    border-radius: 22px;
}

body.marketplace-results-page .marketplace-results-map-grid,
body.marketplace-results-page .marketplace-result-cover-grid {
    position: absolute;
    inset: 0;
    opacity: 0.3;
    background-image:
        linear-gradient(rgba(127, 166, 205, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(127, 166, 205, 0.08) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 94%);
}

body.marketplace-results-page .marketplace-results-route-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

body.marketplace-results-page .marketplace-results-route-shadow,
body.marketplace-results-page .marketplace-results-route-path {
    fill: none;
    stroke-linecap: round;
}

body.marketplace-results-page .marketplace-results-route-shadow {
    stroke: rgba(0, 0, 0, 0.3);
    stroke-width: 16;
}

body.marketplace-results-page .marketplace-results-route-path {
    stroke: #ffb000;
    stroke-width: 5;
    stroke-dasharray: 11 14;
    animation: marketplace-result-route-dash 9s linear infinite;
    filter: drop-shadow(0 0 8px rgba(255, 176, 0, 0.42));
}

@keyframes marketplace-result-route-dash {
    to {
        stroke-dashoffset: -200;
    }
}

body.marketplace-results-page .marketplace-results-map-point {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 11px 8px 8px;
    color: #dce8f5;
    background: rgba(5, 21, 37, 0.9);
    border: 1px solid rgba(143, 180, 217, 0.22);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

body.marketplace-results-page .marketplace-results-map-point>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #071522;
    background: #ffb000;
    border-radius: 10px;
}

body.marketplace-results-page .marketplace-results-map-point small {
    max-width: 150px;
    overflow: hidden;
    font-size: 9px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.marketplace-results-page .marketplace-results-map-point.is-home {
    left: 7%;
    bottom: 17%;
}

body.marketplace-results-page .marketplace-results-map-point.is-school {
    top: 17%;
    right: 7%;
}

body.marketplace-results-page .marketplace-results-map-van {
    position: absolute;
    top: 48%;
    left: 42%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 13px 10px 10px;
    color: #dce9f6;
    background: rgba(4, 19, 34, 0.94);
    border: 1px solid rgba(255, 176, 0, 0.25);
    border-radius: 16px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
    animation: marketplace-result-float 4s ease-in-out infinite;
}

@keyframes marketplace-result-float {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -8px, 0);
    }
}

body.marketplace-results-page .marketplace-results-map-van>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #071522;
    background: linear-gradient(135deg, #ffad00, #ffd25d);
    border-radius: 12px;
}

body.marketplace-results-page .marketplace-results-map-van strong,
body.marketplace-results-page .marketplace-results-map-van small {
    display: block;
}

body.marketplace-results-page .marketplace-results-map-van strong {
    font-size: 10px;
}

body.marketplace-results-page .marketplace-results-map-van small {
    margin-top: 4px;
    color: #8da5bd;
    font-size: 8px;
}

body.marketplace-results-page .marketplace-results-map-score {
    position: absolute;
    top: 28px;
    left: 28px;
    display: grid;
    gap: 3px;
    min-width: 164px;
    padding: 15px 17px;
    color: #d9e8f6;
    background: rgba(5, 21, 37, 0.88);
    border: 1px solid rgba(133, 173, 211, 0.18);
    border-radius: 17px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

body.marketplace-results-page .marketplace-results-map-score span,
body.marketplace-results-page .marketplace-results-map-score small {
    color: #8ca3ba;
    font-size: 8px;
    font-weight: 700;
}

body.marketplace-results-page .marketplace-results-map-score strong {
    color: #ffb000;
    font-size: 31px;
    line-height: 1;
}

body.marketplace-results-page .marketplace-results-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(1480px, calc(100% - 64px));
    margin: 34px auto 0;
    overflow: hidden;
    background: rgba(11, 34, 55, 0.75);
    border: 1px solid rgba(128, 168, 207, 0.17);
    border-radius: 20px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

body.marketplace-results-page .marketplace-results-metrics article {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
    padding: 18px 20px;
    border-right: 1px solid rgba(128, 168, 207, 0.12);
    transition: background 180ms ease, transform 180ms ease;
}

body.marketplace-results-page .marketplace-results-metrics article:last-child {
    border-right: 0;
}

body.marketplace-results-page .marketplace-results-metrics article:hover {
    background: rgba(255, 176, 0, 0.045);
}

body.marketplace-results-page .marketplace-results-metrics article>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    color: #ffb000;
    background: rgba(255, 176, 0, 0.09);
    border: 1px solid rgba(255, 176, 0, 0.17);
    border-radius: 13px;
}

body.marketplace-results-page .marketplace-results-metrics strong,
body.marketplace-results-page .marketplace-results-metrics small {
    display: block;
}

body.marketplace-results-page .marketplace-results-metrics strong {
    color: #f6faff;
    font-size: 20px;
    line-height: 1;
}

body.marketplace-results-page .marketplace-results-metrics small {
    margin-top: 5px;
    overflow: hidden;
    color: #8199b2;
    font-size: 8px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.marketplace-results-page .marketplace-results-section {
    width: min(1480px, calc(100% - 64px));
    margin: 0 auto;
    padding: 42px 0 90px;
}

body.marketplace-results-page .marketplace-results-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    padding: 16px 18px;
    background: rgba(10, 31, 50, 0.68);
    border: 1px solid rgba(130, 168, 207, 0.14);
    border-radius: 18px;
}

body.marketplace-results-page .marketplace-results-toolbar>div {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

body.marketplace-results-page .marketplace-results-toolbar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    color: #ffb000;
    background: rgba(255, 176, 0, 0.09);
    border: 1px solid rgba(255, 176, 0, 0.17);
    border-radius: 13px;
}

body.marketplace-results-page .marketplace-results-toolbar strong,
body.marketplace-results-page .marketplace-results-toolbar small {
    display: block;
}

body.marketplace-results-page .marketplace-results-toolbar strong {
    color: #f4f8fc;
    font-size: 13px;
}

body.marketplace-results-page .marketplace-results-toolbar small {
    margin-top: 5px;
    color: #849bb3;
    font-size: 9px;
}

body.marketplace-results-page .marketplace-results-filter-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 14px;
    color: #071522;
    background: #ffb000;
    border: 0;
    border-radius: 12px;
    font: inherit;
    font-size: 9px;
    font-weight: 900;
    cursor: pointer;
}

body.marketplace-results-page .marketplace-results-layout {
    display: grid;
    grid-template-columns: minmax(330px, 370px) minmax(0, 1fr);
    align-items: start;
    gap: 22px;
    padding: 0;
}

body.marketplace-results-page .marketplace-results-sidebar {
    min-width: 0;
}

body.marketplace-results-page .marketplace-filter-panel {
    position: sticky;
    top: 100px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    min-width: 0;
    padding: 22px;
    background:
        radial-gradient(circle at 95% 0, rgba(255, 176, 0, 0.08), transparent 28%),
        linear-gradient(150deg, rgba(18, 48, 76, 0.97), rgba(8, 28, 47, 0.98));
    border: 1px solid rgba(121, 163, 204, 0.23);
    border-radius: 24px;
    box-shadow:
        0 26px 70px rgba(0, 0, 0, 0.23),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.marketplace-results-page .marketplace-filter-panel-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 4px;
}

body.marketplace-results-page .marketplace-filter-panel-head>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    color: #071522;
    background: linear-gradient(135deg, #ffad00, #ffd25c);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(255, 176, 0, 0.16);
}

body.marketplace-results-page .marketplace-filter-panel-head strong,
body.marketplace-results-page .marketplace-filter-panel-head small {
    display: block;
}

body.marketplace-results-page .marketplace-filter-panel-head strong {
    color: #f7faff;
    font-size: 14px;
}

body.marketplace-results-page .marketplace-filter-panel-head small {
    margin-top: 5px;
    color: #8ea5bc;
    font-size: 8px;
    line-height: 1.5;
}

body.marketplace-results-page .marketplace-filter-progress {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin: 2px 0 4px;
}

body.marketplace-results-page .marketplace-filter-progress span {
    height: 3px;
    background: rgba(133, 171, 209, 0.15);
    border-radius: 999px;
}

body.marketplace-results-page .marketplace-filter-progress span.is-active {
    background: linear-gradient(90deg, #ffad00, #ffd25d);
    box-shadow: 0 0 14px rgba(255, 176, 0, 0.2);
}

body.marketplace-results-page .marketplace-filter-field {
    display: grid;
    gap: 7px;
    min-width: 0;
    margin: 0;
}

body.marketplace-results-page .marketplace-filter-field>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #b9cce0;
    font-size: 9px;
    font-weight: 800;
}

body.marketplace-results-page .marketplace-filter-field>span small {
    color: #69829d;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.marketplace-results-page .marketplace-filter-control {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
}

body.marketplace-results-page .marketplace-filter-control>i:first-child {
    position: absolute;
    z-index: 2;
    left: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    color: #78a4cf;
    font-size: 12px;
    pointer-events: none;
}

body.marketplace-results-page .marketplace-filter-control input,
body.marketplace-results-page .marketplace-filter-control select {
    width: 100%;
    min-width: 0;
    height: 52px;
    min-height: 52px;
    padding: 0 43px 0 43px;
    color: #eaf2fa;
    background: rgba(4, 20, 35, 0.88);
    border: 1px solid rgba(126, 166, 204, 0.22);
    border-radius: 14px;
    outline: none;
    font: inherit;
    font-size: 10px;
    font-weight: 700;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease, transform 160ms ease;
}

body.marketplace-results-page .marketplace-filter-control select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

body.marketplace-results-page .marketplace-filter-control input::placeholder {
    color: #657f99;
}

body.marketplace-results-page .marketplace-filter-control input:hover,
body.marketplace-results-page .marketplace-filter-control select:hover {
    background: rgba(6, 25, 43, 0.98);
    border-color: rgba(147, 186, 224, 0.34);
}

body.marketplace-results-page .marketplace-filter-control input:focus,
body.marketplace-results-page .marketplace-filter-control select:focus {
    background: #061a2c;
    border-color: #ffb000;
    box-shadow: 0 0 0 4px rgba(255, 176, 0, 0.09);
}

body.marketplace-results-page .marketplace-filter-control select:disabled {
    color: #6d839a;
    cursor: not-allowed;
    opacity: 0.8;
}

body.marketplace-results-page .marketplace-filter-arrow {
    position: absolute;
    z-index: 3;
    right: 16px;
    left: auto !important;
    top: 50% !important;
    width: auto !important;
    color: #93aac1 !important;
    font-size: 9px !important;
    line-height: 1 !important;
    transform: translateY(-50%) !important;
    pointer-events: none;
}

body.marketplace-results-page .marketplace-filter-control.is-loading .marketplace-filter-arrow {
    opacity: 0;
}

body.marketplace-results-page .marketplace-filter-control .marketplace-school-spinner {
    position: absolute;
    z-index: 4;
    right: 16px;
    left: auto;
    width: auto;
    color: #ffb000;
    animation: marketplace-spin 0.8s linear infinite;
}

@keyframes marketplace-spin {
    to {
        transform: rotate(360deg);
    }
}

body.marketplace-results-page .marketplace-filter-help {
    min-height: 13px;
    margin: -1px 2px 0;
    color: #6e879f;
    font-size: 7px;
    line-height: 1.5;
}

body.marketplace-results-page .marketplace-filter-help[data-status="success"] {
    color: #53d9a6;
}

body.marketplace-results-page .marketplace-filter-help[data-status="error"] {
    color: #ff8794;
}

body.marketplace-results-page .marketplace-filter-submit {
    position: relative;
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 12px;
    min-height: 62px;
    margin-top: 2px;
    padding: 8px 14px 8px 8px;
    overflow: hidden;
    color: #071522;
    background: linear-gradient(135deg, #ffad00, #ffd35f);
    border: 0;
    border-radius: 16px;
    box-shadow: 0 15px 33px rgba(255, 176, 0, 0.17);
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

body.marketplace-results-page .marketplace-filter-submit::before {
    position: absolute;
    top: -100%;
    left: -38%;
    width: 28%;
    height: 300%;
    content: "";
    background: rgba(255, 255, 255, 0.32);
    transform: rotate(25deg);
    transition: left 560ms ease;
}

body.marketplace-results-page .marketplace-filter-submit:hover::before {
    left: 125%;
}

body.marketplace-results-page .marketplace-filter-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 21px 43px rgba(255, 176, 0, 0.25);
}

body.marketplace-results-page .marketplace-filter-submit:disabled {
    cursor: wait;
    opacity: 0.86;
}

body.marketplace-results-page .marketplace-filter-submit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    background: rgba(7, 21, 34, 0.09);
    border: 1px solid rgba(7, 21, 34, 0.13);
    border-radius: 12px;
}

body.marketplace-results-page .marketplace-filter-submit .marketplace-button-copy strong,
body.marketplace-results-page .marketplace-filter-submit .marketplace-button-copy small {
    display: block;
}

body.marketplace-results-page .marketplace-filter-submit .marketplace-button-copy strong {
    font-size: 10px;
    font-weight: 900;
}

body.marketplace-results-page .marketplace-filter-submit .marketplace-button-copy small {
    margin-top: 4px;
    color: rgba(7, 21, 34, 0.68);
    font-size: 7px;
    font-weight: 800;
}

body.marketplace-results-page .marketplace-filter-submit-arrow {
    justify-self: end;
    transition: transform 180ms ease;
}

body.marketplace-results-page .marketplace-filter-submit:hover .marketplace-filter-submit-arrow {
    transform: translateX(4px);
}

body.marketplace-results-page .marketplace-filter-submit.is-loading .marketplace-filter-submit-icon i {
    animation: marketplace-spin 0.8s linear infinite;
}

body.marketplace-results-page .marketplace-filter-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    color: #8ea6bd;
    font-size: 8px;
    font-weight: 800;
    transition: color 160ms ease, transform 160ms ease;
}

body.marketplace-results-page .marketplace-filter-reset:hover {
    color: #ffb000;
    transform: translateY(-1px);
}

body.marketplace-results-page .marketplace-filter-trust {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin-top: 2px;
    padding: 11px;
    background: rgba(62, 210, 155, 0.055);
    border: 1px solid rgba(62, 210, 155, 0.14);
    border-radius: 14px;
}

body.marketplace-results-page .marketplace-filter-trust>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #53d9a6;
    background: rgba(62, 210, 155, 0.09);
    border-radius: 11px;
}

body.marketplace-results-page .marketplace-filter-trust strong,
body.marketplace-results-page .marketplace-filter-trust small {
    display: block;
}

body.marketplace-results-page .marketplace-filter-trust strong {
    color: #dce9f5;
    font-size: 9px;
}

body.marketplace-results-page .marketplace-filter-trust small {
    margin-top: 4px;
    color: #7890a8;
    font-size: 7px;
    line-height: 1.5;
}

body.marketplace-results-page .marketplace-results-content {
    min-width: 0;
}

body.marketplace-results-page .marketplace-result-list {
    display: grid;
    gap: 18px;
}

body.marketplace-results-page .marketplace-result-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.5fr);
    min-width: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 176, 0, 0.055), transparent 24%),
        linear-gradient(145deg, rgba(17, 47, 75, 0.98), rgba(7, 26, 44, 0.99));
    border: 1px solid rgba(126, 166, 205, 0.22);
    border-radius: 25px;
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.21),
        inset 0 1px 0 rgba(255, 255, 255, 0.025);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.marketplace-results-page .marketplace-result-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 176, 0, 0.35);
    box-shadow:
        0 34px 85px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 176, 0, 0.04);
}

body.marketplace-results-page .marketplace-result-card.is-partner::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, #ffad00, #ffd45f, transparent 82%);
}

body.marketplace-results-page .marketplace-result-cover {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 18%, rgba(255, 176, 0, 0.17), transparent 23%),
        linear-gradient(145deg, #173a5a, #071b2e 76%);
    background-position: center;
    background-size: cover;
    border-right: 1px solid rgba(124, 164, 203, 0.16);
}

body.marketplace-results-page .marketplace-result-cover::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 34%, rgba(3, 16, 29, 0.68));
    pointer-events: none;
}

body.marketplace-results-page .marketplace-result-cover-route {
    position: absolute;
    inset: 0;
    z-index: 1;
}

body.marketplace-results-page .marketplace-result-cover-route svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

body.marketplace-results-page .marketplace-result-cover-route path {
    fill: none;
    stroke: rgba(255, 176, 0, 0.8);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 9 12;
    animation: marketplace-result-route-dash 9s linear infinite;
    filter: drop-shadow(0 0 7px rgba(255, 176, 0, 0.32));
}

body.marketplace-results-page .marketplace-result-cover-route>span {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #071522;
    background: #ffb000;
    border: 4px solid rgba(5, 23, 40, 0.9);
    border-radius: 13px;
    box-shadow: 0 11px 28px rgba(0, 0, 0, 0.23);
}

body.marketplace-results-page .marketplace-result-cover-route .is-start {
    left: 7%;
    bottom: 17%;
}

body.marketplace-results-page .marketplace-result-cover-route .is-end {
    top: 18%;
    right: 7%;
}

body.marketplace-results-page .marketplace-result-cover-route>i {
    position: absolute;
    top: 48%;
    left: 45%;
    color: #ffb000;
    font-size: 24px;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.36));
    animation: marketplace-result-float 4s ease-in-out infinite;
}

body.marketplace-results-page .marketplace-result-badges {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-width: calc(100% - 36px);
}

body.marketplace-results-page .marketplace-result-badges span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 0 9px;
    color: #dce8f4;
    background: rgba(4, 19, 34, 0.88);
    border: 1px solid rgba(141, 178, 214, 0.2);
    border-radius: 999px;
    font-size: 7px;
    font-weight: 900;
    backdrop-filter: blur(8px);
}

body.marketplace-results-page .marketplace-result-badges .is-partner {
    color: #211700;
    background: linear-gradient(135deg, #ffb000, #ffd45f);
    border-color: rgba(255, 222, 119, 0.55);
}

body.marketplace-results-page .marketplace-result-badges .is-verified {
    color: #b9f7df;
    border-color: rgba(83, 217, 166, 0.25);
}

body.marketplace-results-page .marketplace-result-badges .is-excellence {
    color: #f0c9ff;
    border-color: rgba(191, 118, 255, 0.24);
}

body.marketplace-results-page .marketplace-result-match-ring {
    position: absolute;
    top: 76px;
    left: 50%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 132px;
    height: 132px;
    background:
        radial-gradient(circle at center, #071d31 59%, transparent 60%),
        conic-gradient(#ffb000 calc(var(--match-score) * 1%), rgba(139, 177, 214, 0.13) 0);
    border: 1px solid rgba(255, 176, 0, 0.22);
    border-radius: 50%;
    box-shadow:
        0 20px 44px rgba(0, 0, 0, 0.32),
        0 0 36px rgba(255, 176, 0, 0.1);
    transform: translateX(-50%);
}

body.marketplace-results-page .marketplace-result-match-ring::before {
    position: absolute;
    inset: 9px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
}

body.marketplace-results-page .marketplace-result-match-ring div {
    position: relative;
    z-index: 2;
    text-align: center;
}

body.marketplace-results-page .marketplace-result-match-ring strong,
body.marketplace-results-page .marketplace-result-match-ring span {
    display: block;
}

body.marketplace-results-page .marketplace-result-match-ring strong {
    color: #f9fbfe;
    font-size: 29px;
    line-height: 1;
}

body.marketplace-results-page .marketplace-result-match-ring span {
    margin-top: 5px;
    color: #ffbf2f;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.marketplace-results-page .marketplace-result-cover-caption {
    position: absolute;
    right: 17px;
    bottom: 17px;
    left: 17px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 36px;
    color: #bed0e2;
    background: rgba(4, 18, 32, 0.76);
    border: 1px solid rgba(139, 177, 214, 0.15);
    border-radius: 12px;
    font-size: 8px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

body.marketplace-results-page .marketplace-result-cover-caption i {
    color: #ffb000;
}

body.marketplace-results-page .marketplace-result-body {
    min-width: 0;
    padding: 22px;
}

body.marketplace-results-page .marketplace-result-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

body.marketplace-results-page .marketplace-result-identity {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    min-width: 0;
}

body.marketplace-results-page .marketplace-result-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    overflow: hidden;
    color: #071522;
    background: linear-gradient(135deg, #ffad00, #ffd35e);
    border: 1px solid rgba(255, 219, 112, 0.45);
    border-radius: 17px;
    box-shadow: 0 13px 30px rgba(255, 176, 0, 0.14);
    font-size: 18px;
    font-weight: 900;
}

body.marketplace-results-page .marketplace-result-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.marketplace-results-page .marketplace-result-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #ffb000;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.marketplace-results-page .marketplace-result-identity h2 {
    margin: 0;
    overflow-wrap: anywhere;
    color: #f8fbff;
    font-size: 18px;
    line-height: 1.2;
}

body.marketplace-results-page .marketplace-result-identity p {
    margin: 6px 0 0;
    color: #839bb2;
    font-size: 8px;
    line-height: 1.5;
}

body.marketplace-results-page .marketplace-result-rating {
    display: grid;
    justify-items: end;
    flex: 0 0 auto;
    gap: 5px;
    min-width: 125px;
    padding: 10px 12px;
    background: rgba(4, 19, 34, 0.52);
    border: 1px solid rgba(129, 168, 207, 0.12);
    border-radius: 14px;
}

body.marketplace-results-page .marketplace-result-rating .marketplace-stars {
    display: flex;
    gap: 2px;
    color: #ffb000;
    font-size: 9px;
}

body.marketplace-results-page .marketplace-result-rating>div {
    text-align: right;
}

body.marketplace-results-page .marketplace-result-rating strong,
body.marketplace-results-page .marketplace-result-rating small {
    display: block;
}

body.marketplace-results-page .marketplace-result-rating strong {
    color: #f7fbff;
    font-size: 15px;
}

body.marketplace-results-page .marketplace-result-rating small {
    margin-top: 3px;
    color: #728aa2;
    font-size: 7px;
}

body.marketplace-results-page .marketplace-result-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
}

body.marketplace-results-page .marketplace-result-facts article {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 10px;
    background: rgba(4, 19, 34, 0.53);
    border: 1px solid rgba(128, 166, 205, 0.12);
    border-radius: 13px;
}

body.marketplace-results-page .marketplace-result-facts article>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #ffb000;
    background: rgba(255, 176, 0, 0.07);
    border-radius: 10px;
}

body.marketplace-results-page .marketplace-result-facts strong,
body.marketplace-results-page .marketplace-result-facts small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.marketplace-results-page .marketplace-result-facts strong {
    color: #eaf2fa;
    font-size: 9px;
    white-space: nowrap;
}

body.marketplace-results-page .marketplace-result-facts small {
    margin-top: 4px;
    color: #6e879e;
    font-size: 6.5px;
    white-space: nowrap;
}

body.marketplace-results-page .marketplace-result-match-box {
    margin-top: 14px;
    padding: 14px;
    background:
        linear-gradient(135deg, rgba(255, 176, 0, 0.075), rgba(5, 22, 38, 0.56));
    border: 1px solid rgba(255, 176, 0, 0.14);
    border-radius: 16px;
}

body.marketplace-results-page .marketplace-result-match-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.marketplace-results-page .marketplace-result-match-heading>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    color: #ffb000;
    background: rgba(255, 176, 0, 0.09);
    border-radius: 11px;
}

body.marketplace-results-page .marketplace-result-match-heading strong,
body.marketplace-results-page .marketplace-result-match-heading small {
    display: block;
}

body.marketplace-results-page .marketplace-result-match-heading strong {
    color: #edf4fb;
    font-size: 10px;
}

body.marketplace-results-page .marketplace-result-match-heading small {
    margin-top: 4px;
    color: #7b92aa;
    font-size: 7px;
}

body.marketplace-results-page .marketplace-result-match-box ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    margin: 13px 0 0;
    padding: 0;
    list-style: none;
}

body.marketplace-results-page .marketplace-result-match-box li {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    color: #b9cadb;
    font-size: 8px;
    line-height: 1.45;
}

body.marketplace-results-page .marketplace-result-match-box li i {
    flex: 0 0 auto;
    color: #53d9a6;
}

body.marketplace-results-page .marketplace-result-no-reasons {
    margin: 12px 0 0;
    color: #93a9bf;
    font-size: 8px;
}

body.marketplace-results-page .marketplace-result-route-fit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 13px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 176, 0, 0.11);
}

body.marketplace-results-page .marketplace-result-route-fit span {
    margin-right: auto;
    color: #93a9bf;
    font-size: 7px;
    font-weight: 800;
}

body.marketplace-results-page .marketplace-result-route-fit span i {
    margin-right: 6px;
    color: #ffb000;
}

body.marketplace-results-page .marketplace-result-route-fit strong {
    padding: 5px 7px;
    color: #f6d57d;
    background: rgba(255, 176, 0, 0.08);
    border-radius: 7px;
    font-size: 7px;
}

body.marketplace-results-page .marketplace-result-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 15px;
}

body.marketplace-results-page .marketplace-result-security {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #7890a8;
    font-size: 7px;
    line-height: 1.5;
}

body.marketplace-results-page .marketplace-result-security i {
    flex: 0 0 auto;
    color: #53d9a6;
}

body.marketplace-results-page .marketplace-result-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 20px;
    align-items: center;
    gap: 13px;
    min-width: 225px;
    min-height: 52px;
    padding: 8px 13px 8px 15px;
    color: #071522;
    background: linear-gradient(135deg, #ffad00, #ffd35f);
    border-radius: 14px;
    box-shadow: 0 13px 28px rgba(255, 176, 0, 0.14);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

body.marketplace-results-page .marketplace-result-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 19px 37px rgba(255, 176, 0, 0.22);
}

body.marketplace-results-page .marketplace-result-cta strong,
body.marketplace-results-page .marketplace-result-cta small {
    display: block;
}

body.marketplace-results-page .marketplace-result-cta strong {
    font-size: 9px;
    font-weight: 900;
}

body.marketplace-results-page .marketplace-result-cta small {
    margin-top: 3px;
    color: rgba(7, 21, 34, 0.65);
    font-size: 6.5px;
    font-weight: 800;
}

body.marketplace-results-page .marketplace-result-cta>i {
    justify-self: end;
    transition: transform 180ms ease;
}

body.marketplace-results-page .marketplace-result-cta:hover>i {
    transform: translateX(4px);
}

body.marketplace-results-page .marketplace-results-empty {
    position: relative;
    display: grid;
    justify-items: center;
    min-height: 520px;
    padding: 46px;
    overflow: hidden;
    text-align: center;
    background:
        radial-gradient(circle at 50% 26%, rgba(255, 176, 0, 0.08), transparent 25%),
        linear-gradient(145deg, rgba(17, 47, 75, 0.94), rgba(6, 24, 42, 0.98));
    border: 1px solid rgba(125, 165, 204, 0.2);
    border-radius: 26px;
}

body.marketplace-results-page .marketplace-results-empty-art {
    position: relative;
    width: min(500px, 100%);
    height: 190px;
    margin-bottom: 20px;
}

body.marketplace-results-page .marketplace-results-empty-art svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

body.marketplace-results-page .marketplace-results-empty-art path {
    fill: none;
    stroke: #ffb000;
    stroke-width: 4;
    stroke-dasharray: 10 13;
    animation: marketplace-result-route-dash 8s linear infinite;
}

body.marketplace-results-page .marketplace-results-empty-art span {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #071522;
    background: #ffb000;
    border: 5px solid #0b263f;
    border-radius: 15px;
}

body.marketplace-results-page .marketplace-results-empty-art .is-home {
    left: 2%;
    bottom: 7%;
}

body.marketplace-results-page .marketplace-results-empty-art .is-school {
    top: 18%;
    right: 2%;
}

body.marketplace-results-page .marketplace-results-empty-art>i {
    position: absolute;
    top: 53%;
    left: 52%;
    z-index: 2;
    color: #ffb000;
    font-size: 28px;
    animation: marketplace-result-float 4s ease-in-out infinite;
}

body.marketplace-results-page .marketplace-results-empty h2 {
    margin: 14px 0 10px;
    color: #f6faff;
    font-size: 29px;
}

body.marketplace-results-page .marketplace-results-empty>p {
    max-width: 650px;
    margin: 0;
    color: #8ea5bc;
    font-size: 11px;
    line-height: 1.7;
}

body.marketplace-results-page .marketplace-results-demand-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    margin-top: 24px;
    padding: 0 17px;
    color: #071522;
    background: linear-gradient(135deg, #ffad00, #ffd35f);
    border: 0;
    border-radius: 14px;
    font: inherit;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 15px 32px rgba(255, 176, 0, 0.17);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

body.marketplace-results-page .marketplace-results-demand-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 21px 42px rgba(255, 176, 0, 0.25);
}

body.marketplace-results-page .marketplace-results-pagination {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding: 13px;
    background: rgba(10, 31, 50, 0.7);
    border: 1px solid rgba(128, 166, 205, 0.14);
    border-radius: 16px;
}

body.marketplace-results-page .marketplace-results-pagination>a,
body.marketplace-results-page .marketplace-results-pagination>span:not(.marketplace-pagination-current) {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px;
    color: #d4e1ee;
    background: rgba(6, 23, 40, 0.72);
    border: 1px solid rgba(128, 166, 205, 0.13);
    border-radius: 11px;
    font-size: 8px;
    font-weight: 800;
}

body.marketplace-results-page .marketplace-results-pagination>a:last-child,
body.marketplace-results-page .marketplace-results-pagination>span:last-child {
    justify-self: end;
}

body.marketplace-results-page .marketplace-results-pagination>a:hover {
    color: #071522;
    background: #ffb000;
    border-color: #ffb000;
}

body.marketplace-results-page .marketplace-results-pagination .is-disabled {
    opacity: 0.45;
}

body.marketplace-results-page .marketplace-pagination-current {
    color: #839ab2;
    font-size: 8px;
    font-weight: 800;
}

/* O mesmo modal premium também precisa funcionar na página de resultados. */
body.marketplace-results-page .marketplace-modal {
    overflow: hidden;
}

body.marketplace-results-page .marketplace-demand-dialog {
    width: min(940px, calc(100% - 32px)) !important;
    max-width: 940px !important;
    max-height: calc(100dvh - 32px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 30px !important;
}

body.marketplace-results-page .marketplace-demand-dialog form {
    min-width: 0 !important;
}

body.marketplace-results-page .marketplace-demand-dialog .two {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 15px !important;
    min-width: 0 !important;
}

body.marketplace-results-page .marketplace-demand-dialog label,
body.marketplace-results-page .marketplace-demand-dialog fieldset,
body.marketplace-results-page .marketplace-demand-dialog .marketplace-modal-control {
    min-width: 0 !important;
}

body.marketplace-results-page .marketplace-demand-dialog input,
body.marketplace-results-page .marketplace-demand-dialog select,
body.marketplace-results-page .marketplace-demand-dialog textarea {
    max-width: 100% !important;
}

@media (max-width: 1240px) {
    body.marketplace-results-page .marketplace-results-showcase-inner {
        grid-template-columns: minmax(0, 1fr) minmax(460px, 0.82fr);
        gap: 38px;
    }

    body.marketplace-results-page .marketplace-results-layout {
        grid-template-columns: minmax(310px, 340px) minmax(0, 1fr);
    }

    body.marketplace-results-page .marketplace-result-card {
        grid-template-columns: minmax(245px, 0.62fr) minmax(0, 1.38fr);
    }

    body.marketplace-results-page .marketplace-result-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1030px) {
    body.marketplace-results-page .marketplace-results-showcase-inner {
        grid-template-columns: 1fr;
    }

    body.marketplace-results-page .marketplace-results-route-art {
        min-height: 360px;
    }

    body.marketplace-results-page .marketplace-results-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.marketplace-results-page .marketplace-results-metrics article:nth-child(2) {
        border-right: 0;
    }

    body.marketplace-results-page .marketplace-results-metrics article:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(128, 168, 207, 0.12);
    }

    body.marketplace-results-page .marketplace-results-layout {
        grid-template-columns: 1fr;
    }

    body.marketplace-results-page .marketplace-filter-panel {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.marketplace-results-page .marketplace-filter-panel-head,
    body.marketplace-results-page .marketplace-filter-progress,
    body.marketplace-results-page .marketplace-filter-submit,
    body.marketplace-results-page .marketplace-filter-reset,
    body.marketplace-results-page .marketplace-filter-trust {
        grid-column: 1 / -1;
    }
}

@media (max-width: 840px) {
    body.marketplace-results-page .marketplace-mobile-toggle {
        display: inline-flex;
    }

    body.marketplace-results-page .marketplace-results-showcase {
        padding-top: 48px;
    }

    body.marketplace-results-page .marketplace-results-showcase-inner,
    body.marketplace-results-page .marketplace-results-metrics,
    body.marketplace-results-page .marketplace-results-section {
        width: min(100% - 32px, 1480px);
    }

    body.marketplace-results-page .marketplace-results-copy h1 {
        font-size: clamp(40px, 10vw, 58px);
    }

    body.marketplace-results-page .marketplace-results-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    body.marketplace-results-page .marketplace-results-filter-toggle {
        display: inline-flex;
        width: 100%;
    }

    body.marketplace-results-page .marketplace-results-sidebar {
        display: none;
    }

    body.marketplace-results-page .marketplace-results-sidebar.is-mobile-open {
        display: block;
        animation: marketplace-filter-open 220ms ease both;
    }

    @keyframes marketplace-filter-open {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    body.marketplace-results-page .marketplace-result-card {
        grid-template-columns: 1fr;
    }

    body.marketplace-results-page .marketplace-result-cover {
        min-height: 310px;
        border-right: 0;
        border-bottom: 1px solid rgba(124, 164, 203, 0.16);
    }
}

@media (max-width: 620px) {

    body.marketplace-results-page .marketplace-results-showcase-inner,
    body.marketplace-results-page .marketplace-results-metrics,
    body.marketplace-results-page .marketplace-results-section {
        width: min(100% - 22px, 1480px);
    }

    body.marketplace-results-page .marketplace-results-copy h1 {
        font-size: 39px;
    }

    body.marketplace-results-page .marketplace-results-copy>p {
        font-size: 12px;
    }

    body.marketplace-results-page .marketplace-results-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    body.marketplace-results-page .marketplace-results-primary-action,
    body.marketplace-results-page .marketplace-results-secondary-action {
        width: 100%;
    }

    body.marketplace-results-page .marketplace-results-route-art {
        min-height: 330px;
        border-radius: 22px;
    }

    body.marketplace-results-page .marketplace-results-map-score {
        top: 18px;
        left: 18px;
        min-width: 145px;
    }

    body.marketplace-results-page .marketplace-results-map-van {
        left: 31%;
    }

    body.marketplace-results-page .marketplace-results-map-point small {
        display: none;
    }

    body.marketplace-results-page .marketplace-results-metrics {
        grid-template-columns: 1fr;
    }

    body.marketplace-results-page .marketplace-results-metrics article,
    body.marketplace-results-page .marketplace-results-metrics article:nth-child(2),
    body.marketplace-results-page .marketplace-results-metrics article:nth-child(-n + 2) {
        border-right: 0;
        border-bottom: 1px solid rgba(128, 168, 207, 0.12);
    }

    body.marketplace-results-page .marketplace-results-metrics article:last-child {
        border-bottom: 0;
    }

    body.marketplace-results-page .marketplace-filter-panel {
        grid-template-columns: 1fr;
        padding: 18px;
        border-radius: 20px;
    }

    body.marketplace-results-page .marketplace-result-body {
        padding: 17px;
    }

    body.marketplace-results-page .marketplace-result-header,
    body.marketplace-results-page .marketplace-result-footer {
        align-items: stretch;
        flex-direction: column;
    }

    body.marketplace-results-page .marketplace-result-rating {
        justify-items: start;
        min-width: 0;
    }

    body.marketplace-results-page .marketplace-result-rating>div {
        text-align: left;
    }

    body.marketplace-results-page .marketplace-result-facts,
    body.marketplace-results-page .marketplace-result-match-box ul {
        grid-template-columns: 1fr;
    }

    body.marketplace-results-page .marketplace-result-cta {
        width: 100%;
        min-width: 0;
    }

    body.marketplace-results-page .marketplace-results-pagination {
        grid-template-columns: 1fr 1fr;
    }

    body.marketplace-results-page .marketplace-pagination-current {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: center;
    }

    body.marketplace-results-page .marketplace-demand-dialog {
        width: calc(100% - 18px) !important;
        max-height: calc(100dvh - 18px) !important;
        padding: 22px 16px !important;
    }

    body.marketplace-results-page .marketplace-demand-dialog .two {
        grid-template-columns: 1fr !important;
    }
}

@media (prefers-reduced-motion: reduce) {

    body.marketplace-results-page *,
    body.marketplace-results-page *::before,
    body.marketplace-results-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}

/* Modal de demanda preserva o mesmo acabamento premium também nos resultados. */
body.marketplace-results-page .marketplace-demand-dialog,
body.marketplace-results-page .marketplace-demand-dialog *,
body.marketplace-results-page .marketplace-demand-dialog *::before,
body.marketplace-results-page .marketplace-demand-dialog *::after {
    box-sizing: border-box !important;
}

body.marketplace-results-page .marketplace-modal-field {
    display: grid !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

body.marketplace-results-page .marketplace-modal-label {
    display: block !important;
    color: #bcd0e5 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

body.marketplace-results-page .marketplace-modal-control {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
}

body.marketplace-results-page .marketplace-modal-control>i:first-child {
    position: absolute !important;
    z-index: 3 !important;
    top: 50% !important;
    left: 17px !important;
    width: 16px !important;
    color: #7899ba !important;
    font-size: 13px !important;
    line-height: 1 !important;
    text-align: center !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    transition: color 180ms ease, transform 180ms ease !important;
}

body.marketplace-results-page .marketplace-modal-control:focus-within>i:first-child {
    color: #ffb000 !important;
    transform: translateY(-50%) scale(1.06) !important;
}

body.marketplace-results-page .marketplace-modal-control.is-textarea>i:first-child {
    top: 18px !important;
    transform: none !important;
}

body.marketplace-results-page .marketplace-demand-dialog input,
body.marketplace-results-page .marketplace-demand-dialog select,
body.marketplace-results-page .marketplace-demand-dialog textarea {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-left: 48px !important;
    color: #f7fbff !important;
    background: rgba(4, 20, 34, 0.9) !important;
    border: 1px solid rgba(99, 139, 181, 0.31) !important;
    border-radius: 13px !important;
    font-family: inherit !important;
    font-size: 11px !important;
    outline: none !important;
}

body.marketplace-results-page .marketplace-demand-dialog input,
body.marketplace-results-page .marketplace-demand-dialog select {
    height: 54px !important;
    min-height: 54px !important;
}

body.marketplace-results-page .marketplace-demand-dialog select {
    appearance: none !important;
    -webkit-appearance: none !important;
    padding-right: 48px !important;
}

body.marketplace-results-page .marketplace-demand-dialog textarea {
    min-height: 112px !important;
    padding-top: 16px !important;
    padding-right: 16px !important;
    resize: vertical !important;
}

body.marketplace-results-page .marketplace-demand-dialog input:focus,
body.marketplace-results-page .marketplace-demand-dialog select:focus,
body.marketplace-results-page .marketplace-demand-dialog textarea:focus {
    background: #06192a !important;
    border-color: #ffb000 !important;
    box-shadow: 0 0 0 4px rgba(255, 176, 0, 0.1) !important;
}

body.marketplace-results-page .marketplace-modal-select-wrap>i.marketplace-modal-arrow {
    position: absolute !important;
    z-index: 4 !important;
    top: 50% !important;
    right: 18px !important;
    left: auto !important;
    width: auto !important;
    color: #9bb2cb !important;
    font-size: 10px !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
}

body.marketplace-results-page .marketplace-modal-select-wrap.is-loading>i.marketplace-modal-arrow,
body.marketplace-results-page [data-school-control].is-loading>i.marketplace-modal-arrow {
    opacity: 0 !important;
}

body.marketplace-results-page .marketplace-demand-dialog .marketplace-field-spinner {
    right: 17px !important;
}

body.marketplace-results-page .marketplace-days-fieldset {
    padding: 2px 0 0 !important;
}

body.marketplace-results-page .marketplace-days-fieldset legend {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
}

body.marketplace-results-page .marketplace-days-fieldset legend i {
    color: #ffb000 !important;
}

body.marketplace-results-page .marketplace-consent>span {
    display: inline-flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    min-width: 0 !important;
}

body.marketplace-results-page .marketplace-consent>span>i {
    margin-top: 2px !important;
    color: #55dca7 !important;
}

body.marketplace-results-page .marketplace-demand-dialog form>button {
    min-height: 54px !important;
    margin-top: 2px !important;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease !important;
}

body.marketplace-results-page .marketplace-demand-dialog form>button:hover {
    transform: translateY(-2px) !important;
    filter: brightness(1.04) !important;
    box-shadow: 0 18px 38px rgba(255, 176, 0, 0.25) !important;
}

/* ========================================================================== 
   CONSENTIMENTO DO MARKETPLACE EM FORMATO SWITCH
   ========================================================================== */
body.marketplace-body .marketplace-consent.marketplace-consent-switch {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 18px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 2px 0 0 !important;
    padding: 15px 16px !important;
    color: #dbe8f5 !important;
    background:
        linear-gradient(135deg, rgba(85, 220, 167, 0.08), rgba(7, 25, 43, 0.9)) !important;
    border: 1px solid rgba(85, 220, 167, 0.22) !important;
    border-radius: 15px !important;
    cursor: pointer !important;
    overflow: hidden !important;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease !important;
}

body.marketplace-body .marketplace-consent.marketplace-consent-switch::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 auto 0 0 !important;
    width: 3px !important;
    background: linear-gradient(180deg, #55dca7, #ffb000) !important;
    opacity: 0.86 !important;
}

body.marketplace-body .marketplace-consent.marketplace-consent-switch:hover {
    transform: translateY(-1px) !important;
    border-color: rgba(85, 220, 167, 0.38) !important;
    background:
        linear-gradient(135deg, rgba(85, 220, 167, 0.12), rgba(7, 25, 43, 0.94)) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18) !important;
}

body.marketplace-body .marketplace-consent-copy {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: 0 !important;
}

body.marketplace-body .marketplace-consent-copy>i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    color: #55dca7 !important;
    background: rgba(85, 220, 167, 0.1) !important;
    border: 1px solid rgba(85, 220, 167, 0.19) !important;
    border-radius: 11px !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

body.marketplace-body .marketplace-consent-copy>span {
    display: grid !important;
    gap: 4px !important;
    min-width: 0 !important;
}

body.marketplace-body .marketplace-consent-copy strong {
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
}

body.marketplace-body .marketplace-consent-copy small {
    color: #9eb3c8 !important;
    font-size: 8px !important;
    font-weight: 600 !important;
    line-height: 1.55 !important;
}

body.marketplace-body .marketplace-consent-switch>input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 0 !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
}

body.marketplace-body .marketplace-consent-toggle {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 50px !important;
    width: 50px !important;
    height: 28px !important;
    padding: 3px !important;
    background: #07192b !important;
    border: 1px solid #395069 !important;
    border-radius: 999px !important;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.34) !important;
    transition:
        background 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease !important;
}

body.marketplace-body .marketplace-consent-toggle>span {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    background: #8fa3b8 !important;
    border-radius: 50% !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.32) !important;
    transform: translateX(0) !important;
    transition:
        transform 200ms cubic-bezier(.2, .8, .2, 1),
        background 180ms ease,
        box-shadow 180ms ease !important;
}

body.marketplace-body .marketplace-consent-switch>input:checked+.marketplace-consent-toggle {
    background: linear-gradient(135deg, #23bd84, #55dca7) !important;
    border-color: rgba(103, 244, 190, 0.7) !important;
    box-shadow:
        inset 0 1px 2px rgba(0, 0, 0, 0.12),
        0 0 0 4px rgba(85, 220, 167, 0.08) !important;
}

body.marketplace-body .marketplace-consent-switch>input:checked+.marketplace-consent-toggle>span {
    background: #ffffff !important;
    transform: translateX(22px) !important;
    box-shadow: 0 4px 10px rgba(0, 63, 42, 0.32) !important;
}

body.marketplace-body .marketplace-consent-switch:has(input:checked) {
    border-color: rgba(85, 220, 167, 0.42) !important;
    background:
        linear-gradient(135deg, rgba(85, 220, 167, 0.15), rgba(7, 25, 43, 0.94)) !important;
}

body.marketplace-body .marketplace-consent-switch:has(input:focus-visible) {
    border-color: #55dca7 !important;
    box-shadow: 0 0 0 4px rgba(85, 220, 167, 0.12) !important;
}

body.marketplace-body .marketplace-consent-switch:active .marketplace-consent-toggle>span {
    width: 23px !important;
}

@media (max-width: 560px) {
    body.marketplace-body .marketplace-consent.marketplace-consent-switch {
        gap: 12px !important;
        padding: 13px 14px !important;
    }

    body.marketplace-body .marketplace-consent-copy {
        grid-template-columns: 34px minmax(0, 1fr) !important;
        gap: 10px !important;
    }

    body.marketplace-body .marketplace-consent-copy>i {
        width: 34px !important;
        height: 34px !important;
    }

    body.marketplace-body .marketplace-consent-toggle {
        flex-basis: 46px !important;
        width: 46px !important;
        height: 26px !important;
    }

    body.marketplace-body .marketplace-consent-toggle>span {
        width: 18px !important;
        height: 18px !important;
    }

    body.marketplace-body .marketplace-consent-switch>input:checked+.marketplace-consent-toggle>span {
        transform: translateX(20px) !important;
    }
}

/* ========================================================================== 
   MODAL DE DEMANDA · ALINHAMENTO FINAL, SWITCH E DIAS DA SEMANA
   Aplicado tanto em /find-a-driver quanto em /drivers.
   ========================================================================== */
/* A linha de Escola mantém rótulos, controles e textos auxiliares alinhados. */
body.marketplace-body .marketplace-demand-dialog .marketplace-school-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: start !important;
    gap: 16px !important;
    width: 100% !important;
    min-width: 0 !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-school-row>.marketplace-modal-field {
    display: grid !important;
    grid-template-rows: 30px 54px 15px !important;
    align-content: start !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-school-row .marketplace-modal-label {
    display: flex !important;
    align-items: flex-end !important;
    min-width: 0 !important;
    min-height: 30px !important;
    margin: 0 !important;
    line-height: 1.35 !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-school-row .marketplace-modal-control {
    align-self: start !important;
    height: 54px !important;
    min-height: 54px !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-school-row .marketplace-field-help {
    display: block !important;
    min-width: 0 !important;
    min-height: 15px !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-field-help-placeholder {
    visibility: hidden !important;
    user-select: none !important;
    pointer-events: none !important;
}

/* Os dias permanecem em uma única faixa e quebram somente quando necessário. */
body.marketplace-body .marketplace-demand-dialog .marketplace-days-fieldset {
    display: flex !important;
    align-items: center !important;
    align-content: flex-start !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 2px 0 0 !important;
    border: 0 !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-days-fieldset legend {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 0 0 2px !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-days-fieldset .marketplace-chip {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-days-fieldset .marketplace-chip>span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 48px !important;
    height: 36px !important;
    padding: 0 13px !important;
    border-radius: 10px !important;
    transition:
        transform 160ms ease,
        border-color 160ms ease,
        background 160ms ease,
        color 160ms ease,
        box-shadow 160ms ease !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-days-fieldset .marketplace-chip:hover>span {
    transform: translateY(-1px) !important;
    border-color: rgba(255, 176, 0, 0.5) !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-days-fieldset .marketplace-chip>input:checked+span {
    color: #071522 !important;
    background: linear-gradient(135deg, #ffb000, #ffd25a) !important;
    border-color: #ffbf2f !important;
    box-shadow: 0 8px 20px rgba(255, 176, 0, 0.16) !important;
}

/* Consolida o consentimento como switch em qualquer página do marketplace. */
body.marketplace-body .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 50px !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch>.marketplace-consent-copy {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    align-items: center !important;
    width: auto !important;
    min-width: 0 !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch>.marketplace-consent-toggle {
    display: inline-flex !important;
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    justify-self: end !important;
}

@media (max-width: 720px) {
    body.marketplace-body .marketplace-demand-dialog .marketplace-school-row {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 14px !important;
    }

    body.marketplace-body .marketplace-demand-dialog .marketplace-school-row>.marketplace-modal-field {
        grid-template-rows: auto 54px 15px !important;
    }

    body.marketplace-body .marketplace-demand-dialog .marketplace-school-row .marketplace-modal-label {
        min-height: 0 !important;
    }
}

@media (max-width: 480px) {
    body.marketplace-body .marketplace-demand-dialog .marketplace-days-fieldset .marketplace-chip {
        flex: 1 1 calc(33.333% - 8px) !important;
    }

    body.marketplace-body .marketplace-demand-dialog .marketplace-days-fieldset .marketplace-chip>span {
        width: 100% !important;
        min-width: 0 !important;
    }
}

/* ========================================================================== 
   CONSENTIMENTO DO MAPA DE DEMANDA · ACABAMENTO FINAL
   Sem faixa lateral e com texto centralizado ao ícone em todas as páginas.
   ========================================================================== */
/* Remove definitivamente a faixa decorativa lateral. */
body.marketplace-body .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch::before {
    content: none !important;
    display: none !important;
}

/* Mantém o card equilibrado entre conteúdo e switch. */
body.marketplace-body .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch {
    grid-template-columns: minmax(0, 1fr) 50px !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 14px 16px !important;
}

/* Ícone e bloco textual formam uma única linha perfeitamente centralizada. */
body.marketplace-body .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch>.marketplace-consent-copy {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch .marketplace-consent-copy>i {
    align-self: center !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    transform: none !important;
}

/* Centralização vertical real do título e da descrição em relação ao ícone. */
body.marketplace-body .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch .marketplace-consent-copy>span {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    align-self: stretch !important;
    gap: 3px !important;
    min-width: 0 !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch .marketplace-consent-copy strong,
body.marketplace-body .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch .marketplace-consent-copy small {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch .marketplace-consent-copy strong {
    line-height: 1.2 !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch .marketplace-consent-copy small {
    line-height: 1.35 !important;
}

/* Neutraliza regras antigas específicas de /find-a-driver e /drivers. */
body.marketplace-find-page .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch>.marketplace-consent-copy,
body.marketplace-results-page .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch>.marketplace-consent-copy {
    align-items: center !important;
}

body.marketplace-find-page .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch .marketplace-consent-copy>i,
body.marketplace-results-page .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch .marketplace-consent-copy>i {
    margin-top: 0 !important;
}

@media (max-width: 560px) {
    body.marketplace-body .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch {
        grid-template-columns: minmax(0, 1fr) 46px !important;
        gap: 12px !important;
        padding: 13px 14px !important;
    }

    body.marketplace-body .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch>.marketplace-consent-copy {
        grid-template-columns: 36px minmax(0, 1fr) !important;
        gap: 10px !important;
    }

    body.marketplace-body .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch .marketplace-consent-copy>i {
        width: 36px !important;
        height: 36px !important;
    }

    body.marketplace-body .marketplace-demand-dialog .marketplace-consent.marketplace-consent-switch .marketplace-consent-copy>span {
        min-height: 36px !important;
    }
}

/* ========================================================================== 
   PERFIL PÚBLICO DO MOTORISTA | EXPERIÊNCIA PREMIUM VANMATCH
   ========================================================================== */
html,
body.marketplace-body.marketplace-driver-page {
    max-width: 100%;
    overflow-x: hidden;
}

body.marketplace-body.marketplace-driver-page {
    --mp-profile-shell: 1460px;
    --mp-profile-sidebar: 470px;
    --mp-profile-surface: rgba(13, 35, 56, 0.92);
    --mp-profile-surface-soft: rgba(8, 27, 46, 0.78);
    --mp-profile-line: rgba(117, 157, 198, 0.20);
    --mp-profile-line-strong: rgba(117, 157, 198, 0.34);
    background:
        radial-gradient(circle at 9% 10%, rgba(255, 176, 0, 0.08), transparent 25%),
        radial-gradient(circle at 95% 24%, rgba(55, 154, 255, 0.09), transparent 24%),
        linear-gradient(180deg, #03101d 0%, #06192a 48%, #04111f 100%);
}

body.marketplace-driver-page *,
body.marketplace-driver-page *::before,
body.marketplace-driver-page *::after {
    box-sizing: border-box;
}

body.marketplace-driver-page main,
body.marketplace-driver-page .marketplace-profile-hero,
body.marketplace-driver-page .marketplace-profile-page-shell,
body.marketplace-driver-page .marketplace-profile-content-grid,
body.marketplace-driver-page .marketplace-profile-main-card,
body.marketplace-driver-page .marketplace-profile-lead-card,
body.marketplace-driver-page .marketplace-profile-lead-form,
body.marketplace-driver-page .marketplace-profile-form-section,
body.marketplace-driver-page .marketplace-profile-form-grid,
body.marketplace-driver-page .marketplace-profile-field,
body.marketplace-driver-page .marketplace-profile-control {
    min-width: 0;
    max-width: 100%;
}

body.marketplace-driver-page main {
    overflow: hidden;
}

body.marketplace-driver-page .marketplace-profile-cover,
body.marketplace-driver-page .marketplace-profile-shell {
    display: none !important;
}

body.marketplace-driver-page .marketplace-profile-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 560px;
    padding: 38px 28px 116px;
    background:
        linear-gradient(90deg, rgba(3, 16, 29, 0.97), rgba(4, 22, 38, 0.84) 54%, rgba(5, 24, 41, 0.74)),
        var(--marketplace-profile-cover, none),
        radial-gradient(circle at 73% 20%, rgba(255, 176, 0, 0.14), transparent 25%),
        linear-gradient(135deg, #091f32 0%, #061727 60%, #04111f 100%);
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid rgba(117, 157, 198, 0.14);
}

body.marketplace-driver-page .marketplace-profile-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(rgba(114, 157, 197, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(114, 157, 197, 0.035) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent 80%);
}

body.marketplace-driver-page .marketplace-profile-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    z-index: -1;
    background: linear-gradient(180deg, transparent, #06192a 96%);
}

body.marketplace-driver-page .marketplace-profile-hero-glow {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(1px);
}

body.marketplace-driver-page .marketplace-profile-hero-glow-one {
    top: -180px;
    right: -120px;
    width: 520px;
    height: 520px;
    border: 90px solid rgba(255, 176, 0, 0.035);
    animation: marketplaceProfileOrbit 18s linear infinite;
}

body.marketplace-driver-page .marketplace-profile-hero-glow-two {
    left: 38%;
    bottom: -260px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(52, 159, 255, 0.10), transparent 68%);
}

body.marketplace-driver-page .marketplace-profile-hero-shell,
body.marketplace-driver-page .marketplace-profile-page-shell {
    width: min(var(--mp-profile-shell), calc(100% - 12px));
    margin-inline: auto;
}

body.marketplace-driver-page .marketplace-profile-back {
    position: relative;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 16px;
    color: #c6d6e7;
    background: rgba(7, 27, 45, 0.74);
    border: 1px solid rgba(126, 166, 206, 0.24);
    border-radius: 13px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
    backdrop-filter: blur(14px);
    transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, background 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-back:hover {
    color: #071522;
    background: var(--mp-yellow);
    border-color: var(--mp-yellow-2);
    transform: translateX(-4px);
}

body.marketplace-driver-page .marketplace-profile-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
    align-items: center;
    gap: clamp(46px, 6vw, 96px);
    margin-top: 48px;
}

body.marketplace-driver-page .marketplace-profile-identity {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    align-items: start;
    gap: 26px;
}

body.marketplace-driver-page .marketplace-profile-avatar-large {
    position: relative;
    width: 118px;
    height: 118px;
    border: 5px solid rgba(255, 255, 255, 0.12);
    border-radius: 34px;
    box-shadow:
        0 28px 60px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(255, 193, 48, 0.24);
    font-size: 38px;
    transform: rotate(-2deg);
}

body.marketplace-driver-page .marketplace-profile-avatar-large img {
    transform: rotate(2deg) scale(1.06);
}

body.marketplace-driver-page .marketplace-profile-online-dot {
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 25px;
    height: 25px;
    background: var(--mp-green);
    border: 5px solid #071a2d;
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(57, 212, 154, 0.12);
}

body.marketplace-driver-page .marketplace-profile-identity-copy {
    min-width: 0;
}

body.marketplace-driver-page .marketplace-profile-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 17px;
}

body.marketplace-driver-page .marketplace-profile-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #9dbde0;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

body.marketplace-driver-page .marketplace-profile-kicker i {
    color: var(--mp-yellow);
}

body.marketplace-driver-page .marketplace-profile-identity-copy h1 {
    max-width: 840px;
    margin: 12px 0 12px;
    font-size: clamp(38px, 4.4vw, 70px);
    line-height: 1.02;
    letter-spacing: -0.055em;
    overflow-wrap: anywhere;
}

body.marketplace-driver-page .marketplace-profile-identity-copy>p {
    max-width: 680px;
    margin: 0;
    color: #a9bdd2;
    font-size: 14px;
    line-height: 1.75;
}

body.marketplace-driver-page .marketplace-profile-rating-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

body.marketplace-driver-page .marketplace-profile-rating-row .marketplace-stars {
    font-size: 14px;
}

body.marketplace-driver-page .marketplace-profile-rating-row strong {
    color: #fff;
    font-size: 14px;
}

body.marketplace-driver-page .marketplace-profile-rating-row>span:last-child {
    color: #8099b3;
    font-size: 10px;
}

body.marketplace-driver-page .marketplace-profile-quick-info {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

body.marketplace-driver-page .marketplace-profile-quick-info span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 37px;
    padding: 0 12px;
    color: #bed0e2;
    background: rgba(9, 31, 50, 0.70);
    border: 1px solid rgba(117, 157, 198, 0.17);
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    backdrop-filter: blur(12px);
}

body.marketplace-driver-page .marketplace-profile-quick-info i {
    color: var(--mp-yellow);
}

body.marketplace-driver-page .marketplace-profile-hero-actions {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 24px;
}

body.marketplace-driver-page .marketplace-profile-primary-action {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    min-width: 300px;
    min-height: 64px;
    padding: 11px 18px;
    color: #071522;
    background: linear-gradient(135deg, #ffae00, #ffd45d);
    border: 1px solid rgba(255, 224, 130, 0.68);
    border-radius: 17px;
    text-decoration: none;
    box-shadow: 0 18px 44px rgba(255, 176, 0, 0.20);
    transition: transform 190ms ease, box-shadow 190ms ease;
}

body.marketplace-driver-page .marketplace-profile-primary-action::before {
    content: "";
    position: absolute;
    inset: -100% auto -100% -30%;
    z-index: -1;
    width: 24%;
    background: rgba(255, 255, 255, 0.44);
    transform: rotate(18deg) translateX(-220%);
    transition: transform 600ms ease;
}

body.marketplace-driver-page .marketplace-profile-primary-action:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 58px rgba(255, 176, 0, 0.29);
}

body.marketplace-driver-page .marketplace-profile-primary-action:hover::before {
    transform: rotate(18deg) translateX(720%);
}

body.marketplace-driver-page .marketplace-profile-primary-action span {
    display: grid;
    gap: 3px;
}

body.marketplace-driver-page .marketplace-profile-primary-action strong {
    font-size: 12px;
}

body.marketplace-driver-page .marketplace-profile-primary-action small {
    font-size: 8px;
    opacity: 0.66;
}

body.marketplace-driver-page .marketplace-profile-primary-action>i {
    transition: transform 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-primary-action:hover>i {
    transform: translateX(4px);
}

body.marketplace-driver-page .marketplace-profile-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 64px;
    padding: 0 19px;
    color: #d5e4f2;
    background: rgba(10, 31, 51, 0.78);
    border: 1px solid rgba(117, 157, 198, 0.24);
    border-radius: 17px;
    font: inherit;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
    backdrop-filter: blur(12px);
    transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-share:hover {
    color: var(--mp-yellow);
    border-color: rgba(255, 176, 0, 0.48);
    transform: translateY(-3px);
}

body.marketplace-driver-page .marketplace-profile-share.is-copied {
    color: #062217;
    background: var(--mp-green);
    border-color: var(--mp-green);
}

body.marketplace-driver-page .marketplace-profile-route-visual {
    position: relative;
    min-height: 390px;
    border: 1px solid rgba(117, 157, 198, 0.15);
    border-radius: 38px;
    background:
        radial-gradient(circle at 74% 22%, rgba(255, 176, 0, 0.14), transparent 24%),
        linear-gradient(150deg, rgba(15, 44, 70, 0.84), rgba(5, 21, 37, 0.62));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 30px 70px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    backdrop-filter: blur(15px);
}

body.marketplace-driver-page .marketplace-profile-route-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(117, 157, 198, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(117, 157, 198, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
}

body.marketplace-driver-page .marketplace-profile-route-visual svg {
    position: absolute;
    inset: 32px 20px 16px;
    width: calc(100% - 40px);
    height: calc(100% - 48px);
    overflow: visible;
}

body.marketplace-driver-page .marketplace-profile-route-shadow,
body.marketplace-driver-page .marketplace-profile-route-line {
    fill: none;
    stroke-linecap: round;
}

body.marketplace-driver-page .marketplace-profile-route-shadow {
    stroke: rgba(0, 0, 0, 0.34);
    stroke-width: 16;
}

body.marketplace-driver-page .marketplace-profile-route-line {
    stroke: url(#driverRouteGradient);
    stroke-width: 5;
    stroke-dasharray: 12 13;
    animation: marketplaceProfileRoute 16s linear infinite;
}

body.marketplace-driver-page .marketplace-profile-route-point {
    fill: #0b263f;
    stroke: #ffb000;
    stroke-width: 5;
}

body.marketplace-driver-page .marketplace-profile-route-point-home,
body.marketplace-driver-page .marketplace-profile-route-point-school {
    animation: marketplaceProfilePulse 2.2s ease-in-out infinite;
}

body.marketplace-driver-page .marketplace-profile-map-pin {
    position: absolute;
    z-index: 3;
    display: grid;
    justify-items: center;
    gap: 5px;
    color: #dce9f5;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

body.marketplace-driver-page .marketplace-profile-map-pin i {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: #071522;
    background: linear-gradient(135deg, #ffae00, #ffd45d);
    border: 5px solid rgba(6, 25, 42, 0.94);
    border-radius: 15px;
    box-shadow: 0 13px 28px rgba(0, 0, 0, 0.28);
    font-size: 13px;
}

body.marketplace-driver-page .marketplace-profile-map-pin-home {
    left: 8%;
    bottom: 12%;
}

body.marketplace-driver-page .marketplace-profile-map-pin-school {
    right: 4%;
    top: 28%;
}

body.marketplace-driver-page .marketplace-profile-route-van {
    position: absolute;
    z-index: 5;
    left: 47%;
    top: 47%;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    color: #071522;
    background: linear-gradient(135deg, #ffae00, #ffd45d);
    border: 7px solid rgba(7, 27, 45, 0.90);
    border-radius: 19px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    font-size: 20px;
    animation: marketplaceProfileVanFloat 3.8s ease-in-out infinite;
}

body.marketplace-driver-page .marketplace-profile-route-orbit {
    position: absolute;
    border: 1px solid rgba(117, 157, 198, 0.12);
    border-radius: 999px;
}

body.marketplace-driver-page .marketplace-profile-route-orbit-one {
    top: -100px;
    right: -80px;
    width: 300px;
    height: 300px;
}

body.marketplace-driver-page .marketplace-profile-route-orbit-two {
    left: -90px;
    bottom: -130px;
    width: 330px;
    height: 330px;
}

body.marketplace-driver-page .marketplace-profile-route-card {
    position: absolute;
    z-index: 4;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-width: 155px;
    padding: 11px 13px;
    background: rgba(6, 25, 42, 0.82);
    border: 1px solid rgba(117, 157, 198, 0.20);
    border-radius: 15px;
    box-shadow: 0 17px 36px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
}

body.marketplace-driver-page .marketplace-profile-route-card>i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.10);
    border: 1px solid rgba(255, 176, 0, 0.18);
    border-radius: 12px;
}

body.marketplace-driver-page .marketplace-profile-route-card div {
    display: grid;
    gap: 2px;
}

body.marketplace-driver-page .marketplace-profile-route-card strong {
    font-size: 16px;
}

body.marketplace-driver-page .marketplace-profile-route-card span {
    color: #8fa8c1;
    font-size: 7px;
}

body.marketplace-driver-page .marketplace-profile-route-card-top {
    top: 22px;
    left: 22px;
}

body.marketplace-driver-page .marketplace-profile-route-card-bottom {
    right: 22px;
    bottom: 22px;
}

body.marketplace-driver-page .marketplace-profile-page-shell {
    position: relative;
    z-index: 5;
    margin-top: -70px;
    padding-bottom: 96px;
}

body.marketplace-driver-page .marketplace-profile-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    background: linear-gradient(135deg, rgba(13, 36, 58, 0.97), rgba(8, 27, 47, 0.97));
    border: 1px solid rgba(117, 157, 198, 0.22);
    border-radius: 22px;
    box-shadow: 0 26px 64px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(20px);
}

body.marketplace-driver-page .marketplace-profile-trust-strip article {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    min-height: 96px;
    padding: 18px 22px;
    transition: background 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-trust-strip article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 20px;
    width: 1px;
    background: rgba(117, 157, 198, 0.14);
}

body.marketplace-driver-page .marketplace-profile-trust-strip article:hover {
    background: rgba(255, 255, 255, 0.025);
}

body.marketplace-driver-page .marketplace-profile-trust-strip article>span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.09);
    border: 1px solid rgba(255, 176, 0, 0.18);
    border-radius: 14px;
}

body.marketplace-driver-page .marketplace-profile-trust-strip article>div {
    display: grid;
    gap: 4px;
    min-width: 0;
}

body.marketplace-driver-page .marketplace-profile-trust-strip strong {
    overflow-wrap: anywhere;
    color: #fff;
    font-size: 15px;
}

body.marketplace-driver-page .marketplace-profile-trust-strip small {
    color: #829bb4;
    font-size: 8px;
}

body.marketplace-driver-page .marketplace-profile-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--mp-profile-sidebar);
    align-items: start;
    gap: 22px;
    margin-top: 22px;
}

body.marketplace-driver-page .marketplace-profile-main-card,
body.marketplace-driver-page .marketplace-profile-lead-card {
    background: linear-gradient(150deg, rgba(15, 39, 62, 0.96), rgba(8, 27, 46, 0.96));
    border: 1px solid rgba(117, 157, 198, 0.20);
    border-radius: 24px;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.20);
}

body.marketplace-driver-page .marketplace-profile-main-card {
    overflow: hidden;
}

body.marketplace-driver-page .marketplace-profile-content-section {
    padding: 31px;
}

body.marketplace-driver-page .marketplace-profile-content-section+.marketplace-profile-content-section {
    border-top: 1px solid rgba(117, 157, 198, 0.15);
}

body.marketplace-driver-page .marketplace-profile-section-heading {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

body.marketplace-driver-page .marketplace-profile-section-heading>span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.09);
    border: 1px solid rgba(255, 176, 0, 0.18);
    border-radius: 15px;
}

body.marketplace-driver-page .marketplace-profile-section-heading>div {
    min-width: 0;
}

body.marketplace-driver-page .marketplace-profile-section-heading small {
    display: block;
    margin-bottom: 5px;
    color: #7fa6ce;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.10em;
}

body.marketplace-driver-page .marketplace-profile-section-heading h2 {
    margin: 0;
    font-size: clamp(20px, 2vw, 29px);
    letter-spacing: -0.035em;
}

body.marketplace-driver-page .marketplace-profile-section-heading p {
    margin: 6px 0 0;
    color: #839db6;
    font-size: 9px;
    line-height: 1.55;
}

body.marketplace-driver-page .marketplace-profile-bio-card {
    padding: 24px;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 176, 0, 0.07), transparent 28%),
        rgba(5, 23, 40, 0.66);
    border: 1px solid rgba(117, 157, 198, 0.15);
    border-radius: 18px;
}

body.marketplace-driver-page .marketplace-profile-bio-card>p {
    margin: 0;
    color: #b7c8d9;
    font-size: 11px;
    line-height: 1.85;
}

body.marketplace-driver-page .marketplace-profile-accessibility {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(117, 157, 198, 0.13);
}

body.marketplace-driver-page .marketplace-profile-accessibility>i {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    color: #071522;
    background: var(--mp-green);
    border-radius: 13px;
}

body.marketplace-driver-page .marketplace-profile-accessibility div {
    display: grid;
    gap: 4px;
}

body.marketplace-driver-page .marketplace-profile-accessibility strong {
    font-size: 10px;
}

body.marketplace-driver-page .marketplace-profile-accessibility span {
    color: #8ba4bd;
    font-size: 8px;
    line-height: 1.55;
}

body.marketplace-driver-page .marketplace-profile-confidence-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body.marketplace-driver-page .marketplace-profile-confidence-grid article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-areas:
        "icon title"
        "icon copy";
    align-items: center;
    column-gap: 13px;
    row-gap: 4px;
    min-height: 92px;
    padding: 16px;
    background: rgba(5, 23, 40, 0.62);
    border: 1px solid rgba(117, 157, 198, 0.14);
    border-radius: 16px;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-confidence-grid article:hover {
    transform: translateY(-3px);
    background: rgba(9, 31, 51, 0.78);
    border-color: rgba(255, 176, 0, 0.28);
}

body.marketplace-driver-page .marketplace-profile-confidence-grid i {
    grid-area: icon;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.09);
    border: 1px solid rgba(255, 176, 0, 0.16);
    border-radius: 13px;
}

body.marketplace-driver-page .marketplace-profile-confidence-grid strong {
    grid-area: title;
    font-size: 10px;
}

body.marketplace-driver-page .marketplace-profile-confidence-grid span {
    grid-area: copy;
    color: #819bb5;
    font-size: 8px;
    line-height: 1.45;
}

body.marketplace-driver-page .marketplace-profile-vehicle-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    min-height: 174px;
    padding: 20px 24px;
    background:
        linear-gradient(120deg, rgba(255, 176, 0, 0.08), transparent 45%),
        rgba(5, 23, 40, 0.68);
    border: 1px solid rgba(117, 157, 198, 0.15);
    border-radius: 18px;
}

body.marketplace-driver-page .marketplace-profile-vehicle-card::after {
    content: "";
    position: absolute;
    top: -90px;
    right: -80px;
    width: 260px;
    height: 260px;
    border: 44px solid rgba(255, 176, 0, 0.025);
    border-radius: 999px;
}

body.marketplace-driver-page .marketplace-profile-vehicle-art {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 132px;
    color: var(--mp-yellow);
    background: linear-gradient(145deg, rgba(20, 57, 88, 0.82), rgba(6, 25, 42, 0.72));
    border: 1px solid rgba(117, 157, 198, 0.16);
    border-radius: 17px;
    font-size: 54px;
}

body.marketplace-driver-page .marketplace-profile-vehicle-art::before,
body.marketplace-driver-page .marketplace-profile-vehicle-art::after {
    content: "";
    position: absolute;
    bottom: 24px;
    width: 18px;
    height: 18px;
    background: #04101d;
    border: 4px solid #39566f;
    border-radius: 999px;
}

body.marketplace-driver-page .marketplace-profile-vehicle-art::before {
    left: 52px;
}

body.marketplace-driver-page .marketplace-profile-vehicle-art::after {
    right: 52px;
}

body.marketplace-driver-page .marketplace-profile-vehicle-art span {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 176, 0, 0.56), transparent);
}

body.marketplace-driver-page .marketplace-profile-vehicle-copy {
    position: relative;
    z-index: 2;
    min-width: 0;
}

body.marketplace-driver-page .marketplace-profile-vehicle-copy>small {
    color: #7fa6ce;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.09em;
}

body.marketplace-driver-page .marketplace-profile-vehicle-copy h3 {
    margin: 7px 0 14px;
    font-size: 22px;
    overflow-wrap: anywhere;
}

body.marketplace-driver-page .marketplace-profile-vehicle-copy>div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.marketplace-driver-page .marketplace-profile-vehicle-copy span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 10px;
    color: #a7bdd2;
    background: rgba(8, 28, 47, 0.72);
    border: 1px solid rgba(117, 157, 198, 0.14);
    border-radius: 10px;
    font-size: 8px;
}

body.marketplace-driver-page .marketplace-profile-vehicle-copy span i {
    color: var(--mp-yellow);
}

body.marketplace-driver-page .marketplace-profile-area-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

body.marketplace-driver-page .marketplace-profile-area-grid>article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 82px;
    padding: 14px;
    background: rgba(5, 23, 40, 0.64);
    border: 1px solid rgba(117, 157, 198, 0.15);
    border-radius: 15px;
    transition: transform 180ms ease, border-color 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-area-grid>article:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 176, 0, 0.30);
}

body.marketplace-driver-page .marketplace-profile-area-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.09);
    border: 1px solid rgba(255, 176, 0, 0.17);
    border-radius: 13px;
}

body.marketplace-driver-page .marketplace-profile-area-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

body.marketplace-driver-page .marketplace-profile-area-copy strong {
    overflow: hidden;
    color: #fff;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.marketplace-driver-page .marketplace-profile-area-copy span {
    overflow: hidden;
    color: #8099b2;
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.marketplace-driver-page .marketplace-profile-area-grid>article>small {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    color: var(--mp-green);
    background: rgba(57, 212, 154, 0.07);
    border: 1px solid rgba(57, 212, 154, 0.14);
    border-radius: 999px;
    font-size: 7px;
    font-weight: 900;
    white-space: nowrap;
}

body.marketplace-driver-page .marketplace-profile-section-heading-reviews {
    grid-template-columns: 48px minmax(0, 1fr) auto;
}

body.marketplace-driver-page .marketplace-profile-review-summary {
    display: grid;
    justify-items: end;
    gap: 4px;
    min-width: 110px;
}

body.marketplace-driver-page .marketplace-profile-review-summary>strong {
    font-size: 25px;
}

body.marketplace-driver-page .marketplace-profile-review-summary>small {
    color: #819ab3;
    font-size: 7px;
}

body.marketplace-driver-page .marketplace-profile-review-list {
    display: grid;
    gap: 12px;
}

body.marketplace-driver-page .marketplace-profile-review-list>article {
    padding: 19px;
    background: rgba(5, 23, 40, 0.66);
    border: 1px solid rgba(117, 157, 198, 0.15);
    border-radius: 16px;
}

body.marketplace-driver-page .marketplace-profile-review-list>article>header {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
}

body.marketplace-driver-page .marketplace-profile-review-avatar {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #071522;
    background: linear-gradient(135deg, #ffae00, #ffd45d);
    border-radius: 13px;
    font-size: 13px;
    font-weight: 900;
}

body.marketplace-driver-page .marketplace-profile-review-list header>div:nth-child(2) {
    display: grid;
    gap: 5px;
}

body.marketplace-driver-page .marketplace-profile-review-list header strong {
    font-size: 10px;
}

body.marketplace-driver-page .marketplace-profile-review-list time {
    color: #718da8;
    font-size: 7px;
}

body.marketplace-driver-page .marketplace-profile-review-list>article>p {
    margin: 14px 0 0;
    color: #abc0d3;
    font-size: 9px;
    line-height: 1.7;
}

body.marketplace-driver-page .marketplace-profile-driver-reply {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding: 11px 13px;
    background: rgba(255, 176, 0, 0.06);
    border: 1px solid rgba(255, 176, 0, 0.14);
    border-radius: 12px;
}

body.marketplace-driver-page .marketplace-profile-driver-reply>i {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.09);
    border-radius: 10px;
}

body.marketplace-driver-page .marketplace-profile-driver-reply > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}

body.marketplace-driver-page .marketplace-profile-driver-reply strong {
    display: block;
    margin: 0;
    color: var(--mp-yellow);
    font-size: 8px;
    line-height: 1.25;
}

body.marketplace-driver-page .marketplace-profile-driver-reply p {
    margin: 0;
    color: #9eb3c8;
    font-size: 8px;
    line-height: 1.6;
}

body.marketplace-driver-page .marketplace-profile-empty-state {
    grid-column: 1 / -1;
    display: grid;
    justify-items: center;
    gap: 7px;
    min-height: 150px;
    padding: 25px;
    text-align: center;
    color: #8099b2;
    background: rgba(5, 23, 40, 0.54);
    border: 1px dashed rgba(117, 157, 198, 0.22);
    border-radius: 16px;
}

body.marketplace-driver-page .marketplace-profile-empty-state>i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.08);
    border-radius: 15px;
    font-size: 17px;
}

body.marketplace-driver-page .marketplace-profile-empty-state strong {
    color: #dbe8f4;
    font-size: 11px;
}

body.marketplace-driver-page .marketplace-profile-empty-state span {
    max-width: 460px;
    font-size: 8px;
    line-height: 1.55;
}

body.marketplace-driver-page .marketplace-profile-lead-card {
    position: sticky;
    top: 94px;
    overflow: hidden;
    padding: 24px;
}

body.marketplace-driver-page .marketplace-profile-lead-card::before {
    content: "";
    position: absolute;
    top: -130px;
    right: -130px;
    width: 300px;
    height: 300px;
    border: 55px solid rgba(255, 176, 0, 0.028);
    border-radius: 999px;
    pointer-events: none;
}

body.marketplace-driver-page .marketplace-profile-lead-head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
}

body.marketplace-driver-page .marketplace-profile-lead-head-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    color: #071522;
    background: linear-gradient(135deg, #ffae00, #ffd45d);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(255, 176, 0, 0.18);
}

body.marketplace-driver-page .marketplace-profile-lead-head>div:last-child>span {
    color: #8fb1d3;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.10em;
}

body.marketplace-driver-page .marketplace-profile-lead-head h2 {
    margin: 6px 0 6px;
    font-size: 24px;
    letter-spacing: -0.035em;
}

body.marketplace-driver-page .marketplace-profile-lead-head p {
    margin: 0;
    color: #819bb4;
    font-size: 8px;
    line-height: 1.6;
}

body.marketplace-driver-page .marketplace-profile-lead-guarantees {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 18px;
}

body.marketplace-driver-page .marketplace-profile-lead-guarantees span {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 6px;
    min-height: 64px;
    padding: 8px;
    text-align: center;
    color: #8fa8c0;
    background: rgba(5, 23, 40, 0.62);
    border: 1px solid rgba(117, 157, 198, 0.13);
    border-radius: 12px;
    font-size: 7px;
    font-weight: 800;
}

body.marketplace-driver-page .marketplace-profile-lead-guarantees i {
    color: var(--mp-green);
    font-size: 12px;
}

body.marketplace-driver-page .marketplace-profile-form-progress {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin: 22px 0 18px;
    padding: 0 8px;
}

body.marketplace-driver-page .marketplace-profile-form-progress-line {
    position: absolute;
    top: 16px;
    left: 16.66%;
    right: 16.66%;
    height: 2px;
    overflow: hidden;
    background: rgba(117, 157, 198, 0.17);
}

body.marketplace-driver-page .marketplace-profile-form-progress-line span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #ffae00, #ffd45d);
    transition: width 360ms ease;
}

body.marketplace-driver-page .marketplace-profile-form-progress button {
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: center;
    gap: 5px;
    padding: 0;
    color: #718ca6;
    background: transparent;
    border: 0;
    font: inherit;
    cursor: pointer;
}

body.marketplace-driver-page .marketplace-profile-form-progress button>span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    background: #0a2238;
    border: 1px solid rgba(117, 157, 198, 0.23);
    border-radius: 11px;
    font-size: 9px;
    font-weight: 900;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-form-progress button small {
    font-size: 7px;
    font-weight: 800;
}

body.marketplace-driver-page .marketplace-profile-form-progress button.is-active,
body.marketplace-driver-page .marketplace-profile-form-progress button.is-complete {
    color: #d8e6f3;
}

body.marketplace-driver-page .marketplace-profile-form-progress button.is-active>span {
    color: #071522;
    background: var(--mp-yellow);
    border-color: var(--mp-yellow-2);
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(255, 176, 0, 0.20);
}

body.marketplace-driver-page .marketplace-profile-form-progress button.is-complete>span {
    color: #062217;
    background: var(--mp-green);
    border-color: var(--mp-green);
}

body.marketplace-driver-page .marketplace-profile-form-errors {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: start;
    gap: 11px;
    margin-bottom: 16px;
    padding: 13px;
    color: #ffd5da;
    background: rgba(255, 113, 128, 0.08);
    border: 1px solid rgba(255, 113, 128, 0.22);
    border-radius: 13px;
}

body.marketplace-driver-page .marketplace-profile-form-errors>i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--mp-red);
    background: rgba(255, 113, 128, 0.10);
    border-radius: 11px;
}

body.marketplace-driver-page .marketplace-profile-form-errors strong {
    font-size: 9px;
}

body.marketplace-driver-page .marketplace-profile-form-errors ul {
    margin: 7px 0 0;
    padding-left: 15px;
    font-size: 8px;
    line-height: 1.55;
}

body.marketplace-driver-page .marketplace-profile-lead-form {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 15px;
}

body.marketplace-driver-page .marketplace-profile-form-section {
    display: grid;
    gap: 14px;
    padding: 17px;
    background: rgba(5, 23, 40, 0.55);
    border: 1px solid rgba(117, 157, 198, 0.13);
    border-radius: 16px;
    transition: border-color 180ms ease, background 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-form-section:focus-within {
    background: rgba(7, 28, 47, 0.74);
    border-color: rgba(255, 176, 0, 0.26);
}

body.marketplace-driver-page .marketplace-profile-form-section-title {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(117, 157, 198, 0.12);
}

body.marketplace-driver-page .marketplace-profile-form-section-title>span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.08);
    border: 1px solid rgba(255, 176, 0, 0.15);
    border-radius: 11px;
}

body.marketplace-driver-page .marketplace-profile-form-section-title small {
    display: block;
    margin-bottom: 2px;
    color: #6f91b2;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

body.marketplace-driver-page .marketplace-profile-form-section-title h3 {
    margin: 0;
    font-size: 12px;
}

body.marketplace-driver-page .marketplace-profile-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body.marketplace-driver-page .marketplace-profile-field {
    display: grid;
    align-content: start;
    gap: 7px;
    margin: 0;
}

body.marketplace-driver-page .marketplace-profile-field-full {
    grid-column: 1 / -1;
}

body.marketplace-driver-page .marketplace-profile-field>label,
body.marketplace-driver-page .marketplace-profile-weekdays>legend {
    display: block;
    margin: 0;
    color: #a9bfd3;
    font-size: 8px;
    font-weight: 800;
    line-height: 1.3;
}

body.marketplace-driver-page .marketplace-profile-control {
    position: relative;
    display: block;
}

body.marketplace-driver-page .marketplace-profile-control>i:first-child {
    position: absolute;
    z-index: 3;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #78a3cf;
    font-size: 11px;
    pointer-events: none;
    transition: color 180ms ease, transform 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-control:focus-within>i:first-child {
    color: var(--mp-yellow);
    transform: translateY(-50%) scale(1.08);
}

body.marketplace-driver-page .marketplace-profile-control input,
body.marketplace-driver-page .marketplace-profile-control select,
body.marketplace-driver-page .marketplace-profile-control textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 52px;
    min-height: 52px;
    margin: 0;
    padding: 0 42px 0 40px;
    color: #fff;
    background: #06192b;
    border: 1px solid rgba(117, 157, 198, 0.23);
    border-radius: 13px;
    outline: none;
    font: inherit;
    font-size: 9px;
    font-weight: 700;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-control input::placeholder,
body.marketplace-driver-page .marketplace-profile-control textarea::placeholder {
    color: #607e9c;
    font-weight: 600;
}

body.marketplace-driver-page .marketplace-profile-control input:focus,
body.marketplace-driver-page .marketplace-profile-control select:focus,
body.marketplace-driver-page .marketplace-profile-control textarea:focus {
    background: #071d31;
    border-color: rgba(255, 176, 0, 0.66);
    box-shadow: 0 0 0 3px rgba(255, 176, 0, 0.09);
}

body.marketplace-driver-page .marketplace-profile-control select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

body.marketplace-driver-page .marketplace-profile-select-arrow {
    position: absolute !important;
    z-index: 3 !important;
    left: auto !important;
    right: 15px !important;
    top: 50% !important;
    color: #7da1c3 !important;
    font-size: 8px !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
}

body.marketplace-driver-page .marketplace-profile-control-date input {
    color-scheme: dark;
}

body.marketplace-driver-page .marketplace-profile-control-date input::-webkit-calendar-picker-indicator {
    opacity: 0.72;
    cursor: pointer;
}

body.marketplace-driver-page .marketplace-profile-control-textarea>i:first-child {
    top: 16px;
    transform: none;
}

body.marketplace-driver-page .marketplace-profile-control-textarea:focus-within>i:first-child {
    transform: scale(1.08);
}

body.marketplace-driver-page .marketplace-profile-control textarea {
    height: auto;
    min-height: 86px;
    padding-top: 14px;
    padding-bottom: 14px;
    resize: vertical;
    overflow-x: hidden;
}

body.marketplace-driver-page .marketplace-profile-weekdays {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

body.marketplace-driver-page .marketplace-profile-weekdays>legend {
    width: 100%;
    margin-bottom: 8px;
}

body.marketplace-driver-page .marketplace-profile-weekdays>legend i {
    margin-right: 6px;
    color: var(--mp-yellow);
}

body.marketplace-driver-page .marketplace-profile-weekdays>div {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
}

body.marketplace-driver-page .marketplace-profile-weekdays label {
    position: relative;
    min-width: 0;
    cursor: pointer;
}

body.marketplace-driver-page .marketplace-profile-weekdays input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body.marketplace-driver-page .marketplace-profile-weekdays span {
    display: grid;
    place-items: center;
    min-height: 39px;
    color: #8da7bf;
    background: #06192b;
    border: 1px solid rgba(117, 157, 198, 0.21);
    border-radius: 11px;
    font-size: 8px;
    font-weight: 900;
    transition: color 170ms ease, background 170ms ease, border-color 170ms ease, transform 170ms ease;
}

body.marketplace-driver-page .marketplace-profile-weekdays label:hover span {
    color: #fff;
    border-color: rgba(255, 176, 0, 0.34);
    transform: translateY(-2px);
}

body.marketplace-driver-page .marketplace-profile-weekdays input:checked+span {
    color: #071522;
    background: linear-gradient(135deg, #ffae00, #ffd45d);
    border-color: var(--mp-yellow-2);
    box-shadow: 0 8px 18px rgba(255, 176, 0, 0.14);
}

body.marketplace-driver-page .marketplace-profile-weekdays input:focus-visible+span {
    box-shadow: 0 0 0 3px rgba(255, 176, 0, 0.16);
}

body.marketplace-driver-page .marketplace-profile-map-card {
    overflow: hidden;
    max-width: 100%;
    background: #06192b;
    border: 1px solid rgba(117, 157, 198, 0.21);
    border-radius: 15px;
}

body.marketplace-driver-page .marketplace-profile-map-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border-bottom: 1px solid rgba(117, 157, 198, 0.14);
}

body.marketplace-driver-page .marketplace-profile-map-card-head>div {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
}

body.marketplace-driver-page .marketplace-profile-map-card-head>div>i {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.08);
    border: 1px solid rgba(255, 176, 0, 0.15);
    border-radius: 11px;
}

body.marketplace-driver-page .marketplace-profile-map-card-head span {
    display: grid;
    gap: 3px;
    min-width: 0;
}

body.marketplace-driver-page .marketplace-profile-map-card-head strong {
    font-size: 8px;
}

body.marketplace-driver-page .marketplace-profile-map-card-head small {
    color: #7390ab;
    font-size: 7px;
    line-height: 1.4;
}

body.marketplace-driver-page .marketplace-profile-map-card-head button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    padding: 0 10px;
    color: #b9cce0;
    background: #0b263e;
    border: 1px solid rgba(117, 157, 198, 0.22);
    border-radius: 10px;
    font: inherit;
    font-size: 7px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-map-card-head button:hover {
    color: var(--mp-yellow);
    border-color: rgba(255, 176, 0, 0.42);
    transform: translateY(-2px);
}

body.marketplace-driver-page .marketplace-profile-map-card-head button.is-loading i {
    animation: marketplaceProfileSpin 700ms linear infinite;
}

body.marketplace-driver-page .marketplace-profile-mini-map {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 210px;
    min-height: 210px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
}

body.marketplace-driver-page .marketplace-profile-mini-map.leaflet-container {
    max-width: 100%;
    background: #0b2034;
}

body.marketplace-driver-page .marketplace-profile-mini-map .leaflet-control-attribution {
    max-width: calc(100% - 20px);
    overflow: hidden;
    font-size: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.marketplace-driver-page .marketplace-profile-map-marker-shell {
    background: transparent;
    border: 0;
}

body.marketplace-driver-page .marketplace-profile-map-marker {
    position: relative;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: #071522;
    background: linear-gradient(135deg, #ffae00, #ffd45d);
    border: 5px solid rgba(6, 25, 42, 0.92);
    border-radius: 15px 15px 15px 4px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.30);
    transform: rotate(-45deg);
}

body.marketplace-driver-page .marketplace-profile-map-marker i {
    transform: rotate(45deg);
}

body.marketplace-driver-page .marketplace-profile-form-grid-textareas {
    margin-top: 14px;
}

body.marketplace-driver-page .marketplace-profile-consent-switch {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50px;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 13px 14px;
    background: rgba(4, 28, 37, 0.72);
    border: 1px solid rgba(57, 212, 154, 0.34);
    border-radius: 15px;
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-consent-switch:hover {
    transform: translateY(-2px);
    border-color: rgba(57, 212, 154, 0.56);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

body.marketplace-driver-page .marketplace-profile-consent-switch>input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

body.marketplace-driver-page .marketplace-profile-consent-copy {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    min-width: 0;
}

body.marketplace-driver-page .marketplace-profile-consent-copy>i {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    color: var(--mp-green);
    background: rgba(57, 212, 154, 0.10);
    border: 1px solid rgba(57, 212, 154, 0.19);
    border-radius: 12px;
}

body.marketplace-driver-page .marketplace-profile-consent-copy>span {
    display: grid;
    align-content: center;
    gap: 3px;
    min-width: 0;
    min-height: 40px;
}

body.marketplace-driver-page .marketplace-profile-consent-copy strong {
    font-size: 8px;
    line-height: 1.3;
}

body.marketplace-driver-page .marketplace-profile-consent-copy small {
    color: #7d9aaf;
    font-size: 7px;
    line-height: 1.4;
}

body.marketplace-driver-page .marketplace-profile-toggle {
    position: relative;
    display: block;
    width: 50px;
    height: 28px;
    background: #0a2238;
    border: 1px solid rgba(117, 157, 198, 0.35);
    border-radius: 999px;
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-toggle>span {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: #9bb1c6;
    border-radius: 999px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    transition: transform 200ms cubic-bezier(.2, .8, .2, 1), background 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-consent-switch>input:checked~.marketplace-profile-toggle {
    background: rgba(57, 212, 154, 0.18);
    border-color: rgba(57, 212, 154, 0.72);
    box-shadow: 0 0 0 3px rgba(57, 212, 154, 0.08);
}

body.marketplace-driver-page .marketplace-profile-consent-switch>input:checked~.marketplace-profile-toggle>span {
    background: var(--mp-green);
    transform: translateX(22px);
}

body.marketplace-driver-page .marketplace-profile-consent-switch:has(> input:checked) {
    background: rgba(5, 44, 43, 0.72);
    border-color: rgba(57, 212, 154, 0.54);
}

body.marketplace-driver-page .marketplace-profile-consent-switch>input:focus-visible~.marketplace-profile-toggle {
    box-shadow: 0 0 0 4px rgba(57, 212, 154, 0.14);
}

body.marketplace-driver-page .marketplace-profile-submit {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 68px;
    padding: 10px 16px 10px 10px;
    color: #071522;
    background: linear-gradient(135deg, #ffae00, #ffd45d);
    border: 1px solid rgba(255, 224, 130, 0.68);
    border-radius: 16px;
    font: inherit;
    cursor: pointer;
    box-shadow: 0 16px 36px rgba(255, 176, 0, 0.18);
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-submit::before {
    content: "";
    position: absolute;
    inset: -120% auto -120% -30%;
    z-index: -1;
    width: 24%;
    background: rgba(255, 255, 255, 0.42);
    transform: rotate(18deg) translateX(-240%);
    transition: transform 620ms ease;
}

body.marketplace-driver-page .marketplace-profile-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 23px 48px rgba(255, 176, 0, 0.26);
}

body.marketplace-driver-page .marketplace-profile-submit:hover::before {
    transform: rotate(18deg) translateX(780%);
}

body.marketplace-driver-page .marketplace-profile-submit:disabled {
    cursor: wait;
    filter: saturate(0.55);
}

body.marketplace-driver-page .marketplace-profile-submit-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    background: rgba(7, 21, 34, 0.10);
    border: 1px solid rgba(7, 21, 34, 0.13);
    border-radius: 13px;
}

body.marketplace-driver-page .marketplace-profile-submit>span:nth-child(2) {
    display: grid;
    justify-items: start;
    gap: 3px;
    min-width: 0;
    text-align: left;
}

body.marketplace-driver-page .marketplace-profile-submit strong {
    font-size: 11px;
}

body.marketplace-driver-page .marketplace-profile-submit small {
    font-size: 7px;
    opacity: 0.66;
}

body.marketplace-driver-page .marketplace-profile-submit>i:last-child {
    transition: transform 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-submit:hover>i:last-child {
    transform: translateX(4px);
}

body.marketplace-driver-page .marketplace-profile-submit.is-loading .marketplace-profile-submit-icon i {
    animation: marketplaceProfileSpin 700ms linear infinite;
}

body.marketplace-driver-page .marketplace-profile-submit-note {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;
    margin: -2px 0 0;
    color: #718ba4;
    font-size: 7px;
    line-height: 1.5;
    text-align: center;
}

body.marketplace-driver-page .marketplace-profile-submit-note i {
    margin-top: 2px;
    color: #7fa6ce;
}

@keyframes marketplaceProfileOrbit {
    to {
        transform: rotate(360deg);
    }
}

@keyframes marketplaceProfileRoute {
    to {
        stroke-dashoffset: -200;
    }
}

@keyframes marketplaceProfilePulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
        transform-origin: center;
    }

    50% {
        opacity: 0.72;
        transform: scale(1.25);
        transform-origin: center;
    }
}

@keyframes marketplaceProfileVanFloat {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(-3deg);
    }

    50% {
        transform: translate3d(8px, -10px, 0) rotate(3deg);
    }
}

@keyframes marketplaceProfileSpin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1260px) {
    body.marketplace-driver-page {
        --mp-profile-sidebar: 420px;
    }

    body.marketplace-driver-page .marketplace-profile-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
        gap: 42px;
    }

    body.marketplace-driver-page .marketplace-profile-identity {
        grid-template-columns: 98px minmax(0, 1fr);
        gap: 20px;
    }

    body.marketplace-driver-page .marketplace-profile-avatar-large {
        width: 98px;
        height: 98px;
        border-radius: 29px;
    }

    body.marketplace-driver-page .marketplace-profile-route-visual {
        min-height: 350px;
    }

    body.marketplace-driver-page .marketplace-profile-area-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1060px) {
    body.marketplace-driver-page .marketplace-profile-hero {
        min-height: 0;
        padding-bottom: 106px;
    }

    body.marketplace-driver-page .marketplace-profile-hero-grid,
    body.marketplace-driver-page .marketplace-profile-content-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.marketplace-driver-page .marketplace-profile-route-visual {
        width: min(680px, 100%);
        min-height: 390px;
    }

    body.marketplace-driver-page .marketplace-profile-lead-card {
        position: relative;
        top: auto;
        width: min(720px, 100%);
        margin-inline: auto;
    }

    body.marketplace-driver-page .marketplace-profile-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.marketplace-driver-page .marketplace-profile-trust-strip article:nth-child(2)::after {
        display: none;
    }

    body.marketplace-driver-page .marketplace-profile-trust-strip article:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(117, 157, 198, 0.14);
    }
}

@media (max-width: 720px) {
    body.marketplace-driver-page .marketplace-profile-hero {
        padding: 24px 15px 98px;
    }

    body.marketplace-driver-page .marketplace-profile-hero-shell,
    body.marketplace-driver-page .marketplace-profile-page-shell {
        width: 100%;
    }

    body.marketplace-driver-page .marketplace-profile-hero-grid {
        margin-top: 31px;
    }

    body.marketplace-driver-page .marketplace-profile-identity {
        grid-template-columns: minmax(0, 1fr);
    }

    body.marketplace-driver-page .marketplace-profile-avatar-large {
        width: 86px;
        height: 86px;
        border-radius: 25px;
        font-size: 28px;
    }

    body.marketplace-driver-page .marketplace-profile-identity-copy h1 {
        font-size: clamp(35px, 11vw, 50px);
    }

    body.marketplace-driver-page .marketplace-profile-hero-actions,
    body.marketplace-driver-page .marketplace-profile-primary-action,
    body.marketplace-driver-page .marketplace-profile-share {
        width: 100%;
    }

    body.marketplace-driver-page .marketplace-profile-primary-action {
        min-width: 0;
    }

    body.marketplace-driver-page .marketplace-profile-route-visual {
        min-height: 310px;
        border-radius: 26px;
    }

    body.marketplace-driver-page .marketplace-profile-route-card {
        min-width: 132px;
        grid-template-columns: 34px minmax(0, 1fr);
        padding: 9px;
    }

    body.marketplace-driver-page .marketplace-profile-route-card>i {
        width: 34px;
        height: 34px;
    }

    body.marketplace-driver-page .marketplace-profile-map-pin-home {
        left: 2%;
        bottom: 7%;
    }

    body.marketplace-driver-page .marketplace-profile-map-pin-school {
        right: 0;
        top: 31%;
    }

    body.marketplace-driver-page .marketplace-profile-route-van {
        left: 43%;
        top: 48%;
        width: 50px;
        height: 50px;
        font-size: 17px;
    }

    body.marketplace-driver-page .marketplace-profile-page-shell {
        margin-top: -58px;
        padding-inline: 15px;
        padding-bottom: 70px;
    }

    body.marketplace-driver-page .marketplace-profile-trust-strip {
        grid-template-columns: 1fr;
    }

    body.marketplace-driver-page .marketplace-profile-trust-strip article {
        min-height: 82px;
    }

    body.marketplace-driver-page .marketplace-profile-trust-strip article::after {
        display: none !important;
    }

    body.marketplace-driver-page .marketplace-profile-trust-strip article:not(:last-child) {
        border-bottom: 1px solid rgba(117, 157, 198, 0.14);
    }

    body.marketplace-driver-page .marketplace-profile-content-section,
    body.marketplace-driver-page .marketplace-profile-lead-card {
        padding: 18px;
    }

    body.marketplace-driver-page .marketplace-profile-section-heading,
    body.marketplace-driver-page .marketplace-profile-section-heading-reviews {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    body.marketplace-driver-page .marketplace-profile-section-heading>span {
        width: 44px;
        height: 44px;
    }

    body.marketplace-driver-page .marketplace-profile-review-summary {
        grid-column: 1 / -1;
        justify-items: start;
        padding-left: 59px;
    }

    body.marketplace-driver-page .marketplace-profile-confidence-grid,
    body.marketplace-driver-page .marketplace-profile-area-grid,
    body.marketplace-driver-page .marketplace-profile-form-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.marketplace-driver-page .marketplace-profile-field-full {
        grid-column: auto;
    }

    body.marketplace-driver-page .marketplace-profile-vehicle-card {
        grid-template-columns: minmax(0, 1fr);
    }

    body.marketplace-driver-page .marketplace-profile-vehicle-art {
        min-height: 115px;
    }

    body.marketplace-driver-page .marketplace-profile-area-grid>article {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    body.marketplace-driver-page .marketplace-profile-area-grid>article>small {
        grid-column: 2;
        justify-self: start;
    }

    body.marketplace-driver-page .marketplace-profile-lead-guarantees {
        grid-template-columns: 1fr;
    }

    body.marketplace-driver-page .marketplace-profile-lead-guarantees span {
        grid-template-columns: 24px minmax(0, 1fr);
        justify-items: start;
        min-height: 46px;
        text-align: left;
    }

    body.marketplace-driver-page .marketplace-profile-weekdays>div {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    body.marketplace-driver-page .marketplace-profile-map-card-head {
        align-items: stretch;
        flex-direction: column;
    }

    body.marketplace-driver-page .marketplace-profile-map-card-head button {
        width: 100%;
    }

    body.marketplace-driver-page .marketplace-profile-consent-switch {
        grid-template-columns: minmax(0, 1fr) 46px;
        padding: 12px;
    }

    body.marketplace-driver-page .marketplace-profile-consent-copy {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 9px;
    }

    body.marketplace-driver-page .marketplace-profile-consent-copy>i {
        width: 36px;
        height: 36px;
    }

    body.marketplace-driver-page .marketplace-profile-toggle {
        width: 46px;
        height: 26px;
    }

    body.marketplace-driver-page .marketplace-profile-toggle>span {
        width: 16px;
        height: 16px;
    }

    body.marketplace-driver-page .marketplace-profile-consent-switch>input:checked~.marketplace-profile-toggle>span {
        transform: translateX(20px);
    }
}

@media (max-width: 420px) {
    body.marketplace-driver-page .marketplace-profile-quick-info {
        display: grid;
    }

    body.marketplace-driver-page .marketplace-profile-quick-info span {
        border-radius: 12px;
    }

    body.marketplace-driver-page .marketplace-profile-route-card-bottom {
        right: 10px;
        bottom: 10px;
    }

    body.marketplace-driver-page .marketplace-profile-route-card-top {
        top: 10px;
        left: 10px;
    }

    body.marketplace-driver-page .marketplace-profile-weekdays>div {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.marketplace-driver-page .marketplace-profile-form-progress button small {
        font-size: 6px;
    }

    body.marketplace-driver-page .marketplace-profile-submit {
        grid-template-columns: 42px minmax(0, 1fr) auto;
        padding-right: 12px;
    }

    body.marketplace-driver-page .marketplace-profile-submit-icon {
        width: 42px;
        height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {

    body.marketplace-driver-page *,
    body.marketplace-driver-page *::before,
    body.marketplace-driver-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ==========================================================================
   CORREÇÃO GLOBAL DO EFEITO DE CLIQUE DOS BOTÕES
   Impede que o elemento do ripple entre no fluxo e aumente o botão.
   ========================================================================== */
body.marketplace-body :is(.marketplace-primary-link,
    .marketplace-secondary-link,
    .marketplace-search-submit,
    .marketplace-demand-button,
    .marketplace-nav-button,
    .marketplace-filter-submit,
    .marketplace-result-cta,
    .marketplace-results-primary-action,
    .marketplace-results-demand-button,
    .marketplace-results-toolbar-link,
    .marketplace-card-button,
    .marketplace-cancel-button,
    .marketplace-profile-primary-action,
    .marketplace-profile-share,
    .marketplace-profile-submit) {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate;
    contain: paint;
}

/* O círculo animado nunca pode participar do tamanho do botão. */
body.marketplace-body .marketplace-ripple {
    position: absolute !important;
    z-index: 0 !important;
    display: block !important;
    flex: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.32) !important;
    border: 0 !important;
    border-radius: 999px !important;
    pointer-events: none !important;
    transform: scale(0);
    transform-origin: center;
    animation: marketplaceRipple 620ms ease-out forwards;
}

/* Mantém textos e ícones acima do brilho. */
body.marketplace-body :is(.marketplace-primary-link,
    .marketplace-secondary-link,
    .marketplace-search-submit,
    .marketplace-demand-button,
    .marketplace-nav-button,
    .marketplace-filter-submit,
    .marketplace-result-cta,
    .marketplace-results-primary-action,
    .marketplace-results-demand-button,
    .marketplace-results-toolbar-link,
    .marketplace-card-button,
    .marketplace-cancel-button,
    .marketplace-profile-primary-action,
    .marketplace-profile-share,
    .marketplace-profile-submit)> :not(.marketplace-ripple) {
    position: relative;
    z-index: 1;
}

/* Clique sem alterar largura ou altura dos botões. */
body.marketplace-body :is(.marketplace-primary-link,
    .marketplace-search-submit,
    .marketplace-demand-button,
    .marketplace-filter-submit,
    .marketplace-result-cta,
    .marketplace-results-primary-action,
    .marketplace-results-demand-button,
    .marketplace-card-button,
    .marketplace-profile-primary-action,
    .marketplace-profile-submit):active {
    transform: translateY(0) scale(0.985) !important;
}

/* ==========================================================================
   SHIMMER GLOBAL DOS BOTÕES AMARELOS DO MARKETPLACE
   Brilho reto, contido e uniforme em todas as páginas públicas.
   ========================================================================== */
body.marketplace-body :is(.marketplace-search-submit,
    .marketplace-demand-button,
    .marketplace-primary-link,
    .marketplace-filter-submit,
    .marketplace-results-primary-action,
    .marketplace-results-demand-button,
    .marketplace-result-cta,
    .marketplace-results-filter-toggle,
    .marketplace-profile-primary-action,
    .marketplace-profile-submit,
    .marketplace-demand-cta button,
    .marketplace-modal-dialog form > button,
    .marketplace-lead-form > button,
    .marketplace-proposal button,
    .marketplace-empty button,
    .marketplace-conversation button,
    .marketplace-search-grid button),
body.marketplace-find-page .marketplace-nav-button,
body.marketplace-results-page .marketplace-results-pagination>a,
body.marketplace-driver-page .marketplace-profile-back {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
    contain: paint !important;
}

/* Remove qualquer versão antiga do brilho inclinado. */
body.marketplace-body :is(.marketplace-search-submit,
    .marketplace-demand-button,
    .marketplace-primary-link,
    .marketplace-filter-submit,
    .marketplace-results-primary-action,
    .marketplace-results-demand-button,
    .marketplace-result-cta,
    .marketplace-results-filter-toggle,
    .marketplace-profile-primary-action,
    .marketplace-profile-submit,
    .marketplace-demand-cta button,
    .marketplace-modal-dialog form > button,
    .marketplace-lead-form > button,
    .marketplace-proposal button,
    .marketplace-empty button,
    .marketplace-conversation button,
    .marketplace-search-grid button)::before,
body.marketplace-find-page .marketplace-nav-button::before,
body.marketplace-results-page .marketplace-results-pagination>a::before,
body.marketplace-driver-page .marketplace-profile-back::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: -46% !important;
    right: auto !important;
    z-index: 0 !important;
    width: 34% !important;
    min-width: 72px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.12) 28%,
            rgba(255, 255, 255, 0.48) 50%,
            rgba(255, 255, 255, 0.12) 72%,
            rgba(255, 255, 255, 0) 100%) !important;
    border: 0 !important;
    border-radius: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: skewX(-20deg) !important;
    transform-origin: center !important;
    transition:
        left 680ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 180ms ease !important;
}

/* O brilho atravessa somente o retângulo do botão. */
body.marketplace-body :is(.marketplace-search-submit,
    .marketplace-demand-button,
    .marketplace-primary-link,
    .marketplace-filter-submit,
    .marketplace-results-primary-action,
    .marketplace-results-demand-button,
    .marketplace-result-cta,
    .marketplace-results-filter-toggle,
    .marketplace-profile-primary-action,
    .marketplace-profile-submit,
    .marketplace-demand-cta button,
    .marketplace-modal-dialog form > button,
    .marketplace-lead-form > button,
    .marketplace-proposal button,
    .marketplace-empty button,
    .marketplace-conversation button,
    .marketplace-search-grid button):hover::before,
body.marketplace-body :is(.marketplace-search-submit,
    .marketplace-demand-button,
    .marketplace-primary-link,
    .marketplace-filter-submit,
    .marketplace-results-primary-action,
    .marketplace-results-demand-button,
    .marketplace-result-cta,
    .marketplace-results-filter-toggle,
    .marketplace-profile-primary-action,
    .marketplace-profile-submit,
    .marketplace-demand-cta button,
    .marketplace-modal-dialog form > button,
    .marketplace-lead-form > button,
    .marketplace-proposal button,
    .marketplace-empty button,
    .marketplace-conversation button,
    .marketplace-search-grid button):focus-visible::before,
body.marketplace-find-page .marketplace-nav-button:hover::before,
body.marketplace-find-page .marketplace-nav-button:focus-visible::before,
body.marketplace-results-page .marketplace-results-pagination>a:hover::before,
body.marketplace-results-page .marketplace-results-pagination>a:focus-visible::before,
body.marketplace-driver-page .marketplace-profile-back:hover::before,
body.marketplace-driver-page .marketplace-profile-back:focus-visible::before {
    left: 118% !important;
    opacity: 1 !important;
    transform: skewX(-20deg) !important;
}

/* Mantém ícones e textos acima do brilho. */
body.marketplace-body :is(.marketplace-search-submit,
    .marketplace-demand-button,
    .marketplace-primary-link,
    .marketplace-filter-submit,
    .marketplace-results-primary-action,
    .marketplace-results-demand-button,
    .marketplace-result-cta,
    .marketplace-results-filter-toggle,
    .marketplace-profile-primary-action,
    .marketplace-profile-submit,
    .marketplace-demand-cta button,
    .marketplace-modal-dialog form > button,
    .marketplace-lead-form > button,
    .marketplace-proposal button,
    .marketplace-empty button,
    .marketplace-conversation button,
    .marketplace-search-grid button)>*,
body.marketplace-find-page .marketplace-nav-button>*,
body.marketplace-results-page .marketplace-results-pagination>a>*,
body.marketplace-driver-page .marketplace-profile-back>* {
    position: relative;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {

    body.marketplace-body :is(.marketplace-search-submit,
        .marketplace-demand-button,
        .marketplace-primary-link,
        .marketplace-filter-submit,
        .marketplace-results-primary-action,
        .marketplace-results-demand-button,
        .marketplace-result-cta,
        .marketplace-results-filter-toggle,
        .marketplace-profile-primary-action,
        .marketplace-profile-submit,
        .marketplace-demand-cta button,
        .marketplace-modal-dialog form > button,
        .marketplace-lead-form > button,
        .marketplace-proposal button,
        .marketplace-empty button,
        .marketplace-conversation button,
        .marketplace-search-grid button)::before,
    body.marketplace-find-page .marketplace-nav-button::before,
    body.marketplace-results-page .marketplace-results-pagination>a::before,
    body.marketplace-driver-page .marketplace-profile-back::before {
        display: none !important;
    }
}

/* ==========================================================================
   PERFIL DO MOTORISTA: CEP E LOCALIZAÇÃO AUTOMÁTICA DO ENDEREÇO
   ========================================================================== */
body.marketplace-driver-page .marketplace-profile-control-with-status input {
    padding-right: 46px !important;
}

body.marketplace-driver-page .marketplace-profile-control-status {
    position: absolute;
    top: 50%;
    right: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #6f94bd;
    border-radius: 8px;
    pointer-events: none;
    transform: translateY(-50%);
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-control-status.is-loading {
    color: var(--marketplace-yellow, #ffb000);
    background: rgba(255, 176, 0, 0.08);
}

body.marketplace-driver-page .marketplace-profile-control-status.is-success {
    color: #48dfaa;
    background: rgba(72, 223, 170, 0.1);
}

body.marketplace-driver-page .marketplace-profile-control-status.is-error {
    color: #ff7b87;
    background: rgba(255, 123, 135, 0.1);
}

body.marketplace-driver-page .marketplace-profile-address-feedback {
    display: block;
    min-height: 16px;
    margin-top: 7px;
    color: #7694b4;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.45;
    transition: color 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-address-feedback.is-loading {
    color: #ffc13d;
}

body.marketplace-driver-page .marketplace-profile-address-feedback.is-success {
    color: #48dfaa;
}

body.marketplace-driver-page .marketplace-profile-address-feedback.is-error {
    color: #ff8994;
}

body.marketplace-driver-page .marketplace-profile-map-card-head {
    gap: 16px;
}

body.marketplace-driver-page .marketplace-profile-map-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

body.marketplace-driver-page .marketplace-profile-map-actions button {
    min-height: 40px;
    white-space: nowrap;
}

body.marketplace-driver-page .marketplace-profile-map-actions button[data-find-address-location] {
    color: #071421;
    background: linear-gradient(135deg, #ffb000, #ffd35c);
    border-color: rgba(255, 213, 92, 0.55);
    box-shadow: 0 12px 26px rgba(255, 176, 0, 0.14);
}

body.marketplace-driver-page .marketplace-profile-map-actions button[data-find-address-location]:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(255, 176, 0, 0.22);
}

body.marketplace-driver-page .marketplace-profile-geocode-feedback {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    margin: 0 16px 12px;
    padding: 9px 12px;
    color: #7897b8;
    background: rgba(2, 19, 34, 0.52);
    border: 1px solid rgba(120, 151, 184, 0.13);
    border-radius: 11px;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.45;
    transition:
        color 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

body.marketplace-driver-page .marketplace-profile-geocode-feedback>i {
    flex: 0 0 auto;
    width: 16px;
    text-align: center;
}

body.marketplace-driver-page .marketplace-profile-geocode-feedback.is-loading {
    color: #ffc13d;
    background: rgba(255, 176, 0, 0.06);
    border-color: rgba(255, 176, 0, 0.2);
}

body.marketplace-driver-page .marketplace-profile-geocode-feedback.is-success {
    color: #50e5b0;
    background: rgba(38, 197, 145, 0.07);
    border-color: rgba(80, 229, 176, 0.2);
    box-shadow: 0 10px 24px rgba(38, 197, 145, 0.06);
}

body.marketplace-driver-page .marketplace-profile-geocode-feedback.is-warning {
    color: #ffd169;
    background: rgba(255, 176, 0, 0.06);
    border-color: rgba(255, 176, 0, 0.18);
}

body.marketplace-driver-page .marketplace-profile-geocode-feedback.is-error {
    color: #ff929c;
    background: rgba(255, 96, 111, 0.07);
    border-color: rgba(255, 96, 111, 0.2);
}

body.marketplace-driver-page .marketplace-profile-map-actions button.is-loading {
    cursor: wait;
    opacity: 0.78;
    transform: none !important;
}

@media (max-width: 760px) {
    body.marketplace-driver-page .marketplace-profile-map-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    body.marketplace-driver-page .marketplace-profile-map-actions button {
        width: 100% !important;
    }

    body.marketplace-driver-page .marketplace-profile-geocode-feedback {
        margin-inline: 12px;
    }
}

/* ==========================================================================
   BOTÕES E CTAs DO MARKETPLACE SEM SUBLINHADO
   Remove a decoração padrão dos links em todos os estados.
   ========================================================================== */
body.marketplace-body :is(.marketplace-nav-button,
    .marketplace-primary-link,
    .marketplace-secondary-link,
    .marketplace-card-button,
    .marketplace-result-cta,
    .marketplace-results-primary-action,
    .marketplace-results-secondary-action,
    .marketplace-results-demand-button,
    .marketplace-results-toolbar-link,
    .marketplace-results-filter-toggle,
    .marketplace-profile-primary-action,
    .marketplace-profile-share,
    .marketplace-profile-back,
    .marketplace-cancel-button,
    .marketplace-status-page a,
    .marketplace-section-heading > a),
body.marketplace-body :is(.marketplace-nav-button,
    .marketplace-primary-link,
    .marketplace-secondary-link,
    .marketplace-card-button,
    .marketplace-result-cta,
    .marketplace-results-primary-action,
    .marketplace-results-secondary-action,
    .marketplace-results-demand-button,
    .marketplace-results-toolbar-link,
    .marketplace-results-filter-toggle,
    .marketplace-profile-primary-action,
    .marketplace-profile-share,
    .marketplace-profile-back,
    .marketplace-cancel-button,
    .marketplace-status-page a,
    .marketplace-section-heading > a):is(:link, :visited, :hover, :focus, :focus-visible, :active) {
    text-decoration: none !important;
    text-decoration-line: none !important;
}

/* Alguns navegadores propagam a decoração aos elementos internos. */
body.marketplace-body :is(.marketplace-nav-button,
    .marketplace-primary-link,
    .marketplace-secondary-link,
    .marketplace-card-button,
    .marketplace-result-cta,
    .marketplace-results-primary-action,
    .marketplace-results-secondary-action,
    .marketplace-results-demand-button,
    .marketplace-results-toolbar-link,
    .marketplace-results-filter-toggle,
    .marketplace-profile-primary-action,
    .marketplace-profile-share,
    .marketplace-profile-back,
    .marketplace-cancel-button) :is(span, strong, small, i) {
    text-decoration: none !important;
    text-decoration-line: none !important;
}

/* ==========================================================================
   PERFIL DO MOTORISTA: RESPIRO NO BLOCO DE ENDEREÇO E MAPA
   ========================================================================== */
body.marketplace-driver-page .marketplace-profile-map-card {
    container-type: inline-size;
    margin-top: 22px !important;
    margin-bottom: 26px !important;
    overflow: hidden;
    border-radius: 17px !important;
}

/* Cabeçalho dividido em apresentação e ações, sem colisões. */
body.marketplace-driver-page .marketplace-profile-map-card-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 16px !important;
    padding: 17px !important;
}

/* Somente o bloco de título recebe a grade de ícone + texto. */
body.marketplace-driver-page .marketplace-profile-map-card-head>div:first-child {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: 0 !important;
}

/* Ícone um pouco maior e com mais área de respiro. */
body.marketplace-driver-page .marketplace-profile-map-card-head>div:first-child>i {
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border-radius: 12px !important;
}

/* Texto com altura natural, sem ficar esmagado pelos botões. */
body.marketplace-driver-page .marketplace-profile-map-card-head>div:first-child>span {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 5px !important;
    min-width: 0 !important;
}

body.marketplace-driver-page .marketplace-profile-map-card-head>div:first-child strong {
    display: block !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
}

body.marketplace-driver-page .marketplace-profile-map-card-head>div:first-child small {
    display: block !important;
    max-width: 48ch;
    font-size: 8px !important;
    line-height: 1.55 !important;
}

/* Botões passam a ocupar uma área própria e organizada. */
body.marketplace-driver-page .marketplace-profile-map-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 10px !important;
    margin: 0 !important;
}

body.marketplace-driver-page .marketplace-profile-map-actions button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 10px 12px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    text-align: center !important;
}

/* Mensagem de localização separada do cabeçalho e do mapa. */
body.marketplace-driver-page .marketplace-profile-geocode-feedback {
    margin: 0 17px 16px !important;
    padding: 11px 13px !important;
    min-height: 44px !important;
    border-radius: 12px !important;
    line-height: 1.5 !important;
}

/* O mapa recebe uma divisão visual limpa. */
body.marketplace-driver-page .marketplace-profile-mini-map {
    border-top: 1px solid rgba(117, 157, 198, 0.12) !important;
}

/* Seção seguinte não fica colada ao mapa. */
body.marketplace-driver-page .marketplace-profile-map-card+input[type="hidden"]+input[type="hidden"]+.marketplace-profile-form-grid-textareas {
    margin-top: 26px !important;
}

/* Quando o card estiver estreito, os botões ficam um abaixo do outro. */
@container (max-width: 520px) {
    body.marketplace-driver-page .marketplace-profile-map-actions {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

/* Fallback para navegadores sem container queries e celulares. */
@media (max-width: 760px) {
    body.marketplace-driver-page .marketplace-profile-map-card {
        margin-top: 18px !important;
        margin-bottom: 22px !important;
    }

    body.marketplace-driver-page .marketplace-profile-map-card-head {
        gap: 14px !important;
        padding: 15px !important;
    }

    body.marketplace-driver-page .marketplace-profile-map-actions {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.marketplace-driver-page .marketplace-profile-geocode-feedback {
        margin: 0 15px 14px !important;
    }
}

/* ==========================================================================
   MODAIS DO MARKETPLACE: SWITCH IGUAL AO PRÉ-CADASTRO DO MOTORISTA
   Aplicado ao modal compartilhado de /find-a-driver e /drivers.
   ========================================================================== */
body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 50px !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 14px !important;
    margin: 2px 0 0 !important;
    padding: 13px 14px !important;
    color: inherit !important;
    background: rgba(4, 28, 37, 0.72) !important;
    border: 1px solid rgba(57, 212, 154, 0.34) !important;
    border-radius: 15px !important;
    cursor: pointer !important;
    transition:
        background 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch::before,
body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch::after {
    content: none !important;
    display: none !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch:hover {
    transform: translateY(-2px) !important;
    background: rgba(4, 32, 40, 0.78) !important;
    border-color: rgba(57, 212, 154, 0.56) !important;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16) !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch>input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch>.marketplace-profile-consent-copy {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 11px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch .marketplace-profile-consent-copy>i {
    display: grid !important;
    place-items: center !important;
    align-self: center !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--mp-green) !important;
    background: rgba(57, 212, 154, 0.10) !important;
    border: 1px solid rgba(57, 212, 154, 0.19) !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    transform: none !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch .marketplace-profile-consent-copy>span {
    display: grid !important;
    align-content: center !important;
    min-width: 0 !important;
    min-height: 40px !important;
    gap: 3px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch .marketplace-profile-consent-copy strong {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch .marketplace-profile-consent-copy small {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #7d9aaf !important;
    font-size: 8px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch>.marketplace-profile-toggle {
    position: relative !important;
    display: block !important;
    justify-self: end !important;
    width: 50px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #0a2238 !important;
    border: 1px solid rgba(117, 157, 198, 0.35) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    transition:
        background 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch>.marketplace-profile-toggle>span {
    position: absolute !important;
    top: 4px !important;
    left: 4px !important;
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #9bb1c6 !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25) !important;
    transform: translateX(0) !important;
    transition:
        transform 200ms cubic-bezier(.2, .8, .2, 1),
        background 180ms ease !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch>input:checked~.marketplace-profile-toggle {
    background: rgba(57, 212, 154, 0.18) !important;
    border-color: rgba(57, 212, 154, 0.72) !important;
    box-shadow: 0 0 0 3px rgba(57, 212, 154, 0.08) !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch>input:checked~.marketplace-profile-toggle>span {
    background: var(--mp-green) !important;
    transform: translateX(22px) !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch:has(> input:checked) {
    background: rgba(5, 44, 43, 0.72) !important;
    border-color: rgba(57, 212, 154, 0.54) !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch>input:focus-visible~.marketplace-profile-toggle {
    box-shadow: 0 0 0 4px rgba(57, 212, 154, 0.14) !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch:active .marketplace-profile-toggle>span {
    width: 21px !important;
}

body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch:active>input:checked~.marketplace-profile-toggle>span {
    transform: translateX(19px) !important;
}

@media (max-width: 560px) {
    body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch {
        grid-template-columns: minmax(0, 1fr) 46px !important;
        gap: 11px !important;
        padding: 12px !important;
    }

    body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch>.marketplace-profile-consent-copy {
        grid-template-columns: 36px minmax(0, 1fr) !important;
        gap: 9px !important;
    }

    body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch .marketplace-profile-consent-copy>i {
        width: 36px !important;
        height: 36px !important;
    }

    body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch .marketplace-profile-consent-copy>span {
        min-height: 36px !important;
    }

    body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch>.marketplace-profile-toggle {
        width: 46px !important;
        height: 26px !important;
    }

    body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch>.marketplace-profile-toggle>span {
        width: 16px !important;
        height: 16px !important;
    }

    body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch>input:checked~.marketplace-profile-toggle>span {
        transform: translateX(20px) !important;
    }
}

@media (prefers-reduced-motion: reduce) {

    body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch,
    body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch>.marketplace-profile-toggle,
    body.marketplace-body .marketplace-demand-dialog .marketplace-demand-consent-switch>.marketplace-profile-toggle>span {
        transition: none !important;
    }
}

/* ==========================================================================
   ESTABILIDADE DOS BOTÕES DURANTE CLIQUE
   O clique comprime visualmente, sem herdar altura do elemento pai.
   ========================================================================== */
body.marketplace-body :is(.marketplace-primary-link,
    .marketplace-secondary-link,
    .marketplace-search-submit,
    .marketplace-demand-button,
    .marketplace-nav-button,
    .marketplace-filter-submit,
    .marketplace-result-cta,
    .marketplace-results-primary-action,
    .marketplace-results-secondary-action,
    .marketplace-results-demand-button,
    .marketplace-results-toolbar-link,
    .marketplace-results-filter-toggle,
    .marketplace-card-button,
    .marketplace-profile-primary-action,
    .marketplace-profile-share,
    .marketplace-profile-submit,
    .marketplace-profile-map-actions button) {
    box-sizing: border-box !important;
    flex-shrink: 0;
}

body.marketplace-body :is(.marketplace-primary-link,
    .marketplace-secondary-link,
    .marketplace-search-submit,
    .marketplace-demand-button,
    .marketplace-nav-button,
    .marketplace-filter-submit,
    .marketplace-result-cta,
    .marketplace-results-primary-action,
    .marketplace-results-secondary-action,
    .marketplace-results-demand-button,
    .marketplace-results-toolbar-link,
    .marketplace-results-filter-toggle,
    .marketplace-card-button,
    .marketplace-profile-primary-action,
    .marketplace-profile-share,
    .marketplace-profile-submit,
    .marketplace-profile-map-actions button):active {
    transform: translateY(0) scale(0.985) !important;
}

/* A mensagem de geolocalização ganha respiro antes do mapa. */
body.marketplace-driver-page .marketplace-profile-geocode-feedback {
    margin-top: 17px !important;
}

/* ==========================================================================
   PÁGINA DE CONFIRMAÇÃO DE E-MAIL DO MARKETPLACE
   ========================================================================== */
body.marketplace-pending-confirmation-page {
    overflow-x: hidden;
}

body.marketplace-pending-confirmation-page main {
    position: relative;
    overflow: hidden;
}

.marketplace-pending-page {
    position: relative;
    min-height: calc(100vh - 86px);
    padding: clamp(58px, 7vw, 104px) clamp(20px, 5vw, 72px) 80px;
    background:
        radial-gradient(circle at 17% 24%, rgba(255, 176, 0, 0.08), transparent 27%),
        radial-gradient(circle at 86% 22%, rgba(36, 111, 177, 0.13), transparent 31%),
        linear-gradient(180deg, #061421 0%, #071a2b 52%, #061521 100%);
}

.marketplace-pending-page::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.36;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(104, 146, 185, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(104, 146, 185, 0.055) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.marketplace-pending-shell {
    position: relative;
    z-index: 2;
    width: min(1280px, 100%);
    margin: 0 auto;
}

.marketplace-pending-orbit,
.marketplace-pending-glow {
    position: absolute;
    pointer-events: none;
}

.marketplace-pending-orbit {
    border: 1px solid rgba(255, 176, 0, 0.08);
    border-radius: 50%;
}

.marketplace-pending-orbit.orbit-one {
    top: -210px;
    right: -120px;
    width: 570px;
    height: 570px;
}

.marketplace-pending-orbit.orbit-two {
    bottom: 40px;
    left: -180px;
    width: 420px;
    height: 420px;
}

.marketplace-pending-glow {
    width: 12px;
    height: 12px;
    background: var(--mp-yellow);
    border-radius: 50%;
    box-shadow: 0 0 24px rgba(255, 176, 0, 0.72);
}

.marketplace-pending-glow.glow-one {
    top: 16%;
    right: 17%;
    animation: marketplacePendingGlow 3.3s ease-in-out infinite;
}

.marketplace-pending-glow.glow-two {
    bottom: 18%;
    left: 11%;
    animation: marketplacePendingGlow 3.3s ease-in-out 1.25s infinite;
}

.marketplace-pending-trust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
    padding: 11px 14px;
    color: #9eb2c6;
    background: rgba(9, 31, 50, 0.72);
    border: 1px solid rgba(84, 126, 162, 0.22);
    border-radius: 14px;
    backdrop-filter: blur(14px);
}

.marketplace-pending-trust span,
.marketplace-pending-trust small {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 9px;
    font-weight: 800;
}

.marketplace-pending-trust span i {
    color: var(--mp-green);
}

.marketplace-pending-trust small {
    color: #6f8aa2;
    letter-spacing: 0.08em;
}

.marketplace-pending-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
    align-items: center;
    gap: clamp(38px, 5vw, 78px);
}

.marketplace-pending-copy {
    min-width: 0;
}

.marketplace-pending-copy .marketplace-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #9ec3ea;
}

.marketplace-pending-copy .marketplace-kicker i {
    color: var(--mp-yellow);
}

.marketplace-pending-copy h1 {
    max-width: 700px;
    margin: 17px 0 19px;
    color: #f8fbff;
    font-size: clamp(43px, 5vw, 74px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.marketplace-pending-copy h1 em {
    display: block;
    color: transparent;
    font-style: normal;
    background: linear-gradient(90deg, #ffb000, #ffd76a);
    background-clip: text;
    -webkit-background-clip: text;
}

.marketplace-pending-lead {
    max-width: 650px;
    margin: 0;
    color: #a9bed1;
    font-size: clamp(13px, 1.2vw, 16px);
    line-height: 1.75;
}

.marketplace-pending-lead strong {
    color: #ffffff;
}

.marketplace-pending-email-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 26px;
    align-items: center;
    gap: 13px;
    max-width: 610px;
    margin-top: 27px;
    padding: 14px 16px;
    background:
        linear-gradient(135deg, rgba(16, 52, 79, 0.84), rgba(7, 29, 47, 0.92));
    border: 1px solid rgba(92, 148, 193, 0.28);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.19);
}

.marketplace-pending-email-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: #071522;
    background: linear-gradient(145deg, #ffaf00, #ffd45c);
    border-radius: 14px;
    box-shadow: 0 12px 25px rgba(255, 176, 0, 0.2);
}

.marketplace-pending-email-card>span:nth-child(2) {
    min-width: 0;
}

.marketplace-pending-email-card small,
.marketplace-pending-email-card strong {
    display: block;
}

.marketplace-pending-email-card small {
    margin-bottom: 4px;
    color: #7692aa;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.marketplace-pending-email-card strong {
    overflow: hidden;
    color: #ffffff;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marketplace-pending-email-card>i {
    color: var(--mp-green);
    font-size: 17px;
}

.marketplace-pending-actions {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 17px;
}

.marketplace-pending-primary,
.marketplace-pending-secondary {
    min-height: 54px;
    padding: 0 18px;
    border-radius: 14px !important;
}

.marketplace-pending-primary {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 245px;
    gap: 22px;
    color: #071522 !important;
    background: linear-gradient(110deg, #ffaf00, #ffd25a) !important;
    border: 1px solid rgba(255, 223, 139, 0.38) !important;
    box-shadow: 0 14px 31px rgba(255, 176, 0, 0.18);
}

.marketplace-pending-primary>span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.marketplace-pending-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #c9d9e7 !important;
    background: rgba(13, 39, 61, 0.82) !important;
    border: 1px solid rgba(85, 132, 170, 0.32) !important;
}

.marketplace-pending-help {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    max-width: 610px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(87, 129, 165, 0.18);
}

.marketplace-pending-help-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.08);
    border: 1px solid rgba(255, 176, 0, 0.17);
    border-radius: 12px;
}

.marketplace-pending-help strong {
    display: block;
    margin-bottom: 5px;
    color: #eaf3fb;
    font-size: 10px;
}

.marketplace-pending-help p {
    margin: 0;
    color: #7f98ae;
    font-size: 9px;
    line-height: 1.65;
}

.marketplace-pending-visual {
    min-width: 0;
}

.marketplace-pending-scene {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 17%, rgba(255, 176, 0, 0.12), transparent 26%),
        linear-gradient(145deg, #0e2c46, #071c2f 70%);
    border: 1px solid rgba(92, 145, 188, 0.31);
    border-radius: 28px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.31);
}

.marketplace-pending-scene::before {
    content: "";
    position: absolute;
    top: -140px;
    right: -110px;
    width: 330px;
    height: 330px;
    border: 42px solid rgba(255, 176, 0, 0.035);
    border-radius: 50%;
}

.marketplace-pending-scene-grid {
    position: absolute;
    inset: 0;
    opacity: 0.58;
    background-image:
        linear-gradient(rgba(92, 141, 181, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(92, 141, 181, 0.08) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to right, black, transparent 92%);
}

.marketplace-pending-route {
    position: absolute;
    inset: 48px 18px 46px;
}

.marketplace-pending-route svg {
    width: 100%;
    height: 100%;
}

.marketplace-pending-route-shadow,
.marketplace-pending-route-line {
    fill: none;
    stroke-linecap: round;
}

.marketplace-pending-route-shadow {
    stroke: rgba(0, 0, 0, 0.35);
    stroke-width: 11;
}

.marketplace-pending-route-line {
    stroke: #ffb000;
    stroke-width: 4;
    stroke-dasharray: 9 12;
    animation: marketplacePendingRoute 16s linear infinite;
}

.marketplace-pending-node {
    position: absolute;
    display: grid;
    justify-items: center;
    gap: 6px;
}

.marketplace-pending-node span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: #071522;
    background: linear-gradient(145deg, #ffb000, #ffd25d);
    border: 6px solid rgba(9, 31, 50, 0.88);
    border-radius: 15px;
    box-shadow:
        0 0 0 1px rgba(255, 176, 0, 0.35),
        0 13px 24px rgba(0, 0, 0, 0.28);
}

.marketplace-pending-node small {
    color: #dce9f3;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.marketplace-pending-node.node-family {
    bottom: 66px;
    left: 8%;
}

.marketplace-pending-node.node-driver {
    top: 77px;
    right: 7%;
}

.marketplace-pending-flying-mail {
    position: absolute;
    top: 48%;
    left: 46%;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    color: #071522;
    background: linear-gradient(145deg, #ffad00, #ffdc70);
    border: 8px solid rgba(9, 31, 50, 0.9);
    border-radius: 18px;
    box-shadow:
        0 0 0 1px rgba(255, 176, 0, 0.45),
        0 17px 35px rgba(0, 0, 0, 0.32);
    font-size: 19px;
    animation: marketplacePendingMail 3.2s ease-in-out infinite;
}

.marketplace-pending-mail-panel {
    position: absolute;
    top: 24px;
    left: 24px;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 20px;
    align-items: center;
    width: min(355px, calc(100% - 48px));
    gap: 11px;
    padding: 11px 13px;
    background: rgba(7, 28, 46, 0.82);
    border: 1px solid rgba(92, 144, 185, 0.28);
    border-radius: 14px;
    backdrop-filter: blur(12px);
}

.marketplace-pending-mail-badge {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.08);
    border: 1px solid rgba(255, 176, 0, 0.19);
    border-radius: 12px;
}

.marketplace-pending-mail-panel small,
.marketplace-pending-mail-panel strong {
    display: block;
}

.marketplace-pending-mail-panel small {
    margin-bottom: 3px;
    color: #6f8ca5;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.marketplace-pending-mail-panel strong {
    color: #ffffff;
    font-size: 10px;
}

.marketplace-pending-mail-panel>i {
    color: var(--mp-yellow);
}

.marketplace-pending-secure-chip {
    position: absolute;
    right: 22px;
    bottom: 21px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 11px;
    color: #8fb1c9;
    background: rgba(5, 23, 38, 0.82);
    border: 1px solid rgba(75, 124, 162, 0.25);
    border-radius: 999px;
    font-size: 8px;
    font-weight: 700;
}

.marketplace-pending-secure-chip i {
    color: var(--mp-green);
}

.marketplace-pending-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 13px;
}

.marketplace-pending-summary>div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 11px;
    background: rgba(9, 31, 50, 0.8);
    border: 1px solid rgba(82, 129, 166, 0.22);
    border-radius: 13px;
}

.marketplace-pending-summary>div>span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.08);
    border-radius: 11px;
}

.marketplace-pending-summary p,
.marketplace-pending-summary small,
.marketplace-pending-summary strong {
    display: block;
    min-width: 0;
    margin: 0;
}

.marketplace-pending-summary small {
    margin-bottom: 3px;
    color: #64829b;
    font-size: 7px;
    font-weight: 800;
}

.marketplace-pending-summary strong {
    overflow: hidden;
    color: #dce8f3;
    font-size: 8px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marketplace-pending-progress {
    margin-top: clamp(48px, 7vw, 84px);
    padding: 25px;
    background:
        linear-gradient(135deg, rgba(15, 44, 68, 0.9), rgba(7, 26, 43, 0.93));
    border: 1px solid rgba(82, 129, 166, 0.24);
    border-radius: 22px;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
}

.marketplace-pending-progress>header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 19px;
}

.marketplace-pending-progress>header>span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.08);
    border: 1px solid rgba(255, 176, 0, 0.17);
    border-radius: 13px;
}

.marketplace-pending-progress>header small {
    display: block;
    margin-bottom: 4px;
    color: #7897b0;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.marketplace-pending-progress>header h2 {
    margin: 0;
    color: #f6f9fc;
    font-size: 19px;
}

.marketplace-pending-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
}

.marketplace-pending-steps::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 8%;
    left: 8%;
    height: 1px;
    background: linear-gradient(90deg,
            var(--mp-green) 0%,
            var(--mp-yellow) 34%,
            rgba(96, 137, 171, 0.24) 56%,
            rgba(96, 137, 171, 0.24) 100%);
}

.marketplace-pending-steps article {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    padding: 13px;
    background: rgba(6, 25, 42, 0.92);
    border: 1px solid rgba(69, 113, 148, 0.22);
    border-radius: 15px;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.marketplace-pending-steps article:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 176, 0, 0.3);
    box-shadow: 0 15px 28px rgba(0, 0, 0, 0.16);
}

.marketplace-pending-step-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: #6f8ca6;
    background: #102c45;
    border: 1px solid rgba(80, 128, 166, 0.25);
    border-radius: 14px;
}

.marketplace-pending-steps .is-done .marketplace-pending-step-icon {
    color: #052317;
    background: var(--mp-green);
    border-color: var(--mp-green);
}

.marketplace-pending-steps .is-current {
    background:
        linear-gradient(145deg, rgba(255, 176, 0, 0.08), rgba(6, 25, 42, 0.94));
    border-color: rgba(255, 176, 0, 0.33);
    box-shadow: inset 0 0 34px rgba(255, 176, 0, 0.035);
}

.marketplace-pending-steps .is-current .marketplace-pending-step-icon {
    color: #071522;
    background: var(--mp-yellow);
    border-color: var(--mp-yellow);
    animation: marketplacePendingStep 2.2s ease-in-out infinite;
}

.marketplace-pending-steps article small,
.marketplace-pending-steps article strong,
.marketplace-pending-steps article p {
    display: block;
}

.marketplace-pending-steps article small {
    margin-bottom: 4px;
    color: #617e96;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.marketplace-pending-steps article strong {
    color: #f3f7fa;
    font-size: 9px;
}

.marketplace-pending-steps article p {
    margin: 5px 0 0;
    color: #718ca3;
    font-size: 8px;
    line-height: 1.55;
}

.marketplace-pending-security-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    padding: 13px 16px;
    color: #7995ac;
    background: rgba(4, 30, 37, 0.57);
    border: 1px solid rgba(57, 212, 154, 0.17);
    border-radius: 14px;
}

.marketplace-pending-security-note>i {
    color: var(--mp-green);
    font-size: 17px;
}

.marketplace-pending-security-note p {
    margin: 0;
    font-size: 8px;
    line-height: 1.6;
}

.marketplace-pending-security-note strong {
    color: #b8e6d3;
}

@keyframes marketplacePendingRoute {
    to {
        stroke-dashoffset: -210;
    }
}

@keyframes marketplacePendingMail {

    0%,
    100% {
        transform: translate3d(-5px, 6px, 0) rotate(-5deg);
    }

    50% {
        transform: translate3d(10px, -11px, 0) rotate(4deg);
    }
}

@keyframes marketplacePendingGlow {

    0%,
    100% {
        opacity: 0.35;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        transform: scale(1.25);
    }
}

@keyframes marketplacePendingStep {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(255, 176, 0, 0.16);
    }

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

@media (max-width: 1040px) {
    .marketplace-pending-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .marketplace-pending-copy {
        max-width: 780px;
    }

    .marketplace-pending-visual {
        width: min(760px, 100%);
    }
}

@media (max-width: 820px) {
    .marketplace-pending-page {
        padding: 45px 18px 60px;
    }

    .marketplace-pending-trust {
        align-items: flex-start;
        flex-direction: column;
    }

    .marketplace-pending-copy h1 {
        font-size: clamp(42px, 12vw, 61px);
    }

    .marketplace-pending-summary {
        grid-template-columns: minmax(0, 1fr);
    }

    .marketplace-pending-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .marketplace-pending-steps::before {
        display: none;
    }
}

@media (max-width: 560px) {
    .marketplace-pending-copy h1 {
        font-size: 43px;
    }

    .marketplace-pending-email-card {
        grid-template-columns: 42px minmax(0, 1fr) 20px;
        padding: 12px;
    }

    .marketplace-pending-email-icon {
        width: 42px;
        height: 42px;
    }

    .marketplace-pending-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .marketplace-pending-primary,
    .marketplace-pending-secondary {
        width: 100%;
    }

    .marketplace-pending-scene {
        min-height: 360px;
        border-radius: 22px;
    }

    .marketplace-pending-mail-panel {
        top: 16px;
        left: 16px;
        width: calc(100% - 32px);
    }

    .marketplace-pending-node.node-family {
        bottom: 60px;
    }

    .marketplace-pending-node.node-driver {
        top: 91px;
    }

    .marketplace-pending-secure-chip {
        right: 14px;
        bottom: 14px;
        left: 14px;
        justify-content: center;
    }

    .marketplace-pending-steps {
        grid-template-columns: minmax(0, 1fr);
    }

    .marketplace-pending-progress {
        padding: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .marketplace-pending-route-line,
    .marketplace-pending-flying-mail,
    .marketplace-pending-glow,
    .marketplace-pending-steps .is-current .marketplace-pending-step-icon {
        animation: none !important;
    }
}

/* ==========================================================================
   CONFIRMAÇÃO DE E-MAIL: TRAÇADO CONECTADO AO MOTORISTA
   ========================================================================== */
.marketplace-pending-route-target {
    fill: #ffb000;
    stroke: rgba(255, 176, 0, 0.22);
    stroke-width: 12px;
    paint-order: stroke;
    filter: drop-shadow(0 0 7px rgba(255, 176, 0, 0.7));
    transform-box: fill-box;
    transform-origin: center;
    animation: marketplacePendingRouteTarget 2.1s ease-in-out infinite;
}

@keyframes marketplacePendingRouteTarget {

    0%,
    100% {
        opacity: 0.72;
        transform: scale(0.82);
    }

    50% {
        opacity: 1;
        transform: scale(1.18);
    }
}

@media (prefers-reduced-motion: reduce) {
    .marketplace-pending-route-target {
        animation: none !important;
    }
}

/* ==========================================================================
   NAVBAR: BOTÃO AMARELO EM TODAS AS TELAS DO MARKETPLACE
   ========================================================================== */
body.marketplace-body .marketplace-nav-button {
    position: relative;
    isolation: isolate;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    gap: 10px !important;
    margin-left: 10px !important;
    padding: 0 20px !important;
    color: #071522 !important;
    background: linear-gradient(110deg, #ffad00, #ffd35c) !important;
    border: 1px solid rgba(255, 219, 125, 0.52) !important;
    border-radius: 12px !important;
    box-shadow: 0 13px 31px rgba(255, 176, 0, 0.19) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        filter 180ms ease !important;
}

body.marketplace-body .marketplace-nav-button:hover,
body.marketplace-body .marketplace-nav-button:focus-visible {
    color: #071522 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 18px 39px rgba(255, 176, 0, 0.28) !important;
    filter: brightness(1.035);
}

body.marketplace-body .marketplace-nav-button i {
    transition: transform 180ms ease;
}

body.marketplace-body .marketplace-nav-button:hover i,
body.marketplace-body .marketplace-nav-button:focus-visible i {
    transform: translateX(3px);
}

/* ==========================================================================
   ACOMPANHAMENTO DA SOLICITAÇÃO: EXPERIÊNCIA PREMIUM
   ========================================================================== */
body.marketplace-lead-status-page {
    overflow-x: hidden;
}

body.marketplace-lead-status-page main {
    position: relative;
    overflow: hidden;
}

.marketplace-lead-track {
    position: relative;
    min-height: calc(100vh - 86px);
    padding: clamp(52px, 6vw, 90px) clamp(20px, 5vw, 76px) 90px;
    background:
        radial-gradient(circle at 10% 15%, rgba(255, 176, 0, 0.075), transparent 28%),
        radial-gradient(circle at 88% 11%, rgba(44, 112, 177, 0.14), transparent 31%),
        linear-gradient(180deg, #061522 0%, #071a2b 53%, #061521 100%);
}

.marketplace-lead-track::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.46;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(98, 143, 181, 0.052) 1px, transparent 1px),
        linear-gradient(90deg, rgba(98, 143, 181, 0.052) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, black, transparent 73%);
}

.marketplace-lead-track-shell {
    position: relative;
    z-index: 2;
    width: min(1320px, 100%);
    margin: 0 auto;
}

.marketplace-lead-track-orbit,
.marketplace-lead-track-glow {
    position: absolute;
    pointer-events: none;
}

.marketplace-lead-track-orbit {
    border: 1px solid rgba(255, 176, 0, 0.075);
    border-radius: 50%;
}

.marketplace-lead-track-orbit.orbit-one {
    top: -240px;
    right: -165px;
    width: 600px;
    height: 600px;
}

.marketplace-lead-track-orbit.orbit-two {
    bottom: 180px;
    left: -225px;
    width: 470px;
    height: 470px;
}

.marketplace-lead-track-glow {
    width: 11px;
    height: 11px;
    background: var(--mp-yellow);
    border-radius: 50%;
    box-shadow: 0 0 24px rgba(255, 176, 0, 0.76);
}

.marketplace-lead-track-glow.glow-one {
    top: 11%;
    right: 13%;
    animation: marketplaceLeadTrackGlow 3.5s ease-in-out infinite;
}

.marketplace-lead-track-glow.glow-two {
    bottom: 25%;
    left: 9%;
    animation: marketplaceLeadTrackGlow 3.5s ease-in-out 1.2s infinite;
}

.marketplace-lead-track-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 25px;
    padding: 11px 14px;
    color: #9bb2c6;
    background: rgba(8, 30, 49, 0.76);
    border: 1px solid rgba(86, 133, 172, 0.23);
    border-radius: 14px;
    backdrop-filter: blur(13px);
}

.marketplace-lead-track-topbar span,
.marketplace-lead-track-topbar small {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 9px;
    font-weight: 800;
}

.marketplace-lead-track-topbar span i {
    color: var(--mp-green);
}

.marketplace-lead-track-topbar small {
    color: #6d8aa2;
    letter-spacing: 0.08em;
}

.marketplace-lead-track-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
    align-items: center;
    gap: clamp(38px, 5vw, 78px);
}

.marketplace-lead-track-copy {
    min-width: 0;
}

.marketplace-lead-track-copy h1 {
    max-width: 680px;
    margin: 18px 0 20px;
    color: #f8fbff;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 900;
    line-height: 0.99;
    letter-spacing: -0.052em;
}

.marketplace-lead-track-copy>p {
    max-width: 650px;
    margin: 0;
    color: #a7bdd0;
    font-size: clamp(13px, 1.2vw, 16px);
    line-height: 1.75;
}

.marketplace-lead-track-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.marketplace-lead-track-chips span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 11px;
    color: #bdd0df;
    background: rgba(11, 37, 59, 0.78);
    border: 1px solid rgba(82, 130, 167, 0.23);
    border-radius: 999px;
    font-size: 8px;
    font-weight: 800;
}

.marketplace-lead-track-chips i {
    color: var(--mp-yellow);
}

.marketplace-lead-track-actions {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 20px;
}

.marketplace-lead-track-primary,
.marketplace-lead-track-secondary {
    min-height: 53px;
    padding: 0 17px;
    border-radius: 14px !important;
}

.marketplace-lead-track-primary {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 250px;
    gap: 20px;
    color: #071522 !important;
    background: linear-gradient(110deg, #ffad00, #ffd35d) !important;
    border: 1px solid rgba(255, 220, 128, 0.45) !important;
    box-shadow: 0 14px 33px rgba(255, 176, 0, 0.18);
}

.marketplace-lead-track-primary>span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.marketplace-lead-track-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #d0dfeb !important;
    background: rgba(13, 39, 61, 0.84) !important;
    border: 1px solid rgba(84, 132, 170, 0.31) !important;
}

.marketplace-lead-track-visual {
    min-width: 0;
}

.marketplace-lead-track-map {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 17%, rgba(255, 176, 0, 0.13), transparent 27%),
        linear-gradient(145deg, #0f2e49, #071d31 70%);
    border: 1px solid rgba(92, 145, 188, 0.31);
    border-radius: 28px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.31);
}

.marketplace-lead-track-map::before {
    content: "";
    position: absolute;
    top: -135px;
    right: -105px;
    width: 330px;
    height: 330px;
    border: 42px solid rgba(255, 176, 0, 0.04);
    border-radius: 50%;
}

.marketplace-lead-track-map-grid {
    position: absolute;
    inset: 0;
    opacity: 0.6;
    background-image:
        linear-gradient(rgba(92, 141, 181, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(92, 141, 181, 0.08) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to right, black, transparent 92%);
}

.marketplace-lead-track-status-card {
    position: absolute;
    z-index: 3;
    top: 21px;
    left: 21px;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 20px;
    align-items: center;
    width: min(370px, calc(100% - 42px));
    gap: 11px;
    padding: 11px 13px;
    background: rgba(7, 28, 46, 0.84);
    border: 1px solid rgba(92, 144, 185, 0.28);
    border-radius: 14px;
    backdrop-filter: blur(12px);
}

.marketplace-lead-track-status-card>span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.08);
    border: 1px solid rgba(255, 176, 0, 0.18);
    border-radius: 12px;
}

.marketplace-lead-track-status-card small,
.marketplace-lead-track-status-card strong {
    display: block;
}

.marketplace-lead-track-status-card small {
    margin-bottom: 3px;
    color: #6f8ca5;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.marketplace-lead-track-status-card strong {
    color: #ffffff;
    font-size: 10px;
}

.marketplace-lead-track-status-card>i {
    color: var(--mp-green);
}

.marketplace-lead-track-route {
    position: absolute;
    inset: 65px 20px 35px;
    width: calc(100% - 40px);
    height: calc(100% - 100px);
}

.marketplace-lead-track-route-shadow,
.marketplace-lead-track-route-line {
    fill: none;
    stroke-linecap: round;
}

.marketplace-lead-track-route-shadow {
    stroke: rgba(0, 0, 0, 0.36);
    stroke-width: 12;
}

.marketplace-lead-track-route-line {
    stroke: var(--mp-yellow);
    stroke-width: 4;
    stroke-dasharray: 10 12;
    animation: marketplaceLeadTrackRoute 16s linear infinite;
}

.marketplace-lead-track-node {
    position: absolute;
    z-index: 4;
    display: grid;
    justify-items: center;
    gap: 6px;
}

.marketplace-lead-track-node span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: #071522;
    background: linear-gradient(145deg, #ffae00, #ffd45e);
    border: 6px solid rgba(9, 31, 50, 0.9);
    border-radius: 15px;
    box-shadow:
        0 0 0 1px rgba(255, 176, 0, 0.35),
        0 13px 24px rgba(0, 0, 0, 0.28);
}

.marketplace-lead-track-node small {
    color: #dce9f3;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.marketplace-lead-track-node.node-family {
    bottom: 60px;
    left: 8%;
}

.marketplace-lead-track-node.node-driver {
    top: 84px;
    right: 7%;
}

.marketplace-lead-track-moving-van {
    position: absolute;
    z-index: 5;
    top: 49%;
    left: 47%;
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    color: #071522;
    background: linear-gradient(145deg, #ffad00, #ffdc70);
    border: 8px solid rgba(9, 31, 50, 0.91);
    border-radius: 19px;
    box-shadow:
        0 0 0 1px rgba(255, 176, 0, 0.45),
        0 17px 35px rgba(0, 0, 0, 0.32);
    font-size: 19px;
    animation: marketplaceLeadTrackVan 3.25s ease-in-out infinite;
}

.marketplace-lead-track-match {
    position: absolute;
    z-index: 4;
    right: 22px;
    bottom: 20px;
    display: grid;
    grid-template-columns: auto auto;
    align-items: end;
    min-width: 126px;
    gap: 2px 7px;
    padding: 11px 13px;
    background: rgba(6, 26, 43, 0.86);
    border: 1px solid rgba(82, 130, 167, 0.26);
    border-radius: 14px;
    backdrop-filter: blur(10px);
}

.marketplace-lead-track-match small,
.marketplace-lead-track-match span {
    color: #6f8ba3;
    font-size: 7px;
    font-weight: 800;
}

.marketplace-lead-track-match strong {
    grid-row: 1 / 3;
    grid-column: 2;
    color: var(--mp-yellow);
    font-size: 25px;
    line-height: 1;
}

.marketplace-lead-track-security {
    position: absolute;
    z-index: 4;
    bottom: 22px;
    left: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 11px;
    color: #8fb1c9;
    background: rgba(5, 23, 38, 0.84);
    border: 1px solid rgba(75, 124, 162, 0.25);
    border-radius: 999px;
    font-size: 8px;
    font-weight: 700;
}

.marketplace-lead-track-security i {
    color: var(--mp-green);
}

.marketplace-lead-track-journey {
    margin-top: clamp(45px, 6vw, 76px);
    padding: 25px;
    background:
        linear-gradient(135deg, rgba(15, 44, 68, 0.91), rgba(7, 26, 43, 0.94));
    border: 1px solid rgba(82, 129, 166, 0.24);
    border-radius: 22px;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
}

.marketplace-lead-track-journey>header {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.marketplace-lead-track-journey>header>span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.08);
    border: 1px solid rgba(255, 176, 0, 0.17);
    border-radius: 13px;
}

.marketplace-lead-track-journey>header small {
    display: block;
    margin-bottom: 4px;
    color: #7897b0;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.marketplace-lead-track-journey>header h2 {
    margin: 0;
    color: #f6f9fc;
    font-size: 19px;
}

.marketplace-lead-track-journey-status {
    display: grid;
    text-align: right;
}

.marketplace-lead-track-journey-status strong {
    color: var(--mp-yellow);
    font-size: 19px;
}

.marketplace-lead-track-journey-status span {
    color: #708ca4;
    font-size: 8px;
}

.marketplace-lead-track-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
}

.marketplace-lead-track-timeline::before {
    content: "";
    position: absolute;
    top: 26px;
    right: 8%;
    left: 8%;
    height: 1px;
    background: linear-gradient(90deg,
            var(--mp-green) 0%,
            var(--mp-yellow) 46%,
            rgba(96, 137, 171, 0.24) 65%,
            rgba(96, 137, 171, 0.24) 100%);
}

.marketplace-lead-track-timeline article {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    min-width: 0;
    gap: 10px;
    padding: 13px;
    background: rgba(6, 25, 42, 0.93);
    border: 1px solid rgba(69, 113, 148, 0.22);
    border-radius: 15px;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.marketplace-lead-track-timeline article:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 176, 0, 0.3);
    box-shadow: 0 15px 28px rgba(0, 0, 0, 0.16);
}

.marketplace-lead-track-step-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: #6f8ca6;
    background: #102c45;
    border: 1px solid rgba(80, 128, 166, 0.25);
    border-radius: 14px;
}

.marketplace-lead-track-timeline .is-done .marketplace-lead-track-step-icon {
    color: #052317;
    background: var(--mp-green);
    border-color: var(--mp-green);
}

.marketplace-lead-track-timeline .is-current {
    background:
        linear-gradient(145deg, rgba(255, 176, 0, 0.08), rgba(6, 25, 42, 0.95));
    border-color: rgba(255, 176, 0, 0.33);
}

.marketplace-lead-track-timeline .is-current .marketplace-lead-track-step-icon {
    color: #071522;
    background: var(--mp-yellow);
    border-color: var(--mp-yellow);
    animation: marketplaceLeadTrackStep 2.2s ease-in-out infinite;
}

.marketplace-lead-track-timeline article small,
.marketplace-lead-track-timeline article strong,
.marketplace-lead-track-timeline article p,
.marketplace-lead-track-timeline article time {
    display: block;
}

.marketplace-lead-track-timeline article small {
    margin-bottom: 4px;
    color: #617e96;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.marketplace-lead-track-timeline article strong {
    color: #f3f7fa;
    font-size: 9px;
}

.marketplace-lead-track-timeline article p {
    margin: 5px 0 8px;
    color: #718ca3;
    font-size: 8px;
    line-height: 1.55;
}

.marketplace-lead-track-timeline article time {
    color: #88a4ba;
    font-size: 7px;
    font-weight: 700;
}

.marketplace-lead-track-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: start;
    gap: 18px;
    margin-top: 18px;
}

.marketplace-lead-track-main {
    display: grid;
    min-width: 0;
    gap: 18px;
}

.marketplace-lead-track-proposal,
.marketplace-lead-track-conversation,
.marketplace-lead-track-summary,
.marketplace-lead-track-safe,
.marketplace-lead-track-rejection {
    background:
        linear-gradient(145deg, rgba(15, 43, 67, 0.96), rgba(7, 26, 43, 0.97));
    border: 1px solid rgba(78, 126, 164, 0.27);
    border-radius: 20px;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.19);
}

.marketplace-lead-track-proposal {
    padding: 24px;
    background:
        radial-gradient(circle at 88% 10%, rgba(255, 176, 0, 0.12), transparent 30%),
        linear-gradient(145deg, rgba(24, 51, 70, 0.97), rgba(9, 29, 47, 0.98));
    border-color: rgba(255, 176, 0, 0.31);
}

.marketplace-lead-track-proposal-head {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.marketplace-lead-track-proposal-head>span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: #071522;
    background: var(--mp-yellow);
    border-radius: 13px;
}

.marketplace-lead-track-proposal-head small,
.marketplace-lead-track-proposal-head h2 {
    display: block;
    margin: 0;
}

.marketplace-lead-track-proposal-head small {
    margin-bottom: 4px;
    color: #8ca8be;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.marketplace-lead-track-proposal-head h2 {
    color: #ffffff;
    font-size: 19px;
}

.marketplace-lead-track-proposal-price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-top: 22px;
    padding: 18px;
    background: rgba(6, 25, 42, 0.8);
    border: 1px solid rgba(255, 176, 0, 0.18);
    border-radius: 15px;
}

.marketplace-lead-track-proposal-price small {
    color: #7895ad;
    font-size: 8px;
    font-weight: 800;
}

.marketplace-lead-track-proposal-price strong {
    color: var(--mp-yellow);
    font-size: 31px;
    line-height: 1;
}

.marketplace-lead-track-proposal-price strong span {
    color: #8da4b8;
    font-size: 9px;
}

.marketplace-lead-track-proposal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 11px;
}

.marketplace-lead-track-proposal-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 10px;
    color: #bfd0dd;
    background: rgba(7, 27, 45, 0.78);
    border: 1px solid rgba(79, 125, 161, 0.23);
    border-radius: 10px;
    font-size: 8px;
    font-weight: 700;
}

.marketplace-lead-track-proposal-meta i {
    color: var(--mp-yellow);
}

.marketplace-lead-track-proposal-notes {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    margin-top: 12px;
    padding: 13px;
    color: #b7cad9;
    background: rgba(7, 28, 45, 0.75);
    border-radius: 12px;
}

.marketplace-lead-track-proposal-notes>i {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.08);
    border-radius: 10px;
}

.marketplace-lead-track-proposal-notes p {
    align-self: center;
    margin: 0;
    font-size: 9px;
    line-height: 1.65;
}

.marketplace-lead-track-proposal form {
    margin-top: 14px;
}

.marketplace-lead-track-proposal button,
.marketplace-lead-track-message-form button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 55px;
    overflow: hidden;
    gap: 18px;
    padding: 0 17px;
    color: #071522;
    background: linear-gradient(110deg, #ffad00, #ffd35d);
    border: 1px solid rgba(255, 220, 128, 0.48);
    border-radius: 14px;
    box-shadow: 0 14px 31px rgba(255, 176, 0, 0.18);
    font: inherit;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.marketplace-lead-track-proposal button>span,
.marketplace-lead-track-message-form button>span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.marketplace-lead-track-proposal button:hover,
.marketplace-lead-track-message-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 37px rgba(255, 176, 0, 0.25);
}

.marketplace-lead-track-rejection {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    padding: 20px;
    border-color: rgba(255, 113, 128, 0.28);
    background:
        linear-gradient(145deg, rgba(69, 25, 39, 0.36), rgba(8, 27, 44, 0.97));
}

.marketplace-lead-track-rejection>span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: #ff9aa5;
    background: rgba(255, 113, 128, 0.1);
    border-radius: 13px;
}

.marketplace-lead-track-rejection small,
.marketplace-lead-track-rejection h2,
.marketplace-lead-track-rejection p {
    display: block;
    margin: 0;
}

.marketplace-lead-track-rejection small {
    margin-bottom: 4px;
    color: #b77e88;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.marketplace-lead-track-rejection h2 {
    color: #ffe9ec;
    font-size: 17px;
}

.marketplace-lead-track-rejection p {
    margin-top: 7px;
    color: #bea4aa;
    font-size: 9px;
    line-height: 1.65;
}

.marketplace-lead-track-conversation {
    padding: 24px;
}

.marketplace-lead-track-conversation>header {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(83, 130, 167, 0.19);
}

.marketplace-lead-track-conversation>header>span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.08);
    border: 1px solid rgba(255, 176, 0, 0.17);
    border-radius: 13px;
}

.marketplace-lead-track-conversation>header small,
.marketplace-lead-track-conversation>header h2,
.marketplace-lead-track-conversation>header p {
    display: block;
    margin: 0;
}

.marketplace-lead-track-conversation>header small {
    margin-bottom: 4px;
    color: #7694ac;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.11em;
}

.marketplace-lead-track-conversation>header h2 {
    color: #ffffff;
    font-size: 18px;
}

.marketplace-lead-track-conversation>header p {
    margin-top: 5px;
    color: #758fa6;
    font-size: 8px;
    line-height: 1.5;
}

.marketplace-lead-track-conversation>header>strong {
    padding: 8px 10px;
    color: #9bb2c5;
    background: rgba(8, 28, 46, 0.8);
    border: 1px solid rgba(76, 122, 159, 0.23);
    border-radius: 999px;
    font-size: 8px;
}

.marketplace-lead-track-messages {
    display: grid;
    gap: 12px;
    max-height: 430px;
    margin-top: 18px;
    padding-right: 5px;
    overflow-y: auto;
    scrollbar-color: rgba(255, 176, 0, 0.5) rgba(8, 28, 46, 0.5);
    scrollbar-width: thin;
}

.marketplace-lead-track-messages article {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    width: min(82%, 660px);
    gap: 10px;
}

.marketplace-lead-track-messages article.is-driver {
    justify-self: end;
}

.marketplace-lead-track-message-avatar {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: #89a7be;
    background: #102c45;
    border: 1px solid rgba(79, 127, 164, 0.24);
    border-radius: 11px;
}

.marketplace-lead-track-messages .is-driver .marketplace-lead-track-message-avatar {
    order: 2;
    color: #071522;
    background: var(--mp-yellow);
    border-color: var(--mp-yellow);
}

.marketplace-lead-track-messages article>div {
    min-width: 0;
    padding: 12px 13px;
    background: rgba(7, 27, 45, 0.84);
    border: 1px solid rgba(73, 119, 155, 0.22);
    border-radius: 4px 14px 14px 14px;
}

.marketplace-lead-track-messages article.is-driver>div {
    background:
        linear-gradient(145deg, rgba(77, 58, 16, 0.7), rgba(35, 37, 38, 0.86));
    border-color: rgba(255, 176, 0, 0.24);
    border-radius: 14px 4px 14px 14px;
}

.marketplace-lead-track-messages article header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.marketplace-lead-track-messages article strong {
    color: var(--mp-yellow);
    font-size: 8px;
}

.marketplace-lead-track-messages article time {
    color: #69859c;
    font-size: 7px;
}

.marketplace-lead-track-messages article p {
    margin: 7px 0 0;
    color: #c1d2df;
    font-size: 9px;
    line-height: 1.7;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.marketplace-lead-track-empty-chat {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 18px;
    background: rgba(7, 27, 45, 0.72);
    border: 1px dashed rgba(82, 128, 164, 0.3);
    border-radius: 14px;
}

.marketplace-lead-track-empty-chat>span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.08);
    border-radius: 14px;
}

.marketplace-lead-track-empty-chat strong {
    display: block;
    color: #eaf2f8;
    font-size: 10px;
}

.marketplace-lead-track-empty-chat p {
    margin: 5px 0 0;
    color: #718ca3;
    font-size: 8px;
    line-height: 1.6;
}

.marketplace-lead-track-message-form {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(83, 130, 167, 0.19);
}

.marketplace-lead-track-message-form label {
    display: grid;
    gap: 7px;
}

.marketplace-lead-track-message-form label>span {
    color: #a9bdce;
    font-size: 9px;
    font-weight: 800;
}

.marketplace-lead-track-message-form label>div {
    position: relative;
}

.marketplace-lead-track-message-form label>div>i {
    position: absolute;
    top: 17px;
    left: 15px;
    color: #7998b1;
    font-size: 12px;
}

.marketplace-lead-track-message-form textarea {
    width: 100%;
    min-height: 120px;
    padding: 15px 15px 15px 42px;
    color: #ffffff;
    background: #06182a;
    border: 1px solid rgba(78, 126, 164, 0.35);
    border-radius: 14px;
    font: inherit;
    font-size: 10px;
    line-height: 1.65;
    outline: none;
    resize: vertical;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.marketplace-lead-track-message-form textarea:focus {
    border-color: var(--mp-yellow);
    box-shadow: 0 0 0 3px rgba(255, 176, 0, 0.09);
}

.marketplace-lead-track-field-error {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 8px;
    color: #ff9da7;
    font-size: 8px;
    font-weight: 700;
}

.marketplace-lead-track-message-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(245px, 0.44fr);
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.marketplace-lead-track-message-actions>small {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #6f8ca4;
    font-size: 8px;
}

.marketplace-lead-track-message-actions>small i {
    color: var(--mp-green);
}

.marketplace-lead-track-chat-closed {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    padding: 13px 14px;
    color: #93aabe;
    background: rgba(7, 27, 44, 0.75);
    border: 1px solid rgba(78, 124, 160, 0.23);
    border-radius: 12px;
    font-size: 8px;
    font-weight: 700;
}

.marketplace-lead-track-chat-closed i {
    color: var(--mp-green);
}

.marketplace-lead-track-aside {
    position: sticky;
    top: 101px;
    display: grid;
    gap: 12px;
}

.marketplace-lead-track-summary {
    padding: 20px;
}

.marketplace-lead-track-summary>header {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(83, 130, 167, 0.2);
}

.marketplace-lead-track-summary>header>span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--mp-yellow);
    background: rgba(255, 176, 0, 0.08);
    border: 1px solid rgba(255, 176, 0, 0.17);
    border-radius: 12px;
}

.marketplace-lead-track-summary>header small,
.marketplace-lead-track-summary>header h2 {
    display: block;
    margin: 0;
}

.marketplace-lead-track-summary>header small {
    margin-bottom: 4px;
    color: #7693aa;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.11em;
}

.marketplace-lead-track-summary>header h2 {
    color: #ffffff;
    font-size: 15px;
}

.marketplace-lead-track-summary dl {
    margin: 4px 0 0;
}

.marketplace-lead-track-summary dl>div {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(79, 124, 160, 0.17);
}

.marketplace-lead-track-summary dt {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #718da4;
    font-size: 8px;
    font-weight: 700;
}

.marketplace-lead-track-summary dt i {
    width: 13px;
    color: var(--mp-yellow);
    text-align: center;
}

.marketplace-lead-track-summary dd {
    min-width: 0;
    margin: 0;
    color: #e6eef4;
    font-size: 8px;
    font-weight: 800;
    line-height: 1.45;
    text-align: right;
    overflow-wrap: anywhere;
}

.marketplace-lead-track-score {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    padding: 14px;
    background: rgba(7, 27, 44, 0.78);
    border: 1px solid rgba(255, 176, 0, 0.16);
    border-radius: 14px;
}

.marketplace-lead-track-score small,
.marketplace-lead-track-score strong,
.marketplace-lead-track-score span {
    display: block;
}

.marketplace-lead-track-score small {
    color: #708da5;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.marketplace-lead-track-score strong {
    margin: 5px 0 2px;
    color: var(--mp-yellow);
    font-size: 27px;
}

.marketplace-lead-track-score span {
    color: #6f8ba2;
    font-size: 7px;
}

.marketplace-lead-track-score svg {
    width: 92px;
    height: 92px;
    transform: rotate(-90deg);
}

.marketplace-lead-track-score circle {
    fill: none;
    stroke: rgba(82, 128, 164, 0.18);
    stroke-width: 10;
}

.marketplace-lead-track-score circle:last-child {
    stroke: var(--mp-yellow);
    stroke-linecap: round;
    stroke-dasharray: 301.6;
    stroke-dashoffset: calc(301.6 - (301.6 * var(--score)) / 100);
    filter: drop-shadow(0 0 5px rgba(255, 176, 0, 0.32));
    transition: stroke-dashoffset 900ms ease;
}

.marketplace-lead-track-safe {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    padding: 15px;
    border-color: rgba(57, 212, 154, 0.2);
    background:
        linear-gradient(145deg, rgba(5, 43, 43, 0.66), rgba(7, 26, 43, 0.96));
}

.marketplace-lead-track-safe>span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--mp-green);
    background: rgba(57, 212, 154, 0.09);
    border: 1px solid rgba(57, 212, 154, 0.17);
    border-radius: 12px;
}

.marketplace-lead-track-safe strong {
    display: block;
    color: #ccebdd;
    font-size: 9px;
}

.marketplace-lead-track-safe p {
    margin: 5px 0 0;
    color: #759b91;
    font-size: 8px;
    line-height: 1.55;
}

.marketplace-lead-track-cancel button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 45px;
    gap: 8px;
    padding: 0 13px;
    color: #ffb2bb;
    background: rgba(255, 113, 128, 0.08);
    border: 1px solid rgba(255, 113, 128, 0.29);
    border-radius: 12px;
    font: inherit;
    font-size: 8px;
    font-weight: 800;
    cursor: pointer;
    transition:
        transform 180ms ease,
        background 180ms ease,
        border-color 180ms ease;
}

.marketplace-lead-track-cancel button:hover {
    transform: translateY(-2px);
    background: rgba(255, 113, 128, 0.12);
    border-color: rgba(255, 113, 128, 0.42);
}

@keyframes marketplaceLeadTrackRoute {
    to {
        stroke-dashoffset: -220;
    }
}

@keyframes marketplaceLeadTrackVan {

    0%,
    100% {
        transform: translate3d(-8px, 8px, 0) rotate(-4deg);
    }

    50% {
        transform: translate3d(12px, -12px, 0) rotate(4deg);
    }
}

@keyframes marketplaceLeadTrackGlow {

    0%,
    100% {
        opacity: 0.34;
        transform: scale(0.82);
    }

    50% {
        opacity: 1;
        transform: scale(1.26);
    }
}

@keyframes marketplaceLeadTrackStep {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(255, 176, 0, 0.16);
    }

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

@media (max-width: 1080px) {
    .marketplace-lead-track-hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .marketplace-lead-track-copy {
        max-width: 790px;
    }

    .marketplace-lead-track-visual {
        width: min(770px, 100%);
    }

    .marketplace-lead-track-content {
        grid-template-columns: minmax(0, 1fr);
    }

    .marketplace-lead-track-aside {
        position: static;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
    }

    .marketplace-lead-track-cancel {
        grid-column: 1 / -1;
    }
}

@media (max-width: 840px) {
    .marketplace-lead-track {
        padding: 44px 18px 65px;
    }

    .marketplace-lead-track-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .marketplace-lead-track-copy h1 {
        font-size: clamp(42px, 11vw, 61px);
    }

    .marketplace-lead-track-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .marketplace-lead-track-timeline::before {
        display: none;
    }

    .marketplace-lead-track-message-actions {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 620px) {
    body.marketplace-body .marketplace-nav-button {
        margin-left: 0 !important;
    }

    .marketplace-lead-track-copy h1 {
        font-size: 42px;
    }

    .marketplace-lead-track-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .marketplace-lead-track-primary,
    .marketplace-lead-track-secondary {
        width: 100%;
    }

    .marketplace-lead-track-map {
        min-height: 370px;
        border-radius: 22px;
    }

    .marketplace-lead-track-status-card {
        top: 15px;
        left: 15px;
        width: calc(100% - 30px);
    }

    .marketplace-lead-track-node.node-family {
        bottom: 63px;
    }

    .marketplace-lead-track-node.node-driver {
        top: 98px;
    }

    .marketplace-lead-track-match {
        right: 14px;
        bottom: 14px;
    }

    .marketplace-lead-track-security {
        right: 14px;
        bottom: 68px;
        left: 14px;
        justify-content: center;
    }

    .marketplace-lead-track-journey {
        padding: 17px;
    }

    .marketplace-lead-track-journey>header {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .marketplace-lead-track-journey-status {
        grid-column: 1 / -1;
        text-align: left;
    }

    .marketplace-lead-track-timeline {
        grid-template-columns: minmax(0, 1fr);
    }

    .marketplace-lead-track-aside {
        grid-template-columns: minmax(0, 1fr);
    }

    .marketplace-lead-track-cancel {
        grid-column: auto;
    }

    .marketplace-lead-track-conversation {
        padding: 17px;
    }

    .marketplace-lead-track-conversation>header {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .marketplace-lead-track-conversation>header>strong {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .marketplace-lead-track-messages article {
        width: 94%;
    }

    .marketplace-lead-track-proposal-price {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {

    .marketplace-lead-track-route-line,
    .marketplace-lead-track-moving-van,
    .marketplace-lead-track-glow,
    .marketplace-lead-track-timeline .is-current .marketplace-lead-track-step-icon {
        animation: none !important;
    }
}

/* ==========================================================================
   CORREÇÃO DOS TRAÇADOS E SHIMMER DO ACOMPANHAMENTO
   ========================================================================== */
/* Ponto de chegada na escola da tela de resultados. */
body.marketplace-results-page .marketplace-results-route-target {
    fill: #ffb000;
    stroke: rgba(255, 176, 0, 0.20);
    stroke-width: 12px;
    paint-order: stroke;
    filter: drop-shadow(0 0 7px rgba(255, 176, 0, 0.68));
    transform-box: fill-box;
    transform-origin: center;
    animation: marketplaceRouteTargetPulse 2.1s ease-in-out infinite;
}

/* Ponto de chegada no motorista da tela de acompanhamento. */
body.marketplace-lead-status-page .marketplace-lead-track-route-target {
    fill: #ffb000;
    stroke: rgba(255, 176, 0, 0.20);
    stroke-width: 12px;
    paint-order: stroke;
    filter: drop-shadow(0 0 7px rgba(255, 176, 0, 0.68));
    transform-box: fill-box;
    transform-origin: center;
    animation: marketplaceRouteTargetPulse 2.1s ease-in-out infinite;
}

@keyframes marketplaceRouteTargetPulse {

    0%,
    100% {
        opacity: 0.72;
        transform: scale(0.84);
    }

    50% {
        opacity: 1;
        transform: scale(1.18);
    }
}

/* Shimmer reto e contido no botão "Enviar mensagem". */
body.marketplace-lead-status-page .marketplace-lead-track-message-form button {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
    contain: paint !important;
}

body.marketplace-lead-status-page .marketplace-lead-track-message-form button::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: -46% !important;
    z-index: 0 !important;
    width: 34% !important;
    min-width: 72px !important;
    height: auto !important;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.12) 28%,
            rgba(255, 255, 255, 0.48) 50%,
            rgba(255, 255, 255, 0.12) 72%,
            rgba(255, 255, 255, 0) 100%) !important;
    border: 0 !important;
    border-radius: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: skewX(-20deg) !important;
    transition:
        left 680ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 180ms ease !important;
}

body.marketplace-lead-status-page .marketplace-lead-track-message-form button:hover::before,
body.marketplace-lead-status-page .marketplace-lead-track-message-form button:focus-visible::before {
    left: 118% !important;
    opacity: 1 !important;
}

body.marketplace-lead-status-page .marketplace-lead-track-message-form button>* {
    position: relative;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {

    body.marketplace-results-page .marketplace-results-route-target,
    body.marketplace-lead-status-page .marketplace-lead-track-route-target {
        animation: none !important;
    }

    body.marketplace-lead-status-page .marketplace-lead-track-message-form button::before {
        display: none !important;
    }
}

/* ==========================================================================
   /DRIVERS: CONEXÃO EXATA DOS TRAÇADOS COM CASA E ESCOLA
   ========================================================================== */
/*
 * O SVG do card usa viewBox 420 x 260.
 * Os centros dos ícones ficam nas mesmas coordenadas dos extremos do path:
 * casa  = 51,202
 * escola = 369,60
 */
body.marketplace-results-page .marketplace-result-cover-route .is-start {
    top: calc(77.6923% - 22px) !important;
    right: auto !important;
    bottom: auto !important;
    left: calc(12.1429% - 22px) !important;
    z-index: 3;
}

body.marketplace-results-page .marketplace-result-cover-route .is-end {
    top: calc(23.0769% - 22px) !important;
    right: auto !important;
    bottom: auto !important;
    left: calc(87.8571% - 22px) !important;
    z-index: 3;
}

body.marketplace-results-page .marketplace-result-cover-route-target {
    fill: #ffb000;
    stroke: rgba(255, 176, 0, 0.24);
    stroke-width: 10px;
    paint-order: stroke;
    filter: drop-shadow(0 0 6px rgba(255, 176, 0, 0.68));
    transform-box: fill-box;
    transform-origin: center;
    animation: marketplaceDriverCardRouteTarget 2.2s ease-in-out infinite;
}

/* Mantém o ponto por baixo do ícone e elimina qualquer fresta visual. */
body.marketplace-results-page .marketplace-result-cover-route svg {
    z-index: 1;
}

body.marketplace-results-page .marketplace-result-cover-route>span {
    z-index: 3;
}

@keyframes marketplaceDriverCardRouteTarget {

    0%,
    100% {
        opacity: 0.68;
        transform: scale(0.84);
    }

    50% {
        opacity: 1;
        transform: scale(1.18);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.marketplace-results-page .marketplace-result-cover-route-target {
        animation: none !important;
    }
}

/* ==========================================================================
   PERFIL PÚBLICO DO MOTORISTA
   Traçado conectado por baixo dos ícones e sem bolinhas pulsantes
   ========================================================================== */
/*
 * O SVG ocupa todo o card e usa preserveAspectRatio="none".
 * Assim, os percentuais dos ícones correspondem exatamente às coordenadas
 * inicial e final do caminho, mesmo quando o card muda de tamanho.
 */
body.marketplace-driver-page .marketplace-profile-route-visual>svg {
    inset: 0 !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}

/* Remove qualquer ponto antigo e qualquer pulsação residual. */
body.marketplace-driver-page .marketplace-profile-route-point,
body.marketplace-driver-page .marketplace-profile-route-point-home,
body.marketplace-driver-page .marketplace-profile-route-point-school {
    display: none !important;
    animation: none !important;
}

/*
 * Deixa o pontilhado estático. As antigas "bolinhas andando" eram a soma
 * dos círculos pulsantes com o deslocamento contínuo do tracejado.
 */
body.marketplace-driver-page .marketplace-profile-route-line {
    animation: none !important;
    stroke-dashoffset: 0 !important;
}

/* Garante que o traçado passe por trás dos ícones. */
body.marketplace-driver-page .marketplace-profile-map-pin {
    z-index: 4 !important;
}

/*
 * Início do path: 72 / 620 = 11,6129%
 *                 340 / 420 = 80,9524%
 *
 * O top desconta metade dos 44px do quadrado para que o centro do ícone
 * fique exatamente sobre o início da linha.
 */
body.marketplace-driver-page .marketplace-profile-map-pin-home {
    top: calc(80.9524% - 22px) !important;
    right: auto !important;
    bottom: auto !important;
    left: 11.6129% !important;
    transform: translateX(-50%) !important;
}

/*
 * Final do path: 555 / 620 = 89,5161%
 *                145 / 420 = 34,5238%
 */
body.marketplace-driver-page .marketplace-profile-map-pin-school {
    top: calc(34.5238% - 22px) !important;
    right: auto !important;
    bottom: auto !important;
    left: 89.5161% !important;
    transform: translateX(-50%) !important;
}

/* A van continua acima da estrada, sem interferir nas conexões. */
body.marketplace-driver-page .marketplace-profile-route-van,
body.marketplace-driver-page .marketplace-profile-route-card {
    z-index: 5 !important;
}

@media (max-width: 720px) {
    body.marketplace-driver-page .marketplace-profile-map-pin-home {
        top: calc(80.9524% - 22px) !important;
        right: auto !important;
        bottom: auto !important;
        left: 11.6129% !important;
    }

    body.marketplace-driver-page .marketplace-profile-map-pin-school {
        top: calc(34.5238% - 22px) !important;
        right: auto !important;
        bottom: auto !important;
        left: 89.5161% !important;
    }
}

body.marketplace-driver-page .marketplace-profile-online-dot {
    position: absolute;
    right: -5px;
    bottom: -5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #042116;
    background: var(--mp-green);
    border: 4px solid #071a2d;
    border-radius: 50%;
    font-size: 8px;
    box-shadow: 0 5px 14px rgba(57, 212, 154, 0.28);
}

/* ==========================================================================
   PERFIL PÚBLICO DO MOTORISTA
   Selo de perfil publicado fora do recorte da fotografia
   ========================================================================== */
/*
 * A classe genérica .marketplace-profile-avatar usa overflow: hidden para
 * recortar a foto. Por isso o selo não pode permanecer dentro dela.
 * O shell externo posiciona o selo e mantém overflow visível.
 */
body.marketplace-driver-page .marketplace-profile-avatar-shell {
    position: relative;
    width: 118px;
    height: 118px;
    min-width: 118px;
    overflow: visible;
    transform: rotate(-2deg);
}

/* Somente a fotografia fica recortada pelos cantos arredondados. */
body.marketplace-driver-page .marketplace-profile-avatar-shell .marketplace-profile-avatar-large {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    transform: none !important;
}

/* Mantém a fotografia visualmente reta dentro do quadrado inclinado. */
body.marketplace-driver-page .marketplace-profile-avatar-shell .marketplace-profile-avatar-large img {
    transform: rotate(2deg) scale(1.06) !important;
}

/*
 * O selo agora é irmão da foto, não filho da área com overflow hidden.
 * Assim ele pode ultrapassar o canto sem ser cortado.
 */
body.marketplace-driver-page .marketplace-profile-avatar-shell .marketplace-profile-online-dot {
    position: absolute !important;
    z-index: 8 !important;
    right: -7px !important;
    bottom: -7px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 25px !important;
    height: 25px !important;
    padding: 0 !important;
    color: #032318 !important;
    background: var(--mp-green) !important;
    border: 4px solid #071a2d !important;
    border-radius: 50% !important;
    font-size: 8px !important;
    line-height: 1 !important;
    box-shadow:
        0 5px 14px rgba(57, 212, 154, 0.34),
        0 0 0 4px rgba(57, 212, 154, 0.10) !important;
    transform: rotate(2deg) !important;
    pointer-events: none;
}

body.marketplace-driver-page .marketplace-profile-avatar-shell .marketplace-profile-online-dot i {
    display: block;
    color: inherit !important;
    font-size: inherit !important;
    line-height: 1 !important;
    transform: none !important;
}

@media (max-width: 1260px) {
    body.marketplace-driver-page .marketplace-profile-avatar-shell {
        width: 98px;
        height: 98px;
        min-width: 98px;
    }
}

@media (max-width: 720px) {
    body.marketplace-driver-page .marketplace-profile-avatar-shell {
        width: 86px;
        height: 86px;
        min-width: 86px;
    }

    body.marketplace-driver-page .marketplace-profile-avatar-shell .marketplace-profile-online-dot {
        right: -6px !important;
        bottom: -6px !important;
        width: 23px !important;
        height: 23px !important;
        border-width: 4px !important;
        font-size: 7px !important;
    }
}
/* ==========================================================================
   MARKETPLACE | FLUXO DE APROVAÇÃO FINAL DO CADASTRO
   ========================================================================== */

body.marketplace-lead-status-page
.marketplace-lead-track-timeline {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.marketplace-lead-status-page
.marketplace-lead-track-timeline article {
    grid-template-columns: 42px minmax(0, 1fr);

    padding: 12px;
}

body.marketplace-lead-status-page
.marketplace-lead-track-step-icon {
    width: 42px;
    height: 42px;
}

body.marketplace-lead-status-page
.marketplace-lead-track-proposal form,
body.marketplace-lead-status-page
.marketplace-lead-track-proposal button {
    position: relative;
    z-index: 3;

    pointer-events: auto;
}

body.marketplace-lead-status-page
.marketplace-lead-track-proposal button[disabled] {
    cursor: wait;
    opacity: 0.78;
}

body.marketplace-lead-status-page
.marketplace-lead-track-enrollment-state {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);

    gap: 13px;
    padding: 21px;

    background:
        radial-gradient(
            circle at 92% 0%,
            rgba(255, 176, 0, 0.10),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            rgba(17, 46, 68, 0.97),
            rgba(7, 26, 43, 0.98)
        );
    border: 1px solid rgba(255, 176, 0, 0.24);
    border-radius: 20px;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.19);
}

body.marketplace-lead-status-page
.marketplace-lead-track-enrollment-state > span {
    display: grid;
    place-items: center;

    width: 50px;
    height: 50px;

    color: #071522;
    background: var(--mp-yellow);
    border-radius: 14px;

    font-size: 17px;
}

body.marketplace-lead-status-page
.marketplace-lead-track-enrollment-state small,
body.marketplace-lead-status-page
.marketplace-lead-track-enrollment-state h2,
body.marketplace-lead-status-page
.marketplace-lead-track-enrollment-state p {
    display: block;
    margin: 0;
}

body.marketplace-lead-status-page
.marketplace-lead-track-enrollment-state small {
    color: #82a0b6;

    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

body.marketplace-lead-status-page
.marketplace-lead-track-enrollment-state h2 {
    margin-top: 5px;

    color: #ffffff;

    font-size: 19px;
}

body.marketplace-lead-status-page
.marketplace-lead-track-enrollment-state p {
    max-width: 760px;
    margin-top: 8px;

    color: #8ea6ba;

    font-size: 9px;
    line-height: 1.7;
}

body.marketplace-lead-status-page
.marketplace-lead-track-enrollment-state.is-approved {
    border-color: rgba(53, 208, 145, 0.24);
    background:
        radial-gradient(
            circle at 92% 0%,
            rgba(53, 208, 145, 0.10),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            rgba(11, 48, 51, 0.96),
            rgba(7, 26, 43, 0.98)
        );
}

body.marketplace-lead-status-page
.marketplace-lead-track-enrollment-state.is-approved > span {
    color: #052418;
    background: var(--mp-green);
}

body.marketplace-lead-status-page
.marketplace-lead-track-enrollment-flags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 8px;
    margin-top: 14px;
}

body.marketplace-lead-status-page
.marketplace-lead-track-enrollment-flags > span {
    display: inline-flex;
    align-items: center;

    min-height: 30px;
    gap: 7px;
    padding: 6px 9px;

    color: #a9bdce;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(90, 137, 170, 0.17);
    border-radius: 999px;

    font-size: 7px;
    font-weight: 750;
}

body.marketplace-lead-status-page
.marketplace-lead-track-enrollment-flags i {
    color: var(--mp-green);
}

@media (max-width: 1180px) {
    body.marketplace-lead-status-page
    .marketplace-lead-track-timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 840px) {
    body.marketplace-lead-status-page
    .marketplace-lead-track-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    body.marketplace-lead-status-page
    .marketplace-lead-track-timeline {
        grid-template-columns: minmax(0, 1fr);
    }

    body.marketplace-lead-status-page
    .marketplace-lead-track-enrollment-state {
        grid-template-columns: 44px minmax(0, 1fr);

        padding: 17px;
    }

    body.marketplace-lead-status-page
    .marketplace-lead-track-enrollment-state > span {
        width: 44px;
        height: 44px;
    }
}

body.marketplace-lead-status-page
.marketplace-lead-track-error {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;

    gap: 11px;
    margin-top: 14px;
    padding: 13px 15px;

    color: #ffd1d7;
    background: rgba(92, 28, 43, 0.46);
    border: 1px solid rgba(255, 113, 128, 0.28);
    border-radius: 14px;
}

body.marketplace-lead-status-page
.marketplace-lead-track-error > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    color: #ff9daa;
    background: rgba(255, 113, 128, 0.10);
    border-radius: 11px;
}

body.marketplace-lead-status-page
.marketplace-lead-track-error strong,
body.marketplace-lead-status-page
.marketplace-lead-track-error span {
    display: block;
}

body.marketplace-lead-status-page
.marketplace-lead-track-error strong {
    font-size: 9px;
}

body.marketplace-lead-status-page
.marketplace-lead-track-error span {
    margin-top: 4px;

    color: #d9aeb6;

    font-size: 8px;
    line-height: 1.5;
}

/* Mapas públicos: mesmos controles e linguagem visual do Vantagem-UI. */
body.marketplace-body .leaflet-control-zoom {
    display: grid;
    gap: 7px;
    overflow: visible;
    margin: 12px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.marketplace-body .leaflet-control-zoom a {
    display: grid !important;
    place-items: center;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    color: #eef5fb !important;
    background: rgba(8, 28, 47, .96) !important;
    border: 1px solid rgba(132, 164, 196, .25) !important;
    border-radius: 11px !important;
    box-shadow: 0 10px 24px rgba(5, 18, 31, .22) !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

body.marketplace-body .leaflet-control-zoom a:hover,
body.marketplace-body .leaflet-control-zoom a:focus-visible {
    color: #071522 !important;
    background: #ffb800 !important;
    border-color: #ffb800 !important;
}

body.marketplace-body .leaflet-control-attribution {
    padding: 2px 5px !important;
    color: #6f7d89 !important;
    background: rgba(248, 250, 246, .88) !important;
    font-size: 7px !important;
}

body.marketplace-driver-page .marketplace-profile-map-marker {
    width: 40px;
    height: 40px;
    color: #05241b;
    background: #38d9a9;
    border: 3px solid #f7fbff;
    border-radius: 14px 14px 14px 3px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .30);
}

body.marketplace-body .leaflet-container img,
body.marketplace-body .leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

/* ========================================================================== 
   MARKETPLACE | Controles consistentes no mapa de endereço
   ========================================================================== */
body.marketplace-driver-page .marketplace-profile-mini-map-shell {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 18px;
}

body.marketplace-driver-page .marketplace-profile-mini-map-shell .marketplace-profile-mini-map {
    border-radius: inherit;
}

body.marketplace-driver-page .marketplace-profile-mini-map-toolbar {
    position: absolute;
    top: 11px;
    right: 11px;
    left: 11px;
    z-index: 650;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 9px;
    pointer-events: none;
}

body.marketplace-driver-page .marketplace-profile-mini-map-legend {
    display: inline-flex;
    min-height: 38px;
    padding: 6px 10px;
    align-items: center;
    color: #f7fbff;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    background: rgba(8, 25, 42, .92);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .2);
    pointer-events: auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.marketplace-driver-page .marketplace-profile-mini-map-legend span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 9px;
    font-weight: 800;
}

body.marketplace-driver-page .marketplace-profile-mini-map-legend i {
    width: 9px;
    height: 9px;
    border: 2px solid rgba(255, 255, 255, .85);
    border-radius: 50%;
    background: #38d9a9;
}

body.marketplace-driver-page .marketplace-profile-mini-map-fit {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    color: #f7fbff;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    background: rgba(8, 25, 42, .94);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .2);
    cursor: pointer;
    pointer-events: auto;
}

body.marketplace-driver-page .marketplace-profile-mini-map-fit:hover,
body.marketplace-driver-page .marketplace-profile-mini-map-fit:focus-visible {
    color: #08192a;
    background: #ffb800;
}

@media (max-width: 560px) {
    body.marketplace-driver-page .marketplace-profile-mini-map-toolbar {
        top: 9px;
        right: 9px;
        left: 9px;
    }

    body.marketplace-driver-page .marketplace-profile-mini-map-legend {
        min-height: 36px;
        padding-inline: 9px;
    }

    body.marketplace-driver-page .marketplace-profile-mini-map-fit {
        width: 39px;
        height: 39px;
    }
}

/* Preserva os controles escuros do marketplace durante o preenchimento automático. */
body.marketplace-body :is(input, textarea, select):-webkit-autofill,
body.marketplace-body :is(input, textarea, select):-webkit-autofill:hover,
body.marketplace-body :is(input, textarea, select):-webkit-autofill:focus,
body.marketplace-body :is(input, textarea, select):-webkit-autofill:active {
    -webkit-text-fill-color: var(--mp-text) !important;
    caret-color: var(--mp-text) !important;
    -webkit-box-shadow: 0 0 0 1000px #061728 inset !important;
    box-shadow: 0 0 0 1000px #061728 inset !important;
    border-color: #263e58 !important;
    transition: background-color 99999s ease-out 0s, color 99999s ease-out 0s !important;
}

body.marketplace-body :is(input, textarea, select):autofill {
    color: var(--mp-text) !important;
    background: #061728 !important;
    caret-color: var(--mp-text) !important;
}

/* Van-Tagem | iOS Safari/Chrome: evita zoom automatico ao focar campos.
   O iOS amplia controles cuja fonte computada e menor que 16px.
   Mantemos o pinch-to-zoom do usuario intacto por acessibilidade. */
@supports (-webkit-touch-callout: none) {
    @media (hover: none) and (pointer: coarse) {
        input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="file"]):not([type="button"]):not([type="submit"]):not([type="reset"]),
        select,
        textarea,
        [contenteditable="true"] {
            font-size: 16px !important;
            -webkit-text-size-adjust: 100%;
            touch-action: manipulation;
        }
    }
}

/* ========================================================================== 
   MARKETPLACE NAVBAR · CORREÇÃO GLOBAL MOBILE
   O botão de menu agora é um hamburger real em todas as páginas, inclusive
   no perfil público do motorista. O acesso ao painel continua visível.
   ========================================================================== */
body.marketplace-body .marketplace-nav-shell {
    display: grid;
    grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
    align-items: center;
    gap: 24px;
}

body.marketplace-body .marketplace-nav-shell > nav {
    justify-self: center;
}

body.marketplace-body .marketplace-nav-actions {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 10px;
}

body.marketplace-body .marketplace-mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    color: #f5f9ff;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(141, 174, 207, 0.22);
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.marketplace-body .marketplace-mobile-toggle:hover,
body.marketplace-body .marketplace-mobile-toggle:focus-visible {
    background: rgba(255, 176, 0, 0.08);
    border-color: rgba(255, 176, 0, 0.34);
    outline: none;
}

body.marketplace-body .marketplace-mobile-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    flex: 0 0 2px;
    margin: 0;
    padding: 0;
    background: currentColor;
    border: 0;
    border-radius: 999px;
    transition: transform 180ms ease, opacity 180ms ease;
}

body.marketplace-body .marketplace-mobile-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

body.marketplace-body .marketplace-mobile-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

body.marketplace-body .marketplace-mobile-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 980px) {
    body.marketplace-body .marketplace-nav {
        padding: 12px 16px;
    }

    body.marketplace-body .marketplace-nav-shell {
        position: relative;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        width: min(100%, 1320px) !important;
    }

    body.marketplace-body .marketplace-brand {
        min-width: 0;
        gap: 8px;
    }

    body.marketplace-body .marketplace-brand img {
        width: 43px;
        height: 36px;
        flex: 0 0 43px;
    }

    body.marketplace-body .marketplace-brand strong {
        display: block;
        overflow: hidden;
        max-width: 120px;
        font-size: 14px;
        line-height: 1.1;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.marketplace-body .marketplace-brand small {
        display: none;
    }

    body.marketplace-body .marketplace-nav-actions {
        gap: 8px;
    }

    body.marketplace-body .marketplace-mobile-toggle {
        display: inline-flex !important;
        order: 2;
    }

    body.marketplace-body .marketplace-nav-actions .marketplace-nav-button {
        width: auto !important;
        min-height: 44px !important;
        margin-left: 0 !important;
        padding: 0 15px !important;
        order: 1;
        white-space: nowrap;
    }

    body.marketplace-body .marketplace-nav-shell > nav {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        z-index: 80;
        display: grid !important;
        width: min(310px, calc(100vw - 32px));
        padding: 10px;
        gap: 4px;
        background: rgba(5, 20, 35, 0.985);
        border: 1px solid rgba(125, 163, 201, 0.22);
        border-radius: 16px;
        box-shadow: 0 24px 55px rgba(0, 0, 0, 0.42);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-8px) scale(0.985);
        transform-origin: top right;
        transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
    }

    body.marketplace-body .marketplace-nav-shell > nav.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }

    body.marketplace-body .marketplace-nav-shell > nav > a:not(.marketplace-nav-button) {
        display: flex !important;
        min-height: 44px;
        padding: 0 13px;
        align-items: center;
        justify-content: flex-start;
        color: #c2d0df;
        background: transparent;
        border-radius: 10px;
    }

    body.marketplace-body .marketplace-nav-shell > nav > a:not(.marketplace-nav-button):hover,
    body.marketplace-body .marketplace-nav-shell > nav > a:not(.marketplace-nav-button):focus-visible {
        color: #fff;
        background: rgba(255, 255, 255, 0.055);
        outline: none;
    }
}

@media (max-width: 479px) {
    body.marketplace-body .marketplace-nav {
        padding-right: 10px;
        padding-left: 10px;
    }

    body.marketplace-body .marketplace-nav-shell {
        gap: 7px;
    }

    body.marketplace-body .marketplace-brand img {
        width: 38px;
        height: 33px;
        flex-basis: 38px;
    }

    body.marketplace-body .marketplace-brand strong {
        max-width: 82px;
        font-size: 12px;
    }

    body.marketplace-body .marketplace-nav-actions {
        gap: 6px;
    }

    body.marketplace-body .marketplace-mobile-toggle {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        border-radius: 10px;
    }

    body.marketplace-body .marketplace-nav-button {
        min-height: 40px !important;
        padding: 0 11px !important;
        gap: 7px !important;
        font-size: 11px !important;
        border-radius: 10px !important;
    }
}

/* ========================================================================== 
   MARKETPLACE | AJUSTE FINAL DOS SELECTS E DO MAPA DO PRÉ-CADASTRO
   - As setas dos selects continuam sendo controladas pelo Smart Select.
   - O mapa ganha respiro uniforme dentro do card.
   - Remove o espaço vertical duplicado abaixo do mapa.
   ========================================================================== */
body.marketplace-driver-page .marketplace-profile-map-card {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 15px !important;
}

body.marketplace-driver-page .marketplace-profile-mini-map-shell {
    width: auto !important;
    margin: 0 15px !important;
    overflow: hidden !important;
    border: 1px solid rgba(117, 157, 198, 0.18) !important;
    border-radius: 14px !important;
    background: #0b2034;
}

body.marketplace-driver-page .marketplace-profile-mini-map-shell .marketplace-profile-mini-map {
    width: 100% !important;
    border: 0 !important;
    border-radius: 13px !important;
}

body.marketplace-driver-page .marketplace-profile-map-card+input[type="hidden"]+input[type="hidden"]+.marketplace-profile-form-grid-textareas {
    margin-top: 0 !important;
}

@media (max-width: 760px) {
    body.marketplace-driver-page .marketplace-profile-map-card {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 13px !important;
    }

    body.marketplace-driver-page .marketplace-profile-mini-map-shell {
        margin-inline: 13px !important;
    }
}

/* ========================================================================== */
/* MARKETPLACE | LEGIBILIDADE GLOBAL                                          */
/* Pequenos textos deixam de cair na faixa de 7-9px em telas reais.           */
/* ========================================================================== */
body.marketplace-body main small {
    font-size: clamp(10.5px, .72rem, 12px) !important;
    line-height: 1.5 !important;
}

body.marketplace-body main :is(label, legend),
body.marketplace-body main :is(.marketplace-modal-label, .marketplace-profile-field > label, .marketplace-profile-weekdays > legend) {
    font-size: 12px !important;
    line-height: 1.4 !important;
}

body.marketplace-body main :is(input, textarea, select),
body.marketplace-body main .smart-select__trigger,
body.marketplace-body main .smart-select__option {
    font-size: 12px !important;
    font-weight: 400 !important;
}

body.marketplace-body main :is(
    .marketplace-kicker,
    .marketplace-profile-form-section-title small,
    .marketplace-profile-section-heading small,
    .marketplace-lead-track-journey > header small,
    .marketplace-lead-track-conversation > header small,
    .marketplace-pending-progress > header small
) {
    font-size: 10.5px !important;
    line-height: 1.45 !important;
}

body.marketplace-body main :is(
    .marketplace-profile-section-heading p,
    .marketplace-profile-lead-head p,
    .marketplace-pending-help p,
    .marketplace-pending-steps article p,
    .marketplace-lead-track-timeline article p,
    .marketplace-lead-track-messages article p,
    .marketplace-lead-track-empty-chat p
) {
    font-size: 11.5px !important;
    line-height: 1.6 !important;
}

@media (max-width: 680px) {
    body.marketplace-body main small { font-size: 11px !important; }
    body.marketplace-body main :is(label, legend) { font-size: 12px !important; }
    body.marketplace-body main :is(input, textarea, select),
    body.marketplace-body main .smart-select__trigger,
    body.marketplace-body main .smart-select__option { font-size: 13px !important; }
}

