:root {
  --bg-dark: #06142f;
  --bg-dark-2: #081a3a;
  --panel: rgba(18, 28, 62, 0.9);
  --panel-2: rgba(12, 21, 50, 0.92);
  --line: rgba(123, 151, 255, 0.16);
  --line-soft: rgba(133, 154, 255, 0.1);
  --text-main: #ffffff;
  --text-soft: rgba(223, 231, 255, 0.76);
  --blue: #5d73ff;
  --green: #59e3a4;
  --container: 1420px;
  --shadow: 0 24px 70px rgba(2, 9, 30, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 78% 15%, rgba(78, 96, 255, 0.14), transparent 15%),
    radial-gradient(circle at 71% 41%, rgba(55, 193, 255, 0.085), transparent 18%),
    radial-gradient(circle at 57% 55%, rgba(102, 90, 255, 0.06), transparent 18%),
    linear-gradient(180deg, #041028 0%, #071733 100%);
  color: var(--text-main);
}

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

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

.container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}

.page-header {
  position: relative;
  overflow: hidden;
}

.hero-noise {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(89, 112, 255, 0.05), transparent 34%),
    radial-gradient(circle at 16% 86%, rgba(74, 222, 255, 0.05), transparent 20%);
  pointer-events: none;
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0 6px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 22px;
  height: 22px;
  position: relative;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 35%, #7aefff, transparent 24%),
    linear-gradient(135deg, #4f6cff, #815cff);
  box-shadow: 0 0 24px rgba(82, 118, 255, 0.55);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.brand-mark::after {
  inset: 8px 5px;
  border-radius: 40%;
}

.brand-text {
  font-size: 1.26rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(229, 236, 255, 0.8);
  font-size: 0.95rem;
}

.nav-links a:hover,
.nav-links .nav-active {
  color: #ffffff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 0.95rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #6d72ff, #6170ff 48%, #6b58f5 100%);
  box-shadow: 0 10px 26px rgba(78, 106, 255, 0.26);
}

.button-secondary {
  color: #fff;
  background: rgba(11, 19, 49, 0.68);
  border-color: rgba(120, 142, 219, 0.32);
}

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.43fr) minmax(0, 0.57fr);
  gap: 10px;
  align-items: start;
  padding: 18px 0 24px;
}

.hero-copy {
  max-width: 560px;
  padding-top: 4px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 16px 0 13px;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(rgba(7, 22, 52, 0.8), rgba(7, 22, 52, 0.8)) padding-box,
    linear-gradient(90deg, rgba(70, 224, 214, 0.85), rgba(75, 122, 255, 0.8), rgba(128, 96, 255, 0.78)) border-box;
  box-shadow:
    0 0 16px rgba(76, 100, 255, 0.12),
    inset 0 0 10px rgba(45, 220, 210, 0.04);
  color: #8df4da;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.eyebrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #8ff6df;
  background: radial-gradient(circle at 35% 35%, rgba(118, 255, 245, 0.26), rgba(41, 76, 175, 0.18));
  box-shadow: inset 0 0 0 1px rgba(118, 241, 255, 0.18);
}

.eyebrow-icon svg {
  width: 13px;
  height: 13px;
  display: block;
}

.hero h1 {
  max-width: 548px;
  margin: 14px 0 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(3rem, 3.85vw, 3.35rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.hero-line {
  display: block;
  white-space: nowrap;
}

.hero-accent {
  color: var(--green);
}

.hero-text {
  max-width: 530px;
  margin: 22px 0 0;
  color: rgba(216, 226, 246, 0.78);
  font-size: 1rem;
  line-height: 1.6;
}

.hero-audience {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 0;
  color: rgba(241, 246, 255, 0.9);
  font-size: 0.94rem;
  font-weight: 700;
}

.audience-icon {
  position: relative;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(78, 224, 182, 0.9);
}

.audience-icon::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #45d6af;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
}

.button-arrow {
  margin-left: 10px;
  font-size: 1rem;
  line-height: 1;
}

.hero-actions .button {
  min-width: 164px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 13px;
  font-size: 0.98rem;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
  max-width: 468px;
}

.metric-item {
  min-width: 0;
}

.metric-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.metric-item strong {
  display: block;
  font-size: 1.96rem;
  line-height: 1;
}

.metric-item span {
  display: block;
  margin-top: 7px;
  color: rgba(207, 217, 242, 0.72);
  font-size: 0.8rem;
  line-height: 1.38;
}

.metric-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(99, 221, 189, 0.6);
}

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

.metric-icon-response::before {
  inset: 3px 4px 5px;
  border: 2px solid rgba(91, 230, 187, 0.92);
  border-top: 0;
  border-radius: 2px 2px 6px 6px;
}

.metric-icon-response::after {
  width: 6px;
  height: 2px;
  left: 5px;
  top: 1px;
  background: rgba(91, 230, 187, 0.92);
}

.metric-icon-visits::before {
  width: 3px;
  height: 8px;
  left: 3px;
  bottom: 3px;
  background: rgba(91, 230, 187, 0.92);
  box-shadow: 5px -3px 0 0 rgba(91, 230, 187, 0.92), 10px -6px 0 0 rgba(91, 230, 187, 0.92);
}

.metric-icon-conversion::before {
  width: 11px;
  height: 11px;
  left: 2px;
  top: 2px;
  border: 2px solid rgba(91, 230, 187, 0.92);
  border-radius: 50%;
}

.metric-icon-conversion::after {
  width: 5px;
  height: 2px;
  right: 1px;
  top: 7px;
  background: rgba(91, 230, 187, 0.92);
  transform: rotate(35deg);
}

.hero-flow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(178px, 190px) auto minmax(178px, 190px);
  gap: 46px;
  align-items: start;
  justify-content: center;
  min-height: 540px;
  padding: 0 0 44px;
  transform: translateY(24px);
  background:
    radial-gradient(circle at 49% 34%, rgba(78, 126, 255, 0.18), transparent 14%),
    radial-gradient(circle at 49% 34%, rgba(59, 214, 255, 0.08), transparent 26%);
}

.hero-flow::before,
.hero-flow::after {
  content: "";
  position: absolute;
  top: 64px;
  bottom: 78px;
  width: 1px;
  border-left: 1px dashed rgba(97, 212, 255, 0.16);
  pointer-events: none;
}

.hero-flow::before {
  left: calc(190px + 23px);
}

.hero-flow::after {
  right: calc(190px + 23px);
}

.flow-column {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.flow-title {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
}

.flow-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 9px 13px;
  border-radius: 14px;
  background: rgba(27, 38, 82, 0.82);
  border: 1px solid rgba(92, 114, 191, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.flow-card:hover {
  transform: translateY(-1px);
  border-color: rgba(101, 200, 255, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 0 1px rgba(63, 126, 255, 0.08);
}

.flow-left .flow-card::after,
.flow-right .flow-card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  border-top: 1px dashed rgba(97, 212, 255, 0.18);
}

.flow-left .flow-card::before,
.flow-right .flow-card::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(86, 226, 255, 0.7);
  box-shadow: 0 0 10px rgba(86, 226, 255, 0.34);
  animation: connector-pulse 3.4s ease-in-out infinite;
}

.flow-left .flow-card::after {
  right: -20px;
}

.flow-left .flow-card::before {
  right: -23px;
}

.flow-right .flow-card::after {
  left: -20px;
}

.flow-right .flow-card::before {
  left: -23px;
}

.flow-card img,
.score-badge {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
}

.flow-card img {
  object-fit: contain;
  background: rgba(255, 255, 255, 0.035);
}

.flow-card strong,
.flow-card small {
  display: block;
}

.flow-card strong {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.25;
}

.flow-card small {
  margin-top: 4px;
  color: rgba(216, 224, 245, 0.72);
  font-size: 0.75rem;
  line-height: 1.33;
}

.flow-card-compact {
  min-height: 62px;
}

.score-badge {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(122, 255, 190, 0.24), rgba(20, 30, 70, 0.96)),
    linear-gradient(135deg, #47cf7b, #286f47);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 0 0 1px rgba(89, 221, 151, 0.2);
}

.flow-center {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  align-self: stretch;
  min-height: 474px;
  padding-top: 0;
}

.ai-visual {
  position: relative;
  width: min(100%, 242px);
}

.ai-visual::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  width: calc(100% + 228px);
  border-top: 1px dashed rgba(97, 212, 255, 0.14);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.ai-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(100% + 116px);
  border-left: 1px dashed rgba(97, 212, 255, 0.13);
  transform: translateX(-50%);
  pointer-events: none;
}

.ai-core {
  width: 100%;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 34px rgba(73, 118, 255, 0.22));
  animation: ai-breathe 3.8s ease-in-out infinite;
}

.wa-badge {
  position: absolute;
  z-index: 2;
  right: -8px;
  bottom: 10px;
  width: 75px;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.3));
  animation: whatsapp-float 3.6s ease-in-out infinite;
}

.flow-caption {
  position: static;
  width: 298px;
  margin: 0;
  color: rgba(221, 229, 246, 0.84);
  font-size: 0.84rem;
  font-weight: 700;
  text-align: center;
}

@keyframes ai-breathe {
  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 30px rgba(73, 118, 255, 0.2));
  }

  50% {
    transform: scale(1.018);
    filter: drop-shadow(0 0 40px rgba(84, 180, 255, 0.26));
  }
}

@keyframes connector-pulse {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(1);
  }

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

@keyframes whatsapp-float {
  0%,
  100% {
    transform: translateY(0);
  }

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

.lead-problems-section {
  position: relative;
  background:
    radial-gradient(circle at 50% 20%, rgba(119, 100, 255, 0.045), transparent 24%),
    radial-gradient(circle at 24% 54%, rgba(80, 188, 255, 0.035), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 55%, #f8faff 100%);
  border-top: 1px solid rgba(204, 216, 245, 0.42);
  box-shadow: inset 0 12px 20px rgba(255, 255, 255, 0.32);
}

.lead-problems-shell {
  padding-top: 52px;
  padding-bottom: 56px;
}

.lead-problems-header {
  text-align: center;
}

.lead-problems-header h2 {
  margin: 0;
  color: #101a3f;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(2.3rem, 3.15vw, 2.6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.lead-problems-header h2 span {
  background: linear-gradient(90deg, #7657ff, #5b6df8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead-problems-header p {
  max-width: 860px;
  margin: 0 auto;
  color: rgba(62, 75, 109, 0.78);
  font-size: 0.98rem;
  line-height: 1.6;
}

.lead-problems-header p:first-of-type {
  margin-top: 14px;
}

.lead-problems-header p + p {
  margin-top: 2px;
}

.lead-problems-grid {
  display: grid;
}

.lead-problems-grid-top {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.lead-problems-grid-bottom {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 14px;
}

.lead-problem-card {
  --problem-accent: rgba(117, 107, 255, 0.12);
  position: relative;
  min-height: 168px;
  padding: 18px 20px 16px;
  border: 1px solid rgba(85, 105, 150, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 28px rgba(25, 45, 90, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.lead-problem-card:hover {
  transform: translateY(-3px);
  border-color: rgba(101, 124, 191, 0.18);
  box-shadow:
    0 12px 32px rgba(24, 43, 88, 0.09),
    0 0 0 1px var(--problem-accent);
}

.lead-problem-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.25) 58%, transparent 72%),
    var(--problem-accent);
}

.lead-problem-card:hover .lead-problem-icon img {
  transform: scale(1.03);
}

.lead-problem-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.lead-problem-card h3 {
  margin: 0;
  color: #132046;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

.lead-problem-card h3 span {
  margin-right: 4px;
  font-size: 0.9rem;
}

.lead-problem-card p {
  margin: 10px 0 0;
  color: rgba(71, 84, 117, 0.8);
  font-size: 0.91rem;
  line-height: 1.58;
}

.lead-problem-card-violet {
  --problem-accent: rgba(147, 109, 255, 0.14);
}

.lead-problem-card-orange {
  --problem-accent: rgba(255, 170, 92, 0.14);
}

.lead-problem-card-teal {
  --problem-accent: rgba(89, 226, 197, 0.14);
}

.lead-problem-card-pink {
  --problem-accent: rgba(255, 110, 179, 0.13);
}

.lead-problem-card-cyan {
  --problem-accent: rgba(95, 201, 255, 0.14);
}

.lead-problem-card-green {
  --problem-accent: rgba(109, 227, 140, 0.14);
}

.lead-problem-card-purple {
  --problem-accent: rgba(162, 116, 255, 0.14);
}

.lead-problem-card-warning {
  --problem-accent: rgba(255, 157, 85, 0.15);
}

.agent-journey-section {
  position: relative;
  background:
    radial-gradient(circle at 75% 50%, rgba(102, 91, 255, 0.1), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.agent-journey-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.34fr);
  gap: 28px;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 36px;
}

.agent-journey-copy {
  max-width: 520px;
}

.agent-journey-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 18px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(97, 101, 255, 0.08);
  color: #5c62f4;
  font-size: 0.77rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.agent-journey-copy h2 {
  margin: 0;
  max-width: 520px;
  color: #101a3f;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(2.65rem, 4vw, 3.1rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.agent-journey-copy h2 span {
  display: block;
  background: linear-gradient(90deg, #6d5cff 0%, #4ddfb5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.agent-journey-text {
  margin: 18px 0 0;
  max-width: 510px;
  color: rgba(60, 74, 108, 0.86);
  font-size: 1.02rem;
  line-height: 1.68;
}

.agent-journey-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.agent-journey-capabilities li {
  position: relative;
  padding-left: 16px;
  color: #20305a;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.5;
}

.agent-journey-capabilities li::before {
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #62dfff 0%, #765cff 100%);
  content: "";
}

.agent-journey-cta {
  margin-top: 24px;
}

.agent-journey-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 620px;
}

.agent-journey-visual::before {
  position: absolute;
  inset: 10% 6% 8% 10%;
  background: radial-gradient(circle, rgba(83, 103, 255, 0.12), transparent 60%);
  content: "";
  pointer-events: none;
  filter: blur(10px);
}

.agent-journey-visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 800px);
  height: auto;
  object-fit: contain;
  animation: agent-visual-float 9s ease-in-out infinite;
}

@keyframes agent-visual-float {
  0%,
  100% {
    transform: translateY(0);
  }

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

.realty-solution-section {
  position: relative;
  background:
    radial-gradient(circle at 20% 24%, rgba(83, 106, 255, 0.12), transparent 22%),
    radial-gradient(circle at 82% 22%, rgba(49, 205, 255, 0.09), transparent 22%),
    linear-gradient(180deg, #08112c 0%, #091430 100%);
}

.realty-solution-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 22px;
  align-items: start;
  padding-top: 40px;
  padding-bottom: 44px;
}

.realty-solution-copy {
  min-height: 100%;
  padding: 24px 24px 22px;
  border: 1px solid rgba(98, 120, 193, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(11, 19, 49, 0.92), rgba(9, 17, 43, 0.96)),
    rgba(9, 17, 43, 0.96);
  box-shadow: 0 14px 34px rgba(5, 11, 33, 0.22);
}

.realty-solution-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 14px;
  padding: 0 11px;
  border: 1px solid rgba(79, 101, 188, 0.4);
  border-radius: 999px;
  background: rgba(10, 17, 42, 0.8);
  color: rgba(139, 217, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
}

.realty-solution-copy h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.realty-solution-copy .accent-violet,
.realty-solution-copy .accent-green {
  display: block;
}

.realty-solution-copy .accent-violet {
  color: #7f73ff;
}

.realty-solution-copy .accent-green {
  color: #4de1b5;
}

.realty-solution-copy p {
  margin: 0;
  color: rgba(211, 220, 246, 0.76);
  font-size: 0.93rem;
  line-height: 1.62;
}

.realty-solution-copy p + p {
  margin-top: 10px;
}

.realty-solution-copy h2 + p {
  margin-top: 14px;
}

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

.realty-solution-card {
  --solution-accent: rgba(112, 239, 164, 0.24);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 78px;
  padding: 14px 14px 13px;
  border: 1px solid rgba(80, 100, 172, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(16, 24, 58, 0.94), rgba(12, 19, 48, 0.96)),
    rgba(12, 19, 48, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.realty-solution-card:hover {
  transform: translateY(-2px);
  border-color: rgba(115, 138, 213, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 26px rgba(5, 11, 33, 0.18);
}

.realty-solution-card-wide {
  grid-column: 1 / -1;
}

.realty-solution-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.2), transparent 65%),
    rgba(255, 255, 255, 0.02);
  color: var(--solution-accent);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.realty-solution-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  stroke: currentColor;
}

.realty-solution-card h3 {
  margin: 0;
  color: #eef3ff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.realty-solution-card p {
  margin: 4px 0 0;
  color: rgba(195, 206, 237, 0.64);
  font-size: 0.74rem;
  line-height: 1.45;
}

.icon-green {
  --solution-accent: #73ef9f;
}

.icon-cyan {
  --solution-accent: #5fd8ff;
}

.icon-gold {
  --solution-accent: #ffc45e;
}

.icon-pink {
  --solution-accent: #ff6db6;
}

.icon-teal {
  --solution-accent: #44dfd4;
}

.icon-purple {
  --solution-accent: #c28bff;
}

.icon-lime {
  --solution-accent: #81ef6d;
}

.realty-works-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border-top: 1px solid rgba(216, 224, 244, 0.46);
}

.realty-works-shell {
  padding-top: 27px;
  padding-bottom: 27px;
}

.realty-works-header {
  text-align: center;
}

.realty-works-header h2 {
  margin: 0;
  color: #101a3f;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(1.95rem, 2.5vw, 2.15rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.realty-works-header h2 span {
  background: linear-gradient(90deg, #5f7dff, #7a56ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.realty-works-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  align-items: start;
  gap: 6px;
  margin-top: 19px;
}

.realty-works-line {
  position: absolute;
  left: 5.6%;
  right: 5.6%;
  top: 34px;
  border-top: 1px dashed rgba(103, 98, 219, 0.18);
  pointer-events: none;
}

.realty-works-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.realty-works-icon {
  --works-glow: rgba(138, 108, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  background: radial-gradient(circle at center, var(--works-glow), transparent 72%);
  transition: transform 220ms ease, filter 220ms ease;
}

.realty-works-step:hover .realty-works-icon {
  transform: translateY(-2px);
  filter: saturate(1.04);
}

.realty-works-icon img {
  max-width: 68px;
  max-height: 68px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.realty-works-step h3 {
  min-height: 38px;
  margin: 13px 0 0;
  color: #18244b;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: -0.012em;
}

.realty-works-step p {
  min-height: 66px;
  max-width: 178px;
  margin: 8px auto 0;
  color: rgba(72, 86, 120, 0.78);
  font-size: 0.84rem;
  line-height: 1.52;
}

.realty-works-arrow {
  display: grid;
  place-items: start center;
  padding-top: 22px;
  color: rgba(106, 101, 223, 0.84);
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1;
  animation: works-arrow-pulse 3s ease-in-out infinite;
}

.realty-works-icon-violet {
  --works-glow: rgba(153, 107, 255, 0.12);
}

.realty-works-icon-green {
  --works-glow: rgba(72, 221, 126, 0.12);
}

.realty-works-icon-blue {
  --works-glow: rgba(83, 161, 255, 0.12);
}

.realty-works-icon-orange {
  --works-glow: rgba(255, 172, 72, 0.13);
}

.realty-works-icon-pink {
  --works-glow: rgba(255, 102, 180, 0.12);
}

.realty-works-icon-lime {
  --works-glow: rgba(111, 224, 86, 0.12);
}

@keyframes works-arrow-pulse {
  0%,
  100% {
    opacity: 0.62;
  }

  50% {
    opacity: 1;
  }
}

.impact-band-section {
  position: relative;
  overflow: hidden;
  min-height: 232px;
  background:
    radial-gradient(circle at 82% 46%, rgba(78, 90, 223, 0.16), transparent 34%),
    linear-gradient(90deg, #061329 0%, #071632 55%, #0a1740 100%);
}

.impact-band-shell {
  position: relative;
  z-index: 2;
  padding-top: 26px;
  padding-bottom: 28px;
}

.impact-band-header {
  text-align: center;
}

.impact-band-header h2 {
  margin: 0;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.impact-band-header h2 span {
  color: #42dd9a;
}

.impact-band-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  margin-top: 26px;
}

.impact-band-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 8px;
  align-items: center;
}

.impact-band-icon {
  display: inline-flex;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(8, 36, 76, 0.8);
  border: 1px solid rgba(63, 166, 255, 0.48);
  box-shadow: 0 0 15px rgba(29, 143, 255, 0.1);
}

.impact-band-icon img {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
  opacity: 1;
  filter: none;
}

.impact-band-item:nth-child(5) .impact-band-icon img {
  width: 30px;
  height: 30px;
}

.impact-band-item strong {
  display: block;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.impact-band-item p {
  grid-column: 2;
  margin: 0;
  max-width: 150px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.42;
  color: rgba(229, 237, 255, 0.78);
}

.impact-band-skyline {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: right bottom;
  opacity: 0.44;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 18%, #000 42%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 18%, #000 42%);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.tools-strip-section {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.tools-strip-shell {
  padding-top: 30px;
  padding-bottom: 32px;
}

.tools-strip-header {
  text-align: center;
}

.tools-strip-header h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #0f1a35;
}

.tools-strip-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.tool-card {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 66px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(70, 95, 135, 0.1);
  border-radius: 13px;
  box-shadow: 0 5px 18px rgba(20, 45, 90, 0.05);
  color: #26334f;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.tool-card:hover {
  transform: translateY(-2px);
  border-color: rgba(70, 95, 135, 0.16);
  box-shadow: 0 8px 22px rgba(20, 45, 90, 0.08);
}

.tool-card span {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.tool-card-dashboards span {
  max-width: 92px;
  white-space: normal;
}

.tool-icon {
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}

.tool-card-crm {
  width: 182px;
}

.tool-card-sheets {
  width: 180px;
}

.tool-card-excel {
  width: 140px;
}

.tool-card-forms {
  width: 165px;
}

.tool-card-portals {
  width: 185px;
}

.tool-card-meta {
  width: 185px;
}

.tool-card-dashboards {
  width: 190px;
}

.tool-icon-crm {
  width: 30px;
  height: 30px;
}

.tool-icon-sheets {
  width: 30px;
  height: 30px;
}

.tool-icon-excel {
  width: 32px;
  height: 32px;
}

.tool-icon-forms {
  width: 30px;
  height: 30px;
}

.tool-icon-portals {
  width: 31px;
  height: 31px;
}

.tool-icon-meta {
  width: 34px;
  height: 34px;
}

.tool-icon-dashboards {
  width: 31px;
  height: 31px;
}

.final-cta-section {
  background: #ffffff;
}

.final-cta-shell {
  padding-top: 4px;
  padding-bottom: 18px;
}

.final-cta-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(200px, 0.86fr) minmax(420px, 1.42fr) minmax(290px, 0.98fr);
  align-items: center;
  min-height: 300px;
  padding: 26px 32px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 82%, rgba(20, 33, 118, 0.42), transparent 34%),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(90deg, #4d4bcf 0%, #5b55e7 35%, #4d54f0 65%, #3346b8 100%);
  box-shadow: 0 18px 34px rgba(52, 65, 158, 0.16);
}

.final-cta-banner::after {
  position: absolute;
  inset: auto 0 0 auto;
  width: 34%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(14, 21, 77, 0.16) 100%);
  content: "";
  pointer-events: none;
}

.final-cta-villa {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.final-cta-villa img {
  display: block;
  width: auto;
  max-width: 332px;
  max-height: 236px;
  height: auto;
  opacity: 0.34;
  object-fit: contain;
  filter: saturate(0.9);
  transform: translateX(-10px);
}

.final-cta-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.final-cta-content h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.final-cta-content p {
  margin: 12px 0 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.final-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.final-cta-button:hover {
  transform: translateY(-1px);
}

.final-cta-button-primary {
  background: #ffffff;
  color: #4b4dd9;
  box-shadow: 0 8px 20px rgba(27, 35, 121, 0.18);
}

.final-cta-button-primary:hover {
  box-shadow: 0 12px 24px rgba(27, 35, 121, 0.22);
}

.final-cta-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

.final-cta-button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
}

.final-cta-mockups {
  position: relative;
  z-index: 3;
  min-height: 244px;
}

.final-cta-laptop {
  position: absolute;
  top: 50%;
  right: -4px;
  bottom: auto;
  width: clamp(286px, 22vw, 332px);
  height: auto;
  object-fit: contain;
  transform: translateY(-50%);
}

.final-cta-phone {
  position: absolute;
  top: 50%;
  right: 224px;
  bottom: auto;
  width: clamp(84px, 6.6vw, 98px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(22, 29, 100, 0.26));
  transform: translateY(-44%);
}

@media (max-width: 1240px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hero-flow {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 12px 0 28px;
    transform: none;
  }

  .hero-flow::before,
  .hero-flow::after {
    display: none;
  }

  .flow-column {
    max-width: 100%;
  }

  .flow-title {
    text-align: left;
  }

  .flow-center {
    order: -1;
    margin-bottom: 6px;
    min-height: 0;
    padding-top: 12px;
    gap: 18px;
  }

  .metric-row {
    max-width: none;
  }

  .ai-visual::before,
  .ai-visual::after,
  .flow-left .flow-card::after,
  .flow-right .flow-card::after,
  .flow-left .flow-card::before,
  .flow-right .flow-card::before {
    display: none;
  }

  .lead-problems-grid-top {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lead-problems-grid-bottom {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lead-problems-grid-bottom .lead-problem-card:last-child {
    grid-column: span 2;
  }

  .agent-journey-shell {
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
    gap: 22px;
  }

  .agent-journey-copy h2 {
    font-size: clamp(2.45rem, 3.7vw, 2.85rem);
  }

  .agent-journey-visual {
    min-height: 560px;
  }

  .agent-journey-visual img {
    width: min(100%, 740px);
  }

  .realty-solution-shell {
    grid-template-columns: 1fr;
  }

  .realty-works-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 18px;
  }

  .realty-works-line,
  .realty-works-arrow {
    display: none;
  }

  .impact-band-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 20px;
  }

  .impact-band-skyline {
    width: 52%;
    opacity: 0.42;
  }

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

  .tool-card,
  .tool-card-crm,
  .tool-card-sheets,
  .tool-card-excel,
  .tool-card-forms,
  .tool-card-portals,
  .tool-card-meta,
  .tool-card-dashboards {
    width: auto;
  }

  .final-cta-banner {
    grid-template-columns: minmax(140px, 0.7fr) minmax(360px, 1.3fr) minmax(240px, 0.95fr);
    min-height: 292px;
    padding: 24px 26px;
  }

  .final-cta-content h2 {
    font-size: 35px;
  }

  .final-cta-villa img {
    max-width: 300px;
    max-height: 220px;
  }

  .final-cta-laptop {
    width: clamp(258px, 20vw, 300px);
  }

  .final-cta-phone {
    right: 198px;
    width: clamp(78px, 5.8vw, 90px);
  }

}

@media (max-width: 780px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .topbar {
    padding-top: 18px;
  }

  .nav-links {
    display: none;
  }

  .topbar .button {
    display: none;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-copy {
    max-width: none;
    padding-top: 0;
  }

  .hero h1 {
    font-size: 2.6rem;
  }

  .hero-line {
    white-space: normal;
  }

  .metric-row {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 100%;
  }

  .hero-flow {
    padding: 12px 0 24px;
  }

  .wa-badge {
    width: 72px;
    bottom: 18px;
  }

  .lead-problems-shell {
    padding-top: 60px;
    padding-bottom: 66px;
  }

  .lead-problems-header h2 {
    font-size: 2rem;
  }

  .lead-problems-header p {
    font-size: 0.95rem;
  }

  .lead-problems-grid-top,
  .lead-problems-grid-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 32px;
  }

  .lead-problems-grid-bottom {
    margin-top: 16px;
  }

  .lead-problems-grid-bottom .lead-problem-card:last-child {
    grid-column: auto;
  }

  .lead-problem-card {
    min-height: 0;
  }

  .agent-journey-shell {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 40px;
    padding-bottom: 34px;
  }

  .agent-journey-copy {
    max-width: none;
  }

  .agent-journey-copy h2 {
    max-width: 620px;
    font-size: 2.35rem;
  }

  .agent-journey-text {
    max-width: none;
    font-size: 0.98rem;
  }

  .agent-journey-capabilities {
    gap: 8px 14px;
  }

  .agent-journey-visual {
    justify-content: center;
    min-height: 0;
  }

  .agent-journey-visual::before {
    inset: 12% 4% 8%;
  }

  .agent-journey-visual img {
    width: min(100%, 720px);
  }

  .realty-solution-shell {
    padding-top: 28px;
    padding-bottom: 34px;
  }

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

  .realty-solution-card-wide {
    grid-column: 1 / -1;
  }

  .realty-works-shell {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .realty-works-header h2 {
    font-size: 1.85rem;
  }

  .realty-works-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
  }

  .realty-works-step p {
    min-height: 0;
  }

  .impact-band-section {
    min-height: 0;
  }

  .impact-band-shell {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .impact-band-header h2 {
    font-size: 27px;
  }

  .impact-band-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
    margin-top: 24px;
  }

  .impact-band-item {
    grid-template-columns: 50px minmax(0, 1fr);
    column-gap: 13px;
  }

  .impact-band-icon {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
  }

  .impact-band-icon img {
    width: 25px;
    height: 25px;
  }

  .impact-band-item:nth-child(5) .impact-band-icon img {
    width: 28px;
    height: 28px;
  }

  .impact-band-item strong {
    font-size: 34px;
  }

  .impact-band-item p {
    max-width: 100%;
  }

  .impact-band-skyline {
    width: 48%;
    opacity: 0.34;
  }

  .tools-strip-shell {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .tools-strip-header h2 {
    font-size: 27px;
  }

  .tools-strip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
  }

  .tool-card {
    min-height: 62px;
    padding: 12px 15px;
  }

  .tool-card span {
    font-size: 13px;
  }

  .final-cta-shell {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .final-cta-banner {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    padding: 28px 22px 22px;
  }

  .final-cta-banner::after {
    width: 42%;
  }

  .final-cta-villa {
    position: absolute;
    left: -12px;
    bottom: 0;
    width: 180px;
    pointer-events: none;
  }

  .final-cta-villa img {
    width: 180px;
    opacity: 0.18;
    transform: none;
  }

  .final-cta-content {
    max-width: none;
  }

  .final-cta-content h2 {
    font-size: 32px;
    max-width: 620px;
  }

  .final-cta-content p {
    font-size: 16px;
  }

  .final-cta-actions {
    margin-top: 18px;
  }

  .final-cta-mockups {
    min-height: 170px;
    margin-top: 2px;
  }

  .final-cta-laptop {
    right: 0;
    width: clamp(240px, 46vw, 320px);
  }

  .final-cta-phone {
    right: min(24vw, 160px);
    width: clamp(72px, 12vw, 90px);
  }

}

@media (max-width: 560px) {
  .lead-problems-grid-top,
  .lead-problems-grid-bottom {
    grid-template-columns: 1fr;
  }

  .agent-journey-shell {
    padding-top: 34px;
    padding-bottom: 28px;
  }

  .agent-journey-eyebrow {
    margin-bottom: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .agent-journey-copy h2 {
    font-size: 2.05rem;
  }

  .agent-journey-text {
    margin-top: 16px;
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .agent-journey-capabilities {
    margin-top: 16px;
  }

  .agent-journey-capabilities li {
    font-size: 0.82rem;
  }

  .agent-journey-cta {
    margin-top: 20px;
  }

  .agent-journey-visual img {
    width: 110%;
    max-width: none;
    margin-left: -5%;
  }

  .realty-solution-grid {
    grid-template-columns: 1fr;
  }

  .realty-works-flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .realty-works-step {
    padding-bottom: 10px;
  }

  .impact-band-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .impact-band-item {
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 11px;
  }

  .impact-band-icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }

  .impact-band-icon img {
    width: 24px;
    height: 24px;
  }

  .impact-band-item:nth-child(5) .impact-band-icon img {
    width: 27px;
    height: 27px;
  }

  .impact-band-item strong {
    font-size: 32px;
  }

  .impact-band-item p {
    max-width: none;
  }

  .impact-band-skyline {
    width: 60%;
    opacity: 0.14;
  }

  .tools-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .tool-card {
    min-height: 60px;
    padding: 12px 14px;
  }

  .tool-card span {
    font-size: 12.8px;
  }

  .tool-icon {
    width: 28px;
    height: 28px;
  }

  .final-cta-shell {
    padding-top: 10px;
    padding-bottom: 26px;
  }

  .final-cta-banner {
    padding: 24px 18px 20px;
    border-radius: 16px;
  }

  .final-cta-banner::after {
    width: 58%;
  }

  .final-cta-villa {
    width: 128px;
    left: -18px;
  }

  .final-cta-villa img {
    width: 128px;
    opacity: 0.14;
  }

  .final-cta-content h2 {
    font-size: 28px;
  }

  .final-cta-content p {
    font-size: 15px;
  }

  .final-cta-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .final-cta-button {
    width: 100%;
    min-height: 46px;
    padding: 0 22px;
  }

  .final-cta-mockups {
    min-height: 132px;
    margin-top: 8px;
  }

  .final-cta-laptop {
    width: min(76vw, 308px);
  }

  .final-cta-phone {
    right: min(30vw, 126px);
    width: min(22vw, 82px);
  }

}
