@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root,
:host {
    --font-inter-tight: "Inter Tight", sans-serif;
    --color-primary-50: #f4f2fe;
    --color-primary-100: #ece8ff;
    --color-primary-200: #dcd4ff;
    --color-primary-300: #c3b1ff;
    --color-primary-400: #a585ff;
    --color-primary-500: #864ffe;
    --color-primary-600: #7c31f6;
    --color-secondary: #1a1a1c;
    --color-accent: #fcfcfc;
    --color-background-1: #fcfcfd;
    --color-background-2: #f9fafb;
    --color-background-3: #f4f5f8;
    --color-background-4: #f0f2f6;
    --color-background-5: #13171e;
    --color-background-6: #0f1217;
    --color-background-7: #181d26;
    --color-background-8: #070b10;
    --color-background-9: #1f252f;
    --color-stroke-1: #dfe4eb;
    --color-stroke-2: #e3e7ed;
    --color-stroke-3: #d7dde5;
    --color-stroke-4: #eceff4;
    --color-stroke-5: #1b232f;
    --color-stroke-6: #202731;
    --color-stroke-7: #2a333e;
    --color-stroke-8: #303b49;
    --color-stroke-9: var(--color-background-8);
    --color-ns-yellow: #f9eb57;
    --color-ns-green: #c6f56f;
    --color-ns-red: #ffb9a2;
    --color-ns-cyan: #83e7ee;
    --color-ns-green-light: #e8fbc6;
    --color-ns-cyan-light: #cdf5f8;
    --color-ns-yellow-light: #fdf7bc;
    --color-gradient-1: linear-gradient(135deg, #a585ff 0%, #ffc2ad 100%);
    --color-gradient-5: linear-gradient(165deg, #ffffff80 0.51%, #fff0 64.43%);
    --color-gradient-6: linear-gradient(#83e7ee 0%, #c6f56f 100%);
    --color-gradient-7: linear-gradient(#fff 0%, #83e7ee 100%);
    --color-gradient-8: linear-gradient(156deg, #fff 32.92%, #a585ff 91%);
    --color-gradient-9: linear-gradient(156deg, #dfb0ff 32.92%, #fdbedc 91%);
    --text-heading-1: 4.25rem;
    --text-heading-1--line-height: 110%;
    --text-heading-2: 3.25rem;
    --text-heading-2--line-height: 120%;
    --text-heading-3: 2.5rem;
    --text-heading-3--line-height: 120%;
    --text-heading-4: 2rem;
    --text-heading-4--line-height: 130%;
    --text-heading-5: 1.5rem;
    --text-heading-5--line-height: 140%;
    --text-heading-6: 1.25rem;
    --text-heading-6--line-height: 140%;
    --text-tagline-1: 1rem;
    --text-tagline-1--line-height: 150%;
    --text-tagline-2: .875rem;
    --text-tagline-2--line-height: 150%;
    --text-tagline-3: .75rem;
    --text-tagline-3--line-height: 150%;
    --blur-ns-badge-blur: 17.2283px;
    --stack-cards-gap: 2rem;
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-400: oklch(70.4% .191 22.216);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-xs: 20rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --drop-shadow-2xl: 0 25px 25px #00000026;
    --ease-in:
        cubic-bezier(.4, 0, 1, 1);
    --ease-out:
        cubic-bezier(0, 0, .2, 1);
    --ease-in-out:
        cubic-bezier(.4, 0, .2, 1);
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --blur-lg: 16px;
    --blur-xl: 24px;
    --blur-3xl: 64px;
    --default-transition-duration: .15s;
    --default-transition-timing-function:
        cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
}

:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 1.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

@font-face {
    font-family: next-sass;
    src: url("../fonts/next-sass.eot?obdk3g");
    src: url("../fonts/next-sass.eot?obdk3g#iefix") format("embedded-opentype"), url("../fonts/next-sass.ttf?obdk3g") format("truetype"), url("../fonts/next-sass.woff?obdk3g") format("woff"), url("../fonts/next-sass.svg?obdk3g#next-sass") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.ns-shape-1:before {
    content: "";
}

.ns-shape-2:before {
    content: "";
}

.ns-shape-3:before {
    content: "";
}

.ns-shape-4:before {
    content: "";
}

.ns-shape-5:before {
    content: "";
}

.ns-shape-6:before {
    content: "";
}

.ns-shape-7:before {
    content: "";
}

.ns-shape-8:before {
    content: "";
}

.ns-shape-9:before {
    content: "";
}

.ns-shape-10:before {
    content: "";
}

.ns-shape-11:before {
    content: "";
}

.ns-shape-12:before {
    content: "";
}

.ns-shape-13:before {
    content: "";
}

.ns-shape-14:before {
    content: "";
}

.ns-shape-15:before {
    content: "";
}

.ns-shape-16:before {
    content: "";
}

.ns-shape-17:before {
    content: "";
}

.ns-shape-18:before {
    content: "";
}

.ns-shape-19:before {
    content: "";
}

.ns-shape-20:before {
    content: "";
}

.ns-shape-21:before {
    content: "";
}

.ns-shape-22:before {
    content: "";
}

.ns-shape-23:before {
    content: "";
}

.ns-shape-24:before {
    content: "";
}

.ns-shape-25:before {
    content: "";
}

.ns-shape-26:before {
    content: "";
}

.ns-shape-27:before {
    content: "";
}

.ns-shape-28:before {
    content: "";
}

.ns-shape-29:before {
    content: "";
}

.ns-shape-30:before {
    content: "";
}

.ns-shape-31:before {
    content: "";
}

.ns-shape-32:before {
    content: "";
}

.ns-shape-33:before {
    content: "";
}

.ns-shape-34:before {
    content: "";
}

.ns-shape-35:before {
    content: "";
}

.ns-shape-36:before {
    content: "";
}

.ns-shape-37:before {
    content: "";
}

.ns-shape-38:before {
    content: "";
}

.ns-shape-39:before {
    content: "";
}

.ns-shape-40:before {
    content: "";
}

.ns-shape-41:before {
    content: "";
}

.ns-shape-42:before {
    content: "";
}

.ns-shape-43:before {
    content: "";
}

.ns-shape-44:before {
    content: "";
}

.ns-shape-45:before {
    content: "";
}

.ns-shape-46:before {
    content: "";
}

.ns-shape-47:before {
    content: "";
}

.ns-shape-48:before {
    content: "";
}

.ns-shape-49:before {
    content: "";
}

.ns-shape-50:before {
    content: "";
}

.ns-shape-51:before {
    content: "";
}

.ns-shape-52:before {
    content: "";
}

.ns-shape-53:before {
    content: "";
}

.ns-shape-54:before {
    content: "";
}

.ns-shape-55:before {
    content: "";
}

.ns-shape-56:before {
    content: "";
}

.ns-shape-57:before {
    content: "";
}

.ns-shape-58:before {
    content: "";
}

.ns-shape-59:before {
    content: "";
}

.ns-shape-60:before {
    content: "";
}

.ns-shape-61:before {
    content: "";
}

.ns-shape-62:before {
    content: "";
}

.ns-shape-63:before {
    content: "";
}

.ns-shape-64:before {
    content: "";
}

.ns-shape-65:before {
    content: "";
}

.ns-shape-66:before {
    content: "";
}

.ns-shape-67:before {
    content: "";
}

.ns-shape-68:before {
    content: "";
}

.ns-shape-69:before {
    content: "";
}

.ns-shape-70:before {
    content: "";
}

.ns-shape-71:before {
    content: "";
}

.ns-shape-72:before {
    content: "";
}

.ns-shape-73:before {
    content: "";
}

.ns-shape-74:before {
    content: "";
}

.ns-shape-75:before {
    content: "";
}

.ns-shape-76:before {
    content: "";
}

.ns-shape-77:before {
    content: "";
}

.ns-shape-78:before {
    content: "";
}

.ns-shape-79:before {
    content: "";
}

.ns-shape-80:before {
    content: "";
}

.ns-shape-81:before {
    content: "";
}

.ns-shape-82:before {
    content: "";
}

.ns-shape-83:before {
    content: "";
}

.ns-shape-84:before {
    content: "";
}

.ns-shape-85:before {
    content: "";
}

.ns-shape-86:before {
    content: "";
}

.ns-shape-87:before {
    content: "";
}

.ns-shape-88:before {
    content: "";
}

.ns-shape-89:before {
    content: "";
}

.ns-shape-90:before {
    content: "";
}

.ns-shape-91:before {
    content: "";
}

.ns-shape-92:before {
    content: "";
}

.ns-shape-93:before {
    content: "";
}

.ns-shape-94:before {
    content: "";
}

.ns-shape-95:before {
    content: "";
}

.ns-shape-96:before {
    content: "";
}

.ns-shape-97:before {
    content: "";
}

.ns-shape-98:before {
    content: "";
}

.ns-shape-99:before {
    content: "";
}

.ns-shape-100:before {
    content: "";
}

.ns-shape-101:before {
    content: "";
}

.ns-shape-102:before {
    content: "";
}

.ns-shape-103:before {
    content: "";
}

.ns-shape-104:before {
    content: "";
}

.ns-shape-105:before {
    content: "";
}

.ns-shape-106:before {
    content: "";
}

.ns-shape-107:before {
    content: "";
}

.ns-shape-108:before {
    content: "";
}

.ns-shape-109:before {
    content: "";
}

.ns-shape-110:before {
    content: "";
}

.ns-shape-111:before {
    content: "";
}

.ns-shape-112:before {
    content: "";
}

.ns-shape-113:before {
    content: "";
}

.ns-shape-114:before {
    content: "";
}

.ns-shape-115:before {
    content: "";
}

.ns-shape-116:before {
    content: "";
}

.ns-shape-117:before {
    content: "";
}

.ns-shape-118:before {
    content: "";
}

.ns-shape-119:before {
    content: "";
}

.ns-shape-120:before {
    content: "";
}

.ns-shape-121:before {
    content: "";
}

.ns-shape-122:before {
    content: "";
}

.ns-shape-123:before {
    content: "";
}

.ns-shape-124:before {
    content: "";
}

.ns-shape-125:before {
    content: "";
}

.ns-shape-126:before {
    content: "";
}

.ns-shape-127:before {
    content: "";
}

.ns-shape-128:before {
    content: "";
}

body {
    overflow-x: hidden;
    background-color: rgb(249 250 251) !important;
    /* Reduzido para menos espaço */
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #000;
    line-height: 90%;
    letter-spacing: -.04em;
    font-feature-settings: "liga" off, "ss03" on, "tnum" on;
}

.nav-item-link {
    color:
        color-mix(in oklab, #1a1a1c 60%, transparent);
}

.nav-item-link {
    align-items: center;

    font-size: 1rem;
    line-height: var(--tw-leading, var(--text-tagline-1--line-height));
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: #1a1a1c99;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: .2s;
    border-width: 1px;
    border-color: #0000;
    border-radius: 3.40282e38px;
    transition-duration: .2s;
    display: flex;
}

h1 {
    font-size: 68px;
    font-weight: 700;
    font-family: 'Inter', serif;
}

.bisque {
    background: url(../img/fundoRisco.png);
    width: 345px;
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: bisque;
    font-size: 60px;
    padding: 30px;
}

h2 {
    font-size: 52px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    letter-spacing: .01em;
    color: var(--color-secondary);
    font-feature-settings: "liga" off, "ss03" on, "tnum" on;
}

p {
    font-family: 'Inter Tight', sans-serif;
    font-size: 18px;
    color: #424242;
    line-height: 1.5;
    letter-spacing: -.01em;
    font-feature-settings: "liga" off, "ss03" on, "tnum" on;
}

h5 {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;

    color: var(--color-secondary);
    letter-spacing: .01em;
    font-size: 38px !important;
    font-feature-settings: "liga" off, "ss03" on, "tnum" on;
}

.hero {
    background-color: #f9fafb;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 260px 0 0 0;
}

/* OPÇÃO 1: Fade-in suave */
.hero.fade-in::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg.png);
    background-size: 2590px;
    background-position: top;
    background-repeat: no-repeat;
    opacity: 0;
    animation: simpleFadeIn 2s ease-out forwards;
}

@keyframes simpleFadeIn {
    to {
        opacity: 1;
    }
}

/* OPÇÃO 2: Zoom-in elegante */
.hero.zoom-in::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg.svg);
    background-size: 2880px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.1);
    animation: zoomFadeIn 2.5s ease-out forwards;
}

@keyframes zoomFadeIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* OPÇÃO 3: Slide da esquerda */
.hero.slide-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg.svg);
    background-size: 2880px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(-100%);
    animation: slideFromLeft 2s ease-out forwards;
}

@keyframes slideFromLeft {
    to {
        transform: translateX(0);
    }
}

/* OPÇÃO 4: Pulso suave */
.hero.pulse::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg.svg);
    background-size: 2880px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(0.8);
    animation: pulseIn 1.5s ease-out forwards;
}

@keyframes pulseIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    60% {
        opacity: 0.8;
        transform: scale(1.05);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* OPÇÃO 5: Sem animação - só background */
.hero.static::before,
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg.svg);
    background-size: 2880px;
    background-position: center;
    background-repeat: no-repeat;
}

/* Conteúdo sempre animado */
.hero .container {
    position: relative;
    z-index: 10;
    opacity: 0;
    transform: translateY(20px);
    animation: contentFadeIn 1s ease-out forwards;
    animation-delay: 0.5s;
}

@keyframes contentFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Section com animação de cor no scroll */
.call-to-action {
    /* background-image: url(../img/bgSecttion.jpg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    width: 95%;
    height: 80vh;
    border-radius: 48px;


}


.navbar-custom {
    width: 1400px;
    background-color: rgb(255, 255, 255);
    border-radius: 144px;
    height: 75px;
    margin-top: 30px;
    padding: 20px 10px;

    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.bg-gradient-section-call-to-action {
    background: linear-gradient(180deg, rgb(255 255 255) 0%, #e2e2e2 100%);
}

.call-to-action h2 {
    font-size: 80px;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(253 157 13) !important;
    padding: 5px 30px;
}

.nav-link {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #1a1a1c99;
    line-height: 1.5;
    letter-spacing: .02em;
    font-feature-settings: "liga" off, "ss03" on, "tnum" on;
    text-decoration: none;
    transition: all 0.5s;
    margin-left: 20px;
}

.nav-link:hover {
    color: #c898ff;
    transition: all 0.5s;
}

/* From Uiverse.io by alexmaracinaru */
button {
    cursor: pointer;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 100px;
    background: #c898ff;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 15px;
    transition: all 0.5s;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
}

button:hover {

    transition: all 0.5s;
}

button>svg {
    width: 34px;
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}

button:hover svg {
    transform: translateX(5px);
}

button:active {
    transform: scale(0.95);
}

.badge-green {
    background-color: #e8fbc6 !important;
    color: black;
    border: 1px solid #86c21e;
    padding: 10px 15px;
    border-radius: 100px;
    font-size: 0.8rem !important;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
}

.badge-roxo {
    background-color: #9974efa6 !important;
    color: #ffffff;

}

.bg-black {
    background-color: #c1c1c1;
    padding: 50px 60px;
    border-radius: 30px;
    background-image: url(../img/gradient-36.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 880px bottom;
    height: auto;
    overflow: hidden;
}

.figura-gradient {
    /* max-width: 1440px; */
    /* max-height: 2437px; */
    left: 105%;
    bottom: 210px;
    opacity: 0.7;
    filter: blur(70px);
    transform: translate(-50%, 0%);
    pointer-events: none;
    user-select: none;
    position: absolute;
}

.gradienteBlack1 {
    position: absolute;
    left: 25%;
    bottom: 280px;
}

.badge-blur {
    color: var(--color-primary-50);
    background-color: #fcfcfc4f !important;
    border: solid 1px #ffffff38;
}

.bg-black h2 {
    color: #fff;
    font-weight: 300;
}

.centralizar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 200px;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgb(249 250 251) !important;
}

.mb-9 {
    margin-bottom: 9rem !important;
}

.mt-9 {
    margin-top: 9rem !important;
}

.bgMeio {
    max-width: 408px;
    height: 493px;
    /* background-color: #28a745; */
    border-radius: 20px;
    background-image: url(../img/gradient-36.png);
    background-position: center top;
    background-size: 1030px;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(251 251 251) !important;
}

.md\:py-14 {
    padding-block: calc(var(--spacing) * 14);
}

[class^="ns-"],
[class*=" ns-"] {
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-family: next-sass !important;
}


.ns-shape-3:before {
    content: "";
}

.text-\[52px\] {
    font-size: 52px;
}

.rounded-\[20px\] {
    border-radius: 20px;
}

.box-tokens {
    max-width: 408px;
    height: 493px;
    background-color: #ffffff !important;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Box-tokens controlados pelo Lenis */
.box-tokens {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
    transition: all 0.1s ease-out;
}

/* Efeito de hover simples */
.box-tokens:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Ícones simples */
.box-tokens .ns-shape-1:before,
.box-tokens .ns-shape-2:before,
.box-tokens .ns-shape-3:before {
    display: inline-block;
}

/* Títulos e parágrafos simples */
.box-tokens h3,
.box-tokens p {
    /* Sem animações extras */
}

/* Botões simples */
.box-tokens button {
    position: relative;
    overflow: hidden;
}

/* Sem efeitos de onda */

/* Sem gradientes de fundo */

/* Sem bordas animadas */

/* Animação de pulso sutil controlada pelo Lenis */
.box-tokens {
    will-change: transform, opacity;
}

/* Estados simples de hover e clique */
.box-tokens.box-hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.box-tokens.box-clicked {
    transform: translateY(-2px) scale(0.98);
}

.box-tokens.box-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Sem partículas flutuantes */

/* Sem animações extras nos ícones, texto e botões */

/* Animações controladas pelo Lenis - sem keyframes automáticos */

/* Sem bordas com gradiente */

/* Sem animações de pulso */

/* Estilos para FAQ */
.accordion-item {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
    background-color: var(--color-background-2);
}

.accordion-button {
    font-family: 'Inter Tight', sans-serif;

    color: #1a1a1c;
    background-color: #ffffff;
    border: none;
    padding: 1.5rem;
    transition: all 0.3s ease;
    font-size: 22px;
    font-weight: 400;
}

.accordion-button:not(.collapsed) {
    background-color: #f8f9ff;
    color: #000000;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {

    box-shadow: none;

}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(200, 152, 255, 0.25);
    border-color: transparent;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.accordion-body {
    font-family: 'Inter Tight', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    padding: 1.5rem;
}

.accordion-body p {
    margin-bottom: 1rem;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

/* Responsividade para mobile */
@media (max-width: 768px) {
    .box-tokens {
        max-width: 100%;
        height: auto;
        min-height: 400px;
    }

    .box-tokens:hover {
        transform: translateY(-8px) scale(1.01);
    }

    .box-tokens:hover button {
        transform: translateY(-1px) scale(1.02);
    }

    .accordion-button {
        font-size: 1rem;
        padding: 1.25rem;
    }

    .accordion-body {
        padding: 1.25rem;
        font-size: 0.95rem;
    }
}

.bg-background-2 {
    background-color: #fff !important;
}

.rounded-\[20px\] {
    border-radius: 20px;
}

.bg-faq {
    background-image: linear-gradient(rgba(231, 231, 231, 0.85), rgba(231, 231, 231, 0.85)), url(../img/faq-bg.png);
    background-size: 1110px;
    background-position: center -173px;
    background-repeat: no-repeat;
    background-color: rgb(231, 231, 231) !important;
    padding: 250px !important;
    transform: translateY(0px);
    border-radius: 30px;
}

ol,
ul,
menu {
    list-style: none;
}

:where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
}

.footer-link-v2 {
    font-size: var(--text-tagline-1);
    line-height: var(--tw-leading, var(--text-tagline-1--line-height));
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-secondary);
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.sm\:text-heading-6 {
    font-size: var(--text-heading-6);
    line-height: var(--tw-leading, var(--text-heading-6--line-height));
}

.padding-top-bottom-100 {
    padding: 140px 0
}

/* Estilos para Owl Carousel */
.review-carousel {
    position: relative;
    padding: 0 60px;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    border-radius: 15px;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-item {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-item .item {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-item .item>div {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Navegação */
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 120px);
    left: -60px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.owl-carousel .owl-nav button {
    background: rgba(255, 255, 255, 0.95) !important;
    border: none !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    color: #333 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    pointer-events: all !important;
    cursor: pointer !important;
}

.owl-carousel .owl-nav button:hover {
    background: #c898ff !important;
    color: white !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(200, 152, 255, 0.3) !important;
}

.owl-carousel .owl-nav button:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

/* Dots */
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #c898ff;
    transform: scale(1.2);
}

.owl-carousel .owl-dots .owl-dot:hover span {
    background: #c898ff;
    opacity: 0.7;
}

/* Responsividade */
@media (max-width: 768px) {
    .review-carousel {
        padding: 0 20px;
    }

    .owl-carousel .owl-nav {
        width: calc(100% + 40px);
        left: -20px;
    }

    .owl-carousel .owl-nav button {
        width: 40px !important;
        height: 40px !important;
        font-size: 14px !important;
    }

    .owl-carousel .owl-dots {
        margin-top: 20px;
    }
}

/* Animações suaves */
.owl-carousel .owl-item {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

/* Cards do carousel */
.owl-carousel .item .card {
    height: 100%;
    transition: transform 0.3s ease;
}

.owl-carousel .item:hover .card {
    transform: translateY(-5px);
}

.bg-degrade {
    background-image: url(../img/hero-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 170px;
    right: -680px;
}

.ajusteLogo {
    margin-top: -3px;
    margin-left: 15px;
}

.space-y-5 {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-right: 80px;
}

@media (min-width: 80rem) {
    .xl\:pb-\[150px\] {
        padding-bottom: 50px;
    }
}

@media (min-width: 80rem) {
    .xl\:pt-\[150px\] {
        padding-top: 150px;
    }
}

.bgAro {
    background-image: url(../img/select-us-img-01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.invista {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {
    h1 {
        font-size: 35px;
        font-weight: 700;
        font-family: 'Inter', serif;
    }

    h2 {
        font-size: 28px;
        font-family: 'Inter Tight', sans-serif;
        font-weight: 400;
        letter-spacing: .01em;
        color: var(--color-secondary);
        font-feature-settings: "liga" off, "ss03" on, "tnum" on;
    }

    .bg-black {
        background-color: #c1c1c1;
        padding: 16px 41px;
        border-radius: 30px;
        background-image: url(../img/gradient-36.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-position: 880px bottom;
        height: auto;
        overflow: hidden;
    }

    .space-y-5 {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        height: 100%;
        padding-right: 50px;
        padding-left: 20px;
    }

    .hero {
        background-color: #f9fafb;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        padding: 150px 0 0 0;
    }

    p {
        font-family: 'Inter Tight', sans-serif;
        font-size: 16px;

    }

    .mb-9 {
        margin-bottom: 2rem !important;
    }

    .bg-faq {
        background-image: linear-gradient(rgba(231, 231, 231, 0.85), rgba(231, 231, 231, 0.85)), url(../img/faq-bg.png);
        background-size: 1110px;
        background-position: center -173px;
        background-repeat: no-repeat;
        background-color: rgb(231, 231, 231) !important;
        padding: 30px 10px !important;
        transform: translateY(0px);
        border-radius: 30px;
    }

    .navbar-custom {
        width: 360px;
        background-color: rgb(255, 255, 255);
        border-radius: 25px;
        height: auto;
        margin-top: 27px;
        padding: 10px 13px;
        position: fixed;
        top: 0px;
        left: 16px;
        transform: translateX(0%);
        z-index: 1000;
    }

    .ajusteLogo {
        margin-top: -7px;
        margin-left: 5px;
    }

    .bg-degrade {
        background-image: url(../img/hero-bg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 101%;
        height: 70%;
        position: absolute;
        top: 170px;
        right: 230px;
        backdrop-filter: blur(522px);
        opacity: 0.4;
    }

    .bg-black {
        background-color: #c1c1c1;
        padding: 16px 41px;
        border-radius: 30px;
        background-image: url(../img/gradient-36.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-position: 880px bottom;
        height: auto;
        overflow: hidden;
    }
}

#investidores {
    display: none;
}

.esconde-m {
    display: none;
}

@media screen and (max-width: 768px) {
    #investidores {
        display: none;
    }

    .esconde-m {
        display: none;
    }
}

.nav-link:hover {
    color: #c898ff !important;
    transition: all 0.5s;
}

/* Remover outline do dropdown */
.dropdown-toggle:focus,
.dropdown-toggle:active,
.dropdown-toggle:hover,
.dropdown-toggle:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;

    font-family: 'Inter Tight', sans-serif;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000000;
    font-family: 'Inter Tight', sans-serif;
    background-color: var(--bs-dropdown-link-hover-bg);

}

.dropdown-item {

    font-family: 'Inter Tight', sans-serif;

    display: flex;
    flex-direction: column;
    gap: 10px;
    border: none;
    border: transparent;
}

.dropdown-menu {
    padding: 30px 20px;
    flex-direction: column;
    gap: 10px;
    border: none;
    border: transparent;
}

.esgotado {
    position: absolute;
    z-index: 1;
    margin-top: 91px;
    margin-left: -20px;
}