:root {
  --bg: #071a27;
  --bg-dark: #0b2132;
  --bg-soft: #eef6fb;
  --bg-white: #ffffff;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-dark: rgba(255, 255, 255, 0.08);
  --surface-dark-strong: rgba(255, 255, 255, 0.12);
  --ink: #07131c;
  --ink-soft: #2f4254;
  --ink-inverse: #f8fbff;
  --line: rgba(9, 33, 52, 0.12);
  --primary: #35b8f2;
  --primary-strong: #1498d8;
  --accent: #1f2f7a;
  --danger: #dc4d5d;
  --success: #1fc58a;
  --warning: #ffcb66;
  --shadow-lg: 0 32px 80px rgba(7, 26, 39, 0.18);
  --shadow-md: 0 18px 36px rgba(7, 26, 39, 0.1);
  --shadow-sm: 0 10px 22px rgba(7, 26, 39, 0.08);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100vw - 40px));
  --header-height: 78px;
  --hero-parallax: 0px;
  --funciona-parallax: 0px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(53, 184, 242, 0.12), transparent 28%),
    linear-gradient(180deg, #f8fbfe 0%, #eff5fa 48%, #fbfdff 100%);
}

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

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

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

button {
  cursor: pointer;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.negocio-seguro-elementor {
  display: block;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.elementor-widget-html:has(.negocio-seguro-elementor),
.elementor-widget-html:has(.negocio-seguro-elementor) > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}

.elementor-section:has(.negocio-seguro-elementor),
.elementor-container:has(.negocio-seguro-elementor),
.e-con:has(.negocio-seguro-elementor),
.e-con-inner:has(.negocio-seguro-elementor) {
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.negocio-seguro-elementor .site-shell,
.negocio-seguro-elementor .section,
.negocio-seguro-elementor .hero,
.negocio-seguro-elementor .site-footer {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.site-shell {
  width: 100%;
  overflow-x: clip;
  padding-top: var(--header-height);
}

.section {
  position: relative;
  padding: 96px 0;
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.section--light {
  background:
    radial-gradient(circle at 100% 0, rgba(53, 184, 242, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 251, 0.94));
}

.section--dark {
  background:
    radial-gradient(circle at top right, rgba(53, 184, 242, 0.22), transparent 26%),
    linear-gradient(135deg, #081a28 0%, #0b2132 58%, #0f3149 100%);
  color: var(--ink-inverse);
}

.section--cyan {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.5), transparent 32%),
    linear-gradient(135deg, #a4efff 0%, #67dfff 55%, #3ec8f3 100%);
}

.timeline-section {
  overflow: hidden;
  color: var(--ink-inverse);
  background: linear-gradient(135deg, #082031 0%, #0d3148 48%, #19c8f4 100%);
}

.timeline-section .container {
  position: relative;
  z-index: 1;
}

.timeline-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 24, 38, 0.58) 0%, rgba(10, 42, 62, 0.44) 38%, rgba(30, 197, 244, 0.22) 100%),
    url("../img/imgcomofunciona.webp") center center / cover fixed no-repeat;
}

.timeline-backdrop__image,
.timeline-backdrop__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.timeline-backdrop__image {
  display: none;
}

.timeline-backdrop__overlay {
  background:
    linear-gradient(135deg, rgba(7, 24, 38, 0.28) 0%, rgba(10, 42, 62, 0.2) 34%, rgba(30, 197, 244, 0.12) 100%),
    radial-gradient(circle at top left, rgba(149, 240, 255, 0.18), transparent 30%),
    radial-gradient(circle at right center, rgba(255, 255, 255, 0.06), transparent 26%);
}

.section--soft {
  background:
    radial-gradient(circle at top left, rgba(53, 184, 242, 0.09), transparent 26%),
    linear-gradient(180deg, #f7fbff 0%, #edf5fb 100%);
}

.section--parallax::before {
  content: "";
  position: absolute;
  inset: 8% auto auto -10%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 184, 242, 0.22), transparent 70%);
  transform: translateY(calc(var(--hero-parallax) * -0.12));
  pointer-events: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100vw;
  max-width: none;
  z-index: 30;
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(9, 33, 52, 0.08);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
  transition: transform 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(7, 26, 39, 0.08);
}

.site-header.is-hidden {
  transform: translateX(-50%);
}

.site-header__inner {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(170px, 1fr);
  align-items: center;
  gap: clamp(10px, 1.2vw, 16px);
}

.brand {
  display: flex;
  align-items: center;
  width: clamp(238px, 22vw, 288px);
  flex-shrink: 0;
  justify-self: start;
  line-height: 0;
}

.brand img {
  content: url("../img/horizontal2_colorido_fundo_colorido@2x.webp");
  width: 100%;
  height: auto;
  max-height: 56px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.05vw, 16px);
  justify-self: center;
  width: max-content;
  max-width: 100%;
  min-width: 0;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
  font-size: clamp(0.82rem, 0.88vw, 0.93rem);
  font-weight: 800;
  color: var(--ink-soft);
  white-space: nowrap;
  transition: color 0.25s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transition: transform 0.25s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--ink);
}

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

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(9, 33, 52, 0.12);
  border-radius: 16px;
  background: #fff;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 1.05;
  color: var(--primary-strong);
  transition: color 0.28s ease, transform 0.28s ease, letter-spacing 0.28s ease;
}

.eyebrow::before {
  content: "";
  width: 44px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transition: width 0.28s ease, opacity 0.28s ease;
}

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

.eyebrow--light::before {
  background: linear-gradient(90deg, #a4efff, rgba(255, 255, 255, 0.8));
}

.section-heading,
.section-copy {
  max-width: 820px;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.section-copy h2 {
  margin: 18px 0 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(2.15rem, 4.35vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  transition: color 0.28s ease, transform 0.28s ease, text-shadow 0.28s ease;
}

.section-heading:hover h2,
.section-copy:hover h2 {
  color: var(--primary-strong);
  transform: translateY(-4px);
  text-shadow: 0 12px 26px rgba(20, 152, 216, 0.12);
}

.section-heading:hover .eyebrow,
.section-copy:hover .eyebrow {
  transform: translateX(4px);
  letter-spacing: 0.1em;
}

.section-heading:hover .eyebrow::before,
.section-copy:hover .eyebrow::before {
  width: 56px;
}

.section--dark .section-heading:hover h2,
.section--dark .section-copy:hover h2 {
  color: #ffffff;
}

.section--cyan .section-heading:hover h2,
.section--cyan .section-copy:hover h2 {
  color: var(--accent);
}

.timeline-section .eyebrow {
  color: rgba(207, 247, 255, 0.96);
}

.timeline-section .eyebrow::before {
  background: linear-gradient(90deg, #8be9ff, rgba(255, 255, 255, 0.94));
}

.timeline-section .section-heading h2 {
  color: #ffffff;
  text-shadow: 0 10px 26px rgba(3, 15, 24, 0.28);
}

.timeline-section .section-heading:hover h2 {
  color: #ffffff;
}

.section-copy p,
.section-heading p {
  margin: 18px 0 0;
  font-size: 1.06rem;
  line-height: 1.85;
  color: var(--ink-soft);
}

.section--dark .section-copy p,
.section--dark .section-heading p {
  color: rgba(248, 251, 255, 0.9);
  font-weight: 600;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 52px;
  align-items: center;
}

.section-copy--about h2 {
  font-size: clamp(2.7rem, 5vw, 4.9rem);
  text-transform: none;
}

.section-copy--about:hover .eyebrow {
  transform: translateX(6px);
  letter-spacing: 0.1em;
}

.section-copy--about:hover .eyebrow::before {
  width: 64px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: -0.02em;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary-strong) 0%, var(--primary) 60%, var(--accent) 100%);
  box-shadow: 0 16px 30px rgba(20, 152, 216, 0.28);
}

.button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.button--ghost-light {
  color: var(--ink);
  border-color: rgba(9, 33, 52, 0.12);
  background: rgba(255, 255, 255, 0.9);
}

.button--dark-text {
  color: var(--ink);
}

.button--header {
  min-height: 46px;
  padding-inline: 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-strong), var(--primary));
  box-shadow: 0 12px 24px rgba(20, 152, 216, 0.2);
  flex-shrink: 0;
  justify-self: end;
  white-space: nowrap;
}

.hero {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: calc(100svh - var(--header-height));
  display: flex;
  align-items: center;
  overflow: clip;
}

.hero__backgrounds,
.hero__overlay,
.hero__glow {
  position: absolute;
  inset: 0;
}

.hero__backgrounds {
  z-index: 0;
}

.hero__backgrounds .hero__bg {
  position: absolute;
  inset: 0;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center;
  opacity: 0;
  transform: translateY(var(--hero-parallax)) scale(1.08);
  transition: opacity 0.75s ease, transform 0.45s ease;
}

.hero__backgrounds .hero__bg.is-active {
  opacity: 1;
}

.hero__overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 19, 28, 0.9) 0%, rgba(7, 19, 28, 0.68) 48%, rgba(7, 19, 28, 0.5) 100%),
    radial-gradient(circle at top right, rgba(53, 184, 242, 0.3), transparent 30%);
}

.hero__glow {
  z-index: 1;
  pointer-events: none;
}

.hero__glow--one {
  inset: auto auto 16% -2%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 184, 242, 0.2), transparent 72%);
}

.hero__glow--two {
  inset: 10% 8% auto auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.09), transparent 70%);
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(1080px, 100%);
  padding: 26px 0 18px;
}

.hero h1 {
  margin: 8px 0 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(2.4rem, 5.8vw, 5rem);
  line-height: 1;
  letter-spacing: -0.06em;
  text-transform: none;
  white-space: nowrap;
}

.hero__typing-line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: clamp(56px, 7vw, 88px);
  margin-top: 8px;
  color: #ffffff;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.hero__typed {
  display: inline-block;
  min-width: 0;
  color: #9ceeff;
  white-space: nowrap;
}

.hero__cursor {
  width: 2px;
  height: 0.92em;
  background: currentColor;
  animation: blink 0.85s infinite;
}

@keyframes blink {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

.hero__tagline {
  margin: 30px 0 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 700;
  color: #ffffff;
}

.hero__lead {
  max-width: 640px;
  margin: 14px 0 0;
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(248, 251, 255, 0.88);
  font-weight: 600;
}

.content-highlight {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  margin-top: 22px;
  border-radius: 999px;
  background: rgba(53, 184, 242, 0.12);
  color: var(--primary-strong);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.mosaic {
  position: relative;
  min-height: 560px;
}

.mosaic__item {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  border: 10px solid rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-lg);
}

.mosaic__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mosaic__item--large {
  inset: 28px 90px 108px 0;
}

.mosaic__item--top {
  top: 0;
  right: 0;
  width: 42%;
  aspect-ratio: 0.94;
}

.mosaic__item--small {
  right: 12px;
  bottom: 34px;
  width: 34%;
  aspect-ratio: 0.88;
}

.mosaic__item--wide {
  left: 24px;
  right: 148px;
  bottom: 0;
  height: 150px;
}

.about-section__closing {
  margin-top: 34px;
  text-align: center;
}

.about-section__closing h3 {
  margin: 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.14;
  color: var(--ink);
  letter-spacing: -0.04em;
  transition: color 0.28s ease, transform 0.28s ease, text-shadow 0.28s ease;
}

.about-section__closing:hover h3 {
  color: var(--primary-strong);
  transform: translateY(-3px);
  text-shadow: 0 12px 24px rgba(20, 152, 216, 0.12);
}

.icon-badge {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(91, 219, 255, 0.26);
  background: linear-gradient(180deg, #38bff3 0%, #25a9e4 100%);
  color: #ffffff;
  box-shadow:
    0 12px 24px rgba(22, 125, 176, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.icon-badge svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-badge--whatsapp svg {
  fill: currentColor;
  stroke: none;
}

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

.solution-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  column-gap: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(16px);
  padding: 18px 22px;
}

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

.solution-card__summary {
  display: contents;
}

.solution-card__head {
  display: contents;
}

.solution-card__eyebrow {
  grid-column: 2;
  align-self: center;
  color: #9ceeff;
  font-size: 1.50rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.solution-card h3 {
  grid-column: 2;
  margin: 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.42;
}

.solution-card__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: auto;
  padding: 0;
  background: transparent;
  color: #9ceeff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.solution-card__content {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: rgba(248, 251, 255, 0.88);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.5;
}

.solution-card__content p {
  margin: 0;
}

.solution-card__content .solution-card__label {
  align-self: flex-end;
}

.solution-card .icon-badge {
  grid-column: 1;
  grid-row: 1 / span 3;
  align-self: start;
}

.solution-card:hover .icon-badge,
.segment-item:hover .icon-badge,
.advantage-card:hover .icon-badge,
.contact-highlight-card:hover .icon-badge {
  background: linear-gradient(180deg, #28c5ff 0%, #1498d8 100%);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow:
    0 16px 28px rgba(20, 152, 216, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.timeline-card {
  position: relative;
  min-height: 260px;
  padding: 30px 28px 30px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(237, 247, 253, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 22px 42px rgba(4, 20, 32, 0.18);
  backdrop-filter: blur(12px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.timeline-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #8be9ff 0%, #35b8f2 45%, #1f2f7a 100%);
}

.timeline-card:hover {
  transform: translateY(-8px);
  border-color: rgba(139, 233, 255, 0.58);
  box-shadow: 0 28px 56px rgba(4, 20, 32, 0.24);
}

.timeline-card__top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.timeline-card__step {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  flex: 0 0 66px;
  width: 66px;
  min-width: 66px;
  height: 66px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
  background: linear-gradient(180deg, rgba(53, 184, 242, 0.22), rgba(255, 255, 255, 0.94));
  border: 1px solid rgba(31, 47, 122, 0.14);
  color: var(--accent);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-weight: 800;
  white-space: nowrap;
  padding-top: 16px;
  box-shadow:
    inset 0 -4px 0 rgba(31, 47, 122, 0.12),
    0 10px 18px rgba(12, 39, 60, 0.12);
}

.timeline-card__step-number {
  font-size: 1.42rem;
  line-height: 1;
}

.timeline-card__step-ordinal {
  position: relative;
  top: 0;
  font-size: 0.64rem;
  line-height: 1;
}

.timeline-card__step-ordinal::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.5;
}

.timeline-card h3 {
  margin: 0;
  flex: 1;
  min-height: 66px;
  display: flex;
  align-items: center;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(1.25rem, 1.5vw, 1.58rem);
  line-height: 1.06;
  text-transform: uppercase;
  color: #07131c;
}

.timeline-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(7, 19, 28, 0.82);
  font-weight: 500;
}

.timeline__closing {
  margin-top: 34px;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 12px 28px rgba(3, 15, 24, 0.28);
  text-transform: uppercase;
}

.segment-layout {
  display: grid;
  gap: 28px;
  margin-top: 38px;
}

.segment-group,
.advantage-column,
.advantages-shared,
.pricing-card,
.pricing-service-card,
.faq-item,
.blog-card,
.contact-form,
.contact-highlight-card,
.cta-banner {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.segment-group {
  padding: 30px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(9, 33, 52, 0.08);
}

.segment-group__head {
  margin-bottom: 22px;
}

.segment-group__head h3 {
  margin: 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.9rem;
  color: var(--primary-strong);
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

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

.segment-item {
  display: grid;
  grid-template-rows: auto auto 1fr;
  justify-items: center;
  align-content: start;
  gap: 12px;
  text-align: center;
  min-height: 100%;
  padding: 26px 22px;
  border-radius: 22px;
  border: 1px solid rgba(9, 33, 52, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f3fbff 100%);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.segment-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}

.segment-item h4 {
  margin: 0;
  width: 100%;
  max-width: 15ch;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.04rem;
  font-weight: 700;
  color: #74797d;
  text-transform: uppercase;
  line-height: 1.24;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}

.segment-item p {
  margin: 0;
  width: 100%;
  max-width: 22ch;
  font-size: 0.95rem;
  color: var(--ink-soft);
  line-height: 1.58;
  text-wrap: pretty;
}

.advantages-board {
  display: grid;
  gap: 22px;
  margin-top: 40px;
}

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

.advantage-column,
.advantages-shared {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.advantage-column__title,
.advantages-shared__title {
  padding: 16px 22px;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  background: rgba(53, 184, 242, 0.12);
  color: var(--accent);
}

.advantage-column__grid,
.advantages-shared__grid {
  display: grid;
  gap: 18px;
  padding: 24px;
}

.advantage-column__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.advantages-shared__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.advantage-card {
  padding: 22px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  border: 1px solid rgba(9, 33, 52, 0.06);
  text-align: center;
}

.advantage-card .icon-badge {
  margin: 0 auto 14px;
}

.advantage-card h3 {
  margin: 0 0 10px;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.24;
  color: #07131c;
}

.advantage-card--shared h3 {
  min-height: 2.7em;
}

.advantage-card p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--ink-soft);
  line-height: 1.55;
  font-weight: 500;
}

.values-section {
  display: grid;
  gap: 28px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.pricing-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(9, 33, 52, 0.08);
  text-align: center;
}

.pricing-card__range {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 3.2em;
  margin-bottom: 16px;
  line-height: 1.3;
  font-weight: 800;
  color: var(--ink-soft);
}

.pricing-card__prices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}

.pricing-card__old {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 36px;
  color: var(--danger);
  font-weight: 800;
  opacity: 0.88;
}

.pricing-card__old::before,
.pricing-card__old::after {
  content: "";
  position: absolute;
  width: 86%;
  height: 2px;
  background: var(--danger);
  border-radius: 999px;
}

.pricing-card__old::before {
  transform: rotate(18deg);
}

.pricing-card__old::after {
  transform: rotate(-18deg);
}

.pricing-card__current {
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--primary-strong);
  letter-spacing: -0.04em;
}

.pricing-card p,
.pricing-card__secondary {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.pricing-card__mode {
  font-size: 0.96rem;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.pricing-card__secondary {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-top: 12px;
  font-weight: 800;
}

.pricing-card__cta,
.pricing-service-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(20, 152, 216, 0.18);
  background: rgba(53, 184, 242, 0.1);
  color: var(--primary-strong);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.24s ease, background-color 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

.pricing-card__cta--plain {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--primary-strong);
  box-shadow: none;
}

.pricing-card__cta:hover,
.pricing-service-card__cta:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(20, 152, 216, 0.22);
}

.pricing-card__cta--plain:hover {
  transform: none;
  background: transparent;
  color: var(--primary-strong);
  box-shadow: none;
}

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

.pricing-service-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(9, 33, 52, 0.08);
  text-align: center;
}

.pricing-service-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #74797d;
  text-transform: uppercase;
}

.pricing-service-card__note {
  display: block;
  color: var(--ink-soft);
  font-weight: 700;
}

.pricing-footnotes {
  text-align: center;
}

.pricing-footnotes p {
  margin: 8px 0 0;
  color: var(--ink-soft);
}

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
  background: linear-gradient(135deg, #0c2334 0%, #123955 100%);
  color: #fff;
}

.cta-banner h3 {
  margin: 14px 0 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.section--future {
  background:
    radial-gradient(circle at top center, rgba(53, 184, 242, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 252, 0.96));
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.partners-grid__item {
  min-height: 104px;
  display: grid;
  place-items: center;
  padding: 22px;
  border: 1px dashed rgba(20, 152, 216, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink-soft);
  box-shadow: var(--shadow-sm);
  transition: transform 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}

.partners-grid__item:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 152, 216, 0.42);
  background: rgba(255, 255, 255, 1);
}

.partners-grid__item span {
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
  margin-top: 40px;
}

.faq-item {
  padding: 0;
  border: 1px solid rgba(9, 33, 52, 0.08);
  background: rgba(255, 255, 255, 0.98);
  overflow: hidden;
}

.faq-item:nth-child(even) {
  transform: translateY(18px);
}

.faq-item summary {
  position: relative;
  padding: 24px 62px 24px 24px;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.06rem;
  font-weight: 700;
  color: #74797d;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::after {
  content: "▾";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: var(--primary-strong);
  transition: transform 0.22s ease;
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--ink-soft);
  line-height: 1.8;
}

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

.blog-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(9, 33, 52, 0.08);
  background: rgba(255, 255, 255, 0.96);
  color: inherit;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.blog-card img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

.blog-card__content {
  padding: 22px;
}

.blog-card h3 {
  margin: 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.14rem;
  font-weight: 700;
  color: #2f4254;
  line-height: 1.36;
}

.blog-card p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  line-height: 1.8;
}

.blog-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.blog-actions[hidden] {
  display: none;
}

.blog-actions .button:disabled {
  cursor: progress;
  opacity: 0.72;
  transform: none;
}

.blog-empty,
.blog-status {
  margin: 26px auto 0;
  color: var(--ink-soft);
  font-weight: 700;
  text-align: center;
}

.blog-empty {
  grid-column: 1 / -1;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 28px;
  align-items: start;
  margin-top: 42px;
}

.contact-highlights {
  display: grid;
  gap: 14px;
}

.contact-highlight-card {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  min-height: 154px;
  padding: 22px 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  text-align: center;
}

.contact-highlight-card__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.contact-highlight-card__head .icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.contact-highlight-card__head .icon-badge svg {
  width: 24px;
  height: 24px;
}

.contact-highlight-card strong {
  display: block;
  margin: 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.18rem;
  text-transform: uppercase;
}

.contact-highlight-card p {
  width: min(100%, 320px);
  margin: 0 auto;
  color: rgba(248, 251, 255, 0.84);
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: center;
}

.contact-highlight-card a {
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
  margin-top: 2px;
  color: #9ceeff;
  font-weight: 800;
  text-align: center;
  overflow-wrap: anywhere;
}

.contact-form {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

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

.form-grid label {
  display: grid;
  gap: 8px;
}

.form-grid span {
  font-size: 0.92rem;
  font-weight: 800;
  color: rgba(248, 251, 255, 0.96);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  outline: none;
  transition: border-color 0.22s ease, background-color 0.22s ease;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: rgba(156, 238, 255, 0.86);
  background: rgba(255, 255, 255, 0.14);
}

.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: rgba(248, 251, 255, 0.56);
}

.form-grid select option {
  color: var(--ink);
}

.form-grid textarea {
  resize: vertical;
}

.form-grid__full {
  grid-column: 1 / -1;
}

.contact-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.demo-note {
  margin-top: 16px;
  color: rgba(248, 251, 255, 0.86);
}

.demo-note.is-error {
  color: #ffd0d0;
}

.site-footer {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 54px 0 28px;
  background:
    radial-gradient(circle at top right, rgba(90, 150, 214, 0.18), transparent 16%),
    radial-gradient(circle at 108% -10%, rgba(255, 255, 255, 0.08), transparent 14%),
    linear-gradient(180deg, #18345b 0%, #1a3b63 100%);
  color: rgba(248, 251, 255, 0.84);
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.site-footer::before {
  width: 240px;
  height: 240px;
  top: -130px;
  right: -120px;
  border: 28px solid rgba(255, 255, 255, 0.08);
}

.site-footer::after {
  width: 150px;
  height: 150px;
  bottom: -84px;
  left: -70px;
  border: 20px solid rgba(255, 255, 255, 0.06);
}

.site-footer .container {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100vw - 48px));
  max-width: 1180px;
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(180px, 0.7fr) minmax(220px, 0.9fr);
  gap: 48px;
  align-items: start;
}

.site-footer__brand img {
  width: 230px;
  margin-bottom: 20px;
}

.site-footer__brand p {
  max-width: 380px;
  margin: 0;
  line-height: 1.75;
}

.site-footer__mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 22px;
}

.site-footer__mini-links a,
.legal-links a {
  color: rgba(248, 251, 255, 0.84);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.24s ease, transform 0.24s ease;
}

.site-footer__mini-links a:hover,
.legal-links a:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.site-footer__column strong {
  display: block;
  margin: 10px 0 22px;
  color: #fff;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.social-links,
.legal-links {
  display: flex;
  gap: 14px;
}

.legal-links {
  flex-direction: column;
  gap: 16px;
}

.social-links a {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  text-decoration: none;
  transition: transform 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

.social-links a:hover {
  transform: translateY(-3px);
  background: rgba(53, 184, 242, 0.16);
  border-color: rgba(139, 233, 255, 0.32);
}

.social-links svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer__bottom {
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__bottom p {
  margin: 0;
  color: rgba(248, 251, 255, 0.96);
  font-weight: 500;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 24;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  min-height: 62px;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, #29d367 0%, #18b95d 100%);
  box-shadow:
    0 18px 34px rgba(11, 93, 58, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease, background-color 0.24s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow:
    0 24px 42px rgba(11, 93, 58, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  filter: saturate(1.08);
}

.whatsapp-float svg {
  width: 29px;
  height: 29px;
  fill: currentColor;
  stroke: none;
  filter: drop-shadow(0 2px 6px rgba(7, 64, 37, 0.18));
}

.scroll-progress {
  --progress: 0%;
  position: fixed;
  right: 12px;
  bottom: 92px;
  z-index: 24;
  width: 74px;
  height: 74px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(var(--primary) var(--progress), rgba(255, 255, 255, 0.18) 0);
  color: #fff;
  box-shadow: var(--shadow-md);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.scroll-progress::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: rgba(9, 33, 52, 0.94);
}

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

.scroll-progress__ring {
  display: none;
}

.scroll-progress__value,
.scroll-progress__icon {
  position: relative;
  z-index: 1;
}

.scroll-progress__value {
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.scroll-progress__icon {
  position: absolute;
  bottom: 14px;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
}

.scroll-progress__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

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

@media (max-width: 1160px) {
  .brand {
    width: 236px;
  }

  .site-nav {
    gap: 10px;
  }

  .site-nav a {
    font-size: 0.84rem;
  }

  .hero__typed {
    min-width: 12ch;
  }
}

@media (max-width: 1120px) {
  .site-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .brand {
    display: flex;
    align-items: center;
    line-height: 0;
  }

  .brand img {
    width: 100%;
  }

  .menu-toggle {
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }

  .menu-toggle span {
    margin: 0 auto;
  }

  .site-nav {
    position: fixed;
    top: calc(var(--header-height) + 10px);
    right: 16px;
    left: 16px;
    display: grid;
    justify-content: stretch;
    gap: 6px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-lg);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease, transform 0.24s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-nav a {
    padding: 12px 0;
  }

  .button--header {
    display: none;
  }

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

  .mosaic {
    min-height: 500px;
  }

  .timeline,
  .blog-grid,
  .advantages-shared__grid,
  .site-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-card {
    min-height: 0;
  }

  .timeline-backdrop {
    background-attachment: scroll;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 72px;
    --container: min(1180px, calc(100vw - 36px));
  }

  .eyebrow {
    font-size: 1.4rem;
  }

  .section {
    padding: 82px 0;
  }

  .brand {
    width: 224px;
  }

  .hero {
    min-height: calc(100svh - var(--header-height));
    padding: 40px 0 48px;
    align-items: center;
  }

  .hero__content {
    width: 100%;
    padding: 18px 10px 20px;
  }

  .hero__backgrounds .hero__bg {
    transform: translateY(0) scale(1);
  }

  .hero__backgrounds .hero__bg:nth-child(1) {
    object-position: 48% center;
  }

  .hero__backgrounds .hero__bg:nth-child(2) {
    object-position: 50% center;
  }

  .hero__backgrounds .hero__bg:nth-child(3) {
    object-position: 52% center;
  }

  .hero__backgrounds .hero__bg:nth-child(4) {
    object-position: 57% center;
  }

  .hero__backgrounds .hero__bg:nth-child(5) {
    object-position: 50% center;
  }

  .hero__backgrounds .hero__bg:nth-child(6) {
    object-position: 54% center;
  }

  .hero__backgrounds .hero__bg:nth-child(7),
  .hero__backgrounds .hero__bg:nth-child(8) {
    object-position: 50% center;
  }

  .hero__backgrounds .hero__bg[src*="autos"] {
    object-position: 48% center;
  }

  .hero__backgrounds .hero__bg[src*="motos"],
  .hero__backgrounds .hero__bg[src*="digital"],
  .hero__backgrounds .hero__bg[src*="hospedagem"] {
    object-position: 50% center;
  }

  .hero__backgrounds .hero__bg[src*="imoveis"],
  .hero__backgrounds .hero__bg[src*="casamentos"] {
    object-position: 52% center;
  }

  .hero__backgrounds .hero__bg[src*="reformas"] {
    object-position: 57% center;
  }

  .hero__backgrounds .hero__bg[src*="planejados"] {
    object-position: 54% center;
  }

  .hero__typed {
    min-width: 0;
    max-width: 100%;
  }

  .hero__typing-line {
    display: flex;
    min-height: auto;
  }

  .solution-grid,
  .advantages-top,
  .pricing-services,
  .faq-grid,
  .timeline,
  .blog-grid,
  .site-footer__top {
    grid-template-columns: 1fr;
  }

  .site-footer__top {
    gap: 28px;
  }

  .site-footer__brand img {
    width: 210px;
  }

  .site-footer__column strong {
    margin-top: 0;
  }

  .timeline-card {
    min-height: 0;
  }

  .timeline-backdrop {
    background-attachment: scroll;
  }

  .advantage-column__grid,
  .advantages-shared__grid {
    grid-template-columns: 1fr 1fr;
  }

  .segment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-item:nth-child(even) {
    transform: none;
  }
}

@media (max-width: 640px) {
  .site-header__inner {
    gap: 8px;
  }

  .eyebrow {
    font-size: 1.24rem;
  }

  .site-shell {
    padding-top: var(--header-height);
  }

  .site-header {
    position: fixed;
  }

  .site-header.is-hidden {
    transform: translateX(-50%);
  }

  .brand {
    width: clamp(188px, calc(100vw - 96px), 224px);
  }

  .section-heading h2,
  .section-copy h2 {
    font-size: clamp(1.95rem, 11.8vw, 2.9rem);
  }

  .hero h1 {
    max-width: min(100%, 11.5ch);
    font-size: clamp(2rem, 11vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
    white-space: normal;
  }

  .hero__typing-line {
    font-size: clamp(1.9rem, 10vw, 2.65rem);
    line-height: 1.04;
  }

  .hero__tagline {
    max-width: 18ch;
    margin-top: 22px;
    font-size: clamp(1.08rem, 5.4vw, 1.28rem);
    line-height: 1.35;
  }

  .hero__content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero__lead {
    max-width: 100%;
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .mosaic {
    min-height: 360px;
  }

  .mosaic__item {
    border-width: 7px;
  }

  .mosaic__item--large {
    inset: 18px 72px 82px 0;
  }

  .mosaic__item--wide {
    left: 12px;
    right: 102px;
    height: 110px;
  }

  .segment-group,
  .contact-form {
    padding: 24px;
  }

  .segment-grid,
  .advantage-column__grid,
  .advantages-shared__grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form__actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .whatsapp-float {
    left: auto;
    right: 16px;
    bottom: 16px;
    width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .scroll-progress {
    right: 13px;
    bottom: 90px;
    width: 66px;
    height: 66px;
  }

  .pricing-card__mode {
    white-space: normal;
  }
}
