/*
Theme Name: VatReadyCompany Theme
Theme URI: https://vatreadycompany.co.uk/
Author: GO & PARTNERS UK LIMITED
Author URI: https://vatreadycompany.co.uk/
Description: Premium professional theme for VatReadyCompany — UK VAT Ready Shelf Companies.
Version: 3.0.0
Text Domain: vatready
*/

/* ═══════════════════════════════════════════════════════════
   V3 DESIGN SYSTEM — PROFESSIONAL FINTECH AGENCY
   Premium gradients · Glassmorphism · Micro-animations
═══════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');

:root {
    /* ── Core Palette ── */
    --vt-navy: #05101F;
    /* Deepest navy */
    --vt-primary: #0B1E3D;
    /* Rich dark navy */
    --vt-secondary: #1A56DB;
    /* Premium cobalt blue */
    --vt-accent: #00C9A7;
    /* Emerald green accent */
    --vt-gold: #F59E0B;
    /* Warm amber gold */
    --vt-success: #10B981;
    --vt-danger: #EF4444;

    /* ── Text ── */
    --vt-text: #0F172A;
    --vt-text-light: #374151;
    --vt-text-muted: #6B7280;
    --vt-text-xs: #9CA3AF;

    /* ── Surfaces ── */
    --vt-bg: #F0F4F8;
    --vt-bg-white: #FFFFFF;
    --vt-bg-card: #FFFFFF;
    --vt-border: #E5E7EB;
    --vt-border-md: #D1D5DB;

    /* ── Shadows ── */
    --vt-shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
    --vt-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
    --vt-shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
    --vt-shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --vt-shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.18);
    --vt-shadow-blue: 0 8px 32px rgba(26, 86, 219, 0.22);
    --vt-shadow-green: 0 8px 32px rgba(0, 201, 167, 0.28);

    /* ── Glass ── */
    --vt-glass-header: rgba(5, 16, 31, 0.88);
    --vt-glass-card: rgba(255, 255, 255, 0.80);
    --vt-glass-dark: rgba(11, 30, 61, 0.65);

    /* ── Typography ── */
    --vt-font: 'Inter', 'DM Sans', system-ui, -apple-system, sans-serif;
    --vt-font-display: 'Inter', sans-serif;

    /* ── Shape ── */
    --vt-r: 10px;
    --vt-r-lg: 16px;
    --vt-r-xl: 24px;
    --vt-r-pill: 100px;

    /* ── Transitions ── */
    --vt-ease: cubic-bezier(0.16, 1, 0.3, 1);
    --vt-ease-std: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ═══════════════════════════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════════════════════════ */
html,
body {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background-color: var(--vt-navy) !important;
}

#wpadminbar {
    display: none !important;
}

/* ═══════════════════════════════════════════════════════════
   KEYFRAMES
═══════════════════════════════════════════════════════════ */
@keyframes vt-fade-up {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

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

@keyframes vt-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes vt-sep-shimmer {
    0% {
        background-position: 200% 0;
    }

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

@keyframes vt-pulse-glow {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(26, 86, 219, 0.4);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(26, 86, 219, 0);
    }
}

@keyframes vt-live-dot {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }
}

@keyframes vt-float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-6px);
    }
}

@keyframes vt-spin-slow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes vt-countup {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

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

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

@keyframes vtLivePulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

@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);
    }
}

@keyframes v2SlideUpFade {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

@keyframes meshMove {
    0% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(30px, -20px) scale(1.05);
    }

    66% {
        transform: translate(-20px, 30px) scale(0.97);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

/* ═══════════════════════════════════════════════════════════
   ANIMATION UTILITIES
═══════════════════════════════════════════════════════════ */
.v2-animate {
    animation: v2SlideUpFade 0.65s var(--vt-ease) forwards;
    opacity: 0;
}

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

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

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

.vr-hidden {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s var(--vt-ease-std), transform 0.6s var(--vt-ease-std);
}

.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;
}

.vt-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.55s var(--vt-ease-std);
}

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

/* ═══════════════════════════════════════════════════════════
   GLASS UTILITY
═══════════════════════════════════════════════════════════ */
.vt-glass {
    background: var(--vt-glass-card) !important;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

/* ═══════════════════════════════════════════════════════════
   WRAPPER & CONTAINER
═══════════════════════════════════════════════════════════ */
.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;
    -moz-osx-font-smoothing: grayscale;
    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 {
    font-family: var(--vt-font-display);
    color: var(--vt-primary);
    font-weight: 800;
    margin-top: 0;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.vatready-wrapper h2 {
    font-family: var(--vt-font-display);
    color: var(--vt-primary);
    font-weight: 700;
    margin-top: 0;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

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

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

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

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

/* ═══════════════════════════════════════════════════════════
   ANIMATED TOP SEPARATOR
═══════════════════════════════════════════════════════════ */
.vt-separator {
    height: 3px;
    background: linear-gradient(90deg,
            var(--vt-secondary) 0%,
            var(--vt-accent) 35%,
            #A78BFA 65%,
            var(--vt-secondary) 100%);
    background-size: 200% 100%;
    animation: vt-sep-shimmer 3.5s linear infinite;
}

/* ═══════════════════════════════════════════════════════════
   HEADER
═══════════════════════════════════════════════════════════ */
.vt-header-container {
    background: var(--vt-glass-header);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    position: sticky;
    top: 0;
    z-index: 9990;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04), 0 4px 24px rgba(0, 0, 0, 0.3);
}

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

.vt-logo {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 11px;
    letter-spacing: -0.02em;
    text-decoration: none !important;
}

.vt-logo span {
    color: #93C5FD;
}

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

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

.vt-nav-btn {
    background: transparent;
    border: none;
    padding: 8px 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.72) !important;
    cursor: pointer;
    border-radius: var(--vt-r);
    transition: all 0.18s;
    text-decoration: none !important;
    white-space: nowrap;
    font-family: var(--vt-font);
    letter-spacing: -0.01em;
    position: relative;
}

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

.vt-nav-btn.active {
    color: #fff !important;
    background: rgba(26, 86, 219, 0.35);
    font-weight: 600;
}

.vt-nav-btn.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 10px;
    right: 10px;
    height: 2px;
    background: var(--vt-secondary);
    border-radius: 1px;
}

/* ═══════════════════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════════════════ */
.vt-hero {
    padding: 128px 0 110px;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(26, 86, 219, 0.22) 0%, transparent 70%),
        linear-gradient(160deg, #050F1F 0%, #0B1E3D 55%, #0F235A 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* Mesh gradient orbs */
.vt-hero::before {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    top: -200px;
    right: -150px;
    background: radial-gradient(circle, rgba(26, 86, 219, 0.18) 0%, transparent 70%);
    filter: blur(40px);
    animation: meshMove 12s ease-in-out infinite;
    pointer-events: none;
}

.vt-hero::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    bottom: -100px;
    left: -100px;
    background: radial-gradient(circle, rgba(0, 201, 167, 0.12) 0%, transparent 70%);
    filter: blur(50px);
    animation: meshMove 15s ease-in-out infinite reverse;
    pointer-events: none;
}

/* Subtle grid overlay */
.vt-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

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

.vt-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(26, 86, 219, 0.2);
    border: 1px solid rgba(147, 197, 253, 0.2);
    color: #93C5FD;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: var(--vt-r-pill);
    margin-bottom: 28px;
    backdrop-filter: blur(8px);
}

.vt-hero h1 {
    color: #ffffff;
    font-size: clamp(2.6rem, 5vw, 3.8rem);
    font-weight: 800;
    max-width: 920px;
    margin: 0 auto 16px;
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.vt-hero h1 em {
    font-style: normal;
    background: linear-gradient(135deg, #60A5FA 0%, #93C5FD 50%, #A5F3FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

.vt-hero p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.62);
    max-width: 680px;
    margin: 0 auto 44px;
    line-height: 1.78;
    font-weight: 400;
}

.vt-gradient-text {
    background: linear-gradient(135deg, #60A5FA, var(--vt-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ═══════════════════════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════════════════════ */
.vt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 26px;
    background: var(--vt-secondary);
    color: white !important;
    font-family: var(--vt-font);
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: var(--vt-r);
    border: 1.5px solid var(--vt-secondary);
    cursor: pointer;
    transition: all 0.2s var(--vt-ease);
    letter-spacing: -0.01em;
    text-decoration: none !important;
    box-shadow: 0 1px 3px rgba(26, 86, 219, 0.25), 0 4px 16px rgba(26, 86, 219, 0.18);
    position: relative;
    overflow: hidden;
}

.vt-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, transparent 100%);
    pointer-events: none;
}

.vt-btn:hover {
    background: #1445C0;
    border-color: #1445C0;
    color: white !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(26, 86, 219, 0.3), 0 8px 24px rgba(26, 86, 219, 0.2);
}

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

.vt-btn-gold {
    background: var(--vt-primary);
    border-color: var(--vt-primary);
    box-shadow: 0 1px 3px rgba(11, 30, 61, 0.3);
}

.vt-btn-gold:hover {
    background: #071526;
    border-color: #071526;
    box-shadow: 0 4px 16px rgba(11, 30, 61, 0.3);
}

.vt-btn-outline {
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.88) !important;
    box-shadow: none;
}

.vt-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
}

.vt-btn-wa-action {
    background: #25D366 !important;
    border-color: #25D366 !important;
    color: white !important;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.28) !important;
}

.vt-btn-wa-action:hover {
    background: #1ebe58 !important;
    border-color: #1ebe58 !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.38) !important;
}

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

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

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

.vt-section-label {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--vt-secondary);
    background: rgba(26, 86, 219, 0.08);
    padding: 5px 14px;
    border-radius: var(--vt-r-pill);
    margin-bottom: 14px;
}

/* ═══════════════════════════════════════════════════════════
   GRID
═══════════════════════════════════════════════════════════ */
.vt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 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-card);
    border: 1px solid var(--vt-border);
    border-radius: var(--vt-r-lg);
    padding: 32px;
    box-shadow: var(--vt-shadow);
    transition: all 0.3s var(--vt-ease);
    position: relative;
    overflow: hidden;
}

.vt-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--vt-secondary), var(--vt-accent));
    opacity: 0;
    transition: opacity 0.3s;
}

.vt-card:hover {
    border-color: transparent;
    box-shadow: var(--vt-shadow-lg);
    transform: translateY(-4px);
}

.vt-card:hover::after {
    opacity: 1;
}

/* ═══════════════════════════════════════════════════════════
   HIGHLIGHT BOX
═══════════════════════════════════════════════════════════ */
.vt-highlight-box {
    background: var(--vt-bg-white);
    border: 1px solid var(--vt-border);
    border-left: 4px solid var(--vt-secondary);
    padding: 36px;
    border-radius: var(--vt-r-lg);
    box-shadow: var(--vt-shadow-md);
    margin: 24px 0;
}

.vt-highlight-box h2 {
    font-size: 1.65rem;
    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.96rem;
    color: var(--vt-text-light);
}

.vt-highlight-box li::before {
    content: '✓';
    color: var(--vt-accent);
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 0.85rem;
}

/* ═══════════════════════════════════════════════════════════
   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: 32px;
}

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

.vt-timeline-dot {
    position: absolute;
    left: -37px;
    top: 4px;
    width: 14px;
    height: 14px;
    background: linear-gradient(135deg, var(--vt-secondary), var(--vt-accent));
    border-radius: 50%;
    border: 3px solid var(--vt-bg-white);
    box-shadow: 0 0 0 2px var(--vt-secondary);
}

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

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

.vt-stat-number {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--vt-primary);
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -0.04em;
}

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

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

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

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

.vt-table th {
    padding: 15px 20px;
    background: var(--vt-primary);
    color: rgba(255, 255, 255, 0.88);
    font-weight: 600;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    white-space: nowrap;
}

.vt-table td {
    padding: 14px 20px;
    border-bottom: 1px solid var(--vt-border);
    font-size: 0.94rem;
    color: var(--vt-text-light);
}

.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: var(--vt-r-pill);
    font-size: 0.7rem;
    font-weight: 700;
    background: #D1FAE5;
    color: #065F46;
    letter-spacing: 0.3px;
}

.vt-badge-new {
    background: var(--vt-secondary);
    color: white;
    font-size: 0.62rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: var(--vt-r-pill);
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vt-live-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: var(--vt-accent);
    border-radius: 50%;
    animation: vtLivePulse 2s infinite;
    margin-right: 5px;
}

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

/* ═══════════════════════════════════════════════════════════
   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: 22px 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;
    letter-spacing: -0.01em;
}

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

.vt-faq-q::after {
    content: '+';
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border: 1.5px solid var(--vt-border-md);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
    color: var(--vt-text-muted);
    font-weight: 400;
    transition: all 0.18s;
}

.vt-faq-item.active .vt-faq-q::after {
    content: '–';
    color: var(--vt-secondary);
    border-color: var(--vt-secondary);
    background: rgba(26, 86, 219, 0.06);
}

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

/* ═══════════════════════════════════════════════════════════
   TRUST BAR
═══════════════════════════════════════════════════════════ */
.vt-trust-bar {
    background: #fff;
    padding: 0;
    border-top: 1px solid var(--vt-border);
    border-bottom: 1px solid var(--vt-border);
    overflow: hidden;
}

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

.vt-trust-item {
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--vt-text);
    white-space: nowrap;
    padding: 14px 28px;
    border-right: 1px solid var(--vt-border);
    letter-spacing: -0.01em;
}

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

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

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

/* ═══════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════ */
.vt-footer {
    background: linear-gradient(180deg, var(--vt-primary) 0%, #060F20 100%);
    color: rgba(255, 255, 255, 0.5);
    padding: 80px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.vt-footer h3 {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 18px;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 700;
}

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

.vt-footer a {
    color: rgba(255, 255, 255, 0.42);
    transition: color 0.15s;
}

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

.vt-footer-policies {
    margin-top: 60px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    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.32);
    font-size: 0.8rem;
    transition: color 0.15s;
}

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

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

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

/* ═══════════════════════════════════════════════════════════
   FORMS
═══════════════════════════════════════════════════════════ */
.vt-form-group {
    margin-bottom: 20px;
}

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

.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 0.2s, box-shadow 0.2s;
    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, 86, 219, 0.1);
}

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

.vt-form-msg.success {
    background: #ECFDF5;
    color: #065F46;
    display: block;
    border: 1px solid #A7F3D0;
}

.vt-form-msg.error {
    background: #FEF2F2;
    color: #991B1B;
    display: block;
    border: 1px solid #FECACA;
}

/* ═══════════════════════════════════════════════════════════
   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: #fff;
    border: 1px solid var(--vt-border);
    border-radius: var(--vt-r-pill);
    font-size: 0.75rem;
    color: var(--vt-text-muted);
    transition: all 0.2s;
    font-weight: 500;
}

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

/* ═══════════════════════════════════════════════════════════
   WHATSAPP CONVERSION WIDGET
═══════════════════════════════════════════════════════════ */

/* Widget wrapper */
.vt-wa-widget {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

/* Float button */
.vt-wa-float {
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, #25D366, #0DA44E);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.5);
    transition: all 0.28s var(--vt-ease);
    text-decoration: none !important;
    position: relative;
    flex-shrink: 0;
}

/* Pulse ring */
.vt-wa-float::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, 0.5);
    animation: vt-wa-ring 2s ease-out infinite;
}

@keyframes vt-wa-ring {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.55);
        opacity: 0;
    }
}

.vt-wa-float:hover {
    transform: scale(1.08) translateY(-2px);
    box-shadow: 0 12px 40px rgba(37, 211, 102, 0.6);
}

.vt-wa-float svg {
    width: 32px;
    height: 32px;
    fill: #fff;
    position: relative;
    z-index: 1;
}

/* "Chat Now" label tag */
.vt-wa-label {
    position: absolute;
    right: 72px;
    background: #0DA44E;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    white-space: nowrap;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    animation: vt-fade-in 0.5s ease;
}

/* WA Bubble popup */
.vt-wa-bubble {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
    width: 300px;
    overflow: hidden;
    animation: vt-fade-up 0.4s var(--vt-ease);
}

.vt-wa-bubble-header {
    background: linear-gradient(135deg, #075E54, #128C7E);
    padding: 16px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vt-wa-bubble-avatar {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
    flex-shrink: 0;
}

.vt-wa-bubble-body {
    padding: 18px;
}

.vt-wa-bubble-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #25D366, #0DA44E);
    color: #fff !important;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none !important;
    transition: all 0.2s ease;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
}

.vt-wa-bubble-btn:hover {
    background: linear-gradient(135deg, #0DA44E, #075E54);
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}

/* ── Sticky Conversion Bar ── */
.vt-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #06122B 0%, #0D2161 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 9999;
    padding: 12px 24px;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
}

.vt-sticky-cta-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.vt-sticky-cta-left {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vt-sticky-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #25D366;
    animation: vt-live-dot 1.5s ease-in-out infinite;
    flex-shrink: 0;
}

.vt-sticky-cta-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.vt-sticky-btn {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.vt-sticky-btn-email {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.vt-sticky-btn-email:hover {
    background: rgba(255, 255, 255, 0.22);
}

.vt-sticky-btn-wa {
    background: linear-gradient(135deg, #25D366, #0DA44E);
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
}

.vt-sticky-btn-wa:hover {
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
    transform: translateY(-1px);
}

.vt-sticky-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.4rem;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    transition: color 0.2s;
}

.vt-sticky-close:hover {
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
    .vt-sticky-cta-left {
        display: none;
    }

    .vt-sticky-cta-inner {
        justify-content: center;
    }

    .vt-wa-widget {
        bottom: 90px;
        right: 16px;
    }

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

    .vt-wa-label {
        display: none;
    }

    .vt-wa-bubble {
        width: 280px;
    }
}



/* ═══════════════════════════════════════════════════════════
   HAMBURGER & MOBILE DRAWER
═══════════════════════════════════════════════════════════ */
.vt-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 9px;
    border: none;
    background: transparent;
    border-radius: var(--vt-r);
    transition: background 0.15s;
}

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

.vt-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: rgba(255, 255, 255, 0.82);
    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-navy);
    z-index: 99980;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.32s var(--vt-ease);
}

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

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

.vt-drawer-close {
    background: rgba(255, 255, 255, 0.07);
    border: none;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.3rem;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.vt-drawer-close:hover {
    background: rgba(255, 255, 255, 0.14);
}

.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.72);
    padding: 16px 24px;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.15s;
}

.vt-drawer-nav a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.vt-drawer-nav a::after {
    content: '›';
    font-size: 1.3rem;
    opacity: 0.35;
}

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

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

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

/* ═══════════════════════════════════════════════════════════
   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);
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .vt-hero h1 {
        font-size: 2.9rem;
    }

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

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

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

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

    .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: 72px 0 60px;
    }

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

    .vt-hero-badge {
        font-size: 0.63rem;
        padding: 6px 14px;
        margin-bottom: 16px;
    }

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

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

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

    .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;
    }

    .vt-hamburger {
        display: flex !important;
        margin-left: auto;
    }

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

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

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

    /* CARDS */
    .vt-card {
        padding: 24px 20px;
    }

    .vt-highlight-box {
        padding: 26px 20px;
    }

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

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

    .vt-trust-item {
        padding: 12px 18px;
        font-size: 0.73rem;
    }

    .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.75rem;
    }

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

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

    /* TABLES */
    .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-lg);
        padding: 14px;
        background: #fff;
        box-shadow: var(--vt-shadow);
    }

    .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.96rem;
        padding: 18px 0;
        gap: 14px;
    }

    /* FOOTER */
    .vt-footer {
        padding: 54px 0 88px;
    }

    .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 16px;
        display: flex;
        gap: 10px;
        z-index: 99998;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

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

    .vt-wa-float {
        bottom: 84px;
        right: 16px;
        width: 48px;
        height: 48px;
    }

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

    /* SECTION LABEL */
    .vt-section-label {
        display: block;
        margin-bottom: 10px;
    }
}

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

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

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

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

    .vt-trust-item {
        padding: 10px 14px;
    }

    .vt-mobile-cta {
        padding: 8px 12px;
        gap: 8px;
    }

    .vt-mobile-cta .vt-btn {
        font-size: 0.8rem;
        padding: 12px;
    }

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

/* --- PREMIUM COMPANY CARDS (VatReadyTheme-4 Enhanced) --- */
@keyframes vt-card-glow {

    0%,
    100% {
        box-shadow: 0 4px 24px rgba(26, 86, 219, 0.08);
    }

    50% {
        box-shadow: 0 8px 40px rgba(26, 86, 219, 0.18);
    }
}

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

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

.vt-company-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 30px;
}

.vt-company-card {
    background: #fff;
    border: 1px solid var(--vt-border);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 4px 24px rgba(11, 30, 61, 0.07);
    transition: transform 0.35s var(--vt-ease), box-shadow 0.35s var(--vt-ease), border-color 0.35s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.vt-company-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--vt-secondary), var(--vt-accent), var(--vt-secondary));
    background-size: 200% 100%;
    animation: vt-shimmer 4s linear infinite;
}

.vt-company-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(26, 86, 219, 0.15);
    border-color: var(--vt-secondary);
}

.vt-company-header {
    border-bottom: 1px solid var(--vt-bg);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.vt-company-name {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--vt-primary);
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    letter-spacing: -0.02em;
}

.vt-company-number {
    font-size: 0.82rem;
    color: var(--vt-text-muted);
    font-family: monospace;
    background: var(--vt-bg);
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
}

.vt-company-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.vt-company-detail-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.93rem;
    align-items: center;
}

.vt-company-detail-label {
    color: var(--vt-text-muted);
    font-size: 0.83rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.vt-company-detail-value {
    font-weight: 600;
    color: var(--vt-text);
    text-align: right;
}

.vt-company-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.vt-company-actions .vt-btn {
    flex: 1;
    justify-content: center;
    padding: 11px 8px;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

/* What's Included section */
.vt-included-section-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--vt-text-muted);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.vt-included-list {
    margin: 0 0 20px;
    padding: 14px 16px;
    list-style: none;
    font-size: 0.87rem;
    color: var(--vt-text-light);
    background: #f8faff;
    border: 1px solid #e0e8ff;
    border-radius: 12px;
}

.vt-included-list li {
    position: relative;
    padding: 5px 0 5px 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    line-height: 1.4;
}

.vt-included-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.vt-included-list li i {
    position: absolute;
    left: 4px;
    top: 7px;
    color: #10B981;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 800;
}

.vt-badge-vat {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.vt-premium-badge {
    background: linear-gradient(135deg, #FFD700, #FDB931);
    color: #5a3a00;
    padding: 3px 9px;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Same-day transfer highlight */
.vt-included-list li:last-child {
    font-weight: 700;
    color: var(--vt-secondary);
}

@media (max-width: 1024px) {
    .vt-company-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .vt-wa-float {
        bottom: 84px !important;
        right: 16px !important;
        width: 48px !important;
        height: 48px !important;
    }

    .vt-company-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .vt-company-actions {
        flex-direction: column;
    }

    .vt-btn {
        width: 100% !important;
        justify-content: center !important;
        margin-bottom: 10px !important;
        min-width: unset !important;
    }
}

/* ── Live activity ticker ── */
.vt-activity-ticker {
    background: linear-gradient(135deg, #06122B 0%, #0D2161 100%);
    color: rgba(255, 255, 255, 0.9);
    padding: 10px 0;
    overflow: hidden;
    position: relative;
}

.vt-ticker-inner {
    display: flex;
    gap: 48px;
    animation: vt-ticker-scroll 22s linear infinite;
    white-space: nowrap;
    width: max-content;
}

.vt-ticker-inner:hover {
    animation-play-state: paused;
}

@keyframes vt-ticker-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.vt-ticker-item {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.vt-ticker-item .vt-ticker-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00C897;
    animation: vt-live-dot 1.5s ease-in-out infinite;
    flex-shrink: 0;
}

/* ── SEO Rich Comparison Badge ── */
.vt-seo-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
}

.vt-seo-badge {
    background: #fff;
    border: 1px solid var(--vt-border);
    border-radius: var(--vt-r-pill);
    padding: 8px 18px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--vt-primary);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    box-shadow: var(--vt-shadow-xs);
}

.vt-seo-badge i {
    color: var(--vt-secondary);
}

.vt-seo-badge:hover {
    background: var(--vt-secondary);
    color: #fff;
    border-color: var(--vt-secondary);
    box-shadow: var(--vt-shadow-blue);
}

.vt-seo-badge:hover i {
    color: #fff;
}