.here-premium {
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background:
        radial-gradient(circle at 13% 22%, rgba(73, 179, 255, .12), transparent 32%),
        radial-gradient(circle at 88% 74%, rgba(0, 217, 173, .08), transparent 30%),
        #070a0a;
}

#here-api .mdk-split__panel:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.here-premium__heading { margin-bottom: 48px; }

.here-premium__control-room {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    background: rgba(5, 9, 10, .92);
    box-shadow: 0 38px 96px rgba(0, 0, 0, .3);
}

.here-premium__map {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, .1);
    background:
        radial-gradient(circle at 68% 34%, rgba(73, 179, 255, .09), transparent 24%),
        linear-gradient(145deg, #0d1618, #080d0e 72%);
}

.here-premium__map-grid {
    position: absolute;
    inset: -12%;
    opacity: .32;
    background-image:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 48px 48px;
    transform: rotate(-7deg);
}

.here-premium__map-grid::before,
.here-premium__map-grid::after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, .025);
}

.here-premium__map-grid::before { inset: 29% -5% auto; height: 34px; transform: rotate(17deg); }
.here-premium__map-grid::after { inset: -5% 43% -5% auto; width: 28px; transform: rotate(11deg); }

.here-premium__map-head {
    position: absolute;
    z-index: 4;
    top: 25px;
    left: 28px;
    right: 28px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
}

.here-premium__map-head div { display: grid; gap: 5px; }
.here-premium__map-head span,
.here-premium__map-head small,
.here-premium__vehicle small,
.here-premium__incident span,
.here-premium__incident small {
    color: rgba(255, 255, 255, .43);
    font-family: "Roboto Mono", monospace;
    font-size: 9px;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.here-premium__map-head strong { color: #eef4f4; font-size: 16px; }
.here-premium__map-head > small { display: inline-flex; align-items: center; gap: 8px; color: var(--dwp-accent); }
.here-premium__map-head > small i { width: 7px; height: 7px; border-radius: 50%; background: var(--dwp-accent); box-shadow: 0 0 14px var(--dwp-accent); }

.here-premium__routes {
    position: absolute;
    inset: 76px 4% 38px;
    width: 92%;
    height: calc(100% - 114px);
    overflow: visible;
}

.here-premium__route {
    fill: none;
    stroke-linecap: round;
}

.here-premium__route--baseline { stroke: rgba(255, 255, 255, .24); stroke-width: 7; }
.here-premium__route--candidate { stroke: #49b3ff; stroke-width: 4; stroke-dasharray: 9 11; filter: drop-shadow(0 0 6px rgba(73, 179, 255, .35)); }

.here-premium__stop {
    position: absolute;
    z-index: 3;
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border: 2px solid #071010;
    border-radius: 50%;
    background: var(--dwp-accent);
    box-shadow: 0 0 0 6px rgba(0, 217, 173, .12);
}

.here-premium__stop i { width: 6px; height: 6px; border-radius: 50%; background: #07100e; }
.here-premium__stop--start { bottom: 13%; left: 9%; }
.here-premium__stop--incident { top: 43%; left: 48%; background: #ffb84d; box-shadow: 0 0 0 7px rgba(255, 184, 77, .12); }
.here-premium__stop--end { top: 21%; right: 6%; background: #49b3ff; box-shadow: 0 0 0 6px rgba(73, 179, 255, .13); }

.here-premium__vehicle,
.here-premium__incident {
    position: absolute;
    z-index: 5;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(4, 9, 10, .92);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .34);
    backdrop-filter: blur(8px);
}

.here-premium__vehicle {
    top: 100px;
    left: 28px;
    display: grid;
    grid-template-columns: 39px minmax(0, 1fr) auto;
    gap: 13px;
    width: min(420px, calc(100% - 56px));
    align-items: center;
    padding: 14px 16px;
}

.here-premium__vehicle iconify-icon { color: #49b3ff; font-size: 28px; }
.here-premium__vehicle div { display: grid; gap: 4px; }
.here-premium__vehicle strong { color: #f0f5f4; font-size: 14px; }
.here-premium__vehicle > span { color: var(--dwp-accent); font-family: "Roboto Mono", monospace; font-size: 9px; text-transform: uppercase; }
.here-premium__incident { right: 28px; bottom: 30px; display: grid; gap: 6px; width: 205px; padding: 17px 18px; }
.here-premium__incident strong { color: #ffcb7d; font-size: 15px; }

.here-premium__decision { padding: 28px 32px; }
.here-premium__decision-head { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, .11); }
.here-premium__decision-head div { display: grid; gap: 5px; }
.here-premium__decision-head span,
.here-premium__decision-head small { color: rgba(255, 255, 255, .4); font-family: "Roboto Mono", monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.here-premium__decision-head strong { color: #eef4f3; font-size: 14px; }
.here-premium__decision-head > small { color: #49b3ff; }

.here-premium__parameters { display: flex; flex-wrap: wrap; gap: 7px; padding: 17px 0; }
.here-premium__parameters span { padding: 5px 8px; border: 1px solid rgba(73, 179, 255, .19); border-radius: 3px; color: rgba(194, 226, 247, .74); font-family: "Roboto Mono", monospace; font-size: 8px; text-transform: uppercase; }

.here-premium__comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.here-premium__comparison article { display: grid; gap: 7px; padding: 16px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 7px; background: rgba(255, 255, 255, .018); }
.here-premium__comparison article.is-candidate { border-color: rgba(73, 179, 255, .27); background: rgba(73, 179, 255, .045); }
.here-premium__comparison article div { display: flex; justify-content: space-between; gap: 8px; }
.here-premium__comparison span,
.here-premium__comparison small,
.here-premium__comparison i { font-family: "Roboto Mono", monospace; font-size: 7px; font-style: normal; letter-spacing: .06em; text-transform: uppercase; }
.here-premium__comparison span { color: rgba(255, 255, 255, .53); }
.here-premium__comparison small { color: rgba(255, 255, 255, .3); }
.here-premium__comparison strong { color: #eef5f4; font-size: 24px; font-weight: 500; }
.here-premium__comparison p { margin: 0; color: rgba(255, 255, 255, .5); font-size: 10px; }
.here-premium__comparison i { color: #49b3ff; }

.here-premium__rule { display: grid; gap: 7px; margin-top: 12px; padding: 17px; border-left: 2px solid var(--dwp-accent); background: rgba(0, 217, 173, .045); }
.here-premium__rule > span { color: var(--dwp-accent); font-family: "Roboto Mono", monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.here-premium__rule p { margin: 0; color: rgba(255, 255, 255, .58); font-size: 11px; line-height: 1.55; }
.here-premium__rule strong { display: inline-flex; align-items: center; gap: 7px; color: #eff6f4; font-size: 12px; }
.here-premium__rule iconify-icon { color: var(--dwp-accent); font-size: 17px; }

.here-premium__trace { margin: 13px 0 0; padding: 0; list-style: none; }
.here-premium__trace li { display: grid; grid-template-columns: 25px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 12px 0; border-top: 1px solid rgba(255, 255, 255, .08); }
.here-premium__trace li > span { color: #49b3ff; font-family: "Roboto Mono", monospace; font-size: 8px; }
.here-premium__trace div { display: grid; gap: 3px; }
.here-premium__trace strong { color: rgba(255, 255, 255, .78); font-size: 11px; }
.here-premium__trace small { color: rgba(255, 255, 255, .38); font-size: 9px; }
.here-premium__trace i { color: var(--dwp-accent); font-family: "Roboto Mono", monospace; font-size: 8px; font-style: normal; text-transform: uppercase; }

.here-premium__status {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(255, 255, 255, .1);
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: rgba(255, 255, 255, .018);
}

.here-premium__status article { display: grid; gap: 4px; padding: 20px 22px; }
.here-premium__status article + article { border-left: 1px solid rgba(255, 255, 255, .1); }
.here-premium__status span,
.here-premium__status small { color: rgba(255, 255, 255, .4); font-family: "Roboto Mono", monospace; font-size: 8px; text-transform: uppercase; }
.here-premium__status strong { color: #eef5f3; font-size: 19px; font-weight: 500; }

.here-premium__proof {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
    align-items: end;
    margin-top: 24px;
    padding: 28px 30px;
    border: 1px solid rgba(73, 179, 255, .2);
    border-radius: 10px;
    background: linear-gradient(110deg, rgba(73, 179, 255, .07), rgba(0, 217, 173, .035));
}

.here-premium__proof h3 { max-width: 850px; margin: 8px 0 10px; color: #f1f5f4; font-size: clamp(22px, 2.35vw, 34px); line-height: 1.15; }
.here-premium__proof div > p:last-child { max-width: 940px; margin: 0; color: rgba(255, 255, 255, .61); font-size: 13px; line-height: 1.7; }
.here-premium__proof .dwp-premium__button { white-space: nowrap; }

@media (max-width: 1080px) {
    .here-premium__control-room { grid-template-columns: 1fr; }
    .here-premium__map { min-height: 540px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
}

@media (max-width: 767px) {
    .here-premium__heading { margin-bottom: 34px; }
    .here-premium__map { min-height: 450px; }
    .here-premium__map-head { left: 18px; right: 18px; }
    .here-premium__vehicle { top: 102px; left: 18px; width: calc(100% - 36px); }
    .here-premium__incident { right: 18px; bottom: 22px; }
    .here-premium__decision { padding: 24px 20px; }
    .here-premium__comparison { grid-template-columns: 1fr; }
    .here-premium__status { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .here-premium__status article:nth-child(3) { border-top: 1px solid rgba(255, 255, 255, .1); border-left: 0; }
    .here-premium__status article:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, .1); }
    .here-premium__proof { grid-template-columns: 1fr; gap: 22px; padding: 24px 20px; }
    .here-premium__proof .dwp-premium__button { width: 100%; white-space: normal; }
}

@media (max-width: 420px) {
    .here-premium__vehicle { grid-template-columns: 34px minmax(0, 1fr); }
    .here-premium__vehicle > span { grid-column: 2; }
    .here-premium__status article { padding: 18px 16px; }
}
