:root {
  --ink: #101114;
  --muted: #5b616b;
  --blue: #1265ff;
  --blue-dark: #0754e8;
  --field: #f4f5f7;
  --line: #9aa1aa;
  --card: #ffffff;
  --navy: #061f43;
  --green: #009865;
  --cyan: #159fd4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: #f5f7f8;
}

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

/* ── Header ── */

.site-header {
  position: relative;
  z-index: 10;
  background: #020914;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  width: min(1710px, calc(100% - 96px));
  margin: 0 auto;
  padding: 16px 0;
}

.header-inner .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  margin-right: auto;
}

.header-inner .brand-mark {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: currentColor;
}

.header-inner .brand-mark svg {
  display: block;
  width: 36px;
  height: 36px;
  fill: currentColor;
}

.header-inner .brand-word {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #fff;
}

.header-inner .brand-word span {
  font-weight: 900;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-nav a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 180ms ease;
}

.header-nav a:hover {
  color: #fff;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.header-cta:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
}

/* ── Hero ── */

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 79% 42%, rgba(22, 105, 255, 0.72), transparent 28%),
    radial-gradient(circle at 51% 86%, rgba(0, 157, 103, 0.9), transparent 34%),
    linear-gradient(105deg, #000 0%, #020812 31%, #061f43 66%, #071d3a 100%);
  border-bottom-right-radius: 34px;
  border-bottom-left-radius: 34px;
}

.gradient-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gradient-field::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(1, 9, 21, 0.62) 37%, rgba(0, 21, 54, 0.44) 100%),
    radial-gradient(circle at 38% 18%, rgba(17, 75, 160, 0.28), transparent 34%);
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.62;
}

.orb-blue {
  width: 520px;
  height: 520px;
  right: 0;
  top: 18%;
  background: #1265ff;
}

.orb-green {
  width: 760px;
  height: 330px;
  left: 16%;
  bottom: -92px;
  background: #009865;
}

.orb-cyan {
  width: 360px;
  height: 240px;
  right: 26%;
  bottom: 9%;
  background: #01a7bd;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
  gap: clamp(42px, 5vw, 92px);
  width: min(1710px, calc(100% - 96px));
  min-height: calc(100vh - 80px);
  margin: 0 auto;
  padding: clamp(40px, 5vw, 78px) 0;
  align-items: start;
}

.hero-text {
  color: #fff;
  padding-top: 2px;
  max-width: 760px;
}

.section-label {
  margin: 0 0 24px;
  font-size: clamp(16px, 1.18vw, 22px);
  font-weight: 800;
  letter-spacing: 0.02em;
}

h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(56px, 6.1vw, 116px);
  line-height: 1.05;
  font-weight: 560;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 820px;
  margin: 30px 0 42px;
  color: rgba(255, 255, 255, 0.93);
  font-size: clamp(21px, 1.75vw, 31px);
  line-height: 1.34;
  font-weight: 560;
}

.hero-bullets {
  display: grid;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-bullets li {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: clamp(18px, 1.32vw, 25px);
  line-height: 1.22;
  font-weight: 760;
}

.check {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #d7e7ff;
  color: #071d3a;
  flex: 0 0 auto;
}

.check::before {
  content: "";
  width: 16px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) translate(1px, -1px);
}

/* ── Form ── */

.form-card {
  width: 100%;
  max-width: 600px;
  justify-self: end;
  margin-top: 4px;
  padding: clamp(32px, 3.2vw, 50px);
  background: var(--card);
  border-radius: 16px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.16);
}

.form-card h2 {
  margin: 0 0 28px;
  color: #17181b;
  font-size: clamp(31px, 2.4vw, 45px);
  line-height: 1.08;
  font-weight: 760;
  letter-spacing: 0;
}

form {
  display: grid;
  gap: 20px;
}

label {
  display: grid;
  gap: 8px;
  color: #24262b;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.1;
}

.label-text {
  display: inline;
  color: inherit;
}

.label-text em {
  color: #d23322;
  font-style: normal;
}

input,
select,
textarea {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-bottom: 1.5px solid var(--line);
  border-radius: 0;
  background: var(--field);
  color: #17181b;
  padding: 0 18px;
  font-size: 17px;
  font-weight: 500;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

textarea {
  min-height: 96px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
  line-height: 1.35;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #061f43 50%),
    linear-gradient(135deg, #061f43 50%, transparent 50%);
  background-position:
    calc(100% - 24px) calc(50% + 1px),
    calc(100% - 14px) calc(50% + 1px);
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
  padding-right: 50px;
}

input:focus,
select:focus,
textarea:focus {
  border-bottom-color: var(--blue);
  background: #f8f9fb;
  box-shadow: inset 0 -2px 0 var(--blue);
}

.primary-button {
  width: 100%;
  min-height: 64px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  font-size: clamp(22px, 1.6vw, 30px);
  font-weight: 600;
  letter-spacing: 0;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 18px 34px rgba(18, 101, 255, 0.26);
}

.primary-button:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(18, 101, 255, 0.31);
}

.primary-button:active {
  transform: translateY(0);
}

.form-note {
  min-height: 22px;
  margin: -4px 0 0;
  color: #5d6570;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.form-note.success {
  color: #087a55;
  font-weight: 700;
}

/* ── Steps Section ── */

.steps {
  background: #f6f7f8;
  padding: 92px 0 104px;
}

.content-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.steps h2 {
  margin: 0 0 48px;
  color: #101114;
  font-size: clamp(36px, 3.8vw, 58px);
  line-height: 1.1;
  font-weight: 620;
  letter-spacing: 0;
  text-align: center;
}

.step-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.step-cards article {
  padding: 36px 28px 40px;
  border: 1px solid #dde3ea;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.step-number {
  display: inline-block;
  font-size: 48px;
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.step-cards h3 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 700;
  color: #101114;
}

.step-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.52;
}

/* ── Responsive ── */

@media (max-width: 1100px) {
  .hero-inner {
    width: min(100% - 48px, 900px);
    grid-template-columns: 1fr;
    padding-bottom: 64px;
  }

  .hero-text {
    max-width: none;
  }

  .form-card {
    justify-self: stretch;
    max-width: none;
  }
}

@media (max-width: 820px) {
  .header-nav {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .header-inner {
    width: min(100% - 32px, 620px);
  }

  .hero {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
  }

  .hero-inner {
    width: min(100% - 32px, 620px);
    padding: 30px 0 44px;
    gap: 38px;
  }

  h1 {
    font-size: 48px;
  }

  .hero-copy {
    font-size: 20px;
    margin: 23px 0 31px;
  }

  .hero-bullets {
    gap: 16px;
  }

  .hero-bullets li {
    grid-template-columns: 36px 1fr;
    gap: 14px;
    font-size: 17px;
  }

  .check {
    width: 32px;
    height: 32px;
  }

  .form-card {
    padding: 30px 22px 26px;
    border-radius: 14px;
  }

  input,
  select,
  textarea {
    min-height: 56px;
    font-size: 17px;
  }

  .primary-button {
    min-height: 62px;
    font-size: 22px;
  }

  .steps {
    padding: 64px 0 72px;
  }

  .content-shell {
    width: min(100% - 32px, 620px);
  }

  .steps h2 {
    font-size: 36px;
    margin-bottom: 36px;
  }

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

  .step-cards article {
    padding: 28px 22px 32px;
  }
}
:root {
  --ink: #101114;
  --muted: #5b616b;
  --blue: #1265ff;
  --blue-dark: #0754e8;
  --field: #f4f5f7;
  --line: #9aa1aa;
  --card: #ffffff;
  --navy: #061f43;
  --green: #009865;
  --cyan: #159fd4;
  --strip-bg: #0c1428;
  --band-bg: #edf0f5;
  --footer-bg: #020812;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: #f5f7f8;
}

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

/* ── Top Strip ── */

.top-strip {
  background: var(--strip-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: min(1710px, calc(100% - 96px));
  margin: 0 auto;
  padding: 10px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.strip-inner span {
  line-height: 1.3;
}

.strip-cta {
  display: inline-flex;
  padding: 6px 18px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 180ms ease;
  white-space: nowrap;
}

.strip-cta:hover {
  background: var(--blue-dark);
}

/* ── Header ── */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #020914;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  width: min(1710px, calc(100% - 96px));
  margin: 0 auto;
  padding: 16px 0;
}

.header-inner .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  margin-right: auto;
}

.header-inner .brand-mark {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: currentColor;
}

.header-inner .brand-mark svg {
  display: block;
  width: 36px;
  height: 36px;
  fill: currentColor;
}

.header-inner .brand-word {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #fff;
}

.header-inner .brand-word span {
  font-weight: 900;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-nav a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 180ms ease;
}

.header-nav a:hover {
  color: #fff;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.header-cta:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
}

/* ── Hero ── */

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 79% 42%, rgba(22, 105, 255, 0.72), transparent 28%),
    radial-gradient(circle at 51% 86%, rgba(0, 157, 103, 0.9), transparent 34%),
    linear-gradient(105deg, #000 0%, #020812 31%, #061f43 66%, #071d3a 100%);
  border-bottom-right-radius: 34px;
  border-bottom-left-radius: 34px;
}

.gradient-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gradient-field::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(1, 9, 21, 0.62) 37%, rgba(0, 21, 54, 0.44) 100%),
    radial-gradient(circle at 38% 18%, rgba(17, 75, 160, 0.28), transparent 34%);
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.62;
}

.orb-blue {
  width: 520px;
  height: 520px;
  right: 0;
  top: 18%;
  background: #1265ff;
}

.orb-green {
  width: 760px;
  height: 330px;
  left: 16%;
  bottom: -92px;
  background: #009865;
}

.orb-cyan {
  width: 360px;
  height: 240px;
  right: 26%;
  bottom: 9%;
  background: #01a7bd;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
  gap: clamp(42px, 5vw, 92px);
  width: min(1710px, calc(100% - 96px));
  min-height: calc(100vh - 80px);
  margin: 0 auto;
  padding: clamp(40px, 5vw, 78px) 0;
  align-items: start;
}

.hero-text {
  color: #fff;
  padding-top: 2px;
  max-width: 760px;
}

.section-label {
  margin: 0 0 24px;
  font-size: clamp(16px, 1.18vw, 22px);
  font-weight: 800;
  letter-spacing: 0.02em;
}

h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(56px, 6.1vw, 116px);
  line-height: 1.05;
  font-weight: 560;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 820px;
  margin: 30px 0 42px;
  color: rgba(255, 255, 255, 0.93);
  font-size: clamp(21px, 1.75vw, 31px);
  line-height: 1.34;
  font-weight: 560;
}

.hero-bullets {
  display: grid;
  gap: 20px;
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}

.hero-bullets li {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: clamp(18px, 1.32vw, 25px);
  line-height: 1.22;
  font-weight: 760;
}

.check {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #d7e7ff;
  color: #071d3a;
  flex: 0 0 auto;
}

.check::before {
  content: "";
  width: 16px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) translate(1px, -1px);
}

.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-contact-btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(18, 101, 255, 0.26);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hero-contact-btn:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(18, 101, 255, 0.31);
}

.hero-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.4;
}

/* ── Form ── */

.form-card {
  width: 100%;
  max-width: 600px;
  justify-self: end;
  margin-top: 4px;
  padding: clamp(32px, 3.2vw, 50px);
  background: var(--card);
  border-radius: 16px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.16);
}

.form-card h2 {
  margin: 0 0 28px;
  color: #17181b;
  font-size: clamp(31px, 2.4vw, 45px);
  line-height: 1.08;
  font-weight: 760;
  letter-spacing: 0;
}

form {
  display: grid;
  gap: 20px;
}

label {
  display: grid;
  gap: 8px;
  color: #24262b;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.1;
}

.label-text {
  display: inline;
  color: inherit;
}

.label-text em {
  color: #d23322;
  font-style: normal;
}

input,
select,
textarea {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-bottom: 1.5px solid var(--line);
  border-radius: 0;
  background: var(--field);
  color: #17181b;
  padding: 0 18px;
  font-size: 17px;
  font-weight: 500;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

textarea {
  min-height: 96px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
  line-height: 1.35;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #061f43 50%),
    linear-gradient(135deg, #061f43 50%, transparent 50%);
  background-position:
    calc(100% - 24px) calc(50% + 1px),
    calc(100% - 14px) calc(50% + 1px);
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
  padding-right: 50px;
}

input:focus,
select:focus,
textarea:focus {
  border-bottom-color: var(--blue);
  background: #f8f9fb;
  box-shadow: inset 0 -2px 0 var(--blue);
}

.primary-button {
  width: 100%;
  min-height: 64px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  font-size: clamp(22px, 1.6vw, 30px);
  font-weight: 600;
  letter-spacing: 0;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 18px 34px rgba(18, 101, 255, 0.26);
}

.primary-button:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(18, 101, 255, 0.31);
}

.primary-button:active {
  transform: translateY(0);
}

.form-note {
  min-height: 22px;
  margin: -4px 0 0;
  color: #5d6570;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.form-note.success {
  color: #087a55;
  font-weight: 700;
}

/* ── Shared Section Patterns ── */

.content-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.content-shell h2 {
  margin: 0 0 48px;
  color: #101114;
  font-size: clamp(36px, 3.8vw, 58px);
  line-height: 1.1;
  font-weight: 620;
  letter-spacing: 0;
  text-align: center;
}

/* ── Buyer Context Band ── */

.context-band {
  background: var(--band-bg);
  padding: 60px 0 56px;
  text-align: center;
}

.context-band h2 {
  margin: 0 0 32px;
  color: #101114;
  font-size: clamp(20px, 1.6vw, 28px);
  line-height: 1.3;
  font-weight: 560;
  letter-spacing: 0;
  text-align: center;
}

.context-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.context-tag {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #cad0d9;
  border-radius: 999px;
  background: #fff;
  color: #101114;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

/* ── Services ── */

.services {
  padding: 92px 0 88px;
  background: #f5f7f8;
}

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

.service-card {
  padding: 32px 26px 36px;
  border: 1px solid #dde3ea;
  border-radius: 12px;
  background: #fff;
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.service-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.service-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  color: var(--blue);
}

.service-icon svg {
  width: 100%;
  height: 100%;
}

.service-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #101114;
  line-height: 1.15;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

/* ── Process (Steps) ── */

.process {
  background: #f6f7f8;
  padding: 92px 0 104px;
}

.step-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.step-cards article {
  padding: 36px 24px 40px;
  border: 1px solid #dde3ea;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.step-number {
  display: inline-block;
  font-size: 48px;
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.step-cards h3 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 700;
  color: #101114;
}

.step-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.52;
}

/* ── Operating Standards ── */

.standards {
  padding: 92px 0 88px;
  background: #fff;
}

.standards-list {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  gap: 36px;
}

.standard-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  align-items: start;
}

.standard-check {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #e5f4ed;
  color: #008753;
  flex: 0 0 auto;
  margin-top: 2px;
}

.standard-check::before {
  content: "";
  width: 14px;
  height: 7px;
  border-left: 2.5px solid currentColor;
  border-bottom: 2.5px solid currentColor;
  transform: rotate(-45deg) translate(1px, -1px);
}

.standard-item h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: #101114;
  line-height: 1.2;
}

.standard-item p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

/* ── Coverage ── */

.coverage {
  padding: 92px 0 96px;
  background: #f5f7f8;
  text-align: center;
}

.coverage-body {
  max-width: 640px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.coverage-note {
  margin-top: 32px;
  color: rgba(91, 97, 107, 0.65);
  font-size: 15px;
  font-style: italic;
  line-height: 1.4;
}

/* ── FAQ ── */

.faq {
  padding: 92px 0 88px;
  background: #fff;
}

.faq-list {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid #dde3ea;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.faq-item summary {
  display: flex;
  align-items: center;
  padding: 22px 28px;
  font-size: 18px;
  font-weight: 650;
  color: #101114;
  cursor: pointer;
  list-style: none;
  transition: background 150ms ease;
}

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

.faq-item summary::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: auto;
  border-right: 2px solid #5b616b;
  border-bottom: 2px solid #5b616b;
  transform: rotate(45deg);
  transition: transform 200ms ease;
  flex: 0 0 auto;
}

.faq-item[open] summary::after {
  transform: rotate(-135deg);
}

.faq-item summary:hover {
  background: #f8f9fb;
}

.faq-item p {
  margin: 0;
  padding: 0 28px 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

/* ── Final CTA ── */

.final-cta {
  padding: 96px 0 88px;
  background:
    radial-gradient(circle at 50% 0%, rgba(18, 101, 255, 0.12), transparent 60%),
    #f5f7f8;
  text-align: center;
}

.final-cta h2 {
  margin: 0 0 16px;
  color: #101114;
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.08;
  font-weight: 620;
  letter-spacing: 0;
}

.final-cta p {
  margin: 0 0 40px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 260px;
  min-height: 64px;
  padding: 0 40px;
  text-decoration: none;
  font-size: 22px;
}

.final-cta-btn:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
}

/* ── Footer ── */

.site-footer {
  background: var(--footer-bg);
  color: rgba(255, 255, 255, 0.8);
  padding-top: 60px;
}

.footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 2fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand .brand-word {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #fff;
}

.footer-brand .brand-word span {
  font-weight: 900;
}

.footer-tagline {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  line-height: 1.45;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.footer-col h4 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col li {
  margin-bottom: 8px;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 180ms ease;
}

.footer-col a:hover {
  color: #fff;
}

.footer-contact {
  text-align: right;
}

.footer-contact a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: color 180ms ease;
  margin-top: 32px;
}

.footer-contact a:hover {
  color: var(--blue);
}

.footer-bottom {
  padding: 20px 0;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.35);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

/* ── Responsive ── */

@media (max-width: 1100px) {
  .hero-inner {
    width: min(100% - 48px, 900px);
    grid-template-columns: 1fr;
    padding-bottom: 64px;
  }

  .hero-text {
    max-width: none;
  }

  .form-card {
    justify-self: stretch;
    max-width: none;
  }

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

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

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-contact {
    text-align: left;
  }

  .footer-contact a {
    margin-top: 0;
  }
}

/* ── Final typography tune: lighter Deel-style Inter rhythm ── */
body {
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.header-inner .brand-word,
.footer-brand .brand-word {
  font-weight: 650;
  letter-spacing: -0.015em;
}

.header-inner .brand-word span,
.footer-brand .brand-word span {
  font-weight: 700;
}

.section-label {
  font-size: clamp(13px, 0.9vw, 16px);
  font-weight: 650;
  letter-spacing: 0.04em;
}

h1 {
  max-width: 880px;
  font-size: clamp(52px, 5.25vw, 96px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -0.012em;
}

.hero-copy {
  max-width: 760px;
  font-size: clamp(19px, 1.45vw, 26px);
  line-height: 1.42;
  font-weight: 450;
}

.hero-bullets {
  gap: 15px;
}

.hero-bullets li {
  grid-template-columns: 34px 1fr;
  gap: 14px;
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 560;
}

.check {
  width: 28px;
  height: 28px;
}

.check::before {
  width: 8px;
  height: 13px;
}

.form-card h2,
.content-shell h2,
.final-cta h2 {
  font-weight: 560;
  letter-spacing: -0.018em;
}

.form-card h2 {
  font-size: clamp(30px, 2vw, 40px);
}

.label-text {
  font-weight: 560;
}

input,
select,
textarea {
  font-weight: 400;
}

.primary-button,
.header-cta,
.hero-contact-btn,
.context-tag {
  font-weight: 560;
}

.service-card h3,
.step-cards h3,
.standard-item h3,
.india-col h3,
.footer-col h4 {
  font-weight: 560;
  letter-spacing: -0.01em;
}

.step-number {
  font-weight: 650;
}

@media (max-width: 720px) {
  h1 {
    font-size: 46px;
  }

  .hero-copy {
    font-size: 19px;
  }

  .hero-bullets li {
    font-size: 16px;
  }
}

/* ── Final logo mark override: A/I monogram image ── */
.header-inner .brand-mark,
.footer-logo .brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  overflow: hidden;
  background: #020916;
  color: inherit;
  flex: 0 0 auto;
}

.header-inner .brand-mark img,
.footer-logo .brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

/* ── Production brand lock: logo + Hungry + Workforce, no overlap ── */
.site-header .brand,
.footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
  text-decoration: none !important;
}

.site-header .brand-mark,
.footer-logo .brand-mark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  flex: 0 0 34px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #020916 !important;
  line-height: 0 !important;
  position: static !important;
}

.site-header .brand-mark img,
.footer-logo .brand-mark img {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  object-fit: cover !important;
  position: static !important;
}

.site-header .brand-word,
.footer-logo .brand-word {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 0.34em !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 680 !important;
  line-height: 1 !important;
  letter-spacing: -0.018em !important;
  white-space: nowrap !important;
}

.site-header .brand-word span,
.footer-logo .brand-word span {
  display: inline !important;
  font-weight: inherit !important;
}

.footer-logo .brand-word {
  font-size: 20px !important;
}

@media (max-width: 720px) {
  .site-header .brand,
  .footer-logo {
    gap: 10px !important;
  }

  .site-header .brand-mark,
  .footer-logo .brand-mark,
  .site-header .brand-mark img,
  .footer-logo .brand-mark img {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    flex-basis: 30px !important;
  }

  .site-header .brand-word,
  .footer-logo .brand-word {
    font-size: 18px !important;
  }
}

/* ── Final wordmark: logo + Hungry + Workforce ── */
.header-inner .brand {
  gap: 22px;
}

.header-inner .brand-word,
.footer-logo .brand-word {
  display: inline-flex;
  align-items: center;
  gap: 0.36em;
  color: #fff;
  font-weight: 680;
  letter-spacing: -0.018em;
  white-space: nowrap;
}

.header-inner .brand-word span,
.footer-logo .brand-word span {
  font-weight: inherit;
}

.header-inner .brand-word {
  font-size: 22px;
}

.footer-logo .brand-word {
  font-size: 20px;
}

/* ── Logo mark swap: A/I monogram image ── */
.header-inner .brand-mark,
.footer-logo .brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  overflow: hidden;
  background: #020916;
}

.header-inner .brand-mark img,
.footer-logo .brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

/* ── Final typography tune: lighter Deel-style Inter rhythm ── */
body {
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.header-inner .brand-word,
.footer-brand .brand-word {
  font-weight: 650;
  letter-spacing: -0.015em;
}

.header-inner .brand-word span,
.footer-brand .brand-word span {
  font-weight: 700;
}

.section-label {
  font-size: clamp(13px, 0.9vw, 16px);
  font-weight: 650;
  letter-spacing: 0.04em;
}

h1 {
  max-width: 880px;
  font-size: clamp(52px, 5.25vw, 96px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -0.012em;
}

.hero-copy {
  max-width: 760px;
  font-size: clamp(19px, 1.45vw, 26px);
  line-height: 1.42;
  font-weight: 450;
}

.hero-bullets {
  gap: 15px;
}

.hero-bullets li {
  grid-template-columns: 34px 1fr;
  gap: 14px;
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 560;
}

.check {
  width: 28px;
  height: 28px;
}

.check::before {
  width: 8px;
  height: 13px;
}

.form-card h2,
.content-shell h2,
.final-cta h2 {
  font-weight: 560;
  letter-spacing: -0.018em;
}

.form-card h2 {
  font-size: clamp(30px, 2vw, 40px);
}

.label-text {
  font-weight: 560;
}

input,
select,
textarea {
  font-weight: 400;
}

.primary-button,
.header-cta,
.hero-contact-btn,
.context-tag {
  font-weight: 560;
}

.service-card h3,
.step-cards h3,
.standard-item h3,
.india-col h3,
.footer-col h4 {
  font-weight: 560;
  letter-spacing: -0.01em;
}

.step-number {
  font-weight: 650;
}

@media (max-width: 720px) {
  h1 {
    font-size: 46px;
  }

  .hero-copy {
    font-size: 19px;
  }

  .hero-bullets li {
    font-size: 16px;
  }
}

@media (max-width: 820px) {
  .header-nav {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .header-inner {
    width: min(100% - 32px, 620px);
  }

  .strip-inner {
    width: min(100% - 32px, 620px);
  }

  .hero {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
  }

  .hero-inner {
    width: min(100% - 32px, 620px);
    padding: 30px 0 44px;
    gap: 38px;
  }

  h1 {
    font-size: 48px;
  }

  .hero-copy {
    font-size: 20px;
    margin: 23px 0 31px;
  }

  .hero-bullets {
    gap: 16px;
    margin-bottom: 30px;
  }

  .hero-bullets li {
    grid-template-columns: 36px 1fr;
    gap: 14px;
    font-size: 17px;
  }

  .check {
    width: 32px;
    height: 32px;
  }

  .hero-contact-btn {
    font-size: 16px;
    padding: 12px 26px;
  }

  .hero-cta-row {
    gap: 14px;
  }

  .form-card {
    padding: 30px 22px 26px;
    border-radius: 14px;
  }

  input,
  select,
  textarea {
    min-height: 56px;
    font-size: 17px;
  }

  .primary-button {
    min-height: 62px;
    font-size: 22px;
  }

  .context-band {
    padding: 44px 0 40px;
  }

  .context-band h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .services {
    padding: 64px 0 60px;
  }

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

  .service-card {
    padding: 26px 22px 30px;
  }

  .process {
    padding: 64px 0 72px;
  }

  .content-shell {
    width: min(100% - 32px, 620px);
  }

  .content-shell h2 {
    font-size: 34px;
    margin-bottom: 32px;
  }

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

  .step-cards article {
    padding: 28px 22px 32px;
  }

  .standards {
    padding: 64px 0 60px;
  }

  .standards-list {
    gap: 28px;
  }

  .standard-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .standard-check {
    margin-bottom: 0;
  }

  .standard-item h3 {
    font-size: 18px;
  }

  .coverage {
    padding: 64px 0 68px;
  }

  .coverage-body {
    font-size: 16px;
  }

  .faq {
    padding: 64px 0 60px;
  }

  .faq-item summary {
    padding: 18px 20px;
    font-size: 16px;
  }

  .faq-item p {
    padding: 0 20px 20px;
    font-size: 15px;
  }

  .final-cta {
    padding: 68px 0 64px;
  }

  .final-cta p {
    font-size: 16px;
  }

  .final-cta-btn {
    min-width: 220px;
    min-height: 58px;
    font-size: 20px;
  }

  .site-footer {
    padding-top: 44px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 28px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .footer-contact {
    text-align: left;
  }

  .footer-contact a {
    margin-top: 0;
  }
}
:root {
  --ink: #101114;
  --muted: #5b616b;
  --blue: #1265ff;
  --blue-dark: #0754e8;
  --field: #f4f5f7;
  --line: #9aa1aa;
  --card: #ffffff;
  --navy: #061f43;
  --green: #009865;
  --cyan: #159fd4;
  --strip-bg: #0c1428;
  --band-bg: #edf0f5;
  --footer-bg: #020812;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: #f5f7f8;
}

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

/* ── Top Strip ── */

.top-strip {
  background: var(--strip-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: min(1710px, calc(100% - 96px));
  margin: 0 auto;
  padding: 10px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.strip-inner span {
  line-height: 1.3;
}

/* ── Header ── */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #020914;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  width: min(1710px, calc(100% - 96px));
  margin: 0 auto;
  padding: 16px 0;
}

.header-inner .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  margin-right: auto;
}

.header-inner .brand-mark {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: currentColor;
}

.header-inner .brand-mark svg {
  display: block;
  width: 36px;
  height: 36px;
  fill: currentColor;
}

.header-inner .brand-word {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #fff;
}

.header-inner .brand-word span {
  font-weight: 900;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-nav a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 180ms ease;
}

.header-nav a:hover {
  color: #fff;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.header-cta:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
}

/* ── Hero ── */

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 79% 42%, rgba(22, 105, 255, 0.72), transparent 28%),
    radial-gradient(circle at 51% 86%, rgba(0, 157, 103, 0.9), transparent 34%),
    linear-gradient(105deg, #000 0%, #020812 31%, #061f43 66%, #071d3a 100%);
  border-bottom-right-radius: 34px;
  border-bottom-left-radius: 34px;
}

.gradient-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gradient-field::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(1, 9, 21, 0.62) 37%, rgba(0, 21, 54, 0.44) 100%),
    radial-gradient(circle at 38% 18%, rgba(17, 75, 160, 0.28), transparent 34%);
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.62;
}

.orb-blue {
  width: 520px;
  height: 520px;
  right: 0;
  top: 18%;
  background: #1265ff;
}

.orb-green {
  width: 760px;
  height: 330px;
  left: 16%;
  bottom: -92px;
  background: #009865;
}

.orb-cyan {
  width: 360px;
  height: 240px;
  right: 26%;
  bottom: 9%;
  background: #01a7bd;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
  gap: clamp(42px, 5vw, 92px);
  width: min(1710px, calc(100% - 96px));
  min-height: calc(100vh - 80px);
  margin: 0 auto;
  padding: clamp(40px, 5vw, 78px) 0;
  align-items: start;
}

.hero-text {
  color: #fff;
  padding-top: 2px;
  max-width: 760px;
}

.section-label {
  margin: 0 0 24px;
  font-size: clamp(16px, 1.18vw, 22px);
  font-weight: 800;
  letter-spacing: 0.02em;
}

h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(56px, 6.1vw, 116px);
  line-height: 1.05;
  font-weight: 560;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 820px;
  margin: 30px 0 42px;
  color: rgba(255, 255, 255, 0.93);
  font-size: clamp(21px, 1.75vw, 31px);
  line-height: 1.34;
  font-weight: 560;
}

.hero-bullets {
  display: grid;
  gap: 20px;
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}

.hero-bullets li {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: clamp(18px, 1.32vw, 25px);
  line-height: 1.22;
  font-weight: 760;
}

.check {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #d7e7ff;
  color: #071d3a;
  flex: 0 0 auto;
}

.check::before {
  content: "";
  width: 16px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) translate(1px, -1px);
}

.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-contact-btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(18, 101, 255, 0.26);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hero-contact-btn:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(18, 101, 255, 0.31);
}

.hero-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.4;
}

/* ── Form ── */

.form-card {
  width: 100%;
  max-width: 600px;
  justify-self: end;
  margin-top: 4px;
  padding: clamp(32px, 3.2vw, 50px);
  background: var(--card);
  border-radius: 16px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.16);
}

.form-card h2 {
  margin: 0 0 28px;
  color: #17181b;
  font-size: clamp(31px, 2.4vw, 45px);
  line-height: 1.08;
  font-weight: 760;
  letter-spacing: 0;
}

form {
  display: grid;
  gap: 20px;
}

label {
  display: grid;
  gap: 8px;
  color: #24262b;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.1;
}

.label-text {
  display: inline;
  color: inherit;
}

.label-text em {
  color: #d23322;
  font-style: normal;
}

input,
select,
textarea {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-bottom: 1.5px solid var(--line);
  border-radius: 0;
  background: var(--field);
  color: #17181b;
  padding: 0 18px;
  font-size: 17px;
  font-weight: 500;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

textarea {
  min-height: 96px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
  line-height: 1.35;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #061f43 50%),
    linear-gradient(135deg, #061f43 50%, transparent 50%);
  background-position:
    calc(100% - 24px) calc(50% + 1px),
    calc(100% - 14px) calc(50% + 1px);
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
  padding-right: 50px;
}

input:focus,
select:focus,
textarea:focus {
  border-bottom-color: var(--blue);
  background: #f8f9fb;
  box-shadow: inset 0 -2px 0 var(--blue);
}

.primary-button {
  width: 100%;
  min-height: 64px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  font-size: clamp(22px, 1.6vw, 30px);
  font-weight: 600;
  letter-spacing: 0;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 18px 34px rgba(18, 101, 255, 0.26);
}

.primary-button:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(18, 101, 255, 0.31);
}

.primary-button:active {
  transform: translateY(0);
}

.form-note {
  min-height: 22px;
  margin: -4px 0 0;
  color: #5d6570;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.form-note.success {
  color: #087a55;
  font-weight: 700;
}

/* ── Shared Section Patterns ── */

.content-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.content-shell h2 {
  margin: 0 0 48px;
  color: #101114;
  font-size: clamp(36px, 3.8vw, 58px);
  line-height: 1.1;
  font-weight: 620;
  letter-spacing: 0;
  text-align: center;
}

/* ── Buyer Context Band ── */

.context-band {
  background: var(--band-bg);
  padding: 60px 0 56px;
  text-align: center;
}

.context-band h2 {
  margin: 0 0 32px;
  color: #101114;
  font-size: clamp(20px, 1.6vw, 28px);
  line-height: 1.3;
  font-weight: 560;
  letter-spacing: 0;
  text-align: center;
}

.context-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.context-tag {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #cad0d9;
  border-radius: 999px;
  background: #fff;
  color: #101114;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

/* ── Services ── */

.services {
  padding: 92px 0 88px;
  background: #f5f7f8;
}

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

.service-card {
  padding: 32px 26px 36px;
  border: 1px solid #dde3ea;
  border-radius: 12px;
  background: #fff;
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.service-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.service-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  color: var(--blue);
}

.service-icon svg {
  width: 100%;
  height: 100%;
}

.service-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #101114;
  line-height: 1.15;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

/* ── Process (Steps) ── */

.process {
  background: #f6f7f8;
  padding: 92px 0 104px;
}

.step-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.step-cards article {
  padding: 36px 24px 40px;
  border: 1px solid #dde3ea;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.step-number {
  display: inline-block;
  font-size: 48px;
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.step-cards h3 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 700;
  color: #101114;
}

.step-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.52;
}

/* ── Operating Standards ── */

.standards {
  padding: 92px 0 88px;
  background: #fff;
}

.standards-list {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  gap: 36px;
}

.standard-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  align-items: start;
}

.standard-check {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #e5f4ed;
  color: #008753;
  flex: 0 0 auto;
  margin-top: 2px;
}

.standard-check::before {
  content: "";
  width: 14px;
  height: 7px;
  border-left: 2.5px solid currentColor;
  border-bottom: 2.5px solid currentColor;
  transform: rotate(-45deg) translate(1px, -1px);
}

.standard-item h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: #101114;
  line-height: 1.2;
}

.standard-item p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

/* ── FAQ ── */

.faq {
  padding: 92px 0 88px;
  background: #fff;
}

.faq-list {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid #dde3ea;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.faq-item summary {
  display: flex;
  align-items: center;
  padding: 22px 28px;
  font-size: 18px;
  font-weight: 650;
  color: #101114;
  cursor: pointer;
  list-style: none;
  transition: background 150ms ease;
}

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

.faq-item summary::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: auto;
  border-right: 2px solid #5b616b;
  border-bottom: 2px solid #5b616b;
  transform: rotate(45deg);
  transition: transform 200ms ease;
  flex: 0 0 auto;
}

.faq-item[open] summary::after {
  transform: rotate(-135deg);
}

.faq-item summary:hover {
  background: #f8f9fb;
}

.faq-item p {
  margin: 0;
  padding: 0 28px 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

/* ── Final CTA ── */

.final-cta {
  padding: 96px 0 88px;
  background:
    radial-gradient(circle at 50% 0%, rgba(18, 101, 255, 0.12), transparent 60%),
    #f5f7f8;
  text-align: center;
}

.final-cta h2 {
  margin: 0 0 16px;
  color: #101114;
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.08;
  font-weight: 620;
  letter-spacing: 0;
}

.final-cta p {
  margin: 0 0 40px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 260px;
  min-height: 64px;
  padding: 0 40px;
  text-decoration: none;
  font-size: 22px;
}

.final-cta-btn:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
}

/* ── Footer ── */

.site-footer {
  background: var(--footer-bg);
  color: rgba(255, 255, 255, 0.8);
  padding-top: 60px;
}

.footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 2fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand .brand-word {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #fff;
}

.footer-brand .brand-word span {
  font-weight: 900;
}

.footer-tagline {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  line-height: 1.45;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.footer-col h4 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col li {
  margin-bottom: 8px;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 180ms ease;
}

.footer-col a:hover {
  color: #fff;
}

.footer-contact {
  text-align: right;
}

.footer-contact a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: color 180ms ease;
  margin-top: 32px;
}

.footer-contact a:hover {
  color: var(--blue);
}

.footer-bottom {
  padding: 20px 0;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.35);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

/* ── Responsive ── */

@media (max-width: 1100px) {
  .hero-inner {
    width: min(100% - 48px, 900px);
    grid-template-columns: 1fr;
    padding-bottom: 64px;
  }

  .hero-text {
    max-width: none;
  }

  .form-card {
    justify-self: stretch;
    max-width: none;
  }

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

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

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-contact {
    text-align: left;
  }

  .footer-contact a {
    margin-top: 0;
  }
}

@media (max-width: 820px) {
  .header-nav {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .header-inner {
    width: min(100% - 32px, 620px);
  }

  .strip-inner {
    width: min(100% - 32px, 620px);
  }

  .hero {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
  }

  .hero-inner {
    width: min(100% - 32px, 620px);
    padding: 30px 0 44px;
    gap: 38px;
  }

  h1 {
    font-size: 48px;
  }

  .hero-copy {
    font-size: 20px;
    margin: 23px 0 31px;
  }

  .hero-bullets {
    gap: 16px;
    margin-bottom: 30px;
  }

  .hero-bullets li {
    grid-template-columns: 36px 1fr;
    gap: 14px;
    font-size: 17px;
  }

  .check {
    width: 32px;
    height: 32px;
  }

  .hero-contact-btn {
    font-size: 16px;
    padding: 12px 26px;
  }

  .hero-cta-row {
    gap: 14px;
  }

  .form-card {
    padding: 30px 22px 26px;
    border-radius: 14px;
  }

  input,
  select,
  textarea {
    min-height: 56px;
    font-size: 17px;
  }

  .primary-button {
    min-height: 62px;
    font-size: 22px;
  }

  .context-band {
    padding: 44px 0 40px;
  }

  .context-band h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .services {
    padding: 64px 0 60px;
  }

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

  .service-card {
    padding: 26px 22px 30px;
  }

  .process {
    padding: 64px 0 72px;
  }

  .content-shell {
    width: min(100% - 32px, 620px);
  }

  .content-shell h2 {
    font-size: 34px;
    margin-bottom: 32px;
  }

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

  .step-cards article {
    padding: 28px 22px 32px;
  }

  .standards {
    padding: 64px 0 60px;
  }

  .standards-list {
    gap: 28px;
  }

  .standard-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .standard-check {
    margin-bottom: 0;
  }

  .standard-item h3 {
    font-size: 18px;
  }

  .coverage {
    padding: 64px 0 68px;
  }

  .coverage-body {
    font-size: 16px;
  }

  .faq {
    padding: 64px 0 60px;
  }

  .faq-item summary {
    padding: 18px 20px;
    font-size: 16px;
  }

  .faq-item p {
    padding: 0 20px 20px;
    font-size: 15px;
  }

  .final-cta {
    padding: 68px 0 64px;
  }

  .final-cta p {
    font-size: 16px;
  }

  .final-cta-btn {
    min-width: 220px;
    min-height: 58px;
    font-size: 20px;
  }

  .site-footer {
    padding-top: 44px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 28px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .footer-contact {
    text-align: left;
  }

  .footer-contact a {
    margin-top: 0;
  }
}

/* ── Final typography tune: lighter Deel-style Inter rhythm ── */
body {
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.header-inner .brand-word,
.footer-brand .brand-word {
  font-weight: 650;
  letter-spacing: -0.015em;
}

.header-inner .brand-word span,
.footer-brand .brand-word span {
  font-weight: 700;
}

.section-label {
  font-size: clamp(13px, 0.9vw, 16px);
  font-weight: 650;
  letter-spacing: 0.04em;
}

h1 {
  max-width: 880px;
  font-size: clamp(52px, 5.25vw, 96px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -0.012em;
}

.hero-copy {
  max-width: 760px;
  font-size: clamp(19px, 1.45vw, 26px);
  line-height: 1.42;
  font-weight: 450;
}

.hero-bullets {
  gap: 15px;
}

.hero-bullets li {
  grid-template-columns: 34px 1fr;
  gap: 14px;
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 560;
}

.check {
  width: 28px;
  height: 28px;
}

.check::before {
  width: 8px;
  height: 13px;
}

.form-card h2,
.content-shell h2,
.final-cta h2 {
  font-weight: 560;
  letter-spacing: -0.018em;
}

.form-card h2 {
  font-size: clamp(30px, 2vw, 40px);
}

.label-text {
  font-weight: 560;
}

input,
select,
textarea {
  font-weight: 400;
}

.primary-button,
.header-cta,
.hero-contact-btn,
.context-tag {
  font-weight: 560;
}

.service-card h3,
.step-cards h3,
.standard-item h3,
.coverage h3,
.footer-col h4 {
  font-weight: 560;
  letter-spacing: -0.01em;
}

.step-number {
  font-weight: 650;
}

@media (max-width: 720px) {
  h1 {
    font-size: 46px;
  }

  .hero-copy {
    font-size: 19px;
  }

  .hero-bullets li {
    font-size: 16px;
  }
}

/* ── Final logo mark override: A/I monogram image ── */
.header-inner .brand-mark,
.footer-logo .brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  overflow: hidden;
  background: #020916;
  color: inherit;
  flex: 0 0 auto;
}

.header-inner .brand-mark img,
.footer-logo .brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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