/* ==========================================================================
   LANDING PAGE COMMON STYLES (FUNNELS)
   Consolidated from open-water, private-diving, and discover-scuba
   ========================================================================== */

/* ---- HERO ---- */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg-img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.hero-content {
    position: relative; z-index: 2;
    max-width: 1200px;
    padding: 120px 24px 60px;
    text-align: left;
}
.hero-title, .hero-subheading, .hero-supporting-text { text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); }
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.12); backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.22); padding: 7px 18px;
    border-radius: 50px; margin-bottom: 22px;
}
.hero-badge-text {
    font-family: var(--ll-font-heading); font-size: 0.72rem;
    font-weight: 700; color: var(--ll-color-text-white); letter-spacing: 2px; text-transform: uppercase;
}
.hero-title {
    font-family: var(--ll-font-heading);
    font-size: clamp(2.2rem, 4.5vw, 3.3rem);
    font-weight: 900; color: var(--ll-color-text-white); line-height: 1.1; margin-bottom: 18px;
    padding-bottom: 15px;
}
.hero-subheading {
    font-family: var(--ll-font-heading); font-size: 1.15rem;
    font-weight: 700; color: var(--ll-color-text-white); line-height: 1.55; margin-bottom: 18px;
    animation: fadeInUp 1s ease 0.4s backwards;
    padding-bottom: 15px;
}
.hero-supporting-text {
    font-size: 0.98rem; color: var(--ll-color-text-white);
    line-height: 1.8; margin-bottom: 32px; max-width: 600px;
    animation: fadeInUp 1s ease 0.4s backwards;
}
.hero-price {
    display: inline-flex; align-items: center; justify-content: space-between; gap: 12px;
    background: rgba(20,20,20,0.4); backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2); border-radius: 8px;
    padding: 13px 22px; margin-bottom: 32px;
    animation: fadeInUp 1s ease 0.4s backwards;
    width: fit-content;
}
.hero-price-left { display: flex; flex-direction: column; text-align: left; justify-content: center; gap: 2px; }
.hero-price-right { display: flex; flex-direction: column; text-align: right; justify-content: center; gap: 2px; border-left: 1px solid rgba(255,255,255,0.2); padding-left: 12px; }
.hero-price-value {
    font-family: var(--ll-font-heading); font-size: 1.5rem;
    font-weight: 800; color: var(--ll-color-accent); line-height: 1;
}
.hero-price-note { font-size: 0.78rem; color: white; line-height: 1.3; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---- TRUST STRIP ---- */
.trust-strip {
    background: var(--ll-color-dark-bg);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    overflow: hidden;
}
.trust-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 26px 0;
}
.trust-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: marquee 60s linear infinite;
}
.trust-item { 
    display: flex; align-items: center; gap: 13px; padding: 0 40px; flex-shrink: 0;
}
.trust-item img { height: 42px; width: auto; object-fit: contain; opacity: 0.85; }
.trust-item-label { font-family: var(--ll-font-heading); font-size: 0.82rem; font-weight: 700; color: var(--ll-color-text-white); }
.trust-item-sub { font-size: 0.7rem; color: rgba(255,255,255,0.45); display: block; }
.trust-item-text { display: flex; flex-direction: column; padding: 0px 20px; }
.trust-years { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 20px; flex-shrink: 0;}
.trust-years-num { font-family: var(--ll-font-heading); font-size: 1.8rem; font-weight: 900; color: var(--ll-color-accent); line-height: 1; }
.trust-years-label { font-size: 0.7rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1.5px; margin-top: 3px; }
.trust-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    flex-shrink: 0;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ---- EXPERIENCE SECTION ---- */
.experience-section {
    padding: 100px 0;
    background: #fff;
}
.experience-grid, .experience-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: stretch;
}
.experience-img-col {
    border-radius: 16px; overflow: hidden; min-height: 520px;
    box-shadow: var(--ll-shadow-lg);
}
.experience-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.experience-text-col { display: flex; flex-direction: column; justify-content: center; }
.section-label-tag {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--ll-color-primary); font-family: var(--ll-font-heading);
    font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 2px; margin-bottom: 14px;
}
.experience-title {
    font-family: var(--ll-font-heading); font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800; color: var(--ll-color-dark-bg); line-height: 1.2; margin-bottom: 22px;
}
.experience-body { font-size: 1rem; color: var(--ll-color-text-secondary); line-height: 1.85; margin-bottom: 28px; }
.experience-body p { margin-bottom: 14px; }
.experience-body p:last-child { margin-bottom: 0; }
.experience-supports { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; margin-left: 10px;  }
.experience-support-item {
    display: flex; align-items: center; gap: 10px;
    font-family: var(--ll-font-heading); font-size: 0.88rem;
    font-weight: 600; color: var(--ll-color-text-primary);
}

/* ---- DIVE SITES ---- */
.dive-sites-section { padding: 50px 0; background: #f4f9fc; }
.dive-sites-inner { max-width: 1600px; margin: 0 auto; padding: 0 40px; }
.dive-sites-header { text-align: center; margin-bottom: 60px; max-width: 1200px; margin-left: auto; margin-right: auto; }
.section-title-dark { font-family: var(--ll-font-heading); font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 800; color: var(--ll-color-dark-bg); margin-bottom: 20px; }
.section-sub-dark { font-family: var(--ll-font-body); font-size: 1.25rem; color: #4a5568; line-height: 1.8; }
.dive-sites-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.flip-card { height: 550px; perspective: 1200px; cursor: pointer; }
.flip-card-inner {
    position: relative; width: 100%; height: 100%;
    transition: transform 0.8s cubic-bezier(0.4, 0.2, 0.2, 1);
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08); border-radius: 16px;
}
.flip-card:hover .flip-card-inner, .flip-card.flipped .flip-card-inner { transform: rotateY(180deg); box-shadow: 0 20px 50px rgba(0,0,0,0.15); }
.flip-front, .flip-back { position: absolute; inset: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; border-radius: 16px; overflow: hidden; }
.flip-front img, .flip-back img { width: 100%; height: 100%; object-fit: cover; display: block; }
.flip-front-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(10,22,40,0.85) 0%, transparent 50%);
    display: flex; align-items: flex-end; padding: 40px 30px; width: 100%; box-sizing: border-box;
}
.flip-front-overlay > div { width: 100%; overflow: hidden; }
.flip-front-title { font-family: var(--ll-font-heading); font-size: 1.6rem; font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 8px; }
.flip-hint { font-family: var(--ll-font-heading); font-size: 0.75rem; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 2px; display: block; }
.flip-back { transform: rotateY(180deg); }
.flip-back-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(10,22,40,0.95) 0%, rgba(10,22,40,0.6) 100%);
    display: flex; flex-direction: column; justify-content: flex-end; padding: 40px 30px; width: 100%; box-sizing: border-box;
}
.flip-back-title { font-family: var(--ll-font-heading); font-size: 1.5rem; font-weight: 800; color: var(--ll-color-secondary); margin-bottom: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.flip-back-text { font-family: var(--ll-font-body); font-size: 1.15rem; color: rgba(255,255,255,0.9); line-height: 1.6; }

/* ---- ITINERARY ---- */
.itinerary-section { padding: 70px 80px; background: #fff; }
.itinerary-header { text-align: center; margin-bottom: 60px; }
.itinerary-main-grid { display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 50px; align-items: stretch; margin-bottom: 60px; }
.itinerary-timeline-card { background: var(--ll-color-background-alt); border: 1px solid rgba(0, 119, 182, 0.08); border-radius: 12px; padding: 50px 45px; }
.timeline-wrapper { border-left: 2px solid rgba(0, 119, 182, 0.15); margin-left: 5px; padding-left: 35px; position: relative; }
.timeline-step { position: relative; margin-bottom: 40px; }
.timeline-step:last-child { margin-bottom: 0; }
.timeline-step::before {
    content: ''; position: absolute; left: -42px; top: 5px; width: 12px; height: 12px;
    background: var(--ll-color-primary); border-radius: 50%; box-shadow: 0 0 0 4px var(--ll-color-background-alt); z-index: 2;
}
.timeline-title { font-family: var(--ll-font-heading); font-size: 1.1rem; font-weight: 700; color: var(--ll-color-dark-bg); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; }
.day-list { list-style: none; padding: 0; margin: 0; }
.day-list li { font-family: var(--ll-font-body); font-size: 1.05rem; color: #4a5568; margin-bottom: 10px; line-height: 1.5; display: flex; align-items: flex-start; gap: 12px; }
.day-list li::before { content: ''; width: 5px; height: 5px; background: var(--ll-color-accent); border-radius: 50%; flex-shrink: 0; margin-top: 10px; }
.itinerary-image-col { display: flex; flex-direction: column; gap: 20px; justify-content: center; }
.vertical-square-img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; box-shadow: var(--ll-shadow-sm); }
.itinerary-combined-wrap { display: grid; grid-template-columns: 1fr 1fr; background: var(--ll-color-dark-bg); border-radius: 12px; padding: 70px; gap: 80px; align-items: center; color: #fff; }
.course-structure-title { font-family: var(--ll-font-heading); font-size: 0.9rem; font-weight: 700; color: var(--ll-color-secondary); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 35px; }
.course-steps { display: flex; flex-direction: column; gap: 22px; }
.course-step { display: flex; align-items: center; gap: 18px; }
.step-icon-circle { width: 40px; height: 40px; background: linear-gradient(135deg, var(--ll-color-primary), var(--ll-color-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step-label { font-family: var(--ll-font-heading); font-size: 0.9rem; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 3px; }
.step-desc { font-family: var(--ll-font-body); font-size: 1rem; color: rgba(255,255,255,0.7); }

/* ---- POLAROID CAROUSEL (Inside Itinerary) ---- */
.album-column {
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
}

.polaroid-frame {
    background: #fff;
    padding: 12px 12px 40px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.4);
    transform: rotate(-2deg);
    transition: transform 0.5s ease;
    max-width: 420px;
    width: 100%;
}

.polaroid-frame:hover {
    transform: rotate(0deg) scale(1.02);
}

.polaroid-viewport {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    background: #000;
}

.css-carousel-track {
    display: flex;
    width: 800%; /* 8 images */
    height: 100%;
    animation: polaroidSlide 32s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.css-carousel-track img {
    width: 12.5%; /* 1/8 */
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.polaroid-frame .album-caption {
    margin-top: 15px;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    text-align: center;
}

@keyframes polaroidSlide {
    0%, 10% { transform: translateX(0); }
    12.5%, 22.5% { transform: translateX(-12.5%); }
    25%, 35% { transform: translateX(-25%); }
    37.5%, 47.5% { transform: translateX(-37.5%); }
    50%, 60% { transform: translateX(-50%); }
    62.5%, 72.5% { transform: translateX(-62.5%); }
    75%, 85% { transform: translateX(-75%); }
    87.5%, 97.5% { transform: translateX(-87.5%); }
    100% { transform: translateX(0); }
}

/* ---- INCLUDED ---- */
.included-section { padding: 70px 0; background: var(--ll-color-dark-bg); }
.included-section .section-header-block h2 { color: #fff; }
.included-section .section-header-block p { color: rgba(255,255,255,0.6); }
.included-section .eyebrow { color: var(--ll-color-secondary); }
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 56px; }
.included-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 34px 28px; transition: all 0.3s ease; }
.included-card:hover { background: rgba(255,255,255,0.08); transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,0.28); }
.inc-icon { margin-bottom: 18px; display: block; filter: brightness(0) invert(1); opacity: 0.7; }
.included-card h3 { font-family: var(--ll-font-heading); font-size: 0.88rem; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.included-card ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.included-card li { font-size: 0.9rem; color: rgba(255,255,255,0.62); display: flex; align-items: flex-start; gap: 9px; line-height: 1.5; }
.included-card li::before { content: '—'; color: var(--ll-color-secondary); font-size: 0.72rem; flex-shrink: 0; margin-top: 3px; }
.inc-price-block { text-align: center; padding: 48px 0 36px; }
.inc-price-label { font-family: var(--ll-font-heading); font-size: 0.72rem; font-weight: 700; color: var(--ll-color-text-primary); text-transform: uppercase; letter-spacing: 2.5px; display: block; margin-bottom: 10px; }
.inc-price-main { display: flex; align-items: baseline; justify-content: center; gap: 8px; }
.inc-price-value { font-family: var(--ll-font-heading); font-size: 3.5rem; font-weight: 900; color: var(--ll-color-accent); line-height: 1; }

/* Shared sections (Why, Reviews, FAQ, Contact) are loaded from /assets/css/global.css */
.inc-price-per { font-size: 1rem; color: var(--ll-color-text-primary); }
.inc-price-note { font-size: 0.8rem; color: var(--ll-color-text-primary); display: block; margin-top: 8px; margin-bottom: 10px; }
.inc-cta { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.inc-cta .btn-ghost { color: var(--ll-color-text-primary); border-color: var(--ll-color-text-primary); }
.inc-cta .btn-ghost:hover { color: #fff; border-color: var(--ll-color-text-primary); }
.not-included { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 28px; text-align: center; display: flex; justify-content: center; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.not-included-label { font-family: var(--ll-font-heading); font-size: 0.7rem; font-weight: 700; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 2px; }
.not-included span:last-child { font-size: 0.85rem; color: rgba(255,255,255,0.6); }
.inc-price-age { font-size: 0.9rem; color: rgba(255,255,255,0.45); margin-top: 16px; margin-bottom:15px; }
.not-included-text { font-size: 0.75rem; color: var(--ll-color-text-primary); margin-top: 16px; margin-bottom:15px; }

/* ---- ALBUM SECTION ---- */
.album-section {
    padding: 100px 0;
    background: var(--ll-color-dark-bg);
}

.album-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.album-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: var(--ll-shadow-sm);
    transition: var(--ll-transition);
}

.album-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ll-shadow-lg);
}

.album-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 240px;
}

.album-caption {
    margin-top: 10px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-family: var(--ll-font-heading);
}

/* ---- MEDICAL ---- */
.medical-section { position: relative; padding: 80px 0; overflow: hidden; }
.medical-bg { position: absolute; inset: 0; z-index: 0; }
.medical-bg img { width: 100%; height: 100%; object-fit: cover; }
.medical-overlay { position: absolute; inset: 0; background: rgba(10,22,40,0.82); }
.medical-inner { position: relative; z-index: 2; text-align: center; max-width: 820px; }
.medical-inner h2 { font-family: var(--ll-font-heading); font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 800; color: var(--ll-color-text-white); margin-bottom: 24px; }
.medical-inner .eyebrow { color: var(--ll-color-primary); justify-content: center; }
.medical-inner p { font-size: 0.97rem; color: var(--ll-color-text-white); line-height: 1.85; margin-bottom: 14px; }
.medical-inner p:last-child { margin-bottom: 0; }

/* ---- FINAL CTA ---- */
.final-cta-section { padding: 100px 0; background: #fff; }
.final-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.final-cta-left h2 { font-family: var(--ll-font-heading); font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 900; color: var(--ll-color-dark-bg); line-height: 1.12; margin-bottom: 20px; }
.final-cta-left p { font-size: 1rem; color: var(--ll-color-text-secondary); line-height: 1.85; }
.final-cta-left .eyebrow { color: var(--ll-color-primary); }
.final-cta-img { border-radius: 18px; overflow: hidden; height: 520px; }
.final-cta-img img { width: 100%; height: 100%; object-fit: cover; }

/* ---- RESPONSIVE UTILITIES ---- */
@media (max-width: 1024px) {
    .page-container, .experience-inner, .dive-sites-inner, .itinerary-inner, .faq-section > div { padding-left: 40px; padding-right: 40px; }
    .trust-strip { padding-left: 40px; padding-right: 40px; }
    .hero-content { padding-left: 40px; }
    .dive-sites-track { grid-template-columns: repeat(2, 1fr); }
    .flip-card { height: 480px; }
    .itinerary-main-grid { grid-template-columns: 1fr; gap: 40px;}
    .itinerary-image-col { flex-direction: row; display: grid; grid-template-columns: repeat(1, 1fr); gap: 15px; }
    .itinerary-combined-wrap { grid-template-columns: 1fr; padding: 40px 24px; gap: 60px; }
}

@media (max-width: 768px) {
    .page-container, .itinerary-timeline, .experience-inner, .dive-sites-inner, .itinerary-inner, .faq-section > div { padding-left: 24px; padding-right: 24px; }
    .trust-strip { padding: 20px 0px; }
    .trust-strip-inner { gap: 24px; }
    .hero-content { padding: 140px 24px 60px; text-align: center; }
    .hero-price { display: flex; width: 100%; justify-content: space-between; text-align: left; padding: 16px 20px; gap: 12px; margin: 0 0 28px 0; box-sizing: border-box; }
    .hero-price > div { flex-direction: column !important; justify-content: flex-start; }
    .hero-price-left { align-items: center; text-align: left; }
    .hero-price-right { align-items: flex-end; text-align: right; }
    .hero-price-value { font-size: 1.45rem; white-space: nowrap; text-align: left; }
    .hero-price-note { font-size: 0.72rem; }
    .hero-btns { justify-content: center; }
    .contact-grid { grid-template-columns: 1fr; gap: 36px; }
    .final-cta-grid { display: flex; flex-direction: column-reverse; gap: 36px; text-align: center; }
    .final-cta-left div[style*="display:flex"] { justify-content: center; }
    .experience-grid, .experience-inner { display: flex; flex-direction: column-reverse; gap: 36px; text-align: center; }
    .experience-text-col .btn-group { justify-content: center; }
    .experience-img-col { min-height: 280px; }
    .final-cta-img { height: 420px; width: 100%; border-radius: 12px; }
    .dive-sites-track { grid-template-columns: 1fr; justify-items: center; gap: 32px; }
    .flip-card { width: 100%; max-width: 420px; height: 380px; aspect-ratio: auto; }
    .flip-front-overlay, .flip-back-overlay { padding: 22px; }
    .flip-front-title { font-size: 1.25rem; }
    .flip-back-title { font-size: 1.2rem; }
    .flip-back-text { font-size: 0.92rem; line-height: 1.6; }
    .itinerary-days, .itinerary-bottom { grid-template-columns: 1fr; gap: 24px; }
    .included-grid { grid-template-columns: 1fr; }
    .rev-card { min-width: 100%; }
    .cf-row { grid-template-columns: 1fr; }
    .contact-method-row { grid-template-columns: 1fr; gap: 14px; }
    .contact-form-card { padding: 28px 20px; }
    .faq-section { padding: 80px 0; }
    .faq-question { padding: 20px 24px; }
    .faq-answer-text { padding: 0 24px 22px; }
    .faq-title { font-size: 2rem; }
    .not-included { flex-direction: column; gap: 6px; }
    .inc-price-value { font-size: 2.6rem; }
    .experience-text-col { text-align: center; }
    .inc-price-block { text-align: center; padding: 0; }
    .itinerary-timeline-card { padding: 40px 20px; }
    .timeline-wrapper { padding-left: 25px; margin-left: 5px; }
    .timeline-step::before { left: -32px; }
    .itinerary-section { padding: 40px 24px; }
    .final-cta-section { padding: 50px 0; }
    .final-cta-left h2 { font-size: 2.2rem; }
}

/* FAQ Page
/* ================================================================
   FAQ — MINIMALIST LIST LAYOUT
   ================================================================ */
.faq-section-minimal {
    padding: 100px 0;
    background: #fff;
}
.faq-section-minimal > .faq-minimal-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 80px;
}
.faq-minimal-header {
    text-align: center;
    margin-bottom: 56px;
}
.faq-minimal-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: 'Outfit', var(--ll-font-heading), sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #0077B6;
    margin-bottom: 16px;
}
.faq-minimal-title {
    font-family: 'Outfit', var(--ll-font-heading), sans-serif;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0A1628;
    margin-bottom: 12px;
}
.faq-minimal-subtitle {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 1.1rem;
    color: #718096;
    line-height: 1.7;
}
.faq-minimal-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: none;
}
.faq-minimal-item {
    background: #ffffff;
    border: 1px solid #e1e8f0; /* Faint light blueish-grey */
    border-radius: 12px;
    padding: 0 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.faq-minimal-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.faq-minimal-item.open {
    border-color: #b6d0e2;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 119, 182, 0.05);
}
.faq-minimal-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 0;
    cursor: pointer;
    user-select: none;
}
.faq-minimal-question-text {
    font-family: 'Outfit', var(--ll-font-heading), sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #0A1628;
    line-height: 1.4;
}
.faq-minimal-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    border: 1.5px solid #c4d0db;
    border-radius: 50%;
    transition: border-color 0.3s ease, background 0.3s ease;
}
.faq-minimal-icon::before,
.faq-minimal-icon::after {
    content: '';
    position: absolute;
    background: #0077B6;
    border-radius: 2px;
    transition: transform 0.35s ease, opacity 0.35s ease;
}
.faq-minimal-icon::before {
    width: 1.5px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.faq-minimal-icon::after {
    width: 10px;
    height: 1.5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.faq-minimal-item.open .faq-minimal-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.faq-minimal-item.open .faq-minimal-icon::after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.faq-minimal-item.open .faq-minimal-icon {
    background: #e6f4fb;
    border-color: #0077B6;
}
.faq-minimal-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.faq-minimal-item.open .faq-minimal-answer {
    max-height: 400px;
}
.faq-minimal-answer-text {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a5568;
    padding: 0 0 24px 0;
}
.faq-minimal-answer-text + .faq-minimal-answer-text {
    padding-top: 0;
    margin-top: -8px;
}

@media (max-width: 768px) {
    .faq-section-minimal > .faq-minimal-wrap {
        padding: 0 40px;
    }
    .faq-minimal-question {
        padding: 20px 0;
    }
    .faq-minimal-item {
        padding: 0 20px;
    }
}

/* ================================================================
   5. DIVE SITES
   ================================================================ */
.dive-sites-section {
    padding: var(--section-padding-v) 0;
    background: #f4f9fc;
}

.dive-carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: var(--ll-radius);
}

.dive-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    gap: 0;
}
.dive-track::-webkit-scrollbar { display: none; }

.dive-card {
    min-width: 100%;
    scroll-snap-align: start;
    display: flex;
    background: var(--ll-color-dark-bg);
    min-height: 300px;
}

.dive-card-img { flex: 1.5; }
.dive-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

.dive-card-content {
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dive-card-title {
    font-family: var(--ll-font-heading);
    font-size: 1.5rem; /* Reduced from 1.8rem */
    font-weight: 800;
    color: var(--ll-color-secondary);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.dive-card-desc {
    font-family: var(--ll-font-body);
    font-size: 1.05rem; /* Reduced */
    color: var(--ll-color-text-white);
    line-height: 1.6;
}

/* Fix mobile look - Ensure text is visible */
@media (max-width: 768px) {
    .dive-card { flex-direction: column; min-height: auto; }
    .dive-card-img { height: 250px; flex: none; }
    .dive-card-content { padding: 30px 24px; text-align: center; }
    .dive-card-title { font-size: 1.3rem; }
}

/* ================================================================
   9. WHY POCNA — REFINED FLOATING LAYOUT
   ================================================================ */
.why-section-floating {
    position: relative;
    min-height: 80vh; 
    display: flex;
    align-items: center;
    background: var(--ll-color-dark-bg);
    overflow: hidden;
    padding: 120px 0; /* Creates vertical padding to show more background */
}

.why-floating-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.why-floating-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Container keeps the card's right edge aligned with the site's grid */
.why-floating-container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end; /* Floats card to the right */
    width: 100%;
}

.why-floating-card {
    background: rgba(255, 255, 255, 0.75); /* 75% opacity, 25% transparency */
    backdrop-filter: blur(12px); /* Premium glassmorphism effect */
    -webkit-backdrop-filter: blur(12px); /* Safari support */
    padding: 40px 50px; /* Tighter padding to reduce overall height */
    max-width: 620px; /* Slightly wider to save vertical space */
    border-radius: 20px; /* Softer, modern look */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle glass edge */
    box-shadow: 0 40px 100px rgba(0,0,0,0.15); /* Refined, lighter shadow for glass */
}

.why-floating.faq-title {
    font-family: var(--ll-font-heading);
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 800;
    color: var(--ll-color-dark-bg);
    margin-bottom: 20px;
    line-height: 1.1;
    text-transform: uppercase;
}

.why-floating-body {
    font-family: var(--ll-font-body);
    font-size: 1.05rem;
    line-height: 1.7; /* Slightly tighter line height */
    color: rgba(10, 22, 40, 0.85);
    margin-bottom: 10px;
    margin-top: 10px;
}

/* --- BADGES: SMALL & ELEGANT --- */
.why-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 25px;
    border-top: 1px solid var(--ll-color-border);
}

.why-pill-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ll-color-background-alt);
    border: 1px solid rgba(0, 119, 182, 0.1);
    padding: 6px 14px; /* Reduced from previous size */
    border-radius: 50px;
}

.why-pill-item img {
    width: 14px;
    height: 14px;
}

.why-pill-item span {
    font-family: var(--ll-font-heading);
    font-size: 0.68rem; /* Small premium size */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--ll-color-primary);
}
@media (max-width: 768px) {
    .why-floating-section {
        padding: 60px 0;
        min-height: auto;
    }
    .why-floating-container {
        justify-content: center;
        padding: 0 20px;
    }
    .why-floating-card {
        padding: 30px 25px;
        border-radius: 15px;
    }
    .why-floating-title {
        font-size: 1.6rem;
    }
    .why-floating-body {
        font-size: 0.95rem;
    }
}

/* Contact Section Redesign Override */
.contact-section .contact-bg-overlay {
    display: block;
    background: linear-gradient(90deg, 
        rgba(10, 22, 40, 0.75) 0%, 
        rgba(10, 22, 40, 0.4) 40%, 
        transparent 100%
    ); /* Anchor text area with darkness, fade to transparent for the ray */
    z-index: 1;
}

.contact-section .contact-left h2,
.contact-section .contact-intro,
.contact-section .contact-method-label,
.contact-section .contact-method-value,
.contact-section .contact-method-desc,
.contact-section .contact-final p {
    color: white !important;
    text-shadow: 
        0px 2px 4px rgba(0, 0, 0, 0.6), 
        0px 0px 15px rgba(0, 0, 0, 0.5); /* Robust shadows for readability on busy background */
}

.contact-section .contact-method-value {
    font-weight: 700; /* Extra weight for readability */
}

.contact-section .contact-form-card {
    background: rgba(40, 52, 70, 0.80) !important; /* Darker glossy frost to maintain contrast for white inputs */
    backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}
