:root {
    --brand-red: #e31c1c;
    --brand-red-hover: #c41212;
    --brand-red-dim: rgba(227,28,28,0.06);
    --brand-red-glow: rgba(227,28,28,0.15);
    --surface-dark: #18181b;
    --surface-card: #1e1e22;
    --surface-elevated: #25252a;
}
body { font-family: 'Poppins', sans-serif; color: #d1d5db; }
header img[alt="DKflash TECH"] { filter: brightness(1.1); }
.font-display { font-family: 'Playfair Display', serif; }
.dropdown-glass { background: rgba(30,30,34,0.97); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.hero-pattern { background-image: radial-gradient(circle at 25px 25px, rgba(255,255,255,0.1) 1px, transparent 0); background-size: 50px 50px; }
.modal-soft-bg { background: rgba(0,0,0,0.8); backdrop-filter: blur(12px); }
.modal-soft-container { opacity: 1; transform: none; }
.map-iframe { border: 0; width: 100%; height: 400px; }

.dropdown-menu, .dropdown-premium {
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dropdown-container:hover .dropdown-menu,
.dropdown-container:hover .dropdown-premium {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-menu {
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-overlay {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.mobile-overlay.open { opacity: 1; visibility: visible; }

.animate-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.animate-on-scroll.visible { opacity: 1; transform: translateY(0); }
.animate-on-scroll[data-delay="1"] { transition-delay: 0.1s; }
.animate-on-scroll[data-delay="2"] { transition-delay: 0.2s; }
.animate-on-scroll[data-delay="3"] { transition-delay: 0.3s; }
.animate-on-scroll[data-delay="4"] { transition-delay: 0.4s; }
.animate-on-scroll[data-delay="5"] { transition-delay: 0.5s; }
.animate-on-scroll[data-delay="6"] { transition-delay: 0.6s; }
.animate-on-scroll[data-slide="left"] { transform: translateX(-40px); }
.animate-on-scroll[data-slide="right"] { transform: translateX(40px); }
.animate-on-scroll[data-slide="left"].visible,
.animate-on-scroll[data-slide="right"].visible { transform: translateX(0); }
.animate-on-scroll[data-scale="true"] { transform: scale(0.92); }
.animate-on-scroll[data-scale="true"].visible { transform: scale(1); }

.back-to-top {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
}
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

.cookie-banner { transform: translateY(100%); transition: transform 0.4s ease-in-out; }
.cookie-banner.show { transform: translateY(0); }
html { scroll-behavior: smooth; }

@keyframes float {
    0%, 100% { transform: translateY(0) translateX(0); }
    33% { transform: translateY(-10px) translateX(5px); }
    66% { transform: translateY(5px) translateX(-5px); }
}
.animate-float { animation: float 6s ease-in-out infinite; }
@keyframes glow-pulse {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 0.8; }
}
.animate-glow { animation: glow-pulse 3s ease-in-out infinite; }

.product-card {
    position: relative;
    background: linear-gradient(145deg, #222225 0%, #1a1a1e 100%);
    border: 1px solid rgba(255,255,255,0.04);
    box-shadow: 0 4px 24px rgba(0,0,0,0.3);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.product-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(227,28,28,0), rgba(227,28,28,0.12), rgba(227,28,28,0));
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 0;
}
.product-card:hover::before { opacity: 1; }
.product-card::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(227,28,28,0.3), transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 1;
}
.product-card:hover::after { opacity: 1; }
.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 56px rgba(227,28,28,0.15), 0 4px 16px rgba(0,0,0,0.4);
    border-color: rgba(227,28,28,0.25);
}
.product-card-img-wrap {
    position: relative;
    overflow: hidden;
    background: radial-gradient(ellipse at center, #2a2a30 0%, #1e1e22 100%);
}
.product-card-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.4) 100%);
    pointer-events: none;
}
.product-card-img-wrap img {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s ease;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,0.5));
}
.product-card:hover .product-card-img-wrap img {
    transform: scale(1.08);
    filter: drop-shadow(0 12px 32px rgba(0,0,0,0.6));
}
.product-card-body {
    position: relative;
    z-index: 1;
    background: linear-gradient(0deg, #1e1e22 0%, transparent 100%);
}
.product-card-arrow { transition: transform 0.3s ease; }
.product-card:hover .product-card-arrow { transform: translateX(4px); }

.modal-overlay {
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.modal-overlay.open { opacity: 1; }
.modal-container {
    opacity: 0;
    transform: scale(0.92) translateY(20px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modal-overlay.open .modal-container { opacity: 1; transform: scale(1) translateY(0); }
.modal-content {
    background: linear-gradient(145deg, #222225 0%, #1e1e22 100%);
    border: 1px solid rgba(255,255,255,0.04);
    box-shadow: 0 24px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(227,28,28,0.05);
}
.modal-glow {
    position: absolute;
    top: -80px; right: -80px;
    width: 240px; height: 240px;
    background: radial-gradient(circle, rgba(227,28,28,0.06) 0%, transparent 70%);
    pointer-events: none;
    border-radius: 50%;
}
.modal-image-wrap {
    background: radial-gradient(ellipse at center, #2a2a30 0%, #1e1e22 100%);
    border: 1px solid rgba(255,255,255,0.04);
    position: relative;
    overflow: hidden;
}
.modal-image-wrap img {
    filter: drop-shadow(0 16px 48px rgba(0,0,0,0.6));
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modal-image-wrap:hover img { transform: scale(1.03); }

.feature-item {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.04);
    transition: all 0.3s ease;
}
.feature-item:hover {
    background: rgba(255,255,255,0.04);
    border-color: rgba(227,28,28,0.15);
    transform: translateY(-2px);
}
.feature-icon {
    width: 36px; height: 36px;
    border-radius: 10px;
    background: rgba(227,28,28,0.08);
    border: 1px solid rgba(227,28,28,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.feature-icon i { color: var(--brand-red); font-size: 14px; }

.cta-premium {
    position: relative;
    background: linear-gradient(135deg, var(--brand-red) 0%, #b01010 100%);
    box-shadow: 0 4px 24px rgba(227,28,28,0.2);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.cta-premium::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(227,28,28,0), rgba(227,28,28,0.2), rgba(227,28,28,0));
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.cta-premium:hover::before { opacity: 1; }
.cta-premium::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 30%, rgba(255,255,255,0.08) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.cta-premium:hover::after { transform: translateX(100%); }
.cta-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 48px rgba(227,28,28,0.4), 0 0 0 1px rgba(227,28,28,0.15);
}
.cta-premium:active { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(227,28,28,0.3); }

.section-glow {
    position: absolute;
    top: -60px; left: 50%;
    transform: translateX(-50%);
    width: 40%; height: 120px;
    background: radial-gradient(ellipse at center, rgba(227,28,28,0.04) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.filter-btn {
    padding: 0.5rem 1.2rem;
    border-radius: 0.75rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.06);
    background: rgba(255,255,255,0.03);
    color: #9ca3af;
    cursor: pointer;
    text-transform: uppercase;
}
.filter-btn:hover { border-color: rgba(227,28,28,0.3); color: #fff; background: rgba(227,28,28,0.06); }
.filter-btn.active { background: rgba(227,28,28,0.12); border-color: rgba(227,28,28,0.4); color: #e31c1c; }

body {
    background-color: #18181b;
    background-image:
        radial-gradient(ellipse at 50% 0%, rgba(227,28,28,0.03) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 50%, rgba(227,28,28,0.015) 0%, transparent 50%),
        radial-gradient(ellipse at 20% 100%, rgba(227,28,28,0.01) 0%, transparent 40%);
    background-attachment: fixed;
    position: relative;
}
body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 256px 256px;
}

section { position: relative; }
section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(227,28,28,0.08), rgba(255,255,255,0.03), rgba(227,28,28,0.08), transparent);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}
section + section::before { opacity: 1; }
section::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(227,28,28,0.15), transparent);
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    transition: opacity 0.6s ease;
}
section + section::after { opacity: 1; }
.section-accent {
    position: absolute;
    top: -20px; left: 50%;
    transform: translateX(-50%);
    width: 60px; height: 60px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(227,28,28,0.04) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.lead-modal {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 200;
}
.lead-modal.open { opacity: 1; visibility: visible; }
.lead-modal-inner { transform: scale(0.92) translateY(30px); transition: transform 0.3s ease-in-out; }
.lead-modal.open .lead-modal-inner { transform: scale(1) translateY(0); }
.lead-form-input {
    width: 100%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 12px 16px;
    color: #fff;
    font-size: 0.875rem;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.lead-form-input:focus { border-color: var(--brand-red); box-shadow: 0 0 0 3px rgba(227,28,28,0.15); outline: 2px solid var(--brand-red); outline-offset: 2px; }
.lead-form-input:focus:not(:focus-visible) { outline: none; }
.lead-form-input::placeholder { color: rgba(255,255,255,0.3); }
.lead-form-select {
    width: 100%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 12px 16px;
    color: rgba(255,255,255,0.5);
    font-size: 0.875rem;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.lead-form-select:focus { border-color: var(--brand-red); box-shadow: 0 0 0 3px rgba(227,28,28,0.15); color: #fff; }
.lead-form-select option { background: #2a2a30; color: #fff; }
.lead-form-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.5);
    margin-bottom: 6px;
}
.submit-btn {
    width: 100%;
    background: var(--brand-red);
    color: white;
    font-weight: 800;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 14px 24px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}
.submit-btn:hover { background: #b01010; transform: translateY(-1px); }
.submit-btn:active { transform: scale(0.98); }
.budget-float-btn { display: none; }
@media (min-width: 1024px) { .budget-float-btn { display: flex; } }
.budget-float-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 30px rgba(227,28,28,0.35); }

.whatsapp-badge {
    position: absolute;
    top: -4px; right: -4px;
    background: var(--brand-red);
    color: white;
    font-size: 7px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 2px 6px;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.carousel-wrapper { position: relative; }
.carousel-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 1rem;
    padding: 0.5rem 0.25rem;
    scroll-behavior: smooth;
    cursor: grab;
}
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track.dragging { cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto; }
.carousel-track .product-card { flex: 0 0 calc(50% - 0.5rem); scroll-snap-align: start; min-width: 0; }
.carousel-track .product-card[style*="display: none"] { display: none !important; }
@media (min-width: 640px) { .carousel-track .product-card { flex: 0 0 calc(33.333% - 0.667rem); } }
@media (min-width: 1024px) { .carousel-track .product-card { flex: 0 0 calc(25% - 0.75rem); } }
@media (min-width: 1280px) { .carousel-track .product-card { flex: 0 0 calc(20% - 0.8rem); } }

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 42px; height: 42px;
    border-radius: 50%;
    background: rgba(30, 30, 34, 0.92);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    opacity: 0;
    pointer-events: none;
}
.carousel-wrapper:hover .carousel-arrow { opacity: 1; pointer-events: auto; }
.carousel-arrow:hover {
    background: var(--brand-red);
    border-color: var(--brand-red);
    box-shadow: 0 4px 20px rgba(227,28,28,0.35);
    transform: translateY(-50%) scale(1.08);
}
.carousel-arrow:active { transform: translateY(-50%) scale(0.95); }
.carousel-arrow-left { left: -8px; }
.carousel-arrow-right { right: -8px; }
.carousel-arrow.hidden { display: none; }

@media (max-width: 768px) {
    .product-card-img-wrap img { filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4)); }
    .modal-image-wrap img { filter: drop-shadow(0 8px 24px rgba(0,0,0,0.4)); }
    .feature-icon { width: 30px; height: 30px; }
    .feature-icon i { font-size: 12px; }
}

@media (max-width: 768px) {
    section[id] .animate-on-scroll,
    section[id] > div > div,
    section[id] .grid > div:not(.lg\\:col-span-5):not(.lg\\:col-span-7) { text-align: center !important; }
    section[id] .flex-wrap,
    section[id] .flex.justify-start { justify-content: center !important; }
    section[id] .mx-auto.lg\\:mx-0 { margin-left: auto !important; margin-right: auto !important; }
    section[id] h2, section[id] h3, section[id] h4,
    section[id] p:not(.text-\\[10px\\]):not(.text-\\[11px\\]) { text-align: center !important; }
    section[id] .grid > div { text-align: center !important; }
    section:not(.keep-padding) { padding-top: 2rem !important; padding-bottom: 2rem !important; }
    .hero-section { padding-top: 1.5rem !important; padding-bottom: 1rem !important; min-height: auto !important; }
    .hero-section .space-y-5 { margin-top: 0 !important; }
    .section-title { font-size: 1.25rem !important; }
    .mobile-stack { flex-direction: column !important; }
    .mobile-grid-2 { grid-template-columns: 1fr 1fr !important; }
    .footer-grid { grid-template-columns: 1fr !important; gap: 1.5rem !important; }
    header { height: 4rem !important; }
    header > div { height: 4rem !important; }
    header img[alt="DKflash TECH"] { height: 2.75rem !important; }
    .gap-8 { gap: 0.75rem !important; }
    .gap-12 { gap: 1rem !important; }
    .mb-12 { margin-bottom: 1.5rem !important; }
    .mb-16 { margin-bottom: 1.5rem !important; }
    .mb-20 { margin-bottom: 2rem !important; }
    .p-8 { padding: 1rem !important; }
    .p-10 { padding: 1rem !important; }
    .px-8 { padding-left: 1rem !important; padding-right: 1rem !important; }
    .text-3xl { font-size: 1.5rem !important; }
    .mobile-compact { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .grid.gap-8 { gap: 0.5rem !important; }
    section#como-funciona .grid-cols-2 { gap: 0.75rem !important; }
    footer .grid > div { text-align: center !important; }
    footer .flex.items-center.gap-3 { justify-content: center !important; }
    footer .space-y-4 a.block { display: flex !important; justify-content: center !important; }
    footer ul { display: flex !important; flex-direction: column !important; align-items: center !important; }
    footer li { text-align: center !important; }
    .client-logo-card { padding: 16px 10px !important; min-height: 60px !important; }
    .client-logo-text { font-size: 0.8rem !important; }
}

@media (max-width: 480px) {
    .client-logo-card { padding: 12px 8px !important; min-height: 50px !important; }
    .client-logo-text { font-size: 0.65rem !important; letter-spacing: 0.02em !important; }
    .grid-cols-2 { gap: 0.4rem !important; }
    footer .grid { gap: 1.5rem !important; }
    footer { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .client-logo-text { font-size: 0.85rem !important; }
}

@media (max-width: 768px) {
    a[aria-label="Contato pelo WhatsApp"] {
        bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px)) !important;
        right: calc(1.5rem + env(safe-area-inset-right, 0px)) !important;
    }
    .budget-float-btn { bottom: calc(200px + env(safe-area-inset-bottom, 0px)) !important; }
    #backToTop { bottom: calc(6rem + env(safe-area-inset-bottom, 0px)) !important; right: calc(1rem + env(safe-area-inset-right, 0px)) !important; }
    .carousel-arrow { width: 34px; height: 34px; font-size: 16px; opacity: 1; pointer-events: auto; }
    .carousel-arrow-left { left: 4px; }
    .carousel-arrow-right { right: 4px; }
    .carousel-track .product-card { flex: 0 0 calc(70% - 0.5rem); }
}
@media (max-width: 480px) {
    .carousel-track { gap: 0.75rem; }
    .carousel-track .product-card { flex: 0 0 calc(80% - 0.5rem); }
}

@media (max-width: 1023px) {
    body { padding-bottom: 72px; }
    #mobileStickyCta { padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px)); }
}

/* PREMIUM MINIMAL CIRCLE NAV */
.nav-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(24, 24, 27, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    pointer-events: none;
}
.nav-circle.visible, .carousel-wrapper:hover .nav-circle { opacity: 1; pointer-events: auto; }
.nav-circle:hover {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25), 0 0 24px rgba(227, 28, 28, 0.06);
    transform: translateY(-50%) scale(1.06);
    background: rgba(30, 30, 34, 0.7);
}
.nav-circle:active { transform: translateY(-50%) scale(0.94); }
.nav-circle i { transition: transform 0.3s ease; }
.nav-circle:hover i.fa-chevron-right { transform: translateX(2px); }
.nav-circle:hover i.fa-chevron-left { transform: translateX(-2px); }
.nav-circle-left { left: -16px; }
.nav-circle-right { right: -16px; }
@media (max-width: 768px) {
    .nav-circle { width: 32px; height: 32px; font-size: 11px; opacity: 1; pointer-events: auto; background: rgba(24, 24, 27, 0.65); border-color: rgba(255,255,255,0.08); }
    .nav-circle-left { left: 2px; }
    .nav-circle-right { right: 2px; }
}

.scroll-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 1rem;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.scroll-hint.visible { opacity: 1; }
.scroll-hint-dot {
    width: 5px; height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}
.scroll-hint-dot.active { background: var(--brand-red); width: 18px; border-radius: 3px; }

.section-compact { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
@media (max-width: 768px) { .section-compact { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } }
.section-compact-lg { padding-top: 3rem !important; padding-bottom: 3rem !important; }
@media (max-width: 768px) { .section-compact-lg { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } }
.mb-section { margin-bottom: 2rem !important; }
@media (max-width: 768px) { .mb-section { margin-bottom: 1.5rem !important; } }

.banner-wrapper { width: 100%; background: #111; }
.banner-carousel {
    position: relative;
    width: 100%;
    height: 520px;
    max-height: 600px;
    overflow: hidden;
}
.banner-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    pointer-events: none;
    z-index: 1;
    background: #111;
}
.banner-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.banner-slide.active { opacity: 1; pointer-events: auto; position: relative; z-index: 2; }
.banner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(24,24,27,0.7);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    opacity: 0;
}
.banner-carousel:hover .banner-arrow { opacity: 1; }
.banner-arrow:hover { background: var(--brand-red); border-color: var(--brand-red); transform: translateY(-50%) scale(1.08); }
.banner-arrow-left { left: 16px; }
.banner-arrow-right { right: 16px; }
.banner-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    gap: 8px;
}
.banner-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}
.banner-dot.active { background: var(--brand-red); width: 24px; border-radius: 4px; }
@media (max-width: 768px) {
    .banner-carousel { height: 280px; }
    .banner-arrow { width: 34px; height: 34px; font-size: 13px; opacity: 1; }
    .banner-arrow-left { left: 8px; }
    .banner-arrow-right { right: 8px; }
    .banner-dots { bottom: 12px; }
}

.cat-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 16px;
    padding: 1.25rem 0.75rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.cat-card:hover {
    background: rgba(227,28,28,0.06);
    border-color: rgba(227,28,28,0.2);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(227,28,28,0.08);
}
.cat-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: rgba(227,28,28,0.08);
    border: 1px solid rgba(227,28,28,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.cat-card:hover .cat-icon { background: rgba(227,28,28,0.15); border-color: rgba(227,28,28,0.3); }
.cat-icon i { color: var(--brand-red); font-size: 20px; }
.cat-label {
    font-size: 0.7rem;
    font-weight: 700;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
}
.cat-card:hover .cat-label { color: #fff; }
@media (max-width: 768px) {
    .cat-icon { width: 42px; height: 42px; }
    .cat-icon i { font-size: 16px; }
    .cat-card { padding: 0.75rem 0.5rem; border-radius: 12px; }
}

.testimonial-card {
    background: linear-gradient(145deg, #1e1e22, #25252a);
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    position: relative;
}
.testimonial-card:hover {
    border-color: rgba(227,28,28,0.2);
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
.testimonial-card .google-badge {
    background: rgba(66,133,244,0.1);
    border: 1px solid rgba(66,133,244,0.15);
    color: #8ab4f8;
    font-size: 9px;
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.testimonial-card .stars { color: #fbbc04; font-size: 14px; letter-spacing: 2px; }
.testimonial-card .review-text { font-size: 0.85rem; line-height: 1.7; color: #c8c8d0; }
.testimonial-card .review-text::before {
    content: '\201C';
    font-size: 2.5rem;
    color: var(--brand-red);
    opacity: 0.3;
    position: absolute;
    top: 8px;
    left: 16px;
    font-family: serif;
    line-height: 1;
}
.testimonial-avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-red), #ff4d4d);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    color: white;
    flex-shrink: 0;
}

.client-logo-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 12px;
    padding: 16px 20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255,255,255,0.5);
    font-weight: 600;
    font-size: 0.8rem;
    text-align: center;
}
.client-logo-card:hover {
    border-color: rgba(227,28,28,0.15);
    background: rgba(227,28,28,0.03);
    color: white;
    transform: translateY(-2px);
}
.client-logo-card i { font-size: 22px; color: var(--brand-red); opacity: 0.6; }
.client-logo-card:hover i { opacity: 1; }
.client-logo-text {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255,255,255,0.2);
    letter-spacing: 0.05em;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.review-link { font-size: 10px; color: #8ab4f8; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; font-weight: 600; transition: color 0.2s; }
.review-link:hover { color: #aecbff; text-decoration: underline; }
.testimonial-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    scrollbar-width: none;
}
.testimonial-track::-webkit-scrollbar { display: none; }
.testimonial-track > * {
    flex: 0 0 calc(33.333% - 14px);
    min-width: 300px;
    scroll-snap-align: start;
}
@media (max-width: 768px) { .testimonial-track > * { flex: 0 0 85%; min-width: 260px; } }

.stat-card {
    background: linear-gradient(145deg, #1e1e22, #25252a);
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.3s ease;
}
.stat-card:hover {
    border-color: rgba(227,28,28,0.15);
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0,0,0,0.3);
}
.stat-card .stat-number { font-size: 2.5rem; font-weight: 900; color: white; line-height: 1.1; }
.stat-card .stat-number span { color: var(--brand-red); }

.value-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.04); border-radius: 16px; padding: 1.5rem; transition: all 0.3s ease; text-align: center; }
.value-card:hover { background: rgba(227,28,28,0.06); border-color: rgba(227,28,28,0.2); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(227,28,28,0.06); }
.value-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(227,28,28,0.08); border: 1px solid rgba(227,28,28,0.12); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; transition: all 0.3s ease; }
.value-card:hover .value-icon { background: rgba(227,28,28,0.15); border-color: rgba(227,28,28,0.3); }
.value-icon i { color: var(--brand-red); font-size: 20px; }

.timeline-dot { width: 16px; height: 16px; background: var(--brand-red); border-radius: 50%; border: 3px solid #25252a; box-shadow: 0 0 0 3px rgba(227,28,28,0.2); flex-shrink: 0; }
.timeline-line { position: absolute; top: 24px; left: 7px; bottom: 0; width: 2px; background: linear-gradient(to bottom, rgba(227,28,28,0.3), transparent); }

@media (min-width: 1024px) { .budget-float-btn { bottom: 180px; } }
@media (max-width: 768px) {
    a[aria-label="Contato pelo WhatsApp"] { bottom: calc(1.5rem + env(safe-area-inset-bottom,0px)) !important; right: calc(1.5rem + env(safe-area-inset-right,0px)) !important; }
    #backToTop { bottom: calc(6rem + env(safe-area-inset-bottom,0px)) !important; right: calc(1rem + env(safe-area-inset-right,0px)) !important; }
}
@media (max-width: 1023px) { body { padding-bottom: 72px; } #mobileStickyCta { padding-bottom: calc(0.75rem + env(safe-area-inset-bottom,0px)); } }

.sw-benefit-card { background: #fff; border: 1px solid rgba(0,0,0,0.05); border-radius: 1rem; padding: 1.5rem; transition: all 0.3s ease; }
.sw-benefit-card:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(227,28,28,0.08); border-color: rgba(227,28,28,0.15); }
.sw-benefit-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(227,28,28,0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sw-benefit-icon i { color: #e31c1c; font-size: 18px; }
.sw-phone-frame { position: relative; width: 240px; height: 490px; border-radius: 2.5rem; border: 4px solid #1f2937; background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,0.15); overflow: hidden; margin: 0 auto; }
.sw-phone-notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 90px; height: 22px; background: #1f2937; border-radius: 0 0 16px 16px; z-index: 10; }
.sw-phone-screen { height: 100%; padding-top: 28px; background: linear-gradient(180deg, #fef2f2 0%, #fff 40%); }
.sw-feature-pill { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1.25rem; background: #fff; border: 1px solid rgba(227,28,28,0.12); border-radius: 999px; font-size: 0.8rem; font-weight: 600; color: #e31c1c; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(227,28,28,0.04); }
.sw-feature-pill:hover { background: rgba(227,28,28,0.04); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(227,28,28,0.1); }
.sw-compare-col { border: 1px solid rgba(0,0,0,0.06); border-radius: 1rem; padding: 1.5rem; transition: all 0.3s ease; }
.sw-compare-col:hover { border-color: rgba(227,28,28,0.15); box-shadow: 0 8px 30px rgba(227,28,28,0.06); }
.sw-compare-col.featured { border-color: rgba(227,28,28,0.2); background: linear-gradient(135deg, #fef2f2 0%, #fff 100%); }
.sw-feature-row { display: flex; align-items: center; gap: 1rem; padding: 0.75rem 0; border-bottom: 1px solid rgba(0,0,0,0.04); }
.sw-feature-row:last-child { border-bottom: none; }
.sw-section-title { font-size: 1.5rem; font-weight: 800; color: #111; letter-spacing: -0.02em; }
.sw-section-sub { font-size: 0.9rem; color: #6b7280; max-width: 600px; }
.sw-hero-bg { background: linear-gradient(135deg, #fafafa 0%, #fff 50%, #fef2f2 100%); }
.sw-cta-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.875rem 2rem; border-radius: 0.75rem; font-size: 0.85rem; font-weight: 700; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.03em; }
.sw-cta-btn:hover { transform: translateY(-2px); }
.sw-float-card { position: absolute; background: #fff; border-radius: 12px; padding: 10px 14px; box-shadow: 0 8px 32px rgba(0,0,0,0.1); border: 1px solid rgba(0,0,0,0.04); display: flex; align-items: center; gap: 8px; font-size: 0.75rem; font-weight: 600; color: #111; animation: swFloat 4s ease-in-out infinite; }
@keyframes swFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes swFloat2 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }
.sw-float-card:nth-child(2) { animation-name: swFloat2; animation-duration: 5s; }
.sw-ecard { position: relative; border-radius: 1.25rem; overflow: hidden; transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94); }
.sw-ecard:hover { transform: translateY(-6px); }
.sw-ecard-glow { position: absolute; inset: -1px; border-radius: inherit; background: linear-gradient(135deg, rgba(227,28,28,0), rgba(227,28,28,0.1), rgba(227,28,28,0)); opacity: 0; transition: opacity 0.5s ease; pointer-events: none; }
.sw-ecard:hover .sw-ecard-glow { opacity: 1; }
.sw-ecard-inner { position: relative; background: linear-gradient(160deg, #222225 0%, #1a1a1e 100%); border: 1px solid rgba(255,255,255,0.04); }
