.vault-hub-section {
    width: 100%;
    background-color: #0c0c0c;
    border-top: 1px solid #151515;
    border-bottom: 1px solid #151515;
    padding: 50px 0 10px 0; /* Sat ned fra 50px i bunden */
    margin: 40px 0 0 0;      /* Fjernet bund-margin helt */
    display: flex;
    justify-content: center;
}
.vault-hub-section {
    width: 100%;
    background-color: #0c0c0c;
    border-top: 1px solid #151515;
    border-bottom: 1px solid #151515;
    padding: 50px 0 10px 0; /* Sat ned fra 50px i bunden */
    margin: 40px 0 0 0;      /* Fjernet bund-margin helt */
    display: flex;
    justify-content: center;
}
/* ========================================================================
   o0SugarCandy™ // OFFICIAL PRIVATE VAULT DIRECTORY STYLESHEET
   ======================================================================== */

body {
    background-color: #050505;
    color: #ffffff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow-x: hidden;
}

.vault-container {
    width: 100%;
    max-width: 1100px;
    margin-top: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}

header {
    margin-bottom: 50px;
    text-align: center;
}

h1 {
    font-size: 2.2rem;
    letter-spacing: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    white-space: nowrap;
}

.subtitle {
    font-size: 0.7rem;
    letter-spacing: 4px;
    color: #777777;
    text-transform: uppercase;
    margin-bottom: 40px;
}

/* ========================================================================
   SEKTIONS-TITLER & GRIDS (DYNAMISK DISTRIBUTION ENGINE)
   ======================================================================== */

.section-title {
    text-align: center;
    margin: 60px 0 40px 0;
}

.section-title h2 {
    font-size: 1.3rem;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 10px 0;
    font-weight: 400;
}

.section-title p {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: #777777;
    text-transform: uppercase;
    margin: 0;
}

/* De tre hoved-containere der styrer dit nye layout */
.pricing-container, 
.hub-grid, 
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 100%;
    margin-bottom: 50px;
    box-sizing: border-box;
}

/* ========================================================================
   TOP-NAVBAR (STICKY NAVIGATION)
   ======================================================================== */

.top-nav {
    width: 100%;
    background-color: rgba(12, 12, 12, 0.9);
    border-bottom: 1px solid #151515;
    padding: 15px 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.nav-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-links {
    display: flex;
    gap: 25px;
}

.nav-link {
    color: #888888;
    text-decoration: none;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-link:hover {
    color: #ffffff;
}

.nav-link.exclu-highlight {
    color: #c5a059;
}

.nav-link.exclu-highlight:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(197, 160, 89, 0.4);
}
/* ========================================================================
   KORT-DESIGN (VAULT TIERS, HUBS & PRINT STATIONS)
   ======================================================================== */

/* Medlemskort (Payhip) & Print Station-kort */
.pricing-card, 
.publication-card {
    background-color: #1f2833;
    border: 1px solid #2f3b4c;
    border-radius: 6px;
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    flex: 1 1 280px;
    max-width: 330px;
    box-sizing: border-box;
}

/* Særlig Gold VIP styling med original guldramme */
.pricing-card.featured {
    border: 2px solid #c5a059;
    box-shadow: 0 15px 30px rgba(197, 160, 89, 0.15);
    position: relative;
}

/* Hub-kortene (Fanvue & Exclu særskilt sektion) */
.vault-hub-section {
    width: 100%;
    background-color: #0c0c0c;
    border-top: 1px solid #151515;
    border-bottom: 1px solid #151515;
    padding: 50px 0;
    margin: 40px 0;
    display: flex;
    justify-content: center;
}

.hub-card {
    background-color: #1f2833;
    border: 1px solid #2f3b4c;
    border-radius: 6px;
    padding: 35px;
    width: 45%;
    min-width: 290px;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
}

/* Hover-effekt på alle kortstyper på tværs af platformen */
.pricing-card:hover, 
.hub-card:hover, 
.publication-card:hover {
    transform: translateY(-4px);
    border-color: #c5a059;
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

/* ==========================================
   BILLEDE-MANIPULATION & BADGES
   ========================================== */

.image-wrapper {
    position: relative;
    width: 100%;
    max-width: 200px;
    height: 260px;
    margin-bottom: 25px;
}

.image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 2px;
    border: 1px solid #222222;
    box-shadow: 0 15px 35px rgba(0,0,0,0.6);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: block;
    margin: 0 auto;
}

.publication-card:hover .image-wrapper img {
    transform: scale(1.04);
}

.watermark-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: rgba(5, 5, 5, 0.9);
    color: #c5a059;
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 6px 10px;
    border-radius: 1px;
    border: 1px solid rgba(197, 160, 89, 0.3);
    text-transform: uppercase;
    z-index: 10;
}

/* ==========================================
   ELEMENT TYPOGRAFI INTERNT I KORT
   ========================================== */

.card-title, 
.hub-card h4, 
.card-content h3 {
    color: #ffffff;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 12px 0;
    text-align: center;
    font-weight: 400;
}

.hub-card h4, 
.card-content h3 {
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.price {
    font-size: 2rem;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.price span {
    font-size: 0.9rem;
    color: #757c88;
    letter-spacing: 0.5px;
}

.ai-disclaimer-tag {
    font-size: 0.75rem;
    color: #c5a059;
    background-color: rgba(197, 160, 89, 0.05);
    border: 1px solid rgba(197, 160, 89, 0.2);
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.4;
    width: 100%;
    box-sizing: border-box;
}

.features-list, 
.card-meta, 
.hub-card p {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    font-size: 0.8rem;
    color: #c5c6c7;
    text-align: left;
    width: 100%;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.hub-card p, 
.card-meta {
    text-align: center;
    color: #757c88;
    margin-bottom: 20px !important;
}

.features-list li {
    padding: 10px 0 !important;
    border-bottom: 1px solid #2f3b4c !important;
    position: relative !important;
}

/* ==========================================
   MASSIZE PROFESSIONELLE USER-ACTIONS (KNAPPER)
   ========================================== */

.btn-action, 
.btn-hub, 
.btn-buy, 
.btn-print {
    display: block;
    width: 100%;
    max-width: 240px;
    background-color: #ffffff;
    color: #050505 !important;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-align: center;
    margin-top: auto;
    cursor: pointer;
}

/* Guldeffekter dedikeret til dine premium links */
.btn-action.gold-gradient, 
.btn-hub.fanvue-link {
    background: linear-gradient(135deg, #c5a059 0%, #9e7d3b 100%);
    color: #0b0c10 !important;
}

/* Clean, gennemsigtig luksus-stil til sekundære handlinger (Print-stationer) */
.btn-print, 
.btn-hub.exclu-link {
    background-color: transparent;
    color: #ffffff !important;
    border: 2px solid #2f3b4c;
    padding: 13px 20px;
}

/* Hover reaktioner optimeret til computer & mobil */
.btn-action:hover, 
.btn-buy:hover, 
.btn-print:hover, 
.btn-hub:hover {
    background-color: #ffffff;
    color: #050505 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.btn-action.gold-gradient:hover, 
.btn-hub.fanvue-link:hover {
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(197, 160, 89, 0.4);
}

/* Most Popular Badge i toppen af Gold-kortet */
.pricing-card .badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #c5a059;
    color: #0b0c10;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==========================================
   FOOTER COMPLIANCE
   ========================================= */

footer {
    font-size: 0.55rem;
    letter-spacing: 3px;
    color: #333333;
    margin: 60px 0 20px 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

/* ==========================================
   RESPONSIV TILPASNING (MOBIL/TABLET)
   ========================================== */

@media (max-width: 768px) {
    .hub-card {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .vault-container {
        padding: 0 15px;
        margin-top: 30px;
    }
    h1 {
        font-size: 1.6rem;
        letter-spacing: 8px;
    }
    .pricing-card, .publication-card {
        max-width: 100%;
    }
    .nav-container {
        flex-direction: column;
        gap: 12px;
    }
}

