@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn.woff2") format("woff2-variations");
}

:root {
  --navy-950: #061427;
  --navy-900: #081a31;
  --navy-800: #102945;
  --navy-700: #183b5e;
  --ink: #0c213a;
  --muted: #64748b;
  --muted-dark: #42556d;
  --teal: #00b99d;
  --teal-dark: #009f88;
  --teal-soft: #dff9f4;
  --cyan: #22d3c5;
  --surface: #ffffff;
  --surface-soft: #f4f8fb;
  --line: #dce6ec;
  --danger: #b42318;
  --danger-soft: #fff1f0;
  --success: #087c69;
  --success-soft: #e8faf6;
  --shadow-sm: 0 12px 35px rgba(8, 26, 49, 0.08);
  --shadow-lg: 0 35px 100px rgba(8, 26, 49, 0.18);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --container: 1180px;
  --font: "Vazirmatn", "IRANSansX", "IRANSans", Tahoma, Arial, sans-serif;
}

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

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--ink);
  background: #fbfdfd;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -3;
  inset: 0;
  background-image: linear-gradient(rgba(8, 26, 49, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 26, 49, 0.024) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 56%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 56%);
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button,
input {
  font: inherit;
}

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

button {
  color: inherit;
}

::selection {
  color: var(--navy-950);
  background: rgba(34, 211, 197, 0.35);
}

:focus-visible {
  outline: 3px solid rgba(0, 185, 157, 0.35);
  outline-offset: 3px;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  right: 12px;
  padding: 10px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--navy-950);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.page-glow {
  position: fixed;
  z-index: -2;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
}

.page-glow--one {
  top: -260px;
  left: -220px;
  width: 720px;
  height: 720px;
  background: radial-gradient(circle, rgba(25, 210, 188, 0.13), transparent 67%);
}

.page-glow--two {
  top: 480px;
  right: -420px;
  width: 820px;
  height: 820px;
  background: radial-gradient(circle, rgba(20, 77, 121, 0.08), transparent 68%);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  padding-block: 12px;
  border-bottom: 1px solid transparent;
  background: rgba(251, 253, 253, 0.76);
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  border-color: rgba(8, 26, 49, 0.08);
  box-shadow: 0 10px 35px rgba(8, 26, 49, 0.055);
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.brand-logo-wrap {
  display: grid;
  width: 52px;
  height: 52px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(8, 26, 49, 0.08);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(8, 26, 49, 0.07);
}

.brand-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  line-height: 1.15;
}

.brand-copy strong {
  color: var(--navy-900);
  font-size: 21px;
  font-weight: 900;
}

.brand-copy small {
  margin-top: 6px;
  color: #758397;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.32em;
}

.primary-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  color: var(--muted-dark);
  font-size: 14px;
  font-weight: 600;
}

.primary-nav > a:not(.nav-cta) {
  position: relative;
  padding-block: 9px;
  transition: color 180ms ease;
}

.primary-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--teal);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-nav > a:not(.nav-cta):hover {
  color: var(--navy-900);
}

.primary-nav > a:not(.nav-cta):hover::after {
  transform: scaleX(1);
}

.nav-cta,
.light-button {
  display: inline-flex;
  min-height: 46px;
  padding: 10px 19px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #fff;
  background: var(--navy-900);
  box-shadow: 0 10px 26px rgba(8, 26, 49, 0.16);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.nav-cta:hover,
.light-button:hover {
  background: var(--navy-800);
  box-shadow: 0 14px 30px rgba(8, 26, 49, 0.22);
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--navy-900);
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  min-height: calc(100vh - 89px);
  min-height: calc(100svh - 89px);
  padding: 68px 0 38px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  gap: clamp(54px, 7vw, 96px);
  align-items: center;
}

.eyebrow,
.section-kicker,
.form-kicker {
  color: var(--teal-dark);
  font-weight: 800;
}

.eyebrow {
  display: inline-flex;
  gap: 10px;
  min-height: 36px;
  padding: 5px 12px 5px 15px;
  align-items: center;
  border: 1px solid rgba(0, 185, 157, 0.18);
  border-radius: 999px;
  background: rgba(223, 249, 244, 0.64);
  font-size: 13px;
}

.eyebrow-dot {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(0, 185, 157, 0.12);
}

.eyebrow-dot::after {
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(0, 185, 157, 0.5);
  border-radius: 50%;
  content: "";
  animation: soft-pulse 2.4s ease-out infinite;
}

@keyframes soft-pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.65);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}

.hero h1 {
  max-width: 650px;
  margin: 24px 0 18px;
  color: var(--navy-900);
  font-size: clamp(42px, 4.4vw, 70px);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1.24;
}

.hero h1 span {
  position: relative;
  display: inline;
  color: var(--teal-dark);
  background: linear-gradient(120deg, var(--teal-dark), #11cdb1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero h1 span::after {
  position: absolute;
  right: 1%;
  bottom: -7px;
  width: 98%;
  height: 7px;
  border-radius: 100%;
  background: url("data:image/svg+xml,%3Csvg width='400' height='10' viewBox='0 0 400 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7C87 2 273 2 397 6' stroke='%2300b99d' stroke-width='4' stroke-linecap='round' fill='none' opacity='.34'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  content: "";
}

.hero-lead {
  max-width: 640px;
  margin: 0 0 25px;
  color: var(--muted-dark);
  font-size: 17px;
  line-height: 2;
}

.waitlist-card {
  max-width: 680px;
  padding: 23px;
  border: 1px solid rgba(8, 26, 49, 0.09);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-sm);
  scroll-margin-top: 110px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.form-heading {
  display: flex;
  gap: 20px;
  margin-bottom: 17px;
  align-items: center;
  justify-content: space-between;
}

.form-kicker {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
}

.form-heading h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

.form-badge {
  display: inline-flex;
  padding: 5px 10px;
  align-items: center;
  border: 1px solid rgba(0, 185, 157, 0.16);
  border-radius: 999px;
  color: #006f60;
  background: var(--teal-soft);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.form-fields {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 12px;
}

.field {
  min-width: 0;
}

.field > label {
  display: block;
  margin: 0 3px 6px;
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 700;
}

.input-wrap {
  position: relative;
}

.input-wrap > svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 14px;
  width: 19px;
  height: 19px;
  color: #8ba0b5;
  pointer-events: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateY(-50%);
}

.input-wrap input {
  width: 100%;
  height: 51px;
  padding: 0 43px 0 13px;
  border: 1px solid var(--line);
  border-radius: 13px;
  outline: none;
  color: var(--ink);
  background: #f9fbfc;
  font-size: 13px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.input-wrap input::placeholder {
  color: #9aa9b9;
}

.input-wrap input:hover {
  border-color: #c6d5de;
  background: #fff;
}

.input-wrap input:focus {
  border-color: var(--teal);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 185, 157, 0.1);
}

.field.is-invalid .input-wrap input {
  border-color: rgba(180, 35, 24, 0.55);
  background: var(--danger-soft);
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.055);
}

.field-error,
.field-hint {
  display: block;
  min-height: 18px;
  margin: 3px 4px -5px;
  font-size: 10px;
  line-height: 1.6;
}

.field-hint {
  color: #8b9aac;
}

.field-error {
  display: none;
  color: var(--danger);
}

.field.is-invalid .field-error {
  display: block;
}

.field.is-invalid .field-hint {
  display: none;
}

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

.submit-button {
  display: flex;
  width: 100%;
  min-height: 52px;
  gap: 10px;
  margin-top: 16px;
  padding: 11px 20px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(115deg, var(--navy-900), #123556);
  box-shadow: 0 14px 28px rgba(8, 26, 49, 0.18);
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.submit-button svg,
.light-button svg,
.text-link svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.submit-button:hover:not(:disabled) {
  box-shadow: 0 17px 34px rgba(8, 26, 49, 0.25);
  transform: translateY(-2px);
}

.submit-button:hover svg,
.light-button:hover svg,
.text-link:hover svg {
  transform: translateX(-4px);
}

.submit-button:disabled {
  opacity: 0.7;
  cursor: wait;
}

.submit-button.is-loading svg {
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 700ms linear infinite;
}

.submit-button.is-loading svg path {
  display: none;
}

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

.privacy-note {
  display: flex;
  gap: 6px;
  margin: 11px 0 0;
  align-items: center;
  justify-content: center;
  color: #8493a3;
  font-size: 10px;
  line-height: 1.6;
}

.privacy-note svg {
  width: 15px;
  height: 15px;
  flex: none;
  color: var(--teal-dark);
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.form-status {
  display: none;
  margin-top: 12px;
  padding: 10px 13px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.7;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  border-color: rgba(8, 124, 105, 0.16);
  color: var(--success);
  background: var(--success-soft);
}

.form-status.is-error {
  border-color: rgba(180, 35, 24, 0.14);
  color: var(--danger);
  background: var(--danger-soft);
}

.hero-notes {
  display: flex;
  gap: 23px;
  margin: 18px 4px 0;
  padding: 0;
  color: #6d7d8f;
  font-size: 11px;
  font-weight: 650;
  list-style: none;
}

.hero-notes li {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.hero-notes svg {
  width: 15px;
  height: 15px;
  color: var(--teal-dark);
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 600px;
  place-items: center;
  direction: rtl;
}

.hero-visual::before {
  position: absolute;
  z-index: -1;
  width: 510px;
  height: 510px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(0, 185, 157, 0.17), rgba(0, 185, 157, 0.045) 48%, transparent 70%);
  content: "";
}

.orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(0, 185, 157, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.orbit::after {
  position: absolute;
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 18px var(--teal);
  content: "";
}

.orbit--one {
  width: 530px;
  height: 530px;
  animation: orbit 24s linear infinite;
}

.orbit--two {
  width: 440px;
  height: 440px;
  border-style: dashed;
  animation: orbit 34s linear infinite reverse;
}

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

.preview-shell {
  position: relative;
  width: min(100%, 485px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: var(--navy-900);
  box-shadow: var(--shadow-lg), 0 0 0 9px rgba(255, 255, 255, 0.45);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.preview-shell::after {
  position: absolute;
  top: 0;
  left: -60%;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.045), transparent);
  content: "";
  transform: skewX(-12deg);
  animation: sheen 7s ease-in-out infinite 2s;
  pointer-events: none;
}

@keyframes sheen {
  0%,
  55% {
    left: -60%;
  }
  80%,
  100% {
    left: 120%;
  }
}

.preview-topbar {
  display: flex;
  height: 66px;
  padding-inline: 22px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.86);
}

.preview-brand {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  font-weight: 750;
}

.preview-brand-mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(34, 211, 197, 0.25);
  border-radius: 10px;
  color: var(--cyan);
  background: rgba(34, 211, 197, 0.08);
}

.preview-brand-mark svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.window-dots {
  display: flex;
  gap: 5px;
  direction: ltr;
}

.window-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.window-dots i:nth-child(2) {
  background: rgba(34, 211, 197, 0.48);
}

.preview-body {
  padding: 21px;
  border-radius: 26px 26px 0 0;
  background: #f6f9fb;
}

.preview-search {
  display: flex;
  height: 51px;
  gap: 10px;
  padding: 0 14px;
  align-items: center;
  border: 1px solid #dfe8ed;
  border-radius: 13px;
  color: #8292a4;
  background: #fff;
  box-shadow: 0 8px 22px rgba(8, 26, 49, 0.045);
  font-size: 11px;
}

.preview-search svg {
  width: 19px;
  height: 19px;
  color: var(--teal-dark);
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.preview-search kbd {
  margin-right: auto;
  padding: 2px 7px;
  border: 1px solid #e0e7eb;
  border-radius: 6px;
  color: #8493a3;
  background: #f4f7f8;
  font-family: inherit;
  font-size: 9px;
  box-shadow: 0 1px 0 #d6e0e5;
}

.preview-caption {
  display: flex;
  margin: 18px 2px 10px;
  align-items: center;
  justify-content: space-between;
  color: #748497;
  font-size: 9px;
  font-weight: 700;
}

.live-indicator {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: var(--teal-dark);
}

.live-indicator i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(0, 185, 157, 0.1);
}

.opportunity-card {
  padding: 18px;
  border: 1px solid #dfe8ed;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 15px 35px rgba(8, 26, 49, 0.065);
}

.opportunity-head {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  justify-content: space-between;
}

.match-badge {
  display: inline-flex;
  gap: 5px;
  padding: 4px 8px;
  align-items: center;
  border-radius: 7px;
  color: #078571;
  background: var(--teal-soft);
  font-size: 8px;
  font-weight: 800;
}

.match-badge svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.opportunity-head button {
  display: grid;
  width: 27px;
  height: 27px;
  padding: 0;
  place-items: center;
  border: 1px solid #e2e9ed;
  border-radius: 8px;
  color: #8190a0;
  background: transparent;
}

.opportunity-head button svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linejoin: round;
}

.sample-label {
  color: #90a0b0;
  font-size: 8px;
  font-weight: 650;
}

.opportunity-card h3 {
  margin: 4px 0 7px;
  color: var(--navy-900);
  font-size: 15px;
  line-height: 1.65;
}

.opportunity-card p {
  margin: 0;
  color: #77889a;
  font-size: 9px;
  line-height: 1.8;
}

.opportunity-meta {
  display: flex;
  gap: 12px;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid #eef2f4;
  color: #708194;
  font-size: 8px;
  font-weight: 650;
}

.opportunity-meta span {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.opportunity-meta svg {
  width: 12px;
  height: 12px;
  color: var(--teal-dark);
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.insight-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 11px;
}

.insight-row > div {
  display: flex;
  gap: 9px;
  padding: 11px;
  align-items: center;
  border: 1px solid #e3eaee;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.8);
}

.insight-icon {
  display: grid;
  width: 31px;
  height: 31px;
  flex: none;
  place-items: center;
  border-radius: 9px;
}

.insight-icon--green {
  color: var(--teal-dark);
  background: var(--teal-soft);
}

.insight-icon--blue {
  color: #2677b3;
  background: #e5f3fd;
}

.insight-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.insight-row > div > span:last-child {
  display: grid;
  line-height: 1.5;
}

.insight-row strong {
  color: var(--navy-900);
  font-size: 9px;
}

.insight-row small {
  color: #8292a4;
  font-size: 7px;
}

.floating-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  gap: 10px;
  min-width: 190px;
  padding: 11px 13px;
  align-items: center;
  border: 1px solid rgba(8, 26, 49, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(8, 26, 49, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: float 5s ease-in-out infinite;
}

.floating-chip > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: none;
  place-items: center;
  border-radius: 10px;
  color: var(--teal-dark);
  background: var(--teal-soft);
}

.floating-chip svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-chip div {
  display: grid;
  line-height: 1.5;
}

.floating-chip strong {
  color: var(--navy-900);
  font-size: 10px;
}

.floating-chip small {
  color: #7c8b9c;
  font-size: 7px;
}

.floating-chip--top {
  top: 58px;
  right: -22px;
}

.floating-chip--bottom {
  bottom: 48px;
  left: -27px;
  animation-delay: -2.5s;
}

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

.scroll-cue {
  display: flex;
  gap: 7px;
  margin-top: 12px;
  align-items: center;
  justify-content: center;
  color: #8a99a8;
  font-size: 10px;
  font-weight: 650;
}

.scroll-cue svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  animation: bounce 1.8s ease-in-out infinite;
}

@keyframes bounce {
  50% {
    transform: translateY(4px);
  }
}

.section {
  position: relative;
  padding-block: 112px;
}

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

.section-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.section-heading h2,
.faq-intro h2,
.final-cta-card h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(30px, 3vw, 45px);
  font-weight: 950;
  letter-spacing: -0.035em;
  line-height: 1.45;
}

.section-heading p,
.faq-intro > p {
  color: var(--muted);
  line-height: 2;
}

.section-heading--center {
  max-width: 770px;
  margin-inline: auto;
  text-align: center;
}

.section-heading--center p {
  margin: 15px auto 0;
}

.about {
  border-block: 1px solid rgba(8, 26, 49, 0.055);
  background: linear-gradient(180deg, #f5f9fa, #f8fbfb);
}

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

.process-grid::before {
  position: absolute;
  z-index: 0;
  top: 49px;
  right: 18%;
  left: 18%;
  border-top: 1px dashed rgba(0, 185, 157, 0.28);
  content: "";
}

.process-card {
  position: relative;
  z-index: 1;
  min-height: 260px;
  padding: 29px;
  border: 1px solid #e0e9ed;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 40px rgba(8, 26, 49, 0.045);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.process-card:hover {
  border-color: rgba(0, 185, 157, 0.28);
  box-shadow: 0 24px 50px rgba(8, 26, 49, 0.09);
  transform: translateY(-6px);
}

.process-card--featured {
  border-color: rgba(0, 185, 157, 0.22);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(223, 249, 244, 0.48));
}

.process-number {
  position: absolute;
  top: 23px;
  left: 24px;
  color: #c5d0d8;
  font-size: 13px;
  font-weight: 900;
}

.process-icon,
.topic-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  place-items: center;
  border: 1px solid rgba(0, 185, 157, 0.13);
  border-radius: 17px;
  color: var(--teal-dark);
  background: var(--teal-soft);
}

.process-icon svg {
  width: 29px;
  height: 29px;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-card h3,
.topic-card h3 {
  margin: 0 0 9px;
  color: var(--navy-900);
  font-size: 19px;
  font-weight: 900;
}

.process-card p,
.topic-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 2;
}

.section-heading--split {
  display: grid;
  grid-template-columns: 1.05fr 0.7fr;
  gap: 80px;
  align-items: end;
}

.section-heading--split p {
  margin: 0;
}

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

.topic-card {
  min-height: 288px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid #e2eaee;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 14px 35px rgba(8, 26, 49, 0.04);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.topic-card:hover {
  border-color: rgba(0, 185, 157, 0.25);
  box-shadow: 0 23px 48px rgba(8, 26, 49, 0.08);
  transform: translateY(-5px);
}

.topic-card--wide {
  display: grid;
  grid-column: span 2;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  background: linear-gradient(135deg, #fff, #f4fbf9);
}

.topic-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
}

.topic-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.topic-tag {
  display: inline-flex;
  margin-top: 20px;
  padding: 5px 9px;
  border-radius: 8px;
  color: var(--teal-dark);
  background: var(--teal-soft);
  font-size: 9px;
  font-weight: 800;
}

.keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.keyword-list li {
  padding: 5px 9px;
  border: 1px solid rgba(0, 185, 157, 0.14);
  border-radius: 8px;
  color: #407069;
  background: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  font-weight: 700;
}

.article-roadmap {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 55px;
  margin-top: 20px;
  padding: 36px 39px;
  align-items: center;
  border-radius: var(--radius-md);
  color: rgba(255, 255, 255, 0.72);
  background: var(--navy-900);
  box-shadow: 0 22px 55px rgba(8, 26, 49, 0.18);
}

.roadmap-copy h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 24px;
  line-height: 1.55;
}

.roadmap-copy p {
  margin: 0;
  font-size: 12px;
}

.roadmap-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  list-style: none;
}

.roadmap-list li {
  display: flex;
  min-height: 62px;
  gap: 9px;
  padding: 12px 14px;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.025);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.7;
}

.roadmap-list span {
  color: var(--cyan);
  font-size: 9px;
  font-weight: 850;
}

.faq {
  border-top: 1px solid rgba(8, 26, 49, 0.05);
  background: #f6f9fa;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 95px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.faq-intro > p {
  margin: 16px 0 20px;
}

.text-link {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 850;
}

.accordion details {
  border-bottom: 1px solid #dbe5e9;
}

.accordion details:first-child {
  border-top: 1px solid #dbe5e9;
}

.accordion summary {
  display: flex;
  min-height: 78px;
  gap: 25px;
  padding: 19px 4px;
  align-items: center;
  justify-content: space-between;
  color: var(--navy-900);
  cursor: pointer;
  font-size: 16px;
  font-weight: 850;
  list-style: none;
}

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

.accordion summary i {
  position: relative;
  width: 27px;
  height: 27px;
  flex: none;
  border: 1px solid #d4e0e5;
  border-radius: 8px;
  background: #fff;
}

.accordion summary i::before,
.accordion summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  border-radius: 999px;
  background: var(--teal-dark);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.accordion summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion details p {
  max-width: 680px;
  margin: -4px 4px 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 2;
}

.final-cta {
  padding: 88px 0;
  background: #fff;
}

.final-cta-card {
  position: relative;
  display: flex;
  min-height: 250px;
  gap: 45px;
  padding: 53px 60px;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--radius-lg);
  color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(115deg, #07182e, #0b2a47 70%, #07564f 135%);
  box-shadow: 0 30px 70px rgba(8, 26, 49, 0.2);
}

.final-cta-card::before,
.final-cta-card::after {
  position: absolute;
  border: 1px solid rgba(34, 211, 197, 0.13);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.final-cta-card::before {
  top: -145px;
  left: -65px;
  width: 360px;
  height: 360px;
}

.final-cta-card::after {
  top: -105px;
  left: -25px;
  width: 280px;
  height: 280px;
}

.cta-orb {
  position: absolute;
  top: -70px;
  left: 10px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 185, 157, 0.18), transparent 70%);
}

.final-cta-card > div:not(.cta-orb),
.final-cta-card > a {
  position: relative;
  z-index: 1;
}

.section-kicker--light {
  color: var(--cyan);
}

.final-cta-card h2 {
  margin-bottom: 5px;
  color: #fff;
}

.final-cta-card p {
  margin: 0;
  font-size: 14px;
}

.light-button {
  min-width: 175px;
  gap: 9px;
  color: var(--navy-900);
  background: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  font-size: 13px;
  font-weight: 850;
}

.light-button:hover {
  color: var(--navy-900);
  background: var(--teal-soft);
}

.site-footer {
  padding: 30px 0;
  border-top: 1px solid rgba(8, 26, 49, 0.07);
  background: #fbfdfd;
}

.brand--footer .brand-logo-wrap {
  width: 43px;
  height: 43px;
  border-radius: 12px;
}

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

.brand--footer .brand-copy small {
  margin-top: 4px;
  font-size: 8px;
  letter-spacing: 0;
}

.footer-inner > p {
  margin: 0;
  color: #52657a;
  font-size: 11px;
}

.copyright {
  direction: rtl;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

.js-reveal-pending {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.js-reveal-pending.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(42px, 5vw, 58px);
  }

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

  .preview-shell {
    width: 430px;
  }

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

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

  .floating-chip--top {
    right: -6px;
  }

  .floating-chip--bottom {
    left: -10px;
  }
}

@media (max-width: 920px) {
  .site-header {
    padding-block: 10px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 24px;
    left: 24px;
    display: grid;
    gap: 5px;
    padding: 14px;
    visibility: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 22px 60px rgba(8, 26, 49, 0.15);
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .primary-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .primary-nav a:not(.nav-cta) {
    padding: 10px 12px;
  }

  .nav-cta {
    margin-top: 4px;
  }

  .hero {
    padding-top: 60px;
  }

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

  .hero-copy {
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
  }

  .eyebrow {
    margin-inline: auto;
  }

  .hero h1,
  .hero-lead,
  .waitlist-card {
    margin-inline: auto;
  }

  .hero-notes {
    justify-content: center;
  }

  .hero-visual {
    width: min(100%, 570px);
    margin-inline: auto;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    padding-block: 88px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    max-width: 660px;
    margin-inline: auto;
  }

  .process-grid::before {
    display: none;
  }

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

  .section-heading--split,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .section-heading--split {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

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

  .topic-card--wide {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .article-roadmap {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .faq-intro {
    position: static;
    max-width: 700px;
  }
}

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

  .brand-logo-wrap {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

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

  .primary-nav {
    right: 15px;
    left: 15px;
  }

  .hero {
    padding-top: 40px;
  }

  .eyebrow {
    font-size: 11px;
  }

  .hero h1 {
    margin-top: 20px;
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1.35;
  }

  .hero-lead {
    font-size: 14px;
    line-height: 2;
  }

  .waitlist-card {
    padding: 19px;
    text-align: right;
  }

  .form-fields {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .form-heading h2 {
    font-size: 16px;
  }

  .hero-notes {
    flex-wrap: wrap;
    gap: 8px 17px;
  }

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

  .hero-visual::before {
    width: 420px;
    height: 420px;
  }

  .preview-shell {
    width: calc(100% - 12px);
    border-radius: 23px;
    transform: none;
  }

  .preview-body {
    padding: 15px;
  }

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

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

  .floating-chip {
    min-width: 170px;
    transform: scale(0.9);
  }

  .floating-chip--top {
    top: 13px;
    right: -12px;
    transform-origin: right;
  }

  .floating-chip--bottom {
    bottom: 2px;
    left: -10px;
    transform-origin: left;
  }

  .section {
    padding-block: 72px;
  }

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

  .section-heading h2,
  .faq-intro h2,
  .final-cta-card h2 {
    font-size: 30px;
  }

  .section-heading p,
  .faq-intro > p {
    font-size: 13px;
  }

  .process-card,
  .topic-card {
    padding: 23px;
  }

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

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

  .article-roadmap {
    padding: 28px 23px;
  }

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

  .faq-layout {
    gap: 18px;
  }

  .accordion summary {
    min-height: 70px;
    font-size: 14px;
  }

  .final-cta {
    padding: 55px 0;
  }

  .final-cta-card {
    display: grid;
    min-height: 0;
    gap: 27px;
    padding: 38px 25px;
    text-align: center;
  }

  .light-button {
    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 34px;
  }

  .form-badge {
    display: none;
  }

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

  .opportunity-meta {
    flex-direction: column;
    gap: 5px;
  }

  .floating-chip {
    display: none;
  }
}

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

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

  .js-reveal-pending {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .page-glow,
  .hero-visual,
  .waitlist-card,
  .final-cta,
  .scroll-cue {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .hero {
    min-height: 0;
  }

  .section {
    padding-block: 30px;
  }
}
