:root {
    --vv-blue: #284bb0;
    --vv-blue-dark: #071332;
    --vv-cyan: #38bdf8;
    --vv-purple: #8b5cf6;
    --vv-green: #22c55e;
    --vv-text: #101828;
    --vv-muted: #667085;
    --vv-soft: #f5f7ff;
    --vv-border: #e5e7eb;
}

html { scroll-behavior: smooth; }
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--vv-text);
    padding-top: 76px;
    background: #fff;
}
img { max-width: 100%; }
a { color: var(--vv-blue); }
.text-white-75 { color: rgba(255,255,255,.78); }
.text-vv { color: var(--vv-blue); }

.navbar-vv {
    background: rgba(7, 19, 50, .96);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 40px rgba(0,0,0,.18);
}
.brand-logo { width: 148px; height: auto; }
.navbar-vv .nav-link { color: rgba(255,255,255,.82); font-weight: 600; }
.navbar-vv .nav-link:hover { color: #fff; }

.btn-vv {
    color: #fff;
    border: 0;
    background: linear-gradient(135deg, var(--vv-blue), var(--vv-purple));
    box-shadow: 0 12px 26px rgba(40, 75, 176, .28);
    font-weight: 700;
}
.btn-vv:hover { color: #fff; filter: brightness(1.06); transform: translateY(-1px); }
.btn-outline-vv { border: 1px solid var(--vv-blue); color: var(--vv-blue); font-weight: 700; }
.btn-outline-vv:hover { background: var(--vv-blue); color: #fff; }

.hero-section {
    padding: 100px 0 90px;
    background: radial-gradient(circle at 80% 20%, rgba(139,92,246,.35), transparent 34%), linear-gradient(135deg, #071332 0%, #153a8a 55%, #7554d8 100%);
}
.eyebrow {
    color: #c7d2fe;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .82rem;
    font-weight: 800;
}
.hero-visual {
    position: relative;
    padding: 24px;
    border-radius: 36px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.22);
}
.hero-image { filter: drop-shadow(0 28px 46px rgba(0,0,0,.24)); }
.section-padding { padding: 88px 0; }
.bg-soft { background: var(--vv-soft); }
.bg-dark-gradient { background: linear-gradient(135deg, #071332, #233c98); }
.section-tag { display: inline-block; margin-bottom: 14px; color: var(--vv-blue); font-weight: 800; text-transform: uppercase; letter-spacing: .11em; font-size: .82rem; }
.section-title { font-weight: 800; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.04em; margin-bottom: 18px; }
.section-subtitle { color: var(--vv-muted); max-width: 760px; font-size: 1.08rem; }
.floating-art { max-height: 340px; filter: drop-shadow(0 30px 50px rgba(40,75,176,.20)); }
.service-card, .feature-card, .value-card, .contact-card, .form-card, .privacy-card {
    border: 1px solid var(--vv-border);
    background: #fff;
    border-radius: 26px;
    padding: 30px;
    box-shadow: 0 18px 55px rgba(16,24,40,.07);
}
.service-card { transition: transform .18s ease, box-shadow .18s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 26px 70px rgba(16,24,40,.12); }
.service-icon { width: 68px; height: 68px; border-radius: 20px; display: flex; align-items: center; justify-content: center; background: #f2f4ff; margin-bottom: 22px; }
.service-icon img { max-width: 52px; max-height: 52px; object-fit: contain; }
.service-card h3, .feature-card h3, .value-card h3, .contact-card h3 { font-weight: 800; font-size: 1.35rem; margin-bottom: 14px; }
.service-card p, .feature-card p, .value-card p, .contact-card p { color: var(--vv-muted); }
.rounded-hero { border-radius: 34px; filter: drop-shadow(0 28px 45px rgba(16,24,40,.14)); }
.mini-panel { width: 100%; border-radius: 26px; background: #fff; padding: 14px; box-shadow: 0 16px 40px rgba(16,24,40,.06); }
.icon-cloud { min-height: 188px; background: #fff; border-radius: 26px; box-shadow: 0 16px 40px rgba(16,24,40,.06); }
.icon-cloud img { max-height: 74px; object-fit: contain; }
.decorative-face { max-height: 120px; margin-left: 12px; filter: drop-shadow(0 15px 20px rgba(0,0,0,.08)); }
.contact-card { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.18); color: #fff; }
.contact-card p { color: rgba(255,255,255,.75); }
.contact-card a { color: #fff; font-weight: 800; text-decoration: none; }
.final-art { max-height: 460px; filter: drop-shadow(0 30px 50px rgba(40,75,176,.16)); }
.footer-vv { background: #071332; color: #fff; }
.footer-logo { max-width: 170px; }
.footer-slogan { color: rgba(255,255,255,.72); }
.footer-title { color: #fff; font-weight: 800; }
.footer-list li { margin-bottom: 9px; }
.footer-list a { color: rgba(255,255,255,.7); text-decoration: none; }
.footer-list a:hover { color: #fff; }
.footer-separator { border-color: rgba(255,255,255,.12); margin: 34px 0 20px; }
.footer-copy { color: rgba(255,255,255,.62); }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 1000; padding: 12px 18px; border-radius: 999px; background: #25d366; color: #fff; text-decoration: none; font-weight: 800; box-shadow: 0 16px 40px rgba(37,211,102,.36); }
.whatsapp-float:hover { color: #fff; transform: translateY(-2px); }
.page-hero { padding: 76px 0; background: linear-gradient(135deg, #071332, #284bb0); color: #fff; }
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 850; letter-spacing: -.05em; }
.breadcrumb-vv a { color: rgba(255,255,255,.75); text-decoration: none; }
.breadcrumb-vv .active { color: #fff; }
.privacy-card { max-width: 980px; margin: 0 auto; line-height: 1.75; }
.privacy-card h2, .privacy-card h3, .privacy-card h4 { font-weight: 850; margin-top: 32px; margin-bottom: 14px; }
.privacy-card h2:first-child { margin-top: 0; }
.form-control { min-height: 48px; border-radius: 14px; border-color: #d0d5dd; }
textarea.form-control { min-height: 150px; }
@media (max-width: 991.98px) {
    body { padding-top: 69px; }
    .hero-section { padding: 70px 0; }
    .section-padding { padding: 64px 0; }
    .brand-logo { width: 132px; }
}
