:root {
  --navy-950: #04101f;
  --navy-900: #071a33;
  --navy-800: #0b294c;
  --navy-700: #123e6f;
  --blue-600: #1769e0;
  --blue-500: #2c83ff;
  --cyan-400: #39c6e8;
  --yellow-400: #f4c835;
  --yellow-300: #f8d862;
  --ink-950: #0a1422;
  --ink-800: #26364b;
  --ink-600: #53657a;
  --ink-500: #6f8092;
  --line: #dbe4ee;
  --surface: #f5f8fb;
  --white: #ffffff;
  --success: #127a56;
  --danger: #b3261e;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shadow-sm: 0 12px 30px rgba(7, 26, 51, .08);
  --shadow-md: 0 24px 70px rgba(4, 16, 31, .16);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink-950);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 9px;
  background: var(--yellow-400);
  color: var(--navy-950);
  font-weight: 800;
  text-decoration: none;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(4, 16, 31, .78);
  backdrop-filter: blur(18px);
  transition: background .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
  background: rgba(4, 16, 31, .96);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  text-decoration: none;
  flex-shrink: 0;
}

.brand img {
  width: 38px;
  height: 41px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 0;
}

.brand-copy strong {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .01em;
}

.brand-copy small {
  margin-top: 3px;
  color: #a9bed5;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  color: #c6d4e3;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--white);
}

.main-nav .nav-cta {
  padding: 10px 17px;
  border-radius: 999px;
  background: var(--yellow-400);
  color: var(--navy-950);
}

.main-nav .nav-cta:hover,
.main-nav .nav-cta:focus-visible {
  color: var(--navy-950);
  background: var(--yellow-300);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

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

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

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

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 160px 0 90px;
  color: var(--white);
  background:
    radial-gradient(circle at 73% 20%, rgba(44, 131, 255, .20), transparent 30%),
    radial-gradient(circle at 24% 72%, rgba(57, 198, 232, .10), transparent 28%),
    linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 52%, #0a2a50 100%);
}

.hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -170px;
  bottom: -240px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .015), 0 0 0 140px rgba(255, 255, 255, .01);
}

.hero-grid-bg {
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 90%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 72px;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #8fdcf0;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: var(--yellow-400);
}

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

.hero h1,
.section h2,
.faq-section h2 {
  margin: 0;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(44px, 5.6vw, 72px);
  font-weight: 830;
}

.hero-lead {
  max-width: 620px;
  margin: 26px 0 0;
  color: #c4d4e5;
  font-size: 18px;
  line-height: 1.68;
}

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

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 13px;
  padding: 0 21px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

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

.button-primary {
  background: var(--yellow-400);
  color: var(--navy-950);
  box-shadow: 0 12px 30px rgba(244, 200, 53, .16);
}

.button-primary:hover {
  background: var(--yellow-300);
  box-shadow: 0 16px 34px rgba(244, 200, 53, .22);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, .18);
  color: var(--white);
  background: rgba(255, 255, 255, .055);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, .1);
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 46px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.hero-trust div {
  display: grid;
  gap: 3px;
}

.hero-trust strong {
  color: var(--white);
  font-size: 13px;
}

.hero-trust span {
  color: #8fa9c3;
  font-size: 12px;
}

.hero-visual {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.software-frame {
  position: relative;
  z-index: 3;
  width: min(100%, 600px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 40px 90px rgba(0, 0, 0, .34);
  backdrop-filter: blur(16px);
}

.software-frame-top {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  color: #92abc5;
  font-size: 11px;
}

.frame-dots {
  display: flex;
  gap: 5px;
}

.frame-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .34);
}

.software-frame img {
  width: 100%;
  background: transparent;
}

.clock-orbit {
  position: absolute;
  border: 1px dashed rgba(143, 220, 240, .2);
  border-radius: 50%;
}

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

.orbit-two {
  width: 560px;
  height: 560px;
  opacity: .5;
}

.time-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 15px;
  background: rgba(7, 26, 51, .86);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
  backdrop-filter: blur(14px);
}

.time-card-start {
  top: 66px;
  left: -22px;
}

.time-card-cloud {
  right: -20px;
  bottom: 70px;
}

.time-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(57, 198, 232, .12);
  color: var(--cyan-400);
}

.time-icon svg {
  width: 18px;
  height: 18px;
}

.time-card > span:last-child {
  display: grid;
  gap: 1px;
}

.time-card small {
  color: #91aac3;
  font-size: 10px;
}

.time-card strong {
  font-size: 13px;
}

.flow-strip {
  position: relative;
  z-index: 5;
  margin-top: -1px;
  background: var(--yellow-400);
  color: var(--navy-950);
}

.flow-grid {
  min-height: 110px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 26px;
}

.flow-item {
  display: flex;
  align-items: center;
  gap: 13px;
}

.flow-number {
  font-size: 11px;
  font-weight: 900;
  opacity: .5;
}

.flow-item div {
  display: grid;
  gap: 2px;
}

.flow-item strong {
  font-size: 14px;
}

.flow-item span:last-child {
  font-size: 11px;
  opacity: .7;
}

.flow-line {
  width: 42px;
  height: 1px;
  background: rgba(4, 16, 31, .22);
}

.section {
  padding: 110px 0;
}

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

.split-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 88px;
}

.section-copy h2,
.section-heading h2,
.contact-copy h2,
.faq-heading h2,
.rep-copy h2 {
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 820;
}

.section-copy > p,
.rep-copy > p {
  margin: 22px 0 0;
  color: var(--ink-600);
  font-size: 17px;
  line-height: 1.72;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 20px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 25px;
  color: var(--ink-800);
  font-size: 14px;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .43em;
  width: 11px;
  height: 6px;
  border-left: 2px solid var(--blue-600);
  border-bottom: 2px solid var(--blue-600);
  transform: rotate(-45deg);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 33px;
  color: var(--blue-600);
  font-weight: 850;
  text-decoration: none;
}

.text-link span {
  transition: transform .18s ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.mobile-showcase {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, #eff5fb, #f9fbfd),
    var(--surface);
  overflow: hidden;
}

.mobile-showcase::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(23, 105, 224, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(23, 105, 224, .025), 0 0 0 110px rgba(23, 105, 224, .018);
}

.mobile-image-wrap {
  position: relative;
  z-index: 2;
  width: min(92%, 650px);
  transform: translateY(18px);
}

.mobile-image-wrap img {
  filter: drop-shadow(0 30px 45px rgba(7, 26, 51, .13));
}

.mobile-note {
  position: absolute;
  z-index: 3;
  left: 24px;
  bottom: 24px;
  max-width: 280px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow-sm);
}

.mobile-note-mark {
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--blue-500);
  box-shadow: 0 0 0 5px rgba(44, 131, 255, .10);
  flex-shrink: 0;
}

.mobile-note p {
  margin: 0;
  color: var(--ink-800);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 750;
}

.section-deep {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(44, 131, 255, .14), transparent 25%),
    linear-gradient(145deg, var(--navy-950), var(--navy-900));
  color: var(--white);
}

.section-deep::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 48px 48px;
}

.section-deep > .container {
  position: relative;
  z-index: 2;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading p {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--ink-600);
  font-size: 17px;
}

.section-heading-light p {
  color: #a9bdd2;
}

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

.feature-card {
  min-height: 240px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 20px;
  background: rgba(255, 255, 255, .045);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(57, 198, 232, .24);
  background: rgba(255, 255, 255, .065);
}

.feature-card-highlight {
  background: linear-gradient(145deg, rgba(44, 131, 255, .16), rgba(255,255,255,.05));
  border-color: rgba(44, 131, 255, .28);
}

.feature-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(57, 198, 232, .10);
  color: #7ad8ee;
}

.feature-icon svg {
  width: 22px;
  height: 22px;
}

.feature-card h3 {
  margin: 27px 0 9px;
  font-size: 18px;
  letter-spacing: -.02em;
}

.feature-card p {
  margin: 0;
  color: #a7bbcf;
  font-size: 14px;
  line-height: 1.65;
}

.screen-showcase {
  margin-top: 58px;
  padding: 30px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: 42px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .045);
}

.micro-label {
  color: var(--yellow-400);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.screen-copy h3 {
  margin: 14px 0 0;
  font-size: 27px;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.screen-copy p {
  margin: 16px 0 0;
  color: #a9bdd2;
  font-size: 14px;
}

.screen-card {
  overflow: hidden;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .24);
}

.screen-card img {
  width: 100%;
}

.section-rep {
  background: var(--surface);
}

.rep-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 82px;
}

.rep-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.rep-option {
  min-height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: var(--white);
  box-shadow: 0 10px 25px rgba(7, 26, 51, .04);
}

.rep-symbol {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #eef5ff;
  color: var(--blue-600);
}

.rep-symbol svg {
  width: 21px;
  height: 21px;
}

.rep-option strong {
  color: var(--ink-950);
  font-size: 15px;
}

.section-benefits {
  background: var(--white);
}

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

.benefit-card {
  min-height: 245px;
  padding: 27px 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  transition: transform .2s ease, box-shadow .2s ease;
}

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

.benefit-index {
  display: inline-block;
  margin-bottom: 52px;
  color: var(--blue-600);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.benefit-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: -.02em;
}

.benefit-card p {
  margin: 0;
  color: var(--ink-600);
  font-size: 14px;
  line-height: 1.65;
}

.section-contact {
  background:
    radial-gradient(circle at 90% 15%, rgba(57, 198, 232, .12), transparent 26%),
    var(--navy-900);
  color: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: start;
  gap: 78px;
}

.contact-copy {
  padding-top: 24px;
}

.contact-copy > p {
  max-width: 540px;
  margin: 22px 0 0;
  color: #a9bdd2;
  font-size: 17px;
  line-height: 1.7;
}

.contact-points {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}

.contact-points div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-points span {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(57, 198, 232, .10);
  color: #7bd7eb;
  font-size: 10px;
  font-weight: 900;
}

.contact-points p {
  margin: 0;
  color: #c0d0df;
  font-size: 13px;
}

.form-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  background: var(--white);
  color: var(--ink-950);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .24);
}

.form-heading {
  display: grid;
  gap: 3px;
  margin-bottom: 24px;
}

.form-heading strong {
  font-size: 22px;
  letter-spacing: -.025em;
}

.form-heading span {
  color: var(--ink-600);
  font-size: 13px;
}

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

.field {
  display: grid;
  gap: 7px;
}

.field-full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--ink-800);
  font-size: 12px;
  font-weight: 800;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid #ccd8e4;
  border-radius: 11px;
  background: #fbfdff;
  color: var(--ink-950);
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.field input {
  min-height: 46px;
  padding: 0 13px;
}

.field textarea {
  min-height: 104px;
  resize: vertical;
  padding: 12px 13px;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--blue-500);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(44, 131, 255, .10);
}

.field input:user-invalid,
.field textarea:user-invalid {
  border-color: #cf5d57;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0;
  color: var(--ink-600);
  font-size: 11px;
  line-height: 1.45;
  cursor: pointer;
}

.privacy-check input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--blue-600);
  flex-shrink: 0;
}

.button-form {
  width: 100%;
  position: relative;
  background: var(--blue-600);
  color: var(--white);
}

.button-form:hover {
  background: #0e5dcc;
  box-shadow: 0 14px 30px rgba(23, 105, 224, .2);
}

.button-form:disabled {
  opacity: .72;
  cursor: wait;
  transform: none;
}

.button-loader {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: spin .7s linear infinite;
}

.button-form.is-loading .button-label {
  display: none;
}

.button-form.is-loading .button-loader {
  display: inline-block;
}

.form-status {
  min-height: 20px;
  margin: 12px 0 0;
  font-size: 12px;
  font-weight: 750;
}

.form-status.is-success {
  color: var(--success);
}

.form-status.is-error {
  color: var(--danger);
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.faq-section {
  padding: 100px 0;
  background: var(--surface);
}

.faq-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 82px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  overflow: hidden;
}

.faq-list summary {
  position: relative;
  padding: 20px 54px 20px 20px;
  color: var(--ink-950);
  font-size: 14px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #eef4fb;
  color: var(--blue-600);
  font-size: 17px;
}

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

.faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--ink-600);
  font-size: 13px;
  line-height: 1.65;
}

.site-footer {
  padding: 34px 0;
  background: var(--navy-950);
  color: var(--white);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 36px;
  height: 39px;
  object-fit: contain;
}

.footer-brand div {
  display: grid;
  gap: 2px;
}

.footer-brand strong {
  font-size: 13px;
}

.footer-brand span,
.footer-meta {
  color: #8299b2;
  font-size: 11px;
}

.footer-meta {
  display: flex;
  gap: 24px;
}

.mobile-cta {
  display: none;
}

:focus-visible {
  outline: 3px solid rgba(244, 200, 53, .7);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .hero-grid {
    gap: 42px;
  }

  .hero-trust {
    gap: 12px;
  }

  .time-card-start {
    left: 0;
  }

  .time-card-cloud {
    right: 0;
  }

  .split-grid,
  .contact-grid,
  .rep-grid,
  .faq-grid {
    gap: 54px;
  }

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

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

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

  .menu-toggle {
    display: flex;
  }

  .main-nav {
    position: fixed;
    top: 76px;
    left: 16px;
    right: 16px;
    max-height: calc(100vh - 96px);
    overflow: auto;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 18px;
    background: rgba(4, 16, 31, .98);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
    transform: translateY(-12px) scale(.98);
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
  }

  .main-nav.is-open {
    transform: none;
    opacity: 1;
    visibility: visible;
  }

  .main-nav a {
    padding: 14px;
    border-radius: 10px;
  }

  .main-nav .nav-cta {
    margin-top: 6px;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding: 135px 0 78px;
  }

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

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

  .hero-visual {
    min-height: 420px;
  }

  .software-frame {
    width: min(92%, 620px);
  }

  .orbit-two {
    width: 500px;
    height: 500px;
  }

  .flow-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 18px 0;
  }

  .flow-line {
    display: none;
  }

  .flow-item {
    align-items: flex-start;
  }

  .split-grid,
  .rep-grid,
  .contact-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .split-grid,
  .rep-grid,
  .faq-grid {
    gap: 48px;
  }

  .mobile-showcase {
    min-height: 500px;
  }

  .screen-showcase {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    padding-top: 0;
  }

  .contact-grid {
    gap: 48px;
  }

  .faq-heading {
    max-width: 520px;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 72px;
  }

  body {
    padding-bottom: 68px;
  }

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

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

  .brand img {
    width: 34px;
    height: 37px;
  }

  .brand-copy strong {
    font-size: 13px;
  }

  .brand-copy small {
    font-size: 9px;
  }

  .main-nav {
    top: 70px;
  }

  .hero {
    padding: 118px 0 64px;
  }

  .hero h1 {
    font-size: clamp(40px, 13vw, 56px);
  }

  .hero-lead {
    margin-top: 20px;
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    margin-top: 28px;
  }

  .button {
    width: 100%;
  }

  .hero-trust {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 32px;
  }

  .hero-visual {
    min-height: 330px;
  }

  .software-frame {
    width: 100%;
    border-radius: 18px;
  }

  .software-frame-top {
    height: 34px;
  }

  .time-card {
    padding: 8px 9px;
    border-radius: 12px;
  }

  .time-card-start {
    top: 0;
    left: 5px;
  }

  .time-card-cloud {
    right: 5px;
    bottom: 4px;
  }

  .time-icon {
    width: 29px;
    height: 29px;
  }

  .time-card small {
    font-size: 8px;
  }

  .time-card strong {
    font-size: 11px;
  }

  .clock-orbit {
    display: none;
  }

  .flow-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 12px;
  }

  .flow-item {
    gap: 9px;
  }

  .section,
  .faq-section {
    padding: 78px 0;
  }

  .section-copy h2,
  .section-heading h2,
  .contact-copy h2,
  .faq-heading h2,
  .rep-copy h2 {
    font-size: 36px;
  }

  .section-copy > p,
  .rep-copy > p,
  .section-heading p,
  .contact-copy > p {
    font-size: 15px;
  }

  .check-list {
    grid-template-columns: 1fr;
  }

  .mobile-showcase {
    min-height: 410px;
    border-radius: 22px;
  }

  .mobile-image-wrap {
    width: 110%;
  }

  .mobile-note {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
  }

  .feature-grid,
  .benefit-grid,
  .rep-options,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 210px;
  }

  .screen-showcase {
    margin-top: 38px;
    padding: 18px;
    border-radius: 21px;
  }

  .screen-copy h3 {
    font-size: 23px;
  }

  .rep-option {
    min-height: 130px;
  }

  .benefit-card {
    min-height: auto;
  }

  .benefit-index {
    margin-bottom: 35px;
  }

  .form-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .field-full {
    grid-column: auto;
  }

  .footer-grid,
  .footer-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    gap: 24px;
  }

  .footer-meta {
    gap: 5px;
  }

  .mobile-cta {
    position: fixed;
    z-index: 90;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    border-top: 1px solid #d4dee9;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(14px);
  }

  .mobile-cta a {
    min-height: 47px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--yellow-400);
    color: var(--navy-950);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 70% 20%, rgba(44, 131, 255, .18), transparent 30%),
    var(--navy-900);
  color: var(--white);
}

.error-card {
  width: min(100%, 620px);
  padding: 46px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: rgba(255,255,255,.06);
  text-align: center;
  box-shadow: var(--shadow-md);
}

.error-code {
  width: 68px;
  height: 68px;
  margin-inline: auto;
  display: grid;
  place-items: center;
  border: 2px solid var(--yellow-400);
  border-radius: 50%;
  color: var(--yellow-400);
  font-size: 14px;
  font-weight: 900;
}

.error-card h1 {
  margin: 24px 0 12px;
  font-size: clamp(34px, 7vw, 54px);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.error-card p {
  max-width: 460px;
  margin: 0 auto 26px;
  color: #b7cadc;
}

.error-card .button {
  width: auto;
  background: var(--yellow-400);
  color: var(--navy-950);
}

@media (max-width: 520px) {
  .error-card {
    padding: 32px 22px;
  }
}
