:root {
    --beach-sand-50: #fffdf8;
    --beach-sand-100: #fff6e8;
    --beach-sand-200: #f8ead0;
    --beach-sand-300: #efd8b3;
    --beach-ocean-500: #1f88c9;
    --beach-ocean-600: #0f6cab;
    --beach-ocean-700: #0c4f87;
    --beach-sky-300: #b8e7f2;
    --beach-sky-400: #89d5ea;
    --beach-ink-700: #26405b;
    --beach-ink-600: #4d6580;
    --beach-shell: rgba(255, 255, 255, 0.78);
    --beach-shell-strong: rgba(255, 255, 255, 0.92);
    --beach-shadow-sm: 0 14px 30px rgba(22, 51, 88, 0.08);
    --beach-shadow-md: 0 22px 50px rgba(22, 51, 88, 0.12);
    --beach-shadow-lg: 0 34px 80px rgba(22, 51, 88, 0.16);
}

.premium-app-shell {
    background:
        radial-gradient(circle at top left, rgba(184, 231, 242, 0.44), transparent 22%),
        radial-gradient(circle at top right, rgba(255, 223, 169, 0.32), transparent 26%),
        linear-gradient(180deg, #fffefb 0%, #fdf7ee 36%, #f8fbff 100%);
    color: var(--beach-ink-700);
}

.premium-main-content {
    min-height: calc(100vh - 240px);
}

.premium-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: rgba(255, 251, 244, 0.8);
    border-bottom: 1px solid rgba(219, 204, 178, 0.55);
    backdrop-filter: blur(18px);
    box-shadow: 0 8px 28px rgba(34, 73, 109, 0.08);
}

.premium-navbar {
    min-height: 78px;
    gap: 16px;
}

.premium-logo {
    color: #204463;
    letter-spacing: .02em;
}

.logo-accent {
    color: var(--beach-ocean-500);
}

.premium-navbar__menu .nav-link {
    color: rgba(38, 64, 91, 0.82);
    font-weight: 700;
}

.premium-navbar__menu .nav-link:hover,
.premium-navbar__menu .active .nav-link {
    color: #123f6b;
}

.premium-navbar__actions .btn--base,
.premium-home .btn--base,
.premium-plan-theme .btn--base {
    background: linear-gradient(135deg, #28a7d3, #1777bb 58%, #115ca0 100%);
    border: 0;
    color: #fff;
    box-shadow: 0 16px 36px rgba(26, 115, 184, 0.24);
}

.premium-navbar__actions .btn--base:hover,
.premium-home .btn--base:hover,
.premium-plan-theme .btn--base:hover {
    color: #fff;
    filter: brightness(1.03);
    box-shadow: 0 20px 42px rgba(26, 115, 184, 0.28);
}

.premium-navbar__actions .btn--outline-base,
.premium-home .btn--outline-base,
.premium-plan-theme .btn--outline-base {
    border: 1px solid rgba(31, 136, 201, 0.22);
    color: #16456e;
    background: rgba(255, 255, 255, 0.72);
}

.premium-navbar__actions .btn--outline-base:hover,
.premium-home .btn--outline-base:hover,
.premium-plan-theme .btn--outline-base:hover {
    color: #123f6b;
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(31, 136, 201, 0.36);
}

.premium-navbar__lang-toggle {
    border: 1px solid rgba(31, 136, 201, 0.16);
    background: rgba(255, 255, 255, 0.72);
    color: #36506b;
}

.premium-navbar__toggler-icon {
    background: #25537e;
}

.premium-footer {
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(245, 238, 224, 0.95)),
        radial-gradient(circle at top right, rgba(184, 231, 242, 0.34), transparent 28%);
    color: #44607c;
    border-top: 1px solid rgba(220, 204, 177, 0.6);
    margin-top: 84px;
}

.premium-footer a,
.premium-footer__title,
.premium-footer__description,
.premium-footer__bottom {
    color: inherit;
}

.premium-footer a:hover {
    color: #123f6b;
}

.premium-footer__title {
    color: #26405b;
}

.premium-footer__description,
.premium-footer__bottom,
.premium-footer__empty {
    color: #6f8397;
}

.premium-footer__socials a,
.premium-footer__payment-list li {
    background: rgba(255, 255, 255, 0.74);
    border-color: rgba(209, 195, 168, 0.6);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.premium-footer__payment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.premium-footer__payment-list li {
    align-items: center;
    border: 1px solid rgba(209, 195, 168, 0.6);
    border-radius: 18px;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    min-width: 86px;
    padding: 0.55rem 0.85rem;
}

.premium-footer__payment-list img {
    display: block;
    height: auto;
    max-height: 25px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.premium-footer__payments,
.premium-footer__bottom {
    border-top-color: rgba(215, 201, 177, 0.5);
}

.premium-cookie-banner__content {
    background: rgba(255, 250, 243, 0.92);
    color: #35506e;
    border: 1px solid rgba(216, 201, 177, 0.65);
    box-shadow: var(--beach-shadow-md);
}

.premium-cookie-banner__text,
.premium-cookie-banner__text a {
    color: #35506e;
}

/* Auth pages: reset link underline */
.premium-auth-page a,
.premium-auth-page a:hover,
.premium-auth-page a:focus,
.premium-auth-page a:active {
    text-decoration: none !important;
}

.premium-auth-page .account-external a,
.premium-auth-page .account-external a:hover,
.premium-auth-page .account-external a:focus,
.premium-auth-page .account-external a:active {
    text-decoration: none !important;
}

/* Auth pages: protect "Forgot password" from underline on hover */
.premium-auth-page .forgot-pass,
.premium-auth-page .forgot-password {
    text-decoration: none !important;
}

.premium-auth-page .forgot-pass:hover,
.premium-auth-page .forgot-pass:focus,
.premium-auth-page .forgot-password:hover,
.premium-auth-page .forgot-password:focus {
    text-decoration: none !important;
}

/* Auth pages: protect inline legal policy link ("Р В Р’В Р вЂ™Р’В Р В Р Р‹Р Р†Р вЂљРЎвЂќР В Р’В Р В Р вЂ№Р В Р вЂ Р В РІР‚С™Р РЋРІвЂћСћР В Р’В Р вЂ™Р’В Р В Р Р‹Р Р†Р вЂљРЎСљР В Р’В Р В Р вЂ№Р В Р’В Р Р†Р вЂљРЎв„ўР В Р’В Р В Р вЂ№Р В Р вЂ Р В РІР‚С™Р Р†РІР‚С›РІР‚вЂњР В Р’В Р В Р вЂ№Р В Р вЂ Р В РІР‚С™Р РЋРІвЂћСћР В Р’В Р В Р вЂ№Р В Р’В Р В РІР‚В° Р В Р’В Р вЂ™Р’В Р В Р Р‹Р Р†Р вЂљРІР‚СњР В Р’В Р вЂ™Р’В Р В Р Р‹Р Р†Р вЂљРЎС›Р В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В»Р В Р’В Р вЂ™Р’В Р В Р Р‹Р Р†Р вЂљР’ВР В Р’В Р В Р вЂ№Р В Р вЂ Р В РІР‚С™Р РЋРІвЂћСћР В Р’В Р вЂ™Р’В Р В Р Р‹Р Р†Р вЂљР’ВР В Р’В Р вЂ™Р’В Р В Р Р‹Р Р†Р вЂљРЎСљР В Р’В Р В Р вЂ№Р В Р Р‹Р Р†Р вЂљРЎС™") from underline */
.premium-auth-page .premium-auth-inline-link,
.premium-auth-page .premium-auth-inline-link:hover,
.premium-auth-page .premium-auth-inline-link:focus,
.premium-auth-page .premium-auth-inline-link:active {
    text-decoration: none !important;
}

/* Auth pages: cookie banner buttons visibility */
.premium-auth-page .premium-cookie-banner__actions {
    align-items: center;
}

.premium-auth-page .premium-cookie-banner__actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    min-height: 40px;
    padding: 0 18px;
    white-space: nowrap;
    overflow: visible;
}

.premium-auth-page .premium-cookie-banner__actions .btn--outline-base {
    color: var(--coastal-ink-700);
    border-color: rgba(104, 133, 164, 0.82);
    background: rgba(255, 255, 255, 0.98);
}

.premium-auth-page .premium-cookie-banner__actions .btn--outline-base:hover,
.premium-auth-page .premium-cookie-banner__actions .btn--outline-base:focus {
    color: var(--coastal-ink-700);
    background: rgba(245, 250, 255, 0.98);
    border-color: rgba(68, 108, 150, 0.86);
}

.premium-auth-page .premium-cookie-banner__actions .btn--dark {
    color: var(--coastal-ink-700);
    border: 1px solid rgba(173, 208, 231, 0.9);
    background: rgba(255, 255, 255, 0.72);
}

.premium-auth-page .premium-cookie-banner__actions .btn--dark:hover,
.premium-auth-page .premium-cookie-banner__actions .btn--dark:focus {
    color: var(--coastal-ink-700);
    background: rgba(255, 255, 255, 0.96);
}

.premium-home,
.premium-plan-theme {
    --premium-surface: #ffffff;
    --premium-surface-alt: #fff8ef;
    --premium-glass: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 240, 0.92));
    --premium-border: rgba(224, 211, 186, 0.72);
    --premium-border-strong: rgba(202, 225, 233, 0.95);
    --premium-shadow-sm: var(--beach-shadow-sm);
    --premium-shadow: var(--beach-shadow-md);
    --premium-shadow-lg: var(--beach-shadow-lg);
    --premium-title: #21415f;
    --premium-text: #5d7287;
    --premium-muted: #7f93a8;
    --premium-primary: #1f88c9;
    --premium-primary-dark: #0f6cab;
    --premium-cyan: #58c5df;
    background:
        radial-gradient(circle at top left, rgba(184, 231, 242, 0.36), transparent 24%),
        radial-gradient(circle at top right, rgba(255, 225, 177, 0.42), transparent 26%),
        linear-gradient(180deg, #fffefb 0%, #fdf7ee 42%, #f8fbff 100%);
}

.premium-home .section-heading__title,
.premium-plan-theme .section-heading__title {
    color: #21415f;
}

.premium-home .section-heading__desc,
.premium-plan-theme .section-heading__desc {
    color: #667b90;
}

.premium-home .premium-section,
.premium-plan-theme .premium-section,
.premium-plan-theme .choose-plan {
    position: relative;
}

.premium-home .premium-section::before,
.premium-plan-theme .choose-plan::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184, 231, 242, 0.24), transparent 68%);
    pointer-events: none;
    filter: blur(4px);
}

.premium-home .premium-section > .container,
.premium-plan-theme .choose-plan > .container {
    position: relative;
    z-index: 1;
}

.premium-home .premium-destination-hero,
.premium-plan-theme .choose-plan {
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 20%, rgba(88, 197, 223, 0.12), transparent 22%),
        radial-gradient(circle at 14% 18%, rgba(255, 217, 159, 0.22), transparent 26%),
        linear-gradient(180deg, rgba(255, 251, 244, 0.96), rgba(247, 252, 255, 0.88));
    border-bottom: 1px solid rgba(220, 207, 183, 0.42);
}

.premium-home .premium-destination-hero__visual,
.premium-home .premium-global-coverage,
.premium-home .premium-global-coverage__visual,
.premium-home .premium-payment-trust,
.premium-home .premium-device-card,
.premium-home .premium-step-card,
.premium-home .premium-destination-seo,
.premium-home .premium-destination-seo__card,
.premium-home .premium-seo-link,
.premium-home .accordion-item,
.premium-plan-theme .choose-plan-sidebar,
.premium-plan-theme .choose-plan-item,
.premium-plan-theme .choose-plan-feature-card,
.premium-plan-theme .choose-plan-summary,
.premium-plan-theme .premium-coverage-modal .modal-content {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 239, 0.92));
    border: 1px solid rgba(224, 211, 186, 0.78);
    box-shadow: var(--beach-shadow-md);
}

.premium-home .premium-destination-hero__eyebrow,
.premium-home .premium-destination-hero__trust-item,
.premium-home .premium-global-coverage__eyebrow,
.premium-home .premium-global-coverage__chip,
.premium-home .premium-payment-trust__item,
.premium-home .premium-device-card__badge,
.premium-plan-theme .choose-plan-item__badge,
.premium-plan-theme .choose-plan-item__meta,
.premium-plan-theme .choose-plan-coverage__code {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(201, 225, 233, 0.9);
    color: #28507b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.premium-home .premium-destination-hero__title,
.premium-home .premium-global-coverage__title,
.premium-home .premium-step-card__title,
.premium-home .premium-device-card__name,
.premium-home .premium-destination-seo__card-title,
.premium-home .accordion-button,
.premium-plan-theme .choose-plan-item__destination-name,
.premium-plan-theme .choose-plan-info__title {
    color: #21415f;
}

.premium-home .premium-destination-hero__desc,
.premium-home .premium-global-coverage__desc,
.premium-home .premium-step-card__desc,
.premium-home .premium-device-card__desc,
.premium-home .premium-payment-trust__hint,
.premium-home .premium-destination-seo__card p,
.premium-home .accordion-body,
.premium-plan-theme .choose-plan-info__desc,
.premium-plan-theme .choose-plan-summary .label,
.premium-plan-theme .choose-plan-coverage__more,
.premium-plan-theme .choose-plan-coverage__empty {
    color: #667b90;
}

.premium-plan-theme {
    padding-bottom: 10px;
}

.premium-plan-theme .choose-plan {
    padding-top: clamp(112px, 11vw, 144px);
}

.premium-plan-theme .choose-plan-item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.premium-plan-theme .choose-plan-item::after {
    content: "";
    position: absolute;
    inset: auto -15% -48% auto;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(88, 197, 223, 0.18), transparent 65%);
    pointer-events: none;
}

.premium-plan-theme .choose-plan-item:hover,
.premium-plan-theme .choose-plan-item:focus-within {
    transform: translateY(-5px);
    border-color: rgba(121, 201, 226, 0.95);
    box-shadow: var(--beach-shadow-lg);
}

.premium-plan-theme .choose-plan-item:has(input:checked) {
    border-color: rgba(73, 175, 214, 0.88);
    box-shadow: 0 0 0 3px rgba(100, 202, 229, 0.18), var(--beach-shadow-lg);
}

.premium-plan-theme .choose-plan-item__destination-flag-wrap,
.premium-plan-theme .choose-plan-sidebar,
.premium-plan-theme .choose-plan-summary,
.premium-plan-theme .choose-plan-feature-card {
    border-color: rgba(224, 211, 186, 0.78);
}

.premium-plan-theme .choose-plan-item__destination-code {
    color: #195d91;
    background: linear-gradient(135deg, rgba(184, 231, 242, 0.98), rgba(255, 237, 196, 0.94));
}

.premium-plan-theme .choose-plan-item__capacity,
.premium-plan-theme .choose-plan-item__price,
.premium-plan-theme .choose-plan-feature-card__value,
.premium-plan-theme .choose-plan-feature-card__meta,
.premium-plan-theme .choose-plan-summary .value,
.premium-plan-theme .choose-plan-coverage__item {
    color: #21415f;
}

.premium-plan-theme .choose-plan-item__price del {
    color: #8da2b6;
}

.premium-plan-theme .choose-plan-item__meta i,
.premium-plan-theme .choose-plan-feature-card__icon,
.premium-plan-theme .choose-plan-item__badge i {
    color: #1f88c9;
}

.premium-plan-theme .choose-plan-feature-card__label {
    color: #758aa0;
}

.premium-plan-theme .choose-plan-feature-card .coverageLink a {
    color: #0f6cab;
}

.premium-home.premium-country-page,
.premium-home.premium-destination-page,
.premium-plan-theme {
    background:
        radial-gradient(circle at top left, rgba(184, 231, 242, 0.36), transparent 24%),
        radial-gradient(circle at top right, rgba(255, 223, 169, 0.34), transparent 24%),
        linear-gradient(180deg, #fffefb 0%, #fdf7ee 42%, #f8fbff 100%);
}

.premium-home.premium-country-page .premium-country-page__hero-flag,
.premium-home.premium-country-page .premium-country-page__hero-code {
    box-shadow: 0 12px 22px rgba(33, 65, 95, 0.12);
}

.premium-home.premium-country-page .premium-country-page__hero-code {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(201, 225, 233, 0.95);
    color: #1c5b8f;
}

.premium-home.premium-country-page .premium-destination-hero__visual,
.premium-home.premium-country-page .premium-global-coverage__visual {
    min-height: 320px;
}

.premium-home.premium-country-page .premium-destination-hero__stat,
.premium-home.premium-country-page .premium-global-coverage__stat {
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(214, 203, 180, 0.76);
}

.premium-home .accordion-button:not(.collapsed) {
    background: rgba(255, 247, 236, 0.8);
    color: #21415f;
}

.premium-home .premium-region-map-card,
.premium-home .premium-destination-country-card,
.premium-home .premium-destination-advantage {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 239, 0.92));
    border: 1px solid rgba(224, 211, 186, 0.78);
    box-shadow: var(--beach-shadow-sm);
}

@media (max-width: 991px) {
    .premium-navbar .navbar-collapse {
        background: rgba(255, 251, 244, 0.96);
        border: 1px solid rgba(219, 204, 178, 0.65);
        box-shadow: var(--beach-shadow-md);
    }

    .premium-plan-theme .choose-plan {
        padding-top: 104px;
    }
}

@media (max-width: 767px) {
    .premium-cookie-banner__actions .btn {
        flex: 1 1 calc(50% - 6px);
    }
}


/* Beach Luxury Phase 2 */
.premium-dashboard-shell .premium-header {
    background: rgba(12, 18, 33, 0.92);
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: none;
}

.premium-dashboard-shell .premium-logo {
    color: #fff;
}

.premium-dashboard-shell .logo-accent {
    color: #2d67ff;
}

.premium-dashboard-shell .premium-navbar__menu .nav-link {
    color: rgba(255, 255, 255, 0.88);
}

.premium-dashboard-shell .premium-navbar__lang-toggle {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.premium-dashboard-shell .premium-navbar__toggler-icon {
    background: #fff;
}

.premium-dashboard-shell .premium-footer {
    background: #0f172a;
    color: #dbe4f0;
    border-top-color: rgba(148, 163, 184, 0.22);
}

.premium-dashboard-shell .premium-cookie-banner__content {
    background: #111827;
    color: #f8fafc;
    border-color: rgba(148, 163, 184, 0.32);
}

.premium-dashboard-shell .premium-cookie-banner__text,
.premium-dashboard-shell .premium-cookie-banner__text a {
    color: #e2e8f0;
}

.premium-storefront-shell .premium-main-content {
    background:
        radial-gradient(circle at 12% 0%, rgba(162, 222, 233, 0.22), transparent 22%),
        radial-gradient(circle at 92% 8%, rgba(255, 220, 169, 0.22), transparent 24%),
        linear-gradient(180deg, #fffdfa 0%, #fcf6eb 36%, #f6fbff 100%);
}

.premium-storefront-shell .premium-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: rgba(255, 251, 244, 0.84);
    border-bottom: 1px solid rgba(219, 204, 178, 0.55);
    backdrop-filter: blur(18px);
    box-shadow: 0 8px 28px rgba(34, 73, 109, 0.08);
}

.premium-storefront-shell .premium-header::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(31, 136, 201, 0.28), transparent);
}

.premium-storefront-shell .premium-logo {
    color: #204463;
}

.premium-storefront-shell .logo-accent {
    color: #1f88c9;
}

.premium-storefront-shell .premium-navbar__menu .nav-link {
    color: rgba(38, 64, 91, 0.82);
    font-weight: 700;
}

.premium-storefront-shell .premium-navbar__menu .nav-link:hover,
.premium-storefront-shell .premium-navbar__menu .active .nav-link {
    color: #123f6b;
}

.premium-storefront-shell .premium-navbar__lang-toggle {
    border: 1px solid rgba(31, 136, 201, 0.16);
    background: rgba(255, 255, 255, 0.72);
    color: #36506b;
}

.premium-storefront-shell .premium-navbar__toggler-icon {
    background: #25537e;
}


.premium-storefront-shell .premium-footer {
    position: relative;
    overflow: hidden;
    margin-top: 56px;
    padding: 48px 0 24px;
    background:
        linear-gradient(180deg, rgba(250, 252, 255, 0.98), rgba(239, 246, 252, 0.98)),
        radial-gradient(circle at top right, rgba(207, 233, 244, 0.42), transparent 30%);
    color: #53708c;
    border-top: 1px solid rgba(191, 216, 235, 0.76);
}

.premium-storefront-shell .premium-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(221, 240, 250, 0.54), transparent 22%),
        radial-gradient(circle at top right, rgba(207, 233, 244, 0.38), transparent 22%);
    pointer-events: none;
}

.premium-storefront-shell .premium-footer > .container {
    position: relative;
    z-index: 1;
}

.premium-storefront-shell .premium-footer__grid {
    gap: 20px;
}

.premium-storefront-shell .premium-footer__description {
    max-width: 320px;
}

.premium-storefront-shell .premium-footer__title {
    color: var(--coastal-ink-700);
}

.premium-storefront-shell .premium-footer__description,
.premium-storefront-shell .premium-footer__bottom,
.premium-storefront-shell .premium-footer__empty {
    color: #69839b;
}

.premium-storefront-shell .premium-footer__socials a,
.premium-storefront-shell .premium-footer__payment-list li,
.premium-storefront-shell .premium-cookie-banner__content {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(191, 216, 235, 0.72);
    box-shadow: var(--coastal-shadow-sm);
}

.premium-storefront-shell .premium-cookie-banner__text,
.premium-storefront-shell .premium-cookie-banner__text a {
    color: var(--coastal-ink-600);
}

.premium-home,
.premium-plan-theme {
    --premium-surface: var(--coastal-snow);
    --premium-surface-alt: var(--coastal-pearl);
    --premium-glass: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(243, 249, 254, 0.96));
    --premium-border: var(--coastal-border);
    --premium-border-strong: var(--coastal-border-strong);
    --premium-shadow-sm: var(--coastal-shadow-sm);
    --premium-shadow: var(--coastal-shadow-md);
    --premium-shadow-lg: var(--coastal-shadow-lg);
    --premium-title: var(--coastal-ink-700);
    --premium-text: #59748c;
    --premium-muted: #7890a6;
    --premium-primary: var(--coastal-azure-500);
    --premium-primary-dark: var(--coastal-azure-700);
    --premium-cyan: #62c8ea;
    background:
        radial-gradient(circle at top left, rgba(219, 239, 249, 0.52), transparent 22%),
        radial-gradient(circle at top right, rgba(214, 236, 248, 0.46), transparent 24%),
        linear-gradient(180deg, #fbfdff 0%, #f5f9fd 42%, #f9fcff 100%);
}

.premium-home .premium-section::before,
.premium-plan-theme .choose-plan::before {
    background: radial-gradient(circle, rgba(205, 232, 244, 0.34), transparent 68%);
}

.premium-home .hero-premium,
.premium-home .premium-destination-hero,
.premium-plan-theme .choose-plan {
    background:
        radial-gradient(circle at 88% 18%, rgba(111, 201, 233, 0.14), transparent 22%),
        radial-gradient(circle at 10% 16%, rgba(225, 243, 250, 0.84), transparent 28%),
        linear-gradient(180deg, rgba(252, 254, 255, 0.98), rgba(242, 248, 253, 0.92));
    border-bottom: 1px solid rgba(191, 216, 235, 0.5);
}

.premium-home .premium-destination-hero::before,
.premium-plan-theme .choose-plan::after {
    background: radial-gradient(circle, rgba(205, 232, 244, 0.5), transparent 70%);
}

.premium-home .hero-premium__title,
.premium-home .premium-destination-hero__title,
.premium-home .premium-global-coverage__title,
.premium-home .premium-step-card__title,
.premium-home .premium-device-card__name,
.premium-home .premium-destination-seo__card-title,
.premium-home .accordion-button,
.premium-plan-theme .choose-plan-info__title,
.premium-plan-theme .choose-plan-item__destination-name {
    color: var(--coastal-ink-700);
}

.premium-home .hero-premium__desc,
.premium-home .premium-destination-hero__desc,
.premium-home .premium-global-coverage__desc,
.premium-home .premium-step-card__desc,
.premium-home .premium-device-card__desc,
.premium-home .premium-payment-trust__hint,
.premium-home .premium-destination-seo__card p,
.premium-home .accordion-body,
.premium-plan-theme .choose-plan-info__desc,
.premium-plan-theme .choose-plan-summary .label,
.premium-plan-theme .choose-plan-feature-card__label,
.premium-plan-theme .choose-plan-coverage__more,
.premium-plan-theme .choose-plan-coverage__empty {
    color: var(--coastal-ink-600);
}

.premium-home .hero-premium__visual,
.premium-home .premium-destination-hero__visual,
.premium-home .premium-global-coverage,
.premium-home .premium-global-coverage__visual,
.premium-home .premium-payment-trust,
.premium-home .premium-device-card,
.premium-home .premium-step-card,
.premium-home .premium-destination-seo,
.premium-home .premium-destination-seo__card,
.premium-home .premium-seo-link,
.premium-home .accordion-item,
.premium-home .premium-popular-country-card,
.premium-home .premium-country-selector,
.premium-home .premium-region-card,
.premium-home .premium-region-map-card,
.premium-home .premium-destination-country-card,
.premium-home .premium-destination-advantage,
.premium-plan-theme .choose-plan-sidebar,
.premium-plan-theme .choose-plan-item,
.premium-plan-theme .choose-plan-feature-card,
.premium-plan-theme .choose-plan-summary,
.premium-plan-theme .premium-coverage-modal .modal-content {
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(243, 249, 254, 0.96)),
        radial-gradient(circle at top right, rgba(207, 233, 244, 0.18), transparent 32%);
    border: 1px solid rgba(191, 216, 235, 0.74);
    box-shadow: var(--coastal-shadow-md);
}

.premium-home .hero-premium__eyebrow,
.premium-home .hero-chip,
.premium-home .hero-premium__journey-item,
.premium-home .hero-premium__trust-item,
.premium-home .hero-popular__item,
.premium-home .premium-destination-hero__trust-item,
.premium-home .premium-global-coverage__eyebrow,
.premium-home .premium-global-coverage__chip,
.premium-home .premium-payment-trust__item,
.premium-home .premium-device-card__badge,
.premium-home .premium-country-selector__item,
.premium-home .premium-destination-shortcuts__item,
.premium-plan-theme .choose-plan-item__badge,
.premium-plan-theme .choose-plan-item__meta,
.premium-plan-theme .choose-plan-coverage__item,
.premium-plan-theme .choose-plan-coverage__code {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(188, 218, 236, 0.9);
    color: #2f5678;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.premium-home .hero-premium__showcase-card,
.premium-home .hero-premium__floating,
.premium-home .premium-destination-hero__stat,
.premium-home .premium-global-coverage__stat {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(239, 247, 252, 0.92));
    border: 1px solid rgba(190, 216, 235, 0.78);
    box-shadow: var(--coastal-shadow-sm);
}

.premium-home .hero-premium__showcase-badge,
.premium-home .hero-premium__showcase-list span,
.premium-home .hero-premium__showcase-stat,
.premium-home .premium-country-selector__search,
.premium-home .premium-destination-search__field,
.premium-home .hero-search {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(188, 218, 236, 0.86);
    box-shadow: var(--coastal-shadow-sm);
}

.premium-home .hero-premium__showcase-price,
.premium-home .hero-premium__floating strong,
.premium-home .premium-popular-country-card__price,
.premium-home .premium-destination-country-card__price,
.premium-home .premium-region-map-card__meta,
.premium-plan-theme .choose-plan-item__price,
.premium-plan-theme .choose-plan-summary .value.highlighted {
    color: var(--coastal-azure-700);
}

.premium-home .hero-premium__journey-step,
.premium-home .premium-region-map-card__icon,
.premium-home .premium-region-card__icon,
.premium-home .premium-destination-advantage__icon,
.premium-home .premium-step-card__icon,
.premium-home .premium-device-card__icon,
.premium-plan-theme .choose-plan-feature-card__icon,
.premium-plan-theme .choose-plan-item__badge i,
.premium-plan-theme .choose-plan-item__meta i {
    color: var(--coastal-azure-700);
    background: linear-gradient(135deg, rgba(213, 237, 248, 0.95), rgba(239, 248, 252, 0.96));
}

.premium-home .premium-country-selector__flag-wrap,
.premium-home .premium-popular-country-card__flag-wrap,
.premium-home .premium-destination-country-card__flag-wrap,
.premium-home .premium-country-page__hero-code,
.premium-plan-theme .choose-plan-item__destination-flag-wrap,
.premium-plan-theme .choose-plan-item__destination-code {
    background: linear-gradient(135deg, rgba(230, 243, 251, 0.96), rgba(248, 252, 255, 0.98));
    border: 1px solid rgba(188, 218, 236, 0.88);
    color: var(--coastal-azure-700);
}

.premium-home .premium-country-selector__action,
.premium-home .premium-region-map-card__link,
.premium-home .premium-devices__link,
.premium-plan-theme .choose-plan-feature-card .coverageLink a {
    color: var(--coastal-azure-600);
}

.premium-home .premium-country-selector__item:hover,
.premium-home .premium-destination-country-card:hover,
.premium-home .premium-popular-country-card:hover,
.premium-home .premium-region-map-card:hover,
.premium-home .premium-region-card:hover,
.premium-home .premium-step-card:hover,
.premium-home .premium-device-card:hover,
.premium-plan-theme .choose-plan-item:hover,
.premium-plan-theme .choose-plan-feature-card:hover {
    box-shadow: var(--coastal-shadow-lg);
    border-color: rgba(150, 201, 231, 0.95);
}

.premium-home .premium-region-map-card.is-active,
.premium-plan-theme .choose-plan-item:has(input:checked) {
    border-color: rgba(120, 186, 223, 0.96);
    box-shadow: 0 0 0 4px rgba(185, 225, 245, 0.62), var(--coastal-shadow-lg);
}

.premium-home .accordion-button:not(.collapsed) {
    background: rgba(240, 248, 253, 0.86);
    color: var(--coastal-ink-700);
}

.premium-home .premium-contact-meta,
.premium-home .premium-metric-card__label,
.premium-home .premium-support-community-card,
.premium-home .premium-payment-trust__label {
    color: var(--coastal-ink-600);
}

.premium-plan-theme .choose-plan-sidebar {
    top: 112px;
}

.premium-plan-theme .choose-plan-item__price del {
    color: #8ba2b6;
}

@media (max-width: 991px) {
    .premium-storefront-shell .premium-navbar .navbar-collapse {
        background: rgba(251, 253, 255, 0.98);
        border: 1px solid rgba(188, 218, 236, 0.82);
        box-shadow: var(--coastal-shadow-md);
    }

    .premium-storefront-shell .premium-navbar__menu .nav-link {
        color: var(--coastal-ink-700);
    }
}
/* Coastal White Contact Fix */
.premium-support-page .form--label,
.premium-support-page .form-check-label,
.premium-support-page .premium-step-card a,
.premium-support-page .premium-support-community-card,
.premium-support-page .premium-metric-card__value,
.premium-support-page .premium-metric-card__label {
    color: var(--coastal-ink-700);
}

.premium-support-page .form--control,
.premium-support-page .form-control,
.premium-support-page .form-select,
.premium-support-page select,
.premium-support-page textarea {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 254, 0.96));
    border: 1px solid rgba(188, 218, 236, 0.92);
    color: var(--coastal-ink-700);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.premium-support-page .form--control::placeholder,
.premium-support-page .form-control::placeholder,
.premium-support-page textarea::placeholder {
    color: #7d94a9;
}

.premium-support-page .form--control:focus,
.premium-support-page .form-control:focus,
.premium-support-page .form-select:focus,
.premium-support-page textarea:focus {
    background: #ffffff;
    border-color: rgba(115, 179, 219, 0.96);
    color: var(--coastal-ink-700);
    box-shadow: 0 0 0 .2rem rgba(186, 225, 245, 0.72);
}

.premium-support-page .form--control[readonly],
.premium-support-page .form-control[readonly] {
    background: rgba(243, 248, 253, 0.95);
    color: #658099;
}

.premium-support-page .form--check {
    color: var(--coastal-ink-600);
}

.premium-support-page .form-check-input {
    border-color: rgba(160, 201, 227, 0.96);
    background-color: #fff;
}

.premium-support-page .form-check-input:checked {
    background-color: var(--coastal-azure-500);
    border-color: var(--coastal-azure-500);
}

.premium-support-page .text--base {
    color: var(--coastal-azure-600) !important;
}

.premium-support-page .premium-step-card,
.premium-support-page .premium-metric-card,
.premium-support-page .premium-support-map,
.premium-support-page .custom--accordion .accordion-item,
.premium-support-page .premium-support-community-card {
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(243, 249, 254, 0.96)),
        radial-gradient(circle at top right, rgba(207, 233, 244, 0.16), transparent 32%);
    border: 1px solid rgba(191, 216, 235, 0.74);
    box-shadow: var(--coastal-shadow-md);
}

.premium-support-page .premium-metric-card,
.premium-support-page .premium-support-community-card {
    border-radius: 18px;
}

.premium-support-page .premium-support-map iframe,
.premium-support-page .premium-support-map > div,
.premium-support-page .premium-support-map > * {
    border-radius: 20px;
}

.premium-support-page .custom--accordion .accordion-button {
    background: rgba(255, 255, 255, 0.94);
    color: var(--coastal-ink-700);
}

.premium-support-page .custom--accordion .accordion-button:not(.collapsed) {
    background: rgba(240, 248, 253, 0.96);
    color: var(--coastal-ink-700);
}

.premium-support-page .custom--accordion .accordion-body {
    color: var(--coastal-ink-600);
}
/* Coastal White Destination Upgrade */
.premium-home .premium-destination-search {
    margin-top: 24px;
}

.premium-home .premium-destination-search__label {
    margin-bottom: 10px;
    color: var(--coastal-ink-600);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.premium-home .premium-destination-search__field {
    display: flex;
    align-items: center;
    min-height: 66px;
    padding: 8px 10px 8px 18px;
    border-radius: 999px;
    border: 1px solid rgba(188, 218, 236, 0.92);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(243, 249, 254, 0.95));
    box-shadow: 0 22px 48px rgba(27, 68, 104, 0.1);
}

.premium-home .premium-destination-search__icon {
    position: static;
    transform: none;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(221, 240, 250, 0.92);
    color: var(--coastal-azure-700);
    flex: 0 0 40px;
}

.premium-home .premium-destination-search__input {
    min-height: 50px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--coastal-ink-700);
}

.premium-home .premium-destination-search__input::placeholder {
    color: #7b91a7;
}

.premium-home .premium-destination-search__input:focus {
    box-shadow: none;
    outline: none;
}

.premium-home .premium-destination-search__field:focus-within {
    border-color: rgba(112, 179, 220, 0.96);
    box-shadow: 0 0 0 5px rgba(190, 226, 244, 0.72), 0 24px 50px rgba(27, 68, 104, 0.12);
}

.premium-home .premium-destination-featured {
    margin-bottom: 18px;
}

.premium-home .premium-destination-featured-grid {
    margin-bottom: 10px;
}

.premium-home .premium-destination-featured.is-hidden {
    display: none;
}

.premium-home .premium-destination-country-card__title-wrap {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.premium-home .premium-destination-country-card__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 24px;
    margin-top: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(239, 247, 252, 0.96);
    color: var(--coastal-azure-700);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.premium-home .premium-destination-country-card__meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.premium-home .premium-destination-country-card__meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(188, 218, 236, 0.9);
    color: #355b7b;
    font-size: 12px;
    font-weight: 700;
}

.premium-home .premium-destination-country-card__meta-chip i {
    color: var(--coastal-azure-700);
}

.premium-home .premium-destination-country-card__meta-copy {
    margin-top: 10px;
    color: var(--coastal-ink-600);
    font-size: 13px;
    line-height: 1.55;
}

.premium-home .premium-destination-country-card {
    min-height: 220px;
    padding: 18px;
    border-radius: 22px;
}

.premium-home .premium-destination-country-card--featured {
    min-height: 254px;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 253, 0.96)),
        radial-gradient(circle at top right, rgba(207, 233, 244, 0.24), transparent 34%);
    box-shadow: var(--coastal-shadow-lg);
}

.premium-home .premium-destination-country-card--featured .premium-destination-country-card__footer {
    margin-top: auto;
}

.premium-home .premium-destination-all-list {
    padding: 26px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(246, 250, 254, 0.62));
    border: 1px solid rgba(200, 224, 239, 0.74);
}

.premium-home .premium-destination-country-card__price {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--coastal-azure-700);
}

.premium-home .premium-destination-country-card__footer {
    align-items: flex-end;
}

.premium-home .premium-destination-country-card__footer .btn {
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .premium-home .premium-destination-search__field {
        min-height: 60px;
        padding: 8px 10px 8px 14px;
    }

    .premium-home .premium-destination-all-list {
        padding: 18px;
        border-radius: 22px;
    }
}
.premium-home .premium-destination-search {
    position: relative;
}

.premium-home .premium-destination-search__result {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    right: 0;
    z-index: 30;
    padding: 12px;
    border-radius: 26px;
    border: 1px solid rgba(188, 218, 236, 0.92);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 249, 254, 0.97));
    box-shadow: 0 28px 60px rgba(27, 68, 104, 0.16);
    backdrop-filter: blur(18px);
}

.premium-home .premium-destination-search__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 400px;
    overflow-y: auto;
}

.premium-home .premium-destination-search__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 72px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(206, 226, 240, 0.88);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.premium-home .premium-destination-search__item:hover,
.premium-home .premium-destination-search__item.is-active {
    border-color: rgba(117, 181, 221, 0.96);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 28px rgba(39, 95, 138, 0.12);
    transform: translateY(-1px);
}

.premium-home .premium-destination-search__item-left {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.premium-home .premium-destination-search__item-flag-wrap {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(240, 248, 253, 0.98), rgba(225, 239, 248, 0.96));
    border: 1px solid rgba(194, 220, 236, 0.92);
    flex: 0 0 42px;
}

.premium-home .premium-destination-search__item-flag {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-home .premium-destination-search__item-code {
    color: var(--coastal-azure-700);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.premium-home .premium-destination-search__item-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.premium-home .premium-destination-search__item-title {
    color: var(--coastal-ink-700);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
}

.premium-home .premium-destination-search__item-meta {
    color: var(--coastal-ink-500);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.premium-home .premium-destination-search__item-action {
    color: var(--coastal-azure-700);
    font-size: 13px;
    font-weight: 800;
    text-align: right;
    white-space: nowrap;
}

.premium-home .premium-destination-search__empty {
    padding: 10px 8px 4px;
    color: var(--coastal-ink-500);
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .premium-home .premium-destination-search__result {
        padding: 10px;
        border-radius: 22px;
    }

    .premium-home .premium-destination-search__item {
        min-height: 66px;
        padding: 10px 12px;
    }

    .premium-home .premium-destination-search__item-action {
        font-size: 12px;
    }
}
/* Destination Search Layer Fix */
.premium-home .premium-destination-hero {
    overflow: visible;
    position: relative;
    z-index: 6;
}

.premium-home .premium-destination-hero .container,
.premium-home .premium-destination-hero .row,
.premium-home .premium-destination-hero__content,
.premium-home .premium-destination-search {
    position: relative;
    z-index: 7;
}

.premium-home .premium-section--destination-regions,
.premium-home .premium-section--destination-countries {
    position: relative;
    z-index: 1;
}

.premium-home .premium-destination-search__result {
    z-index: 140;
}
/* Storefront Link Reset */
.premium-storefront-shell a,
.premium-storefront-shell a:hover,
.premium-storefront-shell a:focus {
    text-decoration: none;
}
/* Destination Visual Polish */
.premium-home.premium-destination-page .premium-section {
    overflow: visible;
}

.premium-home.premium-destination-page .premium-section > .container {
    padding-top: 6px;
    padding-bottom: 10px;
}

.premium-home.premium-destination-page .premium-region-map__item {
    gap: 10px;
}

.premium-home.premium-destination-page .premium-region-map-card__link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-left: 4px;
    line-height: 1.25;
}

.premium-home.premium-destination-page .premium-destination-featured,
.premium-home.premium-destination-page .premium-destination-all-list,
.premium-home.premium-destination-page .premium-pricing-grid,
.premium-home.premium-destination-page .premium-device-list,
.premium-home.premium-destination-page .premium-seo-destination-grid {
    position: relative;
    z-index: 2;
}
/* Cookie Button Fix */
.premium-storefront-shell .premium-cookie-banner__actions {
    align-items: center;
}

.premium-storefront-shell .premium-cookie-banner__actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    min-height: 40px;
    padding: 0 18px;
    white-space: nowrap;
    overflow: visible;
}

.premium-storefront-shell .premium-cookie-banner__actions .btn--base {
    color: #ffffff;
}

.premium-storefront-shell .premium-cookie-banner__actions .btn--outline-base {
    color: var(--coastal-ink-700);
    border-color: rgba(104, 133, 164, 0.82);
    background: rgba(255, 255, 255, 0.98);
}

.premium-storefront-shell .premium-cookie-banner__actions .btn--outline-base:hover,
.premium-storefront-shell .premium-cookie-banner__actions .btn--outline-base:focus {
    color: var(--coastal-ink-700);
    background: rgba(245, 250, 255, 0.98);
    border-color: rgba(68, 108, 150, 0.86);
}

.premium-storefront-shell .premium-cookie-banner__actions .btn--dark {
    color: var(--coastal-ink-700);
    border: 1px solid rgba(173, 208, 231, 0.9);
    background: rgba(255, 255, 255, 0.72);
}

.premium-storefront-shell .premium-cookie-banner__actions .btn--dark:hover,
.premium-storefront-shell .premium-cookie-banner__actions .btn--dark:focus {
    color: var(--coastal-ink-700);
    background: rgba(255, 255, 255, 0.96);
}

/* Premium Country Page Upgrade */
.premium-home.premium-country-page {
    --country-card-radius: 28px;
}

.premium-home.premium-country-page .premium-section {
    padding-top: clamp(52px, 7vw, 84px);
    padding-bottom: clamp(52px, 7vw, 84px);
}

.premium-home.premium-country-page .premium-country-hero {
    padding-top: clamp(120px, 11vw, 150px);
    padding-bottom: clamp(56px, 8vw, 84px);
}

.premium-home.premium-country-page .premium-country-page__hero-content {
    max-width: 720px;
}

.premium-home.premium-country-page .premium-country-page__hero-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    font-size: clamp(2.35rem, 3.6vw, 4rem);
    line-height: 1.02;
}

.premium-home.premium-country-page .premium-country-page__hero-flag,
.premium-home.premium-country-page .premium-country-page__hero-code {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    flex: 0 0 58px;
}

.premium-home.premium-country-page .premium-country-page__hero-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.premium-home.premium-country-page .premium-country-page__hero-desc {
    max-width: 620px;
    font-size: 1rem;
    line-height: 1.7;
}

.premium-home.premium-country-page .premium-country-page__quick-meta,
.premium-home.premium-country-page .premium-country-page__hero-actions,
.premium-home.premium-country-page .premium-country-page__plans-badges,
.premium-home.premium-country-page .premium-country-page__value-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.premium-home.premium-country-page .premium-country-page__quick-meta {
    margin: 24px 0 18px;
}

.premium-home.premium-country-page .premium-country-page__quick-pill,
.premium-home.premium-country-page .premium-country-page__plans-badge,
.premium-home.premium-country-page .premium-country-page__summary-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(188, 218, 236, 0.92);
    color: var(--coastal-ink-700);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.premium-home.premium-country-page .premium-country-page__hero-actions {
    margin-top: 24px;
}

.premium-home.premium-country-page .premium-country-page__hero-actions .btn {
    min-width: 170px;
}

.premium-home.premium-country-page .premium-country-page__hero-visual {
    min-height: auto;
    padding: 28px;
    border-radius: var(--country-card-radius);
}

.premium-home.premium-country-page .premium-country-page__hero-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.premium-home.premium-country-page .premium-country-page__hero-stat {
    min-height: 122px;
    padding: 18px;
    border-radius: 22px;
}

.premium-home.premium-country-page .premium-country-page__hero-stat strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.5rem;
}

.premium-home.premium-country-page .premium-country-page__hero-note {
    margin-top: 16px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(188, 218, 236, 0.72);
    color: var(--coastal-ink-600);
}

.premium-home.premium-country-page .premium-country-page__hero-note-label,
.premium-home.premium-country-page .premium-country-page__plans-eyebrow,
.premium-home.premium-country-page .premium-country-page__intro-label {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--coastal-azure-700);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.premium-home.premium-country-page .premium-country-page__plans-section {
    padding-top: 32px;
}

.premium-home.premium-country-page .premium-country-page__plans-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.premium-home.premium-country-page .premium-country-page__plans-intro {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.premium-home.premium-country-page .premium-country-page__intro-card {
    padding: 20px 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(188, 218, 236, 0.74);
    box-shadow: var(--coastal-shadow-sm);
}

.premium-home.premium-country-page .premium-country-page__intro-card strong {
    display: block;
    color: var(--coastal-ink-700);
    font-size: 1.15rem;
    line-height: 1.5;
}

.premium-home.premium-country-page .premium-country-page__intro-card--wide strong {
    font-size: 1rem;
    font-weight: 700;
}

.premium-home.premium-country-page .premium-country-page__plan-list .row {
    --bs-gutter-y: 18px;
}

.premium-home.premium-country-page .choose-plan-item {
    height: 100%;
    min-height: 100%;
    padding: 24px;
    border-radius: 26px;
}

.premium-home.premium-country-page .choose-plan-item__header {
    align-items: flex-start;
    gap: 12px;
}

.premium-home.premium-country-page .choose-plan-item__destination-name {
    font-size: 1.05rem;
    line-height: 1.4;
}

.premium-home.premium-country-page .choose-plan-item__capacity {
    display: block;
    margin: 18px 0 16px;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.35;
}

.premium-home.premium-country-page .choose-plan-item__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.premium-home.premium-country-page .choose-plan-item__meta-list {
    gap: 10px;
}

.premium-home.premium-country-page .choose-plan-item__price {
    font-size: 1.35rem;
    font-weight: 800;
}

.premium-home.premium-country-page .choose-plan-item__package-list {
    margin-top: auto;
}

.premium-home.premium-country-page .premium-country-page__summary-shell {
    position: sticky;
    top: 116px;
    padding: 0;
    border-radius: 28px;
    overflow: hidden;
}

.premium-home.premium-country-page .premium-country-page__summary-header {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px 24px 0;
}

.premium-home.premium-country-page .choose-plan-sidebar__body {
    padding: 24px;
}

.premium-home.premium-country-page .choose-plan-sidebar__footer {
    padding: 0 24px 24px;
}

.premium-home.premium-country-page .choose-plan-sidebar__footer .btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.premium-home.premium-country-page .choose-plan-feature-grid {
    gap: 14px;
}

.premium-home.premium-country-page .premium-country-page__value-card,
.premium-home.premium-country-page .premium-country-page__payments-card,
.premium-home.premium-country-page .premium-country-page__seo-card {
    border-radius: var(--country-card-radius);
}

.premium-home.premium-country-page .premium-country-page__value-card {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 24px;
}

.premium-home.premium-country-page .premium-country-page__value-visual {
    min-height: auto;
    padding: 24px;
}

.premium-home.premium-country-page .premium-global-coverage__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.premium-home.premium-country-page .premium-country-page__utility-section,
.premium-home.premium-country-page .premium-country-page__seo-section {
    padding-top: 24px;
}

.premium-home.premium-country-page .premium-device-list,
.premium-home.premium-country-page .premium-payment-trust,
.premium-home.premium-country-page .premium-destination-seo {
    padding: 24px;
}

.premium-home.premium-country-page .premium-country-page__device-list {
    gap: 14px;
}

.premium-home.premium-country-page .premium-seo-link {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 16px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .premium-home.premium-country-page .premium-country-page__plans-intro {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .premium-home.premium-country-page .premium-country-page__intro-card--wide {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991px) {
    .premium-home.premium-country-page .premium-country-page__plans-header,
    .premium-home.premium-country-page .premium-country-page__hero-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .premium-home.premium-country-page .premium-country-page__summary-shell {
        position: static;
        top: auto;
    }

    .premium-home.premium-country-page .premium-country-page__value-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .premium-home.premium-country-page .premium-country-page__hero-stats-grid,
    .premium-home.premium-country-page .premium-country-page__plans-intro,
    .premium-home.premium-country-page .premium-global-coverage__stats {
        grid-template-columns: 1fr;
    }

    .premium-home.premium-country-page .premium-country-page__hero-visual,
    .premium-home.premium-country-page .premium-country-page__value-visual,
    .premium-home.premium-country-page .premium-country-page__summary-header,
    .premium-home.premium-country-page .choose-plan-sidebar__body,
    .premium-home.premium-country-page .choose-plan-sidebar__footer,
    .premium-home.premium-country-page .premium-device-list,
    .premium-home.premium-country-page .premium-payment-trust,
    .premium-home.premium-country-page .premium-destination-seo {
        padding: 20px;
    }

    .premium-home.premium-country-page .choose-plan-item {
        padding: 20px;
    }

    .premium-home.premium-country-page .premium-country-page__hero-actions .btn {
        width: 100%;
    }
}

/* Premium Coverage Modal */
.premium-coverage-modal .modal-dialog {
    max-width: 760px;
}

.premium-coverage-modal .modal-content {
    overflow: hidden;
    border-radius: 28px;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(243, 249, 254, 0.97)),
        radial-gradient(circle at top right, rgba(207, 233, 244, 0.22), transparent 30%);
    border: 1px solid rgba(191, 216, 235, 0.78);
    box-shadow: var(--coastal-shadow-lg);
}

.premium-coverage-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px 14px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #1d446b 0%, #28507b 55%, #346a95 100%) !important;
    border-bottom: 1px solid rgba(17, 38, 61, 0.24);
}

.premium-coverage-modal__header .modal-title {
    color: #ffffff !important;
    font-weight: 800;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.premium-coverage-modal__eyebrow {
    display: inline-flex;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.premium-coverage-modal__close {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    opacity: 1 !important;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.premium-coverage-modal__close i {
    color: inherit !important;
    opacity: 1 !important;
}

.premium-coverage-modal__close:hover,
.premium-coverage-modal__close:focus-visible {
    background: rgba(255, 255, 255, 0.22) !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

.premium-coverage-modal__close:focus-visible {
    outline: none;
}

.premium-coverage-modal__body {
    padding: 0 28px 28px;
}

.premium-coverage-modal__search {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 60px;
    margin-bottom: 18px;
    padding: 0 16px 0 52px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(188, 218, 236, 0.92);
    box-shadow: var(--coastal-shadow-sm);
}

.premium-coverage-modal__search-icon {
    position: absolute;
    left: 18px;
    color: var(--coastal-azure-700);
    font-size: 18px;
}

.premium-coverage-modal__search-input {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding-left: 0;
    color: var(--coastal-ink-700);
}

.premium-coverage-modal__search-input:focus {
    box-shadow: none;
    background: transparent;
}

.premium-coverage-modal__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-height: min(60vh, 640px);
    overflow-y: auto;
    padding-right: 4px;
}

.premium-coverage-modal__item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 86px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(188, 218, 236, 0.86);
    background: rgba(255, 255, 255, 0.9);
}

.premium-coverage-modal__item-flag-wrap {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(230, 243, 251, 0.96), rgba(248, 252, 255, 0.98));
    border: 1px solid rgba(188, 218, 236, 0.9);
    flex: 0 0 52px;
}

.premium-coverage-modal__flag {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-coverage-modal__code {
    color: var(--coastal-azure-700);
    font-weight: 800;
    letter-spacing: 0.08em;
}

.premium-coverage-modal__item-copy {
    min-width: 0;
}

.premium-coverage-modal__name {
    margin-bottom: 4px;
    color: var(--coastal-ink-700);
    font-size: 16px;
    font-weight: 800;
}

.premium-coverage-modal__meta {
    color: var(--coastal-ink-500);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.premium-coverage-modal__empty {
    grid-column: 1 / -1;
    justify-content: center;
}

.premium-home.premium-country-page .choose-plan-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.premium-home.premium-country-page .choose-plan-feature-card--coverage {
    grid-column: 1 / -1;
}

.premium-home.premium-country-page .choose-plan-feature-card {
    min-height: 118px;
    padding: 18px;
    border-radius: 20px;
}

.premium-home.premium-country-page .choose-plan-meta__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(188, 218, 236, 0.56);
}

.premium-home.premium-country-page .choose-plan-meta__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .premium-coverage-modal .modal-dialog {
        max-width: calc(100vw - 24px);
        margin: 12px auto;
    }

    .premium-coverage-modal__header,
    .premium-coverage-modal__body {
        padding-left: 18px;
        padding-right: 18px;
    }

    .premium-coverage-modal__list,
    .premium-home.premium-country-page .choose-plan-feature-grid {
        grid-template-columns: 1fr;
    }
}

/* Premium Country Card Polish */
.premium-home.premium-country-page .premium-country-page__hero-highlights {
    margin-top: 18px;
}

.premium-home.premium-country-page .choose-plan-item__destination {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

.premium-home.premium-country-page .choose-plan-item__destination-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.premium-home.premium-country-page .choose-plan-item__destination-name {
    font-weight: 800;
}

.premium-home.premium-country-page .choose-plan-item__destination-meta {
    margin-top: 4px;
    color: var(--coastal-ink-600);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.premium-contact-testimonials-grid .premium-review-card {
    height: 100%;
}

.premium-contact-testimonials-grid .premium-review-card__body {
    height: 100%;
}

/* Premium Country Page Refinements */
.premium-home.premium-country-page .premium-country-page__plans-section .row.g-4.align-items-start {
    --bs-gutter-x: 18px;
}

.premium-home.premium-country-page .premium-country-page__plan-list .row {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 18px;
}

.premium-home.premium-country-page .premium-country-page__hero-highlights {
    gap: 10px;
}

.premium-home.premium-country-page .premium-destination-hero__trust-item,
.premium-home.premium-country-page .premium-country-page__quick-pill,
.premium-home.premium-country-page .premium-country-page__plans-badge,
.premium-home.premium-country-page .premium-country-page__summary-badge,
.premium-home.premium-country-page .choose-plan-item__badge,
.premium-home.premium-country-page .choose-plan-item__meta,
.premium-home.premium-country-page .choose-plan-coverage__item,
.premium-home.premium-country-page .choose-plan-coverage__more,
.premium-home.premium-country-page .choose-plan-coverage__code,
.premium-home.premium-country-page .premium-global-coverage__chip,
.premium-home.premium-country-page .premium-payment-trust__item,
.premium-home.premium-country-page .premium-device-card__badge {
    border-radius: 999px;
}

.premium-home.premium-country-page .choose-plan-item {
    min-height: 252px;
    padding: 28px;
}

.premium-home.premium-country-page .choose-plan-item__header {
    display: block;
    margin-bottom: 14px;
}

.premium-home.premium-country-page .choose-plan-item__body {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: calc(100% - 76px);
}

.premium-home.premium-country-page .choose-plan-item__signals {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.premium-home.premium-country-page .choose-plan-item__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    min-height: 36px;
    padding: 8px 14px;
    background: rgba(237, 246, 253, 0.95);
    border: 0;
    box-shadow: none;
    color: var(--coastal-ink-700);
    line-height: 1.25;
    white-space: normal;
}

.premium-home.premium-country-page .choose-plan-item__badge i {
    background: transparent;
}

.premium-home.premium-country-page .choose-plan-feature-card,
.premium-home.premium-country-page .choose-plan-summary,
.premium-home.premium-country-page .premium-country-page__hero-note,
.premium-home.premium-country-page .premium-country-page__intro-card,
.premium-home.premium-country-page .premium-country-page__hero-stat,
.premium-home.premium-country-page .premium-global-coverage__stat {
    border-radius: 24px;
}

.premium-home.premium-country-page .choose-plan-feature-card--coverage {
    padding-bottom: 20px;
}

.premium-home.premium-country-page .coverageCountriesList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 10px;
}

.premium-home.premium-country-page .choose-plan-coverage__item,
.premium-home.premium-country-page .choose-plan-coverage__more,
.premium-home.premium-country-page .choose-plan-coverage__empty {
    min-height: 38px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(188, 218, 236, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.premium-home.premium-country-page .choose-plan-coverage__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.premium-home.premium-country-page .choose-plan-coverage__name,
.premium-home.premium-country-page .choose-plan-feature-card__meta,
.premium-home.premium-country-page .coverageLink {
    color: var(--coastal-ink-700);
    font-weight: 700;
}

.premium-home.premium-country-page .choose-plan-feature-card .coverageLink a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(188, 218, 236, 0.9);
}

.premium-home.premium-country-page .choose-plan-meta__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-width: 0;
    padding: 16px 0;
}

.premium-home.premium-country-page .premium-country-page__summary-shell {
    max-width: 100%;
}

.premium-home.premium-country-page .premium-country-page__summary-header {
    padding: 24px 22px 0;
}

.premium-home.premium-country-page .choose-plan-sidebar__body {
    padding: 22px;
}

.premium-home.premium-country-page .choose-plan-sidebar__footer {
    padding: 0 22px 22px;
}

.premium-home.premium-country-page .choose-plan-summary {
    padding: 14px 16px;
}

.premium-home.premium-country-page .choose-plan-summary .label {
    flex: 1 1 auto;
    min-width: 0;
}

.premium-home.premium-country-page .choose-plan-summary .value {
    flex: 0 0 auto;
    min-width: max-content;
    white-space: nowrap;
    text-align: right;
}

.premium-home.premium-country-page .choose-plan-summary .value.highlighted {
    color: #6ea93b;
    font-weight: 800;
}

.premium-home.premium-country-page .choose-plan-item__destination-name {
    font-size: 1.12rem;
    line-height: 1.32;
}

.premium-home.premium-country-page .choose-plan-item__destination-meta {
    margin-top: 6px;
    line-height: 1.35;
}

.premium-home.premium-country-page .choose-plan-item__meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    width: 100%;
}

.premium-home.premium-country-page .choose-plan-item__meta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 6px 12px;
    background: rgba(244, 249, 254, 0.96);
    border: 0;
    box-shadow: none;
    color: var(--coastal-ink-600);
}

.premium-home.premium-country-page .choose-plan-item__price {
    margin-top: auto;
}

.premium-home.premium-country-page .choose-plan-item:has(input:checked) {
    border-color: rgba(151, 208, 92, 0.95);
    background: linear-gradient(160deg, rgba(248, 255, 244, 0.98), rgba(241, 252, 235, 0.96));
    box-shadow: 0 0 0 4px rgba(196, 235, 153, 0.48), 0 24px 50px rgba(120, 176, 72, 0.18);
}

.premium-home.premium-country-page .choose-plan-item:has(input:checked) .choose-plan-item__destination-name,
.premium-home.premium-country-page .choose-plan-item:has(input:checked) .choose-plan-item__price {
    color: #29551d;
}

@media (max-width: 991px) {
    .premium-home.premium-country-page .choose-plan-item {
        min-height: 220px;
    }
}

@media (max-width: 767px) {
    .premium-home.premium-country-page .choose-plan-item {
        padding: 22px;
    }

    .premium-home.premium-country-page .choose-plan-item__header {
        margin-bottom: 12px;
    }

    .premium-home.premium-country-page .choose-plan-item__body {
        min-height: auto;
    }
}
/* Cookie banner button contrast fix for cabinet/storefront pages */
.premium-dashboard-shell .premium-cookie-banner__actions,
.premium-storefront-shell .premium-cookie-banner__actions {
    align-items: center;
}

.premium-dashboard-shell .premium-cookie-banner__actions .btn,
.premium-storefront-shell .premium-cookie-banner__actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    min-height: 40px;
    padding: 0 18px;
    white-space: nowrap;
}

.premium-dashboard-shell .premium-cookie-banner__actions .btn--outline-base,
.premium-storefront-shell .premium-cookie-banner__actions .btn--outline-base {
    color: #204463 !important;
    border: 1px solid rgba(120, 173, 210, 0.92) !important;
    background: rgba(255, 255, 255, 0.98) !important;
}

.premium-dashboard-shell .premium-cookie-banner__actions .btn--outline-base:hover,
.premium-dashboard-shell .premium-cookie-banner__actions .btn--outline-base:focus,
.premium-storefront-shell .premium-cookie-banner__actions .btn--outline-base:hover,
.premium-storefront-shell .premium-cookie-banner__actions .btn--outline-base:focus {
    color: #173b5e !important;
    border-color: rgba(31, 136, 201, 0.95) !important;
    background: rgba(240, 248, 255, 0.98) !important;
}

.premium-dashboard-shell .premium-cookie-banner__actions .btn--dark,
.premium-storefront-shell .premium-cookie-banner__actions .btn--dark {
    color: #204463 !important;
    border: 1px solid rgba(120, 173, 210, 0.92) !important;
    background: rgba(255, 255, 255, 0.9) !important;
}

.premium-dashboard-shell .premium-cookie-banner__actions .btn--dark:hover,
.premium-dashboard-shell .premium-cookie-banner__actions .btn--dark:focus,
.premium-storefront-shell .premium-cookie-banner__actions .btn--dark:hover,
.premium-storefront-shell .premium-cookie-banner__actions .btn--dark:focus {
    color: #173b5e !important;
    background: rgba(240, 248, 255, 0.98) !important;
    border-color: rgba(31, 136, 201, 0.95) !important;
}
/* Hero search single-outline cleanup */
.premium-home .hero-search.premium-destination-search {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.premium-home .hero-search.premium-destination-search .premium-destination-search__label {
    display: none !important;
}

/* Country plan cards full-width responsiveness */
.premium-home.premium-country-page .premium-country-page__plan-list .row > [class*="col-"] {
    display: flex;
}

.premium-home.premium-country-page .choose-plan-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.premium-home.premium-country-page .premium-country-page__plan-list .row {
    --bs-gutter-x: 18px;
}

@media (max-width: 1199px) {
    .premium-home.premium-country-page .premium-country-page__plan-list .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .premium-home.premium-country-page .premium-country-page__plans-section .container,
    .premium-home.premium-country-page .premium-country-page__plan-list,
    .premium-home.premium-country-page .premium-country-page__plan-list .row,
    .premium-home.premium-country-page .premium-country-page__plan-list .row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
    }

    .premium-home.premium-country-page .premium-country-page__plan-list .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 14px;
    }

    .premium-home.premium-country-page .choose-plan-item {
        min-height: auto;
        border-radius: 24px;
    }
}

/* Mobile sticky purchase summary for country plans */
.premium-home.premium-country-page {
    --country-mobile-purchase-offset: 0px;
}

.premium-home.premium-country-page .premium-country-page__mobile-purchase-bar,
.premium-country-page__mobile-purchase-bar.is-mounted-to-body {
    display: none;
}

@media (max-width: 991px) {
    .premium-home.premium-country-page {
        padding-bottom: calc(280px + env(safe-area-inset-bottom, 0px));
    }

    .premium-home.premium-country-page .premium-country-page__summary-shell {
        margin-top: 18px;
    }

    .premium-home.premium-country-page .premium-country-page__mobile-purchase-bar,
.premium-country-page__mobile-purchase-bar.is-mounted-to-body {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: calc(12px + env(safe-area-inset-bottom, 0px));
        z-index: 2140;
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 14px;
        border-radius: 24px;
        border: 1px solid rgba(188, 218, 236, 0.96);
        background: #f7fbff;
        box-shadow: 0 22px 50px rgba(27, 68, 104, 0.18);
        backdrop-filter: none;
        transform: translateZ(0);
        will-change: transform;
    }

    .premium-home.premium-country-page .premium-country-page__mobile-purchase-meta,
.premium-country-page__mobile-purchase-bar.is-mounted-to-body .premium-country-page__mobile-purchase-meta {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    .premium-home.premium-country-page .premium-country-page__mobile-purchase-item,
.premium-country-page__mobile-purchase-bar.is-mounted-to-body .premium-country-page__mobile-purchase-item {
        display: flex;
        flex-direction: column;
        gap: 4px;
        min-width: 0;
        padding: 10px 12px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.84);
        border: 1px solid rgba(206, 226, 240, 0.88);
    }

    .premium-home.premium-country-page .premium-country-page__mobile-purchase-label,
.premium-country-page__mobile-purchase-bar.is-mounted-to-body .premium-country-page__mobile-purchase-label {
        color: var(--coastal-ink-500);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .premium-home.premium-country-page .premium-country-page__mobile-purchase-value,
    .premium-home.premium-country-page .premium-country-page__mobile-purchase-total,
.premium-country-page__mobile-purchase-bar.is-mounted-to-body .premium-country-page__mobile-purchase-total {
        color: var(--coastal-ink-700);
        font-size: 0.95rem;
        font-weight: 800;
        line-height: 1.3;
        overflow-wrap: anywhere;
    }

    .premium-home.premium-country-page .premium-country-page__mobile-purchase-item--price,
.premium-country-page__mobile-purchase-bar.is-mounted-to-body .premium-country-page__mobile-purchase-item--price {
        background: rgba(237, 246, 253, 0.96);
    }

    .premium-home.premium-country-page .premium-country-page__mobile-purchase-total,
.premium-country-page__mobile-purchase-bar.is-mounted-to-body .premium-country-page__mobile-purchase-total {
        color: var(--coastal-azure-700);
        font-size: 1.05rem;
    }

    .premium-home.premium-country-page .premium-country-page__mobile-purchase-btn,
.premium-country-page__mobile-purchase-bar.is-mounted-to-body .premium-country-page__mobile-purchase-btn {
        width: 100%;
        min-height: 52px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 18px;
    }
}

@media (max-width: 767px) {
    .premium-home.premium-country-page {
        padding-bottom: calc(320px + env(safe-area-inset-bottom, 0px));
    }

    .premium-home.premium-country-page .premium-country-page__mobile-purchase-bar,
.premium-country-page__mobile-purchase-bar.is-mounted-to-body {
        left: 10px;
        right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom, 0px));
        padding: 12px;
        border-radius: 22px;
    }

    .premium-home.premium-country-page .premium-country-page__mobile-purchase-meta,
.premium-country-page__mobile-purchase-bar.is-mounted-to-body .premium-country-page__mobile-purchase-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .premium-home.premium-country-page .premium-country-page__summary-shell {
        display: none;
    }
}

/* Country plan filters */
.premium-home.premium-country-page .premium-country-page__filters {
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
    padding: 20px;
    border: 1px solid rgba(198, 222, 238, 0.92);
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.92));
    box-shadow: 0 18px 36px rgba(28, 73, 108, 0.08);
}

.premium-home.premium-country-page .premium-country-page__filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.premium-home.premium-country-page .premium-country-page__filter-title {
    color: #21415f;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.premium-home.premium-country-page .premium-country-page__filter-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.premium-home.premium-country-page .premium-country-page__filter-control {
    display: grid;
    gap: 8px;
}

.premium-home.premium-country-page .premium-country-page__filter-control > span {
    color: #5c7388;
    font-size: 0.8rem;
    font-weight: 700;
}

.premium-home.premium-country-page .premium-country-page__filter-select {
    min-height: 52px;
    border-radius: 18px;
    border: 1px solid rgba(191, 216, 233, 0.96);
    background: rgba(255, 255, 255, 0.96);
    color: #21415f;
    font-weight: 700;
    box-shadow: none;
}

.premium-home.premium-country-page .premium-country-page__filter-reset {
    min-height: 44px;
    padding-inline: 18px;
    white-space: nowrap;
}

.premium-home.premium-country-page .premium-country-page__filter-empty {
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px dashed rgba(191, 216, 233, 0.96);
    background: rgba(248, 252, 255, 0.96);
    color: #58718a;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 991px) {
    .premium-home.premium-country-page .premium-country-page__filters {
        padding: 18px;
        border-radius: 22px;
    }

    .premium-home.premium-country-page .premium-country-page__filter-grid {
        grid-template-columns: 1fr;
    }

    .premium-home.premium-country-page .premium-country-page__filter-head {
        align-items: stretch;
        flex-direction: column;
    }

    .premium-home.premium-country-page .premium-country-page__filter-reset {
        width: 100%;
    }
}

.premium-legal-page .premium-main-content {
    position: relative;
    overflow: clip;
}

.premium-legal-shell {
    position: relative;
    padding: clamp(40px, 7vw, 88px) 0 clamp(72px, 9vw, 112px);
}

.premium-legal-shell .container {
    position: relative;
    z-index: 1;
}

.premium-legal-shell__backdrop {
    position: absolute;
    inset: 0 auto auto 0;
    pointer-events: none;
    filter: blur(60px);
    opacity: 0.7;
}

.premium-legal-shell__backdrop--one {
    top: 52px;
    left: max(-80px, -6vw);
    width: clamp(220px, 28vw, 420px);
    height: clamp(220px, 28vw, 420px);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(123, 196, 255, 0.3) 0%, rgba(123, 196, 255, 0) 72%);
}

.premium-legal-shell__backdrop--two {
    top: 160px;
    right: max(-100px, -7vw);
    left: auto;
    width: clamp(260px, 30vw, 460px);
    height: clamp(260px, 30vw, 460px);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 214, 153, 0.26) 0%, rgba(255, 214, 153, 0) 72%);
}

.premium-legal-page__hero {
    max-width: 940px;
    margin: 0 auto clamp(26px, 4vw, 34px);
    text-align: center;
}

.premium-legal-page__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(186, 215, 234, 0.88);
    color: #2a74a6;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(69, 118, 150, 0.1);
}

.premium-legal-page__title {
    margin: 1rem 0 0.9rem;
    color: #1e3d5c;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.premium-legal-page__subtitle {
    max-width: 720px;
    margin: 0 auto;
    color: #617a92;
    font-size: clamp(1rem, 1.3vw, 1.08rem);
    line-height: 1.72;
}

.premium-legal-page__meta {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.35rem;
}

.premium-legal-page__meta-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(187, 214, 232, 0.94);
    color: #49657e;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.premium-legal-page__card {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 42px);
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.94));
    border: 1px solid rgba(184, 215, 234, 0.92);
    box-shadow: 0 24px 60px rgba(72, 117, 148, 0.14);
    overflow: hidden;
}

.premium-legal-page__card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, rgba(48, 137, 198, 0.88), rgba(135, 205, 240, 0.82), rgba(255, 198, 117, 0.78));
}

.premium-legal-page__prose {
    color: #486378;
    font-size: 1.02rem;
    line-height: 1.9;
}

.premium-legal-page__prose > :first-child {
    margin-top: 0;
}

.premium-legal-page__prose h1,
.premium-legal-page__prose h2,
.premium-legal-page__prose h3,
.premium-legal-page__prose h4,
.premium-legal-page__prose h5,
.premium-legal-page__prose h6 {
    color: #1e3d5c;
    line-height: 1.16;
    letter-spacing: -0.03em;
    margin-top: 1.55em;
    margin-bottom: 0.62em;
}

.premium-legal-page__prose h1 {
    font-size: clamp(1.85rem, 3vw, 2.4rem);
}

.premium-legal-page__prose h2 {
    font-size: clamp(1.45rem, 2.3vw, 1.85rem);
}

.premium-legal-page__prose h3 {
    font-size: clamp(1.2rem, 1.9vw, 1.45rem);
}

.premium-legal-page__prose p,
.premium-legal-page__prose li,
.premium-legal-page__prose div,
.premium-legal-page__prose span {
    color: inherit;
}

.premium-legal-page__prose p {
    margin-bottom: 1rem;
}

.premium-legal-page__prose ul,
.premium-legal-page__prose ol {
    margin: 1rem 0 1.15rem;
    padding-left: 1.4rem;
}

.premium-legal-page__prose li + li {
    margin-top: 0.38rem;
}

.premium-legal-page__prose strong {
    color: #1e3d5c;
}

.premium-legal-page__prose a {
    color: #2c81bc;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
}

.premium-legal-page__prose table {
    width: 100%;
    margin: 1.25rem 0;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 20px;
}

.premium-legal-page__prose table th,
.premium-legal-page__prose table td {
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(201, 222, 236, 0.9);
}

.premium-legal-page__prose table th {
    background: rgba(234, 244, 252, 0.84);
    color: #224664;
}

@media (max-width: 767px) {
    .premium-legal-shell {
        padding: 1.5rem 0 4rem;
    }

    .premium-legal-page__card {
        border-radius: 24px;
        padding: 1.2rem 1rem 1.4rem;
    }

    .premium-legal-page__prose {
        font-size: 0.98rem;
        line-height: 1.78;
    }
}
