/*
Theme Name: Goformed Shelf Companies Theme
Theme URI: https://shelf-companies.goformed.co.uk/
Author: GO & PARTNERS UK LIMITED
Author URI: https://goformed.co.uk/
Description: Premium WordPress theme for Goformed UK Shelf Companies — a Goformed subdomain service.
Version: 2.0.0
Text Domain: goformed
*/

/* ═══════════════════════════════════════════
               V2 DESIGN SYSTEM: SILICON VALLEY FINTECH
               Upgraded with Glassmorphism, Premium Gradients & Deep Shadows
            ═══════════════════════════════════════════ */
:root {
    --vt-primary: #1A1A1A;
    /* Goformed Deep Dark */
    --vt-secondary: #C69E63;
    /* Goformed Gold — primary accent */
    --vt-secondary-dark: #B78B4A;
    /* Deep Gold — hover states */
    --vt-secondary-light: #D4AF7A;
    /* Light Gold — highlights */
    --vt-success: #10B981;
    /* Modern Emerald Green */
    --vt-accent: #C69E63;
    /* Gold accent for icons/checks */
    --vt-text: #1A1A1A;
    /* Near-black text */
    --vt-text-light: #3D3D3D;
    /* Dark grey */
    --vt-text-muted: #6B6B6B;
    --vt-bg: #F8F6F2;
    /* Warm off-white */
    --vt-bg-light: #F2EFE9;
    /* Slightly warmer */
    --vt-bg-white: #FFFFFF;
    --vt-border: #E8E2D8;
    /* Warm border */
    --vt-border-md: #D4C9B5;
    --vt-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.06), 0 2px 4px -2px rgba(0, 0, 0, 0.04);
    /* Soft Shadow */
    --vt-shadow-hover: 0 20px 40px -8px rgba(198, 158, 99, 0.2), 0 8px 16px -4px rgba(0, 0, 0, 0.08);
    /* Gold Hover Shadow */
    --vt-font: 'DM Sans', 'Inter', system-ui, -apple-system, sans-serif;
    --vt-r: 8px;
    /* Smooth corners */
    --vt-glass-bg: rgba(255, 255, 255, 0.9);
    /* Glassmorphism Base */
}

/* V2 MICRO-ANIMATIONS & STAGGER ENGINE */
@keyframes v2SlideUpFade {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.v2-animate {
    animation: v2SlideUpFade 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
}

.v2-delay-1 {
    animation-delay: 0.1s;
}

.v2-delay-2 {
    animation-delay: 0.2s;
}

.v2-delay-3 {
    animation-delay: 0.3s;
}

/* V2 GLASSMORPHISM UTILITY */
.vt-glass {
    background: var(--vt-glass-bg) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ── WRAPPER ── */
.vatready-wrapper {
    font-family: var(--vt-font);
    color: var(--vt-text);
    background: var(--vt-bg);
    line-height: 1.65;
    text-align: left;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
    overflow-x: hidden;
}

.vt-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 48px;
    box-sizing: border-box;
}

/* ── TYPOGRAPHY ── */
.vatready-wrapper h1 {
    color: var(--vt-primary);
    font-weight: 700;
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.vatready-wrapper h2,
.vatready-wrapper h3,
.vatready-wrapper h4 {
    color: var(--vt-primary);
    font-weight: 600;
    margin-top: 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.vatready-wrapper p {
    margin-bottom: 1.35rem;
    font-size: 1rem;
    color: var(--vt-text-light);
    line-height: 1.75;
}

.vatready-wrapper a {
    text-decoration: none;
    color: var(--vt-secondary);
    transition: color 0.15s;
}

.vatready-wrapper a:hover {
    color: var(--vt-primary);
    text-decoration: underline;
}

/* ── HEADER ── */
.vt-header-container {
    background: rgba(10, 17, 40, 0.85);
    /* V2 Deep Navy Glass */
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    position: sticky;
    top: 0;
    z-index: 9990;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    /* V2 Subtle Header Border */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    /* V2 Depth */
}

.vt-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;
}

.vt-logo {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: -0.02em;
}

.vt-logo span {
    color: #A8C4F0;
}

.vt-logo-tagline {
    font-size: 0.6rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.38);
    letter-spacing: 1.8px;
    text-transform: uppercase;
    display: block;
    margin-top: 2px;
}

.vt-nav {
    display: flex;
    gap: 1px;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 12px;
}

.vt-nav-btn {
    background: transparent;
    border: none;
    padding: 9px 15px;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8) !important;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.15s;
    text-decoration: none !important;
    white-space: nowrap;
    font-family: var(--vt-font);
    letter-spacing: 0.2px;
}

.vt-nav-btn:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
}

.vt-nav-btn.active {
    color: #fff !important;
    background: var(--vt-secondary);
    color: #1A1A1A !important;
    font-weight: 700;
}

/* ── SECTIONS ── */
.vt-section {
    padding: 88px 0;
    background: var(--vt-bg-white);
}

.vt-section-alt {
    background: var(--vt-bg);
}

.vt-text-center {
    text-align: center;
}

/* Eyebrow label above headings */
.vt-section-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--vt-secondary);
    margin-bottom: 10px;
}

/* ── HERO ── */
.vt-hero {
    padding: 120px 0 100px;
    background: linear-gradient(135deg, #111111 0%, #1E1A14 50%, #2A2015 100%);
    /* Goformed Dark Gold Gradient */
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid var(--vt-secondary);
    /* Gold border accent */
}

/* Subtle texture: diagonal thin lines */
.vt-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(-45deg,
            rgba(255, 255, 255, 0.012) 0px,
            rgba(255, 255, 255, 0.012) 1px,
            transparent 1px,
            transparent 12px);
    pointer-events: none;
}

.vt-hero::after {
    display: none;
}

.vt-hero-content {
    position: relative;
    z-index: 2;
}

.vt-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(198, 158, 99, 0.15);
    border: 1px solid rgba(198, 158, 99, 0.35);
    color: var(--vt-secondary);
    font-size: 0.73rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 3px;
    margin-bottom: 28px;
}

.vt-hero h1 {
    color: #ffffff;
    font-size: 3.2rem;
    font-weight: 700;
    max-width: 900px;
    margin: 0 auto 14px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.vt-hero h1 em {
    font-style: normal;
    color: var(--vt-secondary);
    /* Gold emphasis */
}

.vt-hero-rule {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--vt-secondary), var(--vt-secondary-light));
    margin: 16px auto 20px;
    border-radius: 2px;
}

.vt-hero p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.65);
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.75;
    font-weight: 400;
}

/* ── BUTTONS ── */
.vt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 13px 28px;
    background: var(--vt-secondary);
    color: white !important;
    font-family: var(--vt-font);
    font-weight: 700;
    font-size: 0.88rem;
    border-radius: var(--vt-r);
    border: 1px solid var(--vt-secondary);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.15s;
    letter-spacing: 0.3px;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(198, 158, 99, 0.25);
}

.vt-btn:hover {
    background: var(--vt-secondary-dark);
    border-color: var(--vt-secondary-dark);
    color: white !important;
    text-decoration: none !important;
    box-shadow: 0 6px 20px rgba(198, 158, 99, 0.4);
    transform: translateY(-1px);
}

.vt-btn:active {
    transform: translateY(0);
}

.vt-btn-gold {
    background: var(--vt-primary);
    border-color: var(--vt-primary);
    color: white !important;
    box-shadow: 0 4px 15px rgba(26, 26, 26, 0.3);
}

.vt-btn-gold:hover {
    background: #2A2A2A;
    border-color: #2A2A2A;
    color: white !important;
}

.vt-btn-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.85) !important;
}

.vt-btn-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff !important;
    text-decoration: none !important;
}

/* ── GRID ── */
.vt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.vt-grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.vt-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.vt-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

/* ── CARDS ── */
.vt-card {
    background: var(--vt-bg-white);
    border: 1px solid var(--vt-border);
    border-radius: var(--vt-r);
    padding: 32px;
    box-shadow: var(--vt-shadow);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    /* V2 Smooth Transition */
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    /* V2 Hover setup */
}

.vt-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: var(--vt-secondary);
    /* Gold accent bar */
    transition: background 0.3s;
}

.vt-card:hover {
    border-color: var(--vt-secondary-light);
    box-shadow: var(--vt-shadow-hover);
    transform: translateY(-5px);
}

.vt-card:hover::before {
    background: var(--vt-secondary-dark);
}

/* ── HIGHLIGHT BOX ── */
.vt-highlight-box {
    background: var(--vt-glass-bg);
    /* V2 Glass */
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-left: 4px solid var(--vt-secondary);
    padding: 36px;
    border-radius: var(--vt-r);
    box-shadow: var(--vt-shadow);
    margin: 24px 0;
}

.vt-highlight-box h2 {
    font-size: 1.7rem;
    color: var(--vt-primary);
    margin-bottom: 14px;
}

.vt-highlight-box ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.vt-highlight-box li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 0.97rem;
}

.vt-highlight-box li::before {
    content: '\2013';
    color: var(--vt-secondary);
    position: absolute;
    left: 0;
}

/* ── TIMELINE ── */
.vt-timeline {
    position: relative;
    padding-left: 28px;
    border-left: 2px solid var(--vt-border);
    margin: 24px 0;
}

.vt-timeline-item {
    position: relative;
    margin-bottom: 28px;
}

.vt-timeline-item:last-child {
    margin-bottom: 0;
}

.vt-timeline-dot {
    position: absolute;
    left: -37px;
    top: 2px;
    width: 12px;
    height: 12px;
    background: var(--vt-secondary);
    border-radius: 50%;
    border: 3px solid var(--vt-bg-white);
}

.vt-timeline-day {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--vt-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

/* ── STATS ── */
.vt-stat-box {
    text-align: center;
}

.vt-stat-number {
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--vt-primary);
    line-height: 1;
    margin-bottom: 6px;
}

.vt-stat-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--vt-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vt-stat-accent {
    color: var(--vt-secondary);
}

/* ── TABLE ── */
.vt-table-wrapper {
    overflow-x: auto;
    background: white;
    border-radius: var(--vt-r);
    box-shadow: var(--vt-shadow);
    border: 1px solid var(--vt-border);
}

.vt-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.vt-table th {
    padding: 14px 18px;
    background: var(--vt-primary);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    white-space: nowrap;
}

.vt-table td {
    padding: 14px 18px;
    border-bottom: 1px solid var(--vt-border);
    font-size: 0.95rem;
}

.vt-table tr:hover td {
    background: var(--vt-bg);
}

.vt-table tr:last-child td {
    border-bottom: none;
}

.vt-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 0.72rem;
    font-weight: 700;
    background: #DCFCE7;
    color: #166534;
    letter-spacing: 0.2px;
}

/* ── FAQ ── */
.vt-faq-item {
    border-bottom: 1px solid var(--vt-border);
}

.vt-faq-item:last-child {
    border-bottom: none;
}

.vt-faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 20px 0;
    font-weight: 600;
    font-size: 1rem;
    color: var(--vt-primary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--vt-font);
    gap: 20px;
    transition: color 0.15s;
}

.vt-faq-q:hover {
    color: var(--vt-secondary);
}

.vt-faq-q::after {
    content: '+';
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border: 1px solid var(--vt-border-md);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    line-height: 1;
    color: var(--vt-text-muted);
    font-weight: 400;
}

.vt-faq-item.active .vt-faq-q::after {
    content: '–';
    color: var(--vt-secondary);
    border-color: var(--vt-secondary);
}

.vt-faq-a {
    padding: 0 0 18px 0;
    color: var(--vt-text-light);
    display: none;
    font-size: 0.97rem;
    line-height: 1.75;
}

/* ── TEAM ── */
.vt-team-img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--vt-bg);
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border: 2px solid var(--vt-border);
}

/* ── FOOTER ── */
.vt-footer {
    background: var(--vt-primary);
    color: rgba(255, 255, 255, 0.5);
    padding: 72px 0 36px;
}

.vt-footer h3 {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 18px;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.vt-footer p {
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.vt-footer a {
    color: rgba(255, 255, 255, 0.45);
}

.vt-footer a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.vt-footer-policies {
    margin-top: 56px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.vt-policy-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.vt-policy-links a {
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.82rem;
    transition: color 0.15s;
}

.vt-policy-links a:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* ── TAB CONTENT ── */
.vt-tab-content {
    display: none;
    animation: vtFadeIn 0.25s ease-out;
}

.vt-tab-content.active {
    display: block;
}

@keyframes vtFadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── SCROLL REVEAL ANIMATIONS ── */
.vr-hidden {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.55s cubic-bezier(.4, 0, .2, 1), transform 0.55s cubic-bezier(.4, 0, .2, 1);
}

.vr-hidden.vr-visible {
    opacity: 1;
    transform: translateY(0);
}

.vr-delay-1 {
    transition-delay: 0.08s;
}

.vr-delay-2 {
    transition-delay: 0.18s;
}

.vr-delay-3 {
    transition-delay: 0.28s;
}

.vr-delay-4 {
    transition-delay: 0.38s;
}

/* (Legacy animations) */
@keyframes vtPulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .5)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0)
    }
}

.vt-animate {
    opacity: 0;
    transform: translateY(22px);
    transition: all .55s cubic-bezier(.4, 0, .2, 1)
}

.vt-animate.vt-visible {
    opacity: 1;
    transform: translateY(0)
}

/* ── WHATSAPP FLOAT ── */
.vt-wa-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 58px;
    height: 58px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
    transition: all .25s;
    text-decoration: none !important
}

.vt-wa-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.6)
}

.vt-wa-float svg {
    width: 30px;
    height: 30px;
    fill: #fff
}

/* ── FORM ── */
.vt-form-group {
    margin-bottom: 18px
}

.vt-form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: var(--vt-primary);
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .5px
}

.vt-form-input {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--vt-border);
    border-radius: var(--vt-r);
    font-size: 1rem;
    font-family: var(--vt-font);
    transition: border-color .2s, box-shadow .2s;
    box-sizing: border-box;
    background: #fff
}

.vt-form-input:focus {
    outline: none;
    border-color: var(--vt-secondary);
    box-shadow: 0 0 0 3px rgba(22, 73, 255, .1)
}

.vt-form-msg {
    padding: 14px;
    border-radius: var(--vt-r);
    margin-top: 15px;
    font-weight: 500;
    display: none;
    font-size: 0.9rem;
}

.vt-form-msg.success {
    background: #dcfce7;
    color: #166534;
    display: block
}

.vt-form-msg.error {
    background: #fef2f2;
    color: #991b1b;
    display: block
}

/* ── TAG CLOUD ── */
.vt-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 30px 0
}

.vt-tag {
    display: inline-block;
    padding: 5px 14px;
    background: var(--vt-bg-light);
    border: 1px solid var(--vt-border);
    border-radius: 3px;
    font-size: .75rem;
    color: var(--vt-text-muted);
    transition: all .2s;
    font-weight: 500
}

.vt-tag:hover {
    background: var(--vt-primary);
    color: #fff;
    border-color: var(--vt-primary)
}

/* ── TRUST BAR ── */
.vt-trust-bar {
    background: #F4F5F7;
    padding: 14px 0;
    border-top: 1px solid var(--vt-border);
    border-bottom: 1px solid var(--vt-border);
}

.vt-trust-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.vt-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--vt-text);
    white-space: nowrap;
    padding: 8px 24px;
    border-right: 1px solid var(--vt-border);
}

.vt-trust-item:last-child {
    border-right: none;
}

.vt-trust-item .ti-icon {
    color: var(--vt-secondary);
    font-size: 0.9rem;
}

.vt-trust-divider {
    display: none;
}

/* ── WA ACTION BUTTONS ── */
.vt-btn-wa-action {
    background: #25d366 !important;
    border-color: #25d366 !important;
    color: white !important
}

.vt-btn-wa-action:hover {
    background: #1da851 !important;
    border-color: #1da851 !important;
}

/* ── STATUS BADGE ── */
.vt-badge-new {
    background: var(--vt-secondary);
    color: white;
    font-size: .65rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.vt-live-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #1D7A4A;
    border-radius: 50%;
    animation: vtLivePulse 2s infinite;
    margin-right: 5px
}

@keyframes vtLivePulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .4
    }
}

.vt-table td[data-label="Action"] {
    vertical-align: middle
}

/* ── GRADIENT TEXT ── */
.vt-gradient-text {
    color: var(--vt-secondary);
}

/* ── PAGE SEPARATOR ── */
.vt-separator {
    height: 3px;
    background: linear-gradient(90deg, var(--vt-secondary-dark) 0%, var(--vt-secondary) 30%, var(--vt-secondary-light) 50%, var(--vt-secondary) 70%, var(--vt-secondary-dark) 100%);
    background-size: 200% 100%;
    animation: vtSepShimmer 3s linear infinite;
}

@keyframes vtSepShimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* ── MOBILE HAMBURGER & DRAWER ── */
.vt-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    border: none;
    background: transparent;
    border-radius: 3px;
    transition: background 0.15s;
}

.vt-hamburger:hover {
    background: rgba(255, 255, 255, 0.08);
}

.vt-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 1px;
    transition: all 0.25s;
}

.vt-hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.vt-hamburger.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.vt-hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.vt-mobile-drawer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--vt-primary);
    z-index: 99980;
    flex-direction: column;
    padding: 0;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
}

.vt-mobile-drawer.open {
    transform: translateX(0);
}

.vt-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vt-drawer-close {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.4rem;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
}

.vt-drawer-nav {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    overflow-y: auto;
    flex: 1;
}

.vt-drawer-nav a {
    color: rgba(255, 255, 255, 0.75);
    padding: 15px 24px;
    font-size: 0.95rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vt-drawer-nav a::after {
    content: '\203A';
    font-size: 1.2rem;
    opacity: 0.4;
}

.vt-drawer-nav a.active {
    color: #A8C4F0;
}

.vt-drawer-ctas {
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ── MOBILE CTA BAR ── */
.vt-mobile-cta {
    display: none;
}


/* ═══════════════════════════════════════════
               FULL RESPONSIVE CSS
            ═══════════════════════════════════════════ */

@media (max-width: 1024px) {
    .vt-hero h1 {
        font-size: 2.8rem;
    }

    .vt-container {
        padding: 0 28px;
    }

    .vt-section {
        padding: 72px 0;
    }
}

@media (max-width: 900px) {
    .vt-hero {
        padding: 100px 0 80px;
    }

    .vt-hero h1 {
        font-size: 2.4rem;
    }

    .vt-hero p {
        font-size: 1.05rem;
    }

    .vt-section {
        padding: 64px 0;
    }

    .vt-grid-3,
    .vt-grid-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {

    /* HERO */
    .vt-hero {
        text-align: left;
        padding: 70px 0 60px;
    }

    .vt-hero-content {
        align-items: flex-start;
        text-align: left;
    }

    .vt-hero-badge {
        display: inline-flex;
        font-size: 0.65rem;
        padding: 5px 12px;
        margin-bottom: 12px;
    }

    .vt-hero h1 {
        font-size: 2rem;
        line-height: 1.2;
        text-align: left;
    }

    .vt-hero p {
        font-size: 0.95rem;
        text-align: left;
        margin-bottom: 30px;
    }

    .vt-hero-rule {
        margin: 14px 0 16px 0;
    }

    /* Left align the rule by removing margin auto */
    .vt-hero div[style*="display:flex"] {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 12px;
    }

    .vt-btn {
        padding: 14px 22px;
        width: 100%;
        justify-content: center;
    }

    /* HEADER & NAV */
    .vt-header-container {
        position: relative;
    }

    .vt-header {
        height: auto;
        padding: 12px 0;
    }

    .vt-nav {
        display: none !important;
    }

    /* Replaced by drawer */
    .vt-hamburger {
        display: flex !important;
        margin-left: auto;
    }

    .vt-mobile-drawer {
        display: flex;
    }

    /* CONTAINER & GRID */
    .vt-container {
        padding: 0 16px;
    }

    .vt-grid,
    .vt-grid-2,
    .vt-grid-3,
    .vt-grid-4 {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    /* CARDS */
    .vt-card {
        padding: 22px 18px;
    }

    .vt-highlight-box {
        padding: 24px 18px;
    }

    /* TRUST BAR */
    .vt-trust-bar {
        padding: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-top: none;
    }

    .vt-trust-items {
        flex-wrap: nowrap;
        justify-content: flex-start;
        min-width: max-content;
        padding: 0;
    }

    .vt-trust-item {
        padding: 12px 18px;
        border-right: 1px solid var(--vt-border);
        font-size: 0.72rem;
        white-space: nowrap;
    }

    .vt-trust-bar::-webkit-scrollbar {
        display: none;
    }

    /* TYPOGRAPHY */
    .vt-text-center,
    .vt-section .vt-text-center {
        text-align: left;
    }

    .vt-text-center h2 {
        font-size: 1.7rem;
    }

    .vt-section {
        padding: 50px 0;
    }

    .vt-stat-number {
        font-size: 2.2rem;
    }

    /* TABLES (Responsive Stacking) */
    .vt-table-wrapper {
        border: none;
        box-shadow: none;
        background: transparent;
    }

    .vt-table thead {
        display: none;
    }

    .vt-table,
    .vt-table tbody,
    .vt-table tr,
    .vt-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .vt-table tr {
        margin-bottom: 20px;
        border: 1px solid var(--vt-border);
        border-radius: var(--vt-r);
        padding: 12px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    }

    .vt-table td {
        position: relative;
        padding: 8px 12px 8px 45%;
        text-align: right;
        border-bottom: 1px solid var(--vt-bg);
        font-size: 0.9rem;
    }

    .vt-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 12px;
        top: 10px;
        font-weight: 600;
        font-size: 0.75rem;
        color: var(--vt-text-muted);
        text-align: left;
        line-height: 1.2;
    }

    .vt-table tr td:last-child {
        border-bottom: none;
        text-align: right;
    }

    /* FAQ */
    .vt-faq-q {
        font-size: 0.95rem;
        padding: 16px 0;
        gap: 12px;
    }

    /* FOOTER */
    .vt-footer {
        padding: 52px 0 80px;
    }

    /* Room for Mobile CTA */
    .vt-footer-policies {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        text-align: center;
    }

    .vt-policy-links {
        flex-direction: column;
        gap: 12px;
    }

    /* MOBILE CTA BAR */
    .vt-mobile-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--vt-primary);
        padding: 10px 14px;
        display: flex;
        gap: 10px;
        z-index: 99998;
        box-shadow: 0 -4px 16px rgba(0, 0, 0, .2);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .vt-mobile-cta .vt-btn {
        flex: 1;
        padding: 12px;
        font-size: 0.82rem;
        margin: 0;
        justify-content: center;
    }

    .vt-wa-float {
        bottom: 82px;
        right: 16px;
        width: 44px;
        height: 44px;
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }

    .vt-wa-float svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 480px) {
    .vt-hero {
        padding: 50px 0 40px;
    }

    .vt-hero h1 {
        font-size: 1.7rem;
    }

    .vt-table td {
        padding-left: 0;
        padding-top: 32px;
        text-align: left;
    }

    .vt-table td::before {
        top: 8px;
    }

    /* ── STATUS BADGE ── */
    .vt-badge-new {
        background: var(--vt-secondary);
        color: white;
        font-size: .65rem;
        font-weight: 700;
        padding: 2px 7px;
        border-radius: 3px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 6px;
        text-transform: uppercase;
        letter-spacing: .5px
    }

    .vt-live-dot {
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #1D7A4A;
        border-radius: 50%;
        animation: vtLivePulse 2s infinite;
        margin-right: 5px
    }

    @keyframes vtLivePulse {

        0%,
        100% {
            opacity: 1
        }

        50% {
            opacity: .4
        }
    }

    .vt-table td[data-label="Action"] {
        vertical-align: middle
    }

    /* ── TRUST BAR ── */
    .vt-trust-bar {
        background: #F4F5F7;
        padding: 14px 0;
        border-top: 1px solid var(--vt-border);
        border-bottom: 1px solid var(--vt-border);
    }

    .vt-trust-items {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .vt-trust-item {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
        font-size: 0.8rem;
        color: var(--vt-text);
        white-space: nowrap;
        padding: 8px 24px;
        border-right: 1px solid var(--vt-border);
    }

    .vt-trust-item:last-child {
        border-right: none;
    }

    .vt-trust-item .ti-icon {
        color: var(--vt-secondary);
        font-size: 0.9rem;
    }

    .vt-trust-divider {
        display: none;
    }

    /* ── GRADIENT TEXT (now just secondary color) ── */
    .vt-gradient-text {
        color: var(--vt-secondary);
    }

    /* ── WHATSAPP FLOAT ── */
    .vt-wa-float {
        position: fixed;
        bottom: 28px;
        right: 28px;
        width: 52px;
        height: 52px;
        background: #25d366;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99999;
        box-shadow: 0 2px 12px rgba(37, 211, 102, 0.4);
        transition: all .2s;
        text-decoration: none !important;
    }

    .vt-wa-float:hover {
        transform: scale(1.08);
    }

    .vt-wa-float svg {
        width: 28px;
        height: 28px;
        fill: #fff;
    }

    /* ── ANIMATIONS ── */
    .vt-animate {
        opacity: 0;
        transform: translateY(18px);
        transition: all .5s cubic-bezier(.4, 0, .2, 1);
    }

    .vt-animate.vt-visible {
        opacity: 1;
        transform: translateY(0);
    }

    /* ── FORM ── */
    .vt-form-group {
        margin-bottom: 16px;
    }

    .vt-form-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
        color: var(--vt-primary);
        font-size: .82rem;
        text-transform: uppercase;
        letter-spacing: .5px;
    }

    .vt-form-input {
        width: 100%;
        padding: 11px 14px;
        border: 1px solid var(--vt-border);
        border-radius: var(--vt-r);
        font-size: 0.95rem;
        font-family: var(--vt-font);
        transition: border-color .15s;
        box-sizing: border-box;
        background: #fff;
        color: var(--vt-text);
    }

    .vt-form-input:focus {
        outline: none;
        border-color: var(--vt-secondary);
        box-shadow: 0 0 0 3px rgba(26, 74, 150, .08);
    }

    .vt-form-msg {
        padding: 12px;
        border-radius: var(--vt-r);
        margin-top: 12px;
        font-weight: 500;
        display: none;
        font-size: 0.9rem;
    }

    .vt-form-msg.success {
        background: #dcfce7;
        color: #166534;
        display: block;
    }

    .vt-form-msg.error {
        background: #fef2f2;
        color: #991b1b;
        display: block;
    }

    /* ── TAG CLOUD ── */
    .vt-tag-cloud {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: center;
        margin: 24px 0;
    }

    .vt-tag {
        display: inline-block;
        padding: 4px 12px;
        background: #fff;
        border: 1px solid var(--vt-border);
        border-radius: 2px;
        font-size: .72rem;
        color: var(--vt-text-muted);
        font-weight: 500;
    }

    .vt-tag:hover {
        background: var(--vt-primary);
        color: #fff;
        border-color: var(--vt-primary);
    }

    /* ── MOBILE CTA BAR (hidden by default on 480px) ── */
    .vt-mobile-cta {
        display: none;
    }
}
/* END @media (max-width: 480px) */

/* ── MOBILE CTA BAR — shown on 768px and below ── */
@media (max-width: 768px) {
    .vt-mobile-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--vt-primary);
        padding: 10px 14px;
        display: flex;
        gap: 8px;
        z-index: 99998;
        box-shadow: 0 -2px 12px rgba(0, 0, 0, .2);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .vt-mobile-cta .vt-btn {
        flex: 1;
        padding: 11px;
        font-size: .82rem;
        margin: 0;
    }

    .vt-mobile-cta .vt-btn-wa {
        background: #25d366;
        border-color: #25d366;
    }

    .vt-wa-float {
        bottom: 76px;
    }

    .vt-footer {
        padding-bottom: 66px !important;
    }
}

/* ── GLOBAL: WordPress gap fixes ── */
html,
body {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background-color: #1A1A1A !important;
    /* Goformed deep dark background */
}

#wpadminbar {
    display: none !important;
}