
.rating-placeholder-row {
    align-items: stretch;
}
.rating-placeholder-card {
    min-width: 280px;
}
.trustpilot-placeholder,
.google-placeholder {
    min-width: 280px;
    border-radius: 9999px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 24, 71, 0.08);
    padding: 12px 20px;
}
.trustpilot-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #1f2937;
    font-size: 14px;
    line-height: 1;
    min-height: 44px;
}
.trustpilot-placeholder__brand,
.trustpilot-placeholder__rating {
    font-weight: 700;
}
.trustpilot-placeholder__stars {
    color: #00b67a;
    letter-spacing: 1px;
}
.trustpilot-placeholder__count {
    color: rgba(0, 0, 0, 0.6);
}
.google-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
}
.google-placeholder span {
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
}
.feature-icon-placeholder {
    width: 50px;
    height: 50px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f1847, #2c7cbf);
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 8px 18px rgba(15, 24, 71, 0.18);
    margin-bottom: 12px;
}

.vmc-banner-local {
    background-image: url('/media/vmc-banner.jpg');
}
#main-form .btn,
#main-form .form-control-selectize,
#main-form .select-wrapper {
    cursor: default;
}

#main-form .form-control-selectize {
    justify-content: flex-start;
    text-align: left;
}

#main-form .btn:disabled {
    cursor: not-allowed;
}

.vin-select {
    user-select: none;
}

.vin-select.is-disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.vin-select.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.vin-select-value {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.vin-select-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: rgb(141, 153, 163);
    flex: 0 0 auto;
}

.vin-select-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}

.header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.header-icon svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.vin-select-selected {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.vin-select-selected-flag,
.vin-select-option-flag {
    width: 30px;
    height: 30px;
    border-radius: 9999px;
    border: 2px solid #ffffff;
    object-fit: cover;
    flex: 0 0 auto;
}

.vin-select-dropdown[hidden] {
    display: none;
}

.vin-select-dropdown {
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(15, 24, 71, 0.12);
}

.vin-select-option {
    width: 100%;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.vin-select-option-text {
    font-size: 1rem;
    line-height: 1.4;
}

.vin-select-option-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 12px;
    flex: 0 0 auto;
}

.vin-select-vehicle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: rgb(15, 24, 71);
    flex: 0 0 auto;
}

.vin-select-vehicle-icon svg,
.vin-select-vehicle-icon img {
    display: block;
    width: 28px;
    height: 28px;
}

.vin-select-vehicle-icon img {
    object-fit: contain;
}

.title-vehicle-type {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
}

.index-country-list .country-item.is-selected {
    background-color: #f5fafd;
    color: #000000;
    box-shadow: 0 0 0 2px rgba(44, 124, 191, 0.18), 0 8px 20px rgba(15, 24, 71, 0.08);
}

@media (max-width: 767px) {
    .trustpilot-placeholder {
        flex-wrap: wrap;
        border-radius: 24px;
        text-align: center;
        line-height: 1.3;
    }
    .google-placeholder {
        border-radius: 24px;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
    }

    .vin-select-option-text,
    .title-vehicle-type {
        font-size: 0.95rem;
    }
}

.country-page .country-hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.country-page #cms {
    position: relative;
    z-index: 10;
}

.country-page .cms-white {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border-radius: 28px;
    padding: 1.5rem;
    box-shadow: 0 18px 40px rgba(15, 24, 71, 0.08), inset 0 0 0 1px rgba(15, 24, 71, 0.05);
}

.country-page .cms-white h1,
.flow-page h1 {
    font-size: clamp(2.25rem, 4vw, 3.5rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f1847;
    margin-bottom: 1rem;
}

.country-page [data-te-modal-init].modal {
    display: none;
}

.country-page table a[data-disabled-link="true"] {
    pointer-events: none;
    opacity: 0.65;
}

.country-page .vehicle-category.is-selected {
    box-shadow: 0 0 0 2px rgba(44, 124, 191, 0.18), 0 10px 24px rgba(15, 24, 71, 0.1);
}

.country-page .country-target-highlight {
    animation: country-target-pulse 1.8s ease-out;
}

.country-page .local-rating-box {
    border-radius: 20px;
    box-shadow: inset 0 0 0 1px rgba(15, 24, 71, 0.06);
}

.country-page .cms_newsletter {
    display: none;
}

@keyframes country-target-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(44, 124, 191, 0.4);
    }

    100% {
        box-shadow: 0 0 0 16px rgba(44, 124, 191, 0);
    }
}

.flow-page main {
    padding-bottom: 4rem;
}

.flow-step-eyebrow {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(44, 124, 191, 0.12);
    color: #164f78;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.4rem 0.75rem;
    margin-bottom: 1rem;
}

.flow-layout {
    display: grid;
    gap: 2rem;
    align-items: start;
}

@media (min-width: 1024px) {
    .flow-layout {
        grid-template-columns: minmax(0, 1fr) 340px;
    }
}

.flow-selection-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 2rem 0;
}

.flow-selection-chip {
    border-radius: 18px;
    background: #f7fafc;
    padding: 1rem 1.125rem;
    box-shadow: inset 0 0 0 1px rgba(15, 24, 71, 0.06);
}

.flow-selection-chip__label {
    display: block;
    font-size: 0.8rem;
    color: rgba(15, 24, 71, 0.55);
    margin-bottom: 0.35rem;
}

.flow-products {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.flow-product-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 1rem;
    align-items: center;
    border-radius: 22px;
    padding: 1.25rem 1.35rem;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(15, 24, 71, 0.08), 0 14px 30px rgba(15, 24, 71, 0.06);
}

.flow-product-card h2 {
    margin: 0;
    font-size: 1.25rem;
}

.flow-product-card__description {
    margin: 0.45rem 0 0;
    color: rgba(15, 24, 71, 0.66);
    font-size: 0.95rem;
}

.flow-product-card__price {
    text-align: right;
    min-width: 120px;
}

.flow-product-card__base {
    font-size: 0.78rem;
    color: rgba(15, 24, 71, 0.46);
}

.flow-product-card__display {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f1847;
}

.flow-sidebar {
    position: static;
    top: auto;
    width: 100%;
}

@media (min-width: 1024px) {
    .flow-sidebar {
        position: sticky;
        top: 1.5rem;
    }
}

.flow-sidebar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(135deg, #e7f3ff, #f7fbff);
    margin-bottom: 1rem;
}

.flow-sidebar__title {
    margin-top: 0;
}

.flow-summary {
    display: grid;
    gap: 0.9rem;
    margin: 0;
}

.flow-summary dt {
    font-size: 0.8rem;
    color: rgba(15, 24, 71, 0.55);
    margin-bottom: 0.2rem;
}

.flow-summary dd {
    margin: 0;
    font-weight: 600;
    color: #0f1847;
}

.flow-currency-switcher {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(15, 24, 71, 0.08);
}

.flow-currency-switcher__label {
    font-size: 0.8rem;
    color: rgba(15, 24, 71, 0.55);
    margin-bottom: 0.6rem;
}

.flow-currency-switcher__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.flow-currency-switcher__list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 36px;
    padding: 0 0.7rem;
    border-radius: 999px;
    background: #f4f7fb;
    color: #0f1847;
    font-weight: 600;
    text-decoration: none;
}

.flow-currency-switcher__list a.is-active {
    background: #0f1847;
    color: #ffffff;
}

.flow-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.flow-form-field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.flow-form-field label {
    font-weight: 600;
    color: #0f1847;
}

.flow-form-field input,
.flow-form-field select {
    width: 100%;
    border: 1px solid rgba(15, 24, 71, 0.14);
    border-radius: 14px;
    padding: 0.9rem 1rem;
    color: #0f1847;
    background: #ffffff;
}

.flow-form-field select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #64748b 50%), linear-gradient(135deg, #64748b 50%, transparent 50%);
    background-position: calc(100% - 22px) calc(50% - 3px), calc(100% - 16px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 3rem;
    line-height: 1.35;
    min-height: 56px;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
}

.flow-plate-field {
    display: flex;
    align-items: stretch;
    border: 1px solid rgba(15, 24, 71, 0.14);
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    min-height: 56px;
}

.flow-plate-field .plate-left {
    width: 40px;
    min-width: 40px;
    padding-top: 32px;
    font-size: 10px;
    line-height: 1;
    border-right: 1px solid rgba(15, 24, 71, 0.08);
    background-position: top 6px center;
}

.flow-plate-field .plate-left:not(.eu-plate) {
    background-image: none;
    background-color: #eef3f8;
    color: #0f1847;
    padding-top: 20px;
}

.flow-plate-field .plate-left span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.flow-plate-field input {
    width: 100%;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0.9rem 1rem !important;
    font-size: 1.12rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: linear-gradient(180deg, #fffdf6 0%, #ffffff 100%);
    color: #0f1847;
}

.flow-plate-field input::placeholder {
    color: rgba(15, 24, 71, 0.34);
    letter-spacing: 0.04em;
}

.flow-date-input {
    position: relative;
}

.flow-date-input__field {
    padding-right: 3rem !important;
}

.flow-date-input__icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0.65;
}

.flow-form-field--checkbox {
    justify-content: flex-end;
}

.flow-form-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 100%;
}

.flow-form-checkbox input {
    width: 18px;
    height: 18px;
}

.flow-form-field small {
    color: rgba(15, 24, 71, 0.6);
}

.flow-form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}

.flow-form-error {
    color: #b42318;
    font-size: 0.85rem;
    margin: 0;
}

.flow-page .ui-datepicker {
    border: 0;
    border-radius: 20px;
    padding: 0.75rem;
    box-shadow: 0 20px 40px rgba(15, 24, 71, 0.18);
    background: #ffffff;
}

.flow-page .ui-datepicker .ui-datepicker-header {
    border: 0;
    background: #f3f8fd;
    color: #0f1847;
    border-radius: 14px;
    padding: 0.5rem;
}

.flow-page .ui-datepicker .ui-datepicker-title {
    font-weight: 700;
}

.flow-page .ui-datepicker th {
    color: rgba(15, 24, 71, 0.55);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.flow-page .ui-datepicker td a,
.flow-page .ui-datepicker td span {
    border: 0 !important;
    border-radius: 12px;
    text-align: center;
    padding: 0.55rem 0.35rem;
    background: transparent !important;
    color: #0f1847 !important;
}

.flow-page .ui-datepicker td a:hover {
    background: #edf4fb !important;
}

.flow-page .ui-datepicker .ui-state-active {
    background: #0f1847 !important;
    color: #ffffff !important;
}

.flow-page .ui-datepicker .ui-state-disabled span {
    color: rgba(15, 24, 71, 0.25) !important;
}

@media (max-width: 991px) {
    .flow-selection-strip,
    .flow-form-grid,
    .flow-product-card {
        grid-template-columns: 1fr;
    }

    .flow-product-card__price,
    .flow-product-card__action {
        text-align: left;
    }
    .country-page .cms-white {
        border-radius: 22px;
        padding: 1.25rem;
    }
}

.cart-page {
    background: #f4f8fb;
}

.cart-main {
    padding-bottom: 4rem;
}

.cart-shell {
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.cart-title-block {
    margin-bottom: 2rem;
}

.cart-title-block h1 {
    margin: 0 0 0.35rem;
    color: #0f1847;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 1.05;
}

.cart-title-block p {
    margin: 0;
    color: rgba(15, 24, 71, 0.68);
    font-size: 1.08rem;
}

.cart-empty {
    display: grid;
    gap: 1.35rem;
    place-items: center;
    min-height: 260px;
    border: 1px dashed rgba(15, 24, 71, 0.18);
    border-radius: 22px;
    background: linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
    text-align: center;
}

.cart-empty p {
    margin: 0;
    color: #0f1847;
    font-size: 1.2rem;
    font-weight: 700;
}

.cart-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 1.5rem;
    align-items: start;
}

.cart-items {
    display: grid;
    gap: 1rem;
}

.cart-item,
.cart-summary-card {
    border: 1px solid rgba(15, 24, 71, 0.1);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 24, 71, 0.08);
}

.cart-item {
    padding: 1.25rem;
}

.cart-item__header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(15, 24, 71, 0.08);
}

.cart-item__eyebrow {
    color: #4e9acf;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cart-item h2 {
    margin: 0.2rem 0 0;
    color: #0f1847;
    font-size: 1.35rem;
    font-weight: 800;
}

.cart-item__price {
    min-width: 140px;
    text-align: right;
}

.cart-item__price span {
    display: block;
    color: rgba(15, 24, 71, 0.55);
    font-size: 0.82rem;
    font-weight: 700;
}

.cart-item__price strong {
    display: block;
    color: #0f1847;
    font-size: 1.35rem;
    font-weight: 800;
}

.cart-item__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 1.2rem;
    margin: 1rem 0;
}

.cart-item__details div {
    min-width: 0;
}

.cart-item__details dt {
    color: rgba(15, 24, 71, 0.56);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cart-item__details dd {
    margin: 0.2rem 0 0;
    color: #0f1847;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.cart-item__detail-wide {
    grid-column: 1 / -1;
}

.cart-plate {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.25rem 0.8rem;
    border: 2px solid #141414;
    border-radius: 6px;
    background: linear-gradient(180deg, #fff9df 0%, #ffffff 100%);
    color: #111827;
    font-weight: 900 !important;
    letter-spacing: 0.08em;
}

.cart-item__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cart-remove-btn,
.cart-clear-btn {
    border: 0;
    background: transparent;
    color: #b42318;
    cursor: pointer;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cart-summary-card {
    position: sticky;
    top: 1rem;
    padding: 1.35rem;
}

.cart-summary-card h2 {
    margin: 0 0 1rem;
    color: #0f1847;
    font-size: 1.45rem;
    font-weight: 800;
}

.cart-summary-lines {
    display: grid;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.cart-summary-lines div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(15, 24, 71, 0.08);
}

.cart-summary-lines span {
    color: rgba(15, 24, 71, 0.66);
    font-weight: 700;
}

.cart-summary-lines strong {
    color: #0f1847;
    font-weight: 900;
}

.cart-vat-note,
.cart-checkout-note,
.cart-price-details p {
    color: rgba(15, 24, 71, 0.62);
    font-size: 0.9rem;
}

.cart-price-details {
    margin: 1rem 0;
    border-radius: 16px;
    background: #f3f8fd;
    padding: 0.9rem 1rem;
}

.cart-price-details summary {
    color: #0f1847;
    cursor: pointer;
    font-weight: 800;
}

.cart-checkout-placeholder {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    width: 100%;
}

.cart-clear-btn {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
}

.cart-continue-link {
    display: block;
    margin-top: 1rem;
    color: #0f1847;
    font-weight: 800;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 991px) {
    .cart-grid,
    .cart-item__details {
        grid-template-columns: 1fr;
    }

    .cart-summary-card {
        position: static;
    }

    .cart-item__header,
    .cart-item__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .cart-item__price {
        text-align: left;
    }
}

.tollbox-page {
    background: #f3f5f6;
    color: #0f1847;
}

.tollbox-header {
    background: #0f1847;
    color: #ffffff;
    min-height: 88px;
}

.tollbox-header .menu-container {
    min-height: 88px;
}

.tollbox-hero {
    background: radial-gradient(circle at top left, rgba(78, 154, 207, 0.22), transparent 38%), linear-gradient(135deg, #101947 0%, #1f3f74 100%);
    color: #ffffff;
    padding: 3rem 0 4rem;
}

.tollbox-product-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}

.tollbox-gallery {
    display: grid;
    gap: 1rem;
}

.tollbox-main-image,
.tollbox-gallery-thumbs img {
    width: 100%;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.tollbox-main-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.tollbox-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9rem;
}

.tollbox-gallery-thumbs img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 18px;
}

.tollbox-buy-card,
.tollbox-advantage-card,
.tollbox-plan-card,
.tollbox-review-grid article,
.tollbox-faq-list details {
    border: 1px solid rgba(15, 24, 71, 0.1);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(15, 24, 71, 0.1);
}

.tollbox-buy-card {
    color: #0f1847;
    padding: clamp(1.4rem, 3vw, 2rem);
}

.tollbox-buy-card h1 {
    margin: 0 0 0.8rem;
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 900;
    line-height: 1.03;
}

.tollbox-price {
    margin-bottom: 0.35rem;
    color: #0f1847;
    font-size: 2rem;
    font-weight: 900;
}

.tollbox-muted {
    color: rgba(15, 24, 71, 0.62);
}

.tollbox-how {
    margin: 1.4rem 0;
    padding: 1rem;
    border-radius: 18px;
    background: #f3f8fd;
}

.tollbox-how p {
    margin: 0.45rem 0 0;
}

.tollbox-limits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
    margin-bottom: 1.4rem;
}

.tollbox-limits div {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(15, 24, 71, 0.1);
    font-weight: 800;
}

.tollbox-limits img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.tollbox-shipping {
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #fbfdff 0%, #f0f6fb 100%);
}

.tollbox-shipping h2 {
    margin: 0 0 0.35rem;
    font-size: 1.1rem;
    font-weight: 900;
}

.tollbox-shipping select {
    width: 100%;
    min-height: 48px;
    margin: 0.7rem 0;
    border: 1px solid rgba(15, 24, 71, 0.14);
    border-radius: 14px;
    padding: 0 1rem;
    color: #0f1847;
}

.tollbox-shipping-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
}

.tollbox-shipping-grid div {
    display: grid;
    gap: 0.25rem;
    padding: 0.75rem;
    border-radius: 14px;
    background: #ffffff;
}

.tollbox-cart-form {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 0.8rem;
    align-items: center;
    margin-top: 1rem;
}

.tollbox-qty {
    display: grid;
    grid-template-columns: 38px minmax(46px, 1fr) 38px;
    min-height: 50px;
    overflow: hidden;
    border: 1px solid rgba(15, 24, 71, 0.16);
    border-radius: 999px;
    background: #ffffff;
}

.tollbox-qty button,
.tollbox-qty input {
    min-width: 0;
    height: 50px;
    border: 0;
    background: transparent;
    color: #0f1847;
    text-align: center;
    font-weight: 900;
}

.tollbox-qty input {
    width: 100%;
    padding: 0 !important;
    line-height: 50px;
    appearance: textfield;
    -moz-appearance: textfield;
}

.tollbox-qty input::-webkit-outer-spin-button,
.tollbox-qty input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

.runtime-switchers {
    align-items: center;
    display: flex;
    gap: 1.5rem;
}

.runtime-switcher-form {
    margin: 0;
    position: relative;
}

.runtime-switcher-button {
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    gap: 0.35rem;
    line-height: 1.5rem;
    min-height: 1.75rem;
    padding: 0;
    transition: color 0.2s ease;
}

.runtime-switcher-button span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.runtime-switcher-button--flag {
    min-width: 1.5rem;
}

.runtime-switcher-flag {
    background-position: center;
    background-size: cover;
    border-radius: 9999px;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
}

.runtime-switcher-native {
    inset: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
}

.runtime-switcher-native > span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.runtime-switcher-native select {
    cursor: pointer;
    height: 100%;
    min-height: 1.75rem;
    width: 100%;
}

.runtime-switchers--header {
    color: #fff;
}

.runtime-switcher-form:hover .runtime-switcher-button,
.runtime-switcher-form:focus-within .runtime-switcher-button {
    color: rgb(209 213 219);
}

.runtime-switchers--mobile {
    color: #0f1847;
    flex-wrap: wrap;
    justify-content: center;
}

.runtime-switchers--mobile {
    gap: 1.25rem;
}

.runtime-switchers--mobile .runtime-switcher-button,
.checkout-page .runtime-switchers .runtime-switcher-button {
    color: #0f1847;
}

.checkout-page {
    background: linear-gradient(160deg, #f4f7fb 0%, #fff8ed 100%);
    color: #111827;
    min-height: 100vh;
}

.checkout-header {
    background: radial-gradient(circle at top left, rgba(242,140,40,0.45), transparent 36%), linear-gradient(135deg, #0f1847, #223b68);
    color: #fff;
    padding: 1.25rem 0 5.5rem;
}

.checkout-header .menu-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.checkout-header__copy {
    max-width: 1120px;
    margin: 3.5rem auto 0;
    padding: 0 1.25rem;
}

.checkout-header__copy h1 {
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 4.6rem);
    font-weight: 950;
    margin: 0;
}

.checkout-header__copy p {
    color: rgba(255,255,255,0.82);
    font-size: 1.18rem;
    margin-top: 0.5rem;
}

.checkout-main {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) 370px;
    max-width: 1120px;
    margin: -3.4rem auto 4rem;
    padding: 0 1.25rem;
}

.checkout-card,
.checkout-summary {
    background: #fff;
    border: 1px solid rgba(15,24,71,0.08);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(21,33,63,0.12);
}

.checkout-card {
    padding: clamp(1.25rem, 3vw, 2.25rem);
}

.checkout-summary {
    align-self: start;
    padding: 1.4rem;
    position: sticky;
    top: 1rem;
}

.checkout-steps {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 2rem;
}

.checkout-steps span,
.checkout-steps strong {
    border-radius: 999px;
    background: #edf1f7;
    color: #667085;
    font-size: 0.82rem;
    padding: 0.65rem 0.8rem;
    text-align: center;
}

.checkout-steps strong {
    background: #f28c28;
    color: #fff;
}

.checkout-form h2,
.checkout-summary h2 {
    color: #0f1847;
    font-size: 1.6rem;
    font-weight: 950;
    margin: 0 0 1.2rem;
}

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

.checkout-grid label,
.checkout-consent {
    color: #344054;
    display: flex;
    flex-direction: column;
    font-size: 0.88rem;
    font-weight: 800;
    gap: 0.4rem;
}

.checkout-wide {
    grid-column: 1 / -1;
}

.checkout-grid input,
.checkout-grid select {
    border: 1px solid rgba(15,24,71,0.14);
    border-radius: 16px;
    color: #0f1847;
    font-size: 1rem;
    font-weight: 700;
    min-height: 52px;
    padding: 0.75rem 0.9rem;
}

.checkout-consent {
    align-items: flex-start;
    flex-direction: row;
    font-weight: 600;
    line-height: 1.45;
    margin: 1.2rem 0;
}

.checkout-consent input {
    margin-top: 0.25rem;
}

.checkout-submit {
    border: 0;
    cursor: pointer;
    width: 100%;
}

.checkout-submit-hint,
.checkout-ssl,
.checkout-summary p {
    color: #667085;
    font-size: 0.9rem;
}

.checkout-ssl {
    align-items: center;
    display: flex;
    gap: 0.45rem;
    justify-content: center;
    margin-top: 0.9rem;
}

.checkout-errors {
    background: #fff2f0;
    border: 1px solid #ffccc7;
    border-radius: 18px;
    color: #a8071a;
    margin-bottom: 1.3rem;
    padding: 1rem 1.2rem;
}

.checkout-errors ul {
    margin: 0.5rem 0 0;
}

.checkout-summary-item,
.checkout-total {
    align-items: flex-start;
    border-bottom: 1px solid #edf1f7;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.9rem 0;
}

.checkout-summary-item strong {
    color: #0f1847;
}

.checkout-summary-item span {
    color: #667085;
    display: block;
    font-size: 0.84rem;
    margin-top: 0.2rem;
}

.checkout-total {
    align-items: center;
    border-bottom: 0;
    font-size: 1.1rem;
    font-weight: 950;
}

.checkout-total strong {
    color: #f28c28;
    font-size: 1.35rem;
}

.checkout-badges {
    display: grid;
    gap: 0.55rem;
    margin: 1rem 0;
}

.checkout-badges span {
    align-items: center;
    background: #f7fafc;
    border-radius: 14px;
    display: flex;
    gap: 0.55rem;
    padding: 0.65rem;
}

.checkout-badges img {
    height: 18px;
    width: 18px;
}

.checkout-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 1rem;
}

.checkout-payments img {
    background: #fff;
    border: 1px solid #edf1f7;
    border-radius: 10px;
    height: 30px;
    padding: 0.35rem;
}

@media (max-width: 900px) {
    .checkout-main {
        grid-template-columns: 1fr;
    }

    .checkout-summary {
        position: static;
    }
}

@media (max-width: 640px) {
    .checkout-grid,
    .checkout-steps {
        grid-template-columns: 1fr;
    }
}

.tollbox-qty button {
    cursor: pointer;
    font-size: 1.1rem;
}

.tollbox-availability {
    margin-top: 0.85rem;
    color: #10885f;
    font-weight: 800;
}

.tollbox-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}

.tollbox-payments img {
    width: auto;
    height: 28px;
}

.tollbox-errors {
    margin: 1rem 0;
}

.tollbox-supported,
.tollbox-benefits,
.tollbox-steps,
.tollbox-plans,
.tollbox-reviews,
.tollbox-lane,
.tollbox-faq {
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.tollbox-supported {
    background: #ffffff;
    text-align: center;
}

.tollbox-supported h2,
.tollbox-benefits h2,
.tollbox-steps h2,
.tollbox-plans h2,
.tollbox-reviews h2,
.tollbox-lane h2,
.tollbox-faq h2 {
    margin: 0 0 1.2rem;
    color: #0f1847;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.08;
}

.tollbox-country-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
}

.tollbox-country-row a {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border-radius: 999px;
    background: #f3f8fd;
    padding: 0.55rem 1rem;
    color: #0f1847;
    font-weight: 800;
    text-decoration: none;
}

.tollbox-country-row img {
    width: 34px;
    height: 24px;
    object-fit: cover;
}

.tollbox-rating-local {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.4rem;
    border-radius: 999px;
    background: #ffffff;
    padding: 0.75rem 1.25rem;
    box-shadow: 0 12px 30px rgba(15, 24, 71, 0.1);
}

.tollbox-rating-local span {
    color: #00b67a;
    letter-spacing: 0.06em;
}

.tollbox-rating-local em {
    color: rgba(15, 24, 71, 0.62);
    font-style: normal;
}

.tollbox-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}

.tollbox-benefits video,
.tollbox-lane img {
    width: 100%;
    margin-top: 1rem;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(15, 24, 71, 0.12);
}

.tollbox-advantage-card {
    padding: clamp(1.3rem, 3vw, 2rem);
}

.tollbox-advantage-card h3 {
    margin: 0 0 1rem;
    font-size: 1.45rem;
    font-weight: 900;
}

.tollbox-advantage-card ul,
.tollbox-plan-card ul {
    display: grid;
    gap: 0.75rem;
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}

.tollbox-advantage-card li,
.tollbox-plan-card li {
    position: relative;
    padding-left: 1.6rem;
}

.tollbox-advantage-card li::before,
.tollbox-plan-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10885f;
    font-weight: 900;
}

.tollbox-advantage-card blockquote {
    margin: 1.5rem 0 0;
    border-radius: 18px;
    background: #f3f8fd;
    padding: 1rem;
}

.tollbox-advantage-card blockquote img {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    object-fit: cover;
}

.tollbox-advantage-card blockquote div {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-weight: 800;
}

.tollbox-step-grid,
.tollbox-plan-grid,
.tollbox-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.tollbox-step-grid article {
    border-radius: 24px;
    background: #ffffff;
    padding: 1.3rem;
    box-shadow: 0 16px 40px rgba(15, 24, 71, 0.08);
}

.tollbox-step-grid article > div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #0f1847;
    color: #ffffff;
    font-weight: 900;
}

.tollbox-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.tollbox-plan-card {
    padding: clamp(1.3rem, 3vw, 2rem);
}

.tollbox-plan-card > span {
    display: inline-flex;
    margin-bottom: 0.8rem;
    border-radius: 999px;
    background: #ff8a00;
    color: #ffffff;
    padding: 0.35rem 0.8rem;
    font-weight: 900;
}

.tollbox-plan-card h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: 900;
}

.tollbox-plan-prices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
    margin: 1rem 0;
}

.tollbox-plan-prices div,
.tollbox-system-fee {
    border-radius: 18px;
    background: #f3f8fd;
    padding: 1rem;
}

.tollbox-plan-prices strong,
.tollbox-system-fee strong {
    display: block;
    font-size: 1.45rem;
    font-weight: 900;
}

.tollbox-plan-prices small,
.tollbox-system-fee small {
    color: rgba(15, 24, 71, 0.58);
}

.tollbox-reviews {
    background: #ffffff;
}

.tollbox-review-grid {
    margin-top: 1.5rem;
}

.tollbox-review-grid article {
    padding: 1.25rem;
}

.tollbox-review-grid article div {
    margin: 0.55rem 0;
    color: #00b67a;
}

.tollbox-faq-list {
    display: grid;
    gap: 0.8rem;
}

.tollbox-faq-list details {
    padding: 1rem 1.2rem;
}

.tollbox-faq-list summary {
    cursor: pointer;
    color: #0f1847;
    font-weight: 900;
}

@media (max-width: 991px) {
    .tollbox-product-grid,
    .tollbox-two-col,
    .tollbox-step-grid,
    .tollbox-plan-grid,
    .tollbox-review-grid {
        grid-template-columns: 1fr;
    }

    .tollbox-hero {
        padding-top: 1.5rem;
    }

    .tollbox-cart-form,
    .tollbox-shipping-grid,
    .tollbox-limits,
    .tollbox-plan-prices {
        grid-template-columns: 1fr;
    }
}
