/*
    Theme Name: Astronautas Filmes
    Theme URI: https://atomdigital.com.br/
    Author: Higor Paulo | Atom Digital
    Author URI: https://atomdigital.com.br/
    Description: Site institucional Astronautas Filmes — produtora de vídeo
    Version: 2025.1
    License: Atom Digital
    License URI: https://atomdigital.com.br/
    Text Domain: hx-theme
*/

/* Cores customizadas */
:root {
    /* Escala de neutros — dark theme */
    --color-neutral-100: #0d0d0d;
    --color-neutral-200: #141414;
    --color-neutral-300: #1a1a1a;
    --color-neutral-400: #888888;
    --color-neutral-500: #aaaaaa;
    --color-neutral-600: #cccccc;
    --color-neutral-700: #333333;
    --color-neutral-800: #222222;
    --color-neutral-900: #ffffff;

    /* Cor de destaque — Astronautas Filmes */
    --color-primary: #0B9BC2;
    --color-primary-rgb: 11, 155, 194;
    --color-primary-hover: rgba(11, 155, 194, 0.1);

    /* Preto puro e canal RGB branco (para rgba()) */
    --color-black: #000;
    --color-white-rgb: 255, 255, 255;

    /* Overlay */
    --overlay-sm: rgba(0, 0, 0, 0.3);
    --overlay-lg: rgba(0, 0, 0, 0.6);
    --overlay-70: rgba(0, 0, 0, 0.7);
    --overlay-90: rgba(0, 0, 0, 0.9);

    /* Card glass */
    --card-bg: rgba(255, 255, 255, 0.05);
    --card-border: rgba(255, 255, 255, 0.08);

    /* Header scrolled */
    --header-scrolled-bg: rgba(10, 10, 10, 0.95);

    /* Fonts */
    --font-family-01: "Ubuntu", sans-serif;

    /* Section spacing */
    --section-py: 5rem;
    --section-py-sm: 3rem;

    /* CTA buttons — hover wipe */
    --btn-cta-duration: 0.45s;
    --btn-cta-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family-01);
    background-color: var(--color-neutral-100);
    color: var(--color-neutral-900);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.02em;
    font-weight: 300;
}

.container {
    max-width: 1400px;
}

@media screen and (max-width: 999px) {
    html{
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    html{
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    html{
        font-size: 13px;
    }
}
form{
    touch-action: manipulation;
}
input,
textarea,
select {
    width: 100%;
    background: var(--color-neutral-300);
    font-size: 1rem;
    touch-action: manipulation;
    color: var(--color-neutral-900);
    border: 1px solid var(--card-border);
    padding: 1rem;
    letter-spacing: 0.04em;
    border-radius: 0;
    transition: border-color 0.3s ease;
}
input::placeholder,
textarea::placeholder {
    color: var(--color-neutral-400);
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: none;
}
textarea {
    min-height: 7rem;
    max-height: 7rem;
}
select {
    appearance: none !important;
    -webkit-appearance: none !important;
    background: var(--color-neutral-300) url(./assets/img/default-dropdown.svg) no-repeat right 1rem center;
    background-size: .6rem;
    border-radius: 0 !important;
}
/*********** Start Fonts ***********/
.font-family-01{
    font-family: var(--font-family-01);
}
/*********** End Fonts ***********/

/*********** Start Background ***********/
.bg-color-neutral-100{
    background-color: var(--color-neutral-100);
}
.bg-color-neutral-200{
    background-color: var(--color-neutral-200);
}
.bg-color-neutral-300{
    background-color: var(--color-neutral-300);
}
.bg-color-neutral-400{
    background-color: var(--color-neutral-400);
}
.bg-color-neutral-500{
    background-color: var(--color-neutral-500);
}
.bg-color-neutral-600{
    background-color: var(--color-neutral-600);
}
.bg-color-neutral-700{
    background-color: var(--color-neutral-700);
}
.bg-color-neutral-800{
    background-color: var(--color-neutral-800);
} 
.bg-color-neutral-900{
    background-color: var(--color-neutral-900);
}
.bg-color-primary{
    background-color: var(--color-primary) !important;
}
/*********** End Background ***********/

/*********** Start Colors ***********/
.text-color-neutral-100{
    color: var(--color-neutral-100) !important;
}
.text-color-neutral-200{
    color: var(--color-neutral-200);
}
.text-color-neutral-300{
    color: var(--color-neutral-300);
}
.text-color-neutral-400{
    color: var(--color-neutral-400);
}
.text-color-neutral-500{
    color: var(--color-neutral-500);
}
.text-color-neutral-600{
    color: var(--color-neutral-600);
}
.text-color-neutral-700{
    color: var(--color-neutral-700);
}
.text-color-neutral-800{
    color: var(--color-neutral-800);
}
.text-color-neutral-900{
    color: var(--color-neutral-900);
}
.text-color-primary{
    color: var(--color-primary) !important;
}
/*********** End Colors ***********/

/*********** Start Text sizes ***********/
/* Title System — 4 níveis padronizados */
.title-xl {
    font-size: clamp(2.4rem, 4vw, 3.25rem);
    font-weight: 500;
    line-height: 1.15;
}
.title-lg {
    font-size: clamp(1.8rem, 3vw, 2.25rem);
    font-weight: 500;
    line-height: 1.2;
}
.title-md {
    font-size: clamp(1.5rem, 2.5vw, 1.75rem);
    font-weight: 500;
    line-height: 1.25;
}
.title-sm {
    font-size: clamp(1.2rem, 2.2vw, 1.35rem);
    font-weight: 500;
    line-height: 1.35;
}
/* Sub-title System — 3 níveis */
.sub-title-lg {
    font-size: clamp(1.2rem, 2vw, 1.2rem);
    font-weight: 300;
    line-height: 1.65;
    color: var(--color-neutral-500);
}
.sub-title-md,
.section-subtitle { /* alias → sub-title-md */
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--color-neutral-500);
}
.sub-title-sm {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.65;
    color: var(--color-neutral-500);
}
.text-size-xs {
    font-size: 0.656rem;  /* 10.5px */
}
.text-size-sm {
    font-size: 0.75rem; /* 12px */
}
.text-size-md {
    font-size: 0.875rem; /* 14px */
}
.text-size-lg {
    font-size: 1rem !important; /* 16px */
}
.text-size-xl {
    font-size: 1.125rem; /* 18px */
}
.text-size-xxl {
    font-size: 1.25rem; /* 20px */
}
/*********** End Text sizes ***********/

/*********** Start Button ***********/
.btn-style-01,
.btn-style-02 {
    --btn-fg: var(--color-neutral-900);
    --btn-border: rgba(var(--color-white-rgb), 0.22);
    position: relative;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    padding: 0.875rem 1.75rem;
    font-size: clamp(1rem, 2.5vw, 1rem);
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    border-radius: 999px;
    z-index: 0;
    isolation: isolate;
    background-color: transparent;
    border: 1px solid var(--btn-border);
    color: var(--btn-fg);
    transition:
        color var(--btn-cta-duration) var(--btn-cta-ease),
        border-color var(--btn-cta-duration) var(--btn-cta-ease);
}

.btn-style-02 {
    --btn-fg: var(--color-primary);
    --btn-border: var(--color-primary);
    font-weight: 500;
}

.btn-style-02.btn-style-02--light {
    --btn-fg: var(--color-neutral-100);
    --btn-border: rgba(var(--color-white-rgb), 0.18);
}

.btn-style-01::before,
.btn-style-02::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--color-primary);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform var(--btn-cta-duration) var(--btn-cta-ease);
    border-radius: inherit;
}

.btn-style-01:hover,
.btn-style-02:hover {
    color: var(--color-neutral-900);
    border-color: var(--color-primary);
}

.btn-style-01:hover::before,
.btn-style-02:hover::before {
    transform: scaleX(1);
}

/* Ícones sempre acima do preenchimento (texto fica na camada do conteúdo, acima do fundo transparente) */
.btn-style-01 > *,
.btn-style-02 > * {
    position: relative;
    z-index: 1;
}

button.btn-style-01,
button.btn-style-02 {
    font: inherit;
}

.btn-style-01 i,
.btn-style-02 i {
    transition: transform var(--btn-cta-duration) var(--btn-cta-ease);
}

.btn-style-01:hover i,
.btn-style-02:hover i {
    transform: translateX(4px);
}
/*********** End Button ***********/

/*********** Start Section Utilities ***********/
.section-padding {
    padding: var(--section-py) 0;
}
.section-padding-sm {
    padding: var(--section-py-sm) 0;
}
.section-darker {
    background-color: var(--color-neutral-200);
}
.section-default {
    height: 80vh;
    padding: 10rem 0;
}
.section-default__title {
    max-width: 500px;
}
.section-404 {
    padding: 10rem 0;
}
.title-lg span,
.title-lg .text-primary {
    color: var(--color-primary);
}
.section-label {
    display: inline-block;
    color: var(--color-primary);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
    .section-padding {
        padding: var(--section-py-sm) 0;
    }
}
/*********** End Section Utilities ***********/

/*********** Start Animate ***********/
[data-animate] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
[data-animate].is-visible {
    opacity: 1;
    transform: translateY(0);
}
[data-animate-delay="1"] {
    transition-delay: 0.1s;
}
[data-animate-delay="2"] {
    transition-delay: 0.2s;
}
[data-animate-delay="3"] {
    transition-delay: 0.3s;
}
[data-animate-delay="4"] {
    transition-delay: 0.4s;
}
[data-animate-delay="5"] {
    transition-delay: 0.5s;
}
/*********** End Animate ***********/

/********* Start Swiper Config *********/
.swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid var(--color-neutral-900);
    opacity: 0.5;
    background-color: transparent;
}

.swiper-pagination-bullet-active {
    background-color: var(--color-neutral-900);
    opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
    background: var(--color-neutral-800);
    color: var(--color-neutral-900);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: .7px solid var(--color-neutral-400);
    padding: .5rem;
    top: 50%; 
    transform: translateY(-50%);
    margin-top: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-button-next{
    right: -10px;
}
.swiper-button-prev{
    left: -10px;
}
.swiper-button-next:after {
    background-image: url(./assets/img/arrow-right.svg) !important;
}
.swiper-button-prev:after {
    background-image: url(./assets/img/arrow-left.svg) !important;
}
@media screen and (max-width: 768px) {
    .swiper-button-next, .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 576px) {
    .swiper-button-next, .swiper-button-prev {
        width: 26px;
        height: 26px;
    }
}
/********* End Swiper Config *********/

@media screen and (max-width: 576px) {
    .container{
        padding: 0 2.5rem;
    }
}
/* ===== Custom Cursor ===== */
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-neutral-900);
    pointer-events: none;
    z-index: 99999;
    mix-blend-mode: difference;
    transition: width 0.25s ease, height 0.25s ease, opacity 0.3s ease;
    opacity: 0;
}
.custom-cursor.is-active {
    opacity: 1;
}
.custom-cursor.is-hover {
    width: 120px;
    height: 120px;
}
.custom-cursor.is-click {
    width: 8px;
    height: 8px;
}

/* ===== Text effects ===== */
.fw-9 {
    font-weight: 900 !important;
}


/* ===== Marquee ticker ===== */

/* ===== Grid overlay (padrão ::before compartilhado) ===== */
.marquee-track::before,
.section-portfolio::before,
.section-services::before,
.section-testimonials::before,
.section-brands::before,
.services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .3;
    background: repeating-linear-gradient(to right, rgba(var(--color-white-rgb), .37) 0, rgba(var(--color-white-rgb), .37) 1px, transparent 1px, transparent 250px);
    z-index: 0;
}

/********* Gallery Lightbox Styles *********/
#gallery-lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-90);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

#gallery-lightbox-modal.show {
    display: flex !important;
}

.gallery-lightbox-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: 90%;
    max-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#gallery-lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: var(--color-neutral-900);
    font-size: 2rem;
    cursor: pointer;
    z-index: 10001;
    padding: 10px;
    line-height: 1;
}

#gallery-lightbox-close:hover {
    color: var(--color-primary);
}

.gallery-lightbox-swiper {
    width: 100%;
    height: 100%;
}

.gallery-lightbox-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-lightbox-swiper .swiper-slide img,
.gallery-lightbox-swiper .swiper-slide video {
    width: auto;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 8px;
}

.gallery-lightbox-prev,
.gallery-lightbox-next {
    color: var(--color-neutral-900) !important;
    background: rgba(var(--color-white-rgb), 0.1) !important;
    border: 1px solid rgba(var(--color-white-rgb), 0.3) !important;
}

.gallery-lightbox-prev:hover,
.gallery-lightbox-next:hover {
    background: var(--color-primary) !important;
}

@media screen and (max-width: 768px) {
    .gallery-lightbox-content {
        width: 95%;
        height: 85%;
    }
    
    #gallery-lightbox-close {
        top: -35px;
        font-size: 1.5rem;
    }
}

.gallery-lightbox-trigger {
    cursor: pointer;
    transition: transform 0.3s ease;
}
/********* End Gallery Lightbox Styles *********/

/********* Pagination Styles *********/
.page-numbers {
    width: 50px;
    height: 50px;
    padding: .6rem;
    font-size: 0.875rem;
    font-weight: 300;
    color: var(--color-neutral-500);
    border: .5px solid var(--color-neutral-700);
    text-decoration: none;
    background: transparent;
}
a.page-numbers:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.page-numbers.current {
    color: var(--color-primary);
    border-color: var(--color-primary);
    font-weight: 500;
}

.page-numbers img {
    display: inline-block;
    vertical-align: middle;
    max-height: .7rem;
}
/********* End Pagination Styles *********/

/********* Component: FAQ accordion *********/
.faq-accordion__item {
    border: 1px solid var(--card-border) !important;
}
.faq-accordion__btn {
    background: transparent !important;
    color: rgba(var(--color-white-rgb), 0.92) !important;
    padding: 1.15rem 1.35rem;
    transition: color 0.25s ease, background-color 0.25s ease;
}
.faq-accordion__btn:not(.collapsed),
.faq-accordion__btn:hover {
    color: var(--color-neutral-900) !important;
    background: linear-gradient(90deg, rgba(var(--color-primary-rgb), 0.22), rgba(var(--color-primary-rgb), 0.1)) !important;
}
.faq-accordion__btn::after {
    width: 14px;
    height: 14px;
    background-size: 14px;
    filter: brightness(0) saturate(100%) invert(64%) sepia(92%) saturate(2386%) hue-rotate(161deg) brightness(93%) contrast(91%);
}
.faq-accordion__body {
    background: transparent;
    color: rgba(var(--color-white-rgb), 0.78);
    font-size: 1rem;
    line-height: 1.7;
    padding: 1.3rem;
}
/********* End FAQ accordion *********/

/* ===== Video Modal ===== */
#videoModal .modal-content {
    background: var(--overlay-70);
}
#videoModal .modal-header {
    background: var(--color-black);
}
.modal-backdrop {
    background-color: var(--color-black);
}
.modal-backdrop.show {
    opacity: 0.92;
}

/* ============================================================
   COMPONENTS
   ============================================================ */

/* --- Header --- */
@keyframes site-header-slide-down {
    from {
        transform: translateY(-100%);
        opacity: 0.94;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    border-bottom: 1px solid transparent;
    transform: translateY(0);
    transition:
        background 0.5s cubic-bezier(0.33, 0, 0.2, 1),
        border-color 0.5s cubic-bezier(0.33, 0, 0.2, 1),
        backdrop-filter 0.5s cubic-bezier(0.33, 0, 0.2, 1);
}
/* Header inteiro desce de cima ao passar o scroll */
.site-header.scrolled {
    background: var(--header-scrolled-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom-color: var(--card-border);
    animation: site-header-slide-down 0.85s cubic-bezier(0.16, 1, 0.32, 1) both;
}
/* Página já aberta com scroll: sem animação (controlado via JS .scrolled--static) */
.site-header.scrolled.scrolled--static {
    animation: none;
}
@media (prefers-reduced-motion: reduce) {
    .site-header.scrolled {
        animation: none;
    }
}
.site-header__inner {
    height: 72px;
}
.site-header__logo {
    margin: 0;
    flex-shrink: 0;
    line-height: 0;
}
.site-header__logo img {
    display: block;
    width: 100%;
    max-height: 20px;
}
.site-header__nav {
    flex: 1;
    justify-content: center;
    align-items: center;
}
.site-header__nav-list {
    gap: .1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-header__nav-list .nav-link {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--color-neutral-900);
    padding: .5rem .9rem !important;
    white-space: nowrap;
    text-decoration: none;
    transition: color .3s ease;
}
.site-header__nav-list .nav-link:hover,
.site-header__nav-list .nav-item.current-menu-item > .nav-link,
.site-header__nav-list .nav-item.current-page-ancestor > .nav-link {
    color: var(--color-primary) !important;
}
.site-header__nav-list .dropdown-menu {
    background: var(--header-scrolled-bg);
    border: 1px solid rgba(var(--color-white-rgb), .1);
    border-radius: 4px;
    padding: .5rem 0;
    min-width: 180px;
    margin-top: .25rem !important;
    z-index: 1000 !important;
}
.site-header__nav-list .dropdown-item {
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(var(--color-white-rgb), .8) !important;
    padding: .6rem 1.25rem;
    transition: color .2s ease, background .2s ease;
}
.site-header__nav-list .dropdown-item:hover {
    color: var(--color-primary) !important;
    background: var(--card-bg);
}
.site-header__actions {
    gap: .75rem;
    flex-shrink: 0;
}
@media (max-width: 991.98px) {
    .site-header__actions .btn-style-01 {
        display: none;
    }
}
.site-header__burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    width: 40px;
    height: 40px;
    color: var(--color-neutral-900);
    transition: color 0.25s ease;
}
.site-header__burger-icon {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}
/* SVG branco: visível no topo (hero escuro) e no scroll (header escuro — não usar brightness(0)) */
.site-header__burger-close {
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    line-height: 1;
}
.site-header__burger.is-open .site-header__burger-icon {
    display: none;
}
.site-header__burger.is-open .site-header__burger-close {
    display: inline-flex;
}
.navbar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.5s cubic-bezier(0.33, 0, 0.2, 1),
        visibility 0.5s cubic-bezier(0.33, 0, 0.2, 1);
}
.navbar-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Mobile drawer — tela cheia, painel escuro */
#navbarSupportedContent.navbar-collapse {
    position: fixed;
    inset: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: 100dvh;
    z-index: 999;
    background: linear-gradient(180deg, #0a0a0a 0%, #111 55%, #141414 100%);
    border: none;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.55);
    padding: 0;
    overflow: hidden;
    /* Fechado: abaixo da tela — abre “subindo” (curvas mais suaves) */
    transform: translateY(102%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        transform 0.62s cubic-bezier(0.22, 1, 0.32, 1),
        opacity 0.52s cubic-bezier(0.33, 0, 0.25, 1),
        visibility 0s linear 0.62s;
}
#navbarSupportedContent.navbar-collapse.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
        transform 0.62s cubic-bezier(0.22, 1, 0.32, 1),
        opacity 0.52s cubic-bezier(0.33, 0, 0.25, 1),
        visibility 0s linear 0s;
}
/* Ao fechar: sobe de forma mais gradual */
#navbarSupportedContent.navbar-collapse.show.drawer-exit-up {
    transform: translateY(-105%);
    opacity: 0;
    pointer-events: none;
    visibility: visible;
    transition:
        transform 0.58s cubic-bezier(0.4, 0.05, 0.2, 1),
        opacity 0.48s cubic-bezier(0.33, 0, 0.2, 1);
}

.mobile-drawer-top {
    flex-shrink: 0;
    gap: 1rem;
    padding: 1.25rem 1.25rem 1rem;
    border-bottom: 1px solid rgba(var(--color-white-rgb), 0.06);
}
.mobile-drawer-brand {
    margin: 0;
    line-height: 0;
    min-width: 0;
}
.mobile-drawer-brand .custom-logo-link,
.mobile-drawer-brand a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
}
.mobile-drawer-brand img,
.mobile-drawer-brand .custom-logo-link img {
    display: block;
    width: auto;
    max-height: 20px;
    object-fit: contain;
}
.mobile-drawer-brand__text {
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(var(--color-white-rgb), 0.92);
}

#navbarSupportedContent.navbar-collapse .navbar-toggler_close {
    flex-shrink: 0;
    background: none;
    border: 1px solid rgba(var(--color-white-rgb), 0.22);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(var(--color-white-rgb), 0.88);
    font-size: 1.1rem;
    cursor: pointer;
    transition: border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}
#navbarSupportedContent.navbar-collapse .navbar-toggler_close:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
    transform: scale(1.05);
}
#navbarSupportedContent.navbar-collapse .navbar-toggler_close:active {
    opacity: 0.75;
}

.mobile-drawer-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.5rem 1.25rem 1.5rem;
    -webkit-overflow-scrolling: touch;
    text-align: left;
}

/* Flex não pode encolher o bloco do menu — senão o overflow “invade” o CTA/redes */
#navbarSupportedContent.navbar-collapse .mobile-drawer-scroll > .navbar-nav,
#navbarSupportedContent.navbar-collapse .mobile-drawer-scroll > .mobile-drawer-cta,
#navbarSupportedContent.navbar-collapse .mobile-drawer-scroll > .mobile-drawer-socials {
    flex-shrink: 0;
}

#navbarSupportedContent.navbar-collapse .navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0.25rem 0 0;
}
#navbarSupportedContent.navbar-collapse .navbar-nav > li.nav-item {
    border-bottom: 1px solid rgba(var(--color-white-rgb), 0.06);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.48s cubic-bezier(0.33, 0, 0.2, 1), transform 0.55s cubic-bezier(0.22, 1, 0.35, 1);
}
#navbarSupportedContent.navbar-collapse.show .navbar-nav > li.nav-item {
    opacity: 1;
    transform: translateY(0);
}
#navbarSupportedContent.navbar-collapse.show .navbar-nav > li.nav-item:nth-child(1) {
    transition-delay: 0.06s;
}
#navbarSupportedContent.navbar-collapse.show .navbar-nav > li.nav-item:nth-child(2) {
    transition-delay: 0.11s;
}
#navbarSupportedContent.navbar-collapse.show .navbar-nav > li.nav-item:nth-child(3) {
    transition-delay: 0.16s;
}
#navbarSupportedContent.navbar-collapse.show .navbar-nav > li.nav-item:nth-child(4) {
    transition-delay: 0.21s;
}
#navbarSupportedContent.navbar-collapse.show .navbar-nav > li.nav-item:nth-child(5) {
    transition-delay: 0.26s;
}
#navbarSupportedContent.navbar-collapse.show .navbar-nav > li.nav-item:nth-child(6) {
    transition-delay: 0.31s;
}
#navbarSupportedContent.navbar-collapse.show .navbar-nav > li.nav-item:nth-child(7) {
    transition-delay: 0.36s;
}
#navbarSupportedContent.navbar-collapse.show .navbar-nav > li.nav-item:nth-child(8) {
    transition-delay: 0.41s;
}
#navbarSupportedContent.navbar-collapse.show .navbar-nav > li.nav-item:nth-child(n+9) {
    transition-delay: 0.46s;
}

#navbarSupportedContent.navbar-collapse .navbar-nav .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(var(--color-white-rgb), 0.82);
    text-decoration: none;
    border-bottom: none;
    transition: color 0.25s ease, transform 0.25s ease, opacity 0.2s ease;
}
#navbarSupportedContent.navbar-collapse .navbar-nav .nav-link:hover {
    color: var(--color-neutral-900);
    transform: translateX(4px);
}
#navbarSupportedContent.navbar-collapse .navbar-nav .nav-link:active {
    opacity: 0.6;
}

/* Submenu trigger (+) — walker outputs .dropdown-toggle on parents */
#navbarSupportedContent.navbar-collapse .navbar-nav .menu-item-has-children > .nav-link.dropdown-toggle::after {
    content: '+';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    border: none;
    font-size: 1.35rem;
    font-weight: 300;
    line-height: 1;
    vertical-align: unset;
    transform: rotate(0deg);
    transition: transform 0.3s ease, color 0.25s ease;
    color: rgba(var(--color-white-rgb), 0.75);
}
#navbarSupportedContent.navbar-collapse .navbar-nav .menu-item-has-children.open > .nav-link.dropdown-toggle::after {
    transform: rotate(45deg);
    color: var(--color-neutral-900);
}

#navbarSupportedContent.navbar-collapse .navbar-nav .dropdown-menu {
    /* Sempre no fluxo: empurra os <li> seguintes, CTA e redes (nada “flutuando” em camada) */
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    inset: auto !important;
    transform: none !important;
    float: none;
    display: block;
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0 0 0 0.5rem;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.48s cubic-bezier(0.33, 1, 0.45, 1), opacity 0.38s cubic-bezier(0.33, 0, 0.2, 1);
}
#navbarSupportedContent.navbar-collapse .navbar-nav .menu-item-has-children.open > .dropdown-menu {
    max-height: min(320vh, 3200px);
    opacity: 1;
}

#navbarSupportedContent.navbar-collapse .navbar-nav .dropdown-item {
    display: block;
    padding: 0.5rem 0 0.5rem 0.25rem;
    font-size: 0.9375rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: rgba(var(--color-white-rgb), 0.55);
    text-decoration: none;
    border-radius: 0;
    transition: color 0.25s ease, transform 0.25s ease;
}
#navbarSupportedContent.navbar-collapse .navbar-nav .dropdown-item:hover {
    color: rgba(var(--color-white-rgb), 0.95);
    background: none;
    transform: translateX(3px);
}
#navbarSupportedContent.navbar-collapse .navbar-nav .dropdown-item:active {
    opacity: 0.65;
}

#navbarSupportedContent.navbar-collapse .mobile-drawer-cta {
    display: block;
    width: auto;
    max-width: 100%;
    margin-top: 1.75rem;
    padding-top: 0.25rem;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.5s cubic-bezier(0.33, 0, 0.2, 1), transform 0.55s cubic-bezier(0.22, 1, 0.35, 1);
}
#navbarSupportedContent.navbar-collapse.show .mobile-drawer-cta {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.48s;
}
#navbarSupportedContent.navbar-collapse .mobile-drawer-cta .btn-style-01 {
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
    font-size: 0.875rem;
    --btn-fg: rgba(var(--color-white-rgb), 0.92);
    --btn-border: rgba(var(--color-white-rgb), 0.38);
}
#navbarSupportedContent.navbar-collapse .mobile-drawer-cta .btn-style-01:hover {
    color: var(--color-neutral-900);
    border-color: var(--color-neutral-900);
}

.mobile-drawer-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin: 1.25rem 0 0;
    padding: 0;
    flex-shrink: 0;
}
.mobile-drawer-socials__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #111;
    background: rgba(var(--color-white-rgb), 0.92);
    font-size: 1.05rem;
    text-decoration: none;
    transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}
.mobile-drawer-socials__link:hover {
    color: var(--color-neutral-900);
    background: var(--color-neutral-900);
    transform: translateY(-2px);
}
.mobile-drawer-socials__link:active {
    transform: scale(0.96);
}

/* --- Footer --- */
.site-footer {
    padding: 4rem 0 0;
    background-color: var(--color-black);
    border-top: 1px solid var(--color-neutral-800);
}
.site-footer__email {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 500;
    color: var(--color-neutral-900);
    letter-spacing: -.01em;
}
.site-footer__legal {
    color: rgba(var(--color-white-rgb), .8);
    font-size: .9rem;
}
.site-footer__label {
    font-size: .92rem;
    color: var(--color-neutral-900);
}
.site-footer__input {
    background: transparent;
    border: 1px solid rgba(var(--color-white-rgb), .25);
    color: var(--color-neutral-900);
    padding: .7rem .85rem;
    flex: 1;
    min-width: 0;
}
.site-footer__submit {
    border: 1px solid rgba(var(--color-white-rgb), .25);
    border-left: none;
    background: transparent;
    color: var(--color-neutral-900);
    width: 52px;
}
.site-footer__bottom {
    margin-top: 3.25rem;
    border-top: 1px solid var(--color-neutral-800);
}
.site-footer__copyright {
    color: rgba(var(--color-white-rgb), .72);
}
.site-footer__logo img {
    width: auto;
    max-height: 20px;
}
.footer-socials__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: .72rem 1rem;
    border: 1px solid rgba(var(--color-white-rgb), .18);
    border-radius: 999px;
    color: rgba(var(--color-white-rgb), .86);
    text-decoration: none;
    font-size: .85rem;
    transition: border-color .25s ease, background-color .25s ease;
}
.footer-socials__icon {
    width: 0;
    opacity: 0;
    overflow: hidden;
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: width .25s ease, opacity .2s ease, margin-right .25s ease;
}
.footer-socials__icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 0.72rem;
    color: var(--color-neutral-900);
    background: var(--color-primary);
    box-shadow: 0 2px 10px rgba(var(--color-primary-rgb), 0.45);
}
.footer-socials__label {
    transform: translateX(0);
    transition: transform .25s ease;
}
.footer-socials__link:hover {
    border-color: rgba(var(--color-white-rgb), .3);
    background-color: rgba(var(--color-white-rgb), .03);
}
.footer-socials__link:hover .footer-socials__icon {
    width: 28px;
    opacity: 1;
    margin-right: .6rem;
}
.footer-socials__link:hover .footer-socials__label {
    transform: translateX(2px);
}

/* --- Breadcrumbs --- */
.breadcrumbs {
    padding: 7rem 0 2rem 0;
    background-color: var(--color-neutral-100);
}
.breadcrumbs__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.breadcrumbs__row {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.35rem;
}
@media screen and (min-width: 768px) {
    .breadcrumbs__row {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 1.5rem;
    }
}
.breadcrumbs__pill {
    align-self: flex-start;
    max-width: 100%;
}
.breadcrumbs__list {
    list-style: none;
    margin: 0;
    padding: .55rem 1.1rem;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem .5rem;
    border: 1px dashed rgba(var(--color-white-rgb), .38);
    border-radius: 999px;
    background: var(--overlay-sm);
}
.breadcrumbs__item {
    display: inline-flex;
    align-items: center;
}
.breadcrumbs__sep {
    display: inline-flex;
    align-items: center;
    list-style: none;
    color: rgba(var(--color-white-rgb), .45);
    font-size: .65rem;
}
.breadcrumbs__link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    text-decoration: none;
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(var(--color-white-rgb), .92);
    transition: color .2s ease;
}
.breadcrumbs__link:hover {
    color: var(--color-primary);
}
.breadcrumbs__link--home i {
    font-size: .85rem;
    opacity: .95;
}
.breadcrumbs__current {
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--color-primary);
    display: inline-block;
    direction: ltr;
    unicode-bidi: isolate;
    /* Mostrar sempre a palavra inteira, não cortar no meio de uma palavra */
    word-break: keep-all;
}
.breadcrumbs__title {
    margin: 0;
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--color-neutral-900);
    text-wrap: balance;
}
@media screen and (min-width: 768px) {
    .breadcrumbs__title {
        text-align: right;
        max-width: min(100%, 56rem);
        margin-left: auto;
    }
}

/* --- Card Base — padrão global de cartão --- */
.card-base {
    background: var(--card-bg, var(--color-neutral-100));
    border: 1px solid var(--card-border, var(--color-neutral-300));
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    transition: border-color 0.3s ease, transform 0.3s ease;
}
.card-base:hover,
.why-card:hover {
    border-color: var(--color-primary);
    transform: translateY(-4px);
}

/* --- Card Project --- */
.card-project {
    height: 100%;
    overflow: hidden;
}
.card-project__inner {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    overflow: hidden;
}
.card-project__media {
    overflow: hidden;
    line-height: 0;
    aspect-ratio: 1/1;
}
.card-project__media::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 2px;
    height: 0;
    background: var(--color-primary);
    transition: height .4s ease .2s;
    z-index: 10;
}
.card-project__media::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 2px;
    width: 0;
    background: var(--color-primary);
    transition: width .4s ease .2s;
    z-index: 10;
}
.card-project__inner:hover .card-project__media::before {
    height: calc(100% - 20px);
}
.card-project__inner:hover .card-project__media::after  {
    width: calc(100% - 20px);
}
.card-project__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.card-project__img--placeholder {
    width: 100%;
    height: 100%;
    background: var(--color-neutral-300);
    display: block;
}
.card-project__info {
    position: absolute;
    top: 14px;
    right: 14px;
    width: min(200px, calc(90% - 28px), 170px);
    padding: .75rem .9rem;
    background: var(--color-primary);
    border-radius: 8px;
    transform: translateY(-140%);
    transition: transform .3s ease;
    line-height: 1.3;
    z-index: 5;
}
.card-project__inner:hover .card-project__info {
    transform: translateY(0);
}
.card-project__title {
    color: var(--color-neutral-900);
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 1.5;
    margin: 0;
}


/* --- Post Card (carousel/blog) --- */
.post-card-ref {
    position: relative;
    height: clamp(340px, 40vw, 500px);
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid var(--card-border);
}
.post-card-ref__image-wrap {
    display: block;
    width: 100%;
    height: 100%;
}
.post-card-ref__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.post-card-ref__image--placeholder,
.post-card-archive__image--placeholder {
    background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
}
.post-card-ref__overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1.1rem 1.1rem .9rem;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 45%, rgba(0,0,0,.92) 100%);
}
.post-card-ref__title {
    margin: 0;
    line-height: 1.25;
    font-weight: 500;
}
.post-card-ref__title a {
    color: var(--color-neutral-900);
    text-decoration: none;
}
.post-card-ref__excerpt {
    margin: .55rem 0 .8rem;
    color: rgba(var(--color-white-rgb), .78);
    font-size: .86rem;
    line-height: 1.55;
}
.post-card-ref__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .8rem;
    border-top: 1px solid rgba(var(--color-white-rgb), .12);
    padding-top: .75rem;
    color: rgba(var(--color-white-rgb), .72);
    font-size: .68rem;
    text-transform: uppercase;
}
.post-card-ref__meta a {
    color: var(--color-neutral-900);
    text-decoration: none;
    font-size: .72rem;
    text-transform: none;
}
@media (max-width: 767px) {
    .post-card-ref {
        height: 360px;
    }
}

/* --- Post Card Archive --- */
.post-card-archive {
    --post-card-accent: var(--color-primary);
    background: var(--color-neutral-100);
    border-radius: 14px;
    border: 1px solid var(--color-neutral-800);
    overflow: hidden;
    min-height: 0;
    transition: border-color .35s ease, box-shadow .35s ease;
}
.post-card-archive:hover,
.post-card-archive:focus-within {
    border-color: var(--post-card-accent);
    box-shadow: 0 0 24px rgba(var(--color-primary-rgb), 0.18);
}
.post-card-archive__media {
    display: block;
    position: relative;
    flex-shrink: 0;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
}
.post-card-archive__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.post-card-archive__body {
    flex: 1;
    padding: 1.25rem 1.35rem 1.35rem;
    min-width: 0;
}
.post-card-archive__title a {
    color: var(--color-neutral-900);
    text-decoration: none;
    transition: color .35s ease;
}
.post-card-archive:hover .post-card-archive__title a,
.post-card-archive:focus-within .post-card-archive__title a {
    color: var(--post-card-accent);
}
.post-card-archive__rule {
    position: relative;
    margin: 1rem 0;
    border: 0;
    border-top: 1px solid rgba(var(--color-white-rgb), .14);
    height: 0;
}
.post-card-archive__rule::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-neutral-900);
    box-shadow: 0 0 0 2px var(--overlay-lg);
    transform: translate(0,-50%);
    opacity: 0;
    transition: opacity .35s ease;
    pointer-events: none;
}
.post-card-archive:hover .post-card-archive__rule::after,
.post-card-archive:focus-within .post-card-archive__rule::after {
    opacity: 1;
}
.post-card-archive__footer {
    gap: 1rem;
    margin-top: auto;
}
.post-card-archive__footer-main {
    flex: 1 1 12rem;
    min-width: 0;
}
.post-card-archive__date {
    display: block;
    font-size: .8rem;
    color: var(--color-neutral-500);
    margin-bottom: .55rem;
}
.post-card-archive__tags {
    gap: .45rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-card-archive__tags a {
    display: inline-block;
    padding: .28rem .55rem;
    border-radius: 4px;
    font-size: .68rem;
    font-weight: 500;
    background: transparent;
    color: #a0a0a0;
    text-decoration: none;
    line-height: 1.2;
    border: 1px solid var(--color-neutral-700);
    transition: border-color .25s ease, color .25s ease;
}
.post-card-archive__tags a:hover {
    border-color: var(--post-card-accent);
    color: var(--post-card-accent);
}
@media (min-width: 768px) {
    .post-card-archive {
        align-items: stretch;
        min-height: 200px;
    }
    .post-card-archive__media {
        flex: 0 0 40%;
        max-width: 40%;
        aspect-ratio: auto;
        align-self: stretch;
        min-height: 240px;
        border-radius: 14px 0 0 14px;
    }
}

/* --- Pagination --- */
.pagination-item a {
    width: 50px; height: 50px;
    border-radius: 50%; background-color: var(--color-neutral-900); border: 0;
    color: var(--color-primary); transition: .3s; font-size: 1.125rem; font-weight: 500;
}
.pagination-item a:hover {
    background-color: var(--color-primary);
    color: var(--color-neutral-900);
}
.pagination-item span.current {
    width: 50px; height: 50px;
    border-radius: 50%; background-color: var(--color-primary); color: var(--color-neutral-900); font-weight: 500;
}

/* ============================================================
   PAGES
   ============================================================ */

/* --- Post Single --- */
.blog-single__article__image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
.blog-single__article__image img {
    border-radius: 8px;
    max-height: 400px;
}
.blog-single__article__title{
    font-size: clamp(2.25rem, 1.125rem + 3.75vw, 3.4375rem);
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 2rem;
}
.blog-single__article__text {
    display: flex;
    flex-direction: column;
    row-gap: 1.3rem;
}
.blog-single__article__text strong {
    font-weight: 500;
}
.blog-single__article__text h1,
.blog-single__article__text h2,
.blog-single__article__text h3,
.blog-single__article__text h4,
.blog-single__article__text h5,
.blog-single__article__text h6 {
    line-height: 1.3;
    font-weight: 500;
}
.blog-single__article__text h1 {
    font-size: clamp(2.4rem, 1.25rem + 3.25vw, 3.125rem);
}
.blog-single__article__text h2 {
    font-size: clamp(1.8rem, 1rem + 2.5vw, 2.775rem);
}
.blog-single__article__text h3 {
    font-size: clamp(1.575rem, 1rem + 1.4vw, 1.875rem);
}
.blog-single__article__text h4 {
    font-size: clamp(1.425rem, 0.95rem + 0.95vw, 1.5rem);
}
.blog-single__article__text h5 {
    font-size: clamp(1.275rem, 0.9rem + 0.6vw, 1.275rem);
}
.blog-single__article__text h6 {
    font-size: clamp(1.125rem, 0.85rem + 0.35vw, 1.125rem);
}
.blog-single__article__text img{
    border-radius: 8px;
    margin: 1rem 0;
}
.blog-single__article__text ul {
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    row-gap: 1.3rem;
}
.blog-single__article__text ul li {
    position: relative;
}
.blog-single__article__text ul li::before {
    content: ''; position: absolute; left: -1rem; top: .45rem; width: .4rem; height: .8rem;
    background-image: url('assets/img/arrow-right.svg');
    background-size: 100%; background-repeat: no-repeat; background-position: center;
}
.blog-single__article__text blockquote {
    font-size: 1.25rem;
    color: var(--color-primary);
    font-weight: 500;
    padding-left: 6rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    border-top: 1px solid var(--color-neutral-500);
    border-bottom: 1px solid var(--color-neutral-500);
    margin-left: 4rem;
}
.blog-single__article__text blockquote::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 60px;
    height: 60px;
    background-image: url('assets/img/icon-quote.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}
.blog-single__article__text a {
    color: var(--color-primary) !important;
    text-decoration: underline;
}

.blog-single__article__footer-meta {
    margin-top: 2rem;
}
.blog-single__article__footer-block {
    border-top: 1px solid var(--card-border);
    padding: 2rem 0;
}
.blog-single__article__footer-heading {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-neutral-900);
    margin: 0 0 1rem;
}
.blog-single__article__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
}
.blog-single__article__category {
    display: inline-block;
    background-color: var(--color-primary);
    color: var(--color-neutral-900) !important;
    text-decoration: none !important;
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: capitalize;
    transition: filter 0.2s ease;
}
.blog-single__article__category:hover {
    color: var(--color-neutral-900) !important;
    filter: brightness(0.9);
}
.blog-single__article__footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}
.blog-single__article__tags-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
}
.blog-single__article__label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-neutral-900);
    flex-shrink: 0;
}
.blog-single__article__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}
.blog-single__article__tag {
    display: inline-block;
    background-color: rgba(var(--color-white-rgb), 0.08);
    color: var(--color-neutral-500) !important;
    text-decoration: none !important;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.blog-single__article__tag:hover {
    color: var(--color-neutral-600) !important;
    background-color: rgba(var(--color-white-rgb), 0.12);
}
.blog-single__article__share {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

/* Mobile: Share em linha própria abaixo das tags (não divide a 1.ª linha com Tags). */
@media screen and (max-width: 767px) {
    .blog-single__article__footer-row {
        flex-direction: column;
        align-items: stretch;
    }
    .blog-single__article__tags-row {
        flex: none;
        width: 100%;
        min-width: 0;
    }
    .blog-single__article__share {
        width: 100%;
        flex-shrink: 1;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

.blog-single__article__share-list {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-single__article__share-list li {
    margin: 0;
    padding: 0;
}
.blog-single__article__share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 1px solid var(--card-border);
    color: var(--color-neutral-900);
    background: transparent;
    text-decoration: none;
    font-size: 0.85rem;
    line-height: 1;
    transition: opacity 0.2s ease;
    padding: 0;
    cursor: pointer;
    box-sizing: border-box;
}
.blog-single__article__share-btn:hover {
    opacity: 0.75;
    color: var(--color-neutral-900);
}
.blog-single__article__footer-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid var(--card-border);
    padding: 2rem 0 0;
}
.blog-single__article__nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--color-neutral-900) !important;
    text-decoration: none !important;
}
.blog-single__article__nav-link:hover {
    opacity: 0.8;
    color: var(--color-neutral-900) !important;
}

/* --- Project Archive --- */
.portfolio-filter-btn {
    padding: .5rem 1.25rem;
    border: 1px solid var(--card-border);
    background: transparent;
    color: var(--color-neutral-500);
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    border-radius: 2px;
}
.portfolio-filter-btn:hover,
.portfolio-filter-btn.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-neutral-900);
}

/* --- Project Single --- */
.project-meta-item {
    gap: .2rem;
}
.project-meta-item__label {
    color: var(--color-neutral-400);
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.project-meta-item__value {
    color: var(--color-neutral-900);
    font-weight: 500;
    font-size: .9rem;
}
.project-content {
    color: var(--color-neutral-500);
    line-height: 1.8;
}
.project-content p {
    margin-bottom: 1rem;
}

/* ============================================================
   SECTIONS — HOME
   ============================================================ */

/* --- Hero Banner --- */
.section-banner {
    min-height: 100vh;
    padding: 8rem 0 6rem;
    overflow: hidden;
    background-color: var(--color-black);
}
.banner__circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: min(44vw,480px);
    height: min(44vw,480px);
    border-radius: 50%;
    overflow: hidden;
    z-index: 0;
}
.banner__circle-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner__content {
    z-index: 2;
}
.banner__headline {
    font-size: clamp(3.6rem,8vw,6.5rem);
    line-height: 1;
    color: var(--color-neutral-900);
    max-width: 860px;
}
.banner__hl-line--3 {
    padding-left: 5rem;
}
@keyframes hl-char-in {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.banner__hl-line {
    display: block;
}
/* Palavra inteira não quebra no meio; quebra de linha só entre palavras */
.banner__hl-word {
    display: inline-block;
    white-space: nowrap;
}
.banner__hl-char {
    display: inline-block;
    animation: hl-char-in .75s cubic-bezier(.16,1,.3,1) both;
}
@media (prefers-reduced-motion: reduce) {
    .banner__hl-char {
        animation: none;
    }
}
.text-stroke {
    -webkit-text-stroke: 2px var(--color-primary);
    -webkit-text-fill-color: transparent;
    font-family: sans-serif;
}
.banner__sub {
    max-width: 460px;
    display: inline-block;
}
.banner__bottom {
    z-index: 2;
}
.banner__stat {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}
.banner__stat-num {
    font-size: clamp(1.45rem,2.07vw,1.73rem);
    font-weight: 500;
    line-height: 1;
}
.banner__stat-label {
    font-size: clamp(0.9rem, 1.25vw, 0.9rem);
    color: var(--color-neutral-900);
    letter-spacing: .1em;
    margin-top: .3rem;
    display: inline-block;
}
.banner__star {
    position: absolute;
    top: 7rem;
    left: 5.5rem;
    font-size: 4.25rem;
    color: var(--color-neutral-400);
    z-index: 3;
    line-height: 1;
    opacity: .5;
}
@keyframes star-spin {
    to {
        transform: rotate(1turn);
    }
}
.banner__reel-badge {
    position: absolute;
    bottom: 4rem;
    right: 8%;
    width: 210px;
    height: 210px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 3;
    letter-spacing: .1em;
}
.banner__reel-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    animation: star-spin 9s linear infinite;
}
.banner__reel-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-neutral-400);
    font-size: 1rem;
    padding-left: 2px;
    transition: background .3s ease, border-color .3s ease;
}
.banner__reel-badge:hover .banner__reel-svg {
    animation-play-state: paused;
}
.banner__reel-badge:hover .banner__reel-play {
    color: var(--color-primary);
}
.banner-side-text {
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-29%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1.5rem;
    z-index: 5;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    opacity: .5;
}
.banner-side-text--left {
    left: 5.25rem;
    transform: translateY(-45%) rotate(180deg);
}
.banner-side-text--right {
    right: 5.25rem;
}
.banner-side-text a {
    font-size: .8rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--color-neutral-400);
    text-decoration: none;
    transition: color .3s ease;
}
.banner-side-text a:hover {
    color: var(--color-primary);
}
@media (max-width: 991px) {
    .section-banner {
        padding: 7rem 0 5rem;
    }
    .banner__headline {
        font-size: clamp(2.5rem,10vw,4.5rem);
    }
    .banner__circle {
        width: min(75vw,340px);
        height: min(75vw,340px);
        top: 35%;
        transform: translate(-50%,-50%);
        left: 50%;
        opacity: .5;
    }
    .banner__reel-badge {
        bottom: 1.5rem;
        right: 1.5rem;
        width: 96px;
        height: 96px;
    }
    .banner__star {
        top: 5.5rem;
        left: 1.25rem;
        font-size: 1.75rem;
    }
}
/* Celular: altura do banner e cílogo centralizado na seção */
@media (max-width: 767.98px) {
    .section-banner {
        min-height: 75vh;
    }
    .banner__circle {
        top: 45%;
    }
}

/* --- Welcome --- */
.section-welcome__label {
    gap: .4rem;
    font-size: 1.125rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--color-primary);
    background: transparent;
    border: 1px solid var(--color-neutral-300);
    padding: 1rem .9rem;
    border-radius: 999px;
    margin-bottom: 1.25rem;
    line-height: 1;
    text-decoration: none;
}
.section-welcome__title {
    font-weight: 500;
    color: var(--color-neutral-900);
    line-height: 1.15;
    margin-bottom: 1.1rem;
}
.welcome-bar__header {
    margin-bottom: .3rem;
}
.welcome-bar__label {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-neutral-900);
}
.welcome-bar__pct {
    font-size: .9rem;
    font-weight: 500;
    color: var(--color-neutral-900);
}
.welcome-bar__desc {
    font-size: .9rem;
    color: var(--color-neutral-900);
    line-height: 1.6;
    margin-bottom: .6rem !important;
}
.welcome-bar__track {
    width: 100%;
    height: 8px;
    background: var(--color-neutral-300);
    border-radius: 999px;
    overflow: hidden;
}
.welcome-bar__fill {
    height: 100%;
    width: 0;
    border-radius: 999px;
    background: var(--color-neutral-900);
    transition: width 1.2s cubic-bezier(.25,1,.5,1);
}
.welcome-bar__fill.is-animated {
    width: var(--bar-pct);
}
.welcome-collage {
    position: relative;
}
.welcome-collage__main {
    display: block;
    width: 80%;
    overflow: hidden;
}
.welcome-collage__main .welcome-collage__img {
    display: block;
    width: 100%;
    aspect-ratio: 4/4;
    object-fit: cover;
}
.welcome-collage__secondary {
    position: absolute;
    right: 0;
    top: 20%;
    width: 75%;
    overflow: hidden;
    z-index: 2;
}
.welcome-collage__secondary .welcome-collage__img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.welcome-collage__dots {
    position: absolute;
    width: 40px;
    height: 40px;
    pointer-events: none;
    background-image: url('assets/img/dot.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.welcome-collage__dots--tr {
    top: 0;
    right: 0;
}
.welcome-collage__dots--bl {
    bottom: -5rem;
    left: -.5rem;
}

/* --- Demo Reel --- */
.section-demo-reel__card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 8px;
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
}
.section-demo-reel__media {
    cursor: pointer;
    overflow: hidden;
}
.section-demo-reel__cover {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: transform .5s ease;
}
.section-demo-reel__cover-placeholder {
    width: 100%;
    aspect-ratio: 16/9;
    background: var(--color-neutral-300);
}
.section-demo-reel__media:hover .section-demo-reel__cover {
    transform: scale(1.03);
}
.section-demo-reel__overlay {
    position: absolute;
    inset: 0;
    background: var(--overlay-sm);
    transition: background .3s ease;
}
.section-demo-reel__media:hover .section-demo-reel__overlay {
    background: rgba(var(--color-primary-rgb),.15);
}
.section-demo-reel__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid var(--color-primary);
    background: transparent;
    color: var(--color-primary);
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
    z-index: 2;
}
.section-demo-reel__media:hover .section-demo-reel__play-btn {
    background: var(--color-primary);
    color: var(--color-neutral-900);
    transform: translate(-50%,-50%) scale(1.1);
}
.section-demo-reel__title-bar {
    padding: 1rem 1.5rem;
    background: var(--card-bg);
}
.section-demo-reel__title {
    color: var(--color-primary);
    font-weight: 500;
    font-size: .875rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

/* --- Service Single: Hero --- */
.section-service-hero {
    min-height: clamp(520px, 72vh, 760px);
}
.section-service-hero__bg-video,
.section-service-hero__bg-image,
.section-service-hero__overlay {
    position: absolute;
    inset: 0;
}
.section-service-hero__bg-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    transform: scale(1.05);
    pointer-events: none;
}
.section-service-hero__bg-image .section-service-hero__bg-img,
.section-service-hero__bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.section-service-hero__overlay {
    background: radial-gradient(60% 60% at 50% 45%, rgba(0,0,0,.35) 0%, rgba(0,0,0,.78) 60%, rgba(0,0,0,.92) 100%);
}
.section-service-hero__content {
    max-width: 920px;
    margin: 0 auto;
}
.section-service-hero__title {
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -.02em;
    font-size: clamp(2.64rem, 3.8vw, 3.6rem);
}
.section-service-hero__description {
    color: rgba(var(--color-white-rgb), 0.78);
    margin-top: 1rem;
    font-size: clamp(1.65rem, 2vw, 1.65rem);
    line-height: 1.6;
    max-width: 70ch;
    margin: 0 auto;
}
.section-service-hero__btn .btn-style-02 {
    font-size: clamp(1.35rem, 2vw, 1.35rem);
    padding: 1rem 1.8rem;
}

/* --- Service Single: Process --- */
.process-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--color-primary);
    font-weight: 500;
    font-size: 1.25rem;
}

/* --- Marquee --- */
.marquee-track {
    overflow: hidden;
    white-space: nowrap;
    background: var(--color-black);
    padding: .5rem 0;
    position: relative;
}
.marquee-inner {
    display: inline-flex;
    align-items: center;
    animation: marquee-scroll 30s linear infinite;
}
.marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0 2rem;
    font-size: clamp(3rem,6vw,5rem);
    font-weight: 500;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: -.01em;
    line-height: 1.1;
    color: var(--color-neutral-900);
    -webkit-text-fill-color: var(--color-neutral-900);
}
.marquee-item--outline {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--color-neutral-900);
}
.marquee-item__sep {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    width: .7em;
    height: .7em;
}
.marquee-item__sep svg {
    width: 100%;
    height: 100%;
}
@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* --- Portfolio Section --- */
.section-portfolio {
    position: relative;
    background-color: var(--color-black);
}

/* --- Services Section — layout premium (grid 2 colunas) --- */
.section-services {
    position: relative;
    isolation: isolate;
    background: linear-gradient(180deg, #000 0%, #0a0a0a 50%, #000 100%);
}
.section-services > .container {
    position: relative;
    z-index: 2;
}

.services-premium__intro {
    max-width: 36rem;
}
.services-premium__kicker {
    gap: 0.4rem;
    margin: 0 0 1rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-primary);
}

.services-premium__lead {
    margin: 0 0 2rem;
    font-size: clamp(1rem, 2vw, 1rem);
    color: rgba(var(--color-white-rgb), 0.52);
    line-height: 1.75;
    max-width: 32rem;
}
.services-premium__bullets {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
    gap: 0.75rem;
}
.services-premium__bullets li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: clamp(1.25rem, 2vw, 1.25rem);
    line-height: 1.5;
    color: rgba(var(--color-white-rgb), 0.78);
}
.services-premium__bullets li a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}
.services-premium__bullets li a:hover {
    color: var(--color-primary);
}
.services-premium__bullets li::before {
    content: "";
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    margin-top: 0.8rem;
    border-radius: 50%;
    background: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.2);
}
.services-premium__rail {
    min-width: 0;
}
.services-premium__stack {
    list-style: none;
    margin: 0;
    padding: 0;
}
.services-premium__row {
    margin: 0;
    border-bottom: 1px solid rgba(var(--color-white-rgb), 0.08);
}
.services-premium__row:first-child {
    border-top: 1px solid rgba(var(--color-white-rgb), 0.08);
}
.services-premium__item {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem 1.5rem;
    padding: 1.35rem 0;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.35s cubic-bezier(0.33, 0, 0.2, 1);
}
.services-premium__stack:hover .services-premium__item {
    opacity: 0.32;
}
.services-premium__stack .services-premium__item:hover {
    opacity: 1;
}
.services-premium__item:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 4px;
    opacity: 1;
}
/* Coluna esquerda: pílula acima do título (referência) */
.services-premium__item-main {
    gap: 0.45rem;
    flex: 1;
    min-width: 0;
}
.services-premium__item-meta {
    flex-shrink: 0;
}
/* Referência: número + seta pequena na mesma pílula (linha); borda não muda no hover */
.services-premium__num {
    gap: 0.42rem;
    padding: 0.3rem 0.6rem 0.3rem 0.55rem;
    border: 1px solid rgba(var(--color-white-rgb), 0.28);
    border-radius: 999px;
    background: none;
}
.services-premium__num-digit {
    line-height: 1;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: rgba(var(--color-white-rgb), 0.55);
    transition:
        color 0.35s cubic-bezier(0.33, 0, 0.2, 1),
        transform 0.35s cubic-bezier(0.33, 0, 0.2, 1);
}
.services-premium__item:hover .services-premium__num-digit {
    color: var(--color-primary);
    transform: scale(1.08);
}
/* Mesmo path do marquee; no template, rotate(-90 12 12) no <g> para apontar ↗ */
.services-premium__corner-arrow {
    display: block;
    flex-shrink: 0;
    overflow: visible;
}
.services-premium__corner-arrow--badge {
    width: 11px;
    height: 11px;
}
/* Seta da pílula: sólida laranja (referência) */
.services-premium__corner-arrow-path--badge,
.services-premium__item:hover .services-premium__corner-arrow-path--rail,
.services-archive-card:hover .services-premium__corner-arrow-path--rail,
.services-archive-card:focus-visible .services-premium__corner-arrow-path--rail {
    fill: var(--color-primary);
    stroke: none;
}
.services-premium__item-title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.93rem, 6.36vw, 2.59rem);
    font-weight: 500;
    line-height: 1.2;
    color: rgba(var(--color-white-rgb), 0.55);
    transition:
        color 0.35s cubic-bezier(0.33, 0, 0.2, 1),
        transform 0.35s cubic-bezier(0.33, 0, 0.2, 1);
}
.services-premium__item:hover .services-premium__item-title {
    color: var(--color-primary);
    transform: translateX(8px);
}
.services-premium__item-arrow {
    flex-shrink: 0;
    transition: transform 0.35s ease;
}
/* ~20% menor que o tamanho anterior */
.services-premium__corner-arrow--rail {
    width: clamp(1.48rem, 3.6vw, 2.2rem);
    height: clamp(1.48rem, 3.6vw, 2.2rem);
}
/* Seta à direita: contorno no estado normal; no hover toda preenchida com azul do tema */
.services-premium__corner-arrow-path--rail {
    fill: none;
    stroke: rgba(var(--color-white-rgb), 0.38);
    stroke-width: 1.5;
    stroke-linejoin: round;
    transition:
        fill 0.35s ease,
        stroke 0.35s ease;
}
.services-premium__item:hover .services-premium__item-arrow {
    transform: translate(4px, -4px);
}
.services-premium__cursor-thumb {
    position: fixed;
    left: 0;
    top: 0;
    width: min(220px, 28vw);
    aspect-ratio: 3 / 4;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-7deg);
    transform-origin: center center;
    transition: opacity 0.28s cubic-bezier(0.33, 0, 0.2, 1);
    will-change: left, top;
}
.services-premium__cursor-thumb.is-active {
    opacity: 1;
}
.services-premium__cursor-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    box-shadow:
        0 28px 55px -15px rgba(0, 0, 0, 0.75),
        0 0 0 1px rgba(var(--color-white-rgb), 0.06);
}

@media (max-width: 991.98px) {
    .services-premium__intro {
        max-width: none;
    }
    .services-premium__item {
        padding: 1.1rem 0;
        gap: 0.65rem 0.85rem;
    }
    .services-premium__corner-arrow--rail {
        width: clamp(1.08rem, 5.6vw, 1.52rem);
        height: clamp(1.08rem, 5.6vw, 1.52rem);
    }
}
@media (prefers-reduced-motion: reduce) {
    .services-premium__item-title,
    .services-premium__item-arrow,
    .services-premium__num-digit {
        transition: none;
    }
    .services-premium__item:hover .services-premium__item-title {
        transform: none;
    }
    .services-premium__item:hover .services-premium__item-arrow {
        transform: none;
    }
    .services-premium__item:hover .services-premium__num-digit {
        transform: none;
    }
    .services-premium__cursor-thumb {
        display: none !important;
    }
}

/* Compat: subtítulo antigo da seção (se usar em outro template) */
.section-services__sub {
    color: var(--color-neutral-500);
    font-size: .95rem;
    line-height: 1.7;
    margin: 0;
}

/* --- Why Choose --- */
.why-card {
    background: var(--card-bg);
    padding: 2rem 1.5rem;
    border-radius: 12px;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(var(--color-white-rgb), .1);
    transition: border-color .3s ease, transform .3s ease;
}
.why-card__icon {
    width: 60px;
    height: 60px;
    background: rgba(var(--color-primary-rgb),.1);
    border-radius: 50%;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    font-size: 1.4rem;
    transition: background .3s ease;
}
.why-card:hover .why-card__icon {
    background: rgba(var(--color-primary-rgb),.2);
}
.why-card__text {
    color: var(--color-neutral-900);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

/* --- Testimonials --- */
.section-testimonials {
    --peek: 220px;
    --photo-col: 360px;
    position: relative;
    background-color: var(--color-black);
    overflow: hidden;
}
.section-testimonials__marquee {
    margin-bottom: 2.5rem;
    overflow: hidden;
    white-space: nowrap;
}
.section-testimonials__layout {
    display: grid;
    grid-template-columns: 80% 20%;
    align-items: stretch;
}
.section-testimonials__swiper-col {
    overflow: hidden;
}
.section-testimonials__outer {
    padding-left: var(--peek);
}
.carousel-testimonials-home {
    overflow: visible;
}
.carousel-testimonials-home .swiper-slide {
    opacity: .15;
    transition: opacity .4s ease;
}
.carousel-testimonials-home .swiper-slide-active {
    opacity: 1;
}
.testimonial-card {
    display: grid;
    grid-template-columns: var(--photo-col) 1fr;
    min-height: 480px;
}
.carousel-testimonials-home .swiper-slide-prev .testimonial-card {
    grid-template-columns: 1fr var(--photo-col);
}
.carousel-testimonials-home .swiper-slide-prev .testimonial-card__media {
    order: 2;
}
.carousel-testimonials-home .swiper-slide-prev .testimonial-card__body {
    order: 1;
}
.testimonial-card__media {
    position: relative;
    overflow: hidden;
}
.testimonial-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.testimonial-card__img--placeholder {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.02));
}
.testimonial-card__body {
    padding: 2.5rem 2rem 2.5rem 6rem;
}
.testimonial-card__quote-icon {
    font-size: 3rem;
    line-height: 1;
    color: var(--color-primary);
}
.testimonial-card__quote {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.75;
    color: var(--color-neutral-900);
    letter-spacing: .02em;
}
.testimonial-card__author {
    padding-top: 1.2rem;
    gap: .2rem;
}
.testimonial-card__name {
    color: var(--color-neutral-900);
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.testimonial-card__role {
    color: rgba(var(--color-white-rgb), .45);
    font-size: 1rem;
}
.section-testimonials__nav-col {
    border-left: 1px solid rgba(var(--color-white-rgb), .07);
}
.testimonials-nav-group {
    gap: 12px;
}
.testimonials-home-prev,
.testimonials-home-next {
    position: static !important;
    transform: none !important;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(var(--color-white-rgb), .06);
    border: 1px solid rgba(var(--color-white-rgb), .16);
    transition: background .2s ease, border-color .2s ease;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.testimonials-home-prev:hover,
.testimonials-home-next:hover {
    background: rgba(var(--color-white-rgb), .14);
    border-color: rgba(var(--color-white-rgb), .3);
}
.testimonials-home-prev::after,
.testimonials-home-next::after {
    font-size: 16px;
    color: var(--color-neutral-900);
    font-family: swiper-icons;
    font-variant: initial;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}
@media (max-width: 1200px) {
    .section-testimonials {
        --peek: 120px;
        --photo-col: 300px;
    }
}
@media (max-width: 991px) {
    .section-testimonials__layout {
        grid-template-columns: 65% 35%;
    }
    .section-testimonials {
        --peek: 80px;
        --photo-col: 240px;
    }
    .testimonial-card__body {
        padding: 2.5rem 2rem;
    }
}
@media (max-width: 767px) {
    .section-testimonials {
        --peek: 0px;
    }
    .section-testimonials__layout {
        grid-template-columns: 1fr;
    }
    .section-testimonials__outer {
        padding-left: 0;
    }
    .section-testimonials__nav-col {
        border-left: none;
        border-top: 1px solid rgba(var(--color-white-rgb), .07);
        padding: 1.5rem;
    }
    .testimonials-nav-group {
        flex-direction: row;
    }
    .testimonial-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .carousel-testimonials-home .swiper-slide-prev .testimonial-card {
        grid-template-columns: 1fr;
    }
    .carousel-testimonials-home .swiper-slide-prev .testimonial-card__media,
    .carousel-testimonials-home .swiper-slide-prev .testimonial-card__body {
        order: unset;
    }
    .testimonial-card__media {
        height: 260px;
    }
    .testimonial-card__body {
        padding: 2rem 1.5rem;
    }
}

/* --- Brands --- */
.section-brands {
    position: relative;
    background: var(--color-black);
    overflow: hidden;
}
.section-brands__wrap {
    overflow: hidden;
}
.carousel-brands-home {
    overflow: visible;
}
.carousel-brands-home .swiper-wrapper {
    align-items: center;
}
.carousel-brands-home .swiper-slide {
    display: flex;
    justify-content: center;
    opacity: .3;
    transition: opacity .3s ease;
}
.carousel-brands-home .swiper-slide-active {
    opacity: 1;
}
.brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: .75rem 1rem;
    text-decoration: none;
}
.brand-logo img {
    max-width: 100%;
    max-height: 70px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

/* --- Blog Section --- */
.section-blog {
    background: var(--color-black);
}
.section-blog-home__carousel-wrap {
    position: relative;
}
.carousel-blog-home .swiper-slide {
    height: auto;
}
.blog-home-prev, .blog-home-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(0,0,0,.4);
    border: 1px solid rgba(var(--color-white-rgb), .2);
}
.blog-home-prev {
    left: -56px;
}
.blog-home-next {
    right: -56px;
}
.blog-home-prev::after, .blog-home-next::after {
    font-size: 13px;
    color: var(--color-primary);
}
@media (max-width: 1200px) {
    .blog-home-prev {
        left: 6px;
    }
    .blog-home-next {
        right: 6px;
    }
}

/* ============================================================
   SECTIONS — CONTACT
   ============================================================ */

/* --- Contact Hero --- */
.section-contact-hero {
    background: var(--color-black);
    padding: clamp(6.5rem,12vw,9rem) 0 clamp(2.5rem,5vw,4rem);
}
.section-contact-hero__inner {
    max-width: 56rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.section-contact-hero__title {
    margin: 0;
    color: var(--color-neutral-900);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -.02em;
}
.section-contact-hero__subtitle {
    margin: 1.25rem 0 0;
    color: rgba(var(--color-white-rgb), .78);
    font-size: clamp(1.14rem,2vw,1.14rem);
    line-height: 1.65;
    font-weight: 300;
}

/* --- Contact Form --- */
.section-contact-form--reference {
    background: var(--color-black);
    padding-top: .5rem;
    padding-bottom: clamp(3.5rem,8vw,5.5rem);
}
.section-contact-form__box {
    border-radius: 0;
    border: 1px solid rgba(var(--color-white-rgb), .1);
    background: var(--color-neutral-300);
    overflow: hidden;
    height: 100%;
}
.section-contact-form__box--media {
    min-height: 20rem;
    background: var(--color-neutral-100);
}
.section-contact-form__box--media:not(.section-contact-form__box--media-placeholder) {
    position: relative;
}
.section-contact-form__box--media-placeholder {
    background: linear-gradient(165deg,#12151a 0%,#0a0c0f 45%,#151a22 100%);
    min-height: 22rem;
}
@media (min-width: 992px) {
    .section-contact-form__box--media,
    .section-contact-form__box--media-placeholder {
        min-height: 32rem;
    }
}
.section-contact-form__media-img {
    width: 100%;
    height: 100%;
    min-height: 20rem;
    object-fit: cover;
    object-position: center;
    display: block;
}
@media (min-width: 992px) {
    .section-contact-form__box--media:not(.section-contact-form__box--media-placeholder) .section-contact-form__media-img {
        position: absolute;
        inset: 0;
        min-height: 100%;
    }
}
.section-contact-form__fields-col {
    display: flex;
}
.section-contact-form__box--form {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}
.section-contact-form__fields-inner {
    padding: clamp(2rem,4.5vw,3.25rem) clamp(1.75rem,4vw,3.5rem);
    flex: 1;
    display: flex;
    flex-direction: column;
}
.section-contact-form__form {
    flex: 1;
}
.section-contact-form--reference .section-contact-form__form-title {
    color: var(--color-neutral-900);
    font-weight: 500;
    font-size: clamp(1.5rem,2.5vw,1.65rem);
    line-height: 1.2;
}
.section-contact-form--reference .section-contact-form__form-sub {
    color: rgba(var(--color-white-rgb), .55);
    font-size: .95rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
}
.section-contact-form--reference .section-contact-form__field {
    margin-bottom: 1.35rem;
}
.section-contact-form--reference .section-contact-form__field label {
    display: block;
    color: rgba(var(--color-white-rgb), .45);
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: .35rem;
    font-weight: 500;
}
.section-contact-form--reference .section-contact-form__field input,
.section-contact-form--reference .section-contact-form__field select,
.section-contact-form--reference .section-contact-form__field textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(var(--color-white-rgb), .22);
    border-radius: 0;
    color: var(--color-neutral-900);
    padding: .55rem 0;
    font-size: 1rem;
    outline: none;
    box-shadow: none;
    transition: border-color .2s ease;
}
.section-contact-form--reference .section-contact-form__field textarea {
    min-height: 7.5rem;
    resize: vertical;
    line-height: 1.55;
}
.section-contact-form--reference .section-contact-form__field select {
    cursor: pointer;
    appearance: none;
    color-scheme: dark;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23aaa'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    padding-right: 1.5rem;
}
.section-contact-form--reference .section-contact-form__field select option,
.section-contact-form--reference .section-contact-form__field select optgroup {
    background: var(--color-neutral-300);
    color: var(--color-neutral-900);
}
.section-contact-form--reference .section-contact-form__field input:focus,
.section-contact-form--reference .section-contact-form__field select:focus,
.section-contact-form--reference .section-contact-form__field textarea:focus {
    border-bottom-color: var(--color-primary);
}
.section-contact-form--reference .section-contact-form__field input::placeholder,
.section-contact-form--reference .section-contact-form__field textarea::placeholder {
    color: rgba(var(--color-white-rgb), .28);
}
.section-contact-form__submit {
    letter-spacing: .08em;
    font-size: .82rem !important;
}
.section-contact-form__legal {
    font-size: .7rem;
    line-height: 1.55;
    color: rgba(var(--color-white-rgb), .38);
}

/* --- Contact Prefer --- */
.section-contact-prefer {
    background: var(--color-black);
    padding-top: 0;
    padding-bottom: clamp(2rem,5vw,3.5rem);
}
.section-contact-prefer__shell {
    background: var(--color-neutral-100);
    border: 1px solid rgba(var(--color-white-rgb), .1);
    border-radius: 12px;
    padding: clamp(1.75rem,4vw,2.75rem) clamp(1.25rem,3vw,2.5rem);
    margin: 0 auto;
}
.section-contact-prefer__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: .85rem;
    height: 100%;
    padding: clamp(1.5rem,3vw,2rem) 1.25rem;
    background: var(--color-neutral-200);
    border: 1px solid var(--card-border);
    border-radius: 0;
    text-decoration: none;
    color: inherit;
    transition: border-color .25s ease, background-color .25s ease;
}
.section-contact-prefer__card:hover {
    border-color: rgba(var(--color-primary-rgb),.45);
    background: var(--color-neutral-300);
}
.section-contact-prefer__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    height: 8rem;
    font-size: 3.765rem;
    color: var(--color-primary);
}
.section-contact-prefer__label {
    font-weight: 500;
    font-size: 1.05rem;
    color: var(--color-neutral-900);
}
.section-contact-prefer__value {
    font-size: .92rem;
    color: rgba(var(--color-white-rgb), .55);
    word-break: break-word;
}

/* ============================================================
   SECTIONS — SERVICES (compartilhado)
   ============================================================ */


/* ============================================================
   WIDGETS
   ============================================================ */

/* --- Widget Search --- */
.blog-wgt-search__form {
    border: 1px solid var(--color-neutral-700);
    border-radius: 10px;
    overflow: hidden;
    background: var(--color-neutral-100);
}
.blog-wgt-search__input {
    flex: 1;
    min-width: 0;
    width: 1%;
    border: none !important;
    background: transparent !important;
    color: var(--color-neutral-900) !important;
}
.blog-wgt-search__input::placeholder {
    color: var(--color-neutral-500);
    opacity: 1;
}
.blog-wgt-search__btn {
    width: 3.75rem;
    flex-shrink: 0;
    border: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.blog-wgt-search__btn img {
    max-height: 28px;
    filter: brightness(0) invert(1);
    opacity: .9;
}

/* --- Widget Recent Posts --- */
.blog-wgt-recent__row {
    --blog-accent: var(--color-primary);
    display: flex;
    gap: .85rem;
    align-items: flex-start;
    text-decoration: none;
    padding: .75rem;
    margin-bottom: .65rem;
    border-radius: 8px;
    border: 1px solid var(--color-neutral-700);
    background: var(--color-neutral-200);
    transition: border-color .3s ease, background .3s ease, box-shadow .3s ease;
}
.blog-wgt-recent__row:last-of-type {
    margin-bottom: 0;
}
.blog-wgt-recent__row:hover,
.blog-wgt-recent__row:focus-visible {
    border-color: var(--blog-accent);
    background: var(--color-neutral-300);
    box-shadow: 0 0 0 1px rgba(var(--color-primary-rgb),.2);
}
.blog-wgt-recent__thumb {
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
    border-radius: 8px;
    overflow: hidden;
    background: var(--color-neutral-100);
}
.blog-wgt-recent__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.blog-wgt-recent__img--empty {
    display: block;
    min-height: 4rem;
    background: linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
}
.blog-wgt-recent__body {
    min-width: 0;
    flex: 1;
}
.blog-wgt-recent__title {
    display: block;
    font-size: clamp(1.1rem, 2vw, 1.1rem);
    font-weight: 500;
    line-height: 1.35;
    color: var(--color-neutral-900);
    margin-bottom: .35rem;
    transition: color .3s ease;
}
.blog-wgt-recent__date {
    font-size: clamp(0.94rem, 1.1vw, 1rem);
    color: var(--color-neutral-400);
}
.blog-wgt-recent__row:hover .blog-wgt-recent__title,
.blog-wgt-recent__row:focus-visible .blog-wgt-recent__title {
    color: var(--blog-accent);
}

/* --- Widget Categories --- */
.aside-categoty .list-category--blog {
    list-style: disc;
    padding-left: 1.2rem;
    margin: 0;
}
.aside-categoty .list-category--blog li {
    margin: .2rem 0;
}
.aside-categoty .list-category--blog li::marker {
    color: var(--color-neutral-900);
}
.aside-categoty .list-category--blog ul {
    list-style: disc;
    margin: .35rem 0 .35rem 1rem;
    padding: 0;
}
.aside-categoty ul li a {
    display: inline;
    font-size: .95rem;
    font-weight: 500;
    text-transform: lowercase;
    padding: .2rem 0;
    color: var(--color-neutral-900);
    text-decoration: none;
    transition: color .25s ease;
}
.aside-categoty ul li a::after {
    content: none;
}
.aside-categoty ul li a:hover {
    color: var(--color-primary);
}
.aside-categoty ul .current-cat > a,
.aside-categoty ul .current-cat-parent > a {
    color: var(--color-primary);
    font-weight: 500;
    background: transparent;
    padding-left: 0;
}

/* --- Widget Tags --- */
.blog-wgt-tags__list {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: .35rem 1rem;
}
@media (min-width: 400px) {
    .blog-wgt-tags__list {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}
.blog-wgt-tags__link {
    display: inline;
    padding: 0;
    text-decoration: none;
    background: none;
    border: none;
    font-weight: 500;
    font-size: .8rem !important;
    color: var(--color-neutral-400);
    line-height: 1.4;
    text-transform: capitalize;
    transition: color .25s ease;
}
.blog-wgt-tags__link:hover {
    color: var(--color-primary);
}

/* --- Services archive --- */
.services-section {
    background: var(--color-black);
    color: var(--color-neutral-900);
    padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(3rem, 8vw, 5rem);
}

.services-archive-header {
    margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
    text-align: center;
}

@media (min-width: 768px) {
    .services-archive-header {
        text-align: left;
    }
}

.services-archive-title {
    color: var(--color-neutral-900);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0;
}

.services-carousel-outer {
    position: relative;
}

.services-carousel-viewport {
    margin: 0;
    overflow: hidden;
    padding: 0 clamp(2.85rem, 8vw, 4rem);
}

@media (max-width: 575px) {
    .services-carousel-viewport {
        padding-left: 0;
        padding-right: 0;
    }
}

.carousel-services-archive .swiper-wrapper {
    align-items: stretch;
}

/* Largura definida pelo Swiper (slidesPerView no JS); só altura aqui */
.carousel-services-archive .swiper-slide {
    height: auto;
}

.services-archive-slide {
    box-sizing: border-box;
    height: auto;
}

/* Card arquivo: gradiente desce no hover (::before animado) */
.services-archive-card {
    --services-archive-gradient: linear-gradient(
        to bottom,
        rgba(var(--color-primary-rgb), 0.96) 0%,
        rgba(var(--color-primary-rgb), 0.58) 45%,
        rgba(0, 0, 0, 0.94) 100%
    );
    background: transparent;
    box-sizing: border-box;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 0;
    isolation: isolate;
    min-height: 100%;
    overflow: hidden;
    padding: 1.5rem 1rem 1.6rem;
    position: relative;
    text-decoration: none;
    transition:
        box-shadow 0.45s ease,
        border-color 0.35s ease;
}

.services-archive-card::before {
    background: var(--services-archive-gradient);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    transform: translateY(-102%);
    transition: transform 0.58s cubic-bezier(0.33, 0, 0.2, 1);
    z-index: 0;
}

.services-archive-card > * {
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .services-archive-card {
        padding: 1.75rem 1.25rem 1.85rem;
    }
}

.services-archive-card:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.services-archive-card__main.services-premium__item-main {
    gap: clamp(0.65rem, 2vw, 1rem);
    flex: 1;
}

/* Título do rail dentro do slide — escala um pouco menor em colunas estreitas */
.services-archive-card .services-premium__item-title {
    font-size: clamp(1.5rem, 4.2vw, 1.85rem);
}

.services-archive-card__list {
    color: rgba(var(--color-white-rgb), 0.72);
    flex: 1;
    font-size: clamp(0.98rem, 1.1vw, 1rem);
    font-weight: 300;
    line-height: 1.55;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: color 0.35s ease;
}

.services-archive-card__list li {
    padding-left: 1rem;
    position: relative;
}

.services-archive-card__list li::before {
    background: rgba(var(--color-white-rgb), 0.35);
    border-radius: 50%;
    content: "";
    height: 0.2rem;
    left: 0;
    position: absolute;
    top: 0.55em;
    transition: background 0.35s ease;
    width: 0.2rem;
}

.services-archive-card__list li + li {
    margin-top: 0.55rem;
}

.services-archive-card__foot-row {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.85rem;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 1.15rem;
}

.services-archive-card .services-premium__corner-arrow--rail {
    width: clamp(1.35rem, 4vw, 1.95rem);
    height: clamp(1.35rem, 4vw, 1.95rem);
}

.services-archive-card__details-label {
    color: var(--color-primary);
    flex-shrink: 0;
    font-size: clamp(0.94rem, 2vw, 0.95rem);
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.2;
    margin-left: auto;
    opacity: 0;
    text-align: right;
    text-transform: uppercase;
    transform: translateY(0.55rem);
    transition:
        opacity 0.38s cubic-bezier(0.33, 0, 0.2, 1),
        transform 0.42s cubic-bezier(0.33, 0, 0.2, 1);
}

/* Hover / teclado: gradiente desliza de cima para baixo */
.services-archive-card:hover::before,
.services-archive-card:focus-visible::before {
    transform: translateY(0);
}

.services-archive-card:hover,
.services-archive-card:focus-visible {
    border-right-color: rgba(var(--color-white-rgb), 0.12);
    box-shadow: 0 18px 40px -20px rgba(0, 0, 0, 0.55);
}

.services-archive-card:hover .services-premium__num,
.services-archive-card:focus-visible .services-premium__num {
    border-color: rgba(var(--color-white-rgb), 0.42);
}

.services-archive-card:hover .services-premium__num-digit,
.services-archive-card:focus-visible .services-premium__num-digit {
    color: var(--color-neutral-900);
    transform: scale(1.06);
}

.services-archive-card:hover .services-premium__corner-arrow-path--badge,
.services-archive-card:focus-visible .services-premium__corner-arrow-path--badge {
    fill: var(--color-primary);
}

.services-archive-card:hover .services-premium__item-title,
.services-archive-card:focus-visible .services-premium__item-title {
    color: var(--color-neutral-900);
    transform: translateX(6px);
}

.services-archive-card:hover .services-archive-card__list,
.services-archive-card:focus-visible .services-archive-card__list {
    color: rgba(var(--color-white-rgb), 0.92);
}

.services-archive-card:hover .services-archive-card__list li::before,
.services-archive-card:focus-visible .services-archive-card__list li::before {
    background: rgba(var(--color-white-rgb), 0.85);
}

.services-archive-card:hover .services-premium__item-arrow,
.services-archive-card:focus-visible .services-premium__item-arrow {
    transform: translate(4px, -4px);
}

.services-archive-card:hover .services-archive-card__details-label,
.services-archive-card:focus-visible .services-archive-card__details-label {
    opacity: 1;
    transform: translateY(-0.35rem);
}

@media (prefers-reduced-motion: reduce) {
    .services-archive-card::before {
        transition: none;
    }

    .services-archive-card:hover::before,
    .services-archive-card:focus-visible::before {
        transform: translateY(0);
    }

    .services-archive-card,
    .services-archive-card .services-premium__num-digit,
    .services-archive-card .services-premium__item-title,
    .services-archive-card .services-premium__item-arrow,
    .services-archive-card__details-label {
        transition: none;
    }

    .services-archive-card:hover .services-premium__item-title,
    .services-archive-card:focus-visible .services-premium__item-title,
    .services-archive-card:hover .services-premium__num-digit,
    .services-archive-card:focus-visible .services-premium__num-digit {
        transform: none;
    }

    .services-archive-card:hover .services-premium__item-arrow,
    .services-archive-card:focus-visible .services-premium__item-arrow {
        transform: none;
    }

    .services-archive-card:hover .services-archive-card__details-label,
    .services-archive-card:focus-visible .services-archive-card__details-label {
        opacity: 1;
        transform: translateY(-0.2rem);
    }
}

.services-section .services-carousel-outer .swiper-button-prev,
.services-section .services-carousel-outer .swiper-button-next {
    background: rgba(var(--color-white-rgb), 0.04);
    border: 1px solid rgba(var(--color-white-rgb), 0.28);
    border-radius: 50%;
    height: 2.75rem;
    left: auto;
    margin-top: 0;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 2.75rem;
    z-index: 2;
}

.services-section .services-carousel-outer .swiper-button-prev {
    left: 0;
}

.services-section .services-carousel-outer .swiper-button-next {
    right: 0;
}

@media (max-width: 575px) {
    .services-section .services-carousel-outer .swiper-button-prev,
    .services-section .services-carousel-outer .swiper-button-next {
        display: none;
    }
}

@media (min-width: 992px) {
    .services-section .services-carousel-outer .swiper-button-prev,
    .services-section .services-carousel-outer .swiper-button-next {
        height: 3.1rem;
        width: 3.1rem;
    }
}

.services-section .services-carousel-outer .swiper-button-prev:hover,
.services-section .services-carousel-outer .swiper-button-next:hover {
    background: rgba(var(--color-white-rgb), 0.08);
    border-color: rgba(var(--color-white-rgb), 0.45);
}

.services-section .services-carousel-outer .swiper-button-prev::after,
.services-section .services-carousel-outer .swiper-button-next::after {
    filter: brightness(0) invert(1);
    height: 1.15rem;
    opacity: 0.9;
    width: 1.15rem;
}

.services-section .services-carousel-outer .swiper-button-disabled {
    opacity: 0.28;
    pointer-events: none;
}

.services-section__pagination {
    border-top: 1px solid rgba(var(--color-white-rgb), 0.06);
    margin-top: clamp(2rem, 4vw, 3rem);
    padding-top: clamp(1.5rem, 3vw, 2.25rem);
}

.services-empty {
    padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.services-empty__text {
    color: rgba(var(--color-white-rgb), 0.55);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

.section-banner {
    position: relative;
    overflow: hidden;
}

.hero-video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-video-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78vh;
    height: 100vh;
    min-width: 100vw;
    min-height: 56.25vw;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.section-banner .container,
.section-banner .banner__content {
    position: relative;
    z-index: 2;
}

.section-banner {
    position: relative;
    overflow: hidden;
    background: #000;
}

.hero-video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-video-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1;
}

.section-banner > *:not(.hero-video-bg):not(.hero-overlay) {
    position: relative;
    z-index: 2;
}