:root {
  --ink: #111318;
  --muted: #666a73;
  --paper: #f3f1eb;
  --white: #ffffff;
  --blue: #1459ff;
  --blue-dark: #0c3ec2;
  --line: #d9d7d0;
  --acid: #cbff2e;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

main {
  display: block;
}

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

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

.container {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(243, 241, 235, 0.94);
  border-bottom: 1px solid rgba(17, 19, 24, 0.14);
  backdrop-filter: blur(14px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.brand > span:last-child > span {
  color: var(--blue);
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: white;
  border-radius: 50%;
  font-weight: 900;
  letter-spacing: -0.09em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 700;
}

.main-nav a {
  transition: color 180ms ease;
}

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

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  flex: 0 0 auto;
  padding: 13px 16px 13px 20px;
  background: var(--ink);
  color: white;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  border: 1px solid var(--ink);
  transition: background 180ms ease, color 180ms ease;
}

.header-cta-icon {
  display: grid;
  place-items: center;
  line-height: 1;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--blue);
  border-color: var(--blue);
}

.hero {
  padding: 52px 0 72px;
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  min-height: 640px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 62px;
  align-items: stretch;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 26px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  font-weight: 900;
}

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

.eyebrow span {
  width: 9px;
  height: 9px;
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 15px 0 0 var(--acid);
  margin-right: 14px;
}

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

h1 {
  margin-bottom: 30px;
  font-size: clamp(64px, 6.35vw, 104px);
  line-height: 0.88;
  letter-spacing: -0.075em;
  font-weight: 900;
}

h1 em {
  color: var(--blue);
  font-style: normal;
}

.hero-lead {
  max-width: 670px;
  margin-bottom: 34px;
  color: #41444c;
  font-size: 19px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 42px;
}

.button {
  min-height: 58px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid var(--ink);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-primary {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--blue-dark);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--ink);
  color: white;
}

.hero-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14px;
  line-height: 1.55;
}

.hero-note p {
  margin-bottom: 0;
}

.hero-note a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.status-dot {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  background: var(--acid);
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-sizing: content-box;
}

.hero-visual {
  min-height: 640px;
  position: relative;
  overflow: hidden;
  background: var(--blue);
  color: white;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.24;
  background-image: radial-gradient(circle, white 1.2px, transparent 1.2px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, transparent 2%, black 45%, transparent 88%);
}

.visual-label {
  position: absolute;
  top: 28px;
  left: 30px;
  font: 700 10px/1 monospace;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.mechanism {
  position: absolute;
  width: 470px;
  height: 470px;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%) rotate(-10deg);
}

.ring {
  position: absolute;
  border: 28px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 0 0 13px var(--acid), 0 0 0 18px var(--ink);
}

.ring::before,
.ring::after {
  content: "";
  position: absolute;
  background: var(--ink);
}

.ring::before {
  width: calc(100% + 76px);
  height: 22px;
  left: -38px;
  top: calc(50% - 11px);
}

.ring::after {
  height: calc(100% + 76px);
  width: 22px;
  top: -38px;
  left: calc(50% - 11px);
}

.ring span {
  position: absolute;
  inset: 34%;
  z-index: 2;
  border-radius: 50%;
  background: var(--blue);
  border: 10px solid var(--ink);
}

.ring-one {
  width: 280px;
  height: 280px;
  left: 30px;
  top: 118px;
}

.ring-two {
  width: 168px;
  height: 168px;
  right: 3px;
  top: 30px;
  border-width: 20px;
  box-shadow: 0 0 0 10px white, 0 0 0 15px var(--ink);
}

.ring-two span {
  border-width: 8px;
  background: var(--acid);
}

.axle {
  position: absolute;
  z-index: 4;
  width: 230px;
  height: 46px;
  right: -24px;
  bottom: 48px;
  background: var(--ink);
  border: 9px solid var(--paper);
  box-shadow: 0 0 0 7px var(--ink);
}

.bolt {
  position: absolute;
  z-index: 5;
  width: 34px;
  height: 34px;
  background: var(--acid);
  border: 7px solid var(--ink);
  transform: rotate(45deg);
}

.bolt-one { right: 15px; top: 245px; }
.bolt-two { left: 110px; top: 35px; background: white; }

.cross {
  position: absolute;
  z-index: 5;
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
}

.cross-one { left: -18px; bottom: 22px; color: var(--acid); }
.cross-two { right: 20px; top: -20px; color: white; }

.visual-caption {
  position: absolute;
  right: 28px;
  bottom: 24px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  text-align: right;
}

.visual-caption span {
  color: var(--acid);
  font-size: 52px;
  line-height: 0.8;
  font-weight: 900;
  letter-spacing: -0.07em;
}

.visual-caption p {
  margin: 0;
  font-size: 10px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section {
  padding: 116px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 120px;
  align-items: end;
  margin-bottom: 54px;
}

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

h2 {
  margin-bottom: 0;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.section-heading > p,
.process-intro > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.direction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.direction-card {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-right: 1px solid var(--ink);
  transition: background 200ms ease, color 200ms ease;
}

.direction-card:last-child {
  border-right: 0;
}

.direction-card:hover {
  background: var(--ink);
  color: white;
}

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 700 12px/1 monospace;
}

.card-arrow {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 18px;
}

.direction-card h3 {
  margin: auto 0 20px;
  font-size: 34px;
  letter-spacing: -0.045em;
  line-height: 1;
}

.direction-card > p {
  min-height: 78px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.direction-card:hover > p {
  color: #babdc6;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tags span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
}

.process {
  background: var(--ink);
  color: white;
}

.process-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 110px;
}

.process-intro h2 {
  margin-bottom: 34px;
}

.process-intro > p:last-child {
  max-width: 430px;
  color: #a9acb5;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #444750;
}

.steps li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 26px;
  padding: 32px 0;
  border-bottom: 1px solid #444750;
}

.step-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--acid);
  color: var(--ink);
  border-radius: 50%;
  font: 800 14px/1 monospace;
}

.steps h3 {
  margin-bottom: 8px;
  font-size: 24px;
  letter-spacing: -0.025em;
}

.steps p {
  margin-bottom: 0;
  color: #a9acb5;
  line-height: 1.55;
}

.request {
  background: var(--blue);
  color: white;
}

.request-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}

.request .section-kicker {
  color: var(--acid);
}

.request-copy > p:nth-of-type(2) {
  max-width: 450px;
  margin: 28px 0 42px;
  color: #dbe4ff;
  font-size: 16px;
  line-height: 1.6;
}

.direct-contacts {
  display: grid;
  gap: 13px;
}

.direct-contacts a {
  width: fit-content;
  font-size: 18px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.direct-contacts span {
  display: block;
  margin-bottom: 5px;
  color: #b8c8ff;
  font: 700 10px/1 monospace;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
}

.request-form {
  padding: 42px;
  background: var(--paper);
  color: var(--ink);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.request-form label {
  display: block;
  margin-bottom: 24px;
}

.request-form label > span {
  display: block;
  margin-bottom: 9px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  padding: 15px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #a7a59f;
  border-radius: 0;
  outline: none;
}

.request-form textarea {
  resize: vertical;
  min-height: 132px;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 2px 0 var(--blue);
}

.request-form input::placeholder,
.request-form textarea::placeholder {
  color: #8b8c91;
}

.website-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.form-submit {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  background: var(--ink);
  color: white;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  transition: background 180ms ease;
}

.form-submit:hover,
.form-submit:focus-visible {
  background: var(--blue-dark);
}

.form-submit:disabled {
  cursor: wait;
  background: #2c3039;
}

.form-error {
  margin: 14px 0 0;
  color: #b42318;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.request-form input:disabled,
.request-form select:disabled,
.request-form textarea:disabled {
  opacity: 0.65;
}

.submit-spinner {
  width: 19px;
  height: 19px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: white;
  border-radius: 50%;
  animation: form-spin 700ms linear infinite;
}

.form-success {
  min-height: 570px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.success-mark {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 38px;
  background: var(--acid);
  border: 3px solid var(--ink);
  border-radius: 50%;
  font-size: 28px;
  font-weight: 900;
}

.success-kicker {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-success h3 {
  max-width: 480px;
  margin-bottom: 18px;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.form-success > p:not(.success-kicker) {
  max-width: 430px;
  margin-bottom: 38px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.success-reset {
  display: inline-flex;
  align-items: center;
  gap: 38px;
  padding: 16px 20px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--ink);
  cursor: pointer;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease;
}

.success-reset:hover,
.success-reset:focus-visible {
  background: var(--ink);
  color: white;
}

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

.form-footnote {
  margin: 12px 0 0;
  color: #777a82;
  font-size: 11px;
  line-height: 1.45;
}

.company-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 110px;
}

.company h2 {
  max-width: 510px;
  font-size: clamp(40px, 4.2vw, 66px);
}

.company-details {
  border-top: 1px solid var(--ink);
}

.company-details > div {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 30px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.company-details span {
  font: 700 11px/1.4 monospace;
  text-transform: uppercase;
}

.company-details p {
  margin: 0;
  line-height: 1.55;
}

footer {
  background: var(--ink);
  color: white;
}

.footer-inner {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand-footer .brand-mark {
  background: var(--acid);
  color: var(--ink);
}

.footer-inner > p {
  margin: 0;
  color: #93969f;
  font-size: 12px;
}

.footer-inner > a:last-child {
  color: var(--acid);
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1000px) {
  .container {
    width: min(100% - 40px, 900px);
  }

  .main-nav {
    display: none;
  }

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

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

  .section-heading,
  .process-grid,
  .request-panel,
  .company-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

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

  .direction-card {
    min-height: 330px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .direction-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 560px);
  }

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

  .brand {
    font-size: 14px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .header-cta {
    width: 44px;
    height: 44px;
    justify-content: center;
    gap: 0;
    padding: 0;
    border-radius: 50%;
  }

  .header-cta-label {
    display: none;
  }

  .header-cta-icon {
    font-size: 19px;
    transform: translate(1px, -1px);
  }

  .hero {
    padding: 34px 0 46px;
  }

  .hero-grid {
    gap: 42px;
  }

  .hero-copy {
    padding: 10px 0;
  }

  h1 {
    font-size: clamp(53px, 15vw, 76px);
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    justify-content: space-between;
  }

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

  .mechanism {
    width: 330px;
    height: 330px;
    transform: translate(-50%, -50%) rotate(-10deg) scale(0.7);
  }

  .section {
    padding: 78px 0;
  }

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

  h2 {
    font-size: clamp(45px, 13vw, 60px);
  }

  .direction-card {
    min-height: 350px;
    padding: 24px 18px;
  }

  .process-grid,
  .request-panel,
  .company-grid {
    gap: 40px;
  }

  .steps li {
    grid-template-columns: 45px 1fr;
    gap: 18px;
  }

  .request-form {
    margin: 0 -14px;
    padding: 30px 18px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .company-details > div {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .footer-inner {
    padding: 32px 0;
    align-items: flex-start;
    flex-direction: column;
  }
}

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

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

  .submit-spinner {
    animation-duration: 1.5s;
  }
}
