:root {
    /* Brand Colors */
    --color-primary: #1A365D;
    --color-primary-light: #2A4A7F;
    --color-gold: #C5A065;
    --color-sand: #F5F0E6;
    --color-text-dark: #111827;
    --color-text-body: #374151;
    --color-white: #ffffff;
    --color-footer-bg: #0F172A;

    /* Spacing */
    --spacing-layout: 7rem;
    /* Balanced from 10rem to be more compact but still airy */
    --spacing-element: 2rem;

    /* Fonts */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;

    /* UI */
    --radius-soft: 4px;
    --radius-pill: 50px;
    --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.06);
    --shadow-hover: 0 10px 40px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 1. Base Reset & Font Loading Safeguards */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    scroll-padding-top: 95px;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

body {
    font-family: var(--font-body);
    color: var(--color-text-body);
    line-height: 1.6;
    background-color: var(--color-white);
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-top: 85px;
    transition: padding-top 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Forhindr iOS Safari i at tvinge telefonnumre til grimme blå standard-links */
a[href^="tel:"],
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover,
a[href^="tel"]:active,
span[x-apple-data-detectors],
a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    -webkit-text-fill-color: currentColor !important;
}

/* Eksplicitte farvelåse på mørke baggrunde */
.contact-item a[href^="tel"],
.footer-contact a[href^="tel"],
.vip-duo-main a[href^="tel"] {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Typography */
h1,
h2,
h3,
h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.25;
}

h1 {
    font-size: clamp(2.5rem, 8vw, 4rem);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 2rem;
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

/* 2. Header & Navigation (Eksklusivt, Stolt & Responsivt) */
#main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: white !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    padding: 0.55rem 0;
    transition: padding 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s ease;
}

#main-header.scrolled {
    padding: 0.35rem 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-header {
    text-align: center;
    margin-bottom: 3.5rem;
    /* Reduced from 5rem for better screen fit */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-tag-gold {
    display: inline-block;
    color: var(--color-gold);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.75rem;
}

.section-header h2 {
    margin-bottom: 1.5rem;
}

.section-header p {
    font-size: 1.2rem;
    color: var(--color-text-body);
    opacity: 0.9;
}

/* Eksklusivt Våbenskjold / Segl-Overhang */
#main-header .logo-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #ffffff;
    padding: 6px 14px 14px 14px;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(197, 160, 101, 0.35); /* Herregårdsguld kant */
    border-top: none;
    margin-top: -6px;
    margin-bottom: -18px; /* Lader det royale segl hænge elegant ud over kanten */
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1000;
}

#main-header .logo-link:hover {
    transform: translateY(3px);
    box-shadow: 0 12px 28px rgba(197, 160, 101, 0.35);
    border-color: var(--color-gold);
}

#main-header .logo {
    height: 104px; /* Majestætisk, stor og stolt på desktop */
    width: auto;
    display: block;
    transition: height 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s ease;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.04));
}

#main-header.scrolled .logo-link {
    padding: 4px 10px 10px 10px;
    border-radius: 0 0 12px 12px;
    margin-top: -4px;
    margin-bottom: -10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

#main-header.scrolled .logo {
    height: 68px; /* Kompakt og diskret ved scroll ned ad siden */
}

.logo {
    height: 55px;
    width: auto;
    display: block;
}

/* Tablet & mellemstore skærme */
@media (max-width: 1100px) {
    #main-header .logo-link {
        padding: 5px 10px 10px 10px;
        margin-bottom: -12px;
    }
    #main-header .logo {
        height: 82px;
    }
    #main-header.scrolled .logo {
        height: 60px;
    }
}

@media (max-width: 900px) {
    #main-header .logo-link {
        padding: 4px 8px 8px 8px;
        margin-bottom: -8px;
    }
    #main-header .logo {
        height: 70px;
    }
    #main-header.scrolled .logo {
        height: 54px;
    }
}

/* Mobil-responsivitet (100% beskyttet - ingen overhang på mobil) */
@media (max-width: 768px) {
    #main-header {
        padding: 0.5rem 0 !important;
    }
    #main-header .logo-link {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }
    #main-header .logo {
        height: 48px !important;
    }
    #main-header.scrolled .logo {
        height: 46px !important;
    }
}

.main-nav ul {
    display: flex;
    list-style: none;
    gap: 1.8rem;
    align-items: center;
}

.main-nav a {
    text-decoration: none;
    color: var(--color-primary) !important;
    font-weight: 600;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--color-gold) !important;
}

/* 3. Layout Components */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.9rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    border: none;
    text-decoration: none;
    text-align: center;
}

.btn-primary {
    background-color: var(--color-primary);
    color: white;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.2);
}

.btn-primary:hover {
    background-color: var(--color-gold);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(197, 160, 101, 0.3);
}

.btn-secondary {
    background-color: var(--color-gold);
    color: white;
    box-shadow: 0 4px 15px rgba(197, 160, 101, 0.2);
}

.btn-secondary:hover {
    background-color: var(--color-primary);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.3);
}

.btn-cta-boost {
    background-color: var(--color-gold) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(197, 160, 101, 0.35) !important;
    padding: 0.65rem 1.4rem !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.08em !important;
}

.main-nav a.btn-cta-boost {
    color: #ffffff !important;
}

.main-nav a.btn-cta-boost:hover {
    background-color: var(--color-primary) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}


/* 4. Sections */
.hero {
    height: calc(100vh - 85px);
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background: url('assets/Glade mennesker på tur med Tour Djurs - det bedste af Djursland.png') center/cover;
    position: relative;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    color: white !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

/* Story Sections */
.story-section,
.magazine-section,
.offerings-section,
.contact-section,
.logistics-section {
    padding: var(--spacing-layout) 0;
    margin: 0;
    /* Forced zero margin to prevent gaps */
}

.story-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.story-item.reverse {
    direction: rtl;
}

.story-item.reverse>* {
    direction: ltr;
}

.story-image {
    position: relative;
    /* Added for correct credit positioning */
    height: 500px;
    border-radius: var(--radius-soft);
    overflow: hidden;
    box-shadow: var(--shadow-card);
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s ease;
}

.story-image:hover img {
    transform: scale(1.05);
}

/* The Soul Section */
.soul-section {
    background-color: var(--color-primary);
    color: white;
    padding: 10rem 0;
}

.soul-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.soul-content h2 {
    color: var(--color-gold);
}

.element-tag {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-pill);
    margin: 0.5rem;
    font-size: 0.95rem;
}

/* FAQ */
.faq-section {
    background-color: var(--color-sand);
    padding: 8rem 0;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

details {
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1.5rem;
}

summary {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    color: var(--color-primary);
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 50px;
}

summary::after {
    content: '↓';
    position: absolute;
    right: 0;
    color: var(--color-gold);
    font-weight: 300;
}

details[open] summary::after {
    content: '↑';
}

/* 7. Footer - Magazine Standard */
#main-footer {
    background-color: var(--color-footer-bg);
    color: rgba(255, 255, 255, 0.85);
    padding: 5.5rem 0 3.5rem;
    font-size: 1rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.3fr;
    gap: 4.5rem;
    align-items: start;
    margin-bottom: 4rem;
}

.footer-brand .logo-link {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #ffffff;
    padding: 8px 14px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(197, 160, 101, 0.3);
    margin-bottom: 1.4rem;
    width: auto;
    height: auto;
    transition: var(--transition);
}

.footer-brand .logo-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(197, 160, 101, 0.4);
    border-color: var(--color-gold);
}

.footer-brand .footer-logo,
.footer-brand img.footer-logo {
    position: static !important;
    height: 55px !important;
    max-height: 55px !important;
    width: auto !important;
    display: block !important;
    transform: none !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    transition: var(--transition);
}

.footer-brand h4 {
    font-size: 1.15rem !important;
    font-family: var(--font-heading) !important;
    color: var(--color-gold) !important;
    margin: 0 0 0.8rem !important;
    letter-spacing: 0.5px !important;
    line-height: 1.35 !important;
}

.footer-brand p {
    font-size: 0.94rem !important;
    line-height: 1.65 !important;
    color: rgba(255, 255, 255, 0.82) !important;
    margin-bottom: 1.4rem !important;
}

.footer-brand-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--color-gold);
    background: rgba(197, 160, 101, 0.12);
    border: 1px solid rgba(197, 160, 101, 0.4);
    padding: 0.5rem 1.1rem;
    border-radius: 30px;
    transition: all 0.25s ease;
}

.footer-brand-badge:hover {
    background: rgba(197, 160, 101, 0.22);
    border-color: var(--color-gold);
}

.footer-heading {
    color: var(--color-gold);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.8rem;
    padding-top: 6px; /* Align visually with brand block top */
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 1.2rem;
}

.footer-links a {
    color: white;
    text-decoration: none;
    transition: var(--transition);
    font-weight: 500;
}

.footer-links a:hover {
    color: var(--color-gold);
    padding-left: 5px;
}

.footer-contact .contact-item {
    margin-bottom: 1.5rem;
    color: white;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 4rem;
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 1px;
}

@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
}

/* Mobile Menu Fix */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-menu-toggle span {
    display: block;
    width: 30px;
    height: 3px;
    background: var(--color-primary);
    margin: 6px 0;
}

@media (max-width: 1024px) {

    .story-item,
    .soul-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .story-item.reverse {
        direction: ltr;
    }

    .story-image {
        height: 350px;
    }
}

/* 5. Contact Section - Premium Design */
.contact-section {
    background-color: var(--color-primary);
    color: white !important;
    padding: var(--spacing-layout) 0;
}

.contact-section h2 {
    color: white !important;
}

.contact-section p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 6rem;
    align-items: start;
}

.contact-details {
    margin-top: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
}

.contact-icon {
    width: 24px;
    height: 24px;
    color: var(--color-gold);
    flex-shrink: 0;
}

.trust-quote {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-style: italic;
    color: var(--color-gold);
    line-height: 1.4;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    border-left: 3px solid var(--color-gold);
}

.contact-form-wrapper {
    background: rgba(255, 255, 255, 0.03);
    padding: 2.5rem; /* Reduced from 4rem */
    border-radius: var(--radius-soft);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.form-group {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
}

.form-group label {
    display: flex;
    align-items: flex-end;
    min-height: 2.2rem; /* Guarantees labels across a row end at exactly the same vertical level */
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-gold);
    line-height: 1.25;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    height: 42px; /* Uniform height across date, text and select */
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0.4rem 0;
    color: white;
    font-family: var(--font-body);
    font-size: 1rem;
    transition: var(--transition);
    border-radius: 0;
    box-sizing: border-box;
}

.form-group textarea {
    height: auto;
}

.form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C5A065' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.4rem center !important;
    background-size: 1.15rem !important;
    padding: 0.55rem 2.2rem 0.55rem 0 !important;
    color: #ffffff !important;
    font-size: 0.98rem;
    font-family: var(--font-body);
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.4;
}

/* Custom background for the dropdown options list so it is crisp and legible */
.form-group select option {
    background-color: #1b3022 !important;
    color: #ffffff !important;
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-bottom-color: var(--color-gold);
    background-color: rgba(255, 255, 255, 0.02);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

/* Tour & Package Selection Pills */
.tour-pills-container {
    margin-bottom: 1.8rem;
}

.tour-pills-label {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-gold);
}

.pill-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: center;
}

.pill-btn:hover {
    border-color: var(--color-gold);
    background: rgba(197, 160, 101, 0.15);
    color: #ffffff;
}

.pill-btn.active {
    background: var(--color-gold) !important;
    border-color: var(--color-gold) !important;
    color: var(--color-primary) !important;
    box-shadow: 0 4px 15px rgba(197, 160, 101, 0.35);
    font-weight: 700;
}

.pill-btn.active strong,
.pill-btn.active span,
.pill-btn.active div {
    color: var(--color-primary) !important;
}

/* Specific styling for full-width package buttons in B2B form */
#package-pills .pill-btn {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-soft);
    padding: 1.1rem 1.4rem;
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}

#package-pills .pill-btn:hover {
    border-color: var(--color-gold);
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-2px);
}

#package-pills .pill-btn.active {
    background: #ffffff !important;
    border: 2px solid var(--color-gold) !important;
    color: var(--color-primary) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}

#package-pills .pill-btn.active strong {
    color: var(--color-primary) !important;
}

#package-pills .pill-btn.active .package-subtitle {
    color: #555555 !important;
}

#package-pills .pill-btn.active .package-price-tag {
    color: #8a6828 !important;
}

#package-pills .pill-btn:not(.active) .package-price-tag {
    color: var(--color-gold) !important;
}

/* B2B Accordion FAQ Styling - Split 2-Column Masterpiece Layout */
.faq-grid-wrapper {
    display: grid;
    grid-template-columns: 1.15fr 1.85fr;
    gap: 3.5rem;
    align-items: start;
}

@media (max-width: 992px) {
    .faq-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

.faq-sidebar {
    position: sticky;
    top: 100px;
}

.faq-contact-card {
    background: #ffffff;
    border-radius: var(--radius-soft);
    padding: 2.2rem;
    box-shadow: 0 15px 35px rgba(27, 48, 34, 0.08);
    border: 1px solid rgba(27, 48, 34, 0.08);
    border-top: 4px solid var(--color-gold);
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    width: 100%;
}

.faq-item {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e8eaed;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.faq-item:hover {
    border-color: var(--color-gold);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.faq-item[open] {
    background: #ffffff;
    border-color: var(--color-gold);
    box-shadow: 0 10px 25px rgba(27, 48, 34, 0.07);
}

.faq-summary {
    padding: 1.25rem 1.6rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--color-primary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    user-select: none;
    font-family: var(--font-body);
    letter-spacing: -0.2px;
}

.faq-summary::-webkit-details-marker {
    display: none;
}

/* Elegant circular chevron button icon */
.faq-summary::after {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(27, 48, 34, 0.05);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b3022' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    transition: all 0.3s ease;
    margin-left: 1rem;
    flex-shrink: 0;
}

.faq-item:hover .faq-summary::after {
    background-color: rgba(197, 160, 101, 0.18);
}

.faq-item[open] .faq-summary::after {
    transform: rotate(180deg);
    background-color: var(--color-gold);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.faq-item[open] .faq-summary {
    color: var(--color-primary);
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1.1rem;
}

.faq-content {
    padding: 1.3rem 1.6rem 1.4rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #4a5568;
    background: #fafaf8;
}

.faq-content p {
    margin: 0 0 0.8rem 0;
}

.faq-content p:last-child {
    margin-bottom: 0;
}

/* 6. Professional Cards & Features */
.offerings-section {
    background-color: var(--color-sand);
    padding: var(--spacing-layout) 0;
}

.offerings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.offering-card {
    background: white;
    padding: 2.5rem 2rem;
    /* Reduced from 3.5rem for better screen fit */
    border-radius: var(--radius-soft);
    box-shadow: var(--shadow-card);
    text-align: left;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.offering-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.offering-card h3 {
    text-align: center;
    margin-bottom: 0.25rem;
    font-size: 1.6rem;
    color: var(--color-primary);
}

.offering-card .price {
    text-align: center;
    font-size: 2.2rem;
    /* Compact price font */
    font-weight: 700;
    color: var(--color-primary);
    margin: 1rem 0 0.25rem;
}

.offering-card .price-sub {
    text-align: center;
    font-size: 0.75rem;
    /* More discrete label */
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.6;
    margin-bottom: 1rem;
}

.card-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(197, 160, 101, 0.2), transparent);
    margin: 1.2rem 0;
}

.offering-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}

.offering-card .contact-item {
    margin-bottom: 0.85rem;
    /* Tighter list */
    gap: 0.75rem;
    font-size: 0.9rem;
    color: var(--color-text-body);
    line-height: 1.3;
    align-items: flex-start;
}

.offering-card .contact-icon {
    width: 18px;
    height: 18px;
    color: var(--color-gold);
    margin-top: 3px;
    stroke-width: 3;
}

.offering-card {
    position: relative;
    padding-top: 3.2rem !important;
}

.card-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-gold);
    color: white;
    padding: 0.4rem 1.2rem;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(197, 160, 101, 0.35);
    z-index: 10;
    pointer-events: none;
    text-align: center;
    white-space: nowrap;
}

.offering-card .btn {
    width: 100%;
    /* Full width buttons for cards */
    margin-top: auto;
}

/* Magazine Cards (Oplevelser) */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
    /* Reverted to 3rem */
    margin-top: 2rem;
}

.experience-card {
    background: white;
    padding: 0;
    overflow: hidden;
    border-radius: var(--radius-soft);
    box-shadow: var(--shadow-card);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.experience-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.card-image-wrapper {
    height: 230px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.experience-card:hover .card-image-wrapper img {
    transform: scale(1.08);
}

.experience-card .card-content-wrap {
    padding: 1.4rem 1.6rem 0.6rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.experience-card h3 {
    margin: 0;
    padding: 1.6rem 1.8rem 0.5rem;
    font-size: 1.35rem;
    line-height: 1.25;
    word-break: break-word;
}

.experience-card p {
    padding: 0 1.8rem 1.5rem;
    margin: 0;
    color: var(--color-text-body);
    font-size: 0.94rem;
    line-height: 1.6;
    flex-grow: 1;
}

.experience-card .text-link {
    display: inline-block;
    padding: 0 1.8rem 1.6rem;
    margin: 0;
    color: var(--color-gold);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.82rem;
    letter-spacing: 1px;
    margin-top: auto;
}

.photo-credit {
    position: absolute;
    bottom: 20px;
    /* More padding for premium look */
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    /* Slightly darker for legibility */
    color: white;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 4px;
    backdrop-filter: blur(8px);
    z-index: 50;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .contact-form-wrapper {
        padding: 2.5rem;
    }

    .hero-credit {
        bottom: 1rem;
        right: 1rem;
    }

    .coo-trust-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    :root {
        --spacing-layout: 4rem;
    }

    .main-nav {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    body {
        padding-top: 65px;
    }

    #main-header {
        padding: 0.6rem 0;
    }

    .logo {
        height: 50px;
    }

    /* Hero Responsive Fixes */
    .hero {
        height: auto !important;
        min-height: calc(100vh - 65px) !important;
        padding: 3.5rem 0 3.8rem !important;
    }

    .hero-content {
        padding: 0 0.5rem;
    }

    .hero-badge,
    .cruise-hero-badge {
        font-size: 0.72rem !important;
        padding: 0.35rem 0.9rem !important;
        margin-bottom: 1rem !important;
        line-height: 1.35 !important;
        white-space: normal !important;
    }

    .hero-content h1 {
        font-size: 1.85rem !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important;
    }

    .hero-subtitle {
        font-size: 0.98rem !important;
        line-height: 1.5 !important;
        margin-bottom: 1.8rem !important;
    }

    .hero-actions {
        flex-direction: column !important;
        gap: 0.85rem !important;
        width: 100% !important;
    }

    .hero-actions .btn {
        width: 100% !important;
        min-width: 100% !important;
        padding: 0.85rem 1.2rem !important;
        font-size: 0.85rem !important;
    }

    .hero .photo-credit {
        display: none !important;
    }

    /* Founder Quote & Responsive Grid Stack Fix */
    .story-grid-responsive {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    /* B2B / Erhverv Responsive Enhancements (VIP Box & Review Card) */
    div[style*="background: linear-gradient(135deg, #1b3022 0%, #0f172a 100%)"] {
        padding: 1.8rem 1.4rem !important;
    }
    div[style*="background: linear-gradient(135deg, #1b3022 0%, #0f172a 100%)"] .btn,
    div[style*="background: linear-gradient(135deg, #1b3022 0%, #0f172a 100%)"] a.btn {
        width: 100% !important;
        text-align: center !important;
        white-space: normal !important;
        display: block !important;
    }

    div[style*="margin-top: 2.5rem"][style*="background: #ffffff"] {
        padding: 1.6rem 1.4rem !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }
    div[style*="margin-top: 2.5rem"][style*="background: #ffffff"] .btn,
    div[style*="margin-top: 2.5rem"][style*="background: #ffffff"] a.btn {
        width: 100% !important;
        text-align: center !important;
        white-space: normal !important;
        display: block !important;
    }

    /* Trust Bar Grid Stack on Mobile */
    .trust-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 1.8rem 1.2rem !important;
    }

    /* Experience Pillars & Filter Console on Mobile */
    .filter-groups {
        padding: 1.4rem 1.1rem !important;
    }
    .filter-buttons {
        flex-wrap: wrap !important;
    }
    .filter-btn {
        padding: 0.5rem 0.9rem !important;
        font-size: 0.78rem !important;
        white-space: normal !important;
        line-height: 1.3 !important;
        text-align: left !important;
    }

    .container {
        padding: 0 1.2rem !important;
    }

    /* Partner Registration Form (for-aktoerer.html) Mobile Fix */
    #actor-partner-form .form-row {
        grid-template-columns: 1fr !important;
        gap: 0.8rem !important;
    }
    #actor-partner-form div[style*="padding: 2.5rem 3rem"] {
        padding: 1.5rem 1.2rem !important;
    }

    /* Aktørforum (aktoerforum.html) 3-Column to 1-Column Mobile Stack Fix */
    .community-3col-layout {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        width: 100% !important;
    }
    .community-3col-layout > div {
        position: static !important;
        top: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .forum-tabs-wrapper {
        flex-direction: row !important;
        gap: 0.5rem !important;
        overflow-x: auto !important;
        border-bottom: 2px solid rgba(0,0,0,0.05) !important;
    }
    .forum-tab-btn {
        flex: 1 !important;
        font-size: 0.88rem !important;
        padding: 0.75rem 0.5rem !important;
        text-align: center !important;
        white-space: nowrap !important;
    }
    .sustainability-split {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .forum-toolbar {
        padding: 1rem !important;
        flex-direction: column !important;
        gap: 1rem !important;
    }
    .forum-search-wrapper {
        min-width: 100% !important;
        width: 100% !important;
    }

    .board-note {
        padding: 1.2rem 1.1rem !important;
        width: 100% !important;
        box-sizing: border-box !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    .board-note h4 {
        font-size: 1.1rem !important;
        word-break: break-word !important;
    }

    .board-note p {
        font-size: 0.9rem !important;
        line-height: 1.55 !important;
        word-break: break-word !important;
    }

    .note-card {
        padding: 1.2rem !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .note-header {
        flex-wrap: wrap !important;
        gap: 0.8rem !important;
    }

    /* Kalender fanen på mobil */
    .calendar-layout {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        width: 100% !important;
    }
    .calendar-card {
        padding: 1.2rem 0.8rem !important;
    }
    .calendar-days,
    .calendar-weekdays {
        gap: 0.25rem !important;
    }
    .calendar-day {
        font-size: 0.82rem !important;
    }

    #event-form .form-row {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    .template-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .trust-grid {
        grid-template-columns: 1fr !important;
        gap: 1.6rem !important;
    }
    .container {
        padding: 0 1rem !important;
    }
    .hero-content h1 {
        font-size: 1.65rem !important;
    }
}

/* Responsive Mobile Navigation Active States & Animations */
.main-nav.active {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 65px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    padding: 1.8rem 1.4rem;
    z-index: 999;
}

.main-nav.active ul {
    flex-direction: column;
    gap: 1.2rem;
    align-items: stretch;
    margin: 0;
    padding: 0;
}

.main-nav.active ul li {
    width: 100%;
}

.main-nav.active ul li a:not(.btn) {
    display: block;
    padding: 0.6rem 0.2rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--color-primary);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-nav.active .btn {
    width: 100%;
    margin-top: 0.6rem;
    padding: 0.9rem 1.2rem;
    font-size: 0.92rem;
    text-align: center;
    display: block;
}

.mobile-menu-toggle span {
    transition: var(--transition);
}

.mobile-menu-toggle.open span:nth-child(1),
.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.mobile-menu-toggle.open span:nth-child(2),
.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.open span:nth-child(3),
.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* ==========================================================================
   INTERACTIVE TIMELINE & GOODIEBAG STYLES
   ========================================================================== */

/* 1. Interactive Timeline */
.timeline-section {
    background-color: var(--color-sand);
    padding: var(--spacing-layout) 0;
}

.timeline-outer-wrapper {
    position: relative;
    max-width: 900px;
    margin: 4rem auto 0;
    padding: 0 1rem;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: rgba(26, 54, 93, 0.1);
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-line-progress {
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
    background: var(--color-gold);
    transform: translateX(-50%);
    z-index: 2;
    height: 0%; /* Dynamic via JS scroll or interaction */
    transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-node {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 3;
    opacity: 0.8;
    transition: var(--transition);
}

.timeline-node.active {
    opacity: 1;
}

.timeline-node::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 4px solid var(--color-primary);
    transition: var(--transition);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.timeline-node.active::after {
    background: var(--color-gold);
    border-color: var(--color-gold);
    transform: translate(-50%, -50%) scale(1.3);
    box-shadow: 0 0 15px rgba(197, 160, 101, 0.5);
}

.timeline-time {
    width: 45%;
    text-align: right;
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-primary);
    padding-right: 2rem;
}

.timeline-content-card {
    width: 45%;
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: var(--shadow-card);
    transition: var(--transition);
    position: relative;
    border-left: 4px solid var(--color-primary);
}

.timeline-node.active .timeline-content-card {
    border-left-color: var(--color-gold);
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.timeline-content-card h4 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    color: var(--color-primary);
    margin-bottom: 0.5rem;
}

.timeline-content-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
    color: var(--color-text-body);
}

/* Alternating layout */
.timeline-node:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-node:nth-child(even) .timeline-time {
    text-align: left;
    padding-right: 0;
    padding-left: 2rem;
}

.timeline-node:nth-child(even) .timeline-content-card {
    border-left: none;
    border-right: 4px solid var(--color-primary);
}

.timeline-node:nth-child(even).active .timeline-content-card {
    border-right-color: var(--color-gold);
}

/* 2. Interactive Goodiebag Viewer */
.goodiebag-interactive-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
    margin-top: 4rem;
}

.goodiebag-visual-area {
    position: relative;
    height: 500px;
    background: radial-gradient(circle, rgba(245,240,230,0.8) 0%, rgba(26,54,93,0.05) 100%);
    border-radius: 20px;
    border: 1px solid rgba(26,54,93,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

/* Tagline above bag */
.goodiebag-tagline {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%) rotate(-2deg);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    font-style: italic;
    color: var(--color-gold);
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
    z-index: 10;
    width: 100%;
    text-align: center;
}

.goodiebag-bag-graphic {
    width: 260px;
    height: 300px;
    background: linear-gradient(135deg, #F4F1EA 0%, #E9E5DC 100%); /* Premium Cream Canvas Material */
    border-radius: 4px 4px 28px 28px; /* Classic flat tote round bottom corners */
    position: relative;
    box-shadow: 
        0 15px 35px rgba(15, 23, 42, 0.15),
        inset 0 0 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #D5D0C3;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
}

/* Top stitched fold */
.goodiebag-bag-graphic::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15); /* Finer stitching line */
}

/* Bag handles (Flat cream straps looping up) */
.goodiebag-bag-graphic::before {
    content: '';
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 180px;
    border: 16px solid #EDE9E0; /* Fabric strap thickness */
    border-bottom: none;
    border-radius: 60px 60px 0 0;
    z-index: -1;
    box-shadow: 
        inset 0 4px 10px rgba(0,0,0,0.05),
        0 -4px 10px rgba(0,0,0,0.05);
}

/* White fabric tag at bottom right seam */
.goodiebag-bag-tag {
    position: absolute;
    bottom: 40px;
    right: -7px;
    width: 8px;
    height: 25px;
    background: #ffffff;
    border: 1px solid #D3CEBF;
    border-left: none;
    border-radius: 0 2px 2px 0;
    z-index: 3;
    transform: rotate(2deg);
    box-shadow: 1px 2px 4px rgba(0,0,0,0.05);
}

.goodiebag-bag-logo {
    width: 130px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.95;
    mix-blend-mode: multiply; /* Make it look printed on canvas */
}

.goodiebag-bag-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Interactive items sticking out of the bag */
.goodiebag-item-hotspot {
    position: absolute;
    cursor: pointer;
    z-index: 3; /* ALWAYS ON TOP OF BAG (z-index 2) FOR CLICKABILITY */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.goodiebag-item-hotspot:hover {
    transform: translateY(-15px) scale(1.1);
    z-index: 5;
}

.goodiebag-item-hotspot.active {
    transform: translateY(-25px) scale(1.15);
    z-index: 5;
}

/* Positioning hotspots beautifully around the bag */
.hotspot-beer {
    top: 140px;
    left: 40px;
}
.hotspot-juice {
    top: 140px;
    right: 40px;
}
.hotspot-coffee {
    top: 70px;
    left: 140px;
}
.hotspot-chocolate {
    top: 220px;
    left: 30px;
}
.hotspot-cards {
    top: 220px;
    right: 30px;
}

/* Item illustrations & Pulse effect */
.item-badge {
    background: white;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--color-gold);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    font-size: 1.8rem;
    position: relative;
    transition: var(--transition);
}

/* Pulse animation ring */
.item-badge::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    border: 3px solid var(--color-gold);
    opacity: 0.4;
    animation: hotspotPulse 2s infinite;
    pointer-events: none;
    transition: var(--transition);
}

.goodiebag-item-hotspot.active .item-badge::before,
.goodiebag-item-hotspot:hover .item-badge::before {
    animation: none;
    opacity: 0;
}

@keyframes hotspotPulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.25);
        opacity: 0;
    }
}

.goodiebag-item-hotspot:hover .item-badge,
.goodiebag-item-hotspot.active .item-badge {
    background: var(--color-gold);
    color: white;
    border-color: white;
    box-shadow: 0 12px 25px rgba(197, 160, 101, 0.4);
}

.goodiebag-item-label {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-primary);
    color: white;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: var(--radius-pill);
    white-space: nowrap;
    opacity: 0;
    transition: var(--transition);
    pointer-events: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.goodiebag-item-hotspot:hover .goodiebag-item-label,
.goodiebag-item-hotspot.active .goodiebag-item-label {
    opacity: 1;
    bottom: -28px;
}

/* Details Card */
.goodiebag-details-card {
    background: white;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: var(--shadow-card);
    border-left: 6px solid var(--color-gold);
    transition: var(--transition);
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.goodiebag-details-card h3 {
    font-family: var(--font-heading);
    color: var(--color-primary);
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.goodiebag-details-card .partner-sub {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-gold);
    margin-bottom: 1.5rem;
}

.goodiebag-details-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--color-text-body);
    margin-bottom: 2rem;
}

/* Responsive adjust for new components */
@media (max-width: 900px) {
    .timeline-line,
    .timeline-line-progress {
        left: 20px;
        transform: none;
    }
    
    .timeline-node {
        flex-direction: column !important;
        align-items: flex-start;
        padding-left: 50px;
        margin-bottom: 3rem;
    }
    
    .timeline-node::after {
        left: 20px;
        transform: translateY(-50%);
    }
    
    .timeline-time {
        width: 100% !important;
        text-align: left !important;
        padding: 0 0 0.5rem 0 !important;
        font-size: 1.6rem;
    }
    
    .timeline-content-card {
        width: 100% !important;
        border-left: 4px solid var(--color-primary) !important;
        border-right: none !important;
    }
    
    .goodiebag-interactive-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .goodiebag-visual-area {
        height: 380px;
    }
}

/* ==========================================================================
   3. UPGRADED PREMIUM CONTACT FORMS
   ========================================================================== */
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-row-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
}

@media (max-width: 768px) {
    .form-row-3 {
        grid-template-columns: 1fr;
        gap: 0;
    }
}


/* Ensure the date selector and guest number rows have ample space and do not clip long option texts */
.form-row:has(#tour-date) {
    grid-template-columns: 1.6fr 0.9fr;
}

@media (max-width: 1200px) {
    .form-row:has(#tour-date) {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.tour-pills-container {
    margin-bottom: 1.5rem;
}

.tour-pills-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-gold);
    margin-bottom: 0.75rem;
}

.tour-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.pill-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.75rem 1.25rem;
    border-radius: var(--radius-pill);
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.pill-btn:hover {
    border-color: var(--color-gold);
    color: var(--color-gold);
    background: rgba(197, 160, 101, 0.05);
}

.pill-btn.active {
    background: var(--color-gold);
    border-color: var(--color-gold);
    color: var(--color-primary);
}

.form-info-text {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 1.5rem 0 0.5rem 0;
    line-height: 1.4;
    text-align: center;
}

/* ==========================================================================
   4. UPCOMING TOURS & SCARCITY SECTION
   ========================================================================== */
.upcoming-tours-section {
    background: var(--color-sand);
    padding: var(--spacing-layout) 0;
}

.tours-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.tour-card {
    background: white;
    border-radius: var(--radius-soft);
    padding: 2.5rem;
    box-shadow: var(--shadow-card);
    border-top: 4px solid var(--color-gold);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.tour-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(26, 54, 93, 0.1);
}

.scarcity-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #c53030; /* red-600 */
    color: white;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: var(--radius-pill);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.tour-card-date {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0.5rem;
}

.tour-card-type {
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-gold);
    margin-bottom: 1.5rem;
}

.tour-card-info {
    font-size: 0.95rem;
    color: var(--color-text-body);
    line-height: 1.5;
    margin-bottom: 2rem;
}

.tour-card-action {
    width: 100%;
}

/* ==========================================================================
   8. EXPERIENCE MODAL DESIGN (PREMIUM MAGASIN STYLE)
   ========================================================================== */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    display: none; /* Controlled by JS */
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.modal.active {
    display: flex;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 23, 42, 0.65); /* Rich dark blue overlay */
    backdrop-filter: blur(12px); /* High-end blur */
    transition: opacity 0.4s ease;
}

.modal-container {
    position: relative;
    background-color: var(--color-white);
    width: 100%;
    max-width: 960px;
    max-height: 85vh;
    border-radius: 16px; /* Soft luxury corners */
    box-shadow: 0 30px 60px -15px rgba(15, 23, 42, 0.3);
    z-index: 10001;
    overflow: hidden; /* Prevent image bleed */
    animation: modalSlideUp 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 1.8rem;
    line-height: 1;
    color: var(--color-primary);
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-close:hover {
    background-color: var(--color-primary);
    color: white;
    transform: rotate(90deg);
    box-shadow: 0 6px 20px rgba(26, 54, 93, 0.2);
}

.modal-content-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 1.3fr;
    height: 100%;
    max-height: 85vh;
}

.modal-image-col {
    position: relative;
    height: 100%;
    min-height: 450px;
    background-color: #f3f4f6;
}

.modal-image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.modal-image-col .photo-credit {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(4px);
    color: white;
    padding: 0.4rem 0.9rem;
    border-radius: var(--radius-soft);
    font-size: 0.75rem;
    z-index: 2;
    letter-spacing: 0.5px;
}

.modal-text-col {
    padding: 4.5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    max-height: 85vh;
    border-left: 1px solid rgba(0, 0, 0, 0.05); /* Clean thin divider */
}

.modal-category-badge {
    align-self: flex-start;
    background-color: var(--color-sand);
    color: var(--color-gold);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0.5rem 1.2rem;
    border-radius: var(--radius-pill);
    margin-bottom: 1.5rem;
    border: 1px solid rgba(197, 160, 101, 0.15);
}

.modal-text-col h2 {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    color: var(--color-primary);
    line-height: 1.2;
}

.modal-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--color-text-body);
    margin-bottom: 2.5rem;
}

.modal-actions {
    margin-top: auto;
}

.modal-actions .btn {
    width: 100%;
    padding: 1.2rem 2rem;
}

@media (max-width: 900px) {
    .modal-content-wrapper {
        grid-template-columns: 1fr;
        max-height: 80vh;
    }
    .modal-container {
        max-height: 80vh;
    }
    .modal-image-col {
        height: 220px;
        min-height: 220px;
    }
    .modal-text-col {
        padding: 3rem 2.5rem;
        max-height: calc(80vh - 220px);
        border-left: none;
    }
    .modal-text-col h2 {
        font-size: 1.9rem;
    }
}

/* ==========================================================================
   9. BOOKING HELPER NOTICE
   ========================================================================== */
.booking-helper-notice {
    background-color: var(--color-sand);
    border: 1px solid rgba(197, 160, 101, 0.4);
    border-radius: var(--radius-soft);
    padding: 1.25rem 1.5rem;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    color: var(--color-primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    animation: fadeInDown 0.3s ease-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.booking-helper-notice strong {
    color: var(--color-text-dark);
}

.booking-helper-close {
    background: none;
    border: none;
    font-size: 1.2rem;
    color: var(--color-primary);
    cursor: pointer;
    font-weight: bold;
    padding: 0 0.5rem;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.booking-helper-close:hover {
    opacity: 1;
}

/* Cruise Excursion Specific Styles */
.cruise-logistics-section {
    background-color: var(--color-white);
    padding: var(--spacing-layout) 0;
}

.cruise-timeline-horizontal {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
    position: relative;
}

@media (max-width: 992px) {
    .cruise-timeline-horizontal {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

.cruise-time-step {
    background-color: var(--color-sand);
    padding: 2.5rem 2rem;
    border-radius: var(--radius-soft);
    position: relative;
    box-shadow: var(--shadow-card);
    transition: var(--transition);
}

.cruise-time-step:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.step-badge {
    position: absolute;
    top: -20px;
    left: 2rem;
    background-color: var(--color-primary);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.2rem;
    border: 3px solid var(--color-white);
}

.cruise-time-step h4 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.step-meta {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--color-gold);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.step-desc {
    font-size: 0.95rem;
    color: var(--color-text-body);
    line-height: 1.5;
    margin-bottom: 0;
}

.cruise-guarantees-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 5rem;
    background-color: var(--color-primary);
    color: white;
    padding: 4rem;
    border-radius: var(--radius-soft);
    position: relative;
}

@media (max-width: 768px) {
    .cruise-guarantees-grid {
        grid-template-columns: 1fr;
        padding: 2.5rem 2rem;
        gap: 2rem;
    }
}

.cruise-guarantee-card {
    display: flex;
    flex-direction: column;
}

.cruise-guarantee-card h3 {
    color: var(--color-gold);
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.cruise-guarantee-card p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.guarantee-icon {
    width: 40px;
    height: 40px;
    color: var(--color-gold);
}

/* 15. Interactive Timeline Styles */
.timeline-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: start;
}

.timeline-list {
    position: relative;
    padding-left: 2rem;
}

.timeline-list::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 14px;
    width: 2px;
    background: linear-gradient(to bottom, var(--color-gold) 70%, rgba(197, 160, 101, 0.15));
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    border-radius: var(--radius-soft);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid transparent;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-item:hover {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(197, 160, 101, 0.15);
    transform: translateX(5px);
}

.timeline-item.active {
    background: white;
    box-shadow: var(--shadow-card);
    border-color: rgba(197, 160, 101, 0.25);
    border-left: 4px solid var(--color-gold) !important;
    transform: translateX(8px);
}

.timeline-badge-wrapper {
    position: absolute;
    left: -2rem;
    top: 1.5rem;
    margin-left: -21px; /* Center badge on the line */
}

.timeline-badge {
    width: 70px;
    height: 28px;
    background: white;
    border: 2px solid rgba(197, 160, 101, 0.4);
    color: var(--color-primary);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.timeline-item:hover .timeline-badge {
    border-color: var(--color-gold);
    color: var(--color-gold);
}

.timeline-item.active .timeline-badge {
    background: var(--color-gold);
    border-color: var(--color-gold);
    color: white;
    box-shadow: 0 2px 8px rgba(197, 160, 101, 0.4);
}

.timeline-content {
    padding-left: 2.5rem;
}

.timeline-duration {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-gold);
    background: rgba(197, 160, 101, 0.08);
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.timeline-content h3 {
    font-size: 1.35rem;
    color: var(--color-primary);
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.timeline-item.active .timeline-content h3 {
    color: var(--color-gold);
}

.timeline-content p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--color-text-body);
    margin-bottom: 0;
}

/* Timeline Showcase Sticky Card */
.timeline-showcase {
    position: sticky;
    top: 120px;
}

.showcase-card {
    background: white;
    border-radius: var(--radius-soft);
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(197, 160, 101, 0.15);
    overflow: hidden;
    transition: all 0.4s ease;
}

.showcase-img-container {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
    background-color: var(--color-sand);
}

.showcase-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.showcase-card:hover .showcase-img-container img {
    transform: scale(1.05);
}

.showcase-info {
    padding: 2rem;
}

.showcase-tag {
    display: inline-block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-gold);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.showcase-info h4 {
    font-size: 1.5rem;
    color: var(--color-primary);
    margin-bottom: 0.75rem;
}

.showcase-info p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--color-text-body);
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .timeline-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .timeline-showcase {
        position: relative;
        top: 0;
    }
    
    .showcase-img-container {
        height: 250px;
    }
}

/* Actor Forum Login Custom Styles */
.noticeboard-protected-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.noticeboard-protected-content.show {
    display: block;
    opacity: 1;
}

.login-card-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 1rem;
}

.login-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 6px solid var(--color-gold);
    border-radius: 8px;
    padding: 3rem;
    box-shadow: var(--shadow-card);
    text-align: center;
    position: relative;
    transition: var(--transition);
}

.login-card:hover {
    box-shadow: var(--shadow-hover);
}

.login-icon-circle {
    width: 70px;
    height: 70px;
    background: rgba(197, 160, 101, 0.1);
    color: var(--color-gold);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.login-icon-circle svg {
    width: 32px;
    height: 32px;
}

.login-card h3 {
    font-family: var(--font-heading);
    color: var(--color-primary);
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.login-card p {
    font-size: 1rem;
    color: var(--color-text-body);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.login-input-group {
    position: relative;
    margin-bottom: 1.5rem;
    text-align: left;
}

.login-input-group label {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-primary);
    margin-bottom: 0.5rem;
}

.login-input-wrapper {
    position: relative;
}

.login-input {
    width: 100%;
    padding: 1rem 3.5rem 1rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-family: var(--font-body);
    font-size: 1.1rem;
    background: #fafafa;
    outline: none;
    transition: var(--transition);
}

.login-input:focus {
    border-color: var(--color-gold);
    background: white;
    box-shadow: 0 4px 12px rgba(197, 160, 101, 0.1);
}

.password-toggle-btn {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-text-body);
    opacity: 0.6;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.password-toggle-btn:hover {
    opacity: 1;
}

.password-toggle-btn svg {
    width: 20px;
    height: 20px;
}

.login-error-msg {
    color: #dc2626;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    display: none;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}

.login-error-msg.show {
    display: flex;
}

.login-info-box {
    background-color: var(--color-sand);
    border-left: 4px solid var(--color-gold);
    padding: 1.5rem;
    border-radius: 0 4px 4px 0;
    margin-bottom: 2rem;
    text-align: left;
}

.login-info-box h4 {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.login-info-box p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--color-text-body);
    line-height: 1.5;
}

.login-info-box code {
    background: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: monospace;
    font-weight: bold;
    color: var(--color-primary);
    border: 1px solid rgba(0,0,0,0.05);
}

.board-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 4rem;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.board-header-wrapper .board-header {
    margin-bottom: 0;
    flex: 1;
    text-align: left;
}

.logout-btn {
    background: none;
    border: 1px solid rgba(15, 54, 93, 0.2);
    color: var(--color-primary);
    padding: 0.6rem 1.25rem;
    border-radius: var(--radius-pill);
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.logout-btn:hover {
    background: rgba(15, 54, 93, 0.05);
    border-color: var(--color-primary);
}

@media (max-width: 768px) {
    .board-header-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .board-header-wrapper .board-header {
        text-align: center;
    }
    .logout-btn {
        align-self: center;
    }
}

/* Values Grid on Actor Page */
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.value-card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: var(--radius-soft);
    padding: 2.5rem 2rem;
    text-align: left;
    box-shadow: var(--shadow-card);
    transition: var(--transition);
    border-top: 4px solid var(--color-gold);
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.value-image-wrapper {
    height: 180px;
    border-radius: var(--radius-soft);
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    position: relative;
}

.value-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.value-card:hover .value-card-img {
    transform: scale(1.05);
}

.value-photo-credit {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.65);
    color: white;
    font-size: 0.6rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 2px;
    backdrop-filter: blur(4px);
    z-index: 10;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    pointer-events: none;
}

.value-card h3 {
    font-family: var(--font-heading);
    color: var(--color-primary);
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
}

.value-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--color-text-body);
    margin-bottom: 0;
}

/* Forum Dashboard Styles */
.forum-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 1.5rem 2rem;
    border-radius: 8px;
    box-shadow: var(--shadow-card);
    margin-bottom: 2.5rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.forum-search-wrapper {
    position: relative;
    flex: 1;
    min-width: 280px;
}

.forum-search-wrapper input {
    width: 100%;
    padding: 0.8rem 1.2rem 0.8rem 2.8rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: var(--radius-pill);
    font-size: 0.95rem;
    outline: none;
    transition: var(--transition);
    background: #fafafa;
}

.forum-search-wrapper input:focus {
    border-color: var(--color-gold);
    background: white;
    box-shadow: 0 4px 12px rgba(197, 160, 101, 0.1);
}

.forum-search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: var(--color-gold);
    pointer-events: none;
}

.forum-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* Guidelines Box */
.guidelines-box {
    background: #fdfaf4;
    border: 1px solid rgba(197, 160, 101, 0.25);
    border-left: 5px solid var(--color-gold);
    padding: 2rem;
    border-radius: 4px;
    margin-bottom: 3rem;
    text-align: left;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.guidelines-box h4 {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--color-primary);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.guidelines-box ul {
    margin-left: 1.5rem;
    margin-bottom: 1.25rem;
}

.guidelines-box li {
    font-size: 0.95rem;
    color: var(--color-text-body);
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.guidelines-box p {
    font-size: 0.95rem;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Avatars & Social elements on Post Cards */
.note-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.note-author-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.note-avatar {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(26, 54, 93, 0.15);
}

.note-author-meta {
    display: flex;
    flex-direction: column;
}

.note-author-meta h5 {
    font-family: var(--font-body);
    font-weight: 700;
    color: var(--color-primary);
    font-size: 0.95rem;
    margin: 0;
}

.note-author-meta span {
    font-size: 0.8rem;
    opacity: 0.7;
    font-style: italic;
}

.note-actions {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.note-like-btn {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: var(--radius-pill);
    padding: 0.45rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-text-body);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
}

.note-like-btn:hover {
    background: rgba(220, 38, 38, 0.05);
    border-color: rgba(220, 38, 38, 0.2);
    color: #dc2626;
}

.note-like-btn.liked {
    background: rgba(220, 38, 38, 0.1);
    border-color: #dc2626;
    color: #dc2626;
    animation: heartBeat 0.35s ease;
}

.note-like-btn svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    transition: transform 0.2s ease;
}

.note-like-btn.liked svg {
    fill: #dc2626;
}

@keyframes heartBeat {
    0% { transform: scale(1); }
    30% { transform: scale(1.3); }
    60% { transform: scale(0.9); }
    100% { transform: scale(1); }
}

.note-comment-toggle-btn {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: var(--radius-pill);
    padding: 0.45rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-text-body);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
}

.note-comment-toggle-btn:hover {
    background: rgba(26, 54, 93, 0.05);
    border-color: rgba(26, 54, 93, 0.2);
    color: var(--color-primary);
}

/* Comments Sektion indeni opslag */
.note-comments-section {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    display: none;
}

.note-comments-section.open {
    display: block;
}

.comments-list {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.comment-item {
    background: #fafafa;
    border-radius: var(--radius-soft);
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: left;
    border-left: 3px solid rgba(197, 160, 101, 0.4);
}

.comment-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
}

.comment-author {
    font-weight: 700;
    color: var(--color-primary);
}

.comment-company {
    opacity: 0.7;
    font-style: italic;
    margin-left: 0.4rem;
}

.comment-date {
    opacity: 0.5;
}

.comment-text {
    color: var(--color-text-body);
    margin: 0;
}

.comment-form {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 1.25rem;
}

.comment-form h5 {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--color-primary);
    margin-bottom: 0.75rem;
    text-align: left;
}

.comment-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.comment-form-row input {
    padding: 0.6rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    font-size: 0.85rem;
    background: #fafafa;
    outline: none;
}

.comment-form-row input:focus {
    border-color: var(--color-gold);
    background: white;
}

.comment-textarea-wrapper {
    position: relative;
    margin-bottom: 1rem;
}

.comment-textarea-wrapper textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    font-size: 0.85rem;
    background: #fafafa;
    outline: none;
    resize: vertical;
    min-height: 70px;
}

.comment-textarea-wrapper textarea:focus {
    border-color: var(--color-gold);
    background: white;
}

@media (max-width: 600px) {
    .comment-form-row {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}

/* ==========================================================================
   FÆLLES AKTIVITETSKALENDER STYLES
   ========================================================================== */

/* Fane-system (Tabs) */
.forum-tabs-wrapper {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 3rem;
    gap: 2rem;
}

.forum-tab-btn {
    background: none;
    border: none;
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-text-body);
    opacity: 0.6;
    padding: 1rem 0;
    cursor: pointer;
    position: relative;
    transition: var(--transition);
}

.forum-tab-btn:hover {
    opacity: 0.9;
    color: var(--color-primary);
}

.forum-tab-btn.active {
    opacity: 1;
    color: var(--color-primary);
}

.forum-tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--color-gold);
    border-radius: 2px;
}

/* Tab Indhold Vis/Skjul */
.forum-tab-content {
    display: none;
    animation: tabFadeIn 0.4s ease;
}

.forum-tab-content.active {
    display: block;
}

@keyframes tabFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Kalender Layout */
.calendar-layout {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 3rem;
    align-items: start;
}

@media (max-width: 1024px) {
    .calendar-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

/* Månedskalender Boks */
.calendar-card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: var(--radius-soft);
    padding: 2rem;
    box-shadow: var(--shadow-card);
    border-top: 4px solid var(--color-gold);
    text-align: center;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.calendar-header h4 {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--color-primary);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.calendar-nav-btn {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--color-primary);
    transition: var(--transition);
}

.calendar-nav-btn:hover {
    background: var(--color-sand);
    border-color: var(--color-gold);
    color: var(--color-gold);
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 0.5rem;
}

.calendar-weekday {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--color-primary);
    opacity: 0.6;
    text-transform: uppercase;
    text-align: center;
}

.calendar-day {
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text-body);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: var(--transition);
}

.calendar-day:hover:not(.empty) {
    background: var(--color-sand);
    color: var(--color-primary);
}

.calendar-day.empty {
    cursor: default;
}

.calendar-day.today {
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    font-weight: 700;
}

.calendar-day.active-filter {
    background: var(--color-primary);
    color: white !important;
    font-weight: 700;
}

.calendar-day.event-day::after {
    content: '';
    position: absolute;
    bottom: 4px;
    width: 5px;
    height: 5px;
    background-color: var(--color-gold);
    border-radius: 50%;
}

.calendar-day.active-filter.event-day::after {
    background-color: white;
}

/* Event Oprettelsesknap & Formular-sektion */
.create-event-trigger-wrapper {
    margin-top: 1.5rem;
}

.create-event-section {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: var(--radius-soft);
    padding: 2rem;
    box-shadow: var(--shadow-card);
    margin-top: 2rem;
    border-top: 4px solid var(--color-gold);
    display: none;
    text-align: left;
}

.create-event-section.show {
    display: block;
    animation: tabFadeIn 0.4s ease;
}

.create-event-section h3 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    color: var(--color-primary);
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Skabelonvælger */
.template-selector-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-primary);
    margin-bottom: 0.75rem;
}

.template-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.template-option {
    border: 2px solid rgba(0,0,0,0.08);
    border-radius: 4px;
    padding: 0.5rem;
    cursor: pointer;
    text-align: center;
    transition: var(--transition);
    background: #fafafa;
}

.template-option:hover {
    border-color: rgba(197, 160, 101, 0.5);
    background: #fdfdfd;
}

.template-option.selected {
    border-color: var(--color-gold);
    background: rgba(197, 160, 101, 0.05);
}

.template-thumb {
    height: 50px;
    width: 100%;
    border-radius: 2px;
    object-fit: cover;
    margin-bottom: 0.4rem;
}

.template-title {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--color-primary);
    display: block;
}

/* Event Feed & Kort */
.event-feed-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.event-feed-header h3 {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    color: var(--color-primary);
    margin: 0;
}

.reset-filter-btn {
    background: none;
    border: 1px dashed var(--color-gold);
    color: var(--color-gold);
    padding: 0.45rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: var(--radius-pill);
    cursor: pointer;
    transition: var(--transition);
}

.reset-filter-btn:hover {
    background: var(--color-sand);
    color: #9b7235;
}

.event-cards-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.event-card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: var(--radius-soft);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: var(--transition);
    display: grid;
    grid-template-columns: 1fr;
}

@media (max-width: 768px) {
    .event-card {
        grid-template-columns: 1fr;
    }
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.event-card-image-wrap {
    position: relative;
    height: 240px;
    width: 100%;
    overflow: hidden;
}

.event-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.event-card:hover .event-card-img {
    transform: scale(1.05);
}

.event-card-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--color-gold);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.event-card-badge .badge-day {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.1;
}

.event-card-badge .badge-month {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.event-card-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.event-card-category {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9b7235;
    background: rgba(197, 160, 101, 0.15);
    padding: 4px 10px;
    border-radius: var(--radius-pill);
    align-self: flex-start;
    margin-bottom: 1rem;
}

.event-card-category.tour-djurs {
    color: white;
    background: var(--color-primary);
}

.event-card h4 {
    font-family: var(--font-heading);
    color: var(--color-primary);
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
}

.event-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    opacity: 0.85;
    color: var(--color-text-body);
}

.event-meta-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.event-meta-item svg {
    width: 16px;
    height: 16px;
    color: var(--color-gold);
}

.event-card-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--color-text-body);
    margin: 0;
}

.custom-file-upload {
    display: inline-block;
    padding: 0.85rem 1.2rem;
    border: 1px dashed var(--color-gold);
    background: #fffdf9;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-gold);
    text-align: center;
    width: 100%;
    transition: var(--transition);
    margin-top: 0.5rem;
}

.custom-file-upload:hover {
    background: var(--color-sand);
    border-color: #9b7235;
    color: #9b7235;
}

/* Event Card Actions (Edit & Delete) */
.event-card-actions {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 1.25rem;
}

.event-edit-btn,
.event-delete-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: var(--radius-pill);
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.event-edit-btn {
    color: var(--color-primary);
}

.event-edit-btn svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
}

.event-edit-btn:hover {
    background: var(--color-sand);
    border-color: var(--color-gold);
    color: var(--color-gold);
}

.event-delete-btn {
    color: var(--color-text-body);
}

.event-delete-btn svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
}

.event-delete-btn:hover {
    background: rgba(220, 38, 38, 0.05);
    border-color: rgba(220, 38, 38, 0.2);
    color: #dc2626;
}

/* Premium Styling Enhancements for Aktivitetskalender */
.calendar-day.event-day {
    font-weight: 700;
}

.calendar-day.event-day::after {
    content: '';
    position: absolute;
    bottom: 4px;
    width: 5px;
    height: 5px;
    background-color: var(--color-gold);
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.calendar-day.event-day:hover::after {
    background-color: var(--color-primary);
}

.calendar-day.today {
    background: rgba(26, 54, 93, 0.05);
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
}

.calendar-day.active-filter {
    background: var(--color-primary) !important;
    color: white !important;
    box-shadow: 0 4px 10px rgba(26, 54, 93, 0.25);
}

.calendar-day.active-filter::after {
    background-color: white !important;
}

/* Event template items layout styling */
.template-option {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.template-option img {
    transition: transform 0.3s ease;
}

.template-option:hover img {
    transform: scale(1.05);
}

/* Google Maps Link Styling */
.maps-link {
    color: var(--color-gold) !important;
    text-decoration: underline !important;
    font-weight: 600;
    transition: var(--transition);
}

.maps-link:hover {
    color: var(--color-primary) !important;
}

/* Own Event Badge Styling */
.own-event-badge {
    background: var(--color-sand);
    border: 1px solid var(--color-gold);
    color: #9b7235;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: var(--radius-pill);
    box-shadow: 0 2px 4px rgba(197, 160, 101, 0.1);
}

/* Stack form inputs inside create-event-section to prevent cramped fields */
.create-event-section .form-row {
    grid-template-columns: 1fr !important;
    margin-top: 1.25rem !important;
    margin-bottom: 0 !important;
    gap: 1.25rem !important;
}

/* Custom Dropdown Arrow Styling */
.select-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.select-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-gold);
    pointer-events: none;
    font-size: 0.8rem;
    transition: var(--transition);
}

.select-wrapper:hover .select-arrow {
    color: var(--color-primary);
}

/* Description Text Truncation */
.event-card-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.event-card-desc.expanded {
    display: block;
    overflow: visible;
    -webkit-line-clamp: none;
}

/* Address suggestions dropdown item styling */
.suggestions-list {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: white;
    position: absolute;
    z-index: 1000;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.suggestions-list div {
    transition: background 0.2s ease, color 0.2s ease;
}

/* Zoom icon styling for template selector */
.template-option {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.zoom-icon {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.65);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    opacity: 0.8;
    backdrop-filter: blur(2px);
    transition: all 0.2s ease;
    z-index: 5;
}

.template-option:hover .zoom-icon {
    opacity: 1;
    transform: scale(1.15);
    background: var(--color-gold);
}

/* WYSIWYG Toolbar button styling */
.wysiwyg-btn {
    transition: var(--transition);
}

.wysiwyg-btn:hover {
    background: var(--color-sand) !important;
    border-color: var(--color-gold) !important;
    color: var(--color-gold) !important;
    transform: translateY(-1px);
}

.wysiwyg-btn:active {
    transform: translateY(1px);
}

/* Lightbox Modal for template previews */
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.lightbox-content {
    max-width: 85%;
    max-height: 75%;
    border-radius: var(--radius-soft);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 3px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.lightbox-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: white;
    font-size: 2.5rem;
    font-weight: 300;
    cursor: pointer;
    transition: var(--transition);
}

.lightbox-close:hover {
    color: var(--color-gold);
    transform: scale(1.1);
}

.lightbox-caption {
    position: absolute;
    bottom: 2rem;
    color: white;
    font-size: 1.1rem;
    text-align: center;
    font-family: var(--font-body);
    letter-spacing: 1px;
    font-weight: 500;
}

/* ==========================================================================
   FORSIDE 2026 HERO & SEKTIONER (MODERNE REDESIGN)
   ========================================================================== */

/* Trust Bar / Stats Banner */
.trust-bar {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    padding: 2.2rem 0;
}

.trust-bar-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

.trust-icon-svg {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(197, 160, 101, 0.12);
    color: var(--color-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(197, 160, 101, 0.25);
    transition: var(--transition);
}

.trust-item:hover .trust-icon-svg {
    background: var(--color-gold);
    color: #ffffff;
    transform: translateY(-2px);
}

.trust-icon-svg svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
}

.trust-text strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.12rem;
    color: var(--color-primary);
    line-height: 1.25;
    margin-bottom: 0.2rem;
}

.trust-text span {
    font-size: 0.85rem;
    color: var(--color-text-body);
    opacity: 0.85;
}

/* Included / Goodiebag Icons */
.included-icon-svg {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(197, 160, 101, 0.1);
    color: var(--color-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    border: 1px solid rgba(197, 160, 101, 0.2);
    transition: var(--transition);
}

.included-card:hover .included-icon-svg {
    background: var(--color-gold);
    color: #ffffff;
    transform: scale(1.08);
}

.included-icon-svg svg {
    width: 32px;
    height: 32px;
    stroke: currentColor;
}

/* Contact Choice Cards (Hjertekuglen) - 6 klare målgrupper */
.contact-type-selector {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9rem;
    margin-bottom: 1.8rem;
}

@media (max-width: 991px) {
    .contact-type-selector {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .contact-type-selector {
        grid-template-columns: 1fr;
    }
}

.type-choice-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-soft);
    padding: 1.1rem 0.9rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.type-choice-card:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--color-gold);
    transform: translateY(-2px);
}

.type-choice-card.active {
    background: #ffffff;
    border-color: var(--color-gold);
    color: var(--color-primary);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px);
}

.type-choice-card.active .choice-icon svg {
    stroke: var(--color-gold);
}

.type-choice-card .choice-icon {
    margin-bottom: 0.2rem;
    color: var(--color-gold);
}

.type-choice-card .choice-title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
}

.type-choice-card .choice-sub {
    font-size: 0.76rem;
    opacity: 0.8;
    line-height: 1.3;
}

/* Form Steps & Dynamic Package Boxes */
.form-step-title {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 700;
    font-size: 0.95rem;
    color: #ffffff;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-step-num {
    background: var(--color-gold);
    color: var(--color-primary);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 900;
}

.sub-options-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.8rem;
}

@media (max-width: 576px) {
    .sub-options-grid {
        grid-template-columns: 1fr;
    }
}

.sub-option-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-soft);
    padding: 0.85rem 1rem;
    cursor: pointer;
    transition: all 0.25s ease;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.sub-option-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--color-gold);
}

.sub-option-card.active {
    background: rgba(197, 160, 101, 0.2);
    border-color: var(--color-gold);
    box-shadow: 0 0 15px rgba(197, 160, 101, 0.3);
}

.sub-option-title {
    font-weight: 700;
    font-size: 0.9rem;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-option-card.active .sub-option-title {
    color: var(--color-gold);
}

/* Premium Integrated Trust & Logistics Bar */
.premium-trust-bar {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 10;
    padding: 2.2rem 0;
}

.premium-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem;
}

@media (max-width: 1100px) {
    .premium-trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 600px) {
    .premium-trust-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
}

.premium-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding-right: 0.5rem;
}

.premium-trust-item:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 1100px) {
    .premium-trust-item:not(:last-child) {
        border-right: none;
    }
}

.premium-trust-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--color-sand);
    border: 1px solid rgba(197, 160, 101, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--color-primary);
    transition: all 0.3s ease;
}

.premium-trust-item:hover .premium-trust-icon {
    background: var(--color-gold);
    color: #ffffff;
    transform: translateY(-2px);
    border-color: var(--color-gold);
}

.premium-trust-text h4 {
    margin: 0 0 0.25rem 0;
    font-size: 0.95rem;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-primary);
}

.premium-trust-text p {
    margin: 0;
    font-size: 0.8rem;
    color: var(--color-text-body);
    line-height: 1.45;
}


/* Departure Showcase Grid (Afgangstavlen) */
.departure-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
    margin-top: 2.5rem;
}

@media (max-width: 991px) {
    .departure-grid {
        grid-template-columns: 1fr;
    }
}/* Showcase Cards under front map - Kompakt og eksklusivt */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

@media (max-width: 991px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}

.feature-card {
    background: #ffffff;
    border-radius: var(--radius-soft);
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.09);
    border-color: var(--color-gold);
}

.feature-card-img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.feature-card-body {
    padding: 1.25rem 1.4rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.feature-card-category {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-gold);
    margin-bottom: 0.35rem;
}

.feature-card-title {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 0.3rem 0;
    line-height: 1.25;
}

.feature-card-host {
    font-size: 0.78rem;
    color: var(--color-text-body);
    opacity: 0.75;
    margin-bottom: 0.75rem;
}

.feature-card-desc {
    font-size: 0.84rem;
    color: var(--color-text-body);
    line-height: 1.45;
    margin-bottom: 1rem;
}

.feature-card-link {
    margin-top: auto;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--color-gold);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    transition: gap 0.2s ease;
}

.feature-card-link:hover {
    gap: 0.5rem;
    color: var(--color-primary);
}

.departure-card {
    background: #ffffff;
    border-radius: var(--radius-soft);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    transition: all 0.35s ease;
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
}

.departure-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.1);
    border-color: var(--color-gold);
}

.departure-card-img {
    height: 160px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.departure-card-body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.departure-meta-badge {
    display: inline-block;
    align-self: flex-start;
    background: var(--color-sand);
    color: var(--color-primary);
    padding: 0.3rem 0.75rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8rem;
}

.departure-date-row {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0.4rem;
}

.departure-theme-title {
    font-size: 0.95rem;
    color: var(--color-gold);
    font-weight: 600;
    margin-bottom: 1rem;
}

.departure-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.84rem;
    color: var(--color-text-body);
}

.departure-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    line-height: 1.45;
}

.departure-info-list li svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.departure-price-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.departure-price-val {
    font-size: 1.6rem;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-primary);
}

.departure-price-sub {
    font-size: 0.75rem;
    color: var(--color-text-body);
    opacity: 0.8;
}





/* Audience 3-Pillars Section */
.audience-section {
    padding: 3rem 0 5rem 0;
    background: var(--color-sand);
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.2rem;
}

@media (max-width: 991px) {
    .audience-grid {
        grid-template-columns: 1fr;
    }
}

.audience-card {
    background: #ffffff;
    border-radius: var(--radius-soft);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(0,0,0,0.04);
}

.audience-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(27, 48, 34, 0.12);
}

.audience-card-img {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.audience-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.audience-card:hover .audience-card-img img {
    transform: scale(1.06);
}

.audience-card-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--color-gold);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.35rem 0.85rem;
    border-radius: var(--radius-pill);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.audience-card-body {
    padding: 2.2rem 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.audience-card-body h3 {
    font-family: var(--font-heading);
    font-size: 1.55rem;
    color: var(--color-primary);
    margin: 0 0 0.8rem 0;
    line-height: 1.3;
}

.audience-card-body p {
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--color-text-body);
    margin-bottom: 1.8rem;
    flex-grow: 1;
}

.audience-card-btn {
    align-self: flex-start;
    padding: 0.75rem 1.6rem;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: var(--radius-pill);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: var(--transition);
    background: var(--color-primary);
    color: #ffffff !important;
}

.audience-card-btn:hover {
    background: var(--color-gold);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(197, 160, 101, 0.3);
}

/* Features / Included 4-Grid */
.included-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem;
}

@media (max-width: 991px) {
    .included-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .included-grid {
        grid-template-columns: 1fr;
    }
}

.included-card {
    background: #ffffff;
    border-radius: var(--radius-soft);
    padding: 2.2rem 1.8rem;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: var(--shadow-card);
    transition: var(--transition);
}

.included-card:hover {
    transform: translateY(-5px);
    border-color: var(--color-gold);
}

.included-icon-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(197, 160, 101, 0.12);
    color: var(--color-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin: 0 auto 1.4rem;
}

.included-card h4 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    color: var(--color-primary);
    margin: 0 0 0.6rem 0;
}

.included-card p {
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--color-text-body);
    margin: 0;
}

/* How It Works 3 Steps (Sådan foregår en Tour-dag) */
.how-it-works-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    position: relative;
}

@media (max-width: 991px) {
    .how-it-works-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.step-card {
    background: #ffffff;
    border-radius: var(--radius-soft);
    padding: 2.5rem 2rem;
    position: relative;
    border-left: 4px solid var(--color-gold);
    box-shadow: var(--shadow-card);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.step-number {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--color-gold);
    opacity: 0.45;
    line-height: 1;
    margin-bottom: 0.8rem;
}

.step-card h4 {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    color: var(--color-primary);
    margin: 0 0 0.75rem 0;
}

.step-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--color-text-body);
    margin: 0;
}

/* ==========================================================================
   Privat.html: Dybdegående Målgruppe-sektioner & Time-for-Time Tidslinje
   ========================================================================== */

.private-deep-dive {
    padding: 5.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.timeline-container {
    position: relative;
    max-width: 850px;
    margin: 3rem auto 0;
    padding-left: 2.5rem;
}

.timeline-container::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 15px;
    width: 3px;
    background: linear-gradient(to bottom, var(--color-gold) 0%, var(--color-primary) 100%);
    border-radius: 3px;
}

.timeline-item {
    position: relative;
    margin-bottom: 2.5rem;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: -2.5rem;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid var(--color-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.timeline-card {
    background: #ffffff;
    border-radius: var(--radius-soft);
    padding: 1.6rem 2rem;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.timeline-card:hover {
    transform: translateX(5px);
    border-color: var(--color-gold);
}

.timeline-time {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--color-gold);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.3rem;
}

.timeline-card h4 {
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
    font-family: var(--font-heading);
    color: var(--color-primary);
}

.timeline-card p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--color-text-body);
    line-height: 1.55;
}

/* 2-Kolonne Side-om-Side Split Grid for Privat.html */
.privat-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: stretch;
}

.privat-split-img-wrapper {
    box-shadow: var(--shadow-card);
    border-radius: var(--radius-soft);
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.privat-split-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.privat-split-img-wrapper:hover img {
    transform: scale(1.04);
}

@media (max-width: 991px) {
    .privat-split-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .privat-split-img-wrapper {
        min-height: 360px;
        height: 360px;
    }
}

/* Testimonials / Social Proof Grid for Forsiden */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.2rem;
    margin-top: 3rem;
}

@media (max-width: 991px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.8rem;
    }
}

.testimonial-card {
    background: #ffffff;
    border-radius: var(--radius-soft);
    padding: 2.2rem 2rem;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, border-color 0.3s ease;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    border-color: var(--color-gold);
}

.testimonial-stars {
    color: var(--color-gold);
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.testimonial-quote {
    font-family: var(--font-heading);
    font-size: 1.08rem;
    line-height: 1.6;
    color: var(--color-primary);
    font-style: italic;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 1.2rem;
}

.testimonial-avatar-placeholder {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--color-sand);
    border: 2px solid var(--color-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 0.95rem;
}

.testimonial-info h4 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-primary);
}

.testimonial-info span {
    font-size: 0.8rem;
    color: var(--color-gold);
    font-weight: 600;
    display: block;
}

/* Cruise Splittede Visual Features & Hover Pop */
@media (max-width: 991px) {
    .cruise-lunch-feature,
    .sustainability-split {
        grid-template-columns: 1fr !important;
    }
    .cruise-lunch-feature div:last-child {
        min-height: 240px;
    }
    .sustainability-img-wrapper {
        min-height: 320px !important;
    }
}

.sustainability-img-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.15) !important;
}

.sustainability-img-wrapper:hover img {
    transform: scale(1.05);
}

.sustainability-card-hover:hover {
    transform: translateX(8px);
    box-shadow: 0 10px 25px rgba(197, 160, 101, 0.25) !important;
    background: #ffffff !important;
}

.cruise-lunch-feature {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.cruise-lunch-feature:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

.cruise-lunch-feature:hover img {
    transform: scale(1.05);
}

.cruise-lunch-feature img {
    transition: transform 0.6s ease;
}

/* Christians Trygheds- og Værtskabsgitter (Muleposen & Logistik Showcase) */
.coo-trust-grid {
    margin-top: 4.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.coo-trust-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2.25rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(197, 160, 101, 0.22);
    display: flex;
    gap: 1.75rem;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.coo-trust-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
    border-color: var(--color-gold);
}

.mulepose-showcase {
    width: 155px;
    height: 220px;
    background: linear-gradient(145deg, #ffffff 0%, #faf8f5 100%);
    border-radius: 14px;
    border: 1px solid rgba(197, 160, 101, 0.28);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04), inset 0 1px 2px rgba(255, 255, 255, 0.8);
}

.mulepose-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.14));
    transition: transform 0.35s ease;
}

.coo-trust-card:hover .mulepose-img {
    transform: scale(1.06) rotate(-1.5deg);
}

.logistics-showcase {
    width: 155px;
    height: 220px;
    background: linear-gradient(145deg, #ffffff 0%, #faf8f5 100%);
    border-radius: 14px;
    border: 1px solid rgba(197, 160, 101, 0.28);
    padding: 18px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04), inset 0 1px 2px rgba(255, 255, 255, 0.8);
}

.logistics-badge-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(197, 160, 101, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    margin-bottom: 0.85rem;
    box-shadow: 0 4px 12px rgba(197, 160, 101, 0.2);
    transition: transform 0.35s ease;
}

.coo-trust-card:hover .logistics-badge-icon {
    transform: scale(1.08);
}

@media (max-width: 991px) {
    .coo-trust-grid {
        grid-template-columns: 1fr;
    }
    .ildsjael-feature-grid {
        grid-template-columns: 1fr !important;
        gap: 2.25rem !important;
    }
}

@media (max-width: 576px) {
    .coo-trust-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.75rem 1.25rem;
        gap: 1.25rem;
    }
}



/* Tour Djurs Booking Confirmation Certificate */
.booking-success-certificate {
    background: #fdfbf7 !important;
    border: 2px solid #c5a065 !important;
    border-radius: 16px !important;
    padding: 2.5rem 1.8rem !important;
    text-align: center !important;
    box-shadow: 0 20px 45px rgba(0,0,0,0.2) !important;
    color: #1b3022 !important;
    animation: fadeIn 0.4s ease-out;
}
.booking-success-certificate p {
    color: #4a5568 !important;
}
.booking-success-certificate strong {
    color: #1b3022 !important;
}
.booking-success-certificate a {
    color: inherit;
    text-decoration: none;
}
@media (max-width: 576px) {
    .booking-success-certificate {
        padding: 1.8rem 1.2rem !important;
    }
    .booking-success-certificate .voucher-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ==========================================================================
   VIP Premiere Duo-Pass Voucher Banner (Showstopping Kick-off Design)
   ========================================================================== */
.vip-duo-pass-card {
    background: linear-gradient(135deg, #102116 0%, #173222 55%, #0e1d13 100%);
    border: 2px solid #c5a065;
    border-radius: 20px;
    padding: 0;
    margin-bottom: 3.5rem;
    box-shadow: 0 25px 55px rgba(18, 32, 22, 0.22), 0 0 0 1px rgba(197, 160, 101, 0.25);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vip-duo-pass-card:hover {
    box-shadow: 0 30px 65px rgba(18, 32, 22, 0.28), 0 0 0 1px rgba(197, 160, 101, 0.45);
}

.vip-duo-pass-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

.vip-duo-main {
    padding: 2.8rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vip-duo-math-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1.25fr;
    align-items: center;
    gap: 0.75rem;
    background: rgba(0, 0, 0, 0.32);
    border: 1px solid rgba(197, 160, 101, 0.35);
    border-radius: 14px;
    padding: 1.2rem 1.4rem;
    margin-bottom: 1.4rem;
    backdrop-filter: blur(4px);
}

.vip-duo-chip {
    text-align: center;
}

.vip-duo-chip-featured {
    background: rgba(197, 160, 101, 0.16);
    border: 1px solid #c5a065;
    border-radius: 10px;
    padding: 0.6rem 0.8rem;
    box-shadow: 0 4px 15px rgba(197, 160, 101, 0.15);
}

.vip-duo-chip-total {
    background: linear-gradient(135deg, rgba(197, 160, 101, 0.28), rgba(197, 160, 101, 0.08));
    border-radius: 10px;
    padding: 0.6rem 0.8rem;
    border: 1px solid rgba(197, 160, 101, 0.4);
}

.vip-duo-op {
    width: 28px;
    height: 28px;
    background: rgba(197, 160, 101, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f2ce8a;
    font-weight: 800;
    font-size: 1.1rem;
    line-height: 1;
}

.vip-duo-stub {
    background: linear-gradient(180deg, #162f20 0%, #0d1b12 100%);
    border-left: 2px dashed rgba(197, 160, 101, 0.45);
    padding: 2.8rem 2.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.vip-duo-btn {
    background: linear-gradient(135deg, #f0d599 0%, #c5a065 50%, #ad8542 100%) !important;
    color: #102116 !important;
    font-weight: 800 !important;
    font-size: 0.95rem !important;
    padding: 1.1rem 1.4rem !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    box-shadow: 0 10px 25px rgba(197, 160, 101, 0.45) !important;
    transition: all 0.3s ease !important;
    border: 1px solid #fdf1d6 !important;
}

.vip-duo-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(197, 160, 101, 0.6) !important;
    background: linear-gradient(135deg, #ffffff 0%, #d8b776 50%, #c5a065 100%) !important;
}

/* Mobile & Tablet responsiveness */
@media (max-width: 992px) {
    .vip-duo-pass-grid {
        grid-template-columns: 1fr;
    }
    .vip-duo-stub {
        border-left: none;
        border-top: 2px dashed rgba(197, 160, 101, 0.45);
        padding: 2.2rem 2rem;
    }
    .vip-duo-stub .ticket-notch-top,
    .vip-duo-stub .ticket-notch-bottom {
        display: none;
    }
}

@media (max-width: 640px) {
    .vip-duo-main {
        padding: 2rem 1.4rem;
    }
    .vip-duo-math-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
    .vip-duo-op {
        display: none;
    }
}

/* ==========================================================================
   UNIVERSAL MOBILE RESPONSIVE SHIELD (360px - 768px)
   Comprehensive audit & polish across all Tour Djurs pages
   ========================================================================== */

/* 1. Global Box-Sizing & Overflow Shield */
*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    max-width: 100vw;
    overflow-x: hidden;
}

img, video, iframe, svg, canvas {
    max-width: 100%;
    height: auto;
}

/* 2. Container Padding Safeguard */
@media (max-width: 768px) {
    .container {
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media (max-width: 380px) {
    .container {
        padding-left: 0.85rem !important;
        padding-right: 0.85rem !important;
    }
}

/* 3. iOS Safari Form Zoom Prevention & Touch Target Heights (Min 44px) */
@media (max-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="date"],
    input[type="number"],
    select,
    textarea {
        font-size: 16px !important; /* Prevents iOS auto-zoom on focus */
        min-height: 44px !important;
    }

    button,
    .btn,
    a.btn,
    .pill-btn,
    .filter-btn,
    .type-choice-card,
    .sub-option-card {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

/* 4. Departure Cards Mobile Polishing */
@media (max-width: 480px) {
    .departure-price-row {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0.9rem !important;
    }

    .departure-price-row .departure-price-val {
        font-size: 1.5rem !important;
    }

    .departure-price-row .btn {
        width: 100% !important;
        text-align: center !important;
    }
    
    .departure-card {
        padding: 1.4rem 1.1rem !important;
    }
}

/* 5. Contact Form Profile Selector (Hjertekuglen) */
@media (max-width: 640px) {
    .contact-type-selector {
        grid-template-columns: 1fr !important;
        gap: 0.75rem !important;
    }

    .type-choice-card {
        padding: 1rem 1.1rem !important;
        flex-direction: row !important;
        text-align: left !important;
        gap: 0.9rem !important;
    }

    .type-choice-card .choice-icon {
        margin-bottom: 0 !important;
        flex-shrink: 0;
    }

    .type-choice-card .choice-title {
        font-size: 0.98rem !important;
    }

    .type-choice-card .choice-sub {
        font-size: 0.78rem !important;
    }
}

/* 6. Goodiebag & Visual Canvas Mobile Adaptations */
@media (max-width: 768px) {
    .goodiebag-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .goodiebag-visual {
        min-height: 340px !important;
        max-height: 400px !important;
    }

    .goodiebag-img {
        max-height: 320px !important;
        object-fit: contain !important;
    }
}

/* 7. Modal & Lightbox Mobile Optimizations */
@media (max-width: 640px) {
    .modal-container {
        width: 95% !important;
        max-height: 92vh !important;
        border-radius: 12px !important;
    }

    .modal-header-visual {
        height: 180px !important;
    }

    .modal-title-wrapper {
        left: 1rem !important;
        right: 1rem !important;
        bottom: 1rem !important;
    }

    .modal-title-wrapper h2 {
        font-size: 1.35rem !important;
    }

    .modal-content-body {
        padding: 1.4rem 1.1rem 1.8rem !important;
    }

    .modal-content-body p {
        font-size: 0.98rem !important;
        line-height: 1.65 !important;
    }

    .modal-close-btn {
        top: 12px !important;
        right: 12px !important;
        width: 36px !important;
        height: 36px !important;
    }
}

/* 8. Wall of Fame / Støt Siden Mobile Protection */
@media (max-width: 640px) {
    .lounge-columns {
        grid-template-columns: 1fr !important;
        gap: 1.4rem !important;
    }

    .lounge-category {
        padding: 1.6rem 1.2rem !important;
    }

    .cards-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
}

/* 9. Timeline on Mobile */
@media (max-width: 768px) {
    .timeline-line,
    .timeline-line-progress {
        left: 20px !important;
    }

    .timeline-node {
        flex-direction: column !important;
        align-items: flex-start !important;
        margin-left: 45px !important;
        margin-bottom: 2.5rem !important;
    }

    .timeline-node::after {
        left: -25px !important;
        top: 12px !important;
        transform: translate(-50%, 0) !important;
    }

    .timeline-node.active::after {
        transform: translate(-50%, 0) scale(1.2) !important;
    }

    .timeline-time {
        width: 100% !important;
        text-align: left !important;
        font-size: 1.4rem !important;
        padding-right: 0 !important;
        margin-bottom: 0.5rem !important;
    }

    .timeline-content-card {
        width: 100% !important;
        padding: 1.3rem !important;
    }
}

/* 10. Reportage Gallery Mobile Wrap */
@media (max-width: 600px) {
    .reportage-photo-strip {
        gap: 0.8rem !important;
    }

    .reportage-strip-item {
        flex: 1 1 100% !important;
        min-width: 100% !important;
    }

    .reportage-strip-item img {
        height: auto !important;
        max-height: 420px !important;
        object-fit: contain !important;
    }
}

/* 11. Mobile Sticky Booking Bar */
.mobile-sticky-booking-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    background: rgba(20, 38, 26, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1.5px solid var(--color-gold);
    box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.25);
    padding: 10px 16px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 768px) {
    .mobile-sticky-booking-bar {
        display: block;
    }
    .mobile-sticky-booking-bar.visible {
        transform: translateY(0);
    }
}

.mobile-sticky-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    max-width: 500px;
    margin: 0 auto;
}

.mobile-sticky-text {
    display: flex;
    flex-direction: column;
    color: #ffffff;
}

.mobile-sticky-badge {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-gold);
}

.mobile-sticky-text strong {
    font-size: 0.92rem;
    font-family: var(--font-heading);
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.mobile-sticky-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #c5a065 0%, #dfbe7e 50%, #c5a065 100%);
    color: #102116 !important;
    padding: 8px 14px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 0.82rem;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    box-shadow: 0 4px 12px rgba(197, 160, 101, 0.35);
    white-space: nowrap;
    border: 1px solid #fdf1d6;
}

.mobile-sticky-btn:active {
    transform: scale(0.96);
}

.mobile-sticky-sms-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(197, 160, 101, 0.18);
    color: #f2ce8a !important;
    border: 1.5px solid var(--color-gold);
    border-radius: 6px;
    text-decoration: none !important;
    flex-shrink: 0;
    transition: var(--transition);
}

.mobile-sticky-sms-btn:active {
    background: rgba(197, 160, 101, 0.35);
    transform: scale(0.95);
}

/* Form Mode Switcher Tabs */
.form-mode-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 1.6rem;
    background: rgba(0, 0, 0, 0.25);
    padding: 5px;
    border-radius: 10px;
    border: 1px solid rgba(197, 160, 101, 0.3);
}

.form-mode-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 14px;
    border-radius: 7px;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: inherit;
    text-align: center;
}

.form-mode-tab:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

.form-mode-tab.active {
    background: linear-gradient(135deg, #c5a065 0%, #dfbe7e 50%, #c5a065 100%);
    color: #102116;
    box-shadow: 0 4px 15px rgba(197, 160, 101, 0.35);
}

.form-mode-tab.active svg {
    stroke: #102116;
}
