@layer base, utilities, layout;
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  * {
    margin: 0;
  }
  html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
  }
  body {
    min-height: 100svh;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #e2e8f0;
    background: #0f0520;
    -webkit-font-smoothing: antialiased;
  }
  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
  }
  img, picture, video {
    height: auto;
  }
  button, input, textarea, select {
    font: inherit;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  ul, ol {
    list-style: none;
    padding: 0;
  }
  section {
    padding: 8rem 0;
  }
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .container--wide {
    max-width: 1400px;
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }
}
@layer layout {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Baloo 2", cursive;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
  }
  h1, .h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
  }
  h2, .h2 {
    font-size: clamp(2rem, 4vw, 3rem);
  }
  h3, .h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
  }
  h4, .h4 {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
  a {
    transition: color 0.2s ease;
  }
  a:hover {
    color: #f59e0b;
  }
  .copy {
    font-size: 1rem;
    line-height: 1.7;
    color: #e2e8f0;
  }
  .copy--lg {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .caption {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    color: #f59e0b;
  }
  .badge {
    display: inline-block;
    padding: 0.35rem 1rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 9999px;
    background: #7c3aed;
    color: #ffffff;
  }
  .badge--accent {
    background: #f59e0b;
    color: #0a0a0a;
  }
  .badge--pink {
    background: #ec4899;
  }
  .badge--outline {
    background: transparent;
    border: 1px solid #a78bfa;
    color: #a78bfa;
  }
  .text-gradient {
    background: linear-gradient(90deg, #22d3ee, #7c3aed, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 2rem;
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #0a0a0a;
    background: #f59e0b;
    border: 2px solid #f59e0b;
    border-radius: 9999px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1;
    position: relative;
    overflow: hidden;
  }
  .btn:hover {
    background: #fbbf24;
    border-color: #fbbf24;
    color: #0a0a0a;
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(245, 158, 11, 0.3);
  }
  .btn .icon, .btn img {
    width: 1.25rem;
    height: 1.25rem;
  }
  .btn svg {
    flex-shrink: 0;
  }
  .btn--secondary {
    background: #7c3aed;
    border-color: #7c3aed;
    color: #ffffff;
  }
  .btn--secondary:hover {
    background: #a78bfa;
    border-color: #a78bfa;
    color: #ffffff;
    box-shadow: 0 0 30px rgba(124, 58, 237, 0.3);
  }
  .btn--outline {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.4);
  }
  .btn--outline:hover {
    background: #ffffff;
    color: #1a0a2e;
    border-color: #ffffff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  }
  .btn--pink {
    background: #ec4899;
    border-color: #ec4899;
    color: #ffffff;
  }
  .btn--pink:hover {
    background: #f472b6;
    border-color: #f472b6;
    box-shadow: 0 0 30px rgba(236, 72, 153, 0.3);
  }
  .btn--white {
    background: #ffffff;
    color: #1a0a2e;
    border-color: #ffffff;
  }
  .btn--white:hover {
    background: transparent;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
  }
  .btn--lg {
    padding: 1.1rem 2.75rem;
    font-size: 1.0625rem;
  }
  .btn--sm {
    padding: 0.5rem 1.25rem;
    font-size: 0.8125rem;
  }
  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  @media (max-width: 768px) {
    .form-row {
      grid-template-columns: 1fr;
    }
  }
  .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
  }
  .form-group label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #94a3b8;
  }
  .form-group input, .form-group textarea, .form-group select {
    width: 100%;
    padding: 0.85rem 1rem;
    background: rgba(45, 27, 105, 0.5);
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 8px;
    color: #e2e8f0;
    font-size: 1rem;
    transition: border-color 0.2s ease;
  }
  .form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder, .form-group select::-moz-placeholder {
    color: rgba(148, 163, 184, 0.5);
  }
  .form-group input::placeholder, .form-group textarea::placeholder, .form-group select::placeholder {
    color: rgba(148, 163, 184, 0.5);
  }
  .form-group input:focus, .form-group textarea:focus, .form-group select:focus {
    outline: none;
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
  }
  .form-group textarea {
    min-height: 120px;
    resize: vertical;
  }
  .form-group select {
    cursor: pointer;
  }
  .form-group--full {
    grid-column: 1/-1;
  }
  .form-error {
    font-size: 0.8rem;
    color: #ef4444;
  }
  .form-success {
    padding: 1rem;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 8px;
    color: #22c55e;
    font-size: 0.9rem;
  }
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 1.25rem 0;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar__logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 10;
  }
  .navbar__logo img {
    height: 48px;
    width: auto;
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navbar.scrolled .navbar__logo img {
    height: 38px;
  }
  .navbar__nav {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .navbar__link {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding: 0.25rem 0;
    transition: color 0.2s ease;
  }
  .navbar__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f59e0b;
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navbar__link:hover {
    color: #f59e0b;
  }
  .navbar__link:hover::after {
    width: 100%;
  }
  .navbar__cta {
    margin-left: 1rem;
  }
  .navbar.scrolled {
    background: rgba(15, 5, 32, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 0.65rem 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(124, 58, 237, 0.2);
  }
  .navbar__hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 10;
    padding: 4px;
    background: none;
    border: none;
  }
  .navbar__hamburger span {
    display: block;
    width: 26px;
    height: 2px;
    background: #ffffff;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
  }
  .navbar__hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .navbar__hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .navbar__hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .navbar__overlay {
    display: none;
  }
  .section-header {
    max-width: 700px;
    margin-bottom: 4rem;
  }
  .section-header--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .section-header .caption {
    margin-bottom: 1rem;
    display: block;
  }
  .section-header h2 {
    margin-bottom: 1.25rem;
  }
  .section-header p {
    color: #94a3b8;
    font-size: 1rem;
    line-height: 1.7;
  }
  .hero-interno {
    padding: 10rem 0 4rem;
    position: relative;
    background: #1a0a2e;
    text-align: center;
    overflow: hidden;
  }
  .hero-interno::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(124, 58, 237, 0.06) 1px, transparent 1px);
    background-size: 24px 24px;
  }
  .hero-interno h1 {
    position: relative;
    z-index: 1;
  }
  .hero-interno p {
    position: relative;
    z-index: 1;
    color: #94a3b8;
    font-size: 1rem;
    max-width: 600px;
    margin: 1rem auto 0;
  }
  .footer {
    background: #080312;
    padding: 5rem 0 0;
    position: relative;
    overflow: hidden;
  }
  .footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #22d3ee, #7c3aed, #ec4899);
  }
  .footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3rem;
  }
  .footer__brand {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .footer__logo {
    display: inline-flex;
    text-decoration: none;
  }
  .footer__logo img {
    height: 52px;
    width: auto;
  }
  .footer__desc {
    font-size: 1rem;
    color: #94a3b8;
    line-height: 1.7;
    max-width: 320px;
  }
  .footer__social {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.5rem;
  }
  .footer__social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(124, 58, 237, 0.15);
    border: 1px solid rgba(124, 58, 237, 0.2);
    color: #a78bfa;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .footer__social-link:hover {
    background: #7c3aed;
    color: #ffffff;
    border-color: #7c3aed;
    transform: translateY(-2px);
  }
  .footer__col-title {
    font-family: "Baloo 2", cursive;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
  }
  .footer__links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .footer__link {
    font-size: 1rem;
    color: #94a3b8;
    transition: all 0.2s ease;
  }
  .footer__link:hover {
    color: #f59e0b;
    padding-left: 4px;
  }
  .footer__info-item {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #94a3b8;
  }
  .footer__info-icon {
    color: #a78bfa;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .footer__bottom {
    margin-top: 4rem;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(124, 58, 237, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8125rem;
    color: #94a3b8;
  }
  .whatsapp-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 56px;
    height: 56px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    z-index: 1030;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .whatsapp-float img {
    width: 28px;
    height: 28px;
  }
  .whatsapp-float:hover {
    transform: scale(1.1);
  }
  .hero-slider {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .hero-swiper {
    position: absolute;
    inset: 0;
  }
  .hero-slide {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .hero-slide__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
  }
  .hero-slide__bg--fallback {
    background: #1a0a2e;
  }
  .hero-slide__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 5, 32, 0.85) 0%, rgba(26, 10, 46, 0.6) 50%, rgba(124, 58, 237, 0.3) 100%);
    z-index: 1;
  }
  .hero-slide__particles {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: radial-gradient(2px 2px at 20% 30%, rgba(124, 58, 237, 0.4) 0%, transparent 100%), radial-gradient(2px 2px at 40% 70%, rgba(236, 72, 153, 0.3) 0%, transparent 100%), radial-gradient(2px 2px at 80% 40%, rgba(34, 211, 238, 0.3) 0%, transparent 100%), radial-gradient(1px 1px at 60% 20%, rgba(245, 158, 11, 0.4) 0%, transparent 100%), radial-gradient(1px 1px at 10% 80%, rgba(129, 140, 248, 0.3) 0%, transparent 100%);
    animation: float 6s ease-in-out infinite;
  }
  .hero-slide .container {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .hero-slide__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 3rem;
    min-height: 100vh;
  }
  .hero-slide__content {
    max-width: 640px;
    padding: 8rem 0;
    color: #ffffff;
    position: relative;
    z-index: 2;
  }
  .hero-slide__visual {
    position: relative;
    justify-self: end;
    align-self: center;
    width: min(420px, 100%);
    aspect-ratio: 3/4;
    transform: rotate(-4deg);
    animation: heroFloat 6s ease-in-out infinite;
  }
  @keyframes heroFloat {
    0%, 100% {
      transform: rotate(-4deg) translateY(0);
    }
    50% {
      transform: rotate(-4deg) translateY(-14px);
    }
  }
  .hero-slide__visual-card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(124, 58, 237, 0.5);
    box-shadow: 0 30px 80px rgba(15, 5, 32, 0.7), 0 0 60px rgba(124, 58, 237, 0.35);
    background: linear-gradient(135deg, rgba(45, 27, 105, 0.5) 0%, rgba(26, 10, 46, 0.8) 100%);
  }
  .hero-slide__visual-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .hero-slide__visual-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(124, 58, 237, 0.18) 70%, rgba(236, 72, 153, 0.25) 100%);
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: 1;
  }
  .hero-slide__visual-badge {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    background: #f59e0b;
    color: #0a0a0a;
    font-family: "Baloo 2", cursive;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.4);
  }
  .hero-slide__visual-badge .material-symbols-outlined {
    font-size: 1rem;
  }
  .hero-slide__visual-blob {
    position: absolute;
    inset: -20% -10% -20% -10%;
    z-index: -1;
    background: radial-gradient(circle at 50% 50%, rgba(236, 72, 153, 0.35) 0%, rgba(124, 58, 237, 0.2) 40%, transparent 70%);
    filter: blur(40px);
    animation: heroBlobPulse 8s ease-in-out infinite;
  }
  @keyframes heroBlobPulse {
    0%, 100% {
      opacity: 0.6;
      transform: scale(1);
    }
    50% {
      opacity: 1;
      transform: scale(1.1);
    }
  }
  .hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: rgba(124, 58, 237, 0.2);
    border: 1px solid rgba(124, 58, 237, 0.4);
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #a78bfa;
    margin-bottom: 1.5rem;
  }
  .hero__badge .material-symbols-outlined {
    font-size: 1rem;
  }
  .hero-slide__title {
    font-size: clamp(2.75rem, 6vw, 4.5rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 1.5rem;
    color: #ffffff;
  }
  .hero-slide__sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 560px;
  }
  .hero-slide__ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .hero-nav {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  .hero-pagination {
    display: flex;
    gap: 0.5rem;
  }
  .hero-pagination .swiper-pagination-bullet {
    width: 40px !important;
    height: 6px !important;
    border-radius: 3px !important;
    background: rgba(167, 139, 250, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    opacity: 1 !important;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
  }
  .hero-pagination .swiper-pagination-bullet:hover {
    background: rgba(255, 255, 255, 0.7) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
  }
  .hero-pagination .swiper-pagination-bullet-active {
    background: #f59e0b !important;
    border-color: #f59e0b !important;
    width: 72px !important;
    box-shadow: 0 0 14px rgba(245, 158, 11, 0.6);
  }
  .atracoes-card__placeholder,
  .unidade-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(45, 27, 105, 0.5) 0%, rgba(26, 10, 46, 0.8) 100%);
  }
  .atracoes-card__placeholder .material-symbols-outlined,
  .unidade-card__placeholder .material-symbols-outlined {
    font-size: 3rem;
    color: rgba(167, 139, 250, 0.3);
  }
  .depoimento-card__avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(124, 58, 237, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(124, 58, 237, 0.15);
    flex-shrink: 0;
  }
  .depoimento-card__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .depoimento-card__avatar .material-symbols-outlined {
    font-size: 1.5rem;
    color: #a78bfa;
  }
  .depoimento-card__city {
    font-size: 0.8rem;
    color: #94a3b8;
  }
  .depoimento-card__stars {
    display: flex;
    gap: 0.2rem;
    margin-bottom: 1rem;
  }
  .depoimento-card__stars .material-symbols-outlined {
    font-size: 1.125rem;
    color: rgba(148, 163, 184, 0.3);
  }
  .depoimento-card__stars .material-symbols-outlined.active {
    color: #f59e0b;
  }
  .unidade-card__title {
    font-family: "Baloo 2", cursive;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.25rem;
  }
  .unidade-card__badge-breve {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.3rem 0.85rem;
    background: rgba(245, 158, 11, 0.9);
    color: #0a0a0a;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .unidade-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #a78bfa;
    transition: color 0.2s ease;
  }
  .unidade-card__link .material-symbols-outlined {
    font-size: 1rem;
  }
  .unidade-card__link:hover {
    color: #f59e0b;
  }
  .home-festas__features {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0.5rem 0;
    list-style: none;
    padding: 0;
  }
  .home-festas__features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    color: #e2e8f0;
  }
  .home-festas__features li .material-symbols-outlined {
    font-size: 1.25rem;
    color: #f472b6;
  }
  .home-cta__dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  }
  .home-cta__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
  }
  .home-cta__inner h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.25rem;
  }
  .home-cta__inner p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2.5rem;
    line-height: 1.7;
  }
  .text-band {
    overflow: hidden;
    white-space: nowrap;
    padding: 1.25rem 0;
    background: #2d1b69;
    border-top: 1px solid rgba(124, 58, 237, 0.2);
    border-bottom: 1px solid rgba(124, 58, 237, 0.2);
  }
  .text-band__track {
    display: flex;
    gap: 3rem;
    animation: marquee 30s linear infinite;
    width: -moz-max-content;
    width: max-content;
  }
  .text-band__item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-family: "Baloo 2", cursive;
    font-size: 1.1rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .text-band__item .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f59e0b;
  }
  .home-atracoes {
    background: #0f0520;
    position: relative;
  }
  .home-atracoes::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.08) 0%, transparent 70%);
    pointer-events: none;
  }
  .atracoes-bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: dense;
    gap: 1.5rem;
  }
  .atracoes-card {
    position: relative;
    background: linear-gradient(135deg, rgba(45, 27, 105, 0.5) 0%, rgba(26, 10, 46, 0.8) 100%);
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
  }
  .atracoes-card:hover {
    transform: translateY(-6px);
    border-color: rgba(124, 58, 237, 0.5);
    box-shadow: 0 0 30px rgba(124, 58, 237, 0.3);
  }
  .atracoes-card--wide {
    grid-column: span 2;
    flex-direction: row;
    align-items: stretch;
  }
  .atracoes-card--wide .atracoes-card__image {
    width: 45%;
    height: auto;
    min-height: 280px;
    flex-shrink: 0;
  }
  .atracoes-card--wide .atracoes-card__body {
    width: 55%;
    padding: 2rem 2rem 2rem 1.75rem;
  }
  .atracoes-card--wide .atracoes-card__title {
    font-size: 1.6rem;
  }
  .atracoes-card--wide .atracoes-card__desc {
    font-size: 1rem;
  }
  .atracoes-card--wide .atracoes-card__number {
    font-size: 7rem;
    right: 1.75rem;
    top: 1rem;
  }
  .atracoes-card__number {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    z-index: 3;
    font-family: "Baloo 2", cursive;
    font-size: 4.5rem;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px rgba(167, 139, 250, 0.4);
    line-height: 0.9;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .atracoes-card:hover .atracoes-card__number {
    color: rgba(167, 139, 250, 0.08);
  }
  .atracoes-card__image {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .atracoes-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .atracoes-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 5, 32, 0.85) 0%, rgba(15, 5, 32, 0.1) 50%, transparent 100%);
    pointer-events: none;
  }
  .atracoes-card:hover .atracoes-card__image img {
    transform: scale(1.08);
  }
  .atracoes-card__body {
    flex: 1;
    padding: 1.25rem 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    position: relative;
  }
  .atracoes-card__tag {
    align-self: flex-start;
    padding: 0.3rem 0.8rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 9999px;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.35);
    color: #fbbf24;
  }
  .atracoes-card__title {
    font-family: "Baloo 2", cursive;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
  }
  .atracoes-card__desc {
    font-size: 0.95rem;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
  }
  .atracoes-card__more {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #f59e0b;
    font-weight: 600;
    font-size: 0.875rem;
  }
  .atracoes-card__more .material-symbols-outlined {
    font-size: 1rem;
    transition: transform 0.2s ease;
  }
  .atracoes-card:hover .atracoes-card__more .material-symbols-outlined {
    transform: translateX(4px);
  }
  .atracoes-card__badge {
    align-self: flex-start;
    display: inline-block;
    padding: 0.3rem 0.8rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 9999px;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.35);
    color: #fbbf24;
  }
  .home-festas {
    background: #130828;
    position: relative;
    overflow: hidden;
  }
  .home-festas__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
  .home-festas__image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
  }
  .home-festas__image img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 24px;
  }
  .home-festas__image::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid rgba(124, 58, 237, 0.2);
    pointer-events: none;
  }
  .home-festas__floating-badge {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    background: #ec4899;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-family: "Baloo 2", cursive;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 0 30px rgba(236, 72, 153, 0.3);
    animation: float 3s ease-in-out infinite;
  }
  .home-festas__content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .home-festas__content .caption {
    color: #ec4899;
  }
  .home-festas__text {
    font-size: 1rem;
    color: #94a3b8;
    line-height: 1.8;
  }
  .home-festas__features {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0.5rem 0;
  }
  .home-festas__feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    color: #e2e8f0;
  }
  .home-festas__feature-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(236, 72, 153, 0.15);
    color: #f472b6;
    flex-shrink: 0;
  }
  .home-stats {
    background: #080312;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
  }
  .home-stats::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(124, 58, 237, 0.06) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
  }
  .home-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 1;
  }
  .home-stats__item {
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 16px;
    background: rgba(124, 58, 237, 0.08);
    border: 1px solid rgba(124, 58, 237, 0.2);
  }
  .home-stats__number {
    font-family: "Baloo 2", cursive;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 40px rgba(124, 58, 237, 0.5);
  }
  .home-stats__label {
    font-size: 1rem;
    color: #94a3b8;
    font-weight: 500;
  }
  .home-unidades {
    background: #0f0520;
    position: relative;
  }
  .home-unidades__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
  }
  .home-unidades__head .section-header {
    margin-bottom: 0;
    max-width: 640px;
  }
  .home-unidades__nav-wrap {
    display: flex;
    gap: 0.75rem;
  }
  .home-unidades__nav {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: rgba(124, 58, 237, 0.12);
    border: 1px solid rgba(124, 58, 237, 0.2);
    color: #ffffff;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .home-unidades__nav .material-symbols-outlined {
    font-size: 1.25rem;
  }
  .home-unidades__nav:hover {
    background: #7c3aed;
    border-color: #7c3aed;
    transform: scale(1.05);
  }
  .home-unidades__nav.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  .home-unidades__slider-wrap {
    position: relative;
    margin-bottom: 1rem;
  }
  .home-unidades__swiper {
    overflow: hidden;
    padding-bottom: 0.5rem;
  }
  .home-unidades__swiper .swiper-slide {
    height: auto;
    display: flex;
  }
  .home-unidades__swiper .unidade-card {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .home-unidades__pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.75rem;
  }
  .home-unidades__pagination .swiper-pagination-bullet {
    width: 36px !important;
    height: 6px !important;
    border-radius: 3px !important;
    background: rgba(167, 139, 250, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    opacity: 1 !important;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
  }
  .home-unidades__pagination .swiper-pagination-bullet:hover {
    background: rgba(255, 255, 255, 0.7) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
  }
  .home-unidades__pagination .swiper-pagination-bullet-active {
    background: #f59e0b !important;
    border-color: #f59e0b !important;
    width: 64px !important;
    box-shadow: 0 0 14px rgba(245, 158, 11, 0.6);
  }
  .unidade-card {
    background: linear-gradient(135deg, rgba(45, 27, 105, 0.5) 0%, rgba(26, 10, 46, 0.8) 100%);
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .unidade-card:hover {
    transform: translateY(-6px);
    border-color: rgba(124, 58, 237, 0.5);
    box-shadow: 0 0 30px rgba(124, 58, 237, 0.3);
  }
  .unidade-card__image {
    position: relative;
    height: 200px;
    overflow: hidden;
  }
  .unidade-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .unidade-card:hover .unidade-card__image img {
    transform: scale(1.05);
  }
  .unidade-card__location {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.85rem;
    background: rgba(15, 5, 32, 0.8);
    backdrop-filter: blur(8px);
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #ffffff;
  }
  .unidade-card__body {
    padding: 1.5rem;
  }
  .unidade-card__name {
    font-family: "Baloo 2", cursive;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.25rem;
  }
  .unidade-card__shopping {
    font-size: 1rem;
    color: #94a3b8;
    margin-bottom: 1rem;
  }
  .unidade-card__info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 1rem;
    color: #94a3b8;
  }
  .unidade-card__info-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .unidade-card__info-icon {
    color: #a78bfa;
    font-size: 1rem;
    flex-shrink: 0;
  }
  .unidade-card--breve {
    opacity: 0.7;
  }
  .unidade-card--breve .unidade-card__image::after {
    content: "EM BREVE";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 5, 32, 0.7);
    font-family: "Baloo 2", cursive;
    font-size: 1.5rem;
    font-weight: 800;
    color: #f59e0b;
    letter-spacing: 0.1em;
  }
  .home-depoimentos {
    background: #130828;
    position: relative;
    overflow: hidden;
  }
  .home-depoimentos::before {
    content: "";
    position: absolute;
    top: -10%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.12) 0%, transparent 70%);
    pointer-events: none;
  }
  .home-depoimentos__swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 4rem;
  }
  .home-depoimentos__split {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
    min-height: 480px;
  }
  .home-depoimentos__photo {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4/5;
    border: 1px solid rgba(124, 58, 237, 0.2);
  }
  .home-depoimentos__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-depoimentos__photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(15, 5, 32, 0.6) 100%);
    pointer-events: none;
  }
  .home-depoimentos__photo-tag {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    background: rgba(15, 5, 32, 0.75);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .home-depoimentos__photo-tag .material-symbols-outlined {
    font-size: 0.95rem;
    color: #f59e0b;
  }
  .home-depoimentos__text {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .home-depoimentos__index {
    font-size: 0.8rem;
    font-weight: 700;
    color: #f59e0b;
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }
  .home-depoimentos__index span {
    color: #94a3b8;
    font-weight: 500;
  }
  .home-depoimentos__quote-mark {
    font-family: "Baloo 2", cursive;
    font-size: 6rem;
    line-height: 0.4;
    color: #f59e0b;
    margin-bottom: 0.5rem;
    display: inline-block;
    height: 2.5rem;
  }
  .home-depoimentos__phrase {
    font-family: "Baloo 2", cursive;
    font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    margin: 0;
  }
  .home-depoimentos__stars {
    display: flex;
    gap: 0.25rem;
  }
  .home-depoimentos__stars .material-symbols-outlined {
    font-size: 1.25rem;
    color: rgba(148, 163, 184, 0.25);
    font-variation-settings: "FILL" 0;
  }
  .home-depoimentos__stars .material-symbols-outlined.active {
    color: #f59e0b;
    font-variation-settings: "FILL" 1;
  }
  .home-depoimentos__author {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .home-depoimentos__name {
    font-family: "Baloo 2", cursive;
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
  }
  .home-depoimentos__city {
    font-size: 0.95rem;
    color: #94a3b8;
  }
  .home-depoimentos__pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    z-index: 2;
  }
  .home-depoimentos__pagination .swiper-pagination-bullet {
    width: 40px !important;
    height: 6px !important;
    border-radius: 3px !important;
    background: rgba(167, 139, 250, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    opacity: 1 !important;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
  }
  .home-depoimentos__pagination .swiper-pagination-bullet:hover {
    background: rgba(255, 255, 255, 0.7) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
  }
  .home-depoimentos__pagination .swiper-pagination-bullet-active {
    background: #f59e0b !important;
    border-color: #f59e0b !important;
    width: 72px !important;
    box-shadow: 0 0 14px rgba(245, 158, 11, 0.6);
  }
  .home-cta {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
  }
  .home-cta__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #7c3aed 0%, #ec4899 50%, #f59e0b 100%);
    background-size: 200% 200%;
    animation: gradient-shift 8s ease infinite;
  }
  .home-cta__overlay {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  }
  .home-cta__content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
  }
  .home-cta__title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.25rem;
  }
  .home-cta__text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2.5rem;
    line-height: 1.7;
  }
  .home-cta__actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-content {
    padding: 4rem 0;
  }
  .page-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #e2e8f0;
    margin-bottom: 1.5rem;
  }
  .page-content h2, .page-content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .page-content img {
    border-radius: 16px;
    margin: 2rem 0;
  }
  .page-content ul, .page-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    list-style: disc;
  }
  .page-content ul li, .page-content ol li {
    margin-bottom: 0.5rem;
    color: #e2e8f0;
  }
  .page-hero {
    padding: 10rem 0 4rem;
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  .page-hero--neon {
    background: #1a0a2e;
  }
  .page-hero__bg {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(124, 58, 237, 0.06) 1px, transparent 1px);
    background-size: 24px 24px;
  }
  .page-hero__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(124, 58, 237, 0.15) 0%, transparent 60%);
  }
  .page-hero .container {
    position: relative;
    z-index: 1;
  }
  .page-hero__breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: #94a3b8;
  }
  .page-hero__breadcrumb a {
    color: #94a3b8;
  }
  .page-hero__breadcrumb a:hover {
    color: #f59e0b;
  }
  .page-hero__breadcrumb .material-symbols-outlined {
    font-size: 1rem;
  }
  .page-hero .caption {
    display: block;
    margin-bottom: 1rem;
  }
  .page-hero h1 {
    margin-bottom: 0.5rem;
  }
  .page-hero__subtitle {
    color: #94a3b8;
    font-size: 1rem;
    max-width: 600px;
    margin: 1rem auto 0;
    line-height: 1.7;
  }
  .contato-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: start;
  }
  .contato-form h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .contato-form p {
    margin-bottom: 2rem;
  }
  .form__group {
    margin-bottom: 1.25rem;
  }
  .form__label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #94a3b8;
    margin-bottom: 0.5rem;
  }
  .form__input,
  .form__select,
  .form__textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    background: rgba(45, 27, 105, 0.5);
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 8px;
    color: #e2e8f0;
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    transition: border-color 0.2s ease;
  }
  .form__input::-moz-placeholder, .form__select::-moz-placeholder, .form__textarea::-moz-placeholder {
    color: rgba(148, 163, 184, 0.5);
  }
  .form__input::placeholder,
  .form__select::placeholder,
  .form__textarea::placeholder {
    color: rgba(148, 163, 184, 0.5);
  }
  .form__input:focus,
  .form__select:focus,
  .form__textarea:focus {
    outline: none;
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
  }
  .form__textarea {
    min-height: 120px;
    resize: vertical;
  }
  .form__select {
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            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 d='M6 8L1 3h10z' fill='%2394a3b8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
  }
  .contato-info h2 {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .contato-info__card, .orcamento-info__card {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, rgba(45, 27, 105, 0.5) 0%, rgba(26, 10, 46, 0.8) 100%);
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 16px;
    margin-bottom: 1rem;
    transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .contato-info__card:hover, .orcamento-info__card:hover {
    border-color: rgba(124, 58, 237, 0.5);
  }
  .contato-info__card > .material-symbols-outlined, .orcamento-info__card > .material-symbols-outlined {
    font-size: 1.5rem;
    color: #a78bfa;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .contato-info__card h4, .orcamento-info__card h4 {
    font-family: "Baloo 2", cursive;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.25rem;
  }
  .contato-info__card p, .orcamento-info__card p, .contato-info__card a, .orcamento-info__card a {
    font-size: 1rem;
    color: #94a3b8;
    margin-bottom: 0;
    line-height: 1.5;
  }
  .contato-info__card a:hover, .orcamento-info__card a:hover {
    color: #f59e0b;
  }
  .contato-info__card small, .orcamento-info__card small {
    font-size: 0.8rem;
    color: rgba(148, 163, 184, 0.6);
  }
  .contato-unidades {
    background: #080312;
  }
  .contato-unidades__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .contato-unidades__card {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(45, 27, 105, 0.5) 0%, rgba(26, 10, 46, 0.8) 100%);
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 16px;
    transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .contato-unidades__card:hover {
    border-color: rgba(124, 58, 237, 0.5);
  }
  .contato-unidades__card h4 {
    font-family: "Baloo 2", cursive;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.25rem;
  }
  .contato-unidades__card p {
    font-size: 0.9rem;
    color: #94a3b8;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .contato-unidades__card p .material-symbols-outlined {
    font-size: 1rem;
    color: #a78bfa;
    flex-shrink: 0;
  }
  .contato-unidades__card p a {
    color: #94a3b8;
  }
  .contato-unidades__card p a:hover {
    color: #f59e0b;
  }
  .contato-unidades__shopping {
    font-size: 0.85rem !important;
    color: #94a3b8;
  }
  .contato-unidades__city {
    font-size: 0.8rem !important;
    color: rgba(148, 163, 184, 0.6) !important;
    margin-bottom: 0.75rem !important;
  }
  .orcamento-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: start;
  }
  .orcamento-form h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .orcamento-form p {
    margin-bottom: 2rem;
  }
  .orcamento-info h2 {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .faq-list {
    max-width: 800px;
    margin: 0 auto;
  }
  .faq-item {
    border-bottom: 1px solid rgba(124, 58, 237, 0.2);
  }
  .faq-item:first-child {
    border-top: 1px solid rgba(124, 58, 237, 0.2);
  }
  .faq-item__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0;
    background: none;
    border: none;
    color: #ffffff;
    font-family: "Baloo 2", cursive;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    transition: color 0.2s ease;
  }
  .faq-item__question:hover {
    color: #f59e0b;
  }
  .faq-item__icon {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    color: #a78bfa;
  }
  .faq-item.active .faq-item__icon {
    transform: rotate(45deg);
  }
  .faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .faq-item__answer p {
    padding-bottom: 1.25rem;
    font-size: 1rem;
    color: #94a3b8;
    line-height: 1.7;
  }
  .faq-item.active .faq-item__answer {
    max-height: 500px;
  }
  .atracoes-lista__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .unidades-lista__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .unidade-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
  }
  .unidade-info__dados {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .unidade-info__item {
    display: flex;
    gap: 0.75rem;
    font-size: 1rem;
    color: #e2e8f0;
  }
  .unidade-info__icon {
    color: #a78bfa;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .unidade-info__mapa {
    border-radius: 16px;
    overflow: hidden;
  }
  .unidade-info__mapa iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border: 0;
  }
  .unidade-galeria {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .unidade-galeria img {
    border-radius: 8px;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-hero--item {
    padding: 12rem 0 5rem;
    text-align: left;
  }
  .page-hero--item .page-hero__bg {
    background-size: cover;
    background-position: center;
    background-image: none;
    opacity: 0.25;
  }
  .page-hero--item .page-hero__overlay {
    background: linear-gradient(180deg, rgba(15, 5, 32, 0.6) 0%, #0f0520 100%);
  }
  .page-hero--item .page-hero__breadcrumb {
    justify-content: flex-start;
  }
  .page-hero__meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  .page-hero__icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: rgba(124, 58, 237, 0.2);
    border: 1px solid rgba(124, 58, 237, 0.4);
    color: #a78bfa;
  }
  .page-hero__icon .material-symbols-outlined {
    font-size: 1.75rem;
  }
  .page-intro {
    max-width: 800px;
    margin: 0 auto 4rem;
    text-align: center;
  }
  .page-cta {
    position: relative;
    padding: 6rem 0;
    background: #1a0a2e;
    text-align: center;
    overflow: hidden;
  }
  .page-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(124, 58, 237, 0.06) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
  }
  .page-cta__inner {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
  }
  .page-cta__inner h2 {
    margin-bottom: 1rem;
  }
  .page-cta__inner p {
    color: #94a3b8;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
  .page-cta__buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-detail {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .page-detail__image {
    border-radius: 24px;
    overflow: hidden;
  }
  .page-detail__image img {
    width: 100%;
    height: clamp(280px, 50vw, 480px);
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 24px;
  }
  .page-detail__body {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .page-detail__content {
    font-size: 1rem;
    line-height: 1.8;
    color: #e2e8f0;
  }
  .page-detail__content p {
    margin-bottom: 1.25rem;
  }
  .page-detail__content h2, .page-detail__content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #ffffff;
  }
  .page-detail__content a {
    color: #f59e0b;
  }
  .page-detail__content a:hover {
    text-decoration: underline;
  }
  .page-detail__content ul, .page-detail__content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    list-style: disc;
  }
  .page-detail__content ul li, .page-detail__content ol li {
    margin-bottom: 0.5rem;
  }
  .page-detail__info-box {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(45, 27, 105, 0.5) 0%, rgba(26, 10, 46, 0.8) 100%);
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 16px;
  }
  .page-detail__info-box > .material-symbols-outlined {
    font-size: 1.75rem;
    color: #a78bfa;
    flex-shrink: 0;
  }
  .page-detail__info-box strong {
    display: block;
    font-family: "Baloo 2", cursive;
    color: #ffffff;
    margin-bottom: 0.25rem;
  }
  .page-detail__info-box p {
    margin: 0;
    color: #94a3b8;
  }
  .page-detail__actions {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-gallery h2 {
    margin-bottom: 2rem;
  }
  .page-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .page-gallery__item {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3;
  }
  .page-gallery__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .page-gallery__item:hover img {
    transform: scale(1.05);
  }
  .unidades-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .unidade-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(45, 27, 105, 0.5) 0%, rgba(26, 10, 46, 0.8) 100%);
  }
  .unidade-card__placeholder .material-symbols-outlined {
    font-size: 3rem;
    color: rgba(167, 139, 250, 0.3);
  }
  .unidade-card__link--disabled {
    color: rgba(148, 163, 184, 0.5);
    pointer-events: none;
    font-style: italic;
  }
  .unidade-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
  }
  .unidade-detail__info h2 {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .unidade-detail__items {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 2rem;
  }
  .unidade-detail__item {
    display: flex;
    gap: 0.85rem;
    font-size: 1rem;
  }
  .unidade-detail__item > .material-symbols-outlined {
    color: #a78bfa;
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .unidade-detail__item strong {
    display: block;
    font-family: "Baloo 2", cursive;
    color: #ffffff;
    margin-bottom: 0.25rem;
  }
  .unidade-detail__item p {
    margin: 0;
    color: #94a3b8;
  }
  .unidade-detail__item p a {
    color: inherit;
  }
  .unidade-detail__item p a:hover {
    color: #f59e0b;
  }
  .unidade-detail__map {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(124, 58, 237, 0.2);
  }
  .unidade-detail__map iframe {
    display: block;
    width: 100%;
    min-height: 400px;
    border: 0;
  }
  .unidade-atracoes {
    background: #130828;
  }
  .unidade-atracoes__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .unidade-atracoes__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem 1rem;
    background: linear-gradient(135deg, rgba(45, 27, 105, 0.5) 0%, rgba(26, 10, 46, 0.8) 100%);
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 16px;
    color: #e2e8f0;
    text-decoration: none;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .unidade-atracoes__item > .material-symbols-outlined {
    font-size: 2rem;
    color: #a78bfa;
  }
  .unidade-atracoes__item:hover {
    border-color: rgba(124, 58, 237, 0.5);
    transform: translateY(-3px);
    color: #ffffff;
  }
  .unidade-atracoes__item:hover > .material-symbols-outlined {
    color: #f59e0b;
  }
  .unidade-festas {
    background: #0f0520;
  }
  .unidade-festas__box {
    max-width: 640px;
    margin: 0 auto;
    padding: 3rem 2rem;
    text-align: center;
    background: linear-gradient(135deg, rgba(45, 27, 105, 0.5) 0%, rgba(26, 10, 46, 0.8) 100%);
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 24px;
  }
  .unidade-festas__box > .material-symbols-outlined {
    font-size: 3rem;
    color: #ec4899;
    margin-bottom: 1rem;
  }
  .unidade-festas__box h3 {
    margin-bottom: 1rem;
  }
  .unidade-festas__box p {
    color: #94a3b8;
    margin-bottom: 2rem;
    line-height: 1.7;
  }
  .btn--whatsapp {
    background: #25d366;
    border-color: #25d366;
    color: #ffffff;
    margin-top: 1rem;
  }
  .btn--whatsapp img {
    width: 1.25rem;
    height: 1.25rem;
    filter: brightness(0) invert(1);
  }
  .btn--whatsapp:hover {
    background: #1ebe5c;
    border-color: #1ebe5c;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.35);
  }
  .festas-steps__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
  .festas-steps__item {
    text-align: center;
    padding: 2rem 1.5rem;
    background: linear-gradient(135deg, rgba(45, 27, 105, 0.5) 0%, rgba(26, 10, 46, 0.8) 100%);
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 16px;
  }
  .festas-steps__item h3 {
    font-family: "Baloo 2", cursive;
    font-size: 1.1rem;
    color: #ffffff;
    margin: 0.75rem 0 0.5rem;
  }
  .festas-steps__item p {
    font-size: 0.95rem;
    color: #94a3b8;
    line-height: 1.6;
  }
  .festas-steps__number {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(124, 58, 237, 0.15);
    color: #a78bfa;
    font-family: "Baloo 2", cursive;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 auto;
  }
  .festas-features {
    background: #130828;
  }
  .festas-features__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
  .festas-features__item {
    text-align: center;
    padding: 2rem 1.25rem;
    background: linear-gradient(135deg, rgba(45, 27, 105, 0.5) 0%, rgba(26, 10, 46, 0.8) 100%);
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 16px;
  }
  .festas-features__item > .material-symbols-outlined {
    font-size: 2.25rem;
    color: #f472b6;
    margin-bottom: 0.75rem;
  }
  .festas-features__item h4 {
    font-family: "Baloo 2", cursive;
    font-size: 1.05rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
  }
  .festas-features__item p {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.5;
  }
  .festas-faq {
    background: #0f0520;
  }
  .form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
  @media (max-width: 768px) {
    .form__row {
      grid-template-columns: 1fr;
    }
  }
  .orcamento-info__card ul,
  .contato-info__card ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .orcamento-info__card ul li,
  .contato-info__card ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #94a3b8;
  }
  .orcamento-info__card ul li .material-symbols-outlined,
  .contato-info__card ul li .material-symbols-outlined {
    font-size: 1.1rem;
    color: #22c55e;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .error-page {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 2rem 4rem;
    overflow: hidden;
  }
  .error-page__bg {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(124, 58, 237, 0.06) 1px, transparent 1px);
    background-size: 24px 24px;
    z-index: 0;
  }
  .error-page__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(124, 58, 237, 0.15) 0%, transparent 60%);
  }
  .error-page__content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
  }
  .error-page__content h1 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin: 1rem 0 0.75rem;
  }
  .error-page__code {
    font-family: "Baloo 2", cursive;
    font-size: clamp(6rem, 15vw, 12rem);
    font-weight: 800;
    background: linear-gradient(90deg, #22d3ee, #7c3aed, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
  }
  .error-page__message {
    color: #94a3b8;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
  }
  .error-page__actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  @media (max-width: 1024px) {
    section {
      padding: 5rem 0;
    }
    .atracoes-bento {
      grid-template-columns: repeat(2, 1fr);
    }
    .atracoes-bento .atracoes-card--wide {
      grid-column: span 2;
    }
    .home-festas__grid {
      gap: 3rem;
    }
    .footer__grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .festas-steps__grid,
    .festas-features__grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .atracoes-lista__grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .unidades-lista__grid,
    .unidades-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .contato-unidades__grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .unidade-atracoes__grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .page-gallery__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 768px) {
    section {
      padding: 4rem 0;
    }
    :root {
      --container-padding: 1.25rem;
    }
    .navbar__nav {
      position: fixed;
      top: 0;
      right: -100%;
      width: 80%;
      max-width: 320px;
      height: 100vh;
      background: #0f0520;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 1.5rem;
      transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      border-left: 1px solid rgba(124, 58, 237, 0.2);
    }
    .navbar__nav.open {
      right: 0;
    }
    .navbar__link {
      font-size: 1.1rem;
    }
    .navbar__cta {
      margin-left: 0;
      margin-top: 1rem;
    }
    .navbar__hamburger {
      display: flex;
    }
    .navbar__overlay.open {
      display: block;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 999;
    }
    .hero__content {
      padding: 7rem 0 5rem;
    }
    .hero__decor {
      display: none;
    }
    .hero__actions {
      flex-direction: column;
    }
    .hero__actions .btn {
      width: 100%;
      justify-content: center;
    }
    .hero-slide__container {
      grid-template-columns: 1fr;
      gap: 0;
    }
    .hero-slide__visual {
      display: none;
    }
    .atracoes-bento {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    .atracoes-bento .atracoes-card--wide {
      grid-column: span 1;
      flex-direction: column;
    }
    .atracoes-bento .atracoes-card--wide .atracoes-card__image,
    .atracoes-bento .atracoes-card--wide .atracoes-card__body {
      width: 100%;
    }
    .atracoes-bento .atracoes-card--wide .atracoes-card__image {
      min-height: 180px;
      height: 180px;
    }
    .atracoes-bento .atracoes-card--wide .atracoes-card__body {
      padding: 1.25rem;
    }
    .atracoes-bento .atracoes-card--wide .atracoes-card__title {
      font-size: 1.25rem;
    }
    .atracoes-bento .atracoes-card--wide .atracoes-card__number {
      font-size: 4.5rem;
    }
    .atracoes-card__image {
      height: 160px;
    }
    .home-festas__grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .home-festas__image {
      order: -1;
    }
    .home-festas__image img {
      height: 300px;
    }
    .home-stats__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }
    .home-stats__item {
      padding: 1.5rem 0.75rem;
    }
    .home-unidades__head {
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem;
    }
    .home-depoimentos__split {
      grid-template-columns: 1fr;
      gap: 2rem;
      min-height: 0;
    }
    .home-depoimentos__photo {
      aspect-ratio: 4/3;
    }
    .home-cta {
      padding: 5rem 0;
    }
    .home-cta__actions {
      flex-direction: column;
      align-items: center;
    }
    .footer__grid {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
    .footer__bottom {
      flex-direction: column;
      gap: 0.75rem;
      text-align: center;
    }
    .contato-grid {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
    .orcamento-grid {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
    .contato-unidades__grid {
      grid-template-columns: 1fr;
    }
    .festas-steps__grid,
    .festas-features__grid {
      grid-template-columns: 1fr;
    }
    .atracoes-lista__grid {
      grid-template-columns: 1fr;
    }
    .unidades-lista__grid,
    .unidades-grid {
      grid-template-columns: 1fr;
    }
    .unidade-info {
      grid-template-columns: 1fr;
    }
    .unidade-galeria {
      grid-template-columns: repeat(2, 1fr);
    }
    .unidade-detail {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .unidade-atracoes__grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .page-gallery__grid {
      grid-template-columns: 1fr;
    }
    .page-detail__actions {
      flex-direction: column;
    }
    .page-detail__actions .btn {
      width: 100%;
      justify-content: center;
    }
    .page-cta__buttons {
      flex-direction: column;
    }
    .page-cta__buttons .btn {
      width: 100%;
      justify-content: center;
    }
    .page-hero--item {
      padding: 8rem 0 3rem;
    }
  }
  @media (max-width: 480px) {
    h1, .h1 {
      font-size: 2rem;
    }
    h2, .h2 {
      font-size: 1.75rem;
    }
    .section-header {
      margin-bottom: 2.5rem;
    }
    .home-atracoes__grid {
      grid-template-columns: 1fr 1fr;
    }
    .atracoes-card__image {
      height: 110px;
    }
  }
}
@layer utilities {
  .d-none {
    display: none !important;
  }
  .d-block {
    display: block !important;
  }
  .d-flex {
    display: flex !important;
  }
  .d-grid {
    display: grid !important;
  }
  .d-inline-flex {
    display: inline-flex !important;
  }
  .flex-column {
    flex-direction: column !important;
  }
  .flex-wrap {
    flex-wrap: wrap !important;
  }
  .align-center {
    align-items: center !important;
  }
  .align-start {
    align-items: flex-start !important;
  }
  .align-end {
    align-items: flex-end !important;
  }
  .justify-center {
    justify-content: center !important;
  }
  .justify-between {
    justify-content: space-between !important;
  }
  .justify-end {
    justify-content: flex-end !important;
  }
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .text-center {
    text-align: center !important;
  }
  .text-left {
    text-align: left !important;
  }
  .text-right {
    text-align: right !important;
  }
  .text-uppercase {
    text-transform: uppercase !important;
  }
  .gap-1 {
    gap: 0.5rem !important;
  }
  .gap-2 {
    gap: 1rem !important;
  }
  .gap-3 {
    gap: 1.5rem !important;
  }
  .gap-4 {
    gap: 2rem !important;
  }
  .gap-5 {
    gap: 3rem !important;
  }
  .gap-6 {
    gap: 4rem !important;
  }
  .overflow-hidden {
    overflow: hidden !important;
  }
  .relative {
    position: relative !important;
  }
  .w-100 {
    width: 100% !important;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(40px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-40px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(40px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes scaleIn {
    from {
      opacity: 0;
      transform: scale(0.9);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  @keyframes float {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  @keyframes gradient-shift {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes heroZoom {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.08);
    }
  }
  .reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .reveal--left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .reveal--right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .reveal--scale {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.8s 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .reveal.visible,
  .reveal--left.visible,
  .reveal--right.visible,
  .reveal--scale.visible {
    opacity: 1;
    transform: none;
  }
  .reveal-delay-1 {
    transition-delay: 0.1s;
  }
  .reveal-delay-2 {
    transition-delay: 0.2s;
  }
  .reveal-delay-3 {
    transition-delay: 0.3s;
  }
  .reveal-delay-4 {
    transition-delay: 0.4s;
  }
  .reveal-delay-5 {
    transition-delay: 0.5s;
  }
  .reveal-delay-6 {
    transition-delay: 0.6s;
  }
  .reveal-delay-7 {
    transition-delay: 0.7s;
  }
  .reveal-delay-8 {
    transition-delay: 0.8s;
  }
}
/*# sourceMappingURL=index.css.map */
