/* ==========================================================================
   eSIM & Global Data Store Stylesheet
   Designed for Tabler UI System & Dark Mode Compatibility
   ========================================================================== */

.esim-page-wrapper {
    padding-bottom: 3.5rem;
}

/* Global Hero Section */
.esim-hero {
    position: relative;
    padding: 3rem 0 2rem 0;
    text-align: center;
    overflow: hidden;
}

.esim-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--tblr-primary, #206bc4);
    background: rgba(32, 107, 196, 0.08);
    border: 1px solid rgba(32, 107, 196, 0.18);
    border-radius: 50rem;
    margin-bottom: 1.25rem;
}

.esim-hero-title {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.esim-hero-subtitle {
    font-size: 1.05rem;
    color: var(--tblr-muted, #64748b);
    max-width: 680px;
    margin: 0 auto 2rem auto;
    line-height: 1.6;
}

/* Category Segment Switcher */
.esim-segment-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.esim-segment-nav {
    display: inline-flex;
    padding: 0.35rem;
    background: var(--tblr-bg-surface-secondary, #f1f5f9);
    border: 1px solid var(--tblr-border-color, rgba(0, 0, 0, 0.08));
    border-radius: 0.75rem;
    gap: 0.35rem;
}

.esim-segment-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.35rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.9375rem;
    color: var(--tblr-muted, #64748b);
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.esim-segment-btn:hover {
    color: var(--tblr-body-color, #1e293b);
}

.esim-segment-btn.active {
    background: var(--tblr-bg-surface, #ffffff);
    color: var(--tblr-primary, #206bc4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

[data-bs-theme="dark"] .esim-segment-btn.active {
    background: #182234 !important;
    color: #ffffff !important;
}

/* Multi-Dimensional Filter Card */
.esim-filter-card {
    background: var(--tblr-bg-surface, #ffffff);
    border: 1px solid var(--tblr-border-color, rgba(0, 0, 0, 0.08));
    border-radius: 0.875rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

/* ==========================================================================
   Holafly Visual Layout & Adaptive Styles
   ========================================================================== */

/* Left Column Travel Photo with Transparent Wave Cut */
.holafly-photo-box {
    position: relative;
    background: transparent !important;
    aspect-ratio: 4 / 4.6;
    border-radius: 0;
    overflow: visible;
    clip-path: ellipse(115% 92% at 50% 8%);
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.08));
}

.holafly-photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px 24px 0 0;
}

/* Upper Info Card */
.holafly-card-white {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

[data-bs-theme="dark"] .holafly-card-white {
    background: var(--tblr-bg-surface, #182234) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

/* Pill Segmented Tabs Bar */
.holafly-pills-bar {
    display: inline-flex;
    background: #f1f5f9;
    padding: 4px;
    border-radius: 9999px;
    gap: 4px;
    transition: background-color 0.2s ease;
}

[data-bs-theme="dark"] .holafly-pills-bar {
    background: rgba(255, 255, 255, 0.08) !important;
}

.holafly-pill-btn {
    border: none !important;
    background: transparent !important;
    padding: 6px 20px !important;
    border-radius: 9999px !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #64748b !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.holafly-pill-btn.active {
    background: #ffffff !important;
    color: #0f172a !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
}

[data-bs-theme="dark"] .holafly-pill-btn {
    color: #94a3b8 !important;
}

[data-bs-theme="dark"] .holafly-pill-btn.active {
    background: rgba(255, 255, 255, 0.16) !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
}

/* Outlined Capsule Compatibility Button */
.holafly-compat-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    transition: all 0.2s ease;
}

.holafly-compat-btn:hover {
    background: #f8fafc;
    color: #00D184;
    border-color: #00D184;
}

[data-bs-theme="dark"] .holafly-compat-btn {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #f8fafc !important;
}

[data-bs-theme="dark"] .holafly-compat-btn:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #00D184 !important;
}

/* Warning & Notice Alert Box */
.holafly-alert-notice {
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

[data-bs-theme="dark"] .holafly-alert-notice {
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

/* Lower Pricing Calculator Card */
.holafly-green-calc {
    background: #f0fdf4 !important;
    border: 1.5px solid #bbf7d0 !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.06) !important;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

[data-bs-theme="dark"] .holafly-green-calc {
    background: rgba(16, 185, 129, 0.08) !important;
    border-color: rgba(16, 185, 129, 0.25) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

.holafly-badge-subtle {
    background: #ffffff;
    color: #0f172a;
}

[data-bs-theme="dark"] .holafly-badge-subtle {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

/* Calculator Form Inputs */
.holafly-input-custom {
    background: #ffffff !important;
    color: #0f172a !important;
    border-color: #cbd5e1 !important;
}

[data-bs-theme="dark"] .holafly-input-custom {
    background: rgba(15, 23, 42, 0.6) !important;
    color: #f8fafc !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

[data-bs-theme="dark"] .holafly-input-custom option {
    background: #182234;
    color: #f8fafc;
}

/* Green Full-Width Buy Button */
.holafly-cta-btn {
    background: #00D184 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 14px !important;
    height: 54px !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    transition: background 0.2s ease, transform 0.1s ease !important;
    width: 100% !important;
}

.holafly-cta-btn:hover {
    background: #00ba75 !important;
    transform: translateY(-1px) !important;
}

.holafly-cta-btn:active {
    transform: translateY(0) !important;
}

/* Circular Compact Flag Sizing */
.flag-circle-xs {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    object-fit: cover;
    vertical-align: -2px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.flag-country-as-12, .flag-country-as-20, .flag-country-as-21, .flag-country-as-5, .flag-country-as-7, .flag-country-asia {
    background-image: url("/assets/images/esim/regions/esim-asia.svg") !important;
    background-size: cover !important;
    background-position: center !important;
}

.flag-country-eu, .flag-country-eu-33, .flag-country-eu-30, .flag-country-eu-31, .flag-country-eu-35, .flag-country-eu-42, .flag-country-eu-43, .flag-country-eu-7 {
    background-image: url("/assets/images/esim/regions/esim-europe.svg") !important;
    background-size: cover !important;
    background-position: center !important;
}

.flag-country-af-29 {
    background-image: url("/assets/images/esim/regions/esim-africa.svg") !important;
    background-size: cover !important;
    background-position: center !important;
}

.flag-country-na-3 {
    background-image: url("/assets/images/esim/regions/north-america.svg") !important;
    background-size: cover !important;
    background-position: center !important;
}

.flag-country-sa-18, .flag-country-sa-6 {
    background-image: url("/assets/images/esim/regions/south-america.svg") !important;
    background-size: cover !important;
    background-position: center !important;
}

.flag-country-cb-25, .flag-country-ca-4 {
    background-image: url("/assets/images/esim/regions/esim-caribbean.svg") !important;
    background-size: cover !important;
    background-position: center !important;
}

.flag-country-me-12, .flag-country-me-13, .flag-country-me-6 {
    background-image: url("/assets/images/esim/regions/esim-middle-east.svg") !important;
    background-size: cover !important;
    background-position: center !important;
}

.flag-country-aunz-2, .flag-country-aukus-3 {
    background-image: url("/assets/images/esim/regions/esim-oceania.svg") !important;
    background-size: cover !important;
    background-position: center !important;
}

.flag-country-jpkr-2, .flag-country-jp-kr {
    background-image: url("/assets/images/esim/regions/esim-japan-south-korea.svg") !important;
    background-size: cover !important;
    background-position: center !important;
}

.flag-country-gl-139, .flag-country-gl-120, .flag-country-un {
    background-image: url("/assets/images/esim/regions/global.svg") !important;
    background-size: cover !important;
    background-position: center !important;
}

.flag-circle-sm {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    border-radius: 50% !important;
    background-size: cover !important;
    background-position: center !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.flag-circle-md {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    border-radius: 50% !important;
    background-size: cover !important;
    background-position: center !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

/* Modal Dialog & Card Specifications */
.holafly-modal-card {
    border-radius: 28px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

[data-bs-theme="dark"] .holafly-modal-card {
    background: var(--tblr-bg-surface, #182234) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Holafly Circular Close Button with 0.65s Smooth Rotation */
.holafly-close-btn {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    color: #64748b !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
    padding: 0 !important;
    transform: translateY(-50%) !important;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease !important;
}

.holafly-close-btn svg {
    transition: transform 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.holafly-close-btn:hover {
    background: #f8fafc !important;
    color: #0f172a !important;
    border-color: #cbd5e1 !important;
    transform: translateY(-50%) !important;
}

.holafly-close-btn:hover svg {
    transform: rotate(180deg) !important;
}

[data-bs-theme="dark"] .holafly-close-btn {
    background: #1e293b !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #94a3b8 !important;
    transform: translateY(-50%) !important;
}

[data-bs-theme="dark"] .holafly-close-btn:hover {
    background: #334155 !important;
    color: #ffffff !important;
    transform: translateY(-50%) !important;
}

/* Equal-Height Parameter Card Box for Plan Details */
.holafly-param-box {
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 14px 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
    transition: all 0.2s ease;
}

[data-bs-theme="dark"] .holafly-param-box {
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.holafly-dot-item {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    display: inline-block;
}

/* Modal Content Width & Typography Utilities */
.modal-dialog-landing-detail {
    max-width: 660px !important;
}

.modal-dialog-landing-coverage {
    max-width: 780px !important;
}

.modal-scrollable-body {
    max-height: 52vh;
    overflow-y: auto;
    overflow-x: hidden !important;
}

.hero-title-text {
    font-size: 2.25rem !important;
    letter-spacing: -0.5px !important;
}

.hero-price-symbol {
    font-size: 1.6rem !important;
}

.hero-price-number {
    font-size: 2.6rem !important;
    line-height: 1 !important;
}

.hero-price-unit {
    font-size: 0.85rem !important;
}

.hero-icon-fixed {
    width: 24px !important;
}

.modal-title-text {
    font-size: 1.6rem !important;
}

.modal-coverage-title {
    font-size: 1.65rem !important;
    letter-spacing: -0.3px !important;
}

.modal-header-subtext {
    font-size: 0.9rem !important;
}

.modal-country-title {
    font-size: 0.98rem !important;
}

.modal-carrier-text {
    font-size: 0.92rem !important;
}

.modal-bullet-dot {
    font-size: 0.8rem !important;
    color: #94a3b8 !important;
}

.param-name-val {
    font-size: 0.95rem !important;
    line-height: 1.35 !important;
}

.param-val-regular {
    font-size: 0.9rem !important;
    line-height: 1.35 !important;
}

.param-val-bold {
    font-size: 0.95rem !important;
}

.calc-total-symbol {
    font-size: 1.5rem !important;
}

.calc-total-number {
    font-size: 2.3rem !important;
    line-height: 1 !important;
}

.calc-total-unit {
    font-size: 0.85rem !important;
}

.modal-alert-box {
    background: #f8fafc !important;
    border-radius: 16px !important;
    padding: 14px 18px !important;
    border: 1px solid #f1f5f9 !important;
}

.modal-alert-text {
    font-size: 0.875rem !important;
}

.coverage-row-border {
    border-color: #f1f5f9 !important;
}

.hover-primary:hover {
    color: #00D184 !important;
    text-decoration: underline !important;
}

/* ==========================================================================
   Custom Plan Dropdown Selector Component
   ========================================================================== */

.custom-plan-select-container {
    position: relative;
    width: 100%;
}

.custom-plan-trigger-btn {
    width: 100%;
    height: 48px;
    min-height: 48px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.85rem;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    user-select: none;
}

.custom-plan-trigger-btn:hover {
    border-color: #00D184;
}

.custom-plan-trigger-btn.active {
    border-color: #00D184;
    box-shadow: 0 0 0 3px rgba(0, 209, 132, 0.15);
}

[data-bs-theme="dark"] .custom-plan-trigger-btn {
    background: rgba(15, 23, 42, 0.7);
    border-color: rgba(255, 255, 255, 0.15);
    color: #f8fafc;
}

[data-bs-theme="dark"] .custom-plan-trigger-btn:hover,
[data-bs-theme="dark"] .custom-plan-trigger-btn.active {
    border-color: #00D184;
}

.calc-qty-group {
    height: 48px;
    min-height: 48px;
}

.calc-qty-group .btn,
.calc-qty-group .form-control {
    height: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calc-qty-group .form-control {
    font-size: 1.15rem !important;
}

.custom-plan-dropdown-panel {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 1050;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5rem;
    display: none;
    animation: customDropdownFadeIn 0.18s ease-out;
}

@keyframes customDropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-plan-dropdown-panel.show {
    display: block;
}

[data-bs-theme="dark"] .custom-plan-dropdown-panel {
    background: #182234;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
}

.custom-plan-option-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.55rem 0.75rem;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.15s ease;
    margin-bottom: 2px;
}

.custom-plan-option-item:hover {
    background: #f1f5f9;
}

[data-bs-theme="dark"] .custom-plan-option-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

.custom-plan-option-item.selected {
    background: #e8faf3;
    border: 1px solid #a7f3d0;
}

[data-bs-theme="dark"] .custom-plan-option-item.selected {
    background: rgba(0, 209, 132, 0.12);
    border-color: rgba(0, 209, 132, 0.3);
}

.plan-day-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0.5rem;
    border-radius: 9999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: #e2e8f0;
    color: #334155;
    line-height: 1.2;
}

.custom-plan-option-item.selected .plan-day-pill,
.custom-plan-trigger-btn .plan-day-pill {
    background: #00D184;
    color: #ffffff;
}

[data-bs-theme="dark"] .plan-day-pill {
    background: rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
}

[data-bs-theme="dark"] .custom-plan-option-item.selected .plan-day-pill,
[data-bs-theme="dark"] .custom-plan-trigger-btn .plan-day-pill {
    background: #00D184;
    color: #ffffff;
}

.plan-size-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--tblr-body-color, #1e293b);
}

.plan-price-text {
    font-size: 0.98rem;
    font-weight: 700;
    font-family: var(--tblr-font-monospace, monospace);
    color: #00D184;
}

.plan-daily-text {
    font-size: 0.72rem;
    color: #94a3b8;
    margin-top: 1px;
}

.custom-plan-dropdown-panel::-webkit-scrollbar {
    width: 6px;
}

.custom-plan-dropdown-panel::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 9999px;
}

[data-bs-theme="dark"] .custom-plan-dropdown-panel::-webkit-scrollbar-thumb {
    background: #475569;
}

/* ==========================================================================
   Hero Photo Carousel & Indicators Component
   ========================================================================== */

.holafly-carousel {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: inherit;
    overflow: hidden;
}

.holafly-carousel .carousel-inner {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.holafly-carousel .carousel-item {
    width: 100%;
    height: 100%;
    transition: opacity 0.8s ease-in-out;
}

.holafly-carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.holafly-carousel-indicators {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 5;
    padding: 0;
}

.holafly-carousel-indicators [data-bs-target] {
    width: 22px;
    height: 6px;
    border-radius: 9999px;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.7;
    margin: 0;
    cursor: pointer;
}

.holafly-carousel-indicators [data-bs-target].active {
    width: 32px;
    background-color: #00D184;
    opacity: 1;
    box-shadow: 0 2px 8px rgba(0, 209, 132, 0.5);
}

/* ==========================================================================
   Landing Page Lower Sections (Holafly Design System)
   ========================================================================== */

/* 1. Trust & Safe Payment Bar */
.holafly-trust-bar {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 24px 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

[data-bs-theme="dark"] .holafly-trust-bar {
    background-color: #1e293b;
    border-color: #334155;
}

.holafly-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
}

.holafly-pay-badge {
    height: 28px;
    padding: 4px 10px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #475569;
}

[data-bs-theme="dark"] .holafly-pay-badge {
    background-color: #0f172a;
    border-color: #334155;
    color: #cbd5e1;
}

/* 2. 3 Easy Steps Container (Soft Blue Container) */
.holafly-steps-container {
    background: linear-gradient(135deg, #eef7ff 0%, #f4f9ff 100%);
    border-radius: 28px;
    padding: 48px 36px;
    position: relative;
    overflow: hidden;
}

[data-bs-theme="dark"] .holafly-steps-container {
    background: linear-gradient(135deg, #132337 0%, #0f172a 100%);
}

.holafly-step-card {
    background-color: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 6px 24px rgba(0, 71, 171, 0.04);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.holafly-step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 71, 171, 0.08);
}

[data-bs-theme="dark"] .holafly-step-card {
    background-color: #1e293b;
    border-color: #334155;
}

.holafly-step-num {
    width: 36px;
    height: 36px;
    background-color: #00D184;
    color: #ffffff;
    font-weight: 700;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 16px;
}

/* 3. Destination Benefits Grid */
.holafly-benefit-hero {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    margin-bottom: 24px;
}

[data-bs-theme="dark"] .holafly-benefit-hero {
    background-color: #1e293b;
    border-color: #334155;
}

.holafly-benefit-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.holafly-benefit-card:hover {
    border-color: #00D184;
    transform: translateY(-3px);
}

[data-bs-theme="dark"] .holafly-benefit-card {
    background-color: #1e293b;
    border-color: #334155;
}

/* 4. Comparison Table (Full Width & Symbol-Driven 1:1 Holafly Style) */
.holafly-compare-container {
    width: 100%;
    margin: 0;
}

.holafly-compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

[data-bs-theme="dark"] .holafly-compare-table {
    background-color: #1e293b;
    border-color: #334155;
}

.holafly-compare-table th,
.holafly-compare-table td {
    padding: 20px 24px;
    border-bottom: 1px solid #f1f5f9;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}

[data-bs-theme="dark"] .holafly-compare-table th,
[data-bs-theme="dark"] .holafly-compare-table td {
    border-bottom-color: #334155;
}

.holafly-compare-table th:first-child,
.holafly-compare-table td:first-child {
    text-align: left;
    font-weight: 600;
    color: #334155;
}

[data-bs-theme="dark"] .holafly-compare-table th:first-child,
[data-bs-theme="dark"] .holafly-compare-table td:first-child {
    color: #cbd5e1;
}

.holafly-col-highlight {
    background-color: rgba(0, 209, 132, 0.04);
    font-weight: 600;
}

[data-bs-theme="dark"] .holafly-col-highlight {
    background-color: rgba(0, 209, 132, 0.08);
}

/* Compress the comparison table to fit the screen on mobile instead of
   scrolling: lock column widths so the table never grows past 100%, and
   shrink padding/font/icons so four columns fit in a phone-width viewport. */
@media (max-width: 575.98px) {
    .holafly-compare-table {
        table-layout: fixed;
    }

    .holafly-compare-table th,
    .holafly-compare-table td {
        padding: 10px 4px;
        font-size: 11.5px;
        line-height: 1.3;
        word-break: break-word;
    }

    .holafly-compare-table th:first-child,
    .holafly-compare-table td:first-child {
        width: 34%;
    }

    .holafly-compare-table th:not(:first-child),
    .holafly-compare-table td:not(:first-child) {
        width: 22%;
    }

    .holafly-compare-table td:first-child svg {
        width: 14px !important;
        height: 14px !important;
    }

    .holafly-compare-table td:not(:first-child) svg {
        width: 16px !important;
        height: 16px !important;
    }

    .holafly-compare-table td:first-child .d-flex {
        gap: 4px !important;
        align-items: flex-start !important;
    }
}

/* Elegant Symbol Badges */
.holafly-symbol-check {
    width: 22px;
    height: 22px;
    background-color: #00D184;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    box-shadow: 0 2px 6px rgba(0, 209, 132, 0.3);
}

.holafly-symbol-cross {
    width: 20px;
    height: 20px;
    background-color: #f1f5f9;
    color: #94a3b8;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

[data-bs-theme="dark"] .holafly-symbol-cross {
    background-color: #334155;
    color: #64748b;
}

/* Tabler Payments Dark Mode Adaptive */
[data-bs-theme="dark"] .payment-provider-applepay {
    background-image: url("/tabler/dist/img/payments/applepay-dark.svg") !important;
}

[data-bs-theme="dark"] .payment-provider-google-pay {
    background-image: url("/tabler/dist/img/payments/google-pay-dark.svg") !important;
}

[data-bs-theme="dark"] .payment-provider-visa {
    background-image: url("/tabler/dist/img/payments/visa-dark.svg") !important;
}

[data-bs-theme="dark"] .payment-provider-mastercard {
    background-image: url("/tabler/dist/img/payments/mastercard-dark.svg") !important;
}

[data-bs-theme="dark"] .payment-provider-paypal {
    background-image: url("/tabler/dist/img/payments/paypal-dark.svg") !important;
}

[data-bs-theme="dark"] .payment {
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.12) !important;
}

.holafly-brand-pill {
    background-color: #0f172a;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 9999px;
    display: inline-block;
}

[data-bs-theme="dark"] .holafly-brand-pill {
    background-color: #00D184;
    color: #0f172a;
}

/* 5. Figure 3 Dedicated Destination Pricing Card */
.holafly-pricing-card-wrap {
    max-width: 680px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 36px 32px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

[data-bs-theme="dark"] .holafly-pricing-card-wrap {
    background-color: #1e293b;
    border-color: #334155;
}

.holafly-flag-circle-lg {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border: 3px solid #ffffff;
    display: inline-block;
}

.holafly-pricing-table-modern {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.holafly-pricing-header-th {
    width: 33.33%;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    border-bottom: 1px solid #f1f5f9;
}

[data-bs-theme="dark"] .holafly-pricing-header-th {
    color: #94a3b8;
    border-bottom-color: #334155;
}

.holafly-pricing-row-item {
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.holafly-pricing-row-item:nth-child(even) {
    background-color: #f8fafc;
}

[data-bs-theme="dark"] .holafly-pricing-row-item {
    background-color: #1e293b;
    border-color: #334155;
}

[data-bs-theme="dark"] .holafly-pricing-row-item:nth-child(even) {
    background-color: #132337;
}

.holafly-pricing-row-item:hover {
    border-color: #00D184;
    transform: translateX(4px);
}

.holafly-pricing-cell {
    padding: 16px 24px;
    font-size: 15px;
    vertical-align: middle;
}

/* 6. Modern 2-Column FAQ Section (Holafly Light Blue Card) */
.holafly-faq-section-box {
    background-color: #f0f7fd;
    border-radius: 28px;
    padding: 56px 40px;
    margin: 48px 0;
}

[data-bs-theme="dark"] .holafly-faq-section-box {
    background-color: #111e2f;
}

.holafly-faq-tabs {
    display: inline-flex;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 9999px;
    box-shadow: 0 4px 16px rgba(0, 71, 171, 0.06);
    gap: 6px;
    margin-bottom: 36px;
}

[data-bs-theme="dark"] .holafly-faq-tabs {
    background-color: #1e293b;
}

.holafly-faq-tab-btn {
    border: none;
    background: transparent;
    padding: 10px 24px;
    border-radius: 9999px;
    font-size: 15px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.25s ease;
}

.holafly-faq-tab-btn.active {
    background-color: #0f172a;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

[data-bs-theme="dark"] .holafly-faq-tab-btn.active {
    background-color: #00D184;
    color: #0f172a;
}

/* 2-Column Grid of Clean White FAQ Cards */
.holafly-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (max-width: 991px) {
    .holafly-faq-grid {
        grid-template-columns: 1fr;
    }
}

.holafly-faq-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.holafly-faq-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

[data-bs-theme="dark"] .holafly-faq-card {
    background-color: #1e293b;
    border-color: #334155;
}

.holafly-faq-trigger {
    width: 100%;
    padding: 20px 24px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    gap: 16px;
}

[data-bs-theme="dark"] .holafly-faq-trigger {
    color: #f8fafc;
}

.holafly-faq-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: #64748b;
}

.holafly-faq-trigger[aria-expanded="true"] .holafly-faq-icon {
    transform: rotate(180deg);
}

.holafly-faq-collapse {
    padding: 0 24px 20px 24px;
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
}

[data-bs-theme="dark"] .holafly-faq-collapse {
    color: #94a3b8;
}

/* 7. Bottom Beige CTA Banner */
.holafly-bottom-cta-banner {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-radius: 28px;
    padding: 48px;
    border: 1px solid #fde68a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin: 48px 0 24px 0;
}

[data-bs-theme="dark"] .holafly-bottom-cta-banner {
    background: linear-gradient(135deg, #2a2312 0%, #1e190a 100%);
    border-color: #453713;
}

.holafly-cta-black-btn {
    background-color: #0f172a;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 15px;
    border: none;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.holafly-cta-black-btn:hover {
    background-color: #1e293b;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

[data-bs-theme="dark"] .holafly-cta-black-btn {
    background-color: #00D184;
    color: #0f172a;
}

.esim-heading-tight {
    letter-spacing: -0.02em;
}

/* ================= /esim Guide Page ================= */

.esim-guide-hero {
    background: linear-gradient(180deg, rgba(0, 209, 132, 0.06) 0%, rgba(0, 209, 132, 0) 100%);
}

.esim-guide-hero-badge {
    background: rgba(0, 209, 132, 0.12);
    color: #00a76a;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 8px 16px;
    border-radius: 999px;
}

[data-bs-theme="dark"] .esim-guide-hero-badge {
    background: rgba(0, 209, 132, 0.18);
    color: #4ce0a8;
}

.esim-guide-hero-illustration,
.esim-guide-section-illustration {
    max-width: 420px;
    width: 100%;
}

.esim-guide-features-bg {
    background: var(--tblr-bg-surface-secondary, rgba(98, 105, 118, 0.04));
}

.esim-feature-card {
    background: var(--tblr-bg-surface, #ffffff);
    border: 1px solid var(--tblr-border-color, #e6e8ec);
    border-radius: 16px;
    padding: 28px 24px;
}

.esim-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(0, 209, 132, 0.1);
    color: #00a76a;
}

[data-bs-theme="dark"] .esim-feature-icon {
    background: rgba(0, 209, 132, 0.16);
    color: #4ce0a8;
}

.esim-step-card {
    text-align: center;
    padding: 24px;
    position: relative;
}

.esim-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #00d184;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.9rem;
}

.esim-step-icon {
    display: block;
    margin: 12px auto 0;
    color: #00a76a;
}

.esim-payment-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--tblr-bg-surface, #ffffff);
    border: 1px solid var(--tblr-border-color, #e6e8ec);
    color: var(--tblr-body-color);
}

