:root {
  --bg: #f5fbf8;
  --fg: #183331;
  --muted: #55706d;
  --muted-light: #7b918f;
  --accent: #18c79c;
  --accent-strong: #0fa97f;
  --card: #ffffff;
  --border: #d9ece5;
  --brand-dark: #153a36;
  --brand-soft: #e9fbf5;
  --brand-mint: #d9f7eb;
  --brand-sand: #f1fbf7;
  --shadow-soft: 0 24px 60px -28px rgb(21 58 54 / 18%);
}

* {
  font-family: "Sora", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgb(24 199 156 / 10%), transparent 26%),
    radial-gradient(circle at 100% 12%, rgb(15 169 127 / 11%), transparent 26%),
    linear-gradient(180deg, #f3fbf8 0%, #eff8f4 100%);
}

.site-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 15% 22%, rgb(24 199 156 / 0.08) 0, transparent 24%),
    radial-gradient(circle at 78% 14%, rgb(21 58 54 / 0.06) 0, transparent 22%);
  z-index: -2;
}

.site-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    linear-gradient(90deg, transparent 0 22px, rgb(21 58 54 / 0.02) 22px 23px, transparent 23px 100%),
    linear-gradient(transparent 0 22px, rgb(21 58 54 / 0.02) 22px 23px, transparent 23px 100%);
  background-size: 120px 120px;
  z-index: -1;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

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

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.7s ease-out forwards;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.delay-100 {
  animation-delay: 0.1s;
  transition-delay: 0.1s;
}

.delay-200 {
  animation-delay: 0.2s;
  transition-delay: 0.2s;
}

.delay-300 {
  animation-delay: 0.3s;
  transition-delay: 0.3s;
}

.delay-400 {
  animation-delay: 0.4s;
  transition-delay: 0.4s;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #edf6f2;
}

::-webkit-scrollbar-thumb {
  background: #b7d8cd;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #8dbfae;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.hero-bg {
  background:
    radial-gradient(circle at 14% 18%, rgb(24 199 156 / 18%), transparent 32%),
    radial-gradient(circle at 84% 14%, rgb(15 169 127 / 12%), transparent 22%),
    linear-gradient(180deg, #edf8f4 0%, #f6fcfa 46%, #ffffff 100%);
}

.mesh-bg {
  position: relative;
}

.mesh-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at center, rgb(21 58 54 / 0.05) 0 1.2px, transparent 1.2px),
    linear-gradient(120deg, transparent 0 48%, rgb(21 58 54 / 0.035) 48% 49%, transparent 49% 100%);
  background-size: 28px 28px, 220px 220px;
  mask-image: radial-gradient(circle at center, black 58%, transparent 92%);
  pointer-events: none;
}

.mesh-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 22%, transparent 0 70px, rgb(21 58 54 / 0.04) 70px 72px, transparent 72px 100%),
    radial-gradient(circle at 78% 34%, transparent 0 90px, rgb(21 58 54 / 0.03) 90px 92px, transparent 92px 100%);
  pointer-events: none;
}

.section-shell {
  background:
    linear-gradient(135deg, rgb(21 58 54 / 0.03), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #fbfefd 100%);
  border: 1px solid #d9ebe4;
  box-shadow: 0 30px 70px -42px rgb(21 58 54 / 24%);
  position: relative;
}

.section-shell::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  width: 5rem;
  height: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #18c79c, rgb(24 199 156 / 0.15));
}

.glass-panel {
  background: rgb(255 255 255 / 0.84);
  border: 1px solid #dcebe4;
  box-shadow: 0 20px 44px -30px rgb(21 58 54 / 16%);
  backdrop-filter: blur(12px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0.55rem 0.95rem;
  border-radius: 0.9rem;
  background: #e9faf3;
  color: #0fa97f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.icon-badge {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 32px -22px rgb(21 58 54 / 18%);
}

.device-frame {
  border-radius: 1.35rem;
  padding: 0.8rem;
  background: linear-gradient(180deg, rgb(20 47 44 / 0.96), rgb(14 35 33 / 0.96));
  border: 1px solid rgb(255 255 255 / 12%);
  box-shadow:
    0 38px 90px -44px rgb(21 58 54 / 48%),
    inset 0 1px 0 rgb(255 255 255 / 10%);
  overflow: hidden;
}

.metric-tile,
.spotlight-card,
.module-card,
.benefit-card,
.faq-item,
.pricing-card,
.quick-form-card,
.legal-sheet,
.comparison-shell {
  transition: all 0.3s ease;
}

.metric-tile,
.spotlight-card,
.module-card,
.benefit-card,
.faq-item,
.pricing-card,
.quick-form-card,
.comparison-shell {
  background: #fff;
  border: 1px solid #e1efe9;
  box-shadow: 0 24px 45px -35px rgb(21 58 54 / 18%);
}

.spotlight-card,
.module-card,
.benefit-card,
.pricing-card,
.quick-form-card,
.comparison-shell {
  border-radius: 1.25rem;
  padding: 1.7rem;
  position: relative;
  overflow: hidden;
}

.spotlight-card::before,
.module-card::before,
.benefit-card::before,
.pricing-card::before,
.quick-form-card::before,
.comparison-shell::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #18c79c, rgb(24 199 156 / 0.08));
}

.spotlight-card:hover,
.module-card:hover,
.benefit-card:hover,
.faq-item:hover,
.pricing-card:hover,
.quick-form-card:hover,
.comparison-shell:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -34px rgb(21 58 54 / 26%);
}

.process-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfa 100%);
  border-radius: 1.35rem;
  border: 1px solid #dcebe4;
  box-shadow: 0 28px 60px -38px rgb(21 58 54 / 22%);
}

.process-line {
  position: relative;
}

.process-line::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 16px;
  bottom: 0.65rem;
  width: 2px;
  background: linear-gradient(180deg, rgb(24 199 156 / 0.36), rgb(15 169 127 / 0.18));
}

.process-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.process-number {
  position: relative;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #18c79c, #0fa97f);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 12px 24px -16px rgb(24 199 156 / 76%);
}

.hero-ops-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2.5rem;
  align-items: center;
}

.signal-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  background: rgb(255 255 255 / 0.84);
  border: 1px solid rgb(255 255 255 / 0.92);
  color: var(--brand-dark);
  box-shadow: 0 18px 40px -26px rgb(21 58 54 / 18%);
  backdrop-filter: blur(12px);
  font-size: 0.82rem;
  font-weight: 700;
}

.route-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.route-stat {
  background: rgb(255 255 255 / 0.88);
  border: 1px solid #dcebe4;
  border-radius: 1.1rem;
  padding: 1rem 1.05rem;
  box-shadow: 0 20px 44px -30px rgb(21 58 54 / 16%);
}

.route-stat-accent {
  grid-column: span 2;
  background: linear-gradient(135deg, #163a37 0%, #1d4b46 100%);
  border-color: #163a37;
}

.route-stat-label {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0fa97f;
  font-weight: 800;
}

.route-stat-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.route-stat-accent .route-stat-label,
.route-stat-accent .route-stat-copy {
  color: #f3fffb;
}

.route-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.route-rail span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.95rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #dcebe4;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
  box-shadow: 0 14px 32px -24px rgb(21 58 54 / 16%);
}

.route-rail span::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #18c79c, #0fa97f);
  box-shadow: 0 0 0 6px rgb(24 199 156 / 0.08);
}

.ops-board {
  position: relative;
  padding: 1.2rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgb(18 42 39 / 0.96) 0%, rgb(13 33 31 / 0.98) 100%);
  border: 1px solid rgb(255 255 255 / 0.08);
  box-shadow: 0 36px 90px -42px rgb(21 58 54 / 44%);
  overflow: hidden;
}

.ops-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(255 255 255 / 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.05) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.18;
  pointer-events: none;
}

.ops-board-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.ops-board-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.56);
  font-weight: 700;
}

.ops-board-title {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 700;
}

.ops-board-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  background: rgb(24 199 156 / 0.16);
  color: #b9fff0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ops-board-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.ops-note {
  border-radius: 1rem;
  padding: 1rem;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(255 255 255 / 0.08);
  backdrop-filter: blur(8px);
}

.ops-note-accent {
  background: rgb(24 199 156 / 0.14);
  border-color: rgb(24 199 156 / 0.22);
}

.ops-note-label {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(185 255 240 / 0.72);
  font-weight: 800;
}

.ops-note-copy {
  margin: 0;
  color: rgb(255 255 255 / 0.84);
  font-size: 0.86rem;
  line-height: 1.6;
}

.floating-chip {
  position: absolute;
  max-width: 260px;
  border: 1px solid #dcebe4;
  animation: drift 5s ease-in-out infinite;
  z-index: 30;
  box-shadow: 0 16px 36px -22px rgb(21 58 54 / 18%);
  background: rgb(255 255 255 / 0.92);
  backdrop-filter: blur(12px);
}

.floating-chip-top {
  top: -4rem;
  left: -1rem;
}

.floating-chip-bottom {
  right: -0.5rem;
  bottom: -4rem;
  animation-delay: 1.1s;
  animation-duration: 5.7s;
}

.nav-shell {
  border-radius: 1.25rem;
  background: rgb(21 58 54 / 0.9);
  border: 1px solid rgb(255 255 255 / 0.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 50px -34px rgb(21 58 54 / 48%);
  color: #fff;
}

.nav-link {
  color: rgb(255 255 255 / 0.74);
  transition: color 0.25s ease, opacity 0.25s ease;
}

.nav-link:hover {
  color: #fff;
}

.nav-link-active {
  color: #7bf7d2;
  font-weight: 700;
}

.nav-cta {
  box-shadow: 0 18px 42px -24px rgb(24 199 156 / 42%);
}

.footer-shell {
  background: linear-gradient(180deg, #163936 0%, #102d2a 100%);
  position: relative;
  overflow: hidden;
}

.footer-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(255 255 255 / 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.18;
  pointer-events: none;
}

.pricing-hero-grid,
.contact-hero-grid,
.contact-slab {
  display: grid;
  gap: 2rem;
}

.pricing-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.84fr);
  align-items: center;
}

.contact-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  align-items: center;
}

.contact-slab {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.fare-board,
.hq-panel {
  position: relative;
  overflow: hidden;
  border-radius: 1.4rem;
  background: linear-gradient(160deg, #173b37 0%, #1f4f4a 100%);
  border: 1px solid rgb(255 255 255 / 0.08);
  box-shadow: 0 32px 80px -42px rgb(21 58 54 / 44%);
}

.fare-board::before,
.hq-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(255 255 255 / 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.18;
  pointer-events: none;
}

.contact-form-panel {
  background: linear-gradient(180deg, #ffffff 0%, #fbfefd 100%);
}

.contact-side-panel {
  border-radius: 1.3rem;
  border: 1px solid #dcebe4;
  background: rgb(255 255 255 / 0.82);
  backdrop-filter: blur(12px);
  box-shadow: 0 22px 52px -34px rgb(21 58 54 / 16%);
  padding: 1.25rem;
}

.contact-side-kicker {
  margin: 0 0 1rem;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0fa97f;
  font-weight: 800;
}

.fare-board {
  padding: 1.4rem;
  color: #fff;
}

.fare-board-label,
.fare-board-copy,
.fare-list,
.fare-amount {
  position: relative;
  z-index: 1;
}

.fare-board-label {
  margin: 0 0 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  color: rgb(255 255 255 / 0.62);
  font-weight: 700;
}

.fare-amount {
  display: flex;
  align-items: flex-end;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.fare-amount-main {
  font-size: clamp(3.6rem, 9vw, 5.4rem);
  line-height: 0.9;
  font-weight: 800;
}

.fare-amount-unit {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
  color: rgb(255 255 255 / 0.78);
}

.fare-board-copy {
  margin: 0 0 1.2rem;
  color: rgb(255 255 255 / 0.74);
  line-height: 1.7;
}

.fare-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.8rem;
}

.fare-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  color: rgb(255 255 255 / 0.88);
}

.fare-list li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  margin-top: 0.35rem;
  background: #7bf7d2;
  box-shadow: 0 0 0 6px rgb(123 247 210 / 0.12);
}

.price-band {
  margin-top: -1.6rem;
  padding-bottom: 1.8rem;
}

.price-band-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.price-band-grid div {
  border-radius: 1rem;
  border: 1px solid #dcebe4;
  background: rgb(255 255 255 / 0.84);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px -28px rgb(21 58 54 / 18%);
  padding: 0.95rem 1rem;
}

.price-band-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.5;
}

.pricing-core-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfefd 100%);
}

.accordion-content,
.faq-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
}

.accordion-content.open,
.faq-accordion-content.open {
  max-height: 1000px;
}

.faq-item {
  border-radius: 1.6rem;
  overflow: hidden;
}

.screenshot-card {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.screenshot-frame {
  border-radius: 1.1rem;
  overflow: hidden;
  border: 1px solid #d7e7e0;
  box-shadow:
    0 28px 60px -30px rgb(21 58 54 / 18%),
    0 0 0 1px rgb(255 255 255 / 60%) inset;
  background: #f0f9f5;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.screenshot-frame:hover {
  transform: translateY(-4px);
  box-shadow:
    0 36px 72px -32px rgb(21 58 54 / 24%),
    0 0 0 1px rgb(255 255 255 / 60%) inset;
}

.screenshot-img {
  width: 100%;
  height: auto;
  display: block;
}

.screenshot-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0fa97f;
  background: #eefbf6;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
}

.form-input {
  border: 1px solid #dcebe4;
  padding: 12px 16px;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.form-input:focus {
  outline: none;
  border-color: #18c79c;
  box-shadow: 0 0 0 3px rgb(24 199 156 / 12%);
}

.comparison-table th,
.comparison-table td {
  border-bottom: 1px solid #e5f0eb;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.legal-sheet {
  background: linear-gradient(180deg, #fff 0%, #fbfefd 100%);
  border: 1px solid #e1efe9;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: var(--shadow-soft);
}

.legal-sheet h2 {
  font-size: 1.35rem;
  line-height: 1.35;
  font-weight: 800;
  color: #183331;
  margin: 0 0 0.85rem;
}

.legal-sheet h2:not(:first-child) {
  margin-top: 2rem;
}

.legal-sheet p {
  color: #55706d;
  line-height: 1.8;
  margin: 0.75rem 0;
}

.legal-sheet a {
  color: #0fa97f;
  font-weight: 700;
  text-decoration: none;
}

.legal-sheet a:hover {
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 70;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.1rem;
  border-radius: 1.5rem;
  border: 1px solid #d8e8e0;
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 24px 60px -30px rgb(21 58 54 / 32%);
  backdrop-filter: blur(14px);
}

.cookie-banner-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #183331;
  margin: 0 0 0.35rem;
}

.cookie-banner-text {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #55706d;
  margin: 0;
}

.cookie-banner-actions {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}

.cookie-btn {
  border-radius: 999px;
  padding: 0.8rem 1.15rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}

.cookie-btn-primary {
  background: #18c79c;
  color: #fff;
}

.cookie-btn-primary:hover {
  background: #0fa97f;
}

.cookie-btn-secondary {
  background: #fff;
  color: #183331;
  border-color: #d8e8e0;
}

.cookie-btn-secondary:hover {
  border-color: #18c79c;
  color: #18c79c;
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 65;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.whatsapp-float-badge {
  background: #183331;
  color: #fff;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 18px 40px -25px rgb(21 58 54 / 56%);
}

.whatsapp-float-icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #27d46d 0%, #16b85d 100%);
  color: #fff;
  box-shadow: 0 24px 55px -22px rgb(22 184 93 / 62%);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float:hover .whatsapp-float-icon {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 26px 60px -22px rgb(22 184 93 / 72%);
}

.btn-primary {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 24%), transparent);
  transition: left 0.55s ease;
}

.btn-primary:hover::before {
  left: 100%;
}

.pricing-card.featured {
  border: 1px solid #18c79c;
  box-shadow: 0 28px 66px -34px rgb(24 199 156 / 24%);
}

@media (max-width: 1024px) {
  .hero-ops-grid,
  .pricing-hero-grid,
  .contact-hero-grid,
  .contact-slab {
    grid-template-columns: 1fr;
  }

  .ops-board-grid,
  .price-band-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .route-stat-grid,
  .ops-board-grid,
  .price-band-grid {
    grid-template-columns: 1fr;
  }

  .route-stat-accent {
    grid-column: span 1;
  }

  .process-line::before {
    left: 15px;
  }

  .spotlight-card,
  .module-card,
  .benefit-card,
  .pricing-card,
  .quick-form-card {
    border-radius: 1.5rem;
  }

  .device-frame {
    padding: 0.7rem;
    border-radius: 1.15rem;
  }

  .legal-sheet {
    padding: 1.4rem;
    border-radius: 1.5rem;
  }

  .cookie-banner {
    bottom: 5.5rem;
  }

  .cookie-banner-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner-actions {
    width: 100%;
  }

  .cookie-btn {
    flex: 1 1 auto;
    text-align: center;
  }

  .whatsapp-float {
    right: 0.85rem;
    bottom: 0.85rem;
  }

  .whatsapp-float-badge {
    display: none;
  }
}
