/* ==========================================================================
   أوركا للرحلات البحرية — Design System
   Font: IBM Plex Sans Arabic | Theme: Navy & Gold on White
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&display=swap');

/* ── Variables ─────────────────────────────────────────────────────────── */
:root {
    --navy:        #0B2D5E;
    --navy-light:  #1A4A8A;
    --navy-dark:   #071D3D;
    --gold:        #C9A227;
    --gold-light:  #E8C357;
    --ocean:       #0077B6;
    --ocean-light: #00B4D8;
    --white:       #FFFFFF;
    --off-white:   #F8FAFC;
    --gray-50:     #F1F5F9;
    --gray-100:    #E2E8F0;
    --gray-400:    #94A3B8;
    --gray-600:    #475569;
    --gray-800:    #1E293B;
    --whatsapp:    #25D366;
    --whatsapp-dk: #128C7E;

    --radius-sm:   6px;
    --radius-md:   12px;
    --radius-lg:   20px;
    --radius-xl:   28px;
    --radius-full: 9999px;

    --shadow-sm: 0 1px 3px rgba(11,45,94,.06), 0 1px 2px rgba(11,45,94,.04);
    --shadow-md: 0 4px 16px rgba(11,45,94,.08), 0 2px 6px rgba(11,45,94,.04);
    --shadow-lg: 0 12px 32px rgba(11,45,94,.12), 0 4px 12px rgba(11,45,94,.06);
    --shadow-xl: 0 20px 48px rgba(11,45,94,.16);

    --transition: 0.28s cubic-bezier(.4,0,.2,1);
    --header-h:   72px;
    --container:  1200px;
}

/* ── Reset ──────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    background: var(--white);
    color: var(--gray-800);
    line-height: 1.65;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a  { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ── Utilities ─────────────────────────────────────────────────────────── */
.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 20px;
}
.hidden { display: none !important; }
.highlight { color: var(--ocean); }
.hero-brand { color: var(--gold-light); }

/* ── Section Titles ─────────────────────────────────────────────────────── */
.section-title {
    text-align: center;
    margin-bottom: 48px;
}
.section-title .sub-title {
    display: block;
    color: var(--ocean);
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-title h2 {
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    font-weight: 700;
    color: var(--navy);
}
.title-underline {
    width: 56px;
    height: 4px;
    background: var(--gold);
    margin: 14px auto 0;
    border-radius: var(--radius-full);
}

/* ── Buttons ─────────────────────────────────────────────────────────────── */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 26px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--radius-md);
    transition: var(--transition);
    white-space: nowrap;
}
.btn:active { transform: scale(.97); }

.btn-primary   { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(201,162,39,.35); }

.btn-dark      { background: var(--navy); color: var(--white); }
.btn-dark:hover { background: var(--navy-light); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(11,45,94,.25); }

.btn-ghost     { background: rgba(255,255,255,.12); color: var(--white); border: 1.5px solid rgba(255,255,255,.35); backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255,255,255,.22); transform: translateY(-2px); }

.btn-whatsapp  { background: var(--whatsapp); color: var(--white); }
.btn-whatsapp:hover { background: var(--whatsapp-dk); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,.35); }

.btn-full  { width: 100%; }
.btn-large { padding: 15px 32px; font-size: 1.05rem; }

.btn-nav {
    padding: 8px 18px;
    font-size: .9rem;
    border-radius: var(--radius-full);
}

/* ══════════════════════════════════════════════════════════════════════════
   HEADER
══════════════════════════════════════════════════════════════════════════ */
.main-header {
    position: fixed;
    top: 0; right: 0; left: 0;
    z-index: 1000;
    height: var(--header-h);
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--gray-100);
    transition: var(--transition);
}
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    text-decoration: none;
}
.logo-img {
    height: 48px;
    width: auto;
    object-fit: contain;
}
.logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}
.logo-text .brand-name {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.3px;
}
.logo-text .brand-name .highlight {
    color: var(--ocean);
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}
.logo-text .brand-sub {
    font-size: 0.72rem;
    color: var(--gray-600);
    font-weight: 500;
}

/* Nav */
.main-nav ul {
    display: flex;
    gap: 6px;
    align-items: center;
}
.nav-link {
    padding: 8px 14px;
    border-radius: var(--radius-full);
    font-size: .92rem;
    font-weight: 600;
    color: var(--gray-600);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.nav-link i {
    font-size: 0.88rem;
    color: var(--ocean);
}
.nav-link:hover, .nav-link.active {
    color: var(--navy);
    background: var(--gray-50);
}
.nav-link.active i {
    color: var(--gold);
}

.header-cta { display: flex; align-items: center; gap: 12px; }

/* Mobile toggle */
.mobile-menu-btn {
    display: none;
    font-size: 1.3rem;
    color: var(--navy);
    padding: 8px 12px;
    border-radius: var(--radius-md);
    background: var(--gray-50);
    border: 1px solid var(--gray-100);
    transition: var(--transition);
}
.mobile-menu-btn:hover { background: var(--gray-100); }

/* Overlay */
.nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(7,20,40,.55);
    z-index: 999;
    backdrop-filter: blur(4px);
}
.nav-overlay.active { display: block; }

/* ══════════════════════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════════════════════ */
.hero-section {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    padding-top: var(--header-h);
    text-align: center;
    color: var(--white);
    overflow: hidden;
}
.hero-content { max-width: 780px; padding: 40px 20px; }

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201,162,39,.18);
    border: 1px solid rgba(201,162,39,.4);
    color: var(--gold-light);
    padding: 7px 18px;
    border-radius: var(--radius-full);
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 22px;
}
.hero-title {
    font-size: clamp(2rem, 5.5vw, 3.4rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.hero-subtitle {
    font-size: clamp(.95rem, 2vw, 1.2rem);
    font-weight: 400;
    opacity: .9;
    margin-bottom: 36px;
    line-height: 1.7;
}
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* Wave */
.hero-wave {
    position: absolute;
    bottom: -1px; left: 0;
    width: 100%;
    line-height: 0;
    transform: rotate(180deg);
}
.hero-wave svg { display: block; width: calc(100% + 1.3px); height: 55px; }
.hero-wave .shape-fill { fill: var(--white); }

/* Animations */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}
.animate-up { animation: fadeUp .7s ease both; }
.delay-1 { animation-delay: .15s; }
.delay-2 { animation-delay: .3s; }
.delay-3 { animation-delay: .45s; }

/* ══════════════════════════════════════════════════════════════════════════
   QUICK INFO BAR
══════════════════════════════════════════════════════════════════════════ */
.quick-info {
    position: relative;
    z-index: 10;
    margin-top: -36px;
    margin-bottom: 30px;
}
.quick-info-grid {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: 24px 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    border: 1px solid var(--gray-100);
}
.info-item { display: flex; align-items: center; gap: 14px; }
.info-icon {
    font-size: 1.4rem;
    color: var(--ocean);
    background: var(--gray-50);
    width: 50px; height: 50px;
    border-radius: var(--radius-md);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.info-text h3 { font-size: .95rem; font-weight: 600; color: var(--navy); margin-bottom: 2px; }
.info-text p  { font-size: .8rem; color: var(--gray-400); }

/* ══════════════════════════════════════════════════════════════════════════
   VALUE PROPOSITION
══════════════════════════════════════════════════════════════════════════ */
.value-section { padding: 72px 0; background: var(--off-white); }

.section-desc {
    max-width: 680px;
    margin: 20px auto 0;
    font-size: 1rem;
    color: var(--gray-600);
    line-height: 1.75;
    text-align: center;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.value-card {
    background: var(--white);
    padding: 30px 24px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-100);
    text-align: center;
    transition: var(--transition);
}
.value-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.value-icon {
    font-size: 2rem; color: var(--gold);
    margin-bottom: 16px;
    background: rgba(201,162,39,.1);
    width: 60px; height: 60px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
}
.value-card h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.value-card p  { font-size: .88rem; color: var(--gray-600); line-height: 1.65; }

/* Deposit Banner */
.deposit-banner {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    color: var(--white);
    padding: 14px 0;
}
.deposit-banner-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: .9rem;
    font-weight: 500;
}
.deposit-icon { font-size: 1.4rem; color: var(--gold); flex-shrink: 0; }
.deposit-banner strong { color: var(--gold-light); }

/* Captain capacity note */
.captain-note {
    display: block;
    font-size: .78rem;
    color: var(--ocean);
    font-weight: 500;
    margin-top: 2px;
}

/* Deposit chip on cards */
.deposit-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(201,162,39,.1);
    border: 1px solid rgba(201,162,39,.25);
    color: var(--navy);
    padding: 9px 14px;
    border-radius: var(--radius-md);
    font-size: .82rem;
    font-weight: 500;
}
.deposit-chip i { color: var(--gold); flex-shrink: 0; }
.deposit-chip strong { color: var(--navy); }
.deposit-chip-multi { flex-wrap: wrap; line-height: 1.4; }

/* Deposit row in calculator */
.deposit-row {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(201,162,39,.1);
    border: 1px solid rgba(201,162,39,.3);
    border-radius: var(--radius-sm);
    padding: 10px 14px;
    font-size: .88rem;
    color: var(--navy);
    font-weight: 500;
    margin-bottom: 14px;
}
.deposit-row i { color: var(--gold); }
.deposit-amount {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--gold);
    margin-right: auto;
}

/* ══════════════════════════════════════════════════════════════════════════
   PACKAGES
══════════════════════════════════════════════════════════════════════════ */
.packages-section { padding: 80px 0; }

.packages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    align-items: start;
}

/* Card */
.package-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--gray-100);
    transition: var(--transition);
    position: relative;
    display: flex;
    flex-direction: column;
}
.package-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--gray-100);
}

/* Badge */
.package-badge {
    position: absolute;
    top: 16px; right: 16px;
    padding: 5px 14px;
    border-radius: var(--radius-full);
    font-size: .75rem;
    font-weight: 700;
    z-index: 10;
    backdrop-filter: blur(4px);
}
.badge-gold { background: var(--gold); color: var(--navy); }
.badge-blue { background: var(--navy); color: var(--white); }

/* Slider */
.package-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--gray-100);
    flex-shrink: 0;
}
.slides-container { width: 100%; height: 100%; position: relative; }
.slide {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity .45s ease, visibility .45s ease;
    z-index: 1;
}
.slide.active { opacity: 1; visibility: visible; z-index: 2; }

.slider-btn {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    background: rgba(11,45,94,.55);
    color: var(--white);
    width: 34px; height: 34px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    z-index: 10;
    transition: var(--transition);
    font-size: .85rem;
}
.slider-btn:hover { background: var(--navy); color: var(--gold); }
.prev-btn { right: 12px; }
.next-btn { left: 12px; }

.slider-counter {
    position: absolute;
    bottom: 12px; left: 12px;
    background: rgba(11, 45, 94, 0.75);
    color: var(--white);
    padding: 4px 10px;
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 10;
    direction: ltr;
    pointer-events: none;
}

.slider-dots {
    position: absolute;
    bottom: 10px; left: 50%; transform: translateX(-50%);
    display: flex; gap: 6px; z-index: 10;
}
.slider-dots .dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,.45);
    cursor: pointer;
    transition: var(--transition);
}
.slider-dots .dot.active {
    background: var(--gold);
    transform: scale(1.3);
}

/* Package Body */
.package-body { padding: 26px; display: flex; flex-direction: column; flex-grow: 1; gap: 16px; }

.package-name { font-size: 1.35rem; font-weight: 700; color: var(--navy); }
.package-desc { font-size: .9rem; color: var(--gray-600); line-height: 1.6; }

.package-specs {
    display: flex; flex-direction: column; gap: 8px;
    padding: 14px 0;
    border-top: 1px solid var(--gray-100);
    border-bottom: 1px solid var(--gray-100);
}
.package-specs li {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: .88rem; color: var(--gray-800); font-weight: 500;
}
.package-specs li i { color: var(--ocean); width: 18px; flex-shrink: 0; margin-top: 2px; }

/* Trip Options Box */
.trip-options-box {
    background: var(--off-white);
    border-radius: var(--radius-md);
    padding: 18px;
    flex-grow: 1;
}
.box-title {
    font-size: .9rem; font-weight: 700; color: var(--navy);
    margin-bottom: 14px;
    display: flex; align-items: center; gap: 7px;
}
.box-title i { color: var(--gold); }

.trip-price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed var(--gray-100);
}
.trip-price-item:last-child { border-bottom: none; padding-bottom: 0; }
.trip-price-item.border-top-dash { border-top: 1px dashed var(--gray-100); margin-top: 6px; padding-top: 10px; }

.trip-info { display: flex; flex-direction: column; gap: 2px; max-width: 55%; }
.trip-info.text-highlight .trip-name { color: var(--ocean); font-weight: 700; }
.trip-name  { font-size: .86rem; font-weight: 600; color: var(--gray-800); }
.trip-hours { font-size: .75rem; color: var(--gray-400); }

.trip-price { text-align: left; display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.price-amount { font-size: 1.15rem; font-weight: 700; color: var(--navy); }
.currency { font-size: .72rem; color: var(--gray-400); }
.price-value-row { font-size: .8rem; color: var(--gray-600); }
.price-value-row strong { color: var(--navy); font-weight: 700; }
.weekend-note, .capacity-note { font-size: .72rem; color: var(--gray-400); display: block; }

/* ══════════════════════════════════════════════════════════════════════════
   FEATURES
══════════════════════════════════════════════════════════════════════════ */
.features-section { padding: 80px 0; background: var(--off-white); }

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.feature-card {
    background: var(--white);
    padding: 36px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-100);
    transition: var(--transition);
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.feature-icon { font-size: 2rem; color: var(--ocean); margin-bottom: 16px; }
.feature-card h3 { font-size: 1.15rem; color: var(--navy); font-weight: 700; margin-bottom: 10px; }
.feature-card p  { font-size: .9rem; color: var(--gray-600); line-height: 1.7; }

/* ══════════════════════════════════════════════════════════════════════════
   CALCULATOR
══════════════════════════════════════════════════════════════════════════ */
.calculator-section { padding: 80px 0; }
.calculator-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: start;
}

.calc-intro { font-size: 1.05rem; color: var(--gray-600); line-height: 1.7; margin-bottom: 24px; }

.calculator-notes {
    background: var(--off-white);
    border-right: 4px solid var(--ocean);
    padding: 18px 20px;
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    margin-bottom: 24px;
}
.calculator-notes h4 {
    font-size: .95rem; color: var(--navy); font-weight: 700;
    margin-bottom: 10px;
    display: flex; align-items: center; gap: 7px;
}
.calculator-notes ul { display: flex; flex-direction: column; gap: 7px; padding-right: 16px; }
.calculator-notes li { font-size: .86rem; color: var(--gray-600); list-style: disc; }

.contact-card-mini {
    display: flex; align-items: center; gap: 14px;
    padding: 14px 18px;
    background: var(--off-white);
    border-radius: var(--radius-md);
    border: 1px solid var(--gray-100);
    width: fit-content;
}
.avatar-icon { font-size: 2rem; color: var(--gold); }
.mini-info { display: flex; flex-direction: column; }
.mini-info span { font-size: .8rem; color: var(--gray-400); }
.phone-link { font-size: 1.2rem; font-weight: 700; color: var(--navy); }
.phone-link:hover { color: var(--ocean); }

/* Box */
.calculator-box {
    background: var(--white);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    padding: 36px;
    border: 1px solid var(--gray-100);
}
.form-group { margin-bottom: 22px; }
.form-group label {
    display: block;
    font-size: .9rem; font-weight: 600; color: var(--navy);
    margin-bottom: 8px;
}
.form-group select {
    width: 100%;
    padding: 13px 14px;
    font-family: inherit;
    font-size: .95rem;
    font-weight: 500;
    border: 1.5px solid var(--gray-100);
    border-radius: var(--radius-md);
    background: var(--off-white);
    color: var(--gray-800);
    outline: none;
    cursor: pointer;
    transition: var(--transition);
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2394A3B8' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 14px center;
}
.form-group select:focus { border-color: var(--ocean); background-color: var(--white); }

.label-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.current-value-badge {
    background: var(--navy);
    color: var(--white);
    padding: 4px 12px;
    border-radius: var(--radius-full);
    font-size: .82rem; font-weight: 600;
}

/* Range */
input[type="range"] { width: 100%; margin: 8px 0; -webkit-appearance: none; background: transparent; }
input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    background: var(--gray-100);
    border-radius: var(--radius-full);
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 22px; width: 22px;
    border-radius: 50%;
    background: var(--gold);
    margin-top: -8px;
    box-shadow: 0 2px 8px rgba(201,162,39,.4);
    transition: var(--transition);
}
input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.15); }
.range-labels { display: flex; justify-content: space-between; font-size: .78rem; color: var(--gray-400); }

/* Price receipt */
.price-display-wrapper {
    background: var(--off-white);
    border-radius: var(--radius-md);
    padding: 22px;
    margin-bottom: 22px;
    border: 1px solid var(--gray-100);
}
.price-item-row {
    display: flex; justify-content: space-between;
    font-size: .88rem; color: var(--gray-600);
    margin-bottom: 10px;
}
.price-item-row span:last-child { font-weight: 600; color: var(--gray-800); }

.price-total-row {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 14px; margin-top: 14px;
    border-top: 1.5px dashed var(--gray-100);
    margin-bottom: 14px;
}
.price-total-row span:first-child { font-size: 1rem; font-weight: 700; color: var(--navy); }
.total-price { font-size: 1.8rem; font-weight: 700; color: var(--ocean); }

.duration-badge-calc {
    display: flex; align-items: center; justify-content: center; gap: 7px;
    background: var(--navy);
    color: var(--white);
    padding: 9px 14px;
    border-radius: var(--radius-sm);
    font-size: .85rem; font-weight: 500;
}
.duration-badge-calc span { font-weight: 700; color: var(--gold-light); }

/* ══════════════════════════════════════════════════════════════════════════
   GALLERY
══════════════════════════════════════════════════════════════════════════ */
.gallery-section { padding: 80px 0; background: var(--off-white); }

.gallery-filter-buttons {
    display: flex; justify-content: center; gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}
.filter-btn {
    padding: 8px 20px;
    font-family: inherit;
    font-size: .9rem; font-weight: 600;
    border-radius: var(--radius-full);
    border: 1.5px solid var(--gray-100);
    background: var(--white);
    color: var(--gray-600);
    cursor: pointer;
    transition: var(--transition);
}
.filter-btn:hover, .filter-btn.active {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.gallery-item {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    height: 220px;
    cursor: pointer;
}
.gallery-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.gallery-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(transparent 40%, rgba(7,20,40,.85));
    color: var(--white);
    padding: 16px;
    display: flex; flex-direction: column; justify-content: flex-end;
    opacity: 0; transition: var(--transition);
}
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay h3 { font-size: .95rem; font-weight: 700; margin-bottom: 3px; }
.gallery-overlay p  { font-size: .78rem; opacity: .85; }

/* ══════════════════════════════════════════════════════════════════════════
   CONTACT
══════════════════════════════════════════════════════════════════════════ */
/* ── Packages Tabs ──────────────────────────────────────────────────────── */
.packages-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.tab-btn {
    padding: 10px 22px;
    background: var(--gray-50);
    border: 1px solid var(--gray-100);
    color: var(--gray-800);
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: var(--radius-md);
    transition: var(--transition);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.tab-btn:hover {
    background: var(--gray-100);
    color: var(--navy);
}
.tab-btn.active {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}

/* Category Section & Titles */
.category-section {
    margin-bottom: 56px;
    border-bottom: 1px solid var(--gray-100);
    padding-bottom: 48px;
}
.category-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.category-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 4px solid var(--gold);
    padding-right: 14px;
}
.category-title i {
    color: var(--ocean);
}

.shared-config-note {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(0, 119, 182, 0.08);
    border: 1px solid rgba(0, 119, 182, 0.15);
    padding: 16px 20px;
    border-radius: var(--radius-md);
    font-size: 0.9rem;
    color: var(--navy-light);
    margin-top: 32px;
    line-height: 1.5;
}
.shared-config-note i {
    font-size: 1.25rem;
    color: var(--ocean);
}

.southern-marinas-group {
    margin-top: 56px;
    border-top: 1px solid var(--gray-100);
    padding-top: 40px;
}
.southern-marinas-group .group-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.southern-marinas-group .group-title i {
    color: var(--gold);
}

.sub-form-group {
    border: 1px solid var(--gray-100);
    background: var(--off-white);
    padding: 12px 14px;
    border-radius: var(--radius-md);
}
.sub-form-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 8px;
}
.sub-form-group select {
    width: 100%;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--gray-100);
    background: var(--white);
    font-family: inherit;
    font-size: 0.85rem;
}
.margin-top-sm {
    margin-top: 12px;
}

.contact-section { padding: 80px 0; }
.contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    align-items: start;
}
.contact-info-block p { font-size: 1rem; color: var(--gray-600); line-height: 1.7; margin-bottom: 32px; }
.contact-details { display: flex; flex-direction: column; gap: 24px; margin-bottom: 32px; }
.contact-detail-item { display: flex; align-items: center; gap: 16px; }
.contact-icon {
    font-size: 1.2rem; color: var(--ocean);
    background: var(--gray-50);
    width: 46px; height: 46px;
    border-radius: var(--radius-md);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.contact-text { display: flex; flex-direction: column; }
.contact-text span:first-child { font-size: .8rem; color: var(--gray-400); }
.contact-text a, .contact-text span:last-child {
    font-size: 1.05rem; font-weight: 700; color: var(--navy);
}
.contact-text a:hover { color: var(--ocean); }

.cta-buttons-contact { display: flex; gap: 12px; flex-wrap: wrap; }

.contact-map {
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: var(--off-white);
    border: 1px solid var(--gray-100);
    box-shadow: var(--shadow-md);
}
.map-placeholder {
    padding: 48px 32px;
    display: flex; flex-direction: column; align-items: center;
    text-align: center; gap: 16px;
}
.map-placeholder-icon { font-size: 3.5rem; color: var(--ocean); }
.map-placeholder h3 { font-size: 1.3rem; color: var(--navy); font-weight: 700; }
.map-placeholder p  { font-size: .9rem; color: var(--gray-600); max-width: 300px; }

/* ══════════════════════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════════════════════ */
.main-footer {
    background: linear-gradient(180deg, #071D3D 0%, #041228 100%);
    color: var(--white);
    padding: 60px 0 24px;
    border-top: 4px solid var(--gold);
    margin-top: 60px;
}

.footer-top-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.1fr 1.2fr;
    gap: 40px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Brand col */
.footer-brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}
.footer-logo-img {
    height: 48px;
    width: auto;
}
.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.brand-text .brand-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--white);
}
.brand-text .highlight-gold {
    color: var(--gold-light);
    font-family: 'Outfit', sans-serif;
}
.brand-text .brand-tagline {
    font-size: 0.75rem;
    color: var(--gray-400);
}

.footer-about {
    font-size: 0.88rem;
    color: var(--gray-400);
    line-height: 1.7;
    margin-top: 4px;
}

.footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}
.social-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.social-icon:hover {
    transform: translateY(-3px);
}
.social-icon.wa:hover { background: var(--whatsapp); color: var(--white); border-color: var(--whatsapp); }
.social-icon.ph:hover { background: var(--ocean); color: var(--white); border-color: var(--ocean); }
.social-icon.map:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }

/* Headings */
.footer-heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(201, 162, 39, 0.4);
    width: fit-content;
}
.footer-heading i {
    color: var(--gold);
    font-size: 0.95rem;
}

/* Nav list */
.footer-nav-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-nav-list li a {
    font-size: 0.88rem;
    color: var(--gray-400);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}
.footer-nav-list li a i {
    font-size: 0.7rem;
    color: var(--ocean-light);
    transition: var(--transition);
}
.footer-nav-list li a:hover {
    color: var(--gold-light);
    transform: translateX(-4px);
}
.footer-nav-list li a:hover i {
    color: var(--gold);
}

/* Contact Info list */
.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.footer-contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.86rem;
    color: var(--gray-400);
}
.footer-contact-info li i {
    font-size: 1.1rem;
    color: var(--gold);
    margin-top: 3px;
    flex-shrink: 0;
}
.footer-contact-info li div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.footer-contact-info li span {
    font-size: 0.75rem;
    color: var(--gray-400);
}
.footer-contact-info .contact-link {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--white);
    direction: ltr;
    text-align: right;
    display: inline-block;
}
.footer-contact-info .contact-link:hover {
    color: var(--gold-light);
}
.footer-contact-info .wa-link {
    color: #25D366;
}

/* Bottom Bar */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    font-size: 0.82rem;
    color: var(--gray-400);
    flex-wrap: wrap;
    gap: 12px;
}
.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-bottom-links a {
    color: var(--gray-400);
    transition: var(--transition);
}
.footer-bottom-links a:hover {
    color: var(--gold-light);
}
.footer-bottom-links .dot {
    color: rgba(255, 255, 255, 0.2);
}

/* ══════════════════════════════════════════════════════════════════════════
   SHARE BUTTON & TOAST NOTIFICATION
══════════════════════════════════════════════════════════════════════════ */
.btn-share {
    background: var(--off-white);
    color: var(--navy);
    border: 1px solid var(--gray-100);
    padding: 9px 14px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.btn-share:hover {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
    transform: translateY(-2px);
}
.btn-share.btn-full {
    width: 100%;
    padding: 12px 18px;
    font-size: 0.95rem;
}

.orca-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: var(--navy-dark);
    color: var(--white);
    padding: 14px 28px;
    border-radius: var(--radius-full);
    box-shadow: 0 10px 30px rgba(7,20,40,0.4);
    font-size: 0.95rem;
    font-weight: 600;
    z-index: 9999;
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1.5px solid var(--gold);
    pointer-events: none;
}
.orca-toast i {
    color: var(--gold);
    font-size: 1.2rem;
}
.orca-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* ══════════════════════════════════════════════════════════════════════════
   MODAL
══════════════════════════════════════════════════════════════════════════ */
.image-modal {
    display: none;
    position: fixed; inset: 0;
    z-index: 2000;
    background: rgba(7,20,40,.93);
    padding: 60px 20px;
    overflow: auto;
}
.modal-content {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    max-height: 80vh;
    border-radius: var(--radius-md);
    object-fit: contain;
}
#caption {
    text-align: center;
    color: var(--gray-400);
    padding: 14px 0;
    font-size: 1rem;
}
.close-modal {
    position: fixed;
    top: 20px; left: 24px;
    font-size: 2.4rem;
    color: var(--white);
    cursor: pointer;
    line-height: 1;
    transition: var(--transition);
}
.close-modal:hover { color: var(--gold); }

/* ══════════════════════════════════════════════════════════════════════════
   RESPONSIVE — TABLET (≤1024px)
══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .quick-info-grid  { grid-template-columns: repeat(2, 1fr); }
    .packages-grid    { grid-template-columns: 1fr; gap: 24px; }
    .features-grid    { grid-template-columns: 1fr; gap: 20px; }
    .calculator-wrapper { grid-template-columns: 1fr; gap: 32px; }
    .contact-grid     { grid-template-columns: 1fr; gap: 32px; }
    .gallery-grid     { grid-template-columns: repeat(3, 1fr); }
    .value-grid       { grid-template-columns: repeat(2, 1fr); }
    .footer-top-grid  { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}

/* ══════════════════════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE (≤768px)
══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    :root { --header-h: 64px; }

    /* Mobile Nav */
    .main-nav {
        position: fixed;
        top: 0; right: -100%;
        width: min(300px, 80vw);
        height: 100dvh;
        background: var(--white);
        box-shadow: -6px 0 24px rgba(11,45,94,.12);
        padding: 80px 28px 40px;
        z-index: 1000;
        transition: right .3s cubic-bezier(.4,0,.2,1);
        overflow-y: auto;
    }
    .main-nav.active { right: 0; }
    .main-nav ul { flex-direction: column; gap: 4px; }
    .nav-link { padding: 12px 16px; font-size: 1.05rem; display: block; border-radius: var(--radius-md); }

    .mobile-menu-btn { display: block; }
    .btn-nav span    { display: none; }

    /* Hero */
    .hero-section  { min-height: 90dvh; padding-top: var(--header-h); }
    .hero-title    { font-size: 2rem; }
    .hero-subtitle { font-size: .95rem; }
    .hero-buttons  { flex-direction: column; gap: 12px; align-items: center; }
    .hero-buttons .btn { width: 100%; max-width: 320px; }

    /* Info Bar */
    .quick-info     { margin-top: -20px; }
    .quick-info-grid { grid-template-columns: 1fr 1fr; padding: 18px; gap: 14px; }

    /* Value */
    .value-grid { grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
    .deposit-banner-inner { font-size: .82rem; }
    .info-text h3   { font-size: .85rem; }
    .info-text p    { font-size: .72rem; }

    /* Packages */
    .packages-section { padding: 60px 0; }
    .package-slider   { height: 210px; }
    .package-body     { padding: 20px; }
    .package-name     { font-size: 1.2rem; }
    .package-actions  { flex-wrap: wrap; }
    .package-actions .btn-share { flex: 0 0 100%; margin-top: 4px; }

    /* Features */
    .features-section { padding: 60px 0; }
    .feature-card { padding: 26px; }

    /* Calculator */
    .calculator-section { padding: 60px 0; }
    .calculator-box { padding: 22px; }
    .total-price    { font-size: 1.6rem; }

    /* Gallery */
    .gallery-section  { padding: 60px 0; }
    .gallery-grid     { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .gallery-item     { height: 160px; }
    .gallery-filter-buttons { gap: 7px; }
    .filter-btn { padding: 7px 14px; font-size: .82rem; }

    /* Contact */
    .contact-section  { padding: 60px 0; }
    .cta-buttons-contact { flex-direction: column; }
    .cta-buttons-contact .btn { width: 100%; }

    /* Footer */
    .main-footer { padding: 44px 0 20px; margin-top: 40px; }
    .footer-top-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 32px; }
    .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
}

/* ══════════════════════════════════════════════════════════════════════════
   RESPONSIVE — SMALL MOBILE (≤480px)
══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
    .quick-info-grid { grid-template-columns: 1fr; gap: 12px; }
    .gallery-grid    { grid-template-columns: 1fr 1fr; }
    .gallery-item    { height: 140px; }
    .section-title h2 { font-size: 1.6rem; }
    .hero-title { font-size: 1.75rem; }
    .packages-grid { gap: 18px; }
    .trip-price-item { flex-direction: column; align-items: flex-start; gap: 6px; }
    .trip-price { align-items: flex-start; }
}

/* ══════════════════════════════════════════════════════════════════════════
   PACKAGE CARD ACTIONS & BUTTON GROUP
══════════════════════════════════════════════════════════════════════════ */
.package-actions {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}
.package-actions .btn {
    flex: 1;
    text-align: center;
    padding: 10px 12px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

/* ══════════════════════════════════════════════════════════════════════════
   DEDICATED BOAT DETAIL PAGE STYLES
══════════════════════════════════════════════════════════════════════════ */
.boat-detail-page {
    background-color: var(--off-white);
}

/* Boat page header inherits main-header styles; add subtle bottom border accent */
.boat-page-header {
    border-bottom: 2px solid var(--gray-100);
    box-shadow: 0 2px 12px rgba(11,45,94,.06);
}

/* Boat page footer spacing */
.boat-detail-page .main-footer {
    margin-top: 60px;
}

.detail-main-wrapper {
    padding-top: calc(var(--header-h) + 32px);
    padding-bottom: 70px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    color: var(--gray-600);
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.breadcrumbs a {
    color: var(--navy);
    font-weight: 600;
    transition: var(--transition);
}
.breadcrumbs a:hover {
    color: var(--ocean);
}
.breadcrumbs .divider {
    font-size: 0.7rem;
    color: var(--gray-400);
}
.breadcrumbs .active {
    color: var(--gold-dark);
    font-weight: 700;
}

.boat-detail-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 32px;
    align-items: start;
}

.boat-content-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.boat-title-box {
    background: var(--white);
    padding: 24px 28px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-100);
}
.badge-wrap {
    margin-bottom: 10px;
}
.detail-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 10px;
}
.detail-desc {
    font-size: 1.05rem;
    color: var(--gray-600);
    line-height: 1.7;
}

.detail-slider {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    aspect-ratio: 16 / 10 !important;
}

.detail-section-card {
    background: var(--white);
    padding: 28px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-100);
}
.section-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--off-white);
}
.section-card-title i {
    color: var(--ocean);
}

.detail-specs-list {
    border: none;
    padding: 0;
    gap: 12px;
}
.detail-specs-list li {
    font-size: 0.98rem;
    line-height: 1.6;
}

/* Sidebar & Action Card */
.boat-sidebar-col {
    position: sticky;
    top: 100px;
}
.sticky-sidebar-box {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 24px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--gray-100);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.deposit-sidebar-chip {
    margin: 0;
    font-size: 0.92rem;
    padding: 14px 18px;
}

.action-buttons-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-whatsapp {
    background: #25D366;
    color: var(--white);
    border: none;
    font-weight: 700;
}
.btn-whatsapp:hover {
    background: #1EBE57;
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37,211,102,0.35);
}

.sidebar-guarantees-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px solid var(--gray-100);
}
.guarantee-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.guarantee-item i {
    font-size: 1.2rem;
    color: var(--ocean);
    margin-top: 3px;
}
.guarantee-item .g-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.guarantee-item .g-text strong {
    font-size: 0.88rem;
    color: var(--navy);
}
.guarantee-item .g-text span {
    font-size: 0.78rem;
    color: var(--gray-600);
}

@media (max-width: 992px) {
    .boat-detail-grid {
        grid-template-columns: 1fr;
    }
    .boat-sidebar-col {
        position: static;
    }
    .detail-slider {
        aspect-ratio: 4 / 3 !important;
    }
    .detail-main-wrapper {
        padding-top: calc(var(--header-h) + 24px);
        padding-bottom: 50px;
    }
    .boat-title-box {
        padding: 20px 22px;
    }
    .detail-title {
        font-size: 1.75rem;
    }
    .detail-desc {
        font-size: .95rem;
    }
    .detail-section-card {
        padding: 22px;
    }
    .section-card-title {
        font-size: 1.1rem;
    }
    .sticky-sidebar-box {
        padding: 20px;
    }
    .boat-detail-page .main-footer {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .boat-detail-page .detail-main-wrapper {
        padding-top: calc(var(--header-h) + 16px);
        padding-bottom: 40px;
    }
    .breadcrumbs {
        font-size: 0.8rem;
        gap: 6px;
        margin-bottom: 16px;
    }
    .boat-title-box {
        padding: 16px 18px;
    }
    .detail-title {
        font-size: 1.45rem;
    }
    .detail-desc {
        font-size: .88rem;
    }
    .boat-content-col {
        gap: 16px;
    }
    .detail-section-card {
        padding: 18px;
    }
    .section-card-title {
        font-size: 1rem;
        gap: 8px;
        padding-bottom: 10px;
        margin-bottom: 14px;
    }
    .detail-specs-list li {
        font-size: 0.88rem;
    }
    .deposit-sidebar-chip {
        font-size: 0.82rem;
        padding: 12px 14px;
    }
    .guarantee-item .g-text strong {
        font-size: 0.82rem;
    }
    .guarantee-item .g-text span {
        font-size: 0.72rem;
    }
    .boat-detail-page .main-footer {
        margin-top: 32px;
    }
}

@media (max-width: 480px) {
    .boat-detail-page .detail-main-wrapper {
        padding-top: calc(var(--header-h) + 12px);
        padding-bottom: 32px;
    }
    .breadcrumbs {
        font-size: 0.75rem;
        gap: 5px;
    }
    .detail-title {
        font-size: 1.3rem;
    }
    .detail-slider {
        aspect-ratio: 1 / 1 !important;
    }
    .boat-title-box {
        padding: 14px 16px;
    }
    .detail-section-card {
        padding: 14px;
    }
    .sticky-sidebar-box {
        padding: 16px;
        gap: 14px;
    }
    .action-buttons-group .btn {
        font-size: 0.88rem;
        padding: 11px 16px;
    }
}
