.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 10000;
    background: #facc15;
    color: #172554;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(30,41,59,0.22);
}

.skip-link:focus {
    left: 12px;
    top: 12px;
    outline: none;
}

@media (hover: none) and (pointer: coarse), (max-width: 991px) {
    .main-info-card:hover, .feature-card:hover, .lux-prices-card:hover, .card:hover,
    .feature-card:hover .feature-icon,
    .lux-drop-item:hover,
    .deluxe-photo-card:hover,
    .lux-highlight-link:hover {
        transform: none !important;
        animation: none !important;
    }
    .feature-icon {
        animation: none !important;
    }
}

.navbar .container {
    padding-left: 12px !important;
    padding-right: 24px !important;
    margin: 0 auto !important;
}

.main-info-card, .feature-card, .lux-prices-card, .card {
    background: rgba(23, 37, 84, 0.82) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37), 0 1.5px 6px #0002;
    backdrop-filter: blur(8px);
    border-radius: 32px !important;
    border: 1.5px solid rgba(96, 165, 250, 0.18) !important;
    transition: box-shadow 0.22s, transform 0.22s;
}

.main-info-card:hover, .feature-card:hover, .lux-prices-card:hover, .card:hover {
    box-shadow: 0 16px 48px 0 #2563eb55, 0 4px 16px #60a5fa55;
    transform: translateY(-4px) scale(1.012);
}

.navbar {
    border-bottom: none !important;
}

#balikbayanBanner {
    animation: floatBanner 4s ease-in-out infinite alternate;
}

@keyframes floatBanner {
    0% { transform: translateY(0); box-shadow: 0 0 18px 6px #60a5fa55, 0 0 32px 12px #38bdf855, 0 8px 24px #2563eb33; }
    100% { transform: translateY(-12px) scale(1.01); box-shadow: 0 0 32px 12px #38bdf855, 0 0 48px 18px #60a5fa55, 0 12px 48px #2563eb33; }
}

.btn-primary, .btn-outline-primary, .order-btn-custom, .packinglist-btn-custom {
    background: linear-gradient(90deg, #2563eb 0%, #38bdf8 100%);
    background-size: 200% 200%;
    animation: gradientMove 3s ease-in-out infinite alternate;
    border: none;
}

/* Consistent CTA button sizing across the site */
.order-btn-custom, .packinglist-btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0.42rem 0.82rem;
    border-radius: 12px;
    font-weight: 650;
    font-size: 0.92rem;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    line-height: 1.1;
}

.order-btn-custom span, .packinglist-btn-custom span {
    color: #fff;
}

.order-btn-custom:focus-visible, .packinglist-btn-custom:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px #38bdf855;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.fa-solid, .fa, .fab {
    filter: drop-shadow(0 0 6px #60a5fa88);
    transition: filter 0.2s;
}

.fa-solid:hover, .fa:hover, .fab:hover {
    filter: drop-shadow(0 0 16px #facc15cc);
}

.main-info-card, .feature-card, .lux-prices-card, .card {
    animation: fadeInUp 1.2s cubic-bezier(.4,0,.2,1);
}

input:focus, textarea:focus, select:focus {
    outline: none !important;
    border-color: #60a5fa !important;
    box-shadow: 0 0 0 3px #38bdf855 !important;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.modal-content {
    box-shadow: 0 8px 48px #2563eb55, 0 2px 8px #60a5fa55;
    border-radius: 22px;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(37,99,235,0.85) !important;
        backdrop-filter: blur(8px);
        border-radius: 0 0 18px 18px;
    }
}

.feature-card, .main-info-card {
    transition: transform 0.19s cubic-bezier(.4,1,.3,1), box-shadow 0.19s;
}

.feature-card:hover, .main-info-card:hover {
    transform: translateY(-3px) scale(1.011);
    box-shadow: 0 3px 12px #2563eb33, 0 1px 3px #0002;
    z-index: 2;
}

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 9999;
    width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    line-height: 1;
    box-shadow: 0 10px 28px #2563eb22;
    backdrop-filter: blur(8px);
}

#scrollToTopBtn:active {
    transform: scale(0.96);
}

#scrollToTopBtn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px #38bdf855, 0 10px 28px #2563eb22;
}

#scrollToTopBtn i {
    text-shadow: none;
    display: block;
    line-height: 1;
    font-size: 1em;
}

@media (max-width: 600px) {
    #scrollToTopBtn {
        width: 40px;
        height: 40px;
        font-size: 1.15rem;
        bottom: 20px;
        right: 20px;
    }
}

header {
    min-height: 38px !important;
    padding: 0.2rem 0 !important;
    display: flex;
    align-items: center;
}

.border,
.row,
.col,
.card,
.container,
.main-info-card,
.feature-card,
.border-top,
.border-bottom,
.border-left,
.border-right {
    border-color: #172554 !important;
    border-width: 1.5px !important;
}

.border,
.border-top,
.border-bottom,
.border-left,
.border-right {
    border-style: solid !important;
}

.container,
.container * {
    border-color: #172554 !important;
}

.main-info-card,
.main-info-card * {
    border-color: #172554 !important;
}

.main-info-card .alert-warning,
.main-info-card .bg-warning-subtle {
    background: #172554 !important;
    color: #fff !important;
    border: 1px solid #2563eb !important;
    font-weight: 600;
    border-radius: 12px;
    font-size: 1.08rem;
}

.main-info-card .alert-warning b,
.main-info-card .bg-warning-subtle b {
    color: #60a5fa !important;
    font-weight: 700 !important;
}

body {
    background: linear-gradient(120deg, #172554 0%, #2563eb 100%);
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    min-height: 100vh;
    overflow-x: hidden !important;
}

.navbar {
    background: linear-gradient(90deg, #2563eb 0%, #38bdf8 100%);
    box-shadow: 0 6px 32px rgba(30,41,59,0.22);
    border-radius: 0 0 24px 24px;
    padding: 0.5rem 2rem !important;
    min-height: 0 !important;
    height: 72px !important;
    position: sticky;
    top: 0;
    z-index: 100;
    transition: box-shadow 0.2s;
    display: flex;
    align-items: center;
}

.navbar-logo {
    font-size: 2.2rem;
    font-weight: 900;
    color: #fff;
    margin-right: 2rem;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
}

.navbar-logo i {
    font-size: 2.2rem;
    color: #facc15;
    margin-right: 0.7rem;
}

.nav-link {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.18rem;
    color: #fff !important;
    border-radius: 16px;
    padding: 0.5rem 1.6rem !important;
    margin: 0 0.12rem;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    background: rgba(255,255,255,0.08);
    box-shadow: 0 2px 12px #2563eb44;
}

.navbar-nav {
    gap: 0.7rem;
}

.nav-link {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.08rem;
    color: #e0e7ff !important;
    border-radius: 9px;
    padding: 0.38rem 1.1rem !important;
    margin: 0 0.08rem;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    text-shadow: 0 2px 12px #2563eb44;
}

.nav-link.active, .nav-link:hover, .nav-link:focus {
    background: linear-gradient(90deg, #2563eb55 0%, #38bdf855 100%);
    color: #fff !important;
    box-shadow: 0 2px 12px #2563eb22;
}

.hero {
    background: linear-gradient(120deg, #172554 0%, #2563eb 100%);
    color: #fff;
    padding: 0;
    min-height: 320px;
    border-radius: 32px;
    box-shadow: 0 12px 48px rgba(30,41,59,0.22);
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    animation: heroFade 2s cubic-bezier(.4,0,.2,1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero img {
    background: none !important;
    border-radius: 20px;
    box-shadow: 0 2px 12px #2563eb22;
    height: 320px !important;
    object-fit: contain;
    width: 100%;
}

.container {
    background: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 40px 0 40px 0 !important;
    border-radius: 0 0 32px 32px;
}

.feature-card {
    background: linear-gradient(120deg, #1e293b 0%, #172554 100%) !important;
    color: #e0e7ff !important;
    border: none !important;
    box-shadow: 0 2px 10px #2563eb22;
}

.feature-card .fw-bold,
.feature-card .btn-outline-primary {
    color: #e0e7ff !important;
}

.feature-card .btn-outline-primary {
    border-color: #60a5fa !important;
    background: rgba(96,165,250,0.08) !important;
}

.feature-card .btn-outline-primary:hover {
    background: #60a5fa !important;
    color: #172554 !important;
}

.main-info-card {
    background: linear-gradient(120deg, #172554 0%, #1e293b 100%) !important;
    color: #e0e7ff !important;
    border: none !important;
    box-shadow: 0 8px 32px #2563eb22;
}

.main-info-card h2, .main-info-card h4 {
    color: #60a5fa !important;
    text-shadow: 0 2px 12px #2563eb55;
}

.main-info-card .alert-warning {
    background: linear-gradient(90deg, #facc15 0%, #fef08a 100%);
    color: #92400e !important;
    border-radius: 12px;
    font-weight: 600;
}

.main-info-card .border {
    border-radius: 12px !important;
    background: rgba(30,41,59,0.12);
    color: #e0e7ff !important;
    border: 1.5px solid #2563eb !important;
}

.main-info-card a {
    color: #60a5fa !important;
    font-weight: 600;
}

.main-info-card a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.feature-icon {
    font-size: 1.7rem;
    color: #60a5fa;
    margin-bottom: 8px;
    transition: color 0.3s;
}

.feature-card:hover .feature-icon {
    color: #38bdf8;
    animation: iconBounce 0.7s;
}

@keyframes iconBounce {
    0% { transform: scale(1); }
    30% { transform: scale(1.3); }
    60% { transform: scale(0.9); }
    100% { transform: scale(1); }
}

.animated {
    animation: fadeInUp 1.2s cubic-bezier(.4,0,.2,1);
}

.lux-drop-item {
    opacity: 0;
    transform: translateY(40px);
    animation: luxDropFade 1.1s cubic-bezier(.4,0,.2,1) forwards;
}

.lux-drop-item:nth-child(1) { animation-delay: 0.12s; }
.lux-drop-item:nth-child(2) { animation-delay: 0.24s; }
.lux-drop-item:nth-child(3) { animation-delay: 0.36s; }
.lux-drop-item:nth-child(4) { animation-delay: 0.48s; }
.lux-drop-item:nth-child(5) { animation-delay: 0.60s; }
.lux-drop-item:nth-child(6) { animation-delay: 0.72s; }
.lux-drop-item:nth-child(7) { animation-delay: 0.84s; }
.lux-drop-item:nth-child(8) { animation-delay: 0.96s; }
.lux-drop-item:nth-child(9) { animation-delay: 1.08s; }
.lux-drop-item:nth-child(10) { animation-delay: 1.20s; }

@keyframes luxDropFade {
    0% { opacity: 0; transform: translateY(40px) scale(0.98); filter: blur(2px); }
    60% { opacity: 1; transform: translateY(-6px) scale(1.03); filter: blur(0.5px); }
    80% { opacity: 1; transform: translateY(2px) scale(0.99); filter: blur(0); }
    100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

/* Section titles: "dropped into the box" effect (replayed by JS when sections switch) */
.lux-drop-title {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transform-origin: 50% 0%;
    will-change: transform, opacity, filter;
}

.lux-drop-title.lux-drop-title--pre {
    opacity: 0;
    transform: translateY(-12px) scale(0.985);
    filter: blur(0.6px);
}

.lux-drop-title.lux-drop-title--play {
    animation: luxTitlePopGlow 1.12s cubic-bezier(.2, .85, .2, 1) both;
}

@keyframes luxTitlePopGlow {
    0% {
        opacity: 0;
        transform: translateY(-12px) scale(0.985);
        filter: blur(0.6px);
        text-shadow: 0 0 0 #2563eb00;
    }
    55% {
        opacity: 1;
        transform: translateY(0) scale(1.018);
        filter: blur(0);
        text-shadow: 0 8px 22px #2563eb2b, 0 0 10px #38bdf822;
    }
    78% {
        opacity: 1;
        transform: translateY(0) scale(0.999);
        text-shadow: 0 6px 18px #2563eb22, 0 0 8px #38bdf81a;
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        text-shadow: 0 4px 24px #2563eb44;
    }
}

.lux-drop-title.lux-drop-title--play::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -40%;
    width: 24%;
    height: 120%;
    background: linear-gradient(90deg, transparent 0%, #38bdf833 50%, transparent 100%);
    transform: skewX(-18deg);
    animation: luxTitleShine 0.95s ease-out 0.18s 1;
    pointer-events: none;
}

@keyframes luxTitleShine {
    0% { left: -40%; opacity: 0; }
    20% { opacity: 1; }
    100% { left: 120%; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .lux-drop-title.lux-drop-title--pre {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
    .lux-drop-title.lux-drop-title--play {
        animation: none !important;
    }
    .lux-drop-title.lux-drop-title--play::after {
        animation: none !important;
        opacity: 0 !important;
    }
}

/* Photos grid: center the row so the gallery is visually centered */
#photosGallery {
    justify-content: center;
}

/* Force Photos title centered like other sections */
#photosContent .deluxe-photos-title {
    width: 100%;
    text-align: center !important;
}

/* Home quick highlight links */
.lux-home-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 8px auto 18px auto;
}

.lux-highlight-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(30, 41, 59, 0.72);
    border: 1px solid rgba(96, 165, 250, 0.22);
    color: #e0e7ff !important;
    text-decoration: none !important;
    font-weight: 650;
    letter-spacing: 0.3px;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    cursor: pointer;
}

button.lux-highlight-link {
    appearance: none;
    -webkit-appearance: none;
    background-clip: padding-box;
}

.lux-highlight-link i {
    color: #60a5fa;
}

.lux-highlight-link:hover {
    background: rgba(37, 99, 235, 0.16);
    box-shadow: 0 10px 28px #2563eb2a;
    transform: translateY(-1px);
}

/* Track & Trace helper text */
.lux-helper-text {
    color: #e0e7ff;
    font-size: 1.02rem;
    text-align: center;
    opacity: 0.95;
}

.lux-helper-text .lux-example {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 10px;
    background: rgba(30, 41, 59, 0.72);
    border: 1px solid rgba(96, 165, 250, 0.22);
    letter-spacing: 0.8px;
}

/* Prices quick overview (auto-filled from existing prices text) */
.lux-prices-quick {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 auto 18px auto;
    max-width: 980px;
}

.lux-prices-quick .lux-price-chip {
    text-align: left;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(30, 41, 59, 0.68);
    border: 1px solid rgba(96, 165, 250, 0.20);
    box-shadow: 0 10px 28px #2563eb22;
}

.lux-prices-quick .lux-price-chip .lux-chip-title {
    font-weight: 800;
    color: #60a5fa;
    letter-spacing: 0.6px;
    margin-bottom: 6px;
}

.lux-prices-quick .lux-price-chip .lux-chip-body {
    color: #e0e7ff;
    font-size: 1.03rem;
    line-height: 1.35;
}

@media (max-width: 991px) {
    .lux-prices-quick {
        grid-template-columns: 1fr;
        max-width: 520px;
    }
}

/* Photos: subtle professional hover */
.deluxe-photo-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.deluxe-photo-img {
    transition: transform 0.28s ease;
}

.deluxe-photo-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 44px #2563eb33, 0 6px 20px #0003 !important;
}

.deluxe-photo-card:hover .deluxe-photo-img {
    transform: scale(1.03);
}

/* Contact: phone/email as CTA chips */
.lux-contact-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(30, 41, 59, 0.65);
    border: 1px solid rgba(96, 165, 250, 0.25);
    box-shadow: 0 10px 28px #2563eb1f;
}

.lux-contact-cta:hover {
    color: #fff !important;
    background: rgba(37, 99, 235, 0.16);
    text-decoration: none !important;
}

/* Lux polish: subtle accents on key elements (no new colors) */
.lux-highlight-link,
.lux-prices-quick .lux-price-chip,
.lux-contact-cta,
.deluxe-photo-card {
    position: relative;
    overflow: hidden;
}

.lux-highlight-link::before,
.lux-prices-quick .lux-price-chip::before,
.lux-contact-cta::before,
.deluxe-photo-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.28), rgba(56, 189, 248, 0.16), rgba(37, 99, 235, 0.22));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.lux-highlight-link::after,
.lux-prices-quick .lux-price-chip::after,
.lux-contact-cta::after,
.deluxe-photo-card::after {
    content: '';
    position: absolute;
    top: -25%;
    left: -60%;
    width: 38%;
    height: 160%;
    background: linear-gradient(90deg, transparent 0%, rgba(56, 189, 248, 0.14) 50%, transparent 100%);
    transform: skewX(-18deg);
    opacity: 0;
    pointer-events: none;
}

.lux-highlight-link:hover::after,
.lux-prices-quick .lux-price-chip:hover::after,
.lux-contact-cta:hover::after,
.deluxe-photo-card:hover::after {
    opacity: 1;
    animation: luxPolishShine 1.05s ease-out 1;
}

@keyframes luxPolishShine {
    0% { left: -60%; opacity: 0; }
    15% { opacity: 1; }
    100% { left: 140%; opacity: 0; }
}

/* Slightly richer chips/cards */
.lux-prices-quick .lux-price-chip {
    backdrop-filter: blur(10px);
}

.lux-prices-quick .lux-price-chip:hover {
    transform: translateY(-2px);
}

.lux-prices-quick .lux-chip-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.lux-prices-quick .lux-chip-title::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, rgba(56, 189, 248, 0.85), rgba(37, 99, 235, 0.55));
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.22);
}

/* Headings: add a clean accent underline */
.lux-drop-title {
    padding-bottom: 10px;
}

.lux-drop-title::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(220px, 70%);
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(96, 165, 250, 0.0), rgba(96, 165, 250, 0.75), rgba(56, 189, 248, 0.65), rgba(96, 165, 250, 0.0));
    opacity: 0.75;
}

@media (max-width: 600px) {
    .lux-drop-title::before {
        width: min(180px, 78%);
    }
}

.lux-drop-item {
    font-size: 1.22rem;
    font-weight: 500;
    color: #e0e7ff;
    background: linear-gradient(90deg, #172554 0%, #2563eb 100%);
    border-radius: 18px;
    box-shadow: 0 2px 12px #2563eb33, 0 0 18px #38bdf855;
    margin: 18px 0;
    padding: 18px 28px;
    letter-spacing: 0.5px;
    text-align: left;
    transition: box-shadow 0.22s, transform 0.22s;
}

.lux-drop-item:hover {
    box-shadow: 0 8px 32px #2563eb55, 0 2px 8px #38bdf855;
    transform: scale(1.02);
}

@media (max-width: 600px) {
    .lux-drop-item {
        font-size: 1.05rem;
        padding: 12px 8px;
        border-radius: 12px;
    }
}

body {
    background: #172554;
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    min-height: 100vh;
}

.navbar {
    background: linear-gradient(90deg, #172554 0%, #2563eb 100%);
    box-shadow: 0 4px 24px rgba(30,41,59,0.18);
    border-radius: 0 0 22px 22px;
    padding: 0.25rem 0;
    min-height: 60px;
    position: sticky;
    top: 0;
    z-index: 100;
    transition: box-shadow 0.2s;
}

.navbar-brand {
    font-size: 1.55rem;
    letter-spacing: 2px;
    font-weight: 900;
    background: linear-gradient(90deg, #60a5fa, #fff 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    text-shadow: 0 2px 12px #2563eb44;
}

.navbar-brand i {
    font-size: 1.55rem;
    color: #38bdf8;
    background: #172554;
    border-radius: 10px;
    padding: 3px 8px;
    box-shadow: 0 2px 8px #2563eb33;
}

.navbar-nav {
    gap: 0.7rem;
}

.nav-link {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.08rem;
    color: #e0e7ff !important;
    border-radius: 9px;
    padding: 0.38rem 1.1rem !important;
    margin: 0 0.08rem;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}

.nav-link.active, .nav-link:hover, .nav-link:focus {
    background: linear-gradient(90deg, #2563eb55 0%, #38bdf855 100%);
    color: #fff !important;
    box-shadow: 0 2px 12px #2563eb22;
}

.btn-outline-primary {
    border-radius: 9px;
    font-weight: 700;
    padding: 0.38rem 1.2rem;
    border-width: 2.5px;
    font-size: 1.08rem;
    color: #fff !important;
    border-color: #60a5fa;
    background: linear-gradient(90deg, #2563eb 0%, #38bdf8 100%);
    box-shadow: 0 2px 12px #2563eb22;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    background: #fff;
    color: #2563eb !important;
    border-color: #fff;
    box-shadow: 0 4px 24px #38bdf822;
}

.hero {
    background: linear-gradient(120deg, #172554 0%, #2563eb 100%);
    color: #fff;
    padding: 0;
    min-height: 220px;
    border-radius: 32px;
    box-shadow: 0 12px 48px rgba(30,41,59,0.22);
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    animation: heroFade 2s cubic-bezier(.4,0,.2,1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-info-card {
    background: linear-gradient(120deg, #172554 0%, #1e293b 100%);
    color: #e0e7ff;
    border-radius: 28px;
    box-shadow: 0 8px 32px rgba(30,41,59,0.22);
    border: none;
    padding: 2.5rem 2.2rem 2.2rem 2.2rem;
}

.main-info-card h2, .main-info-card h4 {
    color: #60a5fa;
    text-shadow: 0 2px 12px #2563eb55;
}

.main-info-card h2 {
    font-size: 2.3rem;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.main-info-card h4 {
    font-size: 1.4rem;
    font-weight: 700;
}

.main-info-card .alert-warning {
    background: linear-gradient(90deg, #facc15 0%, #fef08a 100%);
    color: #92400e;
    border-radius: 12px;
    font-weight: 600;
}

.main-info-card .border {
    border-radius: 12px !important;
    background: rgba(255,255,255,0.04);
    color: #e0e7ff;
}

.main-info-card a {
    color: #60a5fa;
    font-weight: 600;
}

.main-info-card a:hover {
    color: #fff;
    text-decoration: underline;
}

@keyframes heroFade {
    0% { opacity: 0; transform: scale(1.05); }
    100% { opacity: 1; transform: scale(1); }
}

.hero-content {
    position: relative;
    z-index: 2;
    backdrop-filter: blur(2px);
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.hero-logo {
    display: block;
    margin: 0 auto 10px auto;
    height: 54px;
    width: auto;
    border-radius: 10px;
    box-shadow: 0 2px 12px #2563eb22;
    background: #e0e7ff;
}

.hero h1 {
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 28px;
    text-shadow: 0 8px 32px rgba(0,0,0,0.22);
    background: linear-gradient(90deg, #38bdf8, #2563eb);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeInUp 1.2s cubic-bezier(.4,0,.2,1);
}

.hero p {
    font-size: 1.7rem;
    margin-bottom: 38px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.18);
    animation: fadeInUp 1.6s cubic-bezier(.4,0,.2,1);
}

.btn-primary {
    background: linear-gradient(90deg, #2563eb 0%, #38bdf8 100%);
    border: none;
    font-weight: 600;
    box-shadow: 0 2px 12px rgba(59,130,246,0.18);
    transition: box-shadow 0.2s, transform 0.2s;
}

.btn-primary:hover {
    box-shadow: 0 8px 32px rgba(59,130,246,0.28);
    transform: scale(1.05);
}

.feature-card {
    border-radius: 18px;
    box-shadow: 0 2px 10px rgba(59,130,246,0.08);
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(3px);
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #e0e7ff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    padding: 16px 18px !important;
    margin-bottom: 10px !important;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: -40px; left: -40px;
    width: 120px; height: 120px;
    background: radial-gradient(circle, #38bdf8 0%, transparent 70%);
    opacity: 0.18;
    z-index: 0;
}

.feature-card:hover {
    transform: translateY(-12px) scale(1.04);
    box-shadow: 0 12px 48px rgba(59,130,246,0.22);
    border-color: #38bdf8;
}

.feature-icon {
    font-size: 1.7rem;
    color: #2563eb;
    margin-bottom: 8px;
    transition: color 0.3s;
}

.feature-card:hover .feature-icon {
    color: #38bdf8;
    animation: iconBounce 0.7s;
}

@keyframes iconBounce {
    0% { transform: scale(1); }
    30% { transform: scale(1.3); }
    60% { transform: scale(0.9); }
    100% { transform: scale(1); }
}

.nav-link {
    font-weight: 600;
    letter-spacing: 1px;
    transition: color 0.2s;
}

.nav-link:hover {
    color: #2563eb;
}

.animated {
    animation: fadeInUp 1.2s cubic-bezier(.4,0,.2,1);
}

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 575.98px) {
    #homeContent .card,
    #shipmentDatesContent .card,
    #termsContent .card,
    #packingListContent .card,
    #trackTraceContent .card,
    #pricesContent .card,
    #faqContent .card,
    #contactContent .card {
        margin-left: 8px !important;
        margin-right: 8px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

.lux-navbar {
    background: linear-gradient(90deg, #172554 0%, #2563eb 100%) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.22), 0 1.5px 6px #0002;
    border-radius: 0 0 18px 18px;
    backdrop-filter: blur(10px);
    z-index: 1000;
    min-height: 64px;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    position: sticky;
    top: 0;
    transition: box-shadow 0.22s, background 0.22s;
}

.navbar-brand span {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #38bdf8;
    text-shadow: 0 2px 12px #2563eb55;
}

.navbar-nav .nav-link {
    position: relative;
    font-size: 1.08rem;
    padding: 0.7rem 1.1rem;
    color: #fff !important;
    border-radius: 8px;
    margin: 0 2px;
    transition: color 0.25s, background 0.25s, text-shadow 0.25s;
}

.navbar-nav .nav-link::after {
    content: '';
    display: block;
    position: absolute;
    left: 18%; right: 18%; bottom: 7px;
    height: 2.5px;
    background: linear-gradient(90deg, #38bdf8 0%, #2563eb 100%);
    border-radius: 2px;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(.68,-0.55,.27,1.55);
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    color: #38bdf8 !important;
    background: #172554cc;
    text-shadow: 0 2px 12px #38bdf855, 0 0 8px #2563eb55;
}

.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link:focus::after {
    transform: scaleX(1);
}

.navbar-nav .nav-link.active {
    color: #facc15 !important;
    background: #2563ebcc;
    font-weight: bold;
}

.navbar .btn {
    transition: box-shadow 0.22s, background 0.22s, color 0.22s;
    border-radius: 8px;
    font-weight: 600;
}

.navbar .btn:hover {
    box-shadow: 0 2px 12px #38bdf855, 0 0 8px #2563eb55;
    background: #2563eb;
    color: #fff;
}

.deluxe-hamburger .hamburger-box {
    width: 38px;
    height: 38px;
    display: inline-block;
    position: relative;
}

.deluxe-hamburger .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    width: 32px;
    height: 4px;
    background: linear-gradient(90deg, #38bdf8 0%, #2563eb 100%);
    border-radius: 4px;
    box-shadow: 0 2px 12px #2563eb55;
    transition: background 0.3s, transform 0.4s cubic-bezier(.68,-0.55,.27,1.55);
}

.deluxe-hamburger .hamburger-inner::before,
.deluxe-hamburger .hamburger-inner::after {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 4px;
    background: linear-gradient(90deg, #38bdf8 0%, #2563eb 100%);
    border-radius: 4px;
    transition: transform 0.4s cubic-bezier(.68,-0.55,.27,1.55), background 0.3s;
}

.deluxe-hamburger .hamburger-inner::before {
    top: -10px;
    box-shadow: 0 1px 8px #38bdf855;
}

.deluxe-hamburger .hamburger-inner::after {
    bottom: -10px;
    box-shadow: 0 1px 8px #38bdf855;
}

.deluxe-hamburger[aria-expanded="true"] .hamburger-inner {
    background: #2563eb;
    transform: rotate(45deg);
}

.deluxe-hamburger[aria-expanded="true"] .hamburger-inner::before {
    transform: translateY(10px) rotate(90deg);
    background: #2563eb;
}

.deluxe-hamburger[aria-expanded="true"] .hamburger-inner::after {
    transform: translateY(-10px) rotate(90deg);
    background: #2563eb;
}

@media (max-width: 991.98px) {
    .navbar-nav {
        flex-direction: column !important;
        width: 100%;
    }
    .navbar-nav .nav-item {
        width: 100%;
    }
    .navbar-nav .nav-link {
        width: 100%;
        text-align: left;
        padding-left: 1.5rem !important;
    }
    .navbar-collapse {
        background: linear-gradient(90deg, #2563eb 0%, #38bdf8 100%);
        border-radius: 0 0 18px 18px;
        box-shadow: 0 4px 24px #2563eb22;
    }
    .navbar .btn {
        margin-top: 1rem;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand, .navbar-brand span {
        font-size: 1.1rem;
    }
    .navbar-nav .nav-link {
        font-size: 1rem;
    }
}

.packinglist-btn-custom {
    animation: packingListBtnPulse 2.2s infinite cubic-bezier(.4,0,.2,1);
    box-shadow: 0 0 18px 6px #60a5fa55, 0 0 32px 12px #38bdf855, 0 8px 24px #2563eb33;
    position:relative;
    z-index:2;
}

.packinglist-btn-glow::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 180%;
    background: radial-gradient(circle, #38bdf8 0%, transparent 70%);
    opacity: 0.22;
    z-index: 1;
    border-radius: 22px;
    pointer-events: none;
}

@keyframes packingListBtnPulse {
    0% { transform: scale(1); box-shadow: 0 0 18px 6px #60a5fa55, 0 0 32px 12px #38bdf855, 0 8px 24px #2563eb33; }
    50% { transform: scale(1.05); box-shadow: 0 0 24px 10px #38bdf855, 0 0 36px 14px #60a5fa55, 0 10px 40px #2563eb33; }
    100% { transform: scale(1); box-shadow: 0 0 18px 6px #60a5fa55, 0 0 32px 12px #38bdf855, 0 8px 24px #2563eb33; }
}

.packinglist-btn-custom:hover, .packinglist-btn-custom:focus {
    background: linear-gradient(90deg, #2563eb 0%, #172554 100%);
    color: #facc15 !important;
    box-shadow: 0 0 48px 18px #60a5fa55, 0 0 32px 12px #38bdf855, 0 12px 48px #2563eb33;
    animation: none;
}

.packinglist-btn-custom i {
    transition: color 0.3s;
}

.packinglist-btn-custom:hover i {
    color: #fff;
}

@media (max-width: 600px) {
    #boxSearchForm {
        flex-direction: column;
        gap: 10px;
        padding: 10px 6px;
        max-width: 98vw;
    }
    #boxSearchInput, #boxSearchForm button {
        width: 100%;
        min-width: 0;
        font-size: 1rem;
    }
}

.order-btn-custom {
    animation: orderBtnPulse 2.2s infinite cubic-bezier(.4,0,.2,1);
    box-shadow: 0 0 10px 3px #60a5fa55, 0 0 14px 5px #38bdf855, 0 3px 10px #2563eb33;
    position:relative;
    z-index:2;
}

.order-btn-glow::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 120%;
    background: radial-gradient(circle, #38bdf8 0%, transparent 70%);
    opacity: 0.18;
    z-index: 1;
    border-radius: 14px;
    pointer-events: none;
}

@keyframes orderBtnPulse {
    0% { transform: scale(1); box-shadow: 0 0 10px 3px #60a5fa55, 0 0 14px 5px #38bdf855, 0 3px 10px #2563eb33; }
    50% { transform: scale(1.03); box-shadow: 0 0 14px 5px #38bdf855, 0 0 18px 7px #60a5fa55, 0 6px 18px #2563eb33; }
    100% { transform: scale(1); box-shadow: 0 0 10px 3px #60a5fa55, 0 0 14px 5px #38bdf855, 0 3px 10px #2563eb33; }
}

.order-btn-custom:hover, .order-btn-custom:focus {
    background: linear-gradient(90deg, #2563eb 0%, #172554 100%);
    color: #facc15 !important;
    box-shadow: 0 0 24px 8px #60a5fa55, 0 0 18px 6px #38bdf855, 0 8px 24px #2563eb33;
    animation: none;
}

.order-btn-custom i {
    transition: color 0.3s;
}

.order-btn-custom:hover i {
    color: #fff;
}

@media (max-width: 600px) {
    .order-btn-custom.order-pickup-btn {
        font-size: 0.82rem !important;
        padding: 0.42rem 0.75rem !important;
        border-radius: 12px !important;
        gap: 6px !important;
    }
    .order-btn-custom.order-pickup-btn i {
        font-size: 0.85em !important;
    }
}

.faq-dropdown {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #334155;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: #60a5fa;
    text-align: left;
    font-size: 1.15rem;
    font-weight: 700;
    padding: 18px 0 12px 0;
    cursor: pointer;
    outline: none;
    transition: color 0.2s;
}

.faq-question.active {
    color: #38bdf8;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s;
    color: #e0e7ff;
    font-size: 1.05rem;
    padding: 0 0;
}

.faq-answer.open {
    max-height: 300px;
    padding: 0 0 16px 0;
}

@media (max-width: 600px) {
    .faq-dropdown { max-width: 100%; }
    .faq-question { font-size: 1rem; }
    .faq-answer { font-size: 0.98rem; }
}

@media (max-width: 600px) {
    .lux-prices-card {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto !important;
        border-radius: 16px !important;
        padding: 12px 8px !important;
        box-sizing: border-box !important;
        box-shadow: 0 4px 18px #2563eb33;
        overflow-x: hidden !important;
        text-align: center !important;
    }
    .lux-prices-card .editable-section {
        font-size: 1.05rem !important;
        text-align: left !important;
        padding: 0 !important;
    }
    .lux-prices-card h2, .lux-prices-card h4 {
        font-size: 1.35rem !important;
        text-align: center !important;
        margin-bottom: 1.2rem !important;
    }
}

.lux-prices-card {
    background: linear-gradient(120deg, #172554 0%, #1e293b 100%) !important;
    color: #e0e7ff !important;
    border-radius: 32px !important;
    box-shadow: 0 0 18px 6px #60a5fa55, 0 0 32px 12px #38bdf855, 0 8px 24px #2563eb33 !important;
    border: 2px solid #60a5fa !important;
    text-align: center;
    margin: 48px auto 0 auto;
    max-width: 700px;
}

.lux-prices-card, .lux-contact-card, .main-info-card {
    overflow-x: auto;
    max-width: 100vw;
}

html, body {
    overflow-x: hidden !important;
    width: 100vw;
}

@media (max-width: 991.98px) {
    html, body {
        overflow-x: hidden !important;
        width: 100vw;
    }
    .container, .container-fluid, .row, .main-info-card, .lux-prices-card, .lux-contact-card {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }
    [class*="col-"] {
        max-width: 100vw !important;
        box-sizing: border-box;
    }
}

.lux-prices-card h2 {
    color: #60a5fa !important;
    font-weight: 900;
    font-size: 2.4rem;
    letter-spacing: 1.5px;
    text-shadow: 0 4px 24px #2563eb44;
}

.lux-prices-card .editable-section {
    color: #e0e7ff !important;
    font-size: 1.18rem;
    min-height: 48px;
    word-break: break-word;
    text-align: inherit;
}

.ql-align-center { text-align: center !important; }
.ql-align-right { text-align: right !important; }
.ql-align-left { text-align: left !important; }

.lux-prices-card .edit-btn {
    margin-top: 18px;
}

.lux-contact-card .lux-icon i { animation: luxPulse 1.2s infinite alternate; }

@keyframes luxPulse {
    0% { filter: drop-shadow(0 0 8px #60a5fa); transform: scale(1); }
    100% { filter: drop-shadow(0 0 24px #38bdf8); transform: scale(1.08); }
}

.lux-contact-card .lux-info a:hover { color: #60a5fa !important; }
.lux-contact-card { transition: box-shadow 0.3s, background 0.3s, border 0.3s; }
.lux-contact-card:hover { box-shadow: 0 24px 80px #2563eb44; background: rgba(30,41,59,0.72); border-color: #60a5fa; }
.lux-contact-card { background: rgba(30,41,59,0.55); backdrop-filter: blur(16px); border: 2px solid #60a5fa; box-shadow: 0 0 18px 6px #60a5fa55, 0 0 32px 12px #38bdf855, 0 8px 24px #2563eb33; }

.lux-map-container {
    border-radius: 32px;
    overflow: visible;
    box-shadow: 0 20px 60px rgba(30,41,59,0.22), 0 0 0 8px #60a5fa33;
    position: relative;
    transition: box-shadow 0.4s, transform 0.4s;
}

.lux-map-outer {
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 32px #38bdf855, 0 0 32px 12px #38bdf833;
    transition: transform 0.4s cubic-bezier(.4,2,.6,1), box-shadow 0.4s;
}

.lux-map-outer:hover {
    transform: scale(1.025) rotate(-0.5deg);
    box-shadow: 0 32px 80px #2563eb66, 0 0 0 12px #60a5fa55;
}

.lux-map-iframe {
    border: none;
    width: 100%;
    height: 570px;
    filter: grayscale(0.03) brightness(0.98) contrast(1.13) drop-shadow(0 0 16px #60a5fa33);
    transition: filter 0.4s;
}

.lux-map-glow {
    animation: luxMapGlowPulse 2.5s infinite alternate;
}

@keyframes luxMapGlowPulse {
    0% { box-shadow: 0 20px 60px 0 rgba(30,41,59,0.22), 0 0 0 8px #60a5fa33, 0 0 32px 8px #38bdf855; }
    100% { box-shadow: 0 32px 80px 0 #2563eb66, 0 0 0 16px #60a5fa55, 0 0 64px 16px #38bdf855; }
}

.lux-anim-bounce i { animation: luxBounce 1.2s infinite alternate; }

@keyframes luxBounce {
    0% { transform: translateY(0) scale(1); }
    100% { transform: translateY(-8px) scale(1.08); }
}

@media (max-width: 767px) {
    #contactFields {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
    .lux-map-container {
        margin-top: 18px !important;
        margin-bottom: 18px !important;
        border-radius: 22px !important;
    }
    .lux-map-outer {
        border-radius: 22px !important;
    }
    .lux-icon.mb-3, .lux-icon.mt-4.mb-3 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.2rem !important;
    }
    .lux-icon i {
        font-size: 2.5rem !important;
    }
    .lux-info {
        min-height: 64px !important;
        font-size: 1.12rem !important;
    }
}
