/* ==========================================================================
   VOLO LOGÍSTICA — Template CSS
   Joomla 6.x | PHP 8.4+ | Versão 2.1.0
   Paleta e tipografia conforme Manual de Marca VOLO v1.0
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. Tipografia — Roboto Condensed (Manual de Marca VOLO)
   -------------------------------------------------------------------------- */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/media/vendor/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.woff2') format('woff2'),
         url('/media/vendor/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/media/vendor/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff2') format('woff2'),
         url('/media/vendor/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/media/vendor/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff2') format('woff2'),
         url('/media/vendor/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/media/vendor/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff2') format('woff2'),
         url('/media/vendor/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/media/vendor/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.woff2') format('woff2'),
         url('/media/vendor/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/media/vendor/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff2') format('woff2'),
         url('/media/vendor/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* --------------------------------------------------------------------------
   1. CSS Custom Properties — Paleta oficial Manual de Marca VOLO v1.0
   -------------------------------------------------------------------------- */
:root {
    /* Azul Volo — Pantone 2955C — cor primária da marca */
    --volo-blue-900:   #0D1B2B;
    --volo-blue-800:   #1D2E45;
    --volo-blue-700:   #2E456B;   /* Azul Volo oficial */
    --volo-blue-600:   #3D5A8A;
    --volo-blue-500:   #4D6FA3;
    --volo-blue-400:   #7B96BF;
    --volo-blue-100:   #D4DFF0;
    --volo-blue-50:    #EDF1F8;

    /* Ocre Nobreza — Pantone 4024C — cor de destaque da marca */
    --volo-gold-700:   #9A7A3D;
    --volo-gold-600:   #B8924D;
    --volo-gold-500:   #D2A86A;   /* Ocre Nobreza oficial */
    --volo-gold-400:   #E0BF8C;
    --volo-gold-100:   #FAF0DC;

    /* Azul Harmonia — Pantone 7466C */
    --volo-teal:       #05BAC3;
    --volo-teal-dark:  #039BA3;

    /* Laranja Evolução — Pantone 2024C */
    --volo-orange-600: #D4603D;
    --volo-orange-500: #F27254;
    --volo-orange-400: #F59478;
    --volo-orange-100: #FDE8E3;

    /* Verde Crescimento — Pantone 2256C */
    --volo-green:      #63BE78;
    --volo-green-tech: #80C56A;

    /* Aliases diretos de marca */
    --volo-navy:       #2E456B;   /* = Azul Volo */
    --volo-gold:       #D2A86A;   /* = Ocre Nobreza */

    /* Neutros */
    --volo-gray-900:   #111827;
    --volo-gray-800:   #1F2937;
    --volo-gray-700:   #374151;
    --volo-gray-600:   #4B5563;
    --volo-gray-500:   #6B7280;
    --volo-gray-400:   #9CA3AF;
    --volo-gray-300:   #D1D5DB;
    --volo-gray-200:   #E5E7EB;
    --volo-gray-100:   #F3F4F6;
    --volo-gray-50:    #F9FAFB;
    --volo-white:      #FFFFFF;

    /* Semânticas */
    --color-primary:      var(--volo-blue-700);
    --color-primary-dark: var(--volo-blue-800);
    --color-primary-light:var(--volo-teal);
    --color-accent:       var(--volo-gold-500);
    --color-accent-dark:  var(--volo-gold-600);
    --color-text:         var(--volo-gray-800);
    --color-text-muted:   var(--volo-gray-500);
    --color-bg:           var(--volo-white);
    --color-bg-alt:       var(--volo-gray-50);
    --color-border:       var(--volo-gray-200);
    --color-success:      #16A34A;
    --color-error:        #DC2626;

    /* Tipografia — Roboto Condensed (brandbook oficial) */
    --font-sans:    'Roboto Condensed', 'Roboto', 'Segoe UI', system-ui, sans-serif;
    --font-display: 'Roboto Condensed', 'Roboto', 'Segoe UI', system-ui, sans-serif;
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-md: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl:1.5rem;
    --font-size-3xl:1.875rem;
    --font-size-4xl:2.25rem;
    --font-size-5xl:3rem;
    --font-size-6xl:3.75rem;

    /* Espaçamento */
    --space-1:  0.25rem;
    --space-2:  0.5rem;
    --space-3:  0.75rem;
    --space-4:  1rem;
    --space-5:  1.25rem;
    --space-6:  1.5rem;
    --space-8:  2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --space-24: 6rem;
    --space-32: 8rem;

    /* Layout */
    --container-max: 1280px;
    --container-pad: clamp(1rem, 4vw, 2rem);
    --section-py:    clamp(var(--space-16), 6vw, var(--space-24));
    --border-radius: 0.5rem;
    --border-radius-lg: 1rem;
    --border-radius-xl: 1.5rem;
    --border-radius-full: 9999px;

    /* Sombras */
    --shadow-xs:  0 1px 2px 0 rgba(0,0,0,0.05);
    --shadow-sm:  0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
    --shadow-md:  0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
    --shadow-lg:  0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
    --shadow-xl:  0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
    --shadow-2xl: 0 25px 50px -12px rgba(0,0,0,0.25);
    --shadow-card: 0 4px 20px rgba(46,69,107,0.08);
    --shadow-card-hover: 0 8px 32px rgba(46,69,107,0.16);

    /* Transições */
    --transition-fast: 150ms ease;
    --transition-base: 250ms ease;
    --transition-slow: 400ms ease;
    --transition-spring: 300ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* --------------------------------------------------------------------------
   2. Reset & Base
   -------------------------------------------------------------------------- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font-sans);
    font-size: var(--font-size-md);
    line-height: 1.6;
    color: var(--color-text);
    background-color: var(--color-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img, svg, video {
    display: block;
    max-width: 100%;
}

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color var(--transition-fast);
}

a:hover { color: var(--color-primary-dark); }
a:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 3px;
    border-radius: 3px;
}

ul { list-style: none; }

address { font-style: normal; }

h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-display);
    line-height: 1.2;
    color: var(--volo-gray-900);
}

/* Acessibilidade: skip link */
.volo-skip-link {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-accent);
    color: var(--volo-white);
    padding: var(--space-3) var(--space-6);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    font-weight: 600;
    z-index: 9999;
    transition: top var(--transition-fast);
}
.volo-skip-link:focus {
    top: 0;
    outline: none;
    color: var(--volo-white);
}

/* --------------------------------------------------------------------------
   3. Layout Utilities
   -------------------------------------------------------------------------- */
.container {
    width: 100%;
    max-width: var(--container-max);
    margin-inline: auto;
    padding-inline: var(--container-pad);
}

/* --------------------------------------------------------------------------
   4. Botões
   -------------------------------------------------------------------------- */
.volo-btn {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    padding: 0.75rem 1.75rem;
    font-family: var(--font-sans);
    font-size: var(--font-size-md);
    font-weight: 600;
    line-height: 1;
    border: 2px solid transparent;
    border-radius: var(--border-radius-full);
    cursor: pointer;
    transition: all var(--transition-base);
    text-decoration: none;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
}

.volo-btn:focus-visible {
    outline: 3px solid var(--color-accent);
    outline-offset: 3px;
}

.volo-btn--primary {
    background-color: var(--volo-gold-500);
    color: var(--volo-blue-800);
    border-color: var(--volo-gold-500);
    font-weight: 700;
    letter-spacing: 0.03em;
    box-shadow: 0 4px 15px rgba(210,168,106,0.40);
}
.volo-btn--primary:hover {
    background-color: var(--volo-gold-600);
    border-color: var(--volo-gold-600);
    color: var(--volo-blue-900);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(210,168,106,0.55);
}

.volo-btn--outline-white {
    background-color: transparent;
    color: var(--volo-white);
    border-color: rgba(255,255,255,0.6);
}
.volo-btn--outline-white:hover {
    background-color: rgba(255,255,255,0.15);
    border-color: var(--volo-white);
    color: var(--volo-white);
    transform: translateY(-2px);
}

.volo-btn--ghost {
    background-color: transparent;
    color: var(--color-primary);
    border-color: var(--color-border);
}
.volo-btn--ghost:hover {
    background-color: var(--volo-blue-50);
    border-color: var(--color-primary);
}

.volo-btn--white {
    background-color: var(--volo-white);
    color: var(--color-primary-dark);
    border-color: var(--volo-white);
    box-shadow: var(--shadow-md);
}
.volo-btn--white:hover {
    background-color: var(--volo-blue-50);
    color: var(--color-primary);
    transform: translateY(-2px);
}

.volo-btn--lg {
    padding: 1rem 2.25rem;
    font-size: var(--font-size-lg);
}

.volo-btn--full {
    width: 100%;
    justify-content: center;
}

/* --------------------------------------------------------------------------
   5. Header & Navegação
   -------------------------------------------------------------------------- */
.volo-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--volo-white);
    box-shadow: 0 2px 16px rgba(46,69,107,0.10);
    transition: box-shadow var(--transition-base);
}

.volo-header.is-scrolled {
    box-shadow: 0 4px 24px rgba(46,69,107,0.18);
}

.volo-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    gap: var(--space-8);
}

.volo-nav__logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.volo-nav__logo img {
    height: 48px;
    width: auto;
    transition: opacity var(--transition-fast);
}
.volo-nav__logo:hover img { opacity: 0.82; }

.volo-nav__menu {
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.volo-nav__link {
    padding: var(--space-2) var(--space-4);
    font-size: var(--font-size-sm);
    font-weight: 500;
    color: var(--volo-navy);
    border-radius: var(--border-radius-full);
    transition: all var(--transition-fast);
    letter-spacing: 0.01em;
}
.volo-nav__link:hover,
.volo-nav__link.is-active {
    color: var(--volo-navy);
    background: rgba(10,36,99,0.08);
}

.volo-nav__link--cta {
    background: var(--volo-gold-500);
    color: var(--volo-blue-800) !important;
    padding: var(--space-2) var(--space-5);
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-left: var(--space-4);
    box-shadow: 0 2px 10px rgba(210,168,106,0.40);
}
.volo-nav__link--cta:hover {
    background: var(--volo-gold-600) !important;
    color: var(--volo-blue-900) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(210,168,106,0.55);
}

/* Toggle mobile */
.volo-nav__toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}
.volo-nav__toggle-bar {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--volo-navy);
    border-radius: var(--border-radius-full);
    transition: all var(--transition-base);
    transform-origin: center;
}
.volo-nav__toggle[aria-expanded="true"] .volo-nav__toggle-bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.volo-nav__toggle[aria-expanded="true"] .volo-nav__toggle-bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.volo-nav__toggle[aria-expanded="true"] .volo-nav__toggle-bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* --------------------------------------------------------------------------
   6. Hero
   -------------------------------------------------------------------------- */
.volo-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, #023E73 0%, var(--volo-blue-700) 55%, var(--volo-teal) 100%);
    color: var(--volo-white);
    overflow: hidden;
    padding-top: 72px;
}

.volo-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.volo-hero__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(210,168,106,0.14) 0%, transparent 60%);
}

.volo-hero__wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
}
.volo-hero__wave svg {
    width: 100%;
    height: 100%;
}

.volo-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: var(--space-16);
    padding-block: var(--space-24) var(--space-20);
}

.volo-hero__text { max-width: 580px; }

.volo-hero__eyebrow {
    display: inline-block;
    font-size: var(--font-size-sm);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--volo-gold-400);
    margin-bottom: var(--space-4);
}

/* Logo vertical no hero — badge com fundo branco para preservar as cores dourado + navy */
.volo-hero__logo-badge {
    margin-bottom: var(--space-8);
    display: inline-block;
    background: rgba(255,255,255,0.94);
    border-radius: 20px;
    padding: var(--space-5) var(--space-8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}
.volo-hero__logo-badge img {
    max-width: 140px;
    height: auto;
    display: block;
}

.volo-hero__heading {
    font-family: var(--font-display);
    font-size: clamp(var(--font-size-3xl), 5vw, var(--font-size-5xl));
    font-weight: 700;
    color: var(--volo-white);
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-bottom: var(--space-6);
}

.volo-hero__subtext {
    font-size: var(--font-size-lg);
    color: rgba(255,255,255,0.8);
    margin-bottom: var(--space-8);
    line-height: 1.7;
}
.volo-hero__subtext strong { color: var(--volo-white); }

.volo-hero__actions {
    display: flex;
    gap: var(--space-4);
    flex-wrap: wrap;
}

.volo-hero__illustration {
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
}

.volo-truck-svg {
    width: 100%;
    max-width: 520px;
    animation: truck-float 4s ease-in-out infinite;
}

@keyframes truck-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

.volo-hero__scroll {
    position: absolute;
    bottom: var(--space-8);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-2);
    color: rgba(255,255,255,0.5);
    font-size: var(--font-size-xs);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.volo-hero__scroll-line {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.3);
    animation: scroll-pulse 2s ease-in-out infinite;
}

@keyframes scroll-pulse {
    0%, 100% { opacity: 0.3; transform: scaleY(1); }
    50% { opacity: 1; transform: scaleY(1.3); }
}

/* --------------------------------------------------------------------------
   7. Barra de Estatísticas
   -------------------------------------------------------------------------- */
.volo-stats {
    background: var(--volo-navy);
    padding-block: var(--space-10);
}

.volo-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-8);
}

.volo-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-2);
    text-align: center;
    color: var(--volo-white);
    padding: var(--space-4) var(--space-2);
    position: relative;
}

.volo-stat:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255,255,255,0.15);
}

.volo-stat__number {
    font-family: var(--font-display);
    font-size: clamp(var(--font-size-2xl), 3.5vw, var(--font-size-4xl));
    font-weight: 700;
    color: var(--volo-gold-400);
    line-height: 1;
    letter-spacing: 0.02em;
}

.volo-stat__label {
    font-size: var(--font-size-sm);
    color: rgba(255,255,255,0.7);
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* --------------------------------------------------------------------------
   8. Seções (base)
   -------------------------------------------------------------------------- */
.volo-section {
    padding-block: var(--section-py);
}

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

.volo-section__header {
    text-align: center;
    margin-bottom: var(--space-16);
}

.volo-section__eyebrow {
    display: inline-block;
    font-size: var(--font-size-xs);
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--volo-gold-600);
    margin-bottom: var(--space-3);
    padding: var(--space-1) var(--space-3);
    background: var(--volo-gold-100);
    border-radius: var(--border-radius-full);
    border: 1px solid rgba(210,168,106,0.30);
}

.volo-section__title {
    font-size: clamp(var(--font-size-2xl), 4vw, var(--font-size-4xl));
    font-weight: 700;
    color: var(--volo-navy);
    margin-bottom: var(--space-4);
    letter-spacing: -0.01em;
}

.volo-section__subtitle {
    font-size: var(--font-size-lg);
    color: var(--color-text-muted);
    max-width: 600px;
    margin-inline: auto;
    line-height: 1.7;
}

/* --------------------------------------------------------------------------
   9. Seção Sobre
   -------------------------------------------------------------------------- */
.volo-about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-16);
    align-items: start;
}

.volo-about__text {
    font-size: var(--font-size-md);
    color: var(--color-text-muted);
    line-height: 1.8;
    margin-bottom: var(--space-5);
}
.volo-about__text:last-of-type { margin-bottom: var(--space-8); }
.volo-about__text strong { color: var(--color-text); }
.volo-about__text em { color: var(--color-primary); font-style: normal; font-weight: 600; }

.volo-about__actions {
    display: flex;
    gap: var(--space-4);
    flex-wrap: wrap;
}

.volo-about__cards {
    display: flex;
    flex-direction: column;
    gap: var(--space-5);
}

.volo-about__card {
    display: flex;
    gap: var(--space-4);
    padding: var(--space-6);
    background: var(--volo-white);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-card);
    border-left: 4px solid var(--color-primary);
    transition: all var(--transition-base);
}

.volo-about__card:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateX(4px);
}

.volo-about__card--vision { border-left-color: var(--color-accent); }
.volo-about__card--values { border-left-color: var(--volo-blue-400); }

.volo-about__card-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--volo-blue-50);
    border-radius: var(--border-radius);
    color: var(--color-primary);
}

.volo-about__card--vision .volo-about__card-icon {
    background: var(--volo-gold-100);
    color: var(--volo-gold-600);
}

.volo-about__card--values .volo-about__card-icon {
    background: var(--volo-blue-50);
    color: var(--volo-blue-500);
}

.volo-about__card h3 {
    font-size: var(--font-size-md);
    font-weight: 700;
    margin-bottom: var(--space-1);
    color: var(--volo-gray-900);
}

.volo-about__card p {
    font-size: var(--font-size-sm);
    color: var(--color-text-muted);
    line-height: 1.6;
}

/* --------------------------------------------------------------------------
   10. Seção Serviços
   -------------------------------------------------------------------------- */
.volo-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-6);
}

.volo-service-card {
    background: var(--volo-white);
    border-radius: var(--border-radius-lg);
    padding: var(--space-8);
    box-shadow: var(--shadow-card);
    border: 1px solid var(--color-border);
    transition: all var(--transition-base);
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

.volo-service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card-hover);
    border-color: var(--volo-blue-100);
}

.volo-service-card__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--volo-blue-50);
    border-radius: var(--border-radius);
    color: var(--color-primary);
    flex-shrink: 0;
    transition: all var(--transition-base);
}
.volo-service-card__icon svg { width: 28px; height: 28px; }

.volo-service-card:hover .volo-service-card__icon {
    background: var(--color-primary);
    color: var(--volo-white);
    transform: scale(1.1);
}

.volo-service-card__title {
    font-size: var(--font-size-lg);
    font-weight: 700;
    color: var(--volo-gray-900);
}

.volo-service-card__desc {
    font-size: var(--font-size-sm);
    color: var(--color-text-muted);
    line-height: 1.7;
    flex: 1;
}

/* --------------------------------------------------------------------------
   11. Seção Diferenciais
   -------------------------------------------------------------------------- */
.volo-differentials__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-6);
}

.volo-diff-item {
    display: flex;
    gap: var(--space-5);
    padding: var(--space-8);
    background: var(--volo-white);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-card);
    transition: all var(--transition-base);
}

.volo-diff-item:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-4px);
}

.volo-diff-item__number {
    font-family: var(--font-display);
    font-size: var(--font-size-4xl);
    font-weight: 900;
    color: var(--volo-blue-100);
    line-height: 1;
    flex-shrink: 0;
    min-width: 56px;
    transition: color var(--transition-base);
}

.volo-diff-item:hover .volo-diff-item__number { color: var(--volo-gold-100); }

.volo-diff-item__content h3 {
    font-size: var(--font-size-md);
    font-weight: 700;
    color: var(--volo-gray-900);
    margin-bottom: var(--space-2);
}

.volo-diff-item__content p {
    font-size: var(--font-size-sm);
    color: var(--color-text-muted);
    line-height: 1.7;
}
.volo-diff-item__content strong { color: var(--color-primary); }

/* --------------------------------------------------------------------------
   12. Seção Valores
   -------------------------------------------------------------------------- */
.volo-values__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-6);
}

.volo-value-card {
    background: var(--volo-white);
    border-radius: var(--border-radius-lg);
    padding: var(--space-8);
    text-align: center;
    box-shadow: var(--shadow-card);
    transition: all var(--transition-base);
    border-bottom: 3px solid transparent;
}

.volo-value-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card-hover);
    border-bottom-color: var(--color-accent);
}

.volo-value-card__icon {
    font-size: 2.5rem;
    margin-bottom: var(--space-4);
    display: block;
    transition: transform var(--transition-spring);
}

.volo-value-card:hover .volo-value-card__icon { transform: scale(1.2) rotate(-5deg); }

.volo-value-card h3 {
    font-size: var(--font-size-lg);
    font-weight: 700;
    color: var(--volo-gray-900);
    margin-bottom: var(--space-3);
}

.volo-value-card p {
    font-size: var(--font-size-sm);
    color: var(--color-text-muted);
    line-height: 1.7;
}

/* --------------------------------------------------------------------------
   13. CTA Banner
   -------------------------------------------------------------------------- */
.volo-cta {
    background: linear-gradient(135deg, #023E73 0%, var(--volo-navy) 50%, var(--volo-teal-dark) 100%);
    padding-block: var(--space-20);
    position: relative;
    overflow: hidden;
}

.volo-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(210,168,106,0.18) 0%, transparent 70%);
    pointer-events: none;
}

.volo-cta__inner {
    text-align: center;
    position: relative;
    z-index: 1;
}

.volo-cta__title {
    font-size: clamp(var(--font-size-2xl), 4vw, var(--font-size-4xl));
    font-weight: 900;
    color: var(--volo-white);
    margin-bottom: var(--space-4);
}

.volo-cta__text {
    font-size: var(--font-size-lg);
    color: rgba(255,255,255,0.75);
    max-width: 560px;
    margin-inline: auto;
    margin-bottom: var(--space-8);
    line-height: 1.7;
}

/* --------------------------------------------------------------------------
   14. Seção Contato
   -------------------------------------------------------------------------- */
.volo-contact__grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: var(--space-16);
    align-items: start;
}

.volo-contact__info {
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
}

.volo-contact__info-item {
    display: flex;
    gap: var(--space-4);
    align-items: flex-start;
}

.volo-contact__info-icon {
    width: 44px;
    height: 44px;
    background: var(--volo-blue-50);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    flex-shrink: 0;
}

.volo-contact__info-item h3 {
    font-size: var(--font-size-sm);
    font-weight: 700;
    color: var(--volo-gray-900);
    margin-bottom: var(--space-1);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.volo-contact__info-item address,
.volo-contact__info-item p,
.volo-contact__info-item a {
    font-size: var(--font-size-sm);
    color: var(--color-text-muted);
    line-height: 1.6;
}

.volo-contact__info-item a:hover { color: var(--color-primary); }

.volo-contact__map { margin-top: var(--space-2); }
.volo-contact__map iframe { width: 100%; border-radius: var(--border-radius-lg); }

/* Formulário */
.volo-contact__form {
    background: var(--volo-white);
    border-radius: var(--border-radius-xl);
    padding: var(--space-10);
    box-shadow: var(--shadow-xl);
    border: 1px solid var(--color-border);
}

.volo-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-5);
}

.volo-form__group {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    margin-bottom: var(--space-5);
}
.volo-form__group:last-of-type { margin-bottom: var(--space-6); }

.volo-form__label {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--volo-gray-700);
}
.volo-form__label span[aria-hidden] { color: var(--color-error); }

.volo-form__input {
    padding: 0.75rem 1rem;
    font-family: var(--font-sans);
    font-size: var(--font-size-md);
    color: var(--color-text);
    background: var(--color-bg);
    border: 1.5px solid var(--color-border);
    border-radius: var(--border-radius);
    transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
    outline: none;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
}

.volo-form__input::placeholder { color: var(--volo-gray-400); }

.volo-form__input:hover { border-color: var(--volo-gray-400); }

.volo-form__input:focus {
    border-color: var(--volo-navy);
    box-shadow: 0 0 0 3px rgba(46,69,107,0.14);
}

.volo-form__input.is-invalid {
    border-color: var(--color-error);
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.volo-form__select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 8l5 5 5-5H5z' fill='%236B7280'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 20px;
    padding-right: 2.5rem;
    cursor: pointer;
}

.volo-form__textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

.volo-form__error {
    font-size: var(--font-size-xs);
    color: var(--color-error);
    font-weight: 500;
    min-height: 1em;
}

.volo-form__feedback {
    padding: var(--space-4);
    border-radius: var(--border-radius);
    font-size: var(--font-size-sm);
    font-weight: 500;
    margin-bottom: var(--space-4);
    display: none;
}

.volo-form__feedback.is-success {
    display: block;
    background: #D1FAE5;
    color: #065F46;
    border: 1px solid #6EE7B7;
}

.volo-form__feedback.is-error {
    display: block;
    background: #FEE2E2;
    color: #991B1B;
    border: 1px solid #FCA5A5;
}

/* --------------------------------------------------------------------------
   15. Footer
   -------------------------------------------------------------------------- */
.volo-footer {
    background: var(--volo-blue-900);
    color: rgba(255,255,255,0.75);
    padding-block: var(--space-16) 0;
}

.volo-footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: var(--space-12);
    padding-bottom: var(--space-12);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.volo-footer__logo {
    display: inline-flex;
    margin-bottom: var(--space-4);
}
.volo-footer__logo img {
    height: 44px;
    width: auto;
    /* Versão branca para fundo escuro do footer — padrão de marca */
    filter: brightness(0) invert(1);
    transition: opacity var(--transition-fast);
}
.volo-footer__logo:hover img { opacity: 0.80; }

.volo-footer__tagline {
    font-size: var(--font-size-sm);
    color: rgba(255,255,255,0.6);
    line-height: 1.8;
    margin-bottom: var(--space-6);
}

.volo-footer__social {
    display: flex;
    gap: var(--space-3);
}

.volo-footer__social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border-radius: var(--border-radius);
    color: rgba(255,255,255,0.7);
    transition: all var(--transition-base);
}
.volo-footer__social-link:hover {
    background: var(--color-accent);
    color: var(--volo-white);
    transform: translateY(-3px);
}

.volo-footer__nav-title {
    font-size: var(--font-size-sm);
    font-weight: 700;
    color: var(--volo-white);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: var(--space-5);
}

.volo-footer__nav ul {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.volo-footer__nav a {
    font-size: var(--font-size-sm);
    color: rgba(255,255,255,0.6);
    transition: color var(--transition-fast);
}
.volo-footer__nav a:hover { color: var(--volo-white); }

.volo-footer__address p {
    font-size: var(--font-size-sm);
    color: rgba(255,255,255,0.6);
    margin-bottom: var(--space-2);
    line-height: 1.6;
}

.volo-footer__contact-link {
    margin-top: var(--space-2);
}
.volo-footer__contact-link a {
    font-size: var(--font-size-sm);
    color: var(--volo-gold-400);
    transition: color var(--transition-fast);
}
.volo-footer__contact-link a:hover { color: var(--volo-white); }

.volo-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: var(--space-6);
    font-size: var(--font-size-xs);
    color: rgba(255,255,255,0.4);
    flex-wrap: wrap;
    gap: var(--space-3);
}

.volo-footer__tech { color: rgba(255,255,255,0.3); }

/* --------------------------------------------------------------------------
   16. Back to Top
   -------------------------------------------------------------------------- */
.volo-back-top {
    position: fixed;
    bottom: var(--space-8);
    right: var(--space-8);
    width: 46px;
    height: 46px;
    background: var(--color-primary);
    color: var(--volo-white);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all var(--transition-base);
    z-index: 900;
}

.volo-back-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.volo-back-top:hover {
    background: var(--color-accent);
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl);
}

/* --------------------------------------------------------------------------
   17. Animações de entrada (via Intersection Observer)
   -------------------------------------------------------------------------- */
[data-animate] {
    opacity: 0;
    transition: opacity var(--transition-slow), transform var(--transition-slow);
}

[data-animate="fade-up"]    { transform: translateY(32px); }
[data-animate="fade-down"]  { transform: translateY(-32px); }
[data-animate="fade-left"]  { transform: translateX(32px); }
[data-animate="fade-right"] { transform: translateX(-32px); }

[data-animate].is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

[data-delay="100"] { transition-delay: 100ms; }
[data-delay="200"] { transition-delay: 200ms; }
[data-delay="300"] { transition-delay: 300ms; }
[data-delay="400"] { transition-delay: 400ms; }
[data-delay="500"] { transition-delay: 500ms; }

/* --------------------------------------------------------------------------
   18. Responsividade
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .volo-hero__inner {
        grid-template-columns: 1fr;
        gap: var(--space-12);
        text-align: center;
    }

    .volo-hero__text { max-width: 100%; }
    .volo-hero__actions { justify-content: center; }

    .volo-hero__illustration { display: none; }

    .volo-about__grid { grid-template-columns: 1fr; }

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

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

    .volo-contact__grid { grid-template-columns: 1fr; }

    .volo-footer__grid { grid-template-columns: 1fr 1fr; }
    .volo-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
    .volo-nav__toggle { display: flex; }

    .volo-nav__menu {
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        background: var(--volo-white);
        padding: var(--space-6);
        flex-direction: column;
        align-items: stretch;
        gap: var(--space-2);
        transform: translateY(-120%);
        opacity: 0;
        transition: transform var(--transition-base), opacity var(--transition-base);
        border-bottom: 3px solid rgba(46,69,107,0.12);
        box-shadow: 0 8px 24px rgba(46,69,107,0.12);
        z-index: 999;
    }

    .volo-nav__menu.is-open {
        transform: translateY(0);
        opacity: 1;
    }

    .volo-nav__link {
        padding: var(--space-3) var(--space-4);
        text-align: center;
    }

    .volo-nav__link--cta { margin-left: 0; margin-top: var(--space-2); }

    .volo-stats__grid { grid-template-columns: repeat(2, 1fr); }
    .volo-stat:nth-child(odd):not(:last-child)::after { display: block; }
    .volo-stat:nth-child(even)::after { display: none; }

    .volo-services__grid { grid-template-columns: 1fr; }

    .volo-differentials__grid { grid-template-columns: 1fr; }

    .volo-values__grid { grid-template-columns: 1fr; }

    .volo-form__row { grid-template-columns: 1fr; }

    .volo-contact__form { padding: var(--space-6); }

    .volo-footer__grid { grid-template-columns: 1fr; }

    .volo-footer__bottom { flex-direction: column; text-align: center; }

    .volo-back-top { bottom: var(--space-5); right: var(--space-5); }
}

@media (max-width: 480px) {
    .volo-hero__heading {
        font-size: var(--font-size-2xl);
    }

    .volo-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .volo-btn--lg { text-align: center; justify-content: center; }

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

/* --------------------------------------------------------------------------
   19. Modo de alto contraste / preferências de movimento reduzido
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   18b. Nossa História — Timeline e Galeria de Cultura
   -------------------------------------------------------------------------- */

/* Timeline */
.volo-timeline {
    position: relative;
    max-width: 860px;
    margin: 0 auto var(--space-16);
    padding: var(--space-4) 0;
}

.volo-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--volo-blue-700), var(--volo-teal));
    transform: translateX(-50%);
    border-radius: 2px;
}

.volo-timeline__item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-8);
    margin-bottom: var(--space-12);
    position: relative;
}

.volo-timeline__item--left {
    flex-direction: row;
    padding-right: calc(50% + var(--space-10));
}

.volo-timeline__item--right {
    flex-direction: row-reverse;
    padding-left: calc(50% + var(--space-10));
}

.volo-timeline__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--volo-navy);
    color: var(--volo-gold-400);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    box-shadow: 0 0 0 4px var(--volo-blue-100), 0 4px 16px rgba(46,69,107,0.35);
    z-index: 2;
}

.volo-timeline__content {
    background: var(--volo-white);
    border-radius: var(--radius-xl);
    padding: var(--space-6) var(--space-8);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--volo-blue-100);
    flex: 1;
}

.volo-timeline__year {
    display: inline-block;
    font-family: var(--font-display);
    font-size: var(--font-size-sm);
    font-weight: 700;
    color: var(--volo-gold-600);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: var(--space-2);
}

.volo-timeline__content h3 {
    font-family: var(--font-display);
    font-size: var(--font-size-xl);
    font-weight: 800;
    color: var(--volo-blue-800);
    margin-bottom: var(--space-3);
}

.volo-timeline__content p {
    color: var(--color-text-muted);
    line-height: 1.7;
    margin: 0;
}

/* Galeria de Cultura */
.volo-culture {
    margin-top: var(--space-4);
}

.volo-culture__title {
    font-family: var(--font-display);
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--volo-navy);
    text-align: center;
    margin-bottom: var(--space-10);
}

.volo-culture__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-6);
}

.volo-culture__card {
    background: var(--volo-white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--volo-blue-100);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.volo-culture__card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
}

.volo-culture__illustration {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    display: block;
}

.volo-culture__illustration svg {
    width: 100%;
    height: 100%;
    display: block;
}

.volo-culture__photo {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    display: block;
}

.volo-culture__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform var(--transition-normal);
}

.volo-culture__card:hover .volo-culture__photo img {
    transform: scale(1.04);
}

.volo-culture__card-body {
    padding: var(--space-5) var(--space-6);
}

.volo-culture__card-body h4 {
    font-family: var(--font-display);
    font-size: var(--font-size-md);
    font-weight: 800;
    color: var(--volo-blue-800);
    margin-bottom: var(--space-2);
}

.volo-culture__card-body p {
    font-size: var(--font-size-sm);
    color: var(--color-text-muted);
    line-height: 1.6;
    margin: 0;
}

/* Responsivo — Timeline */
@media (max-width: 768px) {
    .volo-timeline::before {
        left: 28px;
    }

    .volo-timeline__item--left,
    .volo-timeline__item--right {
        flex-direction: row;
        padding-right: 0;
        padding-left: var(--space-20);
    }

    .volo-timeline__icon {
        left: 0;
        transform: none;
        width: 48px;
        height: 48px;
    }

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

@media (max-width: 480px) {
    .volo-culture__grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   20. CARROSSEL SUPERIOR DO HERO (GALPÃO)
   ========================================================================== */
.volo-hero__carousel {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.volo-hero__slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1000ms ease-in-out;
    z-index: 1;
}

.volo-hero__slide.is-active {
    opacity: 1;
    z-index: 2;
}

.volo-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(10, 22, 40, 0.8) 0%, rgba(10, 22, 40, 0.55) 50%, rgba(10, 22, 40, 0.85) 100%);
    z-index: 3;
}

/* Centralização da Hero */
.volo-hero__inner {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    z-index: 5;
    padding-block: var(--space-24) var(--space-20);
    grid-template-columns: 1fr !important; /* Sobrescrever grid antigo */
}

.volo-hero__text {
    max-width: 780px;
    margin: 0 auto;
}

.volo-hero__actions {
    justify-content: center !important;
}

/* Controles do Carrossel (Setas e Dots) */
.volo-carousel-dots {
    position: absolute;
    bottom: var(--space-12);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: var(--space-3);
    z-index: 10;
}

.volo-carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.volo-carousel-dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

.volo-carousel-dot.is-active {
    background: var(--color-accent);
    transform: scale(1.25);
    box-shadow: 0 0 8px rgba(255, 107, 0, 0.5);
}

.volo-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    z-index: 10;
    transition: all var(--transition-base);
}

.volo-carousel-arrow:hover {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--volo-white);
    transform: translateY(-50%) scale(1.05);
}

.volo-carousel-arrow svg {
    width: 22px;
    height: 22px;
}

.volo-carousel-arrow--prev {
    left: var(--space-6);
}

.volo-carousel-arrow--next {
    right: var(--space-6);
}

@media (max-width: 1024px) {
    .volo-hero__inner {
        padding-block: var(--space-20) var(--space-16);
    }
}

@media (max-width: 768px) {
    .volo-carousel-arrow {
        display: none;
    }
}

/* ==========================================================================
   21. GLASSMORPHISM PREMIUM E AJUSTE DE CARDS
   ========================================================================== */
.volo-service-card,
.volo-about__card,
.volo-timeline__content,
.volo-culture__card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: var(--shadow-card);
    transition: all var(--transition-spring);
}

.volo-service-card:hover,
.volo-about__card:hover,
.volo-culture__card:hover {
    background: var(--volo-white);
    transform: translateY(-8px);
    box-shadow: var(--shadow-card-hover);
    border-color: rgba(13, 71, 161, 0.15);
}

.volo-about__card--vision {
    border-left: 4px solid var(--color-accent) !important;
}

.volo-about__card--values {
    border-left: 4px solid var(--volo-blue-400) !important;
}

.volo-about__card--mission {
    border-left: 4px solid var(--color-primary) !important;
}

/* ==========================================================================
   22. VOLO CONNECT (PODCAST & INSTAGRAM)
   ========================================================================== */
.volo-media {
    background-color: var(--color-bg);
}

.volo-media__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: var(--space-12);
    align-items: start;
    margin-top: var(--space-4);
}

.volo-media__sub-title {
    font-family: var(--font-display);
    font-size: var(--font-size-2xl);
    font-weight: 800;
    color: var(--volo-blue-800);
    margin-bottom: var(--space-6);
}

/* Coluna Podcast */
.volo-media__podcast {
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
}

.volo-video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    background-color: var(--volo-blue-900);
    transition: transform var(--transition-base), box-shadow var(--transition-base), opacity 200ms ease;
    border: 1px solid rgba(13, 71, 161, 0.1);
}

.volo-video-wrapper:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl);
}

.volo-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.volo-podcast-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

.volo-podcast-item {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: var(--border-radius-lg);
    padding: var(--space-4) var(--space-5);
    cursor: pointer;
    text-align: left;
    transition: all var(--transition-spring);
    box-shadow: var(--shadow-xs);
    width: 100%;
}

.volo-podcast-item:hover {
    background: var(--volo-white);
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: rgba(13, 71, 161, 0.15);
}

.volo-podcast-item.is-active {
    background: var(--volo-blue-50);
    border-color: var(--color-primary-light);
    box-shadow: var(--shadow-md);
}

.volo-podcast-item__icon {
    font-size: var(--font-size-xl);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.volo-podcast-item:hover .volo-podcast-item__icon {
    transform: scale(1.2);
}

.volo-podcast-item__details h4 {
    font-family: var(--font-sans);
    font-size: var(--font-size-md);
    font-weight: 700;
    color: var(--volo-blue-800);
    margin-bottom: var(--space-1);
}

.volo-podcast-item__details p {
    font-size: var(--font-size-sm);
    color: var(--color-text-muted);
    line-height: 1.4;
    margin: 0;
}

.volo-podcast-channel-link {
    margin-top: var(--space-5);
    display: flex;
    justify-content: center;
}

.volo-podcast-channel-link .volo-btn--ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--volo-blue-800);
    border: 1.5px solid rgba(10, 36, 99, 0.25);
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: all 0.3s;
    background: transparent;
}

.volo-podcast-channel-link .volo-btn--ghost:hover {
    background: #ff0000;
    border-color: #ff0000;
    color: white;
}

/* Coluna Instagram */
.volo-media__instagram {
    display: flex;
    flex-direction: column;
}

.volo-media__insta-handle {
    font-size: var(--font-size-md);
    color: var(--color-text-muted);
    margin-bottom: var(--space-6);
}

.volo-media__insta-handle a {
    font-weight: 700;
    color: var(--color-primary);
}

.volo-insta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-3);
    margin-bottom: var(--space-8);
}

.volo-insta-card {
    position: relative;
    aspect-ratio: 1/1;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition-base), box-shadow var(--transition-base);
    border: 1px solid var(--volo-gray-200);
}

.volo-insta-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform var(--transition-slow);
}

.volo-insta-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 36, 99, 0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: var(--volo-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: var(--space-4);
    text-align: center;
    opacity: 0;
    transition: opacity var(--transition-base);
    z-index: 2;
}

.volo-insta-card__stats {
    display: flex;
    gap: var(--space-4);
    font-weight: 700;
    font-size: var(--font-size-sm);
    margin-bottom: var(--space-2);
}

.volo-insta-card__stats span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.volo-insta-card__caption {
    font-size: var(--font-size-xs);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Hover effects */
.volo-insta-card:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-lg);
}

.volo-insta-card:hover img {
    transform: scale(1.08);
}

.volo-insta-card:hover .volo-insta-card__overlay {
    opacity: 1;
}

.volo-media__actions {
    margin-top: auto;
    display: flex;
    justify-content: center;
}

@media (max-width: 1024px) {
    .volo-media__grid {
        grid-template-columns: 1fr;
        gap: var(--space-12);
    }
}

@media (max-width: 480px) {
    .volo-insta-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    [data-animate] {
        opacity: 1;
        transform: none;
    }

    html { scroll-behavior: auto; }
}

/* ==========================================================================
   17. Seção de Clientes (Marcas Parceiras)
   ========================================================================== */
.volo-clients-section {
    padding-block: var(--space-12) var(--space-10);
    background-color: var(--color-bg-alt); /* Light gray #F9FAFB */
    border-bottom: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border);
    overflow: hidden;
}

.volo-clients-title {
    text-align: center;
    font-size: var(--font-size-xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-text-muted);
    margin-bottom: var(--space-8);
    opacity: 0.85;
}

.volo-clients-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--space-8) var(--space-12);
    max-width: var(--container-max);
    margin: 0 auto;
    padding-inline: var(--container-pad);
}

.volo-client-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding-inline: var(--space-4);
    filter: grayscale(100%);
    opacity: 0.55;
    transition: filter var(--transition-base), opacity var(--transition-base), transform var(--transition-base);
    cursor: default;
    user-select: none;
}

.volo-client-card:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: translateY(-3px) scale(1.05);
}

/* Logotipos das Marcas */
.client-logo-img {
    height: 100%;
    max-height: 48px;
    max-width: 170px;
    width: auto;
    object-fit: contain;
    transition: transform var(--transition-base);
}

/* Responsividade */
@media (max-width: 768px) {
    .volo-clients-grid {
        gap: var(--space-6) var(--space-8);
    }
    .volo-client-card {
        height: 45px;
    }
    .client-logo-img {
        max-height: 34px;
        max-width: 120px;
    }
}

/* ==========================================================================
   GRUPO EVOLO + MERCADO FASHION
   ========================================================================== */

.volo-grupo-eco {
    margin-top: 56px;
    background: linear-gradient(135deg, #061A3A 0%, #0A2463 100%);
    border-radius: 20px;
    overflow: hidden;
}

.volo-grupo-eco__header {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 36px 48px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    flex-wrap: wrap;
}

.volo-grupo-eco__logo {
    height: 56px;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    flex-shrink: 0;
}

.volo-grupo-eco__title {
    color: white;
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0 0 8px;
}

.volo-grupo-eco__text {
    color: rgba(255,255,255,0.82);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

.volo-grupo-eco__text strong {
    color: #60C3E8;
}

.volo-grupo-eco__mf {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 40px 48px;
    flex-wrap: wrap;
    background: rgba(255,255,255,0.04);
}

.volo-grupo-eco__mf-logo-wrap {
    flex-shrink: 0;
    width: 220px;
    background: #ffffff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}

.volo-grupo-eco__mf-logo {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.volo-grupo-eco__mf-body {
    flex: 1;
    min-width: 260px;
}

.volo-grupo-eco__mf-eyebrow {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #00C4E8;
    font-weight: 700;
    margin-bottom: 6px;
}

.volo-grupo-eco__mf-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: white;
    margin: 0 0 12px;
}

.volo-grupo-eco__mf-desc {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.75;
    margin: 0 0 20px;
}

.volo-grupo-eco__mf-desc strong {
    color: #9DE5FF;
}

.volo-grupo-eco__mf-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.volo-grupo-eco__mf-tags span {
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.85);
    font-size: 0.78rem;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.15);
}

.volo-grupo-eco__mf-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #00A0C4;
    color: white;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s;
}

.volo-grupo-eco__mf-link:hover {
    background: #007A96;
    color: white;
}

@media (max-width: 768px) {
    .volo-grupo-eco__header,
    .volo-grupo-eco__mf {
        padding: 28px 24px;
        gap: 20px;
    }
    .volo-grupo-eco__mf-logo-wrap {
        width: 72px;
        height: 72px;
    }
    .volo-grupo-eco__mf-logo {
        width: 52px;
        height: 52px;
    }
}

/* ==========================================================================
   S.E.C — CUSTOMER EXPERIENCE
   ========================================================================== */

.volo-sec {
    margin-top: 64px;
    background: linear-gradient(135deg, #0A2463 0%, #0E3178 100%);
    border-radius: 20px;
    padding: 48px;
}

.volo-sec__header {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.volo-sec__badge {
    flex-shrink: 0;
    background: #00A0C4;
    color: white;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    padding: 14px 22px;
    border-radius: 12px;
    line-height: 1;
}

.volo-sec__title {
    color: white;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 8px;
}

.volo-sec__subtitle {
    color: rgba(255,255,255,0.8);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

.volo-sec__subtitle strong {
    color: #60C3E8;
}

.volo-sec__channels {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.volo-sec__channel {
    background: rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
    transition: background 0.3s;
}

.volo-sec__channel:hover {
    background: rgba(255,255,255,0.14);
}

.volo-sec__channel-icon {
    width: 48px;
    height: 48px;
    background: rgba(0,160,196,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    stroke: #00C4E8;
}

.volo-sec__channel span {
    color: rgba(255,255,255,0.9);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 992px) {
    .volo-sec__channels {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .volo-sec {
        padding: 28px 20px;
    }
    .volo-sec__channels {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

/* ==========================================================================
   VALORES — 5 cards do slide 8
   ========================================================================== */

.volo-values__motto {
    text-align: center;
    font-style: italic;
    font-size: 1.15rem;
    color: #0A2463;
    font-weight: 600;
    margin: 0 auto 48px;
    opacity: 0.75;
}

.volo-values__grid--5 {
    grid-template-columns: repeat(5, 1fr);
}

.volo-value-card .volo-value-card__icon svg {
    stroke: #00A0C4;
}

@media (max-width: 1100px) {
    .volo-values__grid--5 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 640px) {
    .volo-values__grid--5 {
        grid-template-columns: repeat(2, 1fr);
    }
    .volo-values__motto {
        font-size: 1rem;
        margin-bottom: 32px;
    }
}

/* ==========================================================================
   CENTROS DE DISTRIBUIÇÃO
   ========================================================================== */

.volo-cds {
    background: #fff;
}

.volo-cds__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-6);
    background: linear-gradient(135deg, #0A2463 0%, #1565a0 100%);
    border-radius: 16px;
    padding: 40px 32px;
    margin-bottom: 56px;
    text-align: center;
}

.volo-cds__stat-item {}

.volo-cds__stat-number {
    display: block;
    font-size: 2.4rem;
    font-weight: 900;
    color: #00C4E8;
    line-height: 1;
    margin-bottom: 8px;
}

.volo-cds__stat-label {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.8);
}

.volo-cds__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 32px;
}

.volo-cd-card-full {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 32px rgba(0,0,0,0.1);
    background: #fff;
    border: 1px solid #e8eef4;
    transition: transform 0.3s, box-shadow 0.3s;
}

.volo-cd-card-full:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.volo-cd-card-full__image {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.volo-cd-card-full__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.volo-cd-card-full:hover .volo-cd-card-full__image img {
    transform: scale(1.04);
}

.volo-cd-card-full__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #00A0C4;
    color: white;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
}

.volo-cd-card-full__body {
    padding: 28px;
}

.volo-cd-card-full__body h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0A2463;
    margin: 0 0 8px;
}

.volo-cd-card-full__address {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #666;
    margin: 0 0 20px;
}

.volo-cd-card-full__features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.volo-cd-card-full__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.88rem;
    color: #444;
    line-height: 1.5;
}

.volo-cd-card-full__features li svg {
    flex-shrink: 0;
    margin-top: 2px;
    stroke: #00A0C4;
}

.volo-cds__interior {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    border-radius: 12px;
    overflow: hidden;
}

.volo-cds__interior-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .volo-cds__stats {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-5);
        padding: 28px 20px;
    }
    .volo-cds__stat-number {
        font-size: 1.8rem;
    }
    .volo-cds__grid {
        grid-template-columns: 1fr;
    }
    .volo-cds__interior {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   TRILHA DA VOLO
   ========================================================================== */

.volo-trilha {
    background: linear-gradient(150deg, #061A3A 0%, #0A2463 50%, #0E3178 100%);
    padding: 96px 0;
}

.volo-trilha .volo-section__header--light {
    text-align: center;
    margin-bottom: 56px;
}

.volo-section__eyebrow--light {
    color: rgba(255,255,255,0.7);
}

.volo-section__title--light {
    color: #fff;
}

.volo-section__title--light::after {
    background: #00A0C4;
}

.volo-section__subtitle--light {
    color: rgba(255,255,255,0.8);
}

.volo-trilha__infographic {
    text-align: center;
    margin-bottom: 48px;
    background: rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 32px;
    border: 1px solid rgba(255,255,255,0.1);
}

.volo-trilha__img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.volo-trilha__steps {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
}

.volo-trilha__step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: background 0.3s;
}

.volo-trilha__step:hover {
    background: rgba(255,255,255,0.12);
}

.volo-trilha__step--destination {
    background: rgba(0,160,196,0.15);
    border-color: rgba(0,160,196,0.4);
}

.volo-trilha__step-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00A0C4;
    color: white;
    font-size: 1rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.volo-trilha__step-num--dest {
    background: rgba(0,160,196,0.3);
    border: 2px solid #00C4E8;
}

.volo-trilha__step-body strong {
    display: block;
    color: #00D4FF;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.volo-trilha__step-body p {
    color: rgba(255,255,255,0.75);
    font-size: 0.82rem;
    margin: 0;
    line-height: 1.55;
}

@media (max-width: 768px) {
    .volo-trilha {
        padding: 64px 0;
    }
    .volo-trilha__steps {
        grid-template-columns: 1fr;
    }
    .volo-trilha__infographic {
        padding: 16px;
    }
}

/* ==========================================================================
   NOSSAS CAUSAS
   ========================================================================== */

.volo-causas {
    background: #f5f8fb;
}

.volo-causas__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.volo-causa-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-top: 4px solid #00A0C4;
    transition: transform 0.3s, box-shadow 0.3s;
}

.volo-causa-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.volo-causa-card--onu    { border-top-color: #009EDB; }
.volo-causa-card--diversidade { border-top-color: #E040FB; }
.volo-causa-card--semear { border-top-color: #43A047; }
.volo-causa-card--pcd    { border-top-color: #FF7043; }

.volo-causa-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f0f6fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    stroke: #0A2463;
}

.volo-causa-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0A2463;
    margin: 0 0 12px;
}

.volo-causa-card p {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.7;
    margin: 0 0 16px;
}

.volo-causa-card__tag {
    display: inline-block;
    background: #e8f4fb;
    color: #0A4F7A;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 12px;
    border-radius: 20px;
}

.volo-causa-card__stats {
    display: flex;
    gap: 24px;
    margin-top: 4px;
}

.volo-causa-card__stat-num {
    display: block;
    font-size: 1.8rem;
    font-weight: 900;
    color: #00A0C4;
    line-height: 1;
}

.volo-causa-card__stat-desc {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #666;
    margin-top: 4px;
}

.volo-causas__banner {
    background: linear-gradient(135deg, #0A2463 0%, #1565a0 100%);
    border-radius: 12px;
    padding: 28px 36px;
}

.volo-causas__banner-content {
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
}

.volo-causas__banner-content svg {
    stroke: #00C4E8;
}

.volo-causas__banner-content p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.9);
}

@media (max-width: 768px) {
    .volo-causas__grid {
        grid-template-columns: 1fr;
    }
    .volo-causas__banner {
        padding: 24px 20px;
    }
    .volo-causas__banner-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

/* ==========================================================================
   PRINT
   ========================================================================== */

@media print {
    .volo-header,
    .volo-nav,
    .volo-hero,
    .volo-back-top,
    .volo-cta,
    .volo-contact__form,
    .volo-clients-section { display: none !important; }

    .volo-footer { background: none; color: #000; }
}
