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

    /* Overlay */
    --overlay-sm: rgba(0, 0, 0, 0.3);
    --overlay-lg: rgba(0, 0, 0, 0.6);

    /* Card glass */
    --card-bg: rgba(255, 255, 255, 0.05);
    --card-border: rgba(255, 255, 255, 0.08);

    --color-secondary: #0B9BC2;
    --color-tertiary: #0B9BC2;

    /* Fonts */
    --font-family-01: "Inter", 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;
    font-weight: 400;
    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: 400;
}

.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;
    border: 1px solid var(--card-border);
}
form select:focus, form input:focus{
    outline: none !important;
    box-shadow: none !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; }
.bg-color-secondary{ background-color: var(--color-secondary) !important; }
.bg-color-tertiary{ background-color: var(--color-tertiary) !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; }
.text-color-secondary{ color: var(--color-secondary) !important; }
.text-color-tertiary{ color: var(--color-tertiary) !important; }
/*********** End Colors ***********/

/*********** Start Text sizes ***********/
.heading-size-xxs { font-size: 1.375rem; /* 22px */ }
.heading-size-xs { font-size: 1.625rem; /* 25px */ }
.heading-size-sm { font-size: 2rem; /* 32px */ }
.heading-size-md { font-size: 2.5rem; /* 40px */ }
.heading-size-lg { font-size: 3rem; /* 48px */ }
.heading-size-xl { font-size: 3.25rem; /* 52px */ }
.heading-size-xxl { font-size: 3.813rem; /* 61px */ }
@media screen and (max-width: 576px) {
    .heading-size-xxl { font-size: calc(3.813rem - 50%); }
    .heading-size-xl { font-size: calc(3.25rem - 50%); }
    .heading-size-lg { font-size: calc(3rem - 50%); }
    .heading-size-md { font-size: calc(2.625rem - 50%); }
}
.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 Font Weight ***********/
.font-weight-200{ font-weight: 200; }
.font-weight-300{ font-weight: 300; }
.font-weight-400{ font-weight: 400; }
.font-weight-500{ font-weight: 500; }
.font-weight-600{ font-weight: 600; }
.font-weight-700{ font-weight: 700; }
.font-weight-800{ font-weight: 800; }
/*********** End Font Weight ***********/

/*********** Start Button ***********/
.btn-style-01,
.btn-style-02 {
    --btn-fg: #fff;
    --btn-border: rgba(255, 255, 255, 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: 0.875rem;
    line-height: 1;
    font-weight: 500;
    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: 600;
}

.btn-style-02.btn-style-02--light {
    --btn-fg: var(--color-neutral-100);
    --btn-border: rgba(13, 13, 13, 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: #fff;
    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-dark {
    background-color: var(--color-neutral-100);
}
.section-darker {
    background-color: var(--color-neutral-200);
}
.section-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--color-neutral-900);
    line-height: 1.2;
}
.section-title span,
.section-title .text-primary {
    color: var(--color-primary);
}
.section-subtitle {
    font-size: 1rem;
    color: var(--color-neutral-500);
    line-height: 1.7;
}
.section-label {
    display: inline-block;
    color: var(--color-primary);
    font-size: 0.75rem;
    font-weight: 600;
    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;
    }
    .section-title {
        font-size: 1.75rem;
    }
}
/*********** 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 #fff;
    opacity: 0.5;
    background-color: transparent;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
    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-size: auto;
    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 30px;
    }
}
/* ===== Custom Cursor ===== */
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    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; }

.hero-word-rotate {
    display: inline-block;
    transition: opacity 0.38s ease, transform 0.38s ease;
}

/* ===== Section — alternating blacks ===== */
.section-alt-dark {
    background-color: var(--color-neutral-200);
}

/* ===== Marquee ticker ===== */

/********* Gallery Lightbox Styles *********/
#gallery-lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    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: white;
    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: white !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 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 *********/
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.page-numbers {
    width: 50px;
    height: 50px;
    padding: .6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 400;
    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: 600;
}

.page-numbers img {
    display: inline-block;
    vertical-align: middle;
    max-height: .7rem;
}
/********* End Pagination Styles *********/
@media screen and (max-width: 999px) {
    /* Adicione aqui ajustes de padding para seções em mobile */
}

/********* Component: FAQ accordion *********/
.faq-accordion-section .section-title {
    color: #fff;
    font-weight: 700;
}
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq-accordion__item {
    background: rgba(7, 10, 14, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px !important;
    overflow: hidden;
}
.faq-accordion__btn {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 1.06rem;
    font-weight: 600;
    padding: 1.15rem 1.35rem;
    box-shadow: none !important;
    border: none;
    transition: color 0.25s ease, background-color 0.25s ease;
    border-radius: 0 !important;
}
.faq-accordion__btn:not(.collapsed) {
    color: #fff !important;
    background: linear-gradient(90deg, rgba(var(--color-primary-rgb), 0.22), rgba(var(--color-primary-rgb), 0.1)) !important;
}
.faq-accordion__btn:hover {
    color: #fff !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(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.7;
    padding: 1.3rem;
}
/********* End FAQ accordion *********/

/* ===== Video Modal ===== */
#videoModal .modal-content {
    background: hsl(0, 0, 0, 0.7);
    border: none;
}
#videoModal .modal-header {
    background: #000;
    border-bottom: none;
    padding-bottom: 0;
}
.modal-backdrop {
    background-color: #000;
}
.modal-backdrop.show {
    opacity: 0.92;
}

/* ============================================================
   COMPONENTS
   ============================================================ */

/* --- Header --- */
.site-header {
    position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: background .4s ease, backdrop-filter .4s ease, border-color .4s ease;
}
.site-header.scrolled {
    background: rgba(10,10,10,.95);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border-bottom-color: rgba(255,255,255,.08);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 1rem; }
.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 { display: flex; align-items: center; gap: .1rem; list-style: none; margin: 0; padding: 0; }
.site-header__nav-list .nav-link {
    font-size: 1rem; font-weight: 500; 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: rgba(10,10,10,.96); border: 1px solid rgba(255,255,255,.1);
    border-radius: 4px; padding: .5rem 0; min-width: 180px; margin-top: .25rem;
}
.site-header__nav-list .dropdown-item {
    font-size: .78rem; text-transform: uppercase; letter-spacing: .08em;
    color: rgba(255,255,255,.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: rgba(255,255,255,.05); }
.site-header__actions { display: flex; align-items: center; gap: .75rem; flex-shrink: 0; }
.site-header__burger {
    display: flex; flex-direction: column; justify-content: center;
    gap: 5px; background: none; border: none; cursor: pointer; padding: 6px 4px; width: 36px;
}
.site-header__burger span {
    display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px;
    transition: transform .3s ease, opacity .3s ease, width .3s ease; transform-origin: center;
}
.site-header__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header__burger.is-open span:nth-child(2) { opacity: 0; width: 0; }
.site-header__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.navbar-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,.6); backdrop-filter: blur(2px);
    z-index: 998; opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s ease;
}
.navbar-overlay.show { opacity: 1; visibility: visible; }
.navbar-collapse {
    position: fixed; top: 0; right: 0; width: min(380px,90vw); height: 100vh;
    background: #0a0a0a; border-left: 1px solid rgba(255,255,255,.08); z-index: 999;
    display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
    padding: 3rem 2.5rem; overflow-y: auto;
    transform: translateX(100%); visibility: hidden;
    transition: transform .38s cubic-bezier(.4,0,.2,1);
}
.navbar-collapse.show { transform: translateX(0); visibility: visible; }
.navbar-toggler_close_content { position: absolute; top: 1.5rem; right: 1.75rem; }
.navbar-toggler_close {
    background: none; border: 1px solid rgba(255,255,255,.2); border-radius: 50%;
    width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1rem; cursor: pointer; transition: border-color .3s ease, color .3s ease;
}
.navbar-toggler_close:hover { border-color: var(--color-primary); color: var(--color-primary); }
.navbar-collapse .navbar-nav { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .1rem; width: 100%; }
.navbar-collapse .navbar-nav .nav-link {
    font-size: 1.5rem !important; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
    color: #fff !important; padding: .6rem 0 !important; text-decoration: none;
    display: block; border-bottom: 1px solid rgba(255,255,255,.06); transition: color .3s ease;
}
.navbar-collapse .navbar-nav .nav-link:hover { color: var(--color-primary) !important; }
.navbar-collapse .navbar-nav .dropdown-menu { background: transparent; border: none; padding: 0 0 .5rem 1rem; }
.navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(255,255,255,.6) !important; font-size: 1rem !important;
    padding: .35rem 0 !important; text-transform: uppercase; letter-spacing: .06em; transition: color .3s ease;
}
.navbar-collapse .navbar-nav .dropdown-item:hover { color: var(--color-primary) !important; background: none; }
.mobile-drawer-cta { width: 100%; }
.mobile-drawer-cta .btn-style-01 { width: 100%; justify-content: center; font-size: .875rem; }

/* --- Footer --- */
.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(255,255,255,.18); border-radius: 999px;
    color: rgba(255,255,255,.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(255,255,255,.3); background-color: rgba(255,255,255,.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: 6rem 0 1rem 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(255,255,255,.38); border-radius: 999px; background: rgba(0,0,0,.2);
}
.breadcrumbs__item { display: inline-flex; align-items: center; }
.breadcrumbs__sep { display: inline-flex; align-items: center; list-style: none; color: rgba(255,255,255,.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(255,255,255,.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: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--color-primary); }
.breadcrumbs__title {
    margin: 0; font-size: 1.55rem; font-weight: 600; 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%, 26rem); margin-left: auto; }
}

/* --- Card Project --- */
.card-project { height: 100%; overflow: hidden; }
.card-project__inner { display: block; text-decoration: none; color: inherit; height: 100%; cursor: pointer; overflow: hidden; position: relative; }
.card-project__media { position: relative; overflow: hidden; height: 100%; 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: #fff; border-radius: 8px; font-size: 1.2rem; font-weight: 600; letter-spacing: .2px; line-height: 1.5; margin: 0; }

/* --- Card Service --- */
.card-service {
    background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 4px;
    padding: 2rem 1.75rem; height: 100%; display: flex; flex-direction: column; gap: 1rem;
    transition: border-color 0.3s ease, transform 0.3s ease;
}
.card-service:hover { border-color: var(--color-primary); transform: translateY(-4px); }
.card-service__icon {
    width: 52px; height: 52px; border-radius: 50%; background: rgba(11,155,194,0.1);
    display: flex; align-items: center; justify-content: center;
    color: var(--color-primary); font-size: 1.25rem; flex-shrink: 0;
}
.card-service__title { color: var(--color-neutral-900); font-size: 1.1rem; font-weight: 600; margin: 0; }
.card-service__desc { color: var(--color-neutral-500); font-size: .875rem; line-height: 1.6; margin: 0; flex: 1; }
.card-service__link {
    color: var(--color-primary); font-size: .8rem; font-weight: 600; text-transform: uppercase;
    letter-spacing: .08em; text-decoration: none; display: inline-flex; align-items: center; transition: gap 0.3s ease;
}
.card-service__link:hover { gap: 0.5rem; color: var(--color-primary); }

/* --- Post Card (carousel/blog) --- */
.post-card-ref {
    position: relative; height: clamp(340px, 40vw, 500px); overflow: hidden;
    border-radius: 6px; border: 1px solid rgba(255,255,255,.08);
}
.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 { 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; font-size: 1.7rem; line-height: 1.25; font-weight: 700; }
.post-card-ref__title a { color: #fff; text-decoration: none; }
.post-card-ref__excerpt { margin: .55rem 0 .8rem; color: rgba(255,255,255,.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(255,255,255,.12); padding-top: .75rem;
    color: rgba(255,255,255,.72); font-size: .68rem; text-transform: uppercase;
}
.post-card-ref__meta a { color: #fff; text-decoration: none; font-size: .72rem; text-transform: none; }
@media (max-width: 767px) {
    .post-card-ref { height: 360px; }
    .post-card-ref__title { font-size: 1.2rem; }
}

/* --- Post Card Archive --- */
.post-card-archive {
    --post-card-accent: var(--color-primary);
    display: flex; flex-direction: column;
    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__image--placeholder { background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); }
.post-card-archive__body { display: flex; flex-direction: column; flex: 1; padding: 1.25rem 1.35rem 1.35rem; min-width: 0; }
.post-card-archive__title { margin: 0 0 .65rem; font-size: clamp(1.1rem, 2.5vw, 1.45rem); line-height: 1.3; font-weight: 700; }
.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__excerpt { margin: 0 0 1rem; color: #a0a0a0; font-size: .9rem; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; overflow: hidden; }
.post-card-archive__rule { position: relative; margin: 0 0 1rem; border: 0; border-top: 1px solid rgba(255,255,255,.14); height: 0; }
.post-card-archive__rule::after {
    content: ''; position: absolute; left: 0; top: 0; width: 10px; height: 10px; border-radius: 50%;
    background: #fff; box-shadow: 0 0 0 2px rgba(0,0,0,.35); 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 { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; 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: #a0a0a0; margin-bottom: .55rem; }
.post-card-archive__tags { display: flex; flex-wrap: wrap; 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); }
.post-card-archive__cta.btn-style-02 { --btn-fg: var(--post-card-accent); --btn-border: var(--post-card-accent); flex-shrink: 0; margin-left: auto; padding: .65rem 1.25rem; font-size: .8rem !important; }
.post-card-archive__cta.btn-style-02::before { background: var(--post-card-accent); }
.post-card-archive__cta.btn-style-02:hover { border-color: var(--post-card-accent); color: #fff; }
@media (min-width: 768px) {
    .post-card-archive { flex-direction: row; 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 { display: flex; justify-content: center; align-items: center; }
.pagination-item a {
    width: 50px; height: 50px; display: flex; justify-content: center; align-items: center;
    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; display: flex; justify-content: center; align-items: center;
    border-radius: 50%; background-color: var(--color-primary); color: var(--color-neutral-900); font-weight: 500;
}

/* ============================================================
   PAGES
   ============================================================ */

/* --- Post Single --- */
.blog-single__article__text h2 { font-size: 2rem; font-weight: 500; color: var(--color-primary); }
.blog-single__article__text h3,
.blog-single__article__text h4,
.blog-single__article__text h5,
.blog-single__article__text h6 { font-size: 1.75rem; font-weight: 500; }
.blog-single__article__text ul { padding-left: 2rem; padding-top: 1rem; padding-bottom: 1rem; 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: 600;
    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;
}

/* --- 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: all .3s ease; border-radius: 2px;
}
.portfolio-filter-btn:hover,
.portfolio-filter-btn.active { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }

/* --- Project Single --- */
.project-meta-item { display: flex; flex-direction: column; 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: 600; 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 { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 8rem 0 6rem; overflow: hidden; background-color: #000; }
.banner__circle { position: absolute; 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 { position: relative; z-index: 2; }
.banner__headline { font-size: clamp(3rem,8vw,6.5rem); line-height: 1; color: #fff; }
.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; }
.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 { color: var(--color-neutral-900); font-size: .95rem; line-height: 1.7; max-width: 460px; margin-bottom: 5rem; display: inline-block; }
.banner__bottom { position: relative; z-index: 2; }
.banner__stat { display: flex; flex-direction: column; gap: .2rem; }
.banner__stat-num { font-size: clamp(1.008rem,1.728vw,1.44rem); font-weight: 700; line-height: 1; }
.banner__stat-label { font-size: .7rem; color: var(--color-neutral-900); text-transform: uppercase; letter-spacing: .1em; margin-top: .8rem; 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; }
}

/* --- Welcome --- */
.section-welcome__label { display: inline-flex; align-items: center; gap: .4rem; font-size: 1.125rem; font-weight: 400; 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-size: clamp(1.75rem,3.5vw,2.75rem); font-weight: 700; color: var(--color-neutral-900); line-height: 1.15; margin-bottom: 1.1rem; }
.section-welcome__text { color: var(--color-neutral-900); font-size: .95rem; line-height: 1.8; margin-bottom: 1.5rem; }
.section-welcome__results-title { font-size: 1.3rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--color-neutral-900); margin-bottom: 1.25rem; }
.section-welcome__bars { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2rem; }
.welcome-bar__header { display: flex; justify-content: space-between; align-items: baseline; 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: 600; color: var(--color-neutral-900); }
.welcome-bar__desc { font-size: .9rem; color: var(--color-neutral-900); line-height: 1.6; margin-bottom: .6rem; }
.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(11,155,194,.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: all .3s ease; z-index: 2; }
.section-demo-reel__media:hover .section-demo-reel__play-btn { background: var(--color-primary); color: #fff; 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: 600; font-size: .875rem; text-transform: uppercase; letter-spacing: .08em; }

/* --- Marquee --- */
.marquee-track { overflow: hidden; white-space: nowrap; background: #000; padding: .5rem 0; position: relative; }
.marquee-track::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .3; background: repeating-linear-gradient(to right, rgba(255,255,255,.37) 0, rgba(255,255,255,.37) 1px, transparent 1px, transparent 250px); z-index: 0; }
.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(2.5rem,6vw,5rem); font-weight: 800; font-family: sans-serif; text-transform: uppercase; letter-spacing: -.01em; line-height: 1.1; color: #fff; -webkit-text-fill-color: #fff; }
.marquee-item--outline { -webkit-text-fill-color: transparent; -webkit-text-stroke: 2px #fff; }
.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: #000; }
.section-portfolio::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .3; background: repeating-linear-gradient(to right, rgba(255,255,255,.37) 0, rgba(255,255,255,.37) 1px, transparent 1px, transparent 250px); z-index: 0; }

/* --- Services Section --- */
.section-services { position: relative; background-color: #000; }
.section-services::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .3; background: repeating-linear-gradient(to right, rgba(255,255,255,.37) 0, rgba(255,255,255,.37) 1px, transparent 1px, transparent 250px); z-index: 0; }
.section-services__sub { color: var(--color-neutral-500); font-size: .95rem; line-height: 1.7; margin: 0; }

/* --- Why Choose --- */
.why-card { background: rgba(255,255,255,.05); padding: 2rem 1.5rem; border-radius: 12px; text-align: center; height: 100%; border: 1px solid rgba(255,255,255,.1); transition: border-color .3s ease, transform .3s ease; }
.why-card:hover { border-color: var(--color-primary); transform: translateY(-4px); }
.why-card__icon { width: 60px; height: 60px; background: rgba(var(--color-primary-rgb),.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; 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: #fff; font-size: 1rem; font-weight: 600; line-height: 1.5; margin: 0; }

/* --- Testimonials --- */
.section-testimonials { --peek: 220px; --photo-col: 360px; position: relative; background-color: #000; overflow: hidden; }
.section-testimonials::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .3; background: repeating-linear-gradient(to right, rgba(255,255,255,.37) 0, rgba(255,255,255,.37) 1px, transparent 1px, transparent 250px); z-index: 0; }
.section-testimonials__marquee { margin-bottom: 2.5rem; overflow: hidden; white-space: nowrap; }
.section-testimonials__marquee .marquee-inner { display: inline-flex; align-items: center; animation: marquee-scroll 30s linear infinite; }
.section-testimonials__marquee .marquee-item { display: inline-flex; align-items: center; gap: 1.5rem; padding: 0 2rem; font-size: clamp(2.5rem,6vw,5rem); font-weight: 800; text-transform: uppercase; letter-spacing: -.01em; line-height: 1.1; color: #fff; -webkit-text-fill-color: #fff; }
.section-testimonials__marquee .marquee-item--outline { -webkit-text-fill-color: transparent; -webkit-text-stroke: 2px #fff; }
.section-testimonials__marquee .marquee-item__sep { display: inline-flex; align-items: center; flex-shrink: 0; width: .7em; height: .7em; }
.section-testimonials__marquee .marquee-item__sep svg { width: 100%; height: 100%; }
.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; display: flex; flex-direction: column; gap: 1.5rem; justify-content: center; }
.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; display: flex; flex-direction: column; gap: .2rem; }
.testimonial-card__name { color: #fff; font-weight: 600; font-size: 1.2rem; text-transform: uppercase; letter-spacing: .08em; }
.testimonial-card__role { color: rgba(255,255,255,.45); font-size: 1rem; }
.section-testimonials__nav-col { display: flex; align-items: center; justify-content: center; border-left: 1px solid rgba(255,255,255,.07); }
.testimonials-nav-group { display: flex; flex-direction: column; 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(255,255,255,.06); border: 1px solid rgba(255,255,255,.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(255,255,255,.14); border-color: rgba(255,255,255,.3); }
.testimonials-home-prev::after,
.testimonials-home-next::after { font-size: 16px; color: #fff; 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(255,255,255,.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: #000; overflow: hidden; }
.section-brands::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .3; background: repeating-linear-gradient(to right, rgba(255,255,255,.37) 0, rgba(255,255,255,.37) 1px, transparent 1px, transparent 250px); z-index: 0; }
.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: #000; }
.section-blog .section-title { color: #fff; }
.section-blog-home__badge { display: inline-flex; align-items: center; gap: .45rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: .3rem .7rem; font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; color: var(--color-primary); text-decoration: none; }
.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(255,255,255,.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: #000; 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: #fff; font-weight: 700; font-size: clamp(1.65rem,3.8vw,2.65rem); line-height: 1.15; letter-spacing: -.02em; }
.section-contact-hero__subtitle { margin: 1.25rem 0 0; color: rgba(255,255,255,.78); font-size: clamp(.95rem,2vw,1.08rem); line-height: 1.65; font-weight: 400; }

/* --- Contact Form --- */
.section-contact-form--reference { background: #000; padding-top: .5rem; padding-bottom: clamp(3.5rem,8vw,5.5rem); }
.section-contact-form__box { border-radius: 0; border: 1px solid rgba(255,255,255,.1); background: #1a1a1a; overflow: hidden; height: 100%; }
.section-contact-form__box--media { min-height: 20rem; background: #0d0d0d; }
.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: #fff; font-weight: 700; font-size: clamp(1.25rem,2.5vw,1.65rem); line-height: 1.2; }
.section-contact-form--reference .section-contact-form__form-sub { color: rgba(255,255,255,.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(255,255,255,.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(255,255,255,.22); border-radius: 0; color: #fff; 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: #1a1a1a; color: #fff; }
.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(255,255,255,.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(255,255,255,.38); }

/* --- Contact Prefer --- */
.section-contact-prefer { background: #000; padding-top: 0; padding-bottom: clamp(2rem,5vw,3.5rem); }
.section-contact-prefer__shell { background: #0a0a0a; border: 1px solid rgba(255,255,255,.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: #141414; border: 1px solid rgba(255,255,255,.08); 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: #181818; }
.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: 700; font-size: 1.05rem; color: #fff; }
.section-contact-prefer__value { font-size: .92rem; color: rgba(255,255,255,.55); word-break: break-word; }

/* ============================================================
   SECTIONS — SERVICES (compartilhado)
   ============================================================ */

/* --- Service Benefit Card --- */
.service-benefit-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 4px; padding: 2rem; height: 100%; transition: border-color .3s; }
.service-benefit-card:hover { border-color: var(--color-primary); }
.service-benefit-card__icon { width: 52px; height: 52px; border-radius: 50%; background: var(--color-primary-hover); display: flex; align-items: center; justify-content: center; color: var(--color-primary); font-size: 1.25rem; margin-bottom: 1.25rem; }
.service-benefit-card__title { color: var(--color-neutral-900); font-size: 1rem; font-weight: 600; margin-bottom: .5rem; }
.service-benefit-card__desc { color: var(--color-neutral-500); font-size: .875rem; line-height: 1.6; margin: 0; }

/* --- Service Process Step --- */
.service-process-step { padding: 2rem 1.5rem; background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 4px; height: 100%; }
.service-process-step__num { display: block; font-size: 3rem; font-weight: 800; color: var(--color-primary); opacity: .3; line-height: 1; margin-bottom: 1rem; }
.service-process-step__title { color: var(--color-neutral-900); font-size: 1rem; font-weight: 600; margin-bottom: .5rem; }
.service-process-step__desc { color: var(--color-neutral-500); font-size: .875rem; line-height: 1.6; margin: 0; }

/* ============================================================
   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: .92rem; font-weight: 700; line-height: 1.35; color: var(--color-neutral-900); margin-bottom: .35rem; transition: color .3s ease; }
.blog-wgt-recent__date { font-size: .78rem; 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: 700; 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); }