.elementor-116 .elementor-element.elementor-element-0e23b84{--display:flex;}/* Start custom CSS *//* --- Base Tailwind & Swiper CSS --- */
:root {
    --swiper-theme-color: #007aff;
    --radius: .625rem;
    --background: oklch(10% 0 0);
    --foreground: oklch(95% 0 0);
    --card: oklch(15% 0 0);
    --card-foreground: oklch(95% 0 0);
    --popover: oklch(15% 0 0);
    --popover-foreground: oklch(95% 0 0);
    --primary: oklch(85% .2 85);
    --primary-foreground: oklch(10% 0 0);
    --secondary: oklch(20% 0 0);
    --secondary-foreground: oklch(95% 0 0);
    --muted: oklch(25% 0 0);
    --muted-foreground: oklch(70% 0 0);
    --accent: oklch(85% .2 85);
    --accent-foreground: oklch(10% 0 0);
    --destructive: oklch(57.7% .245 27.325);
    --border: oklch(30% 0 0);
    --input: oklch(20% 0 0);
    --ring: oklch(85% .2 85);
}

*, :after, :before {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
}
html {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
    -webkit-tap-highlight-color: transparent;
}
body {
    background-color: var(--background);
    color: var(--foreground);
    margin: 0;
}
h1, h2, h3 {
    font-size: inherit;
    font-weight: inherit;
}
strong {
    font-weight: bolder;
}
img, svg {
    vertical-align: middle;
    display: block;
}
img {
    max-width: 100%;
    height: auto;
}
button, input, label {
    font: inherit;
    color: inherit;
    background-color: transparent;
}
button, input[type=button] {
    -webkit-appearance: button;
    appearance: button;
}
.container { width: 100%; }
@media (min-width:640px) { .container { max-width:640px; } }
@media (min-width:768px) { .container { max-width:768px; } }
@media (min-width:1024px) { .container { max-width:1024px; } }
@media (min-width:1280px) { .container { max-width:1280px; } }
@media (min-width:1536px) { .container { max-width:1536px; } }

/* --- Layout & Spacing --- */
.min-h-screen { min-height: 100vh; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 48rem; }
@media(min-width: 1024px) { .max-w-4xl { max-width: 56rem; }}
.max-w-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-md { max-width: 28rem; }

.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }

.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: .5rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: .75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }

.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.px-12 { padding-left: 3rem; padding-right: 3rem; }

.mb-2 { margin-bottom: .5rem; }
.mb-3 { margin-bottom: .75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-10 { margin-top: 2.5rem; }

.w-4 { width: 1rem; } .h-4 { height: 1rem; }
.w-5 { width: 1.25rem; } .h-5 { height: 1.25rem; }
.w-7 { width: 1.75rem; } .h-7 { height: 1.75rem; }
.w-10 { width: 2.5rem; } .h-10 { height: 2.5rem; }
.w-14 { width: 3.5rem; } .h-14 { height: 3.5rem; }
.w-full { width: 100%; } .h-full { height: 100%; }

.flex-shrink-0 { flex-shrink: 0; }
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: var(--radius); }
.rounded-xl { border-radius: calc(var(--radius) + 4px); }
.overflow-hidden { overflow: hidden; }
.aspect-video { aspect-ratio: 16/9; }

/* --- Typography --- */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-xs { font-size: .75rem; line-height: 1rem; }
.text-sm { font-size: .875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.font-bold { font-weight: 700; }
.font-medium { font-weight: 500; }
.tracking-wide { letter-spacing: .025em; }

/* --- Colors --- */
.bg-background { background-color: var(--background); }
.bg-card { background-color: var(--card); }
.bg-primary { background-color: var(--primary); }
.bg-primary\/20 { background-color: color-mix(in oklab, var(--primary) 20%, transparent); }
.text-foreground { color: var(--foreground); }
.text-muted-foreground { color: var(--muted-foreground); }
.text-primary { color: var(--primary); }
.text-primary-foreground { color: var(--primary-foreground); }
.border-border { border-color: var(--border); }
.border-t { border-top-width: 1px; }

/* --- Grid Layouts --- */
@media (min-width: 768px) {
    .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
    .md\:text-5xl { font-size: 3rem; line-height: 1; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .lg\:pl-8 { padding-left: 2rem; }
}

/* --- Component Styles --- */
.shadow-xs { box-shadow: 0 1px 2px 0 rgba(0,0,0,.05); }
.shadow-sm { box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1); }

/* --- Custom Insight Styles --- */
.insight-gradient { background: linear-gradient(135deg, #1a1a1a, #2a2a2a); }
.insight-yellow { color: gold; }
.insight-hero-bg {
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a, #2a2a2a);
    position: relative;
}
.insight-hero-bg:before {
    content: "";
    pointer-events: none;
    background: radial-gradient(circle at 30% 20%, #ffd7001a, #0000 50%), radial-gradient(circle at 70% 80%, #ffd7000d, #0000 50%);
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}
.insight-card {
    backdrop-filter: blur(10px);
    background: #1a1a1acc;
    border: 1px solid #ffd70033;
    border-radius: .75rem;
}
.insight-button {
    color: #1a1a1a;
    background: linear-gradient(135deg, gold, orange);
    font-weight: 600;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .375rem;
    cursor: pointer;
}
.insight-button:hover {
    background: linear-gradient(135deg, orange, gold);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px #ffd7004d;
}
.insight-text-shadow { text-shadow: 0 2px 10px #ffd7004d; }
.insight-glow { box-shadow: 0 0 20px #ffd70033; }
.insight-border-glow {
    border: 1px solid #ffd7004d;
    box-shadow: 0 0 15px #ffd7001a;
}
input.bg-input {
    background-color: var(--input);
    border-radius: .375rem;
    border-width: 1px;
    padding: .5rem .75rem;
    height: 2.25rem;
    width: 100%;
}

.insight-text-logo {
    color: gold;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px #ffd7004d;
}

/* --- SwiperJS Testimonials --- */
.testimonials-swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.testimonials-swiper .swiper-slide {
    background-position: 50%;
    background-size: cover;
    width: 300px;
    height: 300px;
    transition: width 0.3s, height 0.3s;
}
.testimonials-swiper .swiper-slide-active {
    width: 400px !important;
    height: 400px !important;
}
.testimonials-swiper .swiper-slide-active .aspect-video {
    max-width: 400px;
}
.testimonials-swiper .swiper-pagination-bullet {
    opacity: .5;
    background: gold;
}
.testimonials-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: gold;
}
.testimonials-swiper .swiper-button-next, .testimonials-swiper .swiper-button-prev {
    color: gold;
}
.testimonials-swiper .swiper-button-next:after, .testimonials-swiper .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 700;
}
@media (max-width: 768px) {
    .testimonials-swiper .swiper-slide { width: 250px; height: 250px; }
    .testimonials-swiper .swiper-slide-active { width: 300px !important; height: 300px !important; }
    .testimonials-swiper .swiper-slide-active .aspect-video { max-width: 300px; }
}

/* --- AJUSTE PARA BOTÕES EM CELULARES --- */
@media (max-width: 768px) {
    .insight-button {
        padding-top: 0.75rem; /* 12px */
        padding-bottom: 0.75rem; /* 12px */
        padding-left: 1.5rem; /* 24px */
        padding-right: 1.5rem; /* 24px */
        font-size: 1rem; /* 16px */
    }
}/* End custom CSS */