/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --black: #080909;
  --panel: #111313;
  --panel2: #171919;
  --orange: #ff5a1f;
  --orange2: #ff7542;
  --white: #f4f2ed;
  --paper: #ece9e2;
  --gray: #a3a7a5;
  --line: #2b2e2d;
  --ink: #121414;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--black);
  color: var(--white);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.site-header {
  z-index: 30;
  border-bottom: 1px solid #ffffff18;
  justify-content: space-between;
  align-items: center;
  height: 92px;
  padding: 0 6vw;
  transition: all 0.35s;
  display: flex;
  position: fixed;
  inset: 0 0 auto;
}
.site-header.scrolled {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #080909eb;
  height: 76px;
  box-shadow: 0 8px 30px #0005;
}
.brand {
  z-index: 32;
  align-items: center;
  gap: 12px;
  display: flex;
}
.brand-mark {
  border: 7px solid var(--orange);
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: block;
  position: relative;
}
.brand-mark:before {
  content: "";
  background: var(--black);
  width: 19px;
  height: 16px;
  position: absolute;
  top: -3px;
  right: -10px;
  transform: rotate(-43deg);
}
.brand-mark i,
.brand-mark b {
  background: var(--orange);
  z-index: 2;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 5px;
  right: -2px;
}
.brand-name {
  flex-direction: column;
  display: flex;
}
.brand-name b {
  letter-spacing: 0.14em;
  font-size: 19px;
}
.brand-name small {
  color: var(--orange);
  letter-spacing: 0.48em;
  margin-top: 2px;
  font-size: 7px;
  font-weight: 700;
}
.nav {
  letter-spacing: 0.12em;
  color: #d0d1cf;
  align-items: center;
  gap: 38px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}
.nav a {
  padding: 34px 0;
  position: relative;
}
.nav a:after {
  content: "";
  background: var(--orange);
  height: 2px;
  transition: all 0.25s;
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 100%;
}
.nav a:hover:after {
  right: 0;
}
.header-cta {
  background: var(--orange);
  color: #080909;
  letter-spacing: 0.08em;
  border-radius: 7px;
  padding: 14px 20px;
  font-size: 11px;
  font-weight: 800;
  transition: all 0.2s;
}
.header-cta:hover {
  background: var(--orange2);
  transform: translateY(-2px);
}
.menu-button {
  z-index: 33;
  background: 0 0;
  border: 0;
  width: 44px;
  height: 44px;
  display: none;
  position: relative;
}
.menu-button span {
  background: #fff;
  width: 24px;
  height: 2px;
  transition: all 0.25s;
  position: absolute;
  top: 17px;
  left: 10px;
}
.menu-button span + span {
  top: 25px;
}
.menu-button.active span {
  top: 21px;
  transform: rotate(45deg);
}
.menu-button.active span + span {
  top: 21px;
  transform: rotate(-45deg);
}
.hero {
  align-items: center;
  height: 100vh;
  min-height: 860px;
  padding: 150px 7vw 110px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  background-image:
    linear-gradient(#fff07 1px, transparent 1px),
    linear-gradient(90deg, #fff07 1px, transparent 1px);
  background-size: 74px 74px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #0009 45%, #0000 85%);
  mask-image: linear-gradient(90deg, #000 0%, #0009 45%, #0000 85%);
}
.hero-glow {
  background: radial-gradient(circle, #ff5a1f18 0%, #0000 65%);
  border-radius: 50%;
  width: 700px;
  height: 700px;
  position: absolute;
  top: 80px;
  right: -100px;
}
.hero-content {
  z-index: 2;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 3vw;
  width: 100%;
  display: grid;
  position: relative;
}
.hero-copy {
  animation: 0.7s both heroIn;
}
.eyebrow,
.kicker {
  letter-spacing: 0.22em;
  color: #b8bab8;
  font-size: 10px;
  font-weight: 700;
}
.eyebrow i {
  background: var(--orange);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-right: 7px;
  display: inline-block;
}
.hero h1 {
  letter-spacing: -0.065em;
  max-width: 780px;
  margin: 28px 0 30px;
  font-size: clamp(60px, 7vw, 106px);
  line-height: 0.9;
}
.hero h1 em,
h2 em {
  color: var(--orange);
  font-family: Georgia, serif;
  font-weight: 400;
}
.hero-text {
  color: #afb2b0;
  max-width: 650px;
  font-size: 16px;
  line-height: 1.75;
}
.hero-actions {
  align-items: center;
  gap: 34px;
  margin-top: 38px;
  display: flex;
}
.button {
  letter-spacing: 0.07em;
  border-radius: 7px;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
}
.primary {
  background: var(--orange);
  color: #090909;
}
.primary:hover {
  background: var(--orange2);
  transform: translateY(-2px);
}
.text-link {
  letter-spacing: 0.08em;
  border-bottom: 1px solid #ffffff30;
  padding: 12px 0;
  font-size: 10px;
  font-weight: 700;
}
.text-link span,
.dark-link span {
  color: var(--orange);
  margin-left: 7px;
}
.hero-visual {
  place-items: center;
  height: 580px;
  display: grid;
  position: relative;
}
.orbit {
  border: 1px solid #ffffff18;
  border-radius: 50%;
  position: absolute;
}
.hero-logo {
  filter: drop-shadow(0 0 40px #ff5a1f55);
  width: 210px;
  height: 210px;
  position: relative;
}
.hero-ring {
  border: 30px solid var(--orange);
  border-radius: 50%;
  position: absolute;
  inset: 0;
}
.hero-ring:after {
  content: "";
  background: var(--black);
  width: 78px;
  height: 68px;
  position: absolute;
  top: -18px;
  right: -48px;
  transform: rotate(-42deg);
}
.hero-logo > i {
  background: var(--orange);
  border-radius: 50%;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 40px;
  right: 3px;
  box-shadow: 0 0 18px #ff5a1f;
}
.status {
  border: 1px solid var(--line);
  letter-spacing: 0.15em;
  background: #0d0e0ed9;
  padding: 13px 16px;
  font-size: 9px;
  font-weight: 700;
  position: absolute;
}
.status i {
  background: var(--orange);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-right: 7px;
  display: inline-block;
}
.status-one {
  top: 25%;
  right: 0;
}
.status-two {
  bottom: 18%;
  left: 0;
}
.slide-arrow {
  z-index: 6;
  color: #fff;
  cursor: pointer;
  background: #090a0a99;
  border: 1px solid #ffffff20;
  border-radius: 50%;
  place-items: center;
  width: 44px;
  height: 44px;
  font-size: 30px;
  display: grid;
  position: absolute;
  top: 50%;
}
.slide-arrow:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.slide-arrow.prev {
  left: 22px;
}
.slide-arrow.next {
  right: 22px;
}
.slide-dots {
  z-index: 7;
  gap: 9px;
  display: flex;
  position: absolute;
  bottom: 92px;
  left: 7vw;
}
.slide-dots button {
  cursor: pointer;
  background: #fff3;
  border: 0;
  width: 30px;
  height: 3px;
  padding: 0;
}
.slide-dots button.active {
  background: var(--orange);
}
.hero-wave {
  z-index: 3;
  height: 92px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.hero-wave svg {
  width: 100%;
  height: 100%;
}
.hero-wave path {
  fill: var(--paper);
}
@keyframes heroIn {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.section-light {
  background: var(--paper);
  color: var(--ink);
}
.about {
  grid-template-columns: 0.25fr 1fr 0.42fr;
  align-items: start;
  gap: 5vw;
  padding: 130px 7vw;
  display: grid;
}
.section-label {
  letter-spacing: 0.2em;
  color: #666;
  font-size: 10px;
}
.section-label span {
  color: var(--orange);
  margin-right: 10px;
}
.kicker {
  color: #666;
  margin: 0 0 22px;
}
.about h2,
.process h2,
.section-heading h2,
.statement h2,
.faq h2,
.contact h2 {
  letter-spacing: -0.045em;
  margin: 0;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.04;
}
.about-copy > p:not(.kicker) {
  color: #606461;
  max-width: 760px;
  margin: 34px 0;
  font-size: 16px;
  line-height: 1.8;
}
.dark-link {
  letter-spacing: 0.09em;
  border-bottom: 1px solid #222;
  padding-bottom: 8px;
  font-size: 10px;
  font-weight: 700;
}
.about-aside {
  color: #666;
  border-left: 1px solid #b9b8b2;
  padding-left: 38px;
  line-height: 1.7;
}
.mini-orbit {
  align-items: center;
  height: 120px;
  display: flex;
}
.mini-orbit .brand-mark {
  transform: scale(1.35);
}
.mini-orbit .brand-mark:before {
  background: var(--paper);
}
.solutions {
  background: var(--panel);
  padding: 125px 7vw;
}
.section-heading {
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 68px;
  display: flex;
}
.section-heading > p {
  max-width: 360px;
  color: var(--gray);
  font-size: 15px;
  line-height: 1.7;
}
.light-kicker {
  color: #a4a7a5;
}
.solution-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.solution-card {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  flex-direction: column;
  min-height: 395px;
  padding: 28px 26px;
  transition: all 0.3s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.solution-card:before {
  content: "";
  opacity: 0;
  background: linear-gradient(155deg, #ff5a1f18, #0000 50%);
  transition: all 0.3s;
  position: absolute;
  inset: 0;
}
.solution-card:hover {
  background: #1b1e1d;
  transform: translateY(-7px);
}
.solution-card:hover:before {
  opacity: 1;
}
.card-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}
.card-top small {
  color: #747876;
}
.card-top span {
  width: 50px;
  height: 50px;
  color: var(--orange);
  border: 1px solid #ffffff25;
  border-radius: 50%;
  place-items: center;
  font-size: 11px;
  font-weight: 700;
  display: grid;
}
.solution-card h3 {
  margin: 80px 0 18px;
  font-size: 22px;
  position: relative;
}
.solution-card p {
  color: var(--gray);
  font-size: 13px;
  line-height: 1.75;
  position: relative;
}
.solution-card a {
  color: var(--orange);
  letter-spacing: 0.13em;
  margin-top: auto;
  font-size: 9px;
  font-weight: 700;
  position: relative;
}
.numbers {
  background: var(--orange);
  color: var(--ink);
  grid-template-columns: repeat(4, 1fr);
  padding: 62px 7vw;
  display: grid;
}
.numbers > div {
  border-right: 1px solid #35120444;
  align-items: center;
  gap: 18px;
  padding: 8px 28px;
  display: flex;
}
.numbers > div:first-child {
  padding-left: 0;
}
.numbers > div:last-child {
  border: 0;
}
.numbers strong {
  letter-spacing: -0.05em;
  font-size: 45px;
}
.numbers span {
  letter-spacing: 0.14em;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.5;
}
.statement {
  text-align: center;
  background: radial-gradient(circle, #ff5a1f12, #0000 45%);
  padding: 145px 5vw;
}
.connection-flow {
  color: #7d817f;
  letter-spacing: 0.14em;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 80px;
  font-size: 9px;
  font-weight: 700;
  display: flex;
}
.connection-flow > i {
  background: linear-gradient(90deg, #343736, var(--orange));
  width: 80px;
  height: 1px;
}
.connection-flow strong {
  color: #fff;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  display: flex;
}
.brand-mark.tiny {
  border-width: 4px;
  width: 28px;
  height: 28px;
}
.brand-mark.tiny:before {
  width: 12px;
  height: 10px;
  right: -6px;
}
.brand-mark.tiny b {
  width: 5px;
  height: 5px;
  top: 3px;
  right: -2px;
}
.process {
  grid-template-columns: 0.75fr 1fr;
  gap: 9vw;
  padding: 130px 7vw;
  display: grid;
}
.process-intro > p:last-child {
  color: #656866;
  max-width: 500px;
  margin-top: 34px;
  font-size: 15px;
  line-height: 1.8;
}
.process-list {
  border-top: 1px solid #aaa;
}
.process-list article {
  border-bottom: 1px solid #b8b7b1;
  grid-template-columns: 70px 1fr 30px;
  align-items: start;
  gap: 12px;
  padding: 27px 0;
  display: grid;
}
.process-list b {
  color: var(--orange);
  font-size: 11px;
}
.process-list h3 {
  margin: 0 0 8px;
  font-size: 23px;
}
.process-list p {
  color: #666;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.process-list article > span {
  color: var(--orange);
}
.faq {
  grid-template-columns: 0.7fr 1fr;
  gap: 9vw;
  padding: 125px 7vw;
  display: grid;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list article {
  border-bottom: 1px solid var(--line);
}
.faq-list button {
  text-align: left;
  color: #fff;
  cursor: pointer;
  background: 0 0;
  border: 0;
  grid-template-columns: 45px 1fr 25px;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  font-size: 15px;
  display: grid;
}
.faq-list button > span {
  color: var(--orange);
  font-size: 9px;
}
.faq-list button > i {
  color: var(--orange);
  font-size: 20px;
  font-style: normal;
}
.faq-list article > div {
  grid-template-rows: 0fr;
  transition: all 0.3s;
  display: grid;
}
.faq-list article > div > p {
  color: var(--gray);
  margin: 0;
  padding-left: 45px;
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
}
.faq-list article.open > div {
  grid-template-rows: 1fr;
}
.faq-list article.open > div > p {
  padding-bottom: 25px;
}
.contact {
  background: var(--orange);
  color: var(--ink);
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  padding: 110px 7vw;
  display: flex;
}
.eyebrow.dark {
  color: #55200d;
}
.eyebrow.dark i {
  background: var(--ink);
}
.contact h2 em {
  color: var(--ink);
}
.contact-mail {
  background: #fff;
  border-radius: 8px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  min-width: 420px;
  padding: 26px 30px;
  transition: all 0.2s;
  display: grid;
}
.contact-mail:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px #a52a0033;
}
.contact-mail small {
  letter-spacing: 0.15em;
  color: #666;
  grid-column: 1;
  font-size: 8px;
}
.contact-mail strong {
  font-size: 16px;
}
.contact-mail span {
  grid-area: 1/2/3;
  font-size: 22px;
}
footer {
  border-top: 1px solid var(--line);
  color: #8f9391;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  align-items: end;
  gap: 30px;
  padding: 55px 7vw;
  font-size: 11px;
  line-height: 1.7;
  display: grid;
}
footer > div {
  flex-direction: column;
  gap: 5px;
  display: flex;
}
footer > p:last-child {
  text-align: right;
}
@media (width<=980px) {
  .header-cta {
    display: none;
  }
  .hero {
    height: auto;
    min-height: 900px;
  }
  .hero-content {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    height: 370px;
  }
  .orbit-1 {
    width: 210px;
    height: 210px;
  }
  .orbit-2 {
    width: 300px;
    height: 300px;
  }
  .orbit-3 {
    width: 390px;
    height: 390px;
  }
  .hero-logo {
    width: 145px;
    height: 145px;
  }
  .hero-ring {
    border-width: 22px;
  }
  .status-one {
    right: 10%;
  }
  .status-two {
    left: 10%;
  }
  .about {
    grid-template-columns: 0.25fr 1fr;
  }
  .about-aside {
    display: none;
  }
  .solution-grid {
    grid-template-columns: 1fr 1fr;
  }
  .numbers {
    grid-template-columns: 1fr 1fr;
    gap: 28px 0;
  }
  .numbers > div:nth-child(2) {
    border: 0;
  }
  .process,
  .faq {
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .contact {
    flex-direction: column;
    align-items: start;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
  .connection-flow {
    flex-wrap: wrap;
  }
}
@media (width<=720px) {
  .site-header {
    height: 76px;
    padding: 0 22px;
  }
  .site-header.scrolled {
    height: 68px;
  }
  .brand-mark {
    border-width: 6px;
    width: 39px;
    height: 39px;
  }
  .brand-name b {
    font-size: 16px;
  }
  .nav {
    background: #080909;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    transition: all 0.35s;
    display: flex;
    position: fixed;
    inset: 0;
    transform: translate(100%);
  }
  .nav.open {
    transform: none;
  }
  .nav a {
    padding: 17px;
    font-size: 18px;
  }
  .nav a:after {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .hero {
    min-height: 850px;
    padding: 125px 24px 105px;
  }
  .hero-content {
    display: block;
  }
  .hero h1 {
    font-size: clamp(52px, 16vw, 76px);
  }
  .hero-text {
    font-size: 14px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .hero-visual {
    height: 310px;
    margin-top: 25px;
  }
  .orbit-1 {
    width: 175px;
    height: 175px;
  }
  .orbit-2 {
    width: 240px;
    height: 240px;
  }
  .orbit-3 {
    width: 300px;
    height: 300px;
  }
  .hero-logo {
    width: 115px;
    height: 115px;
  }
  .hero-ring {
    border-width: 17px;
  }
  .hero-logo > i {
    width: 15px;
    height: 15px;
    top: 24px;
    right: 2px;
  }
  .status {
    padding: 9px;
    font-size: 7px;
  }
  .status-one {
    right: 0;
  }
  .status-two {
    left: 0;
  }
  .slide-arrow {
    display: none;
  }
  .slide-dots {
    bottom: 85px;
    left: 24px;
  }
  .about,
  .solutions,
  .process,
  .faq {
    padding: 90px 24px;
  }
  .about {
    grid-template-columns: 1fr;
  }
  .section-label {
    margin-bottom: 20px;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .solution-grid {
    grid-template-columns: 1fr;
  }
  .solution-card {
    min-height: 330px;
  }
  .solution-card h3 {
    margin-top: 50px;
  }
  .numbers {
    grid-template-columns: 1fr;
    padding: 48px 24px;
  }
  .numbers > div {
    border-bottom: 1px solid #40180566;
    border-right: 0;
    padding: 20px 0;
  }
  .statement {
    padding: 100px 24px;
  }
  .connection-flow {
    flex-direction: column;
    gap: 14px;
  }
  .connection-flow > i {
    width: 34px;
    transform: rotate(90deg);
  }
  .contact {
    padding: 85px 24px;
  }
  .contact-mail {
    width: 100%;
    min-width: 0;
    padding: 22px 20px;
  }
  .contact-mail strong {
    font-size: 13px;
  }
  footer {
    grid-template-columns: 1fr;
    padding: 48px 24px;
  }
  footer > p:last-child {
    text-align: left;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
.hero-ring {
  background: conic-gradient(
    from 38deg,
    transparent 0 10%,
    var(--orange) 10% 100%
  );
  border: 0 !important;
}
.hero-ring:after {
  content: "";
  background: var(--black);
  border-radius: 50%;
  width: auto;
  height: auto;
  position: absolute;
  inset: 30px;
  transform: none;
}
.hero-copy {
  opacity: 1 !important;
}
@media (width<=980px) {
  .hero-ring:after {
    inset: 22px;
  }
}
@media (width<=720px) {
  .hero-ring:after {
    inset: 17px;
  }
}
.hero-wave {
  pointer-events: none;
  height: 110px;
  overflow: hidden;
}
.wave-track {
  will-change: transform;
  width: 200%;
  display: flex;
  position: absolute;
  inset: 0 auto 0 0;
}
.wave-track svg {
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
  display: block;
}
.wave-track-back {
  animation: 18s linear infinite waveDrift;
}
.wave-track-back path {
  fill: #ff5a1f26;
}
.wave-track-mid {
  animation: 13s linear infinite waveDriftReverse;
}
.wave-track-mid path {
  fill: #7c7f8152;
}
.wave-track-front {
  animation: 9s linear infinite waveDrift;
}
.wave-track-front path {
  fill: var(--paper);
}
@keyframes waveDrift {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}
@keyframes waveDriftReverse {
  0% {
    transform: translate(-50%);
  }
  to {
    transform: translate(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .wave-track {
    transform: translate(0) !important;
  }
}
.hero {
  height: 80vh;
  min-height: 688px;
  padding-top: 120px;
  padding-bottom: 74px;
}
.hero-content {
  transform: none;
}
.hero-visual {
  height: 464px;
}
.orbit-1 {
  width: 240px;
  height: 240px;
}
.orbit-2 {
  width: 352px;
  height: 352px;
}
.orbit-3 {
  width: 464px;
  height: 464px;
}
.hero-logo {
  width: 168px;
  height: 168px;
}
.hero-logo > i {
  width: 22px;
  height: 22px;
  top: 31px;
  right: 13px;
}
@media (width<=980px) {
  .hero {
    height: auto;
    min-height: 720px;
    padding-top: 105px;
    padding-bottom: 74px;
  }
  .hero-content {
    transform: none;
  }
  .hero-visual {
    height: 296px;
  }
  .orbit-1 {
    width: 168px;
    height: 168px;
  }
  .orbit-2 {
    width: 240px;
    height: 240px;
  }
  .orbit-3 {
    width: 312px;
    height: 312px;
  }
  .hero-logo {
    width: 116px;
    height: 116px;
  }
  .hero-logo > i {
    width: 15px;
    height: 15px;
    top: 21px;
    right: 9px;
  }
}
@media (width<=720px) {
  .hero {
    min-height: 680px;
    padding: 95px 24px 74px;
  }
  .hero-content {
    transform: none;
  }
  .hero-visual {
    height: 248px;
    margin-top: 20px;
  }
  .orbit-1 {
    width: 140px;
    height: 140px;
  }
  .orbit-2 {
    width: 192px;
    height: 192px;
  }
  .orbit-3 {
    width: 240px;
    height: 240px;
  }
  .hero-logo {
    width: 92px;
    height: 92px;
  }
  .hero-logo > i {
    width: 12px;
    height: 12px;
    top: 17px;
    right: 7px;
  }
}
footer {
  grid-template-columns: 1.2fr 1fr 1fr 1fr auto;
}
.back-to-top {
  background: var(--orange);
  color: #fff;
  border-radius: 50%;
  align-self: center;
  place-items: center;
  width: 48px;
  height: 48px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  transition:
    transform 0.2s,
    background 0.2s,
    box-shadow 0.2s;
  display: grid;
  box-shadow: 0 0 0 10px #202328;
}
.back-to-top:hover {
  background: var(--orange2);
  transform: translateY(-4px);
  box-shadow:
    0 0 0 10px #292d32,
    0 12px 24px #0006;
}
.back-to-top:focus-visible {
  outline-offset: 5px;
  outline: 2px solid #fff;
}
@media (width<=980px) {
  footer {
    grid-template-columns: 1fr 1fr auto;
  }
}
@media (width<=720px) {
  footer {
    grid-template-columns: 1fr;
    padding-right: 92px;
    position: relative;
  }
  footer > p:last-of-type {
    text-align: left;
  }
  .back-to-top {
    position: absolute;
    bottom: 48px;
    right: 24px;
  }
}
.footer-meta {
  align-items: flex-end;
}
.footer-meta p {
  text-align: right;
  margin: 0;
}
.social-links {
  justify-content: flex-end;
  margin-top: 10px;
  flex-direction: row !important;
  gap: 9px !important;
  display: flex !important;
}
.social-links span {
  color: #a8acab;
  border: 1px solid #fff2;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  transition: all 0.2s;
  display: grid;
}
.social-links span:hover {
  color: var(--orange);
  border-color: var(--orange);
  transform: translateY(-2px);
}
.social-links svg {
  fill: currentColor;
  width: 15px;
  height: 15px;
}
@media (width<=720px) {
  .hero-wave {
    height: 78px;
  }
  .footer-meta {
    align-items: flex-start;
  }
  .footer-meta p {
    text-align: left;
  }
  .social-links {
    justify-content: flex-start;
  }
}
.hero-wave {
  height: 82px;
}
.hero-waves {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.hero-waves .wave1 use {
  fill: #ff5a1f;
  opacity: 0.22;
  animation: 10s linear -2s infinite moveForever1;
}
.hero-waves .wave2 use {
  fill: #85898a;
  opacity: 0.42;
  animation: 8s linear -2s infinite moveForever2;
}
.hero-waves .wave3 use {
  fill: var(--paper);
  animation: 6s linear -2s infinite moveForever3;
}
@keyframes moveForever1 {
  0% {
    transform: translate(85px);
  }
  to {
    transform: translate(-90px);
  }
}
@keyframes moveForever2 {
  0% {
    transform: translate(-90px);
  }
  to {
    transform: translate(85px);
  }
}
@keyframes moveForever3 {
  0% {
    transform: translate(-90px);
  }
  to {
    transform: translate(85px);
  }
}
@media (width<=720px) {
  .hero-wave {
    height: 60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-waves use {
    animation: none !important;
  }
}
.mobile-login {
  display: none;
}
.login-cta {
  text-align: center;
  border-radius: 999px;
  min-width: 112px;
  padding: 13px 26px;
}
.login-page {
  min-height: 100vh;
  color: var(--white);
  background: #0a0b0b;
  padding: 0 6vw 34px;
  position: relative;
  overflow: hidden;
}
.login-page:before {
  content: "";
  background-image:
    linear-gradient(#fff06 1px, transparent 1px),
    linear-gradient(90deg, #fff06 1px, transparent 1px);
  background-size: 70px 70px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(circle at 20%, #000, #0000 68%);
  mask-image: radial-gradient(circle at 20%, #000, #0000 68%);
}
.login-page:after {
  content: "";
  background: radial-gradient(circle, #ff5a1f18, #0000 68%);
  border-radius: 50%;
  width: 620px;
  height: 620px;
  position: absolute;
  top: 10%;
  right: -170px;
}
.login-header {
  z-index: 2;
  border-bottom: 1px solid #ffffff14;
  justify-content: space-between;
  align-items: center;
  height: 92px;
  display: flex;
  position: relative;
}
.login-back {
  letter-spacing: 0.14em;
  color: #b7bab8;
  font-size: 9px;
  font-weight: 700;
  transition: all 0.2s;
}
.login-back:hover {
  color: var(--orange);
}
.login-shell {
  z-index: 2;
  grid-template-columns: 1fr 480px;
  align-items: center;
  gap: 8vw;
  max-width: 1260px;
  min-height: calc(100vh - 160px);
  margin: auto;
  padding: 54px 0;
  display: grid;
  position: relative;
}
.login-intro h1 {
  letter-spacing: -0.06em;
  margin: 24px 0 30px;
  font-size: clamp(58px, 7vw, 96px);
  line-height: 0.9;
}
.login-intro h1 em {
  color: var(--orange);
  font-family: Georgia, serif;
  font-weight: 400;
}
.login-intro > p:not(.eyebrow) {
  color: #a7aba9;
  max-width: 510px;
  font-size: 15px;
  line-height: 1.8;
}
.login-trust {
  color: #9da19f;
  letter-spacing: 0.13em;
  gap: 22px;
  margin-top: 40px;
  font-size: 8px;
  font-weight: 700;
  display: flex;
}
.login-trust i {
  background: var(--orange);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-right: 7px;
  display: inline-block;
}
.login-card {
  color: #171919;
  background: #f7f5f1;
  border-radius: 26px;
  padding: 42px 42px 34px;
  position: relative;
  box-shadow: 0 30px 90px #0009;
}
.login-card:before {
  content: "";
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid #fff8;
  position: absolute;
  inset: 0;
}
.login-card-heading {
  align-items: center;
  gap: 15px;
  margin-bottom: 34px;
  display: flex;
}
.login-mini-mark {
  background: var(--orange);
  color: #fff;
  border-radius: 50%;
  place-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  font-weight: 700;
  display: grid;
}
.login-card h2 {
  letter-spacing: -0.03em;
  margin: 0 0 5px;
  font-size: 25px;
}
.login-card-heading p {
  color: #777d7a;
  margin: 0;
  font-size: 13px;
}
.login-card form > label,
.login-label-row label {
  margin: 0 0 9px;
  font-size: 11px;
  font-weight: 700;
  display: block;
}
.login-label-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  display: flex;
}
.login-label-row label {
  margin: 0;
}
.login-label-row a {
  color: #e64a12;
  font-size: 10px;
  font-weight: 700;
}
.login-field {
  background: #eeece7;
  border: 1px solid #deddd8;
  border-radius: 13px;
  align-items: center;
  height: 52px;
  padding: 0 15px;
  transition: all 0.2s;
  display: flex;
}
.login-field:focus-within {
  border-color: var(--orange);
  background: #fff;
  box-shadow: 0 0 0 3px #ff5a1f18;
}
.login-field svg {
  fill: #777d7a;
  flex: none;
  width: 17px;
  height: 17px;
}
.login-field input {
  color: #171919;
  background: 0 0;
  border: 0;
  outline: 0;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  font-size: 13px;
}
.login-field input::placeholder {
  color: #999d9a;
}
.password-toggle {
  color: #e64a12;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 10px;
  font-weight: 700;
}
.remember {
  color: #6f7471;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0 !important;
  font-weight: 400 !important;
  display: flex !important;
}
.remember input {
  opacity: 0;
  position: absolute;
}
.remember span {
  border: 1px solid #bbbdb9;
  border-radius: 5px;
  place-items: center;
  width: 17px;
  height: 17px;
  display: grid;
}
.remember input:checked + span {
  background: var(--orange);
  border-color: var(--orange);
}
.remember input:checked + span:after {
  content: "✓";
  color: #fff;
  font-size: 11px;
}
.login-submit {
  background: var(--orange);
  color: #090909;
  letter-spacing: 0.09em;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  width: 100%;
  height: 52px;
  margin-top: 24px;
  font-size: 11px;
  font-weight: 900;
  transition: all 0.2s;
  box-shadow: 0 13px 28px #ff5a1f35;
}
.login-submit span {
  margin-left: 10px;
}
.login-submit:hover {
  background: var(--orange2);
  transform: translateY(-2px);
}
.login-notice {
  color: #98401f;
  background: #fff0e9;
  border: 1px solid #ff5a1f38;
  border-radius: 9px;
  margin: 15px 0 0;
  padding: 11px 13px;
  font-size: 11px;
  line-height: 1.5;
}
.login-help {
  text-align: center;
  color: #777d7a;
  margin: 24px 0 0;
  font-size: 11px;
}
.login-help a {
  color: #e64a12;
  font-weight: 700;
}
.login-footer {
  z-index: 2;
  text-align: center;
  color: #6f7371;
  letter-spacing: 0.08em;
  margin: 0;
  font-size: 9px;
  position: relative;
}
.login-orbit {
  border: 1px solid #ffffff10;
  border-radius: 50%;
  position: absolute;
  top: 25%;
  left: -230px;
}
.login-orbit-one {
  width: 520px;
  height: 520px;
}
.login-orbit-two {
  width: 680px;
  height: 680px;
  top: 16%;
  left: -310px;
}
@media (width<=980px) {
  .login-shell {
    grid-template-columns: 1fr 420px;
    gap: 5vw;
  }
  .login-intro h1 {
    font-size: 60px;
  }
}
@media (width<=760px) {
  .mobile-login {
    color: var(--orange) !important;
    display: block !important;
  }
  .login-page {
    padding: 0 22px 30px;
  }
  .login-header {
    height: 76px;
  }
  .login-brand .brand-name {
    display: flex;
  }
  .login-back {
    font-size: 8px;
  }
  .login-shell {
    padding: 48px 0;
    display: block;
  }
  .login-intro {
    text-align: center;
    margin-bottom: 34px;
  }
  .login-intro h1 {
    font-size: 54px;
  }
  .login-intro > p:not(.eyebrow) {
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }
  .login-trust {
    flex-wrap: wrap;
    justify-content: center;
  }
  .login-card {
    border-radius: 21px;
    max-width: 480px;
    margin: auto;
    padding: 32px 24px 28px;
  }
  .login-footer {
    margin-top: 10px;
  }
}
