/* style.css - Premium Luxury Theme for Veritusbags (Cream White & Deep Charcoal Accent) */

/* Global Typography & Core Reset Class */
.vb-reset {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.vb-page {
    background-color: #faf8f3;
    color: #1a1a1a;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* Typography Classes */
.vb-heading-1 {
    font-size: 2.85rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
}

.vb-heading-2 {
    font-size: 2.15rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.25;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

.vb-heading-3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 0.85rem;
    letter-spacing: -0.01em;
}

.vb-text {
    font-size: 1.125rem;
    color: #4a4a4a;
    margin-bottom: 1.25rem;
    line-height: 1.75;
}

.vb-text-strong {
    font-weight: 700;
    color: #1a1a1a;
}

.vb-text-small {
    font-size: 0.925rem;
    color: #777;
}

.vb-link {
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid transparent;
}

.vb-link:hover {
    color: #cda275;
    border-bottom-color: #cda275;
}

/* Layout Classes */
.vb-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.vb-container-narrow {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.vb-section {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.vb-section-alt {
    background-color: #ffffff;
}

.vb-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vb-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vb-grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3.5rem;
}

.vb-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2.5rem;
}

/* Interactive Elements & Buttons */
.vb-btn {
    display: inline-block;
    padding: 1.15rem 2.25rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
}

.vb-btn-primary {
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
    color: #faf8f3;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.vb-btn-primary:hover {
    background: linear-gradient(135deg, #cda275 0%, #b78a5c 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(205, 162, 117, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.vb-img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.vb-img-zoom:hover {
    transform: scale(1.02);
}

/* Lists */
.vb-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.vb-list-item {
    position: relative;
    padding-left: 2.25rem;
    margin-bottom: 0.85rem;
    color: #4a4a4a;
    font-size: 1.05rem;
}

.vb-list-item::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #cda275;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1;
}

/* Badges */
.vb-badge {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 2px;
    color: #b78a5c;
    background: rgba(205, 162, 117, 0.12);
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    margin-bottom: 1.25rem;
}

/* Header & Disclosure */
.vb-header {
    background-color: #0d0d0d;
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.vb-logo {
    font-size: 1.85rem;
    font-weight: 800;
    color: #faf8f3;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-family: 'Outfit', sans-serif;
    transition: color 0.3s ease;
}

.vb-logo:hover {
    color: #cda275;
}

.vb-logo-highlight {
    color: #cda275;
}

.vb-disclosure {
    background-color: #151515;
    padding: 0.75rem 0;
    text-align: center;
    border-bottom: 1px solid #222;
}

.vb-disclosure-text {
    font-size: 0.825rem;
    color: #aaaaaa;
    margin: 0;
    line-height: 1.4;
}

.vb-hero {
    background: linear-gradient(185deg, #faf8f3 0%, #f4eee2 100%);
    padding-top: 6rem;
    padding-bottom: 6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Cards & Containers */
.vb-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.vb-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

/* Footer Styling */
.vb-footer {
    background-color: #0d0d0d;
    color: #999999;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    margin-top: 0;
    border-top: 1px solid #1a1a1a;
}

.vb-footer-title {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 1.25rem;
    color: #ffffff;
    letter-spacing: 0.05em;
}

.vb-footer-subtitle {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.15rem;
    margin-bottom: 1.25rem;
}

.vb-footer-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #888;
}

.vb-footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vb-footer-link-item {
    margin-bottom: 0.85rem;
}

.vb-footer-link {
    color: #aaaaaa;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.25s ease;
}

.vb-footer-link:hover {
    color: #cda275;
}

.vb-footer-bottom {
    border-top: 1px solid #222;
    padding-top: 2.5rem;
    margin-top: 3.5rem;
    text-align: center;
}

.vb-footer-bottom-text {
    font-size: 0.825rem;
    color: #666666;
    line-height: 1.6;
}

/* Tables styling */
.vb-table-wrapper {
    overflow-x: auto;
    margin-bottom: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.vb-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.vb-th, .vb-td {
    padding: 1.5rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

.vb-th {
    background-color: #faf8f3;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 1rem;
}

.vb-td {
    color: #4a4a4a;
    font-size: 1.05rem;
}

/* Pros and Cons Box */
.vb-pros-cons-box {
    background-color: #ffffff;
    border: 1px solid rgba(205, 162, 117, 0.2);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 10px 35px rgba(0,0,0,0.02);
}

.vb-pros-title {
    color: #2e7d32;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.vb-cons-title {
    color: #c62828;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.vb-list-pro {
    list-style-type: none;
    padding-left: 0;
}

.vb-list-item-pro {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
    color: #4a4a4a;
}

.vb-list-item-pro::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2e7d32;
    font-weight: bold;
    font-size: 1.15rem;
}

.vb-list-con {
    list-style-type: none;
    padding-left: 0;
}

.vb-list-item-con {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
    color: #777777;
}

.vb-list-item-con::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #c62828;
    font-weight: bold;
    font-size: 1.15rem;
}

/* Pricing Widgets */
.vb-price-box {
    background: #ffffff;
    border: 2px solid #1a1a1a;
    border-radius: 20px;
    padding: 1.75rem 2.5rem;
    display: inline-block;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.vb-price-box:hover {
    border-color: #cda275;
}

.vb-price-main {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.vb-price-currency {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-right: 2px;
}

.vb-price-value {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
    letter-spacing: -0.03em;
}

.vb-price-decimal {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
}

.vb-price-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin-bottom: 0.5rem;
}

.vb-price-original {
    font-size: 1.05rem;
    color: #999999;
    text-decoration: line-through;
}

.vb-price-discount {
    background-color: #c62828;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.3rem 0.85rem;
    border-radius: 50px;
}

.vb-price-tax {
    font-size: 0.85rem;
    color: #777777;
    text-align: center;
}

/* Spacing and Alignment Utilities */
.vb-text-center { text-align: center; }
.vb-mt-2 { margin-top: 0.5rem; }
.vb-mt-4 { margin-top: 1.25rem; }
.vb-mt-6 { margin-top: 2rem; }
.vb-mt-8 { margin-top: 3rem; }
.vb-mb-2 { margin-bottom: 0.5rem; }
.vb-mb-4 { margin-bottom: 1.25rem; }
.vb-mb-6 { margin-bottom: 2rem; }
.vb-mb-8 { margin-bottom: 3rem; }

/* Mobile Hamburger Menu button */
.vb-hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.6rem;
    z-index: 200;
    position: relative;
}

.vb-hamburger-line {
    display: block;
    width: 28px;
    height: 3px;
    background-color: #faf8f3;
    border-radius: 3px;
    margin: 5px 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.vb-hamburger.active .vb-hamburger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.vb-hamburger.active .vb-hamburger-line:nth-child(2) {
    opacity: 0;
}

.vb-hamburger.active .vb-hamburger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.vb-nav-desktop {
    display: flex;
    align-items: center;
}

.vb-nav-desktop .vb-link {
    color: #cccccc;
    font-weight: 500;
    margin-left: 2rem;
    border: none;
}

.vb-nav-desktop .vb-link:hover {
    color: #ffffff;
}

.vb-nav-mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(5px);
    z-index: 150;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.vb-nav-mobile-overlay.active {
    display: block;
    opacity: 1;
}

.vb-nav-mobile {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100%;
    background-color: #111111;
    z-index: 160;
    padding: 6rem 2.5rem 2.5rem;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.6);
    transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow-y: auto;
}

.vb-nav-mobile.active {
    right: 0;
}

.vb-nav-mobile-link {
    display: block;
    padding: 1.35rem 0;
    color: #cccccc;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 600;
    border-bottom: 1px solid #222222;
    transition: all 0.25s ease;
}

.vb-nav-mobile-link:hover {
    color: #cda275;
    padding-left: 0.75rem;
}

/* Page Loader (Preloader) */
.vb-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #faf8f3;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.vb-preloader.vb-hidden {
    opacity: 0;
    visibility: hidden;
}

.vb-loader {
    border: 3px solid #e5e0d8;
    border-top: 3px solid #b78a5c;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    animation: vb-spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    margin-bottom: 1.5rem;
}

.vb-preloader-text {
    font-size: 1.2rem;
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: 0.05em;
}

@keyframes vb-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Cookie Box */
.vb-cookie-box {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background-color: rgba(13, 13, 13, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 2rem 0;
    box-shadow: 0 -10px 45px rgba(0, 0, 0, 0.3);
    transition: bottom 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vb-cookie-box.active {
    bottom: 0;
}

.vb-cookie-text {
    color: #cccccc;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.vb-cookie-btn-group {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.vb-cookie-btn {
    padding: 0.75rem 1.75rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.25s ease;
    border: none;
}

.vb-cookie-btn-accept {
    background-color: #cda275;
    color: #ffffff;
}

.vb-cookie-btn-accept:hover {
    background-color: #b78a5c;
}

.vb-cookie-btn-decline {
    background-color: transparent;
    border: 1px solid #444444;
    color: #aaaaaa;
}

.vb-cookie-btn-decline:hover {
    border-color: #666666;
    color: #ffffff;
}

/* Article Body */
.vb-article-body {
    margin-top: 2.5rem;
}

.vb-article-text {
    font-size: 1.15rem;
    line-height: 1.85;
    color: #4a4a4a;
    margin-bottom: 1.75rem;
}

.vb-figure {
    margin: 2.5rem 0;
    text-align: center;
}

.vb-figcaption {
    font-size: 0.9rem;
    color: #777777;
    margin-top: 0.75rem;
}

/* Contact Form Classes */
.vb-form-group {
    margin-bottom: 1.5rem;
}

.vb-form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
    font-size: 1rem;
}

.vb-form-control {
    width: 100%;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    border: 1px solid #e5e0d8;
    background-color: #ffffff;
    color: #1a1a1a;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.vb-form-control:focus {
    outline: none;
    border-color: #cda275;
    box-shadow: 0 0 0 4px rgba(205, 162, 117, 0.15);
}

.vb-textarea {
    resize: vertical;
    min-height: 150px;
}

/* body locking when mobile menu active */
.vb-no-scroll {
    overflow: hidden;
}

/* ===== Responsive Layouts ===== */
@media (max-width: 992px) {
    .vb-heading-1 {
        font-size: 2.45rem;
    }
    .vb-heading-2 {
        font-size: 1.85rem;
    }
}

@media (max-width: 768px) {
    .vb-heading-1 {
        font-size: 2.1rem;
    }
    .vb-heading-2 {
        font-size: 1.6rem;
    }
    .vb-heading-3 {
        font-size: 1.35rem;
    }
    .vb-section {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .vb-grid-2 {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .vb-grid-3 {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .vb-hamburger {
        display: block;
    }
    .vb-nav-desktop {
        display: none;
    }
    .vb-nav-mobile {
        display: block;
    }
    .vb-card {
        padding: 2rem;
    }
    .vb-cookie-box {
        padding: 1.5rem 0;
    }
    .vb-cookie-btn-group {
        justify-content: flex-start;
        margin-top: 1rem;
    }
}

@media (max-width: 480px) {
    .vb-heading-1 {
        font-size: 1.8rem;
    }
    .vb-heading-2 {
        font-size: 1.4rem;
    }
    .vb-container {
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }
    .vb-card {
        padding: 1.5rem;
        border-radius: 16px;
    }
    .vb-btn {
        padding: 1rem 1.75rem;
        font-size: 1rem;
        width: 100%;
        text-align: center;
    }
    .vb-price-value {
        font-size: 2.75rem;
    }
    .vb-price-box {
        padding: 1.25rem 1.5rem;
        width: 100%;
    }
}

/* Premium Utility & Layout Refactoring Classes */
.vb-hero-img-shadow {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.vb-grid-img-shadow {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.vb-aside-price {
    color: #cda275;
    margin-bottom: 0;
}

.vb-aside-original-price {
    text-decoration: line-through;
    margin-left: 0.5rem;
}

.vb-conclusion-text {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.vb-footer-link-underline {
    text-decoration: underline;
}

.vb-cookie-grid {
    align-items: center;
    gap: 2rem;
}

.vb-cookie-link {
    color: #cda275;
}

.vb-header-btn {
    padding: 0.6rem 1.5rem;
    font-size: 0.95rem;
    border-radius: 50px;
}

.vb-detail-container {
    background-color: #ffffff;
    padding: 3rem;
    border-radius: 24px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

@media (max-width: 768px) {
    .vb-detail-container {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .vb-detail-container {
        padding: 1.5rem;
        border-radius: 16px;
    }
}

.vb-detail-main-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

.vb-cta-box {
    background-color: #faf8f3;
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid rgba(205, 162, 117, 0.25);
}

@media (max-width: 480px) {
    .vb-cta-box {
        padding: 1.5rem;
    }
}

.vb-cta-price {
    color: #cda275;
    margin-bottom: 0;
}

.vb-cta-original-price {
    text-decoration: line-through;
    margin-left: 0.8rem;
}

.vb-detail-conclusion-footer {
    border-top: 1px solid #f0f0f0;
}

.vb-cta-conclusion-text {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.vb-btn-full {
    width: 100%;
}

.vb-btn-large {
    font-size: 1.25rem;
    padding: 1.25rem 2.75rem;
}

.vb-btn-large-cta {
    font-size: 1.25rem;
    padding: 1.25rem 3rem;
}

@media (max-width: 480px) {
    .vb-btn-large, .vb-btn-large-cta {
        padding: 1rem 1.75rem;
        font-size: 1.1rem;
    }
}

.vb-card-contact-details {
    background-color: #faf8f3;
    border: 1px solid rgba(205, 162, 117, 0.2);
}

.vb-contact-email-link {
    font-weight: 600;
    color: #b78a5c;
}

.vb-contact-footer-divider {
    border-top: 1px solid rgba(205, 162, 117, 0.15);
}

.vb-contact-impressum-link {
    color: #b78a5c;
    font-weight: 600;
}

.vb-legal-email-link {
    color: #b78a5c;
    font-weight: 600;
}

.vb-legal-dispute-link {
    color: #b78a5c;
}

