:root {
  --bg: #f3f8fd;
  --dark: #2a323e;
  --accent: #2a99d8;
  --accent-dark: #248ac5;
  --muted: #5d6b81;
  --card: #ffffff;
  --border: #d3dae5;
  --shadow: 0 18px 40px rgba(42, 50, 62, 0.12);
  --cookie-accent: var(--accent);
  --cookie-accent-dark: var(--accent-dark);
  --cookie-muted: #f7f7fb;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Archivo", "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--dark);
}

h1,
h2,
h3,
h4 {
  font-family: "Unbounded", "Segoe UI", sans-serif;
}

.site-nav {
  position: relative;
  z-index: 1030;
  background: rgba(246, 243, 239, 0.96);
  transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
  border-bottom: 0;
}

.site-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(246, 243, 239, 0.75);
  backdrop-filter: blur(14px);
  box-shadow: none;
}

body.has-fixed-nav {
  padding-top: var(--nav-height, 0px);
}

.navbar-brand img {
  width: 150px;
}

.navbar .nav-link {
  font-weight: 500;
  color: var(--muted);
}

.navbar .nav-link:hover {
  color: var(--dark);
}

.navbar .nav-link.active {
  color: var(--accent);
  font-weight: 600;
  position: relative;
}

.btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 12px 24px rgba(11, 17, 26, 0.16);
}

.btn-primary:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.hero {
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
}

.particles-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero > .container {
  position: relative;
  z-index: 1;
}

.has-particles {
  position: relative;
  overflow: hidden;
}

.has-particles > .container {
  position: relative;
  z-index: 1;
}

.hero + #contratos {
  margin-top: 40px;
}

#contratos + #quem-somos {
  margin-top: 40px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  z-index: -1;
}

.hero::before {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(42, 152, 216, 0), transparent 70%);
  top: -60px;
  left: -60px;
}

.hero::after {
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(64, 80, 105, 0), transparent 70%);
  bottom: -60px;
  right: -60px;
}

.hero-parallax {
  position: relative;
}

.hero-parallax__scene {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-parallax__layer {
  --parallax-x: 0px;
  --parallax-y: 0px;
  --parallax-rotate: 0deg;
  position: absolute;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0) rotate(var(--parallax-rotate));
  will-change: transform;
}

.hero-parallax__layer.layer-sun {
  width: 220px;
  height: 220px;
  top: -60px;
  right: 8%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(42, 153, 216, 0.12) 55%, rgba(42, 153, 216, 0) 70%);
  opacity: 0.9;
}

.hero-parallax__layer.layer-cloud {
  width: 380px;
  height: 140px;
  top: 8%;
  left: -6%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(214, 236, 250, 0.6));
  border-radius: 999px;
  opacity: 0.75;
}

.hero-parallax__layer.layer-hill-1 {
  width: 120%;
  height: 260px;
  left: -10%;
  bottom: -120px;
  background: linear-gradient(180deg, rgba(228, 245, 255, 0.95), rgba(206, 229, 246, 0.95));
  clip-path: polygon(0 60%, 12% 52%, 28% 58%, 45% 48%, 62% 60%, 80% 50%, 100% 58%, 100% 100%, 0 100%);
  opacity: 0.95;
}

.hero-parallax__layer.layer-hill-2 {
  width: 120%;
  height: 240px;
  left: -8%;
  bottom: -140px;
  background: linear-gradient(180deg, rgba(174, 215, 236, 0.92), rgba(136, 190, 221, 0.95));
  clip-path: polygon(0 65%, 15% 55%, 33% 64%, 52% 52%, 70% 60%, 88% 54%, 100% 60%, 100% 100%, 0 100%);
  opacity: 0.9;
}

.hero-parallax__layer.layer-hill-3 {
  width: 120%;
  height: 220px;
  left: -5%;
  bottom: -150px;
  background: linear-gradient(180deg, rgba(89, 153, 191, 0.95), rgba(42, 99, 138, 0.95));
  clip-path: polygon(0 70%, 18% 60%, 35% 68%, 55% 58%, 72% 66%, 90% 60%, 100% 66%, 100% 100%, 0 100%);
  opacity: 0.92;
}

.hero-parallax__layer.layer-leaf {
  --parallax-rotate: -8deg;
  width: 180px;
  height: 260px;
  right: 12%;
  top: 35%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.85), rgba(42, 153, 216, 0.35) 55%, rgba(42, 153, 216, 0));
  border-radius: 60% 40% 55% 45%;
  opacity: 0.65;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin-bottom: 18px;
}

.hero-card {
  background: var(--card);
  border-radius: 28px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.icon-badge {
  width: 48px;
  height: 48px;
}

.glass-card {
  background: #f3f8fd;
  border: 1px solid rgba(139, 158, 186, 0.45);
  border-radius: 18px;
  padding: 16px;
}

.hero-cta-bottom {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hero-highlights {
  display: grid;
  gap: 16px;
}

.hero-highlight {
  background: #ffffff;
  border: 1px solid rgba(211, 218, 229, 0.8);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 14px 28px rgba(9, 16, 26, 0.08);
  position: relative;
  overflow: hidden;
}

.hero-highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(42, 153, 216, 0.12), transparent 55%);
  opacity: 0.7;
  pointer-events: none;
}

.hero-highlight-title {
  position: relative;
  margin: 0 0 8px;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.hero-highlight-text {
  position: relative;
  margin: 0;
  font-weight: 600;
  color: var(--dark);
}

@media (min-width: 768px) {
  .hero-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.section-light {
  padding: 80px 0;
}

.section-dark {
  padding: 80px 0;
  background: var(--dark);
  color: #fff;
}

.parallax-band {
  position: relative;
  padding: 90px 0;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 320px;
}

.parallax-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--parallax-image);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  transform: scale(1.06);
  filter: saturate(1.05) contrast(1.05);
  will-change: transform;
}

.parallax-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(20, 42, 64, 0.82), rgba(42, 153, 216, 0.35)),
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.12), transparent 45%),
    radial-gradient(circle at 80% 80%, rgba(42, 153, 216, 0.18), transparent 50%);
}

.parallax-layers {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.parallax-layer {
  position: absolute;
  border-radius: 999px;
  opacity: 0.55;
  filter: blur(0px);
  mix-blend-mode: screen;
  animation: parallax-float 10s ease-in-out infinite;
}

.parallax-layer.layer-1 {
  width: 260px;
  height: 260px;
  left: 8%;
  top: 18%;
  background: radial-gradient(circle, rgba(42, 153, 216, 0.4), rgba(42, 153, 216, 0));
}

.parallax-layer.layer-2 {
  width: 360px;
  height: 360px;
  right: 6%;
  top: -10%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  animation-delay: 1.5s;
}

.parallax-layer.layer-3 {
  width: 420px;
  height: 420px;
  right: 18%;
  bottom: -25%;
  background: radial-gradient(circle, rgba(42, 153, 216, 0.28), rgba(42, 153, 216, 0));
  animation-delay: 3s;
}

.parallax-layer.layer-4 {
  width: 220px;
  height: 220px;
  left: 35%;
  bottom: -10%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  animation-delay: 2.2s;
}

.parallax-band .container {
  position: relative;
  z-index: 2;
}

.parallax-band .section-title {
  color: #fff;
  margin-bottom: 12px;
}

.parallax-band .text-muted {
  color: rgba(255, 255, 255, 0.78) !important;
}

.parallax-band .btn {
  box-shadow: 0 14px 28px rgba(11, 17, 26, 0.22);
}

@keyframes parallax-float {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -18px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.divider-band {
  padding: 56px 0;
}

.divider-band .section-title {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  margin-bottom: 14px;
}

.divider-band .reason-card {
  padding: 16px;
  border-radius: 16px;
}

.divider-band .reason-card h3 {
  margin-bottom: 8px;
}

.divider-band .reason-card p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.section-dark .section-title {
  color: #fff;
}

.section-dark .text-muted,
.section-dark .text-light-emphasis {
  color: rgba(255, 255, 255, 0.72) !important;
}

.contact-channels {
  background: var(--dark);
}

.contact-channels .contact-choice {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: 0 18px 36px rgba(9, 16, 26, 0.22);
}

.contact-channels .contact-choice p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-channels .contact-choice h3 {
  color: #fff;
}

.contact-channels .contact-choice .btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.contact-channels .contact-choice .btn:hover {
  background: #fff;
  border-color: #fff;
  color: var(--dark);
}

.contact-channels .choice-icon {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.banner-slider {
  position: relative;
  padding: 0;
  overflow: hidden;
  --banner-height: clamp(420px, 60vh, 620px);
  min-height: var(--banner-height);
}

.banner-track {
  position: relative;
  min-height: var(--banner-height);
}

.banner-slide {
  min-height: var(--banner-height);
  height: 100%;
  display: flex;
  align-items: center;
  background-image: var(--banner-bg);
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.6s ease, transform 0.8s ease;
}

.banner-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(27, 55, 82, 0.88), rgba(42, 153, 216, 0.4));
}

.banner-slide.is-active {
  position: relative;
  opacity: 1;
  transform: scale(1);
}

.banner-content {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 640px;
  padding: 90px 0;
}

.banner-content h2 {
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 18px;
}

.banner-content p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 26px;
}

.banner-eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}

.banner-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

.banner-dot {
  width: 38px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
  transition: background 0.3s ease, width 0.3s ease;
}

.banner-dot.is-active {
  background: #fff;
  width: 48px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  background: var(--card);
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  box-shadow: 0 14px 26px rgba(9, 16, 26, 0.08);
  position: relative;
}

.resident-card {
  background: #f3f8fd;
  border-radius: 22px;
  padding: 20px 22px;
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  box-shadow: 0 14px 26px rgba(9, 16, 26, 0.08);
  position: relative;
}

.resident-card span {
  display: inline-block;
  margin-top: 8px;
  color: var(--accent);
}

.project-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.stat-card {
  background: var(--card);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  border: 1px solid var(--border);
  box-shadow: 0 14px 26px rgba(9, 16, 26, 0.08);
}

.ratio-4x5 {
  --bs-aspect-ratio: 125%;
}

.about .video-card {
  background: #000;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #000;
  box-shadow: var(--shadow);
}

.video-inline {
  position: relative;
}

.video-cover {
  width: 100%;
  border: 0;
  padding: 0;
  background: url("https://img.youtube.com/vi/LJOdIe2Wu-U/hqdefault.jpg") center / cover no-repeat;
  background-color: #000;
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}

.video-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.35));
}

.play-button {
  position: absolute;
  inset: auto;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--dark);
}

.video-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.video-inline.is-playing .video-cover {
  opacity: 0;
  pointer-events: none;
}

.video-inline.is-playing .video-iframe {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-modal {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.stat-pill {
  background: #ffffff;
  color: var(--dark);
  border-radius: 22px;
  padding: 20px 22px;
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  box-shadow: 0 14px 26px rgba(9, 16, 26, 0.08);
  height: 100%;
  display: grid;
  gap: 10px;
  align-content: center;
}

.stat-pill.alt {
  border-left-color: #405069;
  background: #f3f8fd;
}

.stat-pill h3,
.stat-pill .h5 {
  color: var(--dark);
  margin-bottom: 0;
}

.stat-pill p {
  margin-bottom: 0;
  color: var(--muted);
}

.about-note {
  border-top: 1px solid var(--border);
  padding-top: 18px;
}

.pillar-card {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid var(--border);
  box-shadow: 0 14px 26px rgba(9, 16, 26, 0.08);
  height: 100%;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.value-list {
  list-style: disc;
  padding-left: 18px;
  margin: 0;
  color: var(--muted);
  display: grid;
  gap: 6px;
}

.value-list li {
  margin: 0;
}

.focus-block {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  border: 1px solid var(--border);
  box-shadow: 0 14px 26px rgba(9, 16, 26, 0.08);
}

.solutions {
  padding: 80px 0;
}

.solution-card {
  background: var(--card);
  border-radius: 18px;
  padding: 22px;
  border: 1px solid var(--border);
  box-shadow: 0 16px 30px rgba(9, 16, 26, 0.08);
  height: 100%;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pillar-card p,
.pillar-card .value-list,
.pillar-card .value-list li,
.solution-card p {
  transition: color 0.2s ease;
}

.pillar-card.is-hovered,
.solution-card.is-hovered {
  background: var(--accent);
  color: #ffffff;
  border-color: var(--accent-dark);
}

.pillar-card.is-hovered p,
.pillar-card.is-hovered .value-list,
.pillar-card.is-hovered .value-list li,
.solution-card.is-hovered p {
  color: rgba(255, 255, 255, 0.82);
}

.pillar-card.is-hovered h3,
.solution-card.is-hovered h3 {
  color: #ffffff;
}

.services-detail .accordion-item {
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(9, 16, 26, 0.08);
  margin-bottom: 14px;
}

.services-detail .accordion-button {
  font-weight: 600;
  color: var(--dark);
  background: #fff;
}

.services-detail .accordion-button:not(.collapsed) {
  background: #f3f8fd;
  color: var(--dark);
  box-shadow: none;
}

.services-detail .accordion-body {
  color: var(--muted);
}

.services-detail ul {
  margin-bottom: 0;
}

.reason-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.reason-card p {
  transition: color 0.2s ease;
}

.reason-card.is-hovered {
  background: #ffffff;
  color: var(--dark);
  border-color: var(--border);
}

.reason-card.is-hovered h3 {
  color: var(--dark);
}

.reason-card.is-hovered p {
  color: var(--muted);
}

.partner-badge {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px;
  text-align: center;
  font-weight: 600;
  color: var(--muted);
  box-shadow: 0 12px 24px rgba(9, 16, 26, 0.08);
}

.contact-choice {
  background: #fff;
  border-radius: 26px;
  padding: 28px 24px;
  border: 1px solid var(--border);
  text-align: center;
  box-shadow: 0 18px 36px rgba(9, 16, 26, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  height: 100%;
}

.contact-choice .btn {
  border-radius: 999px;
  padding-inline: 24px;
  margin-top: auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.choice-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: rgba(42, 153, 216, 0.12);
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: var(--accent);
}

.choice-icon svg {
  width: 36px;
  height: 36px;
}

.choice-icon i {
  font-size: 36px;
}

.case-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 16px 30px rgba(9, 16, 26, 0.08);
  height: 100%;
}

[data-hover] {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

[data-hover].is-hovered {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(9, 16, 26, 0.18);
}

.case-card .tag {
  display: inline-block;
  background: rgba(42, 153, 216, 0.18);
  color: var(--accent);
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 12px;
}

.contact {
  padding: 90px 0;
  background: #f6f9fd;
  color: var(--dark);
}

.footer .footer-contact {
  background: transparent;
  padding: 70px 0 50px;
}

.contact .contact-info {
  display: grid;
  gap: 18px;
}

.contact-panel {
  background: #ffffff;
  color: var(--dark);
  border-radius: 26px;
  padding: 32px;
  box-shadow: 0 24px 50px rgba(8, 16, 26, 0.2);
}

.contact-panel .eyebrow {
  color: var(--accent);
}

.contact .info-item {
  border-bottom: 1px solid var(--border);
  padding-bottom: 14px;
}

.contact .info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.map-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
  min-height: 380px;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

.remote-hero {
  padding: 90px 0 70px;
}

.remote-steps {
  display: grid;
  gap: 14px;
}

.remote-step {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--border);
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: 0 12px 24px rgba(9, 16, 26, 0.08);
}

.remote-step-index {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: var(--accent);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 600;
  flex: 0 0 34px;
}

.remote-step p {
  margin: 0;
  color: var(--muted);
}

.download-note {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--border);
  padding: 20px;
  box-shadow: 0 16px 30px rgba(9, 16, 26, 0.08);
}

.download-grid {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2.2rem;
}

.download-card {
  background: var(--card);
  border-radius: 22px;
  border: 1px solid var(--border);
  padding: 26px;
  box-shadow: 0 16px 30px rgba(9, 16, 26, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.download-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(9, 16, 26, 0.16);
  border-color: rgba(42, 153, 216, 0.45);
}

.download-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(42, 153, 216, 0.12);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 28px;
}

.download-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(42, 153, 216, 0.12);
  color: var(--accent);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 600;
}

.platform-meta {
  color: var(--muted);
  font-size: 0.95rem;
  display: grid;
  gap: 8px;
}

.platform-select {
  display: grid;
  gap: 6px;
}

.platform-select .form-label {
  color: var(--muted);
  margin: 0;
}

.platform-select .form-select {
  border-radius: 14px;
  border: 1px solid var(--border);
  padding: 0.65rem 0.9rem;
  box-shadow: 0 10px 18px rgba(9, 16, 26, 0.08);
}

.platform-actions {
  margin-top: auto;
  display: grid;
  gap: 10px;
  padding-top: 6px;
}


.footer {
  padding: 60px 0 30px;
  background: var(--dark);
  color: #fff;
}

.footer .row.g-4 {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 2rem;
}

.footer-logo {
  width: 140px;
  margin-bottom: 12px;
}

.footer-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 14px;
}

.footer-text {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
}

.footer-lgpd {
  margin-top: 18px;
}

.footer-lgpd .footer-text.small {
  font-size: 0.82rem;
  line-height: 1.4;
}

.footer-list {
  display: grid;
  gap: 8px;
}

.footer-list a,
.footer-link {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.footer-list a:hover,
.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.social-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-links a {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.social-links a:hover {
  text-decoration: none;
}

.social-links i {
  font-size: 0.95rem;
}

.badge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.badge-card {
  background: rgba(255, 255, 255, 0.92);
  color: #1b2b32;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
}

.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 18px;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
  z-index: 1300;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: whatsapp-pulse 1.6s ease-out infinite;
}

.whatsapp-float i {
  font-size: 1.6rem;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
  color: #fff;
}

.whatsapp-float:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.6);
  outline-offset: 3px;
  color: #fff;
}

@keyframes whatsapp-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

body.cookie-modal-open {
  overflow: hidden;
}

body.cookie-modal-open .cookie-fab {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.cookie-fab {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  border: 0;
  background: transparent;
  color: var(--cookie-accent);
  box-shadow: none;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 1250;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}

.cookie-fab i {
  font-size: 1.45rem;
}

.cookie-fab.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cookie-fab:hover {
  box-shadow: none;
}

.cookie-fab:focus-visible {
  outline: 3px solid rgba(42, 153, 216, 0.35);
  outline-offset: 3px;
}

.cookie-bar {
  position: fixed;
  left: 24px;
  bottom: 24px;
  right: auto;
  width: min(520px, calc(100vw - 48px));
  z-index: 1200;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(42, 50, 62, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
  padding: 16px 22px;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.cookie-bar.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.cookie-bar__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.cookie-bar__copy {
  flex: 1 1 420px;
}

.cookie-bar__title {
  margin: 0 0 6px;
  font-weight: 600;
  font-size: 1rem;
}

.cookie-bar__text {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.cookie-bar__text a {
  color: var(--accent);
  text-decoration: underline;
}

.cookie-bar__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-btn {
  font-family: "Archivo", "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 999px;
  padding: 8px 18px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.cookie-btn--solid {
  background: var(--cookie-accent);
  border-color: var(--cookie-accent);
  color: #fff;
}

.cookie-btn--solid:hover {
  background: var(--cookie-accent-dark);
  border-color: var(--cookie-accent-dark);
  color: #fff;
  transform: translateY(-1px);
}

.cookie-btn--outline {
  background: transparent;
  border-color: var(--cookie-accent);
  color: var(--cookie-accent);
}

.cookie-btn--outline:hover {
  background: rgba(42, 153, 216, 0.12);
  color: var(--cookie-accent);
}

.cookie-btn--ghost {
  background: #fff;
  border-color: rgba(42, 50, 62, 0.16);
  color: var(--dark);
}

.cookie-btn--ghost:hover {
  background: #f3f4f7;
  color: var(--dark);
}

.cookie-modal {
  position: fixed;
  inset: 0;
  padding: 24px;
  background: rgba(15, 23, 42, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1305;
}

.cookie-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.cookie-modal__panel {
  width: min(760px, 96vw);
  max-height: 86vh;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.35);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.cookie-modal__header {
  padding: 20px 24px 12px;
  border-bottom: 1px solid rgba(42, 50, 62, 0.08);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.cookie-modal__header h3 {
  margin: 0 0 6px;
  font-size: 1.2rem;
}

.cookie-modal__header p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.cookie-modal__close {
  border: 0;
  background: #fff;
  color: var(--muted);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.cookie-modal__close:hover {
  background: rgba(42, 50, 62, 0.08);
  color: var(--dark);
}

.cookie-modal__body {
  padding: 16px 24px 0;
  overflow-y: auto;
}

.cookie-modal__intro {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

.cookie-category {
  background: var(--cookie-muted);
  border-radius: 14px;
  border: 1px solid rgba(42, 50, 62, 0.08);
  padding: 14px 16px;
  margin-bottom: 14px;
}

.cookie-category__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.cookie-category__title {
  margin: 0;
  font-weight: 600;
  font-size: 0.95rem;
}

.cookie-category__desc {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.cookie-category__control {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.cookie-category__status {
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #16803c;
}

.cookie-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-switch span {
  position: absolute;
  inset: 0;
  background: #c8d1df;
  border-radius: 999px;
  transition: background 0.2s ease;
}

.cookie-switch span::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(15, 23, 42, 0.2);
  transition: transform 0.2s ease;
}

.cookie-switch input:checked + span {
  background: #16a34a;
}

.cookie-switch input:checked + span::after {
  transform: translateX(20px);
}

.cookie-switch input:disabled + span {
  opacity: 0.7;
  cursor: not-allowed;
}

.cookie-modal__footer {
  padding: 16px 24px 22px;
  border-top: 1px solid rgba(42, 50, 62, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  background: #fff;
}

body.cookie-bar-visible .whatsapp-float {
  bottom: 24px;
}

body.cookie-bar-visible .cookie-fab {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

@media (max-width: 991px) {
  .hero-parallax__layer.layer-cloud,
  .hero-parallax__layer.layer-leaf {
    display: none;
  }

  .hero-parallax__layer.layer-hill-1,
  .hero-parallax__layer.layer-hill-2,
  .hero-parallax__layer.layer-hill-3 {
    height: 200px;
  }

  .parallax-band::before {
    background-attachment: scroll;
  }

  .parallax-layer {
    animation: none;
    opacity: 0.4;
  }
}

@media (prefers-reduced-motion: reduce) {
  .parallax-band::before {
    background-attachment: scroll;
  }

  .parallax-layer {
    animation: none;
  }
}

@media (max-width: 575px) {
  .cookie-bar {
    padding: 14px 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
  }

  .cookie-bar__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .cookie-fab {
    left: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .cookie-modal__panel {
    width: min(640px, 94vw);
    max-height: 88vh;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 92px;
    width: 54px;
    height: 54px;
  }

  body.cookie-bar-visible .whatsapp-float {
    bottom: 16px;
  }
}

@media (max-width: 991px) {
  .hero-cta-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .banner-slider {
    --banner-height: 380px;
  }

  .banner-content {
    padding: 70px 0;
  }
}

.content-editor-active {
  padding-right: 360px;
}

.content-editor {
  position: fixed;
  inset: 0 0 0 auto;
  width: 360px;
  height: 100vh;
  background: #ffffff;
  border-left: 1px solid var(--border);
  box-shadow: -10px 0 24px rgba(18, 24, 33, 0.18);
  z-index: 2000;
  display: flex;
  flex-direction: column;
}

.content-editor__header {
  padding: 18px 20px 12px;
  border-bottom: 1px solid rgba(42, 50, 62, 0.1);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
}

.content-editor__eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 6px;
}

.content-editor__title {
  font-family: "Unbounded", "Segoe UI", sans-serif;
  font-size: 1.1rem;
  margin: 0 0 6px;
}

.content-editor__desc {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0;
}

.content-editor__exit {
  border: 1px solid var(--border);
  background: #f8fafc;
  color: var(--dark);
  font-size: 0.8rem;
  padding: 6px 10px;
  border-radius: 999px;
  cursor: pointer;
}

.content-editor__toolbar {
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid rgba(42, 50, 62, 0.08);
}

.content-editor__search {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 0.9rem;
}

.content-editor__toolbar-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.content-editor__import {
  position: relative;
  overflow: hidden;
}

.content-editor__body {
  padding: 16px 20px;
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.content-editor__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.content-editor__label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  line-height: 1.2;
}

.content-editor__input {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 0.9rem;
  min-height: 60px;
  resize: vertical;
}

.content-editor__footer {
  padding: 14px 20px 18px;
  border-top: 1px solid rgba(42, 50, 62, 0.1);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
}

@media (max-width: 991px) {
  .content-editor-active {
    padding-right: 0;
  }

  .content-editor {
    width: 100%;
  }
}
