:root {
  --ink: #17223b;
  --graphite: #33415f;
  --steel: #58647d;
  --blue: #246bfd;
  --blue-dark: #1352d4;
  --blue-pale: #eaf2ff;
  --violet: #7b61ff;
  --violet-pale: #f0edff;
  --coral: #ff7f72;
  --coral-pale: #fff0ed;
  --concrete: #f6f8ff;
  --paper: #ffffff;
  --line: #d7dfec;
  --whatsapp: #25d366;
  --whatsapp-cta: #00ad59;
  --whatsapp-cta-dark: #00994e;
  --danger: #c43c4b;
  --shell: 1180px;
  --qa-hero-kicker-size: 15px;
  --qa-hero-free-size: clamp(82px, 8.6vw, 124px);
  --qa-hero-title-size: clamp(39px, 3.05vw, 43px);
  --qa-hero-lead-size: clamp(18px, 1.65vw, 21px);
  --qa-hero-cta-size: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input {
  font-family: "Inter", Arial, sans-serif;
}

button,
input {
  font-size: 18px;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.brand {
  font-family: "Archivo", Arial, sans-serif;
}

button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(36, 107, 253, 0.34);
  outline-offset: 3px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(23, 34, 59, 0.09);
  backdrop-filter: saturate(180%) blur(18px);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  line-height: 1;
}

.brand-logo {
  display: block;
  width: auto;
  height: 38px;
}

.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.desktop-nav > a {
  min-height: 42px;
  padding: 9px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  border-radius: 11px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.desktop-nav > a:hover,
.desktop-nav > a:focus-visible {
  color: var(--blue-dark);
  background: var(--blue-pale);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-menu-button,
.mobile-menu {
  display: none;
}

.mobile-menu-button {
  width: 44px;
  height: 44px;
  padding: 10px;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #dce5f7;
  border-radius: 12px;
  cursor: pointer;
}

.mobile-menu-button span {
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 160ms ease, opacity 160ms ease;
}

.mobile-menu-button[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-button[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 45;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  background: #ffffff;
  border-top: 1px solid var(--line);
  box-shadow: 0 22px 48px rgba(23, 34, 59, 0.16);
}

.mobile-menu-links {
  width: min(calc(100% - 30px), var(--shell));
  margin-inline: auto;
  padding: 12px 0 20px;
  display: grid;
}

.mobile-menu-links > a {
  min-height: 52px;
  padding: 12px 4px;
  display: flex;
  align-items: center;
  color: var(--ink);
  border-bottom: 1px solid #e8edf6;
  font-size: 16px;
  font-weight: 800;
}

@media (max-width: 940px) {
  .desktop-nav {
    display: none;
  }

  .mobile-menu-button {
    display: flex;
  }

  .mobile-menu:not([hidden]) {
    display: block;
  }
}

.mobile-market-selector {
  padding-top: 16px;
}

.mobile-market-selector > summary {
  width: 100%;
  min-height: 52px;
  padding: 7px 12px 7px 10px;
  list-style: none;
}

.mobile-market-selector > summary::-webkit-details-marker {
  display: none;
}

.mobile-market-selector[open] .market-selector-chevron {
  transform: rotate(180deg);
}

.mobile-market-selector-panel {
  max-height: min(48vh, 420px);
  margin-top: 10px;
  padding: 16px;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #dce5f7;
  border-radius: 16px;
}

.market-selector {
  position: relative;
}

.market-selector-button {
  min-height: 48px;
  padding: 6px 12px 6px 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #dce5f7;
  border-radius: 14px;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.market-selector-button > span:nth-child(2) {
  display: grid;
  gap: 1px;
}

.market-selector-button small {
  color: var(--steel);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.market-selector-button strong {
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

.market-selector-pin {
  width: 24px;
  height: 24px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--blue);
}

.market-selector-pin svg,
.market-selector-chevron {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.market-selector-chevron {
  width: 16px;
  height: 16px;
  color: var(--steel);
  transition: transform 160ms ease;
}

.market-selector.is-open .market-selector-chevron {
  transform: rotate(180deg);
}

.market-selector-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 50;
  width: min(340px, calc(100vw - 32px));
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 24px 64px rgba(23, 34, 59, 0.18);
}

.market-selector-title {
  display: block;
  margin-bottom: 12px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 17px;
}

.market-state-group {
  border-top: 1px solid #e7ecf6;
}

.market-state-group summary {
  padding: 12px 2px 8px;
  color: var(--steel);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.market-state-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.market-state-list a {
  padding: 9px 10px;
  color: var(--graphite);
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
}

.market-state-list a:hover,
.market-state-list a:focus-visible,
.market-state-list a[aria-current="true"] {
  color: var(--blue-dark);
  background: var(--blue-pale);
}

.language-switch {
  padding: 3px;
  display: inline-flex;
  gap: 2px;
  background: #eef3ff;
  border: 1px solid #dce5f7;
  border-radius: 999px;
}

@media (max-width: 620px) {
  .nav {
    min-height: 70px;
    gap: 10px;
  }

  .brand-logo {
    height: 31px;
  }

  .nav-actions {
    gap: 7px;
  }

  .market-selector {
    display: none;
  }

  .mobile-menu-button {
    display: flex;
  }

  .mobile-menu:not([hidden]) {
    display: block;
  }

  .market-selector-button {
    min-height: 44px;
    padding: 5px 8px;
    border-radius: 12px;
  }

  .market-selector-pin,
  .market-selector-button small,
  .market-selector-chevron {
    display: none;
  }

  .market-selector-button strong {
    max-width: 92px;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
  }

  .mobile-market-selector .market-selector-pin {
    display: grid;
  }

  .mobile-market-selector .market-selector-button small,
  .mobile-market-selector .market-selector-chevron {
    display: block;
  }

  .mobile-market-selector .market-selector-button strong {
    max-width: none;
    overflow: visible;
    font-size: 14px;
    text-overflow: clip;
  }

  .language-button {
    min-width: 44px;
    min-height: 44px;
    padding: 6px 8px;
    font-size: 13px;
  }

  .market-selector-panel {
    position: fixed;
    top: 76px;
    right: 16px;
  }
}

.language-button {
  min-width: 48px;
  min-height: 44px;
  padding: 8px 11px;
  color: var(--steel);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.language-button.is-active {
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 4px 12px rgba(36, 107, 253, 0.22);
}

@media (max-width: 620px) {
  .site-header .language-button {
    min-width: 44px;
    min-height: 44px;
    padding: 6px 8px;
    font-size: 13px;
  }
}

.hero {
  padding: 88px 0 98px;
  background:
    radial-gradient(circle at 10% 8%, rgba(89, 191, 255, 0.48), transparent 30%),
    radial-gradient(circle at 89% 13%, rgba(188, 142, 255, 0.4), transparent 32%),
    radial-gradient(circle at 50% 102%, rgba(255, 141, 117, 0.28), transparent 39%),
    linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(450px, 0.7fr);
  align-items: center;
  gap: clamp(58px, 8vw, 108px);
}

.hero-copy {
  max-width: 680px;
}

.home-product-heading {
  max-width: 720px;
  margin: 15px 0 12px;
  color: #111c35;
  font-family: Archivo, sans-serif;
  font-size: var(--qa-hero-title-size);
  line-height: 1.04;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.home-product-heading .home-free-offer {
  display: block;
  margin: 0;
  color: #286cff;
  font: inherit;
  font-size: var(--qa-hero-free-size);
  letter-spacing: -0.075em;
  line-height: 0.9;
  text-align: left;
}

.home-hero-tagline {
  display: block;
  margin-top: 18px;
  color: #1a59dc;
  font: 700 clamp(1.2rem, 2vw, 1.65rem)/1.25 Archivo, sans-serif;
  letter-spacing: normal;
}

.eyebrow,
.section-kicker {
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 14px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(36, 107, 253, 0.14);
  border-radius: 999px;
  font-size: var(--qa-hero-kicker-size);
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.coverage-chips {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.coverage-chips .coverage-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(36, 107, 253, 0.14);
  border-radius: 999px;
  white-space: nowrap;
}

h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(50px, 6.3vw, 78px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.hero-intro {
  max-width: 625px;
  margin-bottom: 0;
  color: var(--steel);
  font-size: var(--qa-hero-lead-size);
  line-height: 1.55;
}

.home-hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
}

.home-hero-benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  color: #174fc4;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(36, 107, 253, 0.18);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
}

.signup-card {
  padding: 38px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 28px;
  box-shadow:
    0 28px 80px rgba(56, 68, 123, 0.16),
    0 2px 8px rgba(23, 34, 59, 0.05);
  backdrop-filter: blur(24px);
}

.signup-card h2 {
  margin-bottom: 30px;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.14;
  letter-spacing: -0.045em;
}

.field {
  margin: 0 0 25px;
}

.field label,
.field legend {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
}

.field input[type="text"] {
  width: 100%;
  min-height: 58px;
  padding: 13px 16px;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid #b8c4d8;
  border-radius: 12px;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.field input[type="text"]:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(36, 107, 253, 0.12);
  outline: none;
}

.field input::placeholder {
  color: #8a9099;
  opacity: 1;
}

.trade-field {
  padding: 0;
  border: 0;
}

.trade-field legend {
  padding: 0;
}

.field-help {
  margin: -4px 0 12px;
  color: var(--steel);
  font-size: 15px;
  line-height: 1.45;
}

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

.trade-option {
  min-height: 54px;
  margin: 0 !important;
  padding: 11px 13px;
  display: flex !important;
  align-items: center;
  gap: 10px;
  color: var(--graphite) !important;
  background: var(--paper);
  border: 1.5px solid #c7d1e1;
  border-radius: 12px;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.25;
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease;
}

.trade-option:hover {
  border-color: var(--blue);
  background: var(--blue-pale);
}

.trade-option:focus-within {
  outline: 3px solid rgba(36, 107, 253, 0.24);
  outline-offset: 2px;
}

.trade-option input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
}

.trade-check {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  display: grid;
  place-items: center;
  color: transparent;
  background: var(--paper);
  border: 1.5px solid #858a92;
  border-radius: 7px;
  font-size: 14px;
}

.trade-option:has(input:checked) {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(75, 84, 219, 0.18);
}

.trade-option input:checked + .trade-check {
  color: var(--blue-dark);
  background: #ffffff;
  border-color: #ffffff;
}

.form-error {
  min-height: 0;
  margin: 0;
  color: var(--danger);
  font-size: 16px;
  font-weight: 700;
}

.form-error:not(:empty) {
  min-height: 26px;
  margin: -8px 0 15px;
}

.whatsapp-button {
  width: 100%;
  min-height: 62px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff;
  background: var(--whatsapp-cta);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(0, 173, 89, 0.22);
  cursor: pointer;
  font-size: var(--qa-hero-cta-size);
  font-weight: 800;
  transition: background 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.whatsapp-button:hover {
  background: var(--whatsapp-cta-dark);
  transform: translateY(1px);
  box-shadow: 0 9px 20px rgba(0, 153, 78, 0.2);
}

.whatsapp-button:disabled,
.whatsapp-button:disabled:hover {
  color: #7d879c;
  background: #dfe5ef;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.whatsapp-logo {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  display: block;
  background: currentColor;
  -webkit-mask: url("/assets/whatsapp.svg") center / contain no-repeat;
  mask: url("/assets/whatsapp.svg") center / contain no-repeat;
}

.whatsapp-button:disabled .whatsapp-logo {
  opacity: 1;
}

.button-arrow {
  margin-left: auto;
  font-size: 23px;
}

.privacy-note {
  margin: 15px 0 0;
  color: var(--steel);
  font-size: 15px;
  text-align: center;
}

.pac-container {
  margin-top: 5px;
  overflow: hidden;
  border: 1px solid #c7d1e1;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(45, 58, 98, 0.18);
  font-family: "Inter", Arial, sans-serif;
}

.pac-item {
  min-height: 50px;
  padding: 11px 14px;
  color: var(--steel);
  border-top-color: #e5e7e9;
  cursor: pointer;
  font-size: 15px;
  line-height: 26px;
}

.pac-item:hover,
.pac-item-selected {
  background: var(--blue-pale);
}

.pac-item-query {
  color: var(--ink);
  font-size: 16px;
}

.pac-icon {
  margin-top: 4px;
}

.how-it-works,
.conversation-section,
.home-testimonials-section,
.services-section,
.home-markets-section {
  padding: 104px 0;
}

.how-it-works {
  color: var(--ink);
  background:
    radial-gradient(circle at 3% 10%, rgba(89, 191, 255, 0.2), transparent 27%),
    radial-gradient(circle at 95% 85%, rgba(188, 142, 255, 0.18), transparent 30%),
    var(--concrete);
}

.section-heading {
  width: 100%;
  max-width: none;
  margin-bottom: 50px;
  display: block;
}

.section-kicker {
  margin-bottom: 12px;
}

.section-heading h2 {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 18px;
  font-size: clamp(38px, 4.5vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.section-heading p {
  width: 100%;
  max-width: 1040px;
  margin: 0;
  color: var(--steel);
  font-size: 19px;
}

.how-it-works .section-heading p {
  color: var(--steel);
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step-card {
  min-height: 390px;
  padding: 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #e2e8f3;
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(51, 65, 95, 0.08);
}

.step-visual {
  height: 146px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 18% 10%, rgba(89, 191, 255, 0.28), transparent 36%),
    radial-gradient(circle at 88% 88%, rgba(123, 97, 255, 0.2), transparent 38%),
    linear-gradient(145deg, #f7faff, #eef3ff);
  border: 1px solid #dce5f7;
  border-radius: 17px;
}

.step-visual svg {
  width: min(78%, 168px);
  height: 112px;
  overflow: visible;
}

.step-map-line,
.step-document-line,
.step-pencil,
.step-phone-speaker,
.step-check {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-map-line {
  stroke: #c7d6f1;
  stroke-width: 6;
}

.step-pin {
  fill: var(--blue);
  filter: drop-shadow(0 9px 12px rgba(36, 107, 253, 0.25));
}

.step-pin-core {
  fill: #ffffff;
}

.step-document,
.step-phone {
  fill: rgba(255, 255, 255, 0.92);
  stroke: #9ab7f5;
  stroke-width: 3;
}

.step-document-line {
  stroke: #b5c2d9;
  stroke-width: 5;
}

.step-action-circle {
  fill: var(--violet);
  filter: drop-shadow(0 7px 10px rgba(123, 97, 255, 0.24));
}

.step-pencil,
.step-check {
  stroke: #ffffff;
  stroke-width: 5;
}

.step-phone-speaker {
  stroke: var(--ink);
  stroke-width: 3;
}

.step-paid-badge {
  fill: var(--whatsapp);
  filter: drop-shadow(0 7px 10px rgba(31, 185, 88, 0.22));
}

.step-paid-symbol {
  fill: #ffffff;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.step-heading {
  margin-bottom: 11px;
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.step-number {
  flex: 0 0 auto;
  color: var(--blue);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.step-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  letter-spacing: -0.035em;
}

.step-card p {
  margin-bottom: 0;
  color: var(--steel);
  font-size: 17px;
}

.conversation-section {
  padding: 80px 0;
  background:
    radial-gradient(circle at 94% 12%, rgba(255, 127, 114, 0.16), transparent 25%),
    radial-gradient(circle at 8% 88%, rgba(123, 97, 255, 0.13), transparent 28%),
    #ffffff;
}

.conversation-grid {
  display: grid;
  grid-template-columns: minmax(420px, 520px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 88px);
}

.conversation-support {
  max-width: 610px;
}

.conversation-demo-heading {
  margin-bottom: 26px;
}

.conversation-demo-heading h2 {
  max-width: 700px;
  font-size: clamp(36px, 4.2vw, 52px);
}

.conversation-demo-heading p {
  max-width: 650px;
}

.conversation-demo-cta {
  min-height: 54px;
  padding: 14px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 13px;
  box-shadow: 0 12px 26px rgba(36, 107, 253, 0.24);
  font-size: 17px;
  font-weight: 850;
  transition: background 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.conversation-demo-cta:hover {
  color: #ffffff;
  background: var(--blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(19, 82, 212, 0.25);
}

.phone-preview.conversation-demo-preview {
  width: min(100%, 430px);
  padding: 8px;
  justify-self: start;
  background: var(--ink);
  border: 1px solid rgba(23, 34, 59, 0.8);
  border-radius: 26px;
  box-shadow: 0 22px 54px rgba(41, 50, 86, 0.18);
}

.conversation-demo-preview .whatsapp-screen {
  border-radius: 18px;
}

.conversation-demo-preview .phone-top {
  min-height: 61px;
}

.conversation-demo-preview .chat {
  height: 540px;
  padding: 16px 14px 18px;
  gap: 8px;
  overflow-y: auto;
}

.conversation-demo-preview .message {
  max-width: 94%;
  font-size: 14px;
}

.home-testimonials-section {
  color: var(--ink);
  background: #ffffff;
}

.home-testimonials-panel {
  padding: clamp(34px, 5vw, 66px);
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 4% 0%, rgba(89, 191, 255, 0.22), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(123, 97, 255, 0.16), transparent 31%),
    linear-gradient(145deg, #f7fbff, #f7f5ff);
  border: 1px solid #dce5f3;
  border-radius: 30px;
  box-shadow: 0 24px 65px rgba(51, 65, 95, 0.1);
}

.home-testimonials-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.home-testimonials-heading h2 {
  max-width: 820px;
}

.home-testimonial-carousel {
  position: relative;
}

.home-testimonial-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
  padding: 2px 2px 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.home-testimonial-grid:focus-visible {
  outline: 3px solid rgba(24, 119, 242, 0.32);
  outline-offset: 5px;
  border-radius: 17px;
}

.home-testimonial-grid::-webkit-scrollbar {
  display: none;
}

.home-testimonial-arrow {
  width: 50px;
  height: 50px;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  border: 3px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(41, 71, 145, 0.24);
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.home-testimonial-arrow:hover {
  box-shadow: 0 15px 34px rgba(41, 71, 145, 0.32);
  transform: translateY(-50%) scale(1.06);
}

.home-testimonial-arrow:focus-visible {
  outline: 3px solid rgba(24, 119, 242, 0.34);
  outline-offset: 4px;
}

.home-testimonial-arrow-previous {
  left: -25px;
}

.home-testimonial-arrow-next {
  right: -25px;
}

.home-testimonial-arrow span {
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
}

.home-testimonial-card {
  min-height: 260px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(208, 220, 238, 0.94);
  border-radius: 20px;
  box-shadow: 0 13px 30px rgba(51, 65, 95, 0.08);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.home-testimonial-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.home-testimonial-meta h3 {
  margin: 0 0 3px;
  color: var(--ink);
  font-size: 20px;
  letter-spacing: -0.02em;
}

.home-testimonial-meta time {
  color: var(--steel);
  font-size: 13px;
  font-weight: 700;
}

.home-testimonial-stars {
  flex: 0 0 auto;
  color: #f5a623;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1;
}

.home-testimonial-card blockquote {
  margin: 23px 0 0;
  color: #34415b;
  font-size: 16px;
  line-height: 1.7;
}

.home-testimonial-card blockquote p {
  margin: 0;
}

.home-testimonials-disclaimer {
  max-width: 920px;
  margin: 25px 0 0;
  color: var(--steel);
  font-size: 13px;
  line-height: 1.6;
}

.services-section {
  color: var(--ink);
  background: #ffffff;
}

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

.service-card {
  min-height: 320px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(145deg, #ffffff, #f7f9ff);
  border: 1px solid #dfe6f2;
  border-radius: 21px;
  box-shadow: 0 14px 34px rgba(51, 65, 95, 0.07);
}

.service-card-badge {
  width: fit-content;
  min-height: 38px;
  padding: 8px 11px;
  display: inline-flex;
  align-items: center;
  color: var(--blue-dark);
  background: linear-gradient(135deg, var(--blue-pale), var(--violet-pale));
  border: 1px solid #d7e3fb;
  border-radius: 10px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.service-card h3,
.home-market-card h3 {
  margin: 22px 0 11px;
  color: var(--ink);
  font-size: 25px;
  letter-spacing: -0.035em;
}

.service-card p,
.home-market-card p {
  margin: 0;
  color: var(--steel);
  font-size: 16px;
}

.service-card a {
  margin-top: auto;
  padding-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-dark);
  font-size: 15px;
  font-weight: 850;
}

.service-card a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-markets-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 5% 12%, rgba(89, 191, 255, 0.2), transparent 29%),
    radial-gradient(circle at 95% 88%, rgba(123, 97, 255, 0.17), transparent 31%),
    var(--concrete);
}

.home-market-card {
  min-height: 252px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dfe6f2;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(51, 65, 95, 0.07);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.home-market-card:hover {
  transform: translateY(-3px);
  border-color: #b9cdf4;
  box-shadow: 0 20px 42px rgba(51, 65, 95, 0.12);
}

.home-market-card-heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-market-pin {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  overflow: hidden;
  color: var(--blue);
  background: var(--blue-pale);
  border-radius: 12px;
}

.home-market-pin svg {
  width: 23px;
  height: 23px;
  max-width: 23px;
  max-height: 23px;
  display: block;
  flex: 0 0 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-market-card h3 {
  margin: 0;
}

.home-market-link {
  margin-top: auto;
  padding-top: 21px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-dark);
  font-size: 15px;
  font-weight: 850;
}

.customer-quote-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 12%, rgba(89, 191, 255, 0.22), transparent 30%),
    radial-gradient(circle at 95% 88%, rgba(123, 97, 255, 0.18), transparent 31%),
    linear-gradient(180deg, #f6f9ff 0%, #eef4ff 100%);
}

.customer-quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1fr);
  align-items: center;
  gap: clamp(54px, 7vw, 98px);
}

.customer-quote-copy h2 {
  margin-bottom: 24px;
}

.customer-quote-copy > p {
  max-width: 610px;
}

.customer-quote-control {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-dark);
}

.customer-quote-control > span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 17px;
  font-weight: 900;
}

.customer-quote-control strong {
  font-size: 16px;
  line-height: 1.4;
}

.customer-quote-example {
  width: min(100%, 660px);
  justify-self: end;
}

.customer-quote-example-label {
  width: fit-content;
  margin: 0 0 12px auto;
  padding: 7px 11px;
  color: #4c5d7c;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(76, 93, 124, 0.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.customer-quote-document {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(36, 52, 91, 0.16);
}

.customer-quote-header {
  padding: 25px 28px 21px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid #e8ebf1;
}

.customer-quote-header h3 {
  margin: 0;
  color: #172033;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.customer-quote-status {
  width: fit-content;
  margin-top: 9px;
  padding: 5px 9px;
  display: block;
  color: #17643a;
  background: #eaf8ef;
  border: 1px solid #c6ecd4;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.customer-quote-number {
  flex: 0 0 auto;
  text-align: right;
}

.customer-quote-number span,
.customer-quote-recipient > span,
.customer-quote-body h4 {
  display: block;
  color: #697386;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.customer-quote-number strong {
  display: block;
  margin-top: 5px;
  color: #172033;
  font-size: 14px;
}

.customer-quote-recipient {
  margin: 20px 28px 0;
  padding: 16px 18px;
  background: #f8f9fc;
  border: 1px solid #dfe4ed;
  border-radius: 14px;
}

.customer-quote-recipient > strong {
  display: block;
  margin-top: 6px;
  color: #172033;
  font-size: 16px;
}

.customer-quote-recipient address {
  margin-top: 4px;
  display: grid;
  color: #47536a;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
}

.customer-quote-body {
  padding: 21px 28px;
  border-bottom: 1px solid #e8ebf1;
}

.customer-quote-body h4 {
  margin: 0;
}

.customer-quote-chips {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.customer-quote-chips span {
  padding: 7px 10px;
  color: #33405a;
  background: #f7f8fb;
  border: 1px solid #dce2ed;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
}

.customer-quote-pricing ol {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.customer-quote-pricing li {
  min-height: 54px;
  padding: 11px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #edf0f5;
}

.customer-quote-pricing li > div {
  min-width: 0;
}

.customer-quote-pricing li strong {
  color: #172033;
  font-size: 14px;
  line-height: 1.35;
}

.customer-quote-pricing li span {
  display: block;
  margin-top: 3px;
  color: #6e788c;
  font-size: 12px;
}

.customer-quote-total {
  margin-top: 12px;
  padding-top: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #172033;
  border-top: 2px solid #172033;
  font-size: 18px;
  font-weight: 850;
}

.customer-quote-powered {
  padding: 15px 28px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #7c8598;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.customer-quote-powered img {
  width: 112px;
  height: auto;
}

.phone-preview {
  width: min(100%, 430px);
  padding: 8px;
  justify-self: end;
  background: var(--ink);
  border: 1px solid rgba(23, 34, 59, 0.8);
  border-radius: 26px;
  box-shadow: 0 28px 70px rgba(41, 50, 86, 0.22);
}

.whatsapp-screen {
  overflow: hidden;
  background: #efeae2;
  border-radius: 19px;
}

.whatsapp-status-bar {
  min-height: 25px;
  padding: 4px 12px 2px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111b21;
  background: #ffffff;
  font-size: 11px;
  font-weight: 700;
}

.whatsapp-status-icons {
  display: flex;
  align-items: center;
  gap: 5px;
}

.whatsapp-status-icons svg {
  width: 16px;
  height: 13px;
  fill: #111b21;
  stroke: #111b21;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-status-icons svg:nth-child(2),
.whatsapp-status-icons svg:nth-child(3) {
  fill: none;
}

.whatsapp-status-icons svg:nth-child(3) rect:last-child {
  fill: #111b21;
  stroke: none;
}

.phone-top {
  min-height: 61px;
  padding: 7px 8px 8px 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111b21;
  background: #ffffff;
  border-bottom: 1px solid #e6e9eb;
}

.phone-back {
  width: 26px;
  height: 38px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
}

.phone-back svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: #54656f;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.phone-avatar {
  width: 40px;
  height: 40px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  background: #eef4f3;
  border: 1px solid #dce5e3;
  border-radius: 50%;
  overflow: hidden;
}

.phone-avatar img {
  width: 35px;
  height: auto;
  display: block;
  object-fit: contain;
}

.phone-contact {
  min-width: 0;
  flex: 1 1 auto;
}

.phone-contact strong,
.phone-contact > span {
  display: block;
}

.phone-contact strong {
  overflow: hidden;
  color: #111b21;
  font-size: 15px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.phone-contact > span {
  margin-top: 2px;
  color: #667781;
  font-size: 11px;
  line-height: 1.15;
}

.phone-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 2px;
}

.phone-actions > span {
  width: 32px;
  height: 38px;
  display: grid;
  place-items: center;
}

.phone-actions svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #54656f;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.phone-actions > span:last-child {
  width: 23px;
}

.phone-actions > span:last-child svg {
  width: 18px;
  height: 18px;
  fill: #54656f;
  stroke: none;
}

.chat {
  height: 520px;
  padding: 16px 12px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  background:
    linear-gradient(rgba(239, 234, 226, 0.94), rgba(239, 234, 226, 0.94)),
    radial-gradient(circle at 10px 10px, rgba(17, 27, 33, 0.1) 1px, transparent 1px);
  background-size: auto, 20px 20px;
}

.chat::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.message {
  width: fit-content;
  max-width: 88%;
  padding: 8px 10px 6px;
  color: #111b21;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 1px 1px rgba(11, 20, 26, 0.13);
}

.incoming {
  align-self: flex-start;
  background: #ffffff;
  border-radius: 3px 10px 10px 10px;
}

.outgoing {
  align-self: flex-end;
  background: #d9fdd3;
  border-radius: 10px 3px 10px 10px;
}

.message-text {
  display: block;
  white-space: pre-line;
}

.message-time {
  margin: 3px 0 0 14px;
  display: block;
  color: #667781;
  font-size: 10px;
  line-height: 1;
  text-align: right;
}

footer {
  padding: 38px 0;
  color: var(--steel);
  background: #f7f9ff;
  border-top: 1px solid var(--line);
}

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

.public-help-chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 100;
  width: min(390px, calc(100vw - 32px));
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 28px 80px rgba(23, 34, 59, 0.25);
}

.public-help-chat > header {
  min-height: 66px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #ffffff;
  background: #111b21;
}

.public-help-chat > header div,
.public-help-chat > header strong,
.public-help-chat > header span {
  display: block;
}

.public-help-chat > header strong {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 17px;
}

.public-help-chat > header span {
  margin-top: 1px;
  color: #d7dcdf;
  font-size: 12px;
}

.public-help-intro-spacer {
  height: 10px;
}

.public-help-chat > header button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.public-help-chat > header button .public-help-minimize-icon {
  width: 11px;
  height: 11px;
  margin: -5px 0 0;
  color: #ffffff;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.public-help-chat-body {
  max-height: min(620px, calc(100vh - 120px));
  padding: 17px;
  display: grid;
  gap: 13px;
  overflow-y: auto;
}

.public-help-name-gate,
.public-help-chat-content {
  display: grid;
  gap: 13px;
}

.public-help-name-gate[hidden],
.public-help-chat-content[hidden] {
  display: none;
}

.public-help-name-gate > p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
}

.public-help-name-gate input {
  min-height: 48px;
  padding: 11px 12px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #cbd6e8;
  border-radius: 11px;
  font: inherit;
  font-size: 14px;
}

.public-help-name-gate .public-help-name-error {
  min-height: 18px;
  color: #a12622;
  font-size: 12px;
}

.public-help-intro {
  margin: 0;
  color: var(--steel);
  font-size: 14px;
  line-height: 1.5;
}

.public-help-starters {
  display: grid;
  gap: 7px;
}

.public-help-starters button {
  min-height: 44px;
  padding: 10px 12px;
  color: var(--blue-dark);
  background: var(--blue-pale);
  border: 1px solid #cfe0ff;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  text-align: left;
}

.public-help-thread {
  display: grid;
  gap: 9px;
  max-height: 250px;
  overflow-y: auto;
}

.public-help-message {
  max-width: 88%;
  margin: 0;
  padding: 10px 12px;
  border-radius: 13px;
  font-size: 14px;
  line-height: 1.48;
}

.public-help-message.is-user {
  justify-self: end;
  color: var(--blue-dark);
  background: var(--blue-pale);
  border-bottom-right-radius: 4px;
}

.public-help-message.is-bot {
  justify-self: start;
  color: var(--ink);
  background: #f2f5fb;
  border-bottom-left-radius: 4px;
}

.public-help-actions {
  justify-self: start;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.public-help-actions button,
.public-help-whatsapp-action {
  min-height: 44px;
  padding: 10px 15px;
  color: #ffffff;
  background: #00ad59;
  border: 1px solid #00ad59;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.public-help-actions button:hover,
.public-help-actions button:focus-visible,
.public-help-whatsapp-action:hover,
.public-help-whatsapp-action:focus-visible {
  color: #ffffff;
  background: #009b50;
  border-color: #009b50;
}

.public-help-actions button.is-secondary {
  color: #08753e;
  background: #ffffff;
  border-color: #9bd8b7;
}

.public-help-actions button.is-secondary:hover,
.public-help-actions button.is-secondary:focus-visible {
  color: #075f34;
  background: #edfff5;
  border-color: #62c890;
}

.public-help-status {
  min-height: 18px;
  margin: 0;
  color: var(--steel);
  font-size: 12px;
  line-height: 1.5;
}

.public-help-chat form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.public-help-chat textarea {
  min-height: 48px;
  max-height: 120px;
  padding: 11px 12px;
  resize: vertical;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #cbd6e8;
  border-radius: 11px;
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
}

.public-help-chat form button {
  min-width: 70px;
  min-height: 44px;
  padding: 10px 13px;
  color: #ffffff;
  background: var(--blue);
  border: 0;
  border-radius: 11px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.public-help-chat form[data-help-chat-form] {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 2px 4px 2px 0;
  border: 1px solid var(--blue);
  border-radius: 10px;
  background: #ffffff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.public-help-chat form[data-help-chat-form]:focus-within {
  border-color: var(--blue-dark);
  box-shadow: 0 0 0 3px rgba(36, 107, 253, 0.13);
}

.public-help-chat form[data-help-chat-form] textarea {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  min-height: 42px;
  max-height: 104px;
  padding: 11px 8px 9px 12px;
  overflow-y: auto;
  resize: none;
  border: 0;
  border-radius: 10px;
  background: transparent;
}

.public-help-chat form[data-help-chat-form] textarea:focus {
  outline: none;
}

.public-help-chat form[data-help-chat-form] button {
  display: grid;
  flex: 0 0 44px;
  place-items: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border-radius: 50%;
  color: var(--blue);
  background: transparent;
}

.public-help-chat form[data-help-chat-form] button:hover:not(:disabled) {
  background: var(--blue-pale);
}

.public-help-chat form[data-help-chat-form] button:focus-visible {
  outline: 2px solid rgba(36, 107, 253, 0.32);
  outline-offset: 1px;
}

.public-help-chat form[data-help-chat-form] button span {
  display: block;
  width: 23px;
  height: 20px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 19% 55%);
}

.public-help-chat button:disabled,
.public-help-chat textarea:disabled {
  cursor: wait;
  opacity: 0.65;
}

@media (min-width: 761px) {
  .public-help-chat {
    width: min(520px, calc(100vw - 44px));
  }
}

.footer-inner {
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr) auto auto auto;
  align-items: start;
  gap: clamp(22px, 3vw, 42px);
  font-size: 15px;
}

.footer-brand {
  color: var(--ink);
  font-size: 19px;
}

.footer-brand .brand-logo {
  height: 31px;
}

.footer-brand-block {
  display: grid;
  gap: 14px;
}

.footer-brand-block > span {
  color: var(--steel);
  font-size: 13px;
}

.footer-inner > p {
  max-width: 460px;
  margin: 0;
  text-align: left;
}

.footer-link-group {
  display: grid;
  min-width: 150px;
  gap: 7px;
}

.footer-link-group strong {
  margin-bottom: 2px;
  color: var(--ink);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 14px;
}

.footer-link-group a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 700;
}

.footer-link-group a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

  .hero-copy {
    max-width: 760px;
  }

  .signup-card {
    width: min(100%, 650px);
  }

  .conversation-grid {
    grid-template-columns: minmax(360px, 440px) minmax(0, 1fr);
    gap: 44px;
  }

  .service-card-grid,
  .home-market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-testimonial-grid {
    grid-auto-columns: calc((100% - 18px) / 2);
  }
}

@media (max-width: 760px) {
  :root {
    --qa-hero-free-size: clamp(72px, 21vw, 104px);
    --qa-hero-title-size: clamp(38px, 10.5vw, 50px);
    --qa-hero-lead-size: 18px;
    --qa-hero-cta-size: 17px;
  }

  body {
    font-size: 17px;
  }

  .home-product-heading {
    font-size: var(--qa-hero-title-size);
  }

  .coverage-chips {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .coverage-chips .coverage-chip {
    max-width: 100%;
    white-space: normal;
  }

  main > section:not(.hero) {
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
  }

  .market-selector {
    display: none;
  }

  .mobile-menu-button {
    display: flex;
  }

  .mobile-menu:not([hidden]) {
    display: block;
  }

  .shell {
    width: min(calc(100% - 30px), var(--shell));
  }

  .nav {
    min-height: 70px;
  }

  .brand {
    font-size: 20px;
  }

  .brand-logo {
    height: 28px;
  }

  .language-button {
    min-width: 44px;
    min-height: 44px;
  }

  .hero {
    padding: 62px 0 72px;
  }

  .hero-grid {
    gap: 44px;
  }

  .hero-copy {
    padding-left: 0;
  }

  h1 {
    margin-bottom: 22px;
    font-size: clamp(44px, 13vw, 62px);
  }

  .hero-intro {
    font-size: var(--qa-hero-lead-size);
  }

  .signup-card {
    padding: 29px 22px;
    border-radius: 23px;
    box-shadow: 0 22px 56px rgba(56, 68, 123, 0.15);
  }

  .signup-card h2 {
    font-size: 29px;
  }

  .field label,
  .field legend {
    font-size: 17px;
  }

  .how-it-works,
  .conversation-section,
  .home-testimonials-section,
  .services-section,
  .home-markets-section {
    padding: 76px 0;
  }

  .conversation-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .conversation-support {
    order: -1;
  }

  .conversation-demo-preview {
    justify-self: center;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .service-card-grid,
  .home-market-grid {
    grid-template-columns: 1fr;
  }

  .home-testimonial-grid {
    grid-auto-columns: 88%;
    scroll-padding-inline: 2px;
  }

  .home-testimonial-arrow {
    width: 42px;
    height: 42px;
    border-width: 2px;
  }

  .home-testimonial-arrow-previous {
    left: -11px;
  }

  .home-testimonial-arrow-next {
    right: -11px;
  }

  .home-testimonials-panel {
    padding: 28px 20px;
    border-radius: 23px;
  }

  .home-testimonial-card {
    min-height: 0;
    padding: 22px;
  }

  .home-testimonial-meta {
    display: block;
  }

  .home-testimonial-stars {
    display: inline-block;
    margin-top: 12px;
  }

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

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

  .phone-preview {
    justify-self: center;
    box-shadow: 0 24px 58px rgba(41, 50, 86, 0.2);
  }

  .service-card,
  .home-market-card {
    min-height: 0;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 14px;
  }

  .footer-inner > p {
    text-align: left;
  }

  .public-help-chat {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
  }
}

@media (max-width: 380px) {
  .trade-grid {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
