:root {
  --bg: #f4f0eb;
  --paper: #ffffff;
  --paper-soft: #f4fbf7;
  --ink: #181613;
  --muted: #706961;
  --line: rgba(37, 29, 18, 0.08);
  --line-strong: rgba(37, 29, 18, 0.16);
  --orange: #1b8f96;
  --orange-strong: #73c03b;
  --orange-deep: #0d6b74;
  --orange-soft: #e8f8f1;
  --gold: #f2da4a;
  --shadow-card: 0 24px 64px rgba(19, 116, 120, 0.12);
  --shadow-soft: 0 14px 30px rgba(46, 33, 17, 0.08);
  --radius-xl: 2rem;
  --radius-lg: 1.5rem;
  --radius-md: 1.1rem;
  --container: min(1320px, calc(100vw - 48px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(27, 143, 150, 0.08), transparent 24%),
    radial-gradient(circle at 92% 12%, rgba(115, 192, 59, 0.08), transparent 20%),
    linear-gradient(180deg, #faf8f5 0%, var(--bg) 100%);
  color: var(--ink);
  font-family: "Plus Jakarta Sans", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.44) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.44) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.3;
  mask-image: radial-gradient(circle at center, black 38%, transparent 88%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    radial-gradient(rgba(52, 39, 22, 0.2) 0.75px, transparent 0.75px),
    radial-gradient(rgba(255, 255, 255, 0.7) 0.75px, transparent 0.75px);
  background-size: 24px 24px;
  background-position: 0 0, 12px 12px;
}

.page-shell {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px;
}

.site-header {
  display: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.brand-logo {
  width: clamp(188px, 18vw, 258px);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(24, 22, 19, 0.84);
}

.site-nav a {
  position: relative;
  font-size: 0.94rem;
  font-weight: 500;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.nav-cta,
.button-primary {
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-strong) 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(13, 107, 116, 0.22);
}

.button-secondary {
  background: #ffffff;
  color: var(--ink);
  border-color: rgba(24, 22, 19, 0.1);
  box-shadow: var(--shadow-soft);
}

.button-light {
  background: #ffffff;
  color: var(--orange-deep);
  box-shadow: 0 12px 24px rgba(13, 107, 116, 0.14);
}

.button-outline-light {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

.nav-cta:hover,
.nav-cta:focus-visible,
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.mosaic-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.hero-showcase {
  position: relative;
  grid-column: 1 / -1;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.94);
  background:
    radial-gradient(circle at 18% 12%, rgba(242, 218, 74, 0.18), transparent 22%),
    radial-gradient(circle at 94% 18%, rgba(163, 224, 92, 0.26), transparent 24%),
    radial-gradient(circle at 75% 82%, rgba(27, 143, 150, 0.2), transparent 30%),
    linear-gradient(135deg, #1c8e95 0%, #0e6c74 42%, #79c73f 100%);
  box-shadow: 0 32px 80px rgba(13, 107, 116, 0.2);
  color: #ffffff;
}

.hero-showcase::before,
.hero-showcase::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.72;
}

.hero-showcase::before {
  width: 540px;
  height: 540px;
  left: -220px;
  top: 46px;
  background: radial-gradient(circle, rgba(242, 218, 74, 0.28) 0%, rgba(242, 218, 74, 0.08) 56%, transparent 74%);
}

.hero-showcase::after {
  width: 420px;
  height: 420px;
  right: -140px;
  top: 34px;
  background: radial-gradient(circle, rgba(115, 192, 59, 0.24) 0%, rgba(27, 143, 150, 0.08) 58%, transparent 76%);
}

.hero-showcase-top,
.hero-showcase-main,
.hero-showcase-logos {
  position: relative;
  z-index: 1;
}

.hero-showcase-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 14px 28px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--ink);
}

.hero-showcase-brand {
  display: inline-flex;
  align-items: center;
}

.hero-showcase-logo {
  width: clamp(189px, 11vw, 263px);
  height: auto;
}

.hero-showcase-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.hero-showcase-nav a {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(24, 22, 19, 0.78);
}

.hero-showcase-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 0.75rem;
  border: 1px solid rgba(27, 143, 150, 0.22);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-nav-button-ghost {
  background: #f4fbf8;
  color: var(--orange-deep);
}

.hero-nav-button-solid {
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-strong) 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(13, 107, 116, 0.22);
}

.hero-showcase-main {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.06fr);
  gap: 18px;
  min-height: 472px;
  padding: 44px 42px 32px;
}

.hero-showcase-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 14px 0 18px 18px;
}

.hero-showcase-copy h1 {
  max-width: 11ch;
  font-size: clamp(2.9rem, 3.9vw, 4.35rem);
  line-height: 0.97;
  letter-spacing: -0.07em;
}

.hero-showcase-text {
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  line-height: 1.62;
}

.hero-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.hero-showcase-actions .button {
  min-height: 50px;
  padding-inline: 24px;
  border-radius: 0.8rem;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-showcase-actions .button-light {
  color: var(--orange-deep);
}

.hero-showcase-actions .button-outline-light {
  border-color: rgba(230, 251, 241, 0.78);
  background: rgba(255, 255, 255, 0.08);
}

.hero-showcase-visual {
  position: relative;
  min-height: 400px;
  margin-right: 2px;
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes heroChipGlow {
  0%,
  100% {
    box-shadow: inset 0 0 0 1px rgba(27, 143, 150, 0.04);
  }

  50% {
    box-shadow:
      inset 0 0 0 1px rgba(27, 143, 150, 0.18),
      0 0 0 8px rgba(27, 143, 150, 0.08);
  }
}

@keyframes heroShimmer {
  0% {
    transform: translateX(-130%);
  }

  60%,
  100% {
    transform: translateX(130%);
  }
}

@keyframes heroTilePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.86;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes heroWavePulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.62;
  }

  50% {
    transform: scale(1.03);
    opacity: 0.92;
  }
}

@keyframes heroCoreBlink {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.78;
  }

  50% {
    transform: scale(1.16);
    opacity: 1;
  }
}

@keyframes heroScenePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(13, 107, 116, 0);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(13, 107, 116, 0.12);
  }

  100% {
    box-shadow: 0 10px 18px rgba(13, 107, 116, 0.22);
  }
}

@keyframes floatingContactBob {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes whatsappIconPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 10px 22px rgba(24, 169, 87, 0.22);
  }

  50% {
    transform: scale(1.04);
    box-shadow: 0 14px 26px rgba(24, 169, 87, 0.3);
  }
}

.hero-orange-orb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 28%, rgba(242, 218, 74, 0.92) 0%, rgba(170, 226, 79, 0.88) 34%, rgba(33, 154, 112, 0.96) 68%, rgba(13, 107, 116, 1) 100%);
  box-shadow: inset 0 22px 40px rgba(255, 255, 255, 0.16);
}

.hero-orange-orb-large {
  width: 350px;
  height: 350px;
  right: 52px;
  top: 10px;
}

.hero-orange-orb-small {
  width: 120px;
  height: 120px;
  left: 34px;
  top: 36px;
  opacity: 0.96;
}

.hero-visual-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.94);
  border: 3px solid rgba(230, 248, 239, 0.96);
  box-shadow:
    0 18px 36px rgba(13, 107, 116, 0.14),
    0 0 0 5px rgba(255, 255, 255, 0.2);
}

.hero-visual-card::before,
.hero-visual-card::after {
  content: "";
  position: absolute;
}

.hero-visual-card-sensor {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  width: 92px;
  height: 92px;
  padding: 10px 8px;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #eff9f5, #ffffff);
  text-align: center;
  animation: heroFloat 4.8s ease-in-out infinite;
}

.hero-visual-card-sensor strong,
.hero-visual-card-sensor span {
  display: block;
  line-height: 1;
}

.hero-visual-card-sensor strong {
  font-size: 0.76rem;
  font-weight: 800;
  color: #0d6b74;
}

.hero-visual-card-sensor span {
  font-size: 0.58rem;
  font-weight: 700;
  color: rgba(24, 22, 19, 0.58);
}

.hero-sensor-icon {
  position: relative;
  width: 28px;
  height: 28px;
}

.hero-sensor-icon::before,
.hero-sensor-icon::after {
  content: "";
  position: absolute;
}

.hero-sensor-icon-climate::before {
  left: 11px;
  top: 2px;
  width: 6px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1c8e95, #73c03b);
}

.hero-sensor-icon-climate::after {
  left: 7px;
  bottom: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #73c03b, #f2da4a);
}

.hero-sensor-icon-curtain::before {
  left: 4px;
  top: 5px;
  width: 8px;
  height: 18px;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, #1c8e95, #71bf4b);
  box-shadow: 12px 0 0 0 rgba(115, 192, 59, 0.96);
}

.hero-sensor-icon-curtain::after {
  left: 3px;
  top: 3px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: rgba(13, 107, 116, 0.32);
}

.hero-visual-card-avatar-top {
  left: 104px;
  top: 18px;
}

.hero-visual-card-avatar-mid {
  left: 108px;
  top: 122px;
  animation-delay: 1.1s;
}

.hero-visual-card-phone {
  left: 208px;
  top: 10px;
  width: 132px;
  height: 246px;
  padding: 16px 14px 18px;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #eef9f5 100%);
  animation: heroFloat 6.2s ease-in-out infinite 0.4s;
}

.hero-phone-notch {
  width: 56px;
  height: 10px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: rgba(24, 22, 19, 0.14);
}

.hero-phone-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(27, 143, 150, 0.1);
  color: #0d6b74;
  font-size: 0.62rem;
  font-weight: 800;
  position: relative;
  overflow: hidden;
  animation: heroChipGlow 3.2s ease-in-out infinite;
}

.hero-phone-chip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.88) 45%, transparent 100%);
  transform: translateX(-130%);
  animation: heroShimmer 3.2s linear infinite;
}

.hero-phone-row {
  height: 18px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(27, 143, 150, 0.18);
}

.hero-phone-row-strong {
  height: 52px;
  border-radius: 1rem;
  background: linear-gradient(135deg, #1c8e95 0%, #73c03b 100%);
  position: relative;
  overflow: hidden;
}

.hero-phone-row-strong::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 10%, rgba(255, 255, 255, 0.46) 50%, transparent 90%);
  transform: translateX(-130%);
  animation: heroShimmer 2.8s linear infinite;
}

.hero-phone-row-small {
  width: 68%;
  margin-bottom: 0;
}

.hero-phone-scene-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.hero-phone-scene-grid span {
  min-height: 42px;
  border-radius: 0.95rem;
  background: linear-gradient(135deg, #f1fbf6, #ffffff);
  border: 1px solid rgba(27, 143, 150, 0.12);
  animation: heroTilePulse 4s ease-in-out infinite;
}

.hero-phone-scene-grid span:nth-child(2) {
  animation-delay: 1.1s;
}

.hero-visual-card-world {
  right: 0;
  top: 6px;
  width: 232px;
  height: 232px;
  border-radius: 50%;
  background: radial-gradient(circle at center, #f8fcf5 0%, #edf9f4 100%);
  animation: heroFloat 6.6s ease-in-out infinite 0.8s;
}

.hero-hub-wave {
  position: absolute;
  border-radius: 50%;
  border: 10px solid rgba(242, 218, 74, 0.6);
}

.hero-hub-wave-outer {
  inset: 16px;
  animation: heroWavePulse 3.6s ease-in-out infinite;
}

.hero-hub-wave-inner {
  inset: 42px;
  border-radius: 50%;
  border-width: 8px;
  animation: heroWavePulse 3.6s ease-in-out infinite 0.8s;
}

.hero-hub-core {
  position: absolute;
  inset: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(115, 192, 59, 0.9), rgba(27, 143, 150, 0.96));
}

.hero-hub-core span {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f6df57;
  box-shadow: 0 0 0 10px rgba(246, 223, 87, 0.14);
  animation: heroCoreBlink 2.8s ease-in-out infinite;
}

.hero-hub-core span:nth-child(1) {
  left: 22px;
  top: 42px;
}

.hero-hub-core span:nth-child(2) {
  top: 18px;
  right: 28px;
  animation-delay: 0.5s;
}

.hero-hub-core span:nth-child(3) {
  right: 10px;
  bottom: 28px;
  animation-delay: 1s;
}

.hero-visual-card-dashboard {
  left: 176px;
  bottom: 84px;
  width: 208px;
  height: 128px;
  padding: 14px;
  border-radius: 1.25rem;
}

.hero-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  height: 100%;
}

.hero-dashboard-grid span,
.hero-video-grid span {
  border-radius: 0.85rem;
  background: #eef9f5;
  border: 1px solid rgba(27, 143, 150, 0.18);
}

.hero-dashboard-grid span {
  display: grid;
  place-items: center;
  padding: 10px 6px;
  font-size: 0.62rem;
  font-weight: 800;
  color: #0d6b74;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease;
}

.hero-dashboard-grid span.is-active {
  background: linear-gradient(135deg, #92d655, #1c8e95);
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(13, 107, 116, 0.22);
  animation: heroScenePulse 1.6s ease;
}

.hero-visual-card-video {
  right: 8px;
  bottom: 72px;
  width: 220px;
  height: 128px;
  padding: 14px;
  border-radius: 1.25rem;
}

.hero-video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  height: 100%;
}

.hero-video-grid span {
  position: relative;
  background: linear-gradient(135deg, #eff9f5, #ffffff);
}

.hero-video-grid span::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #edf9f4);
  border: 1px solid rgba(27, 143, 150, 0.12);
}

.hero-video-grid span.is-active::before {
  background: linear-gradient(180deg, #73c03b, #1c8e95);
}

.hero-visual-card-square {
  width: 84px;
  height: 84px;
  border-radius: 1rem;
  background: linear-gradient(135deg, #f3fbf7, #ffffff);
}

.hero-visual-card-square::before {
  inset: 16px;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, rgba(27, 143, 150, 0.18), rgba(115, 192, 59, 0.36));
}

.hero-visual-card-device::after {
  content: "";
  position: absolute;
}

.hero-visual-card-device {
  animation: heroFloat 5.2s ease-in-out infinite;
}

.hero-visual-card-device-light::after {
  left: 28px;
  top: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50% 50% 50% 50% / 58% 58% 42% 42%;
  background: linear-gradient(180deg, #f2da4a, #72bf3a);
  box-shadow: 0 18px 0 -10px rgba(13, 107, 116, 0.44);
}

.hero-visual-card-device-motion::after {
  left: 24px;
  top: 22px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid rgba(13, 107, 116, 0.56);
  border-right-color: transparent;
  border-left-color: rgba(115, 192, 59, 0.74);
}

.hero-visual-card-device-plug::after {
  left: 27px;
  top: 24px;
  width: 30px;
  height: 24px;
  border-radius: 0.6rem;
  background: linear-gradient(135deg, #1c8e95, #73c03b);
  box-shadow:
    -7px -8px 0 -6px rgba(13, 107, 116, 0.88),
    7px -8px 0 -6px rgba(13, 107, 116, 0.88);
}

.hero-visual-card-square-left {
  animation-delay: 0.4s;
}

.hero-visual-card-square-center {
  animation-delay: 1s;
}

.hero-visual-card-square-right {
  animation-delay: 1.6s;
}

.hero-visual-card-square-left {
  left: 118px;
  bottom: 22px;
}

.hero-visual-card-square-center {
  left: 218px;
  bottom: 22px;
}

.hero-visual-card-square-right {
  right: 42px;
  bottom: 18px;
}

.hero-floating-badge {
  position: absolute;
  left: 290px;
  bottom: 184px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-strong) 100%);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 14px 24px rgba(13, 107, 116, 0.18);
  white-space: nowrap;
}

.hero-showcase-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  padding: 0 42px 24px;
  color: rgba(243, 255, 249, 0.92);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero-showcase-logos span {
  opacity: 0.96;
}

.mosaic-card,
.mini-info-card,
.faq-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.96);
  background: var(--paper);
  box-shadow: var(--shadow-card);
}

.mosaic-card::before,
.mini-info-card::before,
.faq-item::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  top: -112px;
  right: -96px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 143, 150, 0.18) 0%, rgba(115, 192, 59, 0.08) 44%, transparent 72%);
  pointer-events: none;
}

.feature-banner,
.faq-card,
.closing-banner {
  padding: 34px;
}

.feature-banner {
  display: grid;
  grid-template-columns: minmax(250px, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
}

.intro-card,
.feature-banner,
.faq-card {
  grid-column: 1 / -1;
  min-height: 332px;
}

.feature-banner,
.feature-banner-secondary,
.closing-banner {
  background:
    radial-gradient(circle at 14% 10%, rgba(242, 218, 74, 0.18), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.15), transparent 24%),
    linear-gradient(135deg, var(--orange) 0%, var(--orange-strong) 100%);
  border-color: rgba(152, 223, 187, 0.24);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(13, 107, 116, 0.22);
}

.feature-banner,
.feature-banner-secondary {
  padding-top: 22px;
  grid-template-columns: minmax(0, 1.02fr) minmax(260px, 0.98fr);
  align-content: start;
}

.feature-banner::before,
.feature-banner-secondary::before,
.closing-banner::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.06) 48%, transparent 72%);
}

.card-copy,
.banner-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  align-content: center;
}

.banner-copy {
  padding-top: 14px;
}

.card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(24, 22, 19, 0.54);
}

.card-kicker::before {
  content: "";
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: var(--orange);
}

.card-kicker-light {
  color: rgba(255, 255, 255, 0.82);
}

.card-kicker-light::before {
  background: rgba(255, 255, 255, 0.72);
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

h1 {
  max-width: 9ch;
  font-size: clamp(2.75rem, 4vw, 4rem);
}

h2 {
  max-width: 12ch;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

h3 {
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
}

p {
  margin: 0;
  line-height: 1.72;
}

.card-text {
  max-width: 42ch;
  color: var(--muted);
  font-size: 0.92rem;
}

.card-text-light {
  color: rgba(255, 255, 255, 0.88);
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--orange-deep);
  font-weight: 700;
}

.inline-link::after {
  content: "→";
  margin-left: 8px;
}

.card-art,
.banner-art {
  position: relative;
  min-height: 236px;
}

.accent-orb {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--gold) 0%, var(--orange) 62%, var(--orange-strong) 100%);
}

.ui-board,
.phone-shell,
.retrofit-shell,
.hero-stage,
.gallery-grid {
  position: relative;
  z-index: 1;
}

.ui-board {
  position: absolute;
  left: 34px;
  right: 12px;
  top: 42px;
  display: grid;
  grid-template-columns: 72px 1fr;
  min-height: 180px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 40px rgba(64, 47, 18, 0.12);
}

.ui-sidebar {
  border-radius: 22px 0 0 22px;
  background: linear-gradient(180deg, #1e7e86 0%, #256f77 100%);
}

.ui-main {
  padding: 18px;
}

.ui-bar {
  height: 16px;
  border-radius: 999px;
  background: rgba(27, 143, 150, 0.18);
}

.ui-bar-lg {
  width: 82%;
}

.ui-avatar-row {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.ui-avatar-row span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e9f8f2, #ffffff);
  border: 3px solid #ffffff;
  box-shadow: 0 6px 14px rgba(64, 47, 18, 0.08);
}

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

.ui-grid span,
.phone-card,
.hero-panel-grid span,
.gallery-grid span {
  border-radius: 16px;
  background: #eef9f5;
  border: 1px solid rgba(27, 143, 150, 0.14);
}

.ui-grid span {
  min-height: 54px;
}

.float-chip,
.float-tag {
  position: absolute;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(27, 143, 150, 0.16);
  box-shadow: 0 12px 22px rgba(64, 47, 18, 0.08);
  font-size: 0.78rem;
  font-weight: 700;
}

.float-chip-top {
  top: 14px;
  right: 18px;
}

.float-chip-bottom {
  bottom: 14px;
  right: 6px;
}

.phone-shell {
  position: absolute;
  right: 24px;
  top: 18px;
  width: 180px;
  height: 248px;
  padding: 14px;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 24px 40px rgba(64, 47, 18, 0.12);
}

.phone-notch {
  width: 76px;
  height: 12px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: rgba(24, 22, 19, 0.16);
}

.phone-screen {
  display: grid;
  gap: 10px;
}

.phone-header {
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-strong) 100%);
}

.phone-card {
  min-height: 54px;
}

.phone-card-strong {
  background: rgba(115, 192, 59, 0.22);
}

.phone-card-small {
  min-height: 42px;
}

.float-tag-top {
  top: 10px;
  left: 26px;
}

.float-tag-right {
  right: 6px;
  bottom: 24px;
}

.hero-stage {
  position: absolute;
  inset: 20px 12px 8px 8px;
}

.hero-panel {
  position: absolute;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 40px rgba(91, 54, 13, 0.16);
}

.hero-panel-main {
  left: 20px;
  top: 18px;
  width: 60%;
  height: 178px;
  padding: 18px;
}

.hero-panel-bar {
  width: 78%;
  height: 18px;
  border-radius: 999px;
  background: rgba(27, 143, 150, 0.22);
}

.hero-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.hero-panel-grid span {
  min-height: 62px;
}

.hero-panel-stack {
  right: 26px;
  top: 8px;
  width: 112px;
  height: 172px;
}

.hero-panel-bottom {
  right: 4px;
  bottom: 22px;
  width: 226px;
  height: 88px;
}

.people-cluster {
  position: absolute;
  left: 42px;
  bottom: 8px;
  display: flex;
  gap: 10px;
}

.people-cluster span {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eef9f5, #ffffff);
  border: 4px solid rgba(255, 255, 255, 0.76);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-strip span {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.trust-strip span {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.feature-columns-card {
  grid-column: 1 / -1;
  padding: 24px 10px 18px;
  min-height: 332px;
}

.automation-graph-card {
  display: grid;
  gap: 28px;
  padding: 34px 34px 28px;
  background:
    radial-gradient(circle at top right, rgba(115, 192, 59, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
}

.automation-graph-shell {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.automation-graph-header {
  display: grid;
  gap: 14px;
  justify-items: center;
  width: min(100%, 860px);
  margin: 0 auto;
  text-align: center;
}

.automation-graph-header h2 {
  max-width: 18ch;
  margin: 0 auto;
}

.automation-graph-header .card-text {
  max-width: 68ch;
  margin: 0 auto;
}

.automation-case-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  gap: 16px;
}

.automation-case-card {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 14px;
  min-height: 100%;
  padding: 18px 16px 18px;
  border-radius: 26px;
  border: 1px solid rgba(27, 143, 150, 0.12);
  background:
    linear-gradient(180deg, #ffffff 0%, #f6fbf9 100%);
  box-shadow: 0 18px 34px rgba(13, 107, 116, 0.08);
  text-align: center;
}

.automation-case-card::before {
  content: "";
  position: absolute;
  inset: auto 16px 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(27, 143, 150, 0), rgba(27, 143, 150, 0.18), rgba(27, 143, 150, 0));
}

.automation-case-icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 26% 22%, rgba(242, 218, 74, 0.42), transparent 20%),
    linear-gradient(135deg, rgba(27, 143, 150, 0.12), rgba(115, 192, 59, 0.16));
  border: 1px solid rgba(27, 143, 150, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.automation-case-icon svg {
  width: 42px;
  height: 42px;
  stroke: #0d6b74;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.automation-case-card strong {
  display: block;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.automation-case-card p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.automation-graph-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  padding-top: 4px;
}

.automation-graph-actions .mini-link-primary {
  margin-top: 0;
  padding: 12px 18px;
  border-color: transparent;
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-strong) 100%);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(13, 107, 116, 0.18);
}

.automation-graph-actions .mini-link-primary:hover,
.automation-graph-actions .mini-link-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(13, 107, 116, 0.22);
}

.feature-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 100%;
}

.feature-column {
  display: grid;
  align-content: start;
  justify-items: center;
  text-align: left;
  padding: 12px 18px 18px;
}

.feature-column:not(:last-child) {
  border-right: 1px solid rgba(37, 29, 18, 0.08);
}

.mini-illustration {
  position: relative;
  width: 102px;
  height: 102px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--gold) 0%, var(--orange) 62%, var(--orange-strong) 100%);
}

.mini-illustration::before,
.mini-illustration::after {
  content: "";
  position: absolute;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(64, 47, 18, 0.08);
}

.mini-illustration-scene::before {
  left: 28px;
  top: 22px;
  width: 68px;
  height: 50px;
  border-radius: 18px;
}

.mini-illustration-scene::after {
  left: 46px;
  top: 46px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.mini-illustration-custom::before {
  left: 22px;
  top: 30px;
  width: 78px;
  height: 24px;
  border-radius: 999px;
}

.mini-illustration-custom::after {
  left: 32px;
  top: 64px;
  width: 58px;
  height: 26px;
  border-radius: 999px;
}

.mini-illustration-sync::before {
  left: 26px;
  top: 22px;
  width: 70px;
  height: 70px;
  border-radius: 24px;
}

.mini-illustration-sync::after {
  right: 16px;
  bottom: 18px;
  width: 38px;
  height: 38px;
  border-radius: 16px;
}

.feature-column h3 {
  max-width: 11ch;
  justify-self: start;
}

.feature-column p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.88rem;
}

.mini-link {
  display: inline-flex;
  margin-top: 16px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(27, 143, 150, 0.16);
  color: var(--orange-deep);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.retrofit-shell {
  position: absolute;
  left: 34px;
  top: 44px;
  width: 210px;
  height: 170px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 40px rgba(64, 47, 18, 0.1);
}

.retrofit-line {
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(135deg, #1d848c 0%, #7ac53f 100%);
}

.retrofit-line-roof {
  left: 36px;
  top: 32px;
  width: 140px;
  height: 10px;
  transform: rotate(-24deg);
}

.retrofit-line-wall {
  left: 54px;
  top: 76px;
  width: 104px;
  height: 10px;
}

.retrofit-line-door {
  left: 86px;
  top: 94px;
  width: 30px;
  height: 60px;
}

.bullet-list {
  display: grid;
  gap: 10px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.bullet-list li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
}

.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}

.process-flow-card {
  grid-template-columns: 1fr;
}

.process-flow-card .banner-copy {
  justify-items: center;
  text-align: center;
}

.process-flow-card h2 {
  max-width: 16ch;
  margin: 0 auto;
}

.process-flow-card .card-text {
  max-width: 52ch;
  margin: 0 auto;
}

.process-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 6px;
}

.process-step-card {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.process-step-card .step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.process-step-card strong,
.process-step-card span {
  display: block;
}

.process-step-card strong {
  font-size: 0.94rem;
}

.process-step-card span:last-child {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  line-height: 1.45;
}

.faq-card {
  display: grid;
  gap: 24px;
}

.faq-copy {
  display: grid;
  gap: 14px;
  justify-items: center;
  width: min(100%, 860px);
  margin: 0 auto;
  text-align: center;
}

.faq-copy h2 {
  max-width: 18ch;
  margin: 0 auto;
}

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

.faq-item {
  padding: 0 20px;
  min-height: 100%;
}

.faq-item[open] {
  border-color: rgba(27, 143, 150, 0.22);
}

.faq-item summary {
  position: relative;
  padding: 22px 34px 22px 0;
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.5;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 14px;
  right: 0;
  font-size: 2rem;
  line-height: 1;
  color: var(--orange-deep);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 0 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

.closing-banner {
  grid-column: 1 / -1;
  min-height: 220px;
  display: grid;
  gap: 18px;
  place-content: center;
  text-align: center;
}

.closing-banner h2 {
  max-width: 16ch;
  margin: 0 auto;
}

.closing-banner .card-text {
  max-width: 58ch;
  margin: 0 auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: min(100%, 780px);
  margin: 4px auto 0;
}

.contact-chip {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 22px;
  text-align: left;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.contact-chip span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-chip strong {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.contact-chip-link {
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.contact-chip-link:hover,
.contact-chip-link:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 14px 28px rgba(13, 107, 116, 0.16);
}

.closing-banner .card-actions {
  justify-content: center;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px 28px;
  margin-top: 42px;
  padding: 18px 22px 10px;
  color: var(--ink);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.footer-brand-logo {
  flex: 0 0 auto;
  width: min(160px, 100%);
  height: auto;
}

.site-footer p {
  color: rgba(24, 22, 19, 0.64);
  font-size: 0.92rem;
  line-height: 1.55;
}

.footer-links {
  justify-self: end;
}

.footer-link-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: none;
  color: rgba(24, 22, 19, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    color 0.22s ease,
    opacity 0.22s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  transform: translateY(-2px);
  color: var(--orange-deep);
  opacity: 1;
}

.footer-meta {
  grid-column: 1 / -1;
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(24, 22, 19, 0.06);
  color: rgba(24, 22, 19, 0.56);
  font-size: 0.82rem;
  text-align: center;
}

.floating-social {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 42;
  display: grid;
  gap: 12px;
}

.floating-contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 192px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(24, 22, 19, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 28px rgba(20, 64, 68, 0.12);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.floating-contact:hover,
.floating-contact:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 34px rgba(20, 64, 68, 0.16);
}

.floating-contact-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  flex: 0 0 auto;
}

.floating-contact-copy {
  display: grid;
  gap: 2px;
}

.floating-contact-copy span,
.floating-contact-copy strong {
  display: block;
}

.floating-contact-copy span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.floating-contact-copy strong {
  font-size: 0.92rem;
  line-height: 1.25;
}

.floating-contact svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-contact-whatsapp {
  border-color: rgba(16, 185, 129, 0.18);
  animation: floatingContactBob 3.6s ease-in-out infinite;
}

.floating-contact-whatsapp .floating-contact-icon {
  border-radius: 50%;
  background: linear-gradient(135deg, #2dd36f 0%, #18a957 100%);
  animation: whatsappIconPulse 2.4s ease-in-out infinite;
}

.floating-contact-whatsapp .floating-contact-copy span {
  color: rgba(13, 107, 116, 0.7);
}

.floating-contact-whatsapp .floating-contact-copy strong {
  color: #0f3d42;
}

.floating-contact-whatsapp svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  stroke: none;
}

.floating-contact-instagram {
  border-color: rgba(217, 70, 239, 0.14);
}

.floating-contact-instagram .floating-contact-icon {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 50%, #8134af 100%);
}

.floating-contact-instagram .floating-contact-copy span {
  color: rgba(13, 107, 116, 0.7);
}

.floating-contact-instagram .floating-contact-copy strong {
  color: #0f3d42;
}

.floating-contact-instagram svg {
  stroke: #ffffff;
}

.banner-meta,
.banner-brands {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.banner-meta {
  justify-content: flex-start;
  margin-bottom: 2px;
}

.banner-brand {
  font-weight: 800;
}

.banner-links {
  opacity: 0.86;
}

.banner-cta-pill {
  margin-left: auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-brands {
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 18px;
}

.banner-brands span {
  opacity: 0.9;
}

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

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js .reveal,
  .js .reveal.is-visible,
  .nav-cta,
  .button,
  .floating-contact,
  .floating-contact-whatsapp .floating-contact-icon,
  .hero-nav-button,
  .hero-visual-card-sensor,
  .hero-visual-card-phone,
  .hero-visual-card-world,
  .hero-visual-card-device,
  .hero-phone-chip,
  .hero-phone-chip::after,
  .hero-phone-row-strong::after,
  .hero-phone-scene-grid span,
  .hero-hub-wave,
  .hero-hub-core span,
  .hero-dashboard-grid span.is-active {
    transition: none;
    transform: none;
    animation: none;
  }
}

@media (max-width: 1180px) {
  .mosaic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-card,
  .feature-banner,
  .faq-card,
  .mini-cards {
    grid-column: auto;
  }

  .closing-banner {
    grid-column: 1 / -1;
  }

  .hero-showcase {
    grid-column: 1 / -1;
  }

  .hero-showcase-main {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
  }

  .hero-showcase-copy {
    padding: 6px 0 0;
  }

  .hero-showcase-copy h1 {
    max-width: 11ch;
  }

  .hero-showcase-visual {
    min-height: 460px;
    margin-right: 0;
  }

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

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

  .automation-graph-shell {
    grid-template-columns: 1fr;
  }

  .automation-case-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-column:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(37, 29, 18, 0.08);
  }
}

@media (max-width: 980px) {
  :root {
    --container: min(100vw - 28px, 100vw - 28px);
  }

  .page-shell {
    padding-top: 16px;
  }

  .hero-showcase-top {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 14px;
    padding: 18px 22px;
  }

  .hero-showcase-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 18px;
  }

  .hero-showcase-nav-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero-nav-button {
    min-height: 42px;
  }

  .hero-showcase-main {
    padding: 28px 22px 24px;
  }

  .hero-showcase-visual {
    min-height: 400px;
  }

  .hero-orange-orb-large {
    right: 16px;
    width: 280px;
    height: 280px;
  }

  .hero-visual-card-world {
    width: 194px;
    height: 194px;
  }

  .hero-visual-card-phone {
    left: 156px;
  }

  .hero-visual-card-dashboard {
    left: 118px;
    width: 180px;
  }

  .hero-visual-card-video {
    right: 8px;
    width: 188px;
  }

  .hero-floating-badge {
    left: 204px;
  }

  .site-nav {
    display: none;
  }

  .mosaic-grid {
    grid-template-columns: 1fr;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }

  .floating-social {
    right: 14px;
    bottom: 18px;
  }

  .floating-contact {
    min-width: 0;
    padding: 11px 12px;
  }

  .floating-contact-copy strong {
    font-size: 0.84rem;
  }
}

@media (max-width: 680px) {
  .feature-banner,
  .faq-card,
  .closing-banner,
  .mini-info-card,
  .hero-showcase {
    padding: 24px;
    border-radius: 26px;
  }

  .hero-showcase {
    padding: 0;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(2.65rem, 11vw, 4rem);
  }

  h2 {
    max-width: 100%;
  }

  .brand-logo {
    width: min(220px, 58vw);
  }

  .card-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .nav-cta {
    width: 100%;
  }

  .hero-showcase-actions .button,
  .hero-nav-button {
    width: 100%;
  }

  .hero-showcase-main {
    padding: 26px 18px 18px;
  }

  .hero-showcase-top {
    justify-items: center;
    text-align: center;
  }

  .hero-showcase-brand {
    width: 100%;
    justify-content: center;
  }

  .hero-showcase-logo {
    margin-inline: auto;
  }

  .hero-showcase-nav {
    justify-content: center;
  }

  .hero-showcase-nav-actions {
    width: 100%;
    justify-content: center;
  }

  .hero-showcase-copy {
    justify-items: center;
    text-align: center;
    padding: 2px 0 0;
  }

  .hero-showcase-copy h1 {
    font-size: clamp(2.55rem, 11vw, 3.5rem);
    max-width: 10ch;
    margin: 0 auto;
  }

  .hero-showcase-text {
    font-size: 0.94rem;
    max-width: 32ch;
    margin: 0 auto;
  }

  .hero-showcase-visual {
    min-height: 276px;
    width: min(100%, 320px);
    margin: 6px auto 0;
    transform: none;
  }

  .hero-showcase-logos {
    gap: 14px 18px;
    padding: 0 18px 20px;
    font-size: 0.92rem;
    justify-content: center;
  }

  .automation-graph-card {
    padding: 24px;
  }

  .automation-graph-shell {
    grid-template-columns: 1fr;
  }

  .automation-case-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .automation-case-card {
    padding: 16px;
  }

  .card-art,
  .banner-art {
    min-height: 220px;
  }

  .hero-orange-orb-large {
    left: 50%;
    right: auto;
    top: 34px;
    width: 210px;
    height: 210px;
    transform: translateX(-50%);
  }

  .hero-orange-orb-small {
    left: 16px;
    top: 22px;
    width: 82px;
    height: 82px;
  }

  .hero-visual-card-sensor {
    width: 78px;
    height: 78px;
    padding: 8px 6px;
  }

  .hero-visual-card-avatar-top {
    left: 8px;
    top: 14px;
  }

  .hero-visual-card-avatar-mid {
    right: 8px;
    left: auto;
    top: 104px;
  }

  .hero-visual-card-world {
    top: 8px;
    right: calc(50% - 78px);
    width: 156px;
    height: 156px;
    transform: none;
  }

  .hero-hub-wave-outer {
    inset: 12px;
  }

  .hero-hub-wave-inner {
    inset: 32px;
  }

  .hero-hub-core {
    inset: 56px;
  }

  .hero-hub-core span {
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 7px rgba(246, 223, 87, 0.14);
  }

  .hero-hub-core span:nth-child(1) {
    left: 15px;
    top: 30px;
  }

  .hero-hub-core span:nth-child(2) {
    top: 10px;
    right: 18px;
  }

  .hero-hub-core span:nth-child(3) {
    right: 6px;
    bottom: 18px;
  }

  .hero-visual-card-phone,
  .hero-visual-card-video {
    display: none;
  }

  .hero-visual-card-dashboard {
    left: 50%;
    bottom: 68px;
    width: calc(100% - 84px);
    height: 88px;
    padding: 10px;
    transform: translateX(-50%);
  }

  .hero-dashboard-grid {
    gap: 8px;
  }

  .hero-dashboard-grid span {
    padding: 8px 4px;
    font-size: 0.56rem;
  }

  .hero-visual-card-square {
    width: 62px;
    height: 62px;
  }

  .hero-visual-card-square::before {
    inset: 12px;
    border-radius: 0.72rem;
  }

  .hero-visual-card-square-left {
    left: 40px;
    bottom: 4px;
  }

  .hero-visual-card-square-center {
    left: calc(50% - 31px);
    bottom: 4px;
    transform: none;
  }

  .hero-visual-card-square-right {
    right: 40px;
    bottom: 4px;
  }

  .ui-board,
  .phone-shell,
  .retrofit-shell {
    transform: scale(0.88);
    transform-origin: top left;
  }

  .gallery-grid {
    width: 100%;
    right: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  .footer-brand-logo {
    margin-inline: auto;
  }

  .footer-links {
    justify-items: start;
  }

  .footer-link-row {
    flex-wrap: wrap;
    gap: 14px;
  }

  .process-step-grid {
    grid-template-columns: 1fr;
  }

  .floating-social {
    right: 12px;
    bottom: 12px;
    gap: 10px;
  }

  .floating-contact {
    min-width: 52px;
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
  }

  .floating-contact-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
  }

  .floating-contact-copy {
    display: none;
  }
}
