:root {
  --navy-950: #070d1c;
  --navy-900: #0b1224;
  --navy-850: #101a32;
  --navy-800: #16213c;
  --slate-950: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-400: #94a3b8;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --slate-50: #f8fafc;
  --blue: #2563eb;
  --blue-500: #3b82f6;
  --indigo: #4f46e5;
  --violet: #7c3aed;
  --green: #10b981;
  --orange: #f97316;
  --white: #fff;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --shadow-sm: 0 10px 35px rgb(15 23 42 / 8%);
  --shadow: 0 24px 80px rgb(15 23 42 / 14%);
  --container: 1180px;
  color-scheme: light;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--slate-950);
  line-height: 1.55;
}

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

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

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

button,
input,
select,
textarea,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #60a5fa;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--white);
  color: var(--slate-950);
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgb(255 255 255 / 9%);
  color: var(--white);
}

.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  display: grid;
  width: 41px;
  height: 41px;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgb(37 99 235 / 28%);
}

.brand-mark img {
  width: 100%;
  height: 100%;
}

.brand-name {
  color: var(--white);
  font-size: 1.36rem;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.brand-name span {
  color: #60a5fa;
}

.desktop-nav {
  display: flex;
  margin-inline: auto;
  align-items: center;
  gap: 30px;
}

.desktop-nav a,
.login-link {
  color: #cbd5e1;
  font-size: 0.87rem;
  font-weight: 650;
  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.login-link:hover {
  color: var(--white);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 780;
  line-height: 1.15;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

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

.button-small {
  min-height: 41px;
  padding: 0 17px;
  font-size: 0.82rem;
}

.button-large {
  min-height: 54px;
  padding: 0 24px;
}

.button-large svg {
  width: 18px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.button-primary {
  background: linear-gradient(135deg, var(--blue), var(--indigo));
  box-shadow: 0 12px 30px rgb(37 99 235 / 25%);
  color: var(--white);
}

.button-primary:hover {
  box-shadow: 0 17px 38px rgb(37 99 235 / 34%);
}

.button-ghost {
  border-color: rgb(255 255 255 / 18%);
  background: rgb(255 255 255 / 6%);
  color: var(--white);
}

.button-ghost:hover {
  border-color: rgb(255 255 255 / 32%);
  background: rgb(255 255 255 / 10%);
}

.button-outline {
  border-color: var(--slate-300);
  background: var(--white);
  color: var(--slate-800);
}

.button-outline:hover {
  border-color: var(--blue-500);
  color: var(--blue);
}

.button-white {
  background: var(--white);
  color: var(--slate-950);
  box-shadow: 0 14px 35px rgb(0 0 0 / 18%);
}

.mobile-menu {
  display: none;
  margin-left: auto;
}

.hero {
  position: relative;
  min-height: 785px;
  overflow: hidden;
  padding: 158px 0 98px;
  background:
    radial-gradient(circle at 47% 4%, rgb(59 130 246 / 12%), transparent 32%),
    linear-gradient(145deg, #080e1e 0%, #0b1328 56%, #101b35 100%);
  color: var(--white);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(255 255 255 / 2.5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 2.5%) 1px, transparent 1px);
  background-size: 62px 62px;
  content: '';
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.hero-glow-one {
  top: 90px;
  left: -180px;
  width: 470px;
  height: 470px;
  background: radial-gradient(circle, rgb(37 99 235 / 20%), transparent 68%);
}

.hero-glow-two {
  right: -170px;
  bottom: -150px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgb(79 70 229 / 18%), transparent 69%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  gap: 68px;
}

.eyebrow {
  display: flex;
  margin: 0 0 18px;
  align-items: center;
  gap: 10px;
  color: #93c5fd;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: var(--blue-500);
}

.eyebrow-dark {
  color: var(--blue);
}

.hero h1 {
  max-width: 600px;
  margin: 0;
  font-size: clamp(3rem, 4.6vw, 4.65rem);
  font-weight: 850;
  letter-spacing: -0.058em;
  line-height: 0.99;
}

.hero h1 em {
  display: block;
  background: linear-gradient(105deg, #60a5fa, #818cf8 55%, #c4b5fd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: normal;
}

.hero-lead {
  max-width: 570px;
  margin: 26px 0 0;
  color: #b8c4d8;
  font-size: 1.08rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 13px;
}

.hero-trust {
  display: flex;
  margin: 27px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 22px;
  color: #a8b5ca;
  font-size: 0.78rem;
  list-style: none;
}

.hero-trust li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-trust span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid rgb(96 165 250 / 28%);
  border-radius: 999px;
  background: rgb(37 99 235 / 12%);
  color: #60a5fa;
  font-size: 0.65rem;
}

.product-window {
  width: 690px;
  max-width: none;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 20px;
  background: #f7f9fc;
  box-shadow:
    0 42px 95px rgb(0 0 0 / 39%),
    0 0 0 1px rgb(255 255 255 / 3%) inset;
  transform: perspective(1400px) rotateY(-3deg) rotateX(1.5deg);
  transform-origin: center left;
}

.window-topbar {
  display: grid;
  height: 43px;
  align-items: center;
  border-bottom: 1px solid #dce3ee;
  background: #fff;
  grid-template-columns: 90px 1fr 60px;
}

.window-dots {
  display: flex;
  padding-left: 17px;
  gap: 6px;
}

.window-dots i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #cbd5e1;
}

.window-dots i:first-child {
  background: #fb7185;
}

.window-dots i:nth-child(2) {
  background: #fbbf24;
}

.window-dots i:last-child {
  background: #34d399;
}

.window-address {
  justify-self: center;
  width: 210px;
  padding: 5px 12px;
  border-radius: 6px;
  background: #f1f5f9;
  color: #94a3b8;
  font-size: 0.58rem;
  text-align: center;
}

.window-address span {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background: #22c55e;
}

.window-avatar {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  justify-self: center;
  border-radius: 50%;
  background: #dbeafe;
  color: #2563eb;
  font-size: 0.5rem;
  font-weight: 800;
}

.dashboard-shell {
  display: grid;
  min-height: 470px;
  background: #f6f8fc;
  grid-template-columns: 52px 1fr;
}

.mock-sidebar {
  display: flex;
  align-items: center;
  border-right: 1px solid #e5eaf2;
  background: #fff;
  flex-direction: column;
  gap: 21px;
}

.mock-logo {
  display: grid;
  width: 27px;
  height: 27px;
  margin: 14px 0 18px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
}

.mock-logo img {
  width: 100%;
}

.mock-sidebar > i {
  width: 15px;
  height: 15px;
  border: 3px solid #cbd5e1;
  border-radius: 4px;
}

.mock-sidebar > i:nth-last-child(2) {
  border-radius: 50%;
}

.mock-sidebar > i.active {
  border-color: #2563eb;
  box-shadow: 0 0 0 7px #eff6ff;
}

.mock-content {
  padding: 22px 24px 25px;
  color: #0f172a;
}

.mock-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.mock-heading span {
  display: block;
  margin-bottom: 2px;
  color: #94a3b8;
  font-size: 0.55rem;
}

.mock-heading strong {
  font-size: 0.84rem;
}

.mock-heading > b {
  display: flex;
  padding: 5px 8px;
  align-items: center;
  gap: 5px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #ecfdf5;
  color: #059669;
  font-size: 0.48rem;
}

.mock-heading > b i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 3px rgb(16 185 129 / 15%);
}

.mock-stats {
  display: grid;
  margin-top: 17px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mock-stats article {
  padding: 12px;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 14px rgb(15 23 42 / 3%);
}

.mock-stats span,
.mock-stats small {
  display: block;
  color: #94a3b8;
  font-size: 0.5rem;
}

.mock-stats strong {
  display: inline-block;
  margin: 5px 5px 0 0;
  font-size: 1.18rem;
  letter-spacing: -0.04em;
}

.mock-stats small {
  display: inline;
}

.mock-main-grid {
  display: grid;
  margin-top: 11px;
  grid-template-columns: 1.55fr 0.8fr;
  gap: 10px;
}

.map-card,
.quota-card {
  overflow: hidden;
  border: 1px solid #e4e9f1;
  border-radius: 11px;
  background: #fff;
}

.card-title {
  display: flex;
  padding: 12px 13px 8px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.58rem;
}

.card-title span {
  color: #94a3b8;
  font-size: 0.48rem;
}

.territory-map {
  width: 100%;
  height: 230px;
  background: #f4f7fb;
}

.territory-map .road {
  fill: none;
  stroke: #dce4ef;
  stroke-width: 8;
}

.territory-map .road.thin {
  stroke-width: 5;
}

.territory-map .sector {
  stroke: #fff;
  stroke-width: 4;
}

.territory-map .one {
  fill: #dbeafe;
}

.territory-map .two {
  fill: #e0e7ff;
}

.territory-map .three {
  fill: #dcfce7;
}

.territory-map .four {
  fill: #dbeafe;
}

.territory-map .pin circle:first-child {
  fill: #2563eb;
}

.territory-map .pin circle:last-child {
  fill: #fff;
}

.territory-map .pin.light circle:first-child {
  fill: #10b981;
}

.territory-map .current-location circle:first-child {
  fill: rgb(37 99 235 / 18%);
  stroke: rgb(37 99 235 / 28%);
}

.territory-map .current-location circle:last-child {
  fill: #2563eb;
  stroke: #fff;
  stroke-width: 3;
}

.map-legend {
  display: flex;
  padding: 7px 13px 10px;
  gap: 13px;
  color: #64748b;
  font-size: 0.45rem;
}

.map-legend span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.map-legend i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3b82f6;
}

.map-legend .done {
  background: #10b981;
}

.quota-card {
  padding-bottom: 11px;
}

.quota-ring {
  display: grid;
  width: 91px;
  height: 91px;
  margin: 8px auto 14px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#2563eb 0 71%, #e7edf5 71% 100%);
}

.quota-ring::before {
  position: absolute;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background: #fff;
  content: '';
}

.quota-ring span {
  position: relative;
  z-index: 1;
  color: #94a3b8;
  font-size: 0.43rem;
  text-align: center;
}

.quota-ring strong {
  display: block;
  color: #0f172a;
  font-size: 1.12rem;
  line-height: 1;
}

.quota-row {
  display: grid;
  padding: 5px 13px;
  align-items: center;
  color: #64748b;
  font-size: 0.47rem;
  grid-template-columns: 1fr 18px;
}

.quota-row b {
  color: #334155;
  text-align: right;
}

.quota-row > i {
  grid-column: 1 / -1;
  height: 3px;
  margin-top: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: #e7edf5;
}

.quota-row em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #3b82f6;
}

.field-tip {
  display: flex;
  margin: 8px 11px 0;
  padding: 8px;
  align-items: center;
  gap: 7px;
  border-radius: 7px;
  background: #eff6ff;
}

.field-tip > span {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 6px;
  background: #dbeafe;
  color: #2563eb;
  font-size: 0.65rem;
}

.field-tip p,
.field-tip strong {
  margin: 0;
}

.field-tip strong {
  display: block;
  color: #1e3a8a;
  font-size: 0.44rem;
}

.field-tip p {
  color: #64748b;
  font-size: 0.4rem;
}

.proof-strip {
  border-bottom: 1px solid var(--slate-200);
  background: var(--white);
}

.proof-grid {
  display: grid;
  padding-block: 30px;
  grid-template-columns: repeat(4, 1fr);
}

.proof-grid p {
  margin: 0;
  padding: 3px 28px;
  border-right: 1px solid var(--slate-200);
}

.proof-grid p:first-child {
  padding-left: 0;
}

.proof-grid p:last-child {
  border: 0;
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  color: var(--slate-800);
  font-size: 0.86rem;
}

.proof-grid span {
  margin-top: 2px;
  color: var(--slate-500);
  font-size: 0.7rem;
}

.section {
  padding: 110px 0;
}

.section-light {
  background: var(--slate-50);
}

.section-heading {
  max-width: 740px;
  margin-bottom: 54px;
}

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

.section-heading.centered .eyebrow {
  justify-content: center;
}

.section-heading h2,
.field-copy h2,
.security-copy h2,
.faq-heading h2,
.contact-copy h2 {
  margin: 0;
  color: var(--slate-950);
  font-size: clamp(2.2rem, 4vw, 3.35rem);
  font-weight: 850;
  letter-spacing: -0.05em;
  line-height: 1.06;
}

.section-heading > p:last-child,
.section-lead {
  margin: 19px auto 0;
  color: var(--slate-500);
  font-size: 1rem;
  line-height: 1.72;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.feature-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid #e3e8f0;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 15px 42px rgb(15 23 42 / 5%);
}

.feature-card::after {
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(59 130 246 / 8%), transparent 70%);
  content: '';
}

.feature-card-large {
  grid-row: span 2;
  min-height: 740px;
}

.feature-card:last-child {
  min-height: 300px;
  grid-column: 1 / -1;
}

.feature-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 21px;
  place-items: center;
  border-radius: 14px;
}

.feature-icon svg {
  width: 24px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.feature-icon.violet {
  background: #f3e8ff;
  color: #7c3aed;
}

.feature-icon.blue {
  background: #dbeafe;
  color: #2563eb;
}

.feature-icon.green {
  background: #d1fae5;
  color: #059669;
}

.feature-icon.orange {
  background: #ffedd5;
  color: #ea580c;
}

.premium-label,
.included-label {
  position: absolute;
  top: 34px;
  right: 34px;
  padding: 5px 9px;
  border: 1px solid #ddd6fe;
  border-radius: 99px;
  background: #f5f3ff;
  color: #6d28d9;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-label.gold {
  border-color: #fde68a;
  background: #fffbeb;
  color: #b45309;
}

.included-label {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #15803d;
}

.feature-card h3 {
  max-width: 520px;
  margin: 0;
  color: var(--slate-950);
  font-size: 1.45rem;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.feature-card > p {
  max-width: 520px;
  margin: 12px 0 0;
  color: var(--slate-500);
  font-size: 0.9rem;
  line-height: 1.68;
}

.territory-preview {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  height: 380px;
  overflow: hidden;
  border: 1px solid #e1e7ef;
  border-radius: 16px;
  background:
    linear-gradient(rgb(148 163 184 / 13%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(148 163 184 / 13%) 1px, transparent 1px), #f7f9fc;
  background-size: 28px 28px;
}

.territory-preview svg {
  width: 100%;
  height: 100%;
  padding: 36px 18px 15px;
}

.territory-preview path:not(.draw) {
  stroke: #fff;
  stroke-width: 4;
}

.territory-preview .t-a {
  fill: #dbeafe;
}

.territory-preview .t-b {
  fill: #e0e7ff;
}

.territory-preview .t-c {
  fill: #dcfce7;
}

.territory-preview .draw {
  fill: rgb(79 70 229 / 9%);
  stroke: #4f46e5;
  stroke-dasharray: 8 6;
  stroke-width: 3;
}

.territory-chip {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 17px;
  padding: 7px 10px;
  border: 1px solid #dbe3ed;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgb(15 23 42 / 8%);
  color: #475569;
  font-size: 0.66rem;
  font-weight: 750;
}

.suggestion-preview {
  display: grid;
  margin-top: 27px;
  padding: 15px;
  align-items: center;
  border: 1px solid #e3e8f0;
  border-radius: 12px;
  background: #f8fafc;
  grid-template-columns: 30px 1fr auto;
  gap: 10px;
}

.suggestion-preview > i {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: linear-gradient(135deg, #60a5fa, #4f46e5);
}

.suggestion-preview span b {
  display: block;
  width: 90%;
  height: 6px;
  margin: 3px 0;
  border-radius: 9px;
  background: #dbe2ec;
}

.suggestion-preview span b:last-child {
  width: 56%;
}

.suggestion-preview em {
  color: #2563eb;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 750;
}

.gps-preview {
  display: grid;
  margin-top: 28px;
  grid-template-columns: 52px 1fr;
}

.gps-preview > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: rgb(16 185 129 / 12%);
  grid-row: span 2;
}

.gps-preview > span i {
  width: 17px;
  height: 17px;
  border: 5px solid #10b981;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgb(16 185 129 / 14%);
}

.gps-preview strong {
  align-self: end;
  font-size: 0.8rem;
}

.gps-preview small {
  color: #94a3b8;
  font-size: 0.63rem;
}

.chart-preview {
  display: flex;
  height: 80px;
  margin-top: 20px;
  padding: 7px 13px 0;
  align-items: end;
  gap: 10px;
  border-bottom: 1px solid #dce3ed;
  background: linear-gradient(to top, #f8fafc, transparent);
}

.chart-preview i {
  width: 14%;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(to top, #2563eb, #60a5fa);
}

.field-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 50%, rgb(37 99 235 / 14%), transparent 32%),
    linear-gradient(135deg, #0b1224, #111d38);
  color: var(--white);
}

.field-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 0.9fr;
  gap: 90px;
}

.phone-stage {
  position: relative;
  min-height: 640px;
}

.phone-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgb(96 165 250 / 16%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one {
  width: 530px;
  height: 530px;
}

.orbit-two {
  width: 410px;
  height: 410px;
  border-color: rgb(96 165 250 / 10%);
}

.phone {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 292px;
  height: 594px;
  padding: 9px;
  border: 2px solid #3b4963;
  border-radius: 42px;
  background: #080d18;
  box-shadow: 0 35px 75px rgb(0 0 0 / 45%);
  transform: translate(-50%, -50%) rotate(-2deg);
}

.phone-speaker {
  position: absolute;
  z-index: 5;
  top: 14px;
  left: 50%;
  width: 88px;
  height: 22px;
  border-radius: 99px;
  background: #070b13;
  transform: translateX(-50%);
}

.phone-screen {
  height: 100%;
  overflow: hidden;
  border-radius: 33px;
  background: #f7f9fc;
  color: #0f172a;
}

.mobile-top {
  display: flex;
  height: 64px;
  padding: 22px 15px 8px;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #e5eaf1;
  background: #fff;
  font-size: 0.65rem;
  font-weight: 800;
}

.mobile-top img {
  width: 22px;
  border-radius: 6px;
}

.mobile-top i {
  margin-left: auto;
  color: #64748b;
  font-size: 0.56rem;
  font-style: normal;
}

.mobile-sector {
  margin: 13px;
  padding: 15px;
  border-radius: 13px;
  background: linear-gradient(135deg, #1d4ed8, #4f46e5);
  color: #fff;
  box-shadow: 0 12px 25px rgb(37 99 235 / 20%);
}

.mobile-sector small {
  display: block;
  color: #bfdbfe;
  font-size: 0.44rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.mobile-sector strong {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
}

.mobile-sector span {
  display: flex;
  margin-top: 8px;
  align-items: center;
  gap: 5px;
  color: #dbeafe;
  font-size: 0.52rem;
}

.mobile-sector span i {
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgb(255 255 255 / 14%);
}

.mobile-progress {
  margin: 5px 15px 14px;
}

.mobile-progress span {
  display: flex;
  align-items: baseline;
  color: #64748b;
  font-size: 0.56rem;
}

.mobile-progress b {
  margin-right: 3px;
  color: #0f172a;
  font-size: 0.86rem;
}

.mobile-progress > i {
  display: block;
  height: 6px;
  margin-top: 6px;
  overflow: hidden;
  border-radius: 99px;
  background: #e2e8f0;
}

.mobile-progress em {
  display: block;
  width: 58%;
  height: 100%;
  border-radius: inherit;
  background: #2563eb;
}

.mobile-card {
  margin: 0 13px;
  padding: 17px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 9px 25px rgb(15 23 42 / 6%);
}

.mobile-card small {
  display: block;
  color: #2563eb;
  font-size: 0.45rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.mobile-card strong {
  display: block;
  margin-top: 6px;
  font-size: 0.8rem;
}

.mobile-card p {
  margin: 3px 0 12px;
  color: #64748b;
  font-size: 0.55rem;
}

.mobile-card button {
  display: flex;
  width: 100%;
  height: 38px;
  padding: 0 12px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 9px;
  background: #2563eb;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
}

.mobile-queue {
  display: flex;
  margin: 12px 14px;
  padding: 11px;
  align-items: center;
  gap: 9px;
  border: 1px solid #d1fae5;
  border-radius: 11px;
  background: #ecfdf5;
}

.mobile-queue > i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: #10b981;
  color: #fff;
  font-size: 0.65rem;
  font-style: normal;
}

.mobile-queue p,
.mobile-queue strong,
.mobile-queue span {
  display: block;
  margin: 0;
}

.mobile-queue strong {
  color: #065f46;
  font-size: 0.54rem;
}

.mobile-queue span {
  color: #6b7280;
  font-size: 0.45rem;
}

.floating-status {
  position: absolute;
  z-index: 4;
  display: flex;
  min-width: 210px;
  padding: 13px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 14px;
  background: rgb(20 31 56 / 91%);
  box-shadow: 0 20px 45px rgb(0 0 0 / 28%);
  backdrop-filter: blur(15px);
}

.floating-status > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: rgb(59 130 246 / 15%);
  color: #60a5fa;
  font-weight: 900;
}

.floating-status p,
.floating-status strong,
.floating-status small {
  display: block;
  margin: 0;
}

.floating-status strong {
  color: #fff;
  font-size: 0.7rem;
}

.floating-status small {
  margin-top: 2px;
  color: #94a3b8;
  font-size: 0.55rem;
}

.status-one {
  top: 135px;
  left: 2%;
}

.status-two {
  right: 0;
  bottom: 130px;
}

.field-copy h2,
.security-copy h2,
.contact-copy h2 {
  color: #fff;
}

.field-copy .section-lead {
  margin-inline: 0;
  color: #aebbd0;
}

.check-list {
  margin: 31px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  padding: 18px 0;
  align-items: start;
  border-bottom: 1px solid rgb(255 255 255 / 9%);
  grid-template-columns: 44px 1fr;
  gap: 13px;
}

.check-list li > span {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 1px solid rgb(96 165 250 / 23%);
  border-radius: 10px;
  background: rgb(37 99 235 / 11%);
  color: #60a5fa;
  font-size: 0.64rem;
  font-weight: 850;
}

.check-list p,
.check-list strong,
.check-list small {
  display: block;
  margin: 0;
}

.check-list strong {
  font-size: 0.93rem;
}

.check-list small {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 0.75rem;
  line-height: 1.55;
}

.field-links {
  display: flex;
  margin-top: 30px;
  align-items: center;
  gap: 22px;
}

.field-links .button {
  padding-inline: 20px;
}

.field-links > a:last-child {
  color: #bfdbfe;
  font-size: 0.75rem;
  font-weight: 750;
}

.business-model-section {
  background: #f8fafc;
}

.business-model-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.business-model-grid article {
  position: relative;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
}

.model-number {
  position: absolute;
  top: 21px;
  right: 24px;
  color: #dbe4ef;
  font-size: 1.3rem;
  font-weight: 900;
}

.model-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 13px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 1.3rem;
  font-weight: 850;
}

.business-model-grid h3 {
  margin: 20px 0 7px;
  font-size: 1.08rem;
}

.business-model-grid p {
  margin: 0;
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.63;
}

.simulator {
  margin-top: 27px;
  padding: 36px;
  border: 1px solid #dfe6f0;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.simulator-heading {
  display: flex;
  margin-bottom: 29px;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.simulator-heading span,
.comparison-title span {
  color: #2563eb;
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.simulator-heading h3,
.comparison-title h3 {
  margin: 4px 0 0;
  font-size: 1.65rem;
  letter-spacing: -0.035em;
}

.simulator-heading > p,
.comparison-title > p {
  max-width: 390px;
  margin: 0;
  color: #64748b;
  font-size: 0.77rem;
}

.simulator-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
}

.simulator-controls {
  padding: 26px;
  border: 1px solid #e5eaf2;
  border-radius: 17px;
  background: #f8fafc;
}

.simulator-controls > label {
  display: flex;
  margin: 3px 0 11px;
  align-items: center;
  justify-content: space-between;
  color: #334155;
  font-size: 0.8rem;
  font-weight: 750;
}

.simulator-controls > label:not(:first-child) {
  margin-top: 27px;
}

.simulator-controls output {
  min-width: 54px;
  padding: 4px 8px;
  border: 1px solid #dbe5f1;
  border-radius: 7px;
  background: #fff;
  color: #2563eb;
  font-size: 0.76rem;
  font-weight: 850;
  text-align: center;
}

.simulator-controls input[type='range'] {
  width: 100%;
  height: 5px;
  border-radius: 99px;
  accent-color: #2563eb;
  cursor: pointer;
}

.range-labels {
  display: flex;
  margin-top: 5px;
  justify-content: space-between;
  color: #94a3b8;
  font-size: 0.57rem;
}

.simulator-controls fieldset {
  display: flex;
  margin: 25px 0 0;
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid #e2e8f0;
  flex-wrap: wrap;
  gap: 9px;
}

.simulator-controls legend {
  width: 100%;
  margin-bottom: 10px;
  color: #475569;
  font-size: 0.7rem;
  font-weight: 750;
}

.toggle-option {
  display: flex;
  padding: 8px 11px;
  align-items: center;
  gap: 7px;
  border: 1px solid #dce4ef;
  border-radius: 9px;
  background: #fff;
  color: #475569;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 650;
}

.toggle-option input {
  position: absolute;
  opacity: 0;
}

.toggle-option > span {
  width: 15px;
  height: 15px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
}

.toggle-option:has(input:checked) {
  border-color: #93c5fd;
  background: #eff6ff;
  color: #1d4ed8;
}

.toggle-option input:checked + span {
  display: grid;
  place-items: center;
  border-color: #2563eb;
  background: #2563eb;
}

.toggle-option input:checked + span::after {
  color: #fff;
  content: '✓';
  font-size: 0.58rem;
}

.simulator-result {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 17px;
  background: linear-gradient(145deg, #0f1a32, #152545);
  color: #fff;
}

.simulator-result::after {
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(59 130 246 / 25%), transparent 68%);
  content: '';
}

.result-kicker {
  color: #93c5fd;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.simulator-result h4 {
  margin: 3px 0 5px;
  font-size: 2.15rem;
  letter-spacing: -0.05em;
}

.simulator-result > p {
  margin: 0;
  color: #aebbd0;
  font-size: 0.75rem;
}

.result-price {
  margin: 22px 0 14px;
  padding: 16px 0;
  border-block: 1px solid rgb(255 255 255 / 10%);
}

.result-price small,
.result-price strong {
  display: block;
}

.result-price small {
  color: #94a3b8;
  font-size: 0.6rem;
}

.result-price strong {
  margin-top: 2px;
  font-size: 1.75rem;
  letter-spacing: -0.04em;
}

.simulator-result ul {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  padding: 0;
  color: #cbd5e1;
  font-size: 0.66rem;
  list-style: none;
}

.simulator-result li {
  margin: 7px 0;
}

.simulator-result li::before {
  margin-right: 7px;
  color: #60a5fa;
  content: '✓';
  font-weight: 900;
}

.simulator-result .button {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-inline: 14px;
  font-size: 0.75rem;
}

.estimate-note {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 10px;
  color: #7f8ca4;
  font-size: 0.5rem;
  text-align: center;
}

.pricing-section {
  background: radial-gradient(circle at 50% 0, rgb(37 99 235 / 11%), transparent 28%), #0b1224;
  color: #fff;
}

.pricing-heading h2 {
  color: #fff;
}

.pricing-heading > p:last-child {
  color: #9eacc3;
}

.pricing-grid {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.pricing-card {
  position: relative;
  padding: 31px;
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: 21px;
  background: #111b31;
  box-shadow: 0 22px 45px rgb(0 0 0 / 16%);
}

.pricing-card.featured {
  margin-top: -13px;
  padding-top: 44px;
  border-color: rgb(96 165 250 / 58%);
  background: linear-gradient(160deg, #172645, #111b31 58%);
  box-shadow:
    0 28px 65px rgb(0 0 0 / 25%),
    0 0 0 1px rgb(59 130 246 / 18%) inset;
}

.recommended-badge {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 7px 17px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.plan-top {
  display: flex;
  align-items: center;
  gap: 13px;
}

.plan-medal {
  display: block;
  width: 43px;
  height: 43px;
  border: 5px solid #9a6845;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f0c09a, #a95f31);
  box-shadow: 0 6px 16px rgb(0 0 0 / 20%);
}

.plan-medal.prata {
  border-color: #9ca3af;
  background: radial-gradient(circle at 35% 30%, #fff, #94a3b8);
}

.plan-medal.ouro {
  border-color: #c98c16;
  background: radial-gradient(circle at 35% 30%, #fff1a8, #e9a90e);
}

.plan-top small {
  display: block;
  color: #64748b;
  font-size: 0.52rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.plan-top h3 {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.plan-description {
  min-height: 68px;
  margin: 18px 0 0;
  color: #94a3b8;
  font-size: 0.75rem;
  line-height: 1.55;
}

.plan-price {
  margin-top: 20px;
}

.plan-price > span {
  display: block;
  color: #64748b;
  font-size: 0.58rem;
}

.plan-price strong {
  margin-right: 4px;
  font-size: 2rem;
  letter-spacing: -0.055em;
}

.plan-price small {
  color: #94a3b8;
  font-size: 0.65rem;
}

.plan-capacity {
  display: grid;
  margin: 18px 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.plan-capacity p {
  margin: 0;
  padding: 11px;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 10px;
  background: rgb(255 255 255 / 3%);
}

.plan-capacity p > span {
  margin-right: 5px;
  color: #60a5fa;
  font-size: 0.7rem;
}

.plan-capacity strong {
  font-size: 0.79rem;
}

.plan-capacity small {
  display: block;
  margin-top: 2px;
  color: #64748b;
  font-size: 0.5rem;
}

.pricing-card > .button {
  width: 100%;
  padding-inline: 15px;
  font-size: 0.75rem;
}

.pricing-card .button-outline {
  border-color: rgb(255 255 255 / 14%);
  background: rgb(255 255 255 / 4%);
  color: #fff;
}

.plan-divider {
  height: 1px;
  margin: 25px 0 20px;
  background: rgb(255 255 255 / 9%);
}

.feature-title {
  font-size: 0.7rem;
}

.plan-features {
  margin: 14px 0 0;
  padding: 0;
  color: #cbd5e1;
  font-size: 0.67rem;
  list-style: none;
}

.plan-features li {
  display: grid;
  margin: 10px 0;
  align-items: start;
  grid-template-columns: 20px 1fr;
}

.plan-features li > span {
  color: #60a5fa;
  font-weight: 900;
}

.plan-features .not-included {
  color: #56637a;
}

.plan-features .not-included > span {
  color: #475569;
}

.additional-note {
  margin: 18px 0 0;
  padding: 10px;
  border-radius: 8px;
  background: rgb(255 255 255 / 3%);
  color: #6e7b92;
  font-size: 0.54rem;
  line-height: 1.5;
}

.comparison-wrap {
  margin-top: 31px;
  padding: 28px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 20px;
  background: rgb(255 255 255 / 3%);
}

.comparison-title {
  display: flex;
  margin-bottom: 23px;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.comparison-title h3 {
  color: #fff;
}

.comparison-title > p {
  color: #718097;
}

.comparison-scroll {
  overflow-x: auto;
}

.comparison-wrap table {
  width: 100%;
  min-width: 670px;
  border-collapse: collapse;
  font-size: 0.7rem;
}

.comparison-wrap th,
.comparison-wrap td {
  padding: 13px 16px;
  border-bottom: 1px solid rgb(255 255 255 / 7%);
  text-align: center;
}

.comparison-wrap th:first-child,
.comparison-wrap td:first-child {
  width: 46%;
  color: #cbd5e1;
  text-align: left;
}

.comparison-wrap th {
  color: #94a3b8;
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.comparison-wrap .yes {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgb(37 99 235 / 17%);
  color: #60a5fa;
  font-weight: 900;
}

.comparison-wrap .no {
  color: #475569;
}

.workflow-section {
  background: #fff;
}

.workflow {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  gap: 24px;
}

.workflow::before {
  position: absolute;
  z-index: 0;
  top: 39px;
  right: 11%;
  left: 11%;
  border-top: 1px dashed #cbd5e1;
  content: '';
}

.workflow li {
  position: relative;
  z-index: 1;
  text-align: center;
}

.workflow li > span {
  position: absolute;
  top: -7px;
  left: calc(50% + 24px);
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 850;
  box-shadow: 0 5px 12px rgb(37 99 235 / 25%);
}

.workflow-icon {
  display: grid;
  width: 78px;
  height: 78px;
  margin: 0 auto;
  place-items: center;
  border: 1px solid #dbe5f1;
  border-radius: 22px;
  background: #f8fafc;
  box-shadow: 0 12px 25px rgb(15 23 42 / 5%);
  color: #2563eb;
  font-size: 1.65rem;
  font-weight: 800;
}

.workflow h3 {
  margin: 18px 0 6px;
  font-size: 1rem;
}

.workflow p {
  max-width: 220px;
  margin: 0 auto;
  color: #64748b;
  font-size: 0.73rem;
  line-height: 1.55;
}

.security-section {
  overflow: hidden;
  background: linear-gradient(135deg, #0d162b, #111e38);
  color: #fff;
}

.security-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 0.85fr;
  gap: 85px;
}

.security-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 20px 0 0;
  color: #9facc2;
}

.security-points {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.security-points p {
  display: grid;
  margin: 0;
  padding: 14px;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 12px;
  background: rgb(255 255 255 / 3%);
  grid-template-columns: 27px 1fr;
}

.security-points p > span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: rgb(16 185 129 / 14%);
  color: #34d399;
  font-size: 0.55rem;
}

.security-points strong,
.security-points small {
  display: block;
}

.security-points strong {
  font-size: 0.75rem;
}

.security-points small {
  margin-top: 3px;
  color: #78869d;
  font-size: 0.58rem;
  grid-column: 2;
}

.security-copy > a {
  display: inline-block;
  margin-top: 25px;
  color: #93c5fd;
  font-size: 0.72rem;
  font-weight: 750;
}

.security-visual {
  position: relative;
  min-height: 450px;
}

.shield {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 180px;
  height: 180px;
  place-items: center;
  border: 1px solid rgb(96 165 250 / 24%);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(37 99 235 / 26%), rgb(37 99 235 / 5%) 70%);
  box-shadow: 0 0 80px rgb(37 99 235 / 18%);
  transform: translate(-50%, -50%);
}

.shield svg {
  width: 74px;
  fill: rgb(37 99 235 / 22%);
  stroke: #60a5fa;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.security-card {
  position: absolute;
  z-index: 3;
  display: flex;
  padding: 15px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: 13px;
  background: rgb(21 34 61 / 88%);
  box-shadow: 0 20px 45px rgb(0 0 0 / 22%);
  backdrop-filter: blur(10px);
}

.security-card > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 9px;
  background: rgb(16 185 129 / 12%);
  color: #34d399;
  font-weight: 850;
}

.security-card p,
.security-card strong,
.security-card small {
  display: block;
  margin: 0;
}

.security-card strong {
  font-size: 0.69rem;
}

.security-card small {
  color: #7f8da4;
  font-size: 0.55rem;
}

.security-card-one {
  top: 69px;
  left: 0;
}

.security-card-two {
  right: -2%;
  bottom: 76px;
}

.security-lines {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 370px;
  height: 370px;
  border: 1px dashed rgb(96 165 250 / 13%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.security-lines::after {
  position: absolute;
  inset: 48px;
  border: 1px solid rgb(96 165 250 / 8%);
  border-radius: 50%;
  content: '';
}

.faq-section {
  background: #f8fafc;
}

.faq-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 0.72fr 1fr;
  gap: 80px;
}

.faq-heading {
  position: sticky;
  top: 110px;
}

.faq-heading > p:not(.eyebrow) {
  margin: 17px 0 25px;
  color: #64748b;
  font-size: 0.86rem;
}

.faq-heading .button {
  padding-inline: 18px;
  font-size: 0.75rem;
}

.faq-list details {
  border-bottom: 1px solid #dfe6ef;
}

.faq-list summary {
  display: flex;
  padding: 22px 0;
  align-items: center;
  justify-content: space-between;
  color: #1e293b;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 760;
  list-style: none;
}

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

.faq-list summary span {
  display: grid;
  width: 27px;
  height: 27px;
  margin-left: 15px;
  place-items: center;
  flex: none;
  border: 1px solid #dbe4ef;
  border-radius: 50%;
  background: #fff;
  color: #2563eb;
  transition: transform 0.2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: -5px 48px 21px 0;
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.67;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  background: #0b1224;
  color: #fff;
}

.contact-section::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(255 255 255 / 2%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 2%) 1px, transparent 1px);
  background-size: 55px 55px;
  content: '';
  mask-image: linear-gradient(90deg, transparent, black, transparent);
}

.contact-glow {
  position: absolute;
  right: -180px;
  bottom: -240px;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(37 99 235 / 18%), transparent 68%);
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: start;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 75px;
}

.contact-copy > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: #9aa8bd;
  line-height: 1.68;
}

.contact-copy > ul {
  margin: 26px 0 0;
  padding: 0;
  color: #cbd5e1;
  font-size: 0.8rem;
  list-style: none;
}

.contact-copy > ul li {
  margin: 10px 0;
}

.contact-copy > ul span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  place-items: center;
  border-radius: 50%;
  background: rgb(37 99 235 / 16%);
  color: #60a5fa;
  font-size: 0.55rem;
  font-weight: 850;
}

.contact-note {
  display: grid;
  margin-top: 31px;
  padding: 15px;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 12px;
  background: rgb(255 255 255 / 3%);
  grid-template-columns: 29px 1fr;
  gap: 10px;
}

.contact-note > span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: rgb(96 165 250 / 12%);
  color: #93c5fd;
  font-size: 0.67rem;
  font-weight: 850;
}

.contact-note p,
.contact-note strong,
.contact-note small {
  display: block;
  margin: 0;
}

.contact-note strong {
  font-size: 0.66rem;
}

.contact-note small {
  margin-top: 3px;
  color: #77859c;
  font-size: 0.56rem;
  line-height: 1.5;
}

.contact-form {
  padding: 34px;
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 32px 75px rgb(0 0 0 / 29%);
  color: #0f172a;
}

.form-heading {
  margin-bottom: 21px;
}

.form-heading span {
  display: block;
  font-size: 1.35rem;
  font-weight: 850;
  letter-spacing: -0.035em;
}

.form-heading p {
  margin: 2px 0 0;
  color: #64748b;
  font-size: 0.72rem;
}

.form-success,
.form-error {
  display: flex;
  margin-bottom: 19px;
  padding: 13px;
  align-items: center;
  gap: 10px;
  border: 1px solid #a7f3d0;
  border-radius: 11px;
  background: #ecfdf5;
  color: #065f46;
}

.form-error {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.form-success > span,
.form-error > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  flex: none;
  border-radius: 50%;
  background: #10b981;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 900;
}

.form-error > span {
  background: #dc2626;
}

.form-success p,
.form-success strong,
.form-success small,
.form-error p,
.form-error strong,
.form-error small {
  display: block;
  margin: 0;
}

.form-success strong,
.form-error strong {
  font-size: 0.72rem;
}

.form-success small,
.form-error small {
  margin-top: 2px;
  font-size: 0.59rem;
}

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

.form-row-three {
  grid-template-columns: 1.1fr 0.45fr 1.15fr;
}

.contact-form label:not(.consent, .honeypot) {
  display: block;
  margin-bottom: 13px;
  color: #475569;
  font-size: 0.65rem;
  font-weight: 740;
}

.contact-form input:not([type='checkbox']),
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  min-height: 44px;
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid #dbe3ed;
  border-radius: 9px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 0.74rem;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.contact-form textarea {
  min-height: 85px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #60a5fa;
  background: #fff;
  box-shadow: 0 0 0 3px rgb(59 130 246 / 10%);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #a6b1c0;
}

.consent {
  display: grid;
  margin: 9px 0;
  align-items: start;
  color: #64748b;
  font-size: 0.6rem;
  line-height: 1.5;
  grid-template-columns: 17px 1fr;
  gap: 8px;
}

.consent input {
  width: 15px;
  height: 15px;
  margin: 1px 0 0;
  accent-color: #2563eb;
}

.consent a {
  color: #2563eb;
  font-weight: 750;
  text-decoration: underline;
}

.consent.optional {
  color: #94a3b8;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.button-submit {
  width: 100%;
  margin-top: 13px;
  border: 0;
}

.button-submit span {
  margin-left: auto;
}

.form-footnote {
  display: block;
  margin-top: 9px;
  color: #94a3b8;
  font-size: 0.53rem;
  text-align: center;
}

.site-footer {
  padding: 55px 0 20px;
  background: #070d1c;
  color: #fff;
}

.footer-main {
  display: grid;
  padding-bottom: 43px;
  grid-template-columns: 1.8fr repeat(3, 1fr);
  gap: 45px;
}

.footer-brand p {
  max-width: 260px;
  margin: 14px 0 0;
  color: #64748b;
  font-size: 0.72rem;
}

.footer-main > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-main > div > strong {
  margin-bottom: 5px;
  color: #cbd5e1;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-main > div > a {
  color: #64748b;
  font-size: 0.67rem;
  transition: color 0.2s ease;
}

.footer-main > div > a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  padding-top: 18px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgb(255 255 255 / 8%);
  color: #536078;
  font-size: 0.58rem;
}

@media (max-width: 1180px) {
  .desktop-nav {
    gap: 20px;
  }

  .hero-grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 40px;
  }

  .product-window {
    width: 650px;
  }

  .field-grid,
  .security-grid {
    gap: 55px;
  }

  .status-one {
    left: -3%;
  }

  .status-two {
    right: -4%;
  }
}

@media (max-width: 1020px) {
  .desktop-nav,
  .header-actions {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu > summary {
    display: flex;
    width: 42px;
    height: 42px;
    padding: 11px;
    align-items: stretch;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 10px;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
    list-style: none;
  }

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

  .mobile-menu > summary span {
    height: 2px;
    border-radius: 2px;
    background: #fff;
  }

  .mobile-menu nav {
    position: absolute;
    top: 66px;
    right: 20px;
    display: flex;
    width: min(300px, calc(100vw - 40px));
    padding: 15px;
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 14px;
    background: #111b31;
    box-shadow: 0 25px 55px rgb(0 0 0 / 40%);
    flex-direction: column;
  }

  .mobile-menu nav > a:not(.button) {
    padding: 10px 8px;
    color: #cbd5e1;
    font-size: 0.78rem;
  }

  .mobile-menu nav .button {
    margin-top: 8px;
    padding-inline: 14px;
    font-size: 0.75rem;
  }

  .hero {
    padding-top: 135px;
  }

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

  .hero-copy {
    max-width: 700px;
    text-align: center;
    justify-self: center;
  }

  .hero-copy .eyebrow,
  .hero-actions,
  .hero-trust {
    justify-content: center;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .product-window {
    width: min(760px, 100%);
    margin: 14px auto 0;
    transform: none;
  }

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

  .proof-grid p:nth-child(2) {
    border-right: 0;
  }

  .proof-grid p:nth-child(n + 3) {
    margin-top: 20px;
  }

  .proof-grid p:nth-child(3) {
    padding-left: 0;
  }

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

  .field-copy {
    max-width: 720px;
    margin-inline: auto;
  }

  .phone-stage {
    order: 2;
  }

  .field-copy {
    order: 1;
  }

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

  .pricing-card,
  .pricing-card.featured {
    max-width: 670px;
    margin: 0 auto;
  }

  .plan-description {
    min-height: 0;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .faq-heading {
    position: static;
    max-width: 690px;
  }

  .contact-copy {
    max-width: 730px;
  }
}

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

  .section {
    padding: 78px 0;
  }

  .hero {
    min-height: auto;
    padding: 122px 0 68px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 12vw, 4rem);
  }

  .hero-lead {
    font-size: 0.97rem;
  }

  .dashboard-shell {
    grid-template-columns: 42px 1fr;
  }

  .mock-content {
    padding: 17px;
  }

  .mock-main-grid {
    grid-template-columns: 1fr;
  }

  .quota-card {
    display: none;
  }

  .territory-map {
    height: 210px;
  }

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

  .feature-card-large {
    min-height: 670px;
    grid-row: auto;
  }

  .feature-card:last-child {
    grid-column: auto;
  }

  .business-model-grid {
    grid-template-columns: 1fr;
  }

  .simulator {
    padding: 24px;
  }

  .simulator-heading,
  .comparison-title {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .simulator-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .workflow {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }

  .workflow::before {
    display: none;
  }

  .security-visual {
    min-height: 390px;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .brand-name {
    font-size: 1.22rem;
  }

  .header-inner {
    min-height: 69px;
  }

  .hero-copy .eyebrow {
    font-size: 0.62rem;
  }

  .hero-actions {
    flex-direction: column;
  }

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

  .hero-trust {
    gap: 10px 15px;
  }

  .window-topbar {
    grid-template-columns: 50px 1fr 40px;
  }

  .window-dots {
    padding-left: 10px;
    gap: 3px;
  }

  .window-dots i {
    width: 6px;
    height: 6px;
  }

  .window-address {
    width: 150px;
  }

  .dashboard-shell {
    min-height: 350px;
    grid-template-columns: 1fr;
  }

  .mock-sidebar {
    display: none;
  }

  .mock-content {
    padding: 13px;
  }

  .mock-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .mock-stats article:last-child {
    display: none;
  }

  .territory-map {
    height: 180px;
  }

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

  .proof-grid p,
  .proof-grid p:first-child,
  .proof-grid p:nth-child(3) {
    margin: 0;
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid #e2e8f0;
  }

  .proof-grid p:last-child {
    border: 0;
  }

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

  .section-heading h2,
  .field-copy h2,
  .security-copy h2,
  .faq-heading h2,
  .contact-copy h2 {
    font-size: 2.15rem;
  }

  .feature-card {
    min-height: 330px;
    padding: 25px;
  }

  .feature-card-large {
    min-height: 610px;
  }

  .premium-label,
  .included-label {
    top: 25px;
    right: 25px;
    max-width: 120px;
    text-align: center;
  }

  .territory-preview {
    right: 18px;
    bottom: 18px;
    left: 18px;
    height: 310px;
  }

  .phone-stage {
    min-height: 620px;
  }

  .orbit-one {
    width: 430px;
    height: 430px;
  }

  .phone {
    width: 270px;
    height: 554px;
  }

  .floating-status {
    min-width: 175px;
    padding: 10px;
  }

  .status-one {
    top: 112px;
    left: -8px;
  }

  .status-two {
    right: -8px;
    bottom: 95px;
  }

  .field-links {
    align-items: stretch;
    flex-direction: column;
  }

  .simulator,
  .comparison-wrap {
    padding: 19px;
  }

  .simulator-controls,
  .simulator-result {
    padding: 20px;
  }

  .pricing-card {
    padding: 25px;
  }

  .pricing-card.featured {
    padding-top: 42px;
  }

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

  .workflow p {
    max-width: 280px;
  }

  .security-points {
    grid-template-columns: 1fr;
  }

  .security-visual {
    min-height: 350px;
    transform: scale(0.88);
  }

  .security-card-one {
    left: -8%;
  }

  .security-card-two {
    right: -9%;
  }

  .contact-form {
    padding: 23px;
  }

  .form-row,
  .form-row-three {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}

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

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