:root {
    --hg-ink: #172033;
    --hg-muted: #667085;
    --hg-blue: #2563eb;
    --hg-cyan: #06b6d4;
    --hg-teal: #14b8a6;
    --hg-green: #22c55e;
    --hg-lime: #a3e635;
    --hg-yellow: #fde047;
    --hg-orange: #fb923c;
    --hg-pink: #ec4899;
    --hg-purple: #7c3aed;
    --hg-red: #ef4444;
    --hg-bg: #fffaf3;
    --hg-card: #ffffff;
    --booking-blue: var(--hg-blue);
    --booking-blue-dark: #1e1b4b;
    --booking-yellow: var(--hg-yellow);
    --booking-bg: var(--hg-bg);
    --booking-text: var(--hg-ink);
}

html { min-height: 100%; scroll-behavior: smooth; }
body {
    min-height: 100%;
    background:
        radial-gradient(circle at top left, rgba(251, 146, 60, .22), transparent 34rem),
        radial-gradient(circle at 85% 10%, rgba(6, 182, 212, .18), transparent 28rem),
        linear-gradient(180deg, #fffaf3 0%, #f8fbff 52%, #fff7ed 100%);
    color: var(--hg-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.fw-black { font-weight: 900; letter-spacing: -.02em; }
.text-gradient {
    background: linear-gradient(90deg, var(--hg-yellow), #fff, #bae6fd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hg-header,
.booking-header {
    background: linear-gradient(90deg, #0f172a 0%, #4338ca 34%, #0891b2 67%, #16a34a 100%);
    box-shadow: 0 16px 35px rgba(15, 23, 42, .25);
}
.hg-header .navbar,
.booking-header .navbar { background: transparent; }
.navbar-brand { font-size: 1.35rem; }
.brand-favicon {
    width: 38px;
    height: 38px;
    display: block;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(253, 224, 71, .25);
}
.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, .86); font-weight: 700; }
.navbar-dark .navbar-nav .nav-link:hover { color: #fff; transform: translateY(-1px); }
.list-property-link {
    color: #111827 !important;
    background: linear-gradient(135deg, var(--hg-yellow), var(--hg-orange));
    border-radius: 999px;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-shadow: 0 10px 22px rgba(251, 146, 60, .25);
}
.dropdown-menu-glow {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .22);
    overflow: hidden;
}
.dropdown-item { font-weight: 650; }

.hero-section {
    background:
        linear-gradient(135deg, rgba(15,23,42,.82), rgba(67,56,202,.72)),
        radial-gradient(circle at 75% 20%, rgba(253,224,71,.75), transparent 18rem),
        radial-gradient(circle at 20% 80%, rgba(20,184,166,.72), transparent 20rem),
        url('/media/site/hero-holidays.svg');
    background-size: cover;
    background-position: center;
    min-height: 430px;
}
.hero-card,
.glass-card {
    background: rgba(255, 255, 255, .14);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,.24);
    box-shadow: 0 24px 65px rgba(15, 23, 42, .24);
}

.booking-search-wrap { margin-top: -52px; position: relative; z-index: 2; }
.booking-search {
    background: linear-gradient(135deg, var(--hg-yellow), #fff7ad 50%, #a7f3d0);
    border: 0;
    box-shadow: 0 25px 70px rgba(180, 83, 9, .2) !important;
}
.booking-search .form-control,
.booking-search .form-select {
    border: 0;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
    border-radius: 16px;
}
.form-control,
.form-select { border-radius: 14px; }

.flight-explorer {
    padding: 1rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #ecfdf5, #f8fafc);
    border: 1px solid rgba(0, 169, 145, .22);
}

.travel-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(250, 204, 21, .25), transparent 22rem),
        linear-gradient(125deg, #062f3a 0%, #075e63 52%, #00a991 100%);
    margin-top: -1px;
}

.travel-hero__eyebrow {
    color: #a7f3d0;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.travel-hero__stamp {
    align-items: center;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    font-weight: 700;
    height: 142px;
    justify-content: center;
    line-height: 1.1;
    text-align: center;
    transform: rotate(7deg);
    width: 142px;
}

.travel-hero__stamp i { font-size: 2rem; margin-bottom: .45rem; }
.travel-search-card {
    background: rgba(255,255,255,.97);
    overflow: visible !important;
    position: relative;
    z-index: 20;
}

.flight-explorer,
.flight-explorer .row,
.flight-explorer .card-body {
    overflow: visible;
}

.flight-explorer .position-relative:focus-within {
    z-index: 1090;
}

.travel-offer-card { border-radius: 20px; transition: transform .18s ease, box-shadow .18s ease; }
.travel-offer-card:hover { transform: translateY(-3px); }
.travel-offer-card__image { height: 170px; object-fit: cover; width: 100%; }

.flight-explorer .form-control {
    border-color: #cbd5e1;
    background: #fff;
}

.flight-explorer .form-control:focus {
    border-color: #00a991;
    box-shadow: 0 0 0 .25rem rgba(0, 169, 145, .15);
}

.airport-results {
    background: #fff;
    border-radius: 14px;
    display: none;
    left: 0;
    max-height: 310px;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    z-index: 1100;
}

.airport-results.is-open { display: block; }
.airport-results .list-group-item { border-left: 0; border-right: 0; cursor: pointer; padding: .7rem .85rem; }
.airport-results .list-group-item:first-child { border-top: 0; }
.airport-results .list-group-item.active { background: #e6fffa; border-color: #b7f3e8; color: #063b3b; }
.airport-option__code { background: #e2e8f0; border-radius: 8px; color: #0f172a; font-size: .75rem; font-weight: 800; padding: .25rem .4rem; }

.flight-explorer__button {
    color: #fff;
    background: #00a991;
    border-color: #00a991;
}

.flight-explorer__button:hover,
.flight-explorer__button:focus {
    color: #fff;
    background: #008b78;
    border-color: #008b78;
}

.flight-trip-type {
    background: #eafaf7;
    border: 0;
    border-radius: 12px;
    display: inline-flex;
    gap: .25rem;
    padding: .25rem;
}

.flight-trip-type .btn { border: 0; border-radius: 9px; color: #35605d; font-weight: 700; }
.flight-trip-type .btn-check:checked + .btn { background: #fff; box-shadow: 0 4px 14px rgba(15,23,42,.12); color: #006f63; }

.flight-deal-card {
    transition: transform .18s ease, box-shadow .18s ease;
}

.flight-deal-card:hover {
    transform: translateY(-2px);
}

.flight-deal-airline {
    width: 72px;
    height: 32px;
    object-fit: contain;
}

.destination-card {
    display: block;
    height: 190px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 18px 42px rgba(15,23,42,.18);
    border: 1px solid rgba(255,255,255,.8);
}
.destination-card img,
.property-card-img,
.gallery-main,
.gallery-side,
.travel-card-img,
.provider-download-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.destination-card img { transition: transform .35s ease; }
.destination-card:hover img { transform: scale(1.07); }
.destination-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 24px;
    background: linear-gradient(transparent, rgba(15,23,42,.88));
}

.card,
.property-card,
.room-card,
.booking-card { border-radius: 24px; }
.property-card,
.room-card,
.booking-card,
.travel-result-card {
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(8px);
}
.property-card-img { min-height: 280px; }
.property-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.review-score {
    background: linear-gradient(135deg, var(--hg-purple), var(--hg-pink));
    color: #fff;
    min-width: 48px;
    min-height: 44px;
    padding: 10px 11px;
    border-radius: 16px 16px 16px 0;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    box-shadow: 0 12px 22px rgba(236, 72, 153, .24);
}
.property-hero { background: #fff; }
.gallery-main { height: 430px; }
.gallery-side { height: 207px; }
.property-map-frame { width: 100%; height: 380px; border: 0; display: block; }
.amenity-item {
    background: linear-gradient(135deg, #ecfeff, #fff7ed);
    border: 1px solid #cffafe;
    border-radius: 18px;
    padding: 12px 14px;
    font-weight: 750;
}
.filter-card,
.booking-summary { top: 95px; }

.btn { border-radius: 999px; font-weight: 750; }
.btn-primary {
    background: linear-gradient(135deg, var(--hg-blue), var(--hg-purple));
    border-color: transparent;
    box-shadow: 0 12px 22px rgba(37, 99, 235, .18);
}
.btn-primary:hover { background: linear-gradient(135deg, #1d4ed8, #6d28d9); border-color: transparent; transform: translateY(-1px); }
.btn-warning { background: linear-gradient(135deg, var(--hg-yellow), var(--hg-orange)); border-color: transparent; color: #172033; }
.btn-outline-primary { color: var(--hg-blue); border-color: rgba(37, 99, 235, .45); }
.btn-outline-primary:hover { background: var(--hg-blue); border-color: var(--hg-blue); }

.admin-shell {
    min-height: 100vh;
    background: radial-gradient(circle at 15% 0, rgba(251, 146, 60, .48), transparent 28rem), linear-gradient(135deg, #0f172a, #4338ca 55%, #0891b2);
}
.metric-card,
.metric-tile {
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.22);
    color: #fff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 20px 42px rgba(15,23,42,.18);
}
.metric-tile { background: #fff; color: var(--hg-ink); }
.metric-card span,
.metric-tile span { display: block; color: rgba(255,255,255,.72); margin-bottom: 8px; }
.metric-tile span { color: var(--hg-muted); }
.metric-card strong,
.metric-tile strong { display: block; font-size: 2rem; }
.admin-tabs { display: flex; flex-wrap: wrap; gap: 10px; }
.admin-tabs a {
    color: var(--hg-blue);
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(37,99,235,.14);
    border-radius: 999px;
    padding: 10px 15px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(15,23,42,.08);
}
.admin-shell .admin-tabs a { color: #fff; background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.25); box-shadow: none; }
.admin-tabs a:hover { transform: translateY(-1px); }

.checkout-hero { background: linear-gradient(135deg, #eff6ff, #fff7ed 55%, #ecfdf5); min-height: 80vh; }
.payment-form .form-control,
.payment-form .form-select { border-radius: 16px; }
.partner-hero {
    background: radial-gradient(circle at top left, rgba(253,224,71,.6), transparent 18rem), linear-gradient(135deg, #0f172a, #7c3aed 50%, #0891b2 100%);
    min-height: 78vh;
    display: flex;
    align-items: center;
}
.partner-stat {
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 20px;
    padding: 16px;
    font-weight: 900;
}
.partner-stat small { color: rgba(255,255,255,.75); font-weight: 600; }
.manager-shell-nav { border-radius: 22px; }
.manager-property-card img,
.manager-room-image { object-fit: cover; }
.manager-room-image { height: 230px; width: 100%; }
.manager-amenity-option {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #dbeafe;
    background: #fff;
    border-radius: 18px;
    padding: 14px 16px;
    cursor: pointer;
    font-weight: 700;
}
.manager-amenity-option:hover { background: #f0f9ff; }
.room-detail-image,
.room-detail-placeholder {
    width: 100%;
    height: 130px;
    object-fit: cover;
    background: #eef6ff;
}
.room-detail-placeholder { display: flex; align-items: center; justify-content: center; color: #64748b; font-size: 2rem; }

.amadeus-hero,
.travel-hero {
    background: radial-gradient(circle at 12% 14%, rgba(253,224,71,.7), transparent 18rem), radial-gradient(circle at 78% 20%, rgba(20,184,166,.45), transparent 20rem), linear-gradient(135deg, #4338ca 0%, #2563eb 42%, #0891b2 100%);
    min-height: 340px;
}
.amadeus-tabs { display: flex; gap: 10px; flex-wrap: wrap; }
.amadeus-tabs a {
    color: var(--hg-blue);
    background: #fff;
    border: 1px solid #dbeafe;
    box-shadow: 0 8px 20px rgba(15,23,42,.08);
    text-decoration: none;
    border-radius: 999px;
    padding: 10px 15px;
    font-weight: 800;
}
.amadeus-tabs a:hover { transform: translateY(-1px); color: #1d4ed8; }
.travel-card-img { height: 230px; }
.provider-download-img { height: 210px; }
.travel-json { max-height: 520px; overflow: auto; font-size: .85rem; }
.travel-result-card { transition: transform .18s ease, box-shadow .18s ease; }
.travel-result-card:hover { transform: translateY(-3px); box-shadow: 0 22px 50px rgba(15, 23, 42, .16) !important; }

.color-card {
    color: #fff;
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 22px 48px rgba(15,23,42,.18);
    border: 1px solid rgba(255,255,255,.2);
}
.color-card-sunset { background: linear-gradient(135deg, var(--hg-pink), var(--hg-orange), var(--hg-yellow)); color: #172033; }
.color-card-ocean { background: linear-gradient(135deg, var(--hg-blue), var(--hg-cyan), var(--hg-teal)); }
.color-card-violet { background: linear-gradient(135deg, var(--hg-purple), var(--hg-pink)); }
.color-card-green { background: linear-gradient(135deg, var(--hg-teal), var(--hg-green)); }

.hg-footer {
    background: linear-gradient(90deg, #0f172a, #312e81, #0e7490);
}
.footer-pill {
    color: rgba(255,255,255,.86);
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    padding: 8px 14px;
    text-decoration: none;
    font-weight: 700;
}
.footer-pill:hover { color: #fff; background: rgba(255,255,255,.18); }

.cookie-banner {
    position: fixed;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    width: min(760px, calc(100vw - 28px));
    background: #fff;
    border-radius: 24px;
    padding: 18px;
    z-index: 1080;
    display: flex;
    gap: 14px;
    border: 1px solid rgba(15,23,42,.08);
}
.cookie-banner[hidden] { display: none; }
.cookie-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--hg-teal), var(--hg-blue));
    color: #fff;
    font-size: 1.45rem;
    flex-shrink: 0;
}
.cookie-choice {
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 10px;
}
.cookie-choice.locked { background: #f8fafc; }
.cookie-choice .form-check-input { width: 2.6rem; height: 1.35rem; }

@media (max-width: 767px) {
    .booking-search-wrap { margin-top: 0; }
    .gallery-main { height: 260px; }
    .cookie-banner { align-items: flex-start; }
    .cookie-icon { display: none; }
    .property-card-img { min-height: 210px; }
}

.error-page {
    background: radial-gradient(circle at top left, rgba(255,183,3,.22), transparent 30%), radial-gradient(circle at bottom right, rgba(37,99,235,.18), transparent 35%), #f8fafc;
}

.error-icon {
    width: 88px;
    height: 88px;
    display: grid;
    place-items: center;
    border-radius: 28px;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #7c3aed, #f97316);
    font-size: 42px;
}

.advanced-filter-panel {
    background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(239,246,255,.94));
    border: 1px solid rgba(37, 99, 235, .14);
}
.filter-card {
    top: 1rem;
    border-radius: 24px;
}
.filter-amenities {
    max-height: 220px;
    overflow: auto;
    padding-right: 4px;
}
.property-card .badge.text-bg-light {
    color: #334155 !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0;
}
.property-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contact-info-card {
    position: sticky;
    top: 1rem;
}
.contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.message-body {
    color: #1e293b;
    line-height: 1.7;
}


.auth-modal .modal-dialog {
    max-width: 520px;
}
.auth-modal .modal-content {
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}
.auth-modal-topline {
    height: 8px;
    background: linear-gradient(90deg, #2563eb, #14b8a6, #fde047, #fb923c);
}
.auth-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #2563eb;
}
.auth-form .form-control {
    border-radius: 16px;
    border-color: #dbeafe;
}
.auth-form .form-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 .2rem rgba(37, 99, 235, .12);
}
.auth-modal .btn-primary {
    border: 0;
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    box-shadow: 0 12px 28px rgba(37, 99, 235, .22);
}

.manager-existing-property-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    background: #eef6ff;
}
.manager-property-thumb-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.manager-property-thumb {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    object-fit: cover;
    border: 2px solid #e2e8f0;
    background: #eef6ff;
}
.manager-property-thumb.is-main {
    border-color: #facc15;
    box-shadow: 0 0 0 3px rgba(250, 204, 21, .25);
}

.checkout-section-title {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .75rem 0 .35rem;
}

.checkout-step {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #111827;
    background: linear-gradient(135deg, #ffd54f, #ffb300);
    box-shadow: 0 10px 24px rgba(255, 179, 0, .25);
    flex: 0 0 auto;
}

.secure-card-box {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 1.25rem;
    border: 1px solid rgba(37, 99, 235, .14);
    background:
        radial-gradient(circle at top right, rgba(20, 184, 166, .18), transparent 18rem),
        linear-gradient(180deg, #ffffff, #f8fafc);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .10);
}

.secure-card-box::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 7px;
    background: linear-gradient(90deg, #2563eb, #14b8a6, #facc15, #fb923c);
}

.secure-card-box__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-top: .25rem;
}

.secure-card-box__title {
    display: flex;
    align-items: center;
    gap: .85rem;
}

.secure-card-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    box-shadow: 0 14px 28px rgba(37, 99, 235, .22);
    flex: 0 0 auto;
}

.card-brand-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .45rem;
}

.card-brand-chips span,
.card-brand-live {
    border-radius: 999px !important;
    font-size: .78rem;
    font-weight: 800;
    color: #0f172a;
    background: #fff7ed !important;
    border: 1px solid #fed7aa !important;
    padding: .45rem .65rem;
}

.checkout-card-preview {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    min-height: 210px;
    padding: 1.2rem;
    color: #fff;
    background:
        radial-gradient(circle at 85% 15%, rgba(250, 204, 21, .5), transparent 8rem),
        radial-gradient(circle at 12% 85%, rgba(20, 184, 166, .6), transparent 9rem),
        linear-gradient(135deg, #0f172a, #1d4ed8 48%, #7c3aed);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 18px 36px rgba(30, 64, 175, .22);
    margin-bottom: 1rem;
}

.checkout-card-preview__shine {
    position: absolute;
    inset: -45% auto auto -20%;
    width: 70%;
    height: 150%;
    transform: rotate(22deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .18), transparent);
}

.checkout-card-preview__label,
.checkout-card-preview__brand,
.checkout-card-preview__meta span {
    color: rgba(255, 255, 255, .72);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.checkout-card-preview__brand {
    padding: .45rem .75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    backdrop-filter: blur(8px);
}

.checkout-card-preview__chip {
    width: 46px;
    height: 34px;
    margin-top: 1.25rem;
    border-radius: 10px;
    background: linear-gradient(135deg, #fde68a, #f59e0b);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
}

.checkout-card-preview__number {
    position: relative;
    margin: 1.4rem 0 1.15rem;
    font-size: clamp(1.35rem, 4vw, 2rem);
    font-weight: 900;
    letter-spacing: .08em;
    word-spacing: .22em;
}

.checkout-card-preview__meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.checkout-card-preview__meta strong {
    display: block;
    margin-top: .2rem;
    color: #fff;
    font-size: .88rem;
    letter-spacing: .04em;
}

.payment-input-group .input-group-text {
    border-color: #dbeafe;
    background: #eff6ff;
    color: #2563eb;
    border-radius: 16px 0 0 16px;
}

.payment-input-group .form-control {
    border-color: #dbeafe;
}

.payment-input-group .form-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 .2rem rgba(37, 99, 235, .12);
}

.secure-card-note {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.secure-card-note span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: .45rem .7rem;
    font-size: .82rem;
    font-weight: 800;
    color: #0f172a;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(148, 163, 184, .28);
}

@media (max-width: 575px) {
    .secure-card-box { padding: 1rem; border-radius: 22px; }
    .secure-card-box__header { align-items: flex-start; flex-direction: column; }
    .card-brand-chips { justify-content: flex-start; }
    .checkout-card-preview { min-height: 190px; border-radius: 22px; }
    .checkout-card-preview__meta { align-items: flex-start; flex-direction: column; }
}

.hg-date-preview {
    margin-top: .35rem;
    color: #4f5b6b;
    font-size: .86rem;
    font-weight: 700;
}

.hg-date-field {
    position: relative;
    width: 100%;
}

.hg-date-display {
    padding-right: 3rem !important;
    cursor: pointer;
}

.hg-date-native {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.hg-date-calendar-icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    color: #111827;
    font-size: 1.1rem;
    pointer-events: none;
    z-index: 1;
}

.hg-date-field:focus-within .hg-date-display {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
