:root {
  --atlas-ink: #02050b;
  --atlas-navy: #07101f;
  --atlas-blue: #176fd1;
  --atlas-blue-strong: #0d58aa;
  --atlas-silver: #aeb9c9;
  --atlas-paper: #f4f7fb;
  --atlas-white: #ffffff;
  --atlas-text-dark: #091426;
  --atlas-muted-dark: #4d5d74;
  --atlas-line-light: #d5deeb;
  --atlas-danger: #9f2547;
}

.atlas-logistics-site {
  --corp-blue: var(--atlas-blue);
  --corp-cyan: #8f9db0;
  background: var(--atlas-ink);
}

.atlas-logistics-site .corp-consent-copy a {
  color: #c7d0de;
}

.atlas-logistics-site .corp-consent-button:hover,
.atlas-logistics-site .corp-consent-button:focus-visible {
  border-color: #72839b;
  background: rgba(255, 255, 255, 0.06);
}

.atlas-logistics-site .corp-consent-preference input {
  accent-color: var(--atlas-blue);
}

.atlas-nav .site-nav-inner {
  min-height: 82px;
}

.atlas-nav .atlas-brand {
  width: auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.atlas-nav .atlas-brand img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.atlas-nav .atlas-brand span {
  display: block;
  padding-left: 12px;
  border-left: 1px solid var(--corp-line-strong);
  color: var(--corp-muted);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.atlas-nav-cta {
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 16px !important;
  border: 1px solid var(--atlas-blue) !important;
  border-radius: 4px;
  background: var(--atlas-blue);
  color: var(--atlas-white) !important;
  font-weight: 900 !important;
}

.atlas-nav-cta:hover,
.atlas-nav-cta:focus-visible {
  border-color: var(--atlas-blue-strong) !important;
  background: var(--atlas-blue-strong);
}

.atlas-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border-bottom: 1px solid var(--corp-line);
  isolation: isolate;
}

.atlas-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 5, 11, 0.98) 0%, rgba(2, 5, 11, 0.88) 43%, rgba(2, 5, 11, 0.72) 100%);
  content: "";
}

.atlas-hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.atlas-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  align-items: start;
  gap: 56px;
  padding-top: 48px;
  padding-bottom: 64px;
}

.atlas-hero-copy {
  max-width: 570px;
  padding-top: 38px;
}

.atlas-eyebrow,
.atlas-section-label {
  margin: 0;
  color: var(--atlas-silver);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.atlas-form-label {
  margin: 0;
  color: #415169;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.atlas-hero-copy h1 {
  max-width: 680px;
  margin: 16px 0 22px;
  font-size: 4rem;
  line-height: 1.01;
  letter-spacing: 0;
}

.atlas-hero-copy h1 span {
  display: block;
  color: #2a78d7;
}

.atlas-hero-intro {
  max-width: 600px;
  margin: 0;
  color: #c2ccdc;
  font-size: 1.05rem;
  line-height: 1.65;
}

.atlas-hero-cta {
  width: fit-content;
  margin-top: 24px;
}

.atlas-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid var(--corp-line-strong);
  list-style: none;
}

.atlas-benefits li {
  min-width: 0;
  display: block;
  padding: 17px 14px 0;
  border-right: 1px solid var(--corp-line);
}

.atlas-benefits li:first-child { padding-left: 0; }
.atlas-benefits li:last-child { padding-right: 0; border-right: 0; }

.atlas-benefits strong {
  color: var(--atlas-white);
  font-size: 0.92rem;
}

.atlas-benefits span {
  display: block;
  margin-top: 5px;
  color: var(--corp-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.atlas-quote-shell {
  scroll-margin-top: 100px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  background: var(--atlas-paper);
  color: var(--atlas-text-dark);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.atlas-quote-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.atlas-quote-heading h2 {
  margin: 6px 0 0;
  font-size: 2rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.atlas-quote-heading > span {
  padding-top: 4px;
  color: var(--atlas-muted-dark);
  font-size: 0.74rem;
  font-weight: 800;
  white-space: nowrap;
}

.atlas-quote-intro {
  max-width: 540px;
  margin: 12px 0 22px;
  color: var(--atlas-muted-dark);
  font-size: 0.91rem;
}

.atlas-form-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 28px;
  padding: 0;
  border-top: 1px solid var(--atlas-line-light);
  border-bottom: 1px solid var(--atlas-line-light);
  list-style: none;
}

.atlas-form-progress li {
  min-width: 0;
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6e7a8e;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
}

.atlas-form-progress span {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a8b4c4;
  border-radius: 50%;
  font-size: 0.7rem;
}

.atlas-form-progress li[aria-current="step"] {
  color: var(--atlas-text-dark);
}

.atlas-form-progress li[aria-current="step"] span,
.atlas-form-progress li[data-complete="true"] span {
  border-color: var(--atlas-blue);
  background: var(--atlas-blue);
  color: var(--atlas-white);
}

.atlas-step-heading {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.atlas-step-note {
  margin: 0 0 20px;
  padding: 12px 14px;
  border-left: 3px solid var(--atlas-blue);
  background: #eef3fa;
  color: var(--atlas-muted-dark);
  font-size: 0.82rem;
  line-height: 1.55;
}

.atlas-step-heading > span {
  padding-top: 3px;
  color: var(--atlas-blue);
  font-size: 0.73rem;
  font-weight: 900;
}

.atlas-step-heading h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.2;
}

.atlas-step-heading p {
  margin: 4px 0 0;
  color: var(--atlas-muted-dark);
  font-size: 0.83rem;
}

.atlas-field-grid {
  display: grid;
  gap: 16px;
}

.atlas-field-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.atlas-field--wide {
  grid-column: 1 / -1;
}

.atlas-field {
  min-width: 0;
}

.atlas-field label,
.atlas-choice-group legend {
  display: block;
  margin: 0 0 7px;
  color: var(--atlas-text-dark);
  font-size: 0.78rem;
  font-weight: 850;
}

.atlas-field label span {
  color: #6d788a;
  font-weight: 650;
}

.atlas-field input,
.atlas-field select,
.atlas-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #bdc9d8;
  border-radius: 4px;
  outline: 0;
  background: var(--atlas-white);
  color: var(--atlas-text-dark);
  font: inherit;
  font-size: 1rem;
}

.atlas-field textarea {
  min-height: 84px;
  resize: vertical;
}

.atlas-field input:focus,
.atlas-field select:focus,
.atlas-field textarea:focus {
  border-color: var(--atlas-blue);
  box-shadow: 0 0 0 3px rgba(22, 136, 255, 0.15);
}

.atlas-field input[aria-invalid="true"],
.atlas-field select[aria-invalid="true"],
.atlas-field textarea[aria-invalid="true"] {
  border-color: var(--atlas-danger);
}

.atlas-choice-group {
  margin: 20px 0 0;
  padding: 0;
  border: 0;
}

.atlas-choice-group--first {
  margin-top: 0;
}

.atlas-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.atlas-choice-row label {
  min-width: 104px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid #bdc9d8;
  border-radius: 4px;
  background: var(--atlas-white);
  color: var(--atlas-text-dark);
  font-size: 0.86rem;
  font-weight: 750;
  cursor: pointer;
}

.atlas-choice-row input,
.atlas-declaration input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: var(--atlas-blue);
}

.atlas-conditional {
  margin-top: 14px;
  padding: 18px;
  border-left: 3px solid var(--atlas-blue);
  background: #e9eff8;
}

.atlas-choice-note {
  margin: 10px 0 0;
  color: var(--atlas-muted-dark);
  font-size: 0.78rem;
  line-height: 1.5;
}

.atlas-service-notice {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #b8c8dc;
  border-left: 3px solid var(--atlas-blue);
  background: #edf2f8;
  color: var(--atlas-text-dark);
}

.atlas-service-notice--warning {
  border-color: #d5a8b5;
  border-left-color: var(--atlas-danger);
  background: #fff3f6;
}

.atlas-service-notice strong {
  display: block;
  font-size: 0.84rem;
}

.atlas-service-notice p {
  margin: 5px 0 0;
  color: var(--atlas-muted-dark);
  font-size: 0.78rem;
  line-height: 1.5;
}

.atlas-field > p {
  margin: 6px 0 0;
  color: #66758a;
  font-size: 0.72rem;
  line-height: 1.45;
}

.atlas-package-section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--atlas-line-light);
}

.atlas-package-section-heading,
.atlas-package-row-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.atlas-package-section-heading h4,
.atlas-package-row-heading h4,
.atlas-review-title {
  margin: 0;
  color: var(--atlas-text-dark);
  font-size: 0.88rem;
  line-height: 1.3;
}

.atlas-package-section-heading p {
  margin: 4px 0 0;
  color: var(--atlas-muted-dark);
  font-size: 0.75rem;
  line-height: 1.45;
}

.atlas-small-button,
.atlas-package-row-heading button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid #9baabd;
  border-radius: 4px;
  background: var(--atlas-white);
  color: #26364d;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 850;
  cursor: pointer;
}

.atlas-small-button:hover,
.atlas-small-button:focus-visible,
.atlas-package-row-heading button:hover,
.atlas-package-row-heading button:focus-visible {
  border-color: var(--atlas-blue);
  color: var(--atlas-blue-strong);
}

.atlas-package-row {
  margin-top: 14px;
  padding: 15px;
  border: 1px solid #c7d1df;
  background: var(--atlas-white);
}

.atlas-package-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(82px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.atlas-package-grid .atlas-field label {
  font-size: 0.7rem;
}

.atlas-package-grid .atlas-field input {
  min-height: 44px;
  padding: 9px 10px;
}

.atlas-package-summary {
  margin: 12px 0 0;
  color: #34445b;
  font-size: 0.76rem;
  font-weight: 800;
}

.atlas-shipment-meta,
.atlas-customer-fields {
  margin-top: 20px;
}

.atlas-review-title {
  margin: 24px 0 10px;
}

.atlas-field-note,
.atlas-privacy-notice {
  margin: 18px 0 0;
  color: var(--atlas-muted-dark);
  font-size: 0.78rem;
  line-height: 1.55;
}

.atlas-inline-warning,
.atlas-form-errors {
  color: #7b1836;
  font-size: 0.83rem;
  font-weight: 750;
}

.atlas-inline-warning {
  margin: 9px 0 0;
}

.atlas-form-errors {
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid #c9617e;
  border-radius: 4px;
  background: #fff1f5;
}

.atlas-form-errors ul {
  margin: 6px 0 0;
  padding-left: 20px;
}

.atlas-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.atlas-form-actions--end {
  justify-content: flex-end;
}

.atlas-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid var(--atlas-blue);
  border-radius: 4px;
  background: var(--atlas-blue);
  color: var(--atlas-white);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.atlas-button:hover,
.atlas-button:focus-visible {
  border-color: var(--atlas-blue-strong);
  background: var(--atlas-blue-strong);
}

.atlas-button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.atlas-button--secondary {
  border-color: #aebac9;
  background: transparent;
  color: var(--atlas-text-dark);
}

.atlas-button--secondary:hover,
.atlas-button--secondary:focus-visible {
  border-color: var(--atlas-blue);
  background: #e7f1ff;
}

.atlas-button--compact {
  min-height: 44px;
  white-space: nowrap;
}

.atlas-review-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
}

.atlas-review-heading > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.atlas-review-heading button {
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #aebac9;
  border-radius: 4px;
  background: var(--atlas-white);
  color: var(--atlas-text-dark);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 850;
  cursor: pointer;
}

.atlas-review-heading button:hover,
.atlas-review-heading button:focus-visible {
  border-color: var(--atlas-blue);
}

.atlas-review {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 20px;
  border: 1px solid var(--atlas-line-light);
  background: var(--atlas-line-light);
}

.atlas-review div {
  min-width: 0;
  padding: 11px 12px;
  background: var(--atlas-white);
}

.atlas-review dt {
  color: #697588;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.atlas-review dd {
  margin: 3px 0 0;
  overflow-wrap: anywhere;
  color: var(--atlas-text-dark);
  font-size: 0.84rem;
  font-weight: 750;
}

.atlas-declaration {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 13px;
  color: #344258;
  font-size: 0.79rem;
  line-height: 1.5;
}

.atlas-declaration a,
.atlas-restrictions-grid a {
  color: #075eb5;
  font-weight: 800;
}

.atlas-turnstile-status {
  margin: 12px 0 0;
  color: var(--atlas-muted-dark);
  font-size: 0.8rem;
}

.atlas-quote-result h3 {
  margin: 8px 0 12px;
  font-size: 1.65rem;
}

.atlas-quote-result p {
  color: var(--atlas-muted-dark);
}

.atlas-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.atlas-result-support {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--corp-line);
}

.atlas-result-support > p {
  margin: 6px 0 14px;
}

.atlas-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.atlas-contact-actions .atlas-button {
  flex: 1 1 190px;
  min-height: 48px;
}

.atlas-quote-reference {
  display: block;
  margin: 20px 0;
  padding: 16px;
  border-left: 4px solid var(--atlas-blue);
  background: var(--atlas-white);
  color: var(--atlas-text-dark);
  font-size: 1.35rem;
}

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

.atlas-managed-band {
  padding: 36px 0;
  border-bottom: 1px solid var(--corp-line);
  background: #050b14;
}

.atlas-managed-band .corp-container {
  display: grid;
  grid-template-columns: minmax(130px, 0.4fr) minmax(210px, 0.65fr) minmax(280px, 1.15fr) auto;
  align-items: center;
  gap: 36px;
}

.atlas-managed-band h2 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.15;
}

.atlas-managed-band p {
  margin: 0;
  color: #aeb9c9;
  font-size: 0.87rem;
  line-height: 1.6;
}

.atlas-section {
  padding: 88px 0;
  scroll-margin-top: 92px;
}

.atlas-section--light {
  background: var(--atlas-paper);
  color: var(--atlas-text-dark);
}

.atlas-section--light .atlas-section-label {
  color: #415169;
}

.atlas-section--service {
  background: var(--atlas-navy);
}

.atlas-section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.atlas-section h2,
.atlas-ready h2 {
  margin: 10px 0 0;
  font-size: 2.75rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.atlas-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: var(--atlas-line-light);
  list-style: none;
}

.atlas-steps li {
  min-height: 220px;
  padding: 24px;
  background: var(--atlas-white);
}

.atlas-steps li > span {
  display: block;
  margin-bottom: 44px;
  color: var(--atlas-blue);
  font-size: 0.76rem;
  font-weight: 900;
}

.atlas-steps h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.atlas-steps p {
  margin: 0;
  color: var(--atlas-muted-dark);
  font-size: 0.9rem;
}

.atlas-service-grid,
.atlas-restrictions-grid,
.atlas-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 76px;
}

.atlas-service-grid p,
.atlas-about-grid p,
.atlas-updates-grid p {
  margin-top: 0;
  color: var(--corp-muted);
  font-size: 1.02rem;
}

.atlas-service-lead {
  max-width: 520px;
  margin-top: 22px !important;
}

.atlas-service-copy > p {
  max-width: 650px;
}

.atlas-service-options {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--corp-line-strong);
  list-style: none;
}

.atlas-service-options li {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--corp-line-strong);
}

.atlas-service-options li > span {
  padding-top: 2px;
  color: var(--atlas-silver);
  font-size: 0.7rem;
  font-weight: 900;
}

.atlas-service-options strong {
  display: block;
  color: var(--atlas-white);
  font-size: 0.9rem;
}

.atlas-service-options li p {
  margin: 6px 0 0;
  color: var(--corp-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.atlas-transit-note {
  margin: 24px 0 0 !important;
  padding: 17px 18px;
  border-left: 3px solid #6f8098;
  background: rgba(255, 255, 255, 0.04);
  color: #c2cad7 !important;
  font-size: 0.84rem !important;
  line-height: 1.6;
}

.atlas-routes-grid,
.atlas-updates-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 76px;
}

.atlas-routes-grid > div > p:last-child {
  max-width: 560px;
  color: var(--atlas-muted-dark);
}

.atlas-country-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 1px;
  gap: 1px;
  background: var(--atlas-line-light);
  list-style: none;
}

.atlas-country-list li {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  background: var(--atlas-white);
  color: #26364d;
  font-size: 0.85rem;
  font-weight: 800;
}

.atlas-country-list li:first-child {
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 16px;
  border-left: 3px solid var(--atlas-blue);
}

.atlas-country-list li span {
  color: #66758a;
  font-size: 0.72rem;
  font-weight: 700;
}

.atlas-nigeria-band {
  padding: 48px 0;
  border-top: 1px solid var(--corp-line);
  border-bottom: 1px solid var(--corp-line);
  background: #09111e;
}

.atlas-nigeria-band .corp-container {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1.55fr);
  gap: 56px;
}

.atlas-nigeria-band h2 {
  margin: 0;
  font-size: 1.85rem;
  line-height: 1.15;
}

.atlas-nigeria-band p:last-child {
  max-width: 760px;
  margin: 12px 0 0;
  color: #aeb9c9;
  line-height: 1.65;
}

.atlas-section--updates {
  background: #050b14;
}

.atlas-updates-grid > div:last-child {
  max-width: 650px;
}

.atlas-restrictions-grid > div:first-child > p:last-child {
  color: var(--atlas-muted-dark);
}

.atlas-restrictions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 24px;
  padding: 0;
  border-top: 1px solid var(--atlas-line-light);
  list-style: none;
}

.atlas-restrictions li {
  padding: 13px 8px 13px 0;
  border-bottom: 1px solid var(--atlas-line-light);
  color: #354257;
  font-size: 0.9rem;
}

.atlas-restrictions-grid > div:last-child > p {
  color: var(--atlas-muted-dark);
}

.atlas-ready {
  padding: 56px 0;
  border-top: 1px solid rgba(23, 111, 209, 0.42);
  background: #061b2b;
}

.atlas-ready .corp-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.atlas-ready h2 {
  font-size: 2.3rem;
}

.atlas-ready p:not(.atlas-section-label) {
  margin: 9px 0 0;
  color: var(--corp-muted);
}

.site-footer.atlas-footer {
  padding: 62px 0 24px;
  background: var(--atlas-ink);
}

.atlas-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) repeat(3, minmax(130px, 0.7fr));
  gap: 42px;
  padding-bottom: 44px;
}

.atlas-footer-grid h2 {
  margin: 0 0 14px;
  color: var(--atlas-white);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.atlas-footer-grid a,
.atlas-footer-grid button {
  width: fit-content;
  display: block;
  margin: 9px 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--corp-muted);
  font: inherit;
  font-size: 0.84rem;
  text-decoration: none;
  cursor: pointer;
}

.atlas-footer-grid a:hover,
.atlas-footer-grid a:focus-visible,
.atlas-footer-grid button:hover,
.atlas-footer-grid button:focus-visible {
  color: var(--atlas-white);
}

.atlas-footer-brand img {
  width: 112px;
  height: 113px;
  object-fit: contain;
}

.atlas-footer-brand strong {
  display: block;
  margin-top: 12px;
  color: var(--atlas-white);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.atlas-footer-brand p {
  max-width: 260px;
  color: var(--corp-muted);
  font-size: 0.84rem;
}

.atlas-footer .corp-footer-meta {
  min-height: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  padding: 20px 0 0;
  border-top: 1px solid var(--corp-line);
  color: var(--corp-faint);
  font-size: 0.76rem;
}

.atlas-footer .corp-footer-meta a {
  color: var(--corp-muted);
  text-decoration: none;
}

.atlas-page-hero,
.atlas-legal-hero {
  border-bottom: 1px solid var(--corp-line);
  background: linear-gradient(100deg, #02050b 0%, #07162a 100%);
}

.atlas-page-hero {
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 66px 0;
}

.atlas-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: 72px;
}

.atlas-page-hero h1,
.atlas-legal-hero h1 {
  margin: 12px 0 18px;
  font-size: 3.7rem;
  line-height: 1.03;
  letter-spacing: 0;
}

.atlas-page-hero-grid > div:first-child > p:last-child,
.atlas-legal-hero p:last-child {
  max-width: 650px;
  color: var(--corp-muted);
  font-size: 1.05rem;
}

.atlas-contact-panel {
  padding: 30px;
  border: 1px solid var(--corp-line-strong);
  border-radius: 6px;
  background: var(--atlas-navy);
}

.atlas-contact-method {
  display: grid;
  gap: 3px;
  margin: 16px 0;
}

.atlas-contact-method strong {
  color: var(--corp-muted);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.atlas-contact-method a,
.atlas-contact-method span {
  color: var(--atlas-white);
  font-size: 1.05rem;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.atlas-contact-panel > a:first-of-type {
  display: block;
  margin: 12px 0 18px;
  color: var(--atlas-white);
  font-size: 1.2rem;
  font-weight: 850;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.atlas-contact-panel p:not(.atlas-form-label) {
  color: var(--corp-muted);
  font-size: 0.9rem;
}

.atlas-legal-hero {
  padding: 62px 0 54px;
}

.atlas-legal-hero h1 {
  font-size: 3.25rem;
}

.atlas-legal-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 790px);
  justify-content: space-between;
  gap: 74px;
  padding-top: 64px;
  padding-bottom: 88px;
}

.atlas-legal-nav {
  position: sticky;
  top: 112px;
  height: fit-content;
  border-top: 1px solid var(--corp-line);
}

.atlas-legal-nav a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--corp-line);
  color: var(--corp-muted);
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

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

.atlas-legal-content section {
  scroll-margin-top: 112px;
  padding: 0 0 34px;
  margin: 0 0 34px;
  border-bottom: 1px solid var(--corp-line);
}

.atlas-legal-content h2 {
  margin: 0 0 15px;
  font-size: 1.45rem;
  line-height: 1.2;
}

.atlas-legal-content p,
.atlas-legal-content li {
  color: var(--corp-muted);
  font-size: 0.94rem;
}

.atlas-legal-content a,
.atlas-inline-button {
  color: #b8c7db;
  font-weight: 750;
}

.atlas-legal-content code {
  color: #dbe8fb;
}

.atlas-inline-button {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .atlas-hero-grid {
    grid-template-columns: minmax(0, 0.74fr) minmax(520px, 1.26fr);
    gap: 32px;
  }

  .atlas-hero-copy h1 {
    font-size: 3.25rem;
  }

  .atlas-quote-shell {
    padding: 25px;
  }

  .atlas-benefits {
    grid-template-columns: 1fr;
  }

  .atlas-benefits li,
  .atlas-benefits li:first-child,
  .atlas-benefits li:last-child {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--corp-line);
  }
}

@media (max-width: 900px) {
  .atlas-nav .atlas-brand img {
    width: 58px;
    height: 58px;
  }

  .atlas-nav .atlas-brand span {
    display: none;
  }

  .atlas-nav-cta {
    width: 100%;
    margin-top: 6px;
  }

  .atlas-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 40px;
  }

  .atlas-hero-copy {
    max-width: 680px;
    padding-top: 14px;
  }

  .atlas-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .atlas-benefits li,
  .atlas-benefits li:first-child,
  .atlas-benefits li:last-child {
    padding: 15px 13px 0;
    border-right: 1px solid var(--corp-line);
    border-bottom: 0;
  }

  .atlas-benefits li:first-child { padding-left: 0; }
  .atlas-benefits li:last-child { padding-right: 0; border-right: 0; }

  .atlas-hero::before {
    background: linear-gradient(180deg, rgba(2, 5, 11, 0.97) 0%, rgba(2, 5, 11, 0.83) 48%, rgba(2, 5, 11, 0.92) 100%);
  }

  .atlas-quote-shell {
    width: 100%;
  }

  .atlas-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atlas-service-grid,
  .atlas-restrictions-grid,
  .atlas-about-grid,
  .atlas-routes-grid,
  .atlas-updates-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .atlas-managed-band .corp-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .atlas-nigeria-band .corp-container {
    grid-template-columns: minmax(150px, 0.45fr) minmax(0, 1.55fr);
    gap: 32px;
  }

  .atlas-footer-grid {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 28px;
  }

  .atlas-page-hero-grid,
  .atlas-legal-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .atlas-legal-nav {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 0 22px;
  }
}

@media (max-width: 700px) {
  .corp-container,
  .corp-nav .site-wrap {
    width: min(100% - 32px, var(--corp-max));
  }

  .atlas-hero-grid {
    padding-top: 28px;
    padding-bottom: 42px;
  }

  .atlas-hero-copy h1 {
    margin-top: 12px;
    font-size: 2.65rem;
  }

  .atlas-benefits li {
    border-right: 0;
    border-bottom: 1px solid var(--corp-line);
  }

  .atlas-benefits {
    grid-template-columns: 1fr;
  }

  .atlas-benefits li,
  .atlas-benefits li:first-child,
  .atlas-benefits li:last-child {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--corp-line);
  }

  .atlas-quote-shell {
    padding: 20px;
  }

  .atlas-quote-heading {
    display: block;
  }

  .atlas-quote-heading > span {
    display: block;
    margin-top: 8px;
  }

  .atlas-field-grid--two,
  .atlas-review {
    grid-template-columns: 1fr;
  }

  .atlas-review-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .atlas-review-heading > div {
    justify-content: flex-start;
  }

  .atlas-field--wide {
    grid-column: auto;
  }

  .atlas-managed-band .corp-container,
  .atlas-nigeria-band .corp-container {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .atlas-package-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .atlas-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atlas-section {
    padding: 64px 0;
  }

  .atlas-section h2,
  .atlas-ready h2 {
    font-size: 2.15rem;
  }

  .atlas-page-hero {
    min-height: 0;
    padding: 54px 0;
  }

  .atlas-page-hero h1,
  .atlas-legal-hero h1 {
    font-size: 2.55rem;
  }

  .atlas-legal-layout {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .atlas-ready .corp-container {
    align-items: flex-start;
    flex-direction: column;
  }

  .atlas-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atlas-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 460px) {
  .atlas-hero-copy h1 {
    font-size: 2.35rem;
  }

  .atlas-hero-intro {
    font-size: 0.96rem;
  }

  .atlas-quote-shell {
    margin-right: -4px;
    margin-left: -4px;
    padding: 18px 16px;
  }

  .atlas-form-progress li {
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    min-height: 68px;
    padding: 7px 2px;
    font-size: 0.62rem;
    text-align: center;
  }

  .atlas-form-progress span {
    width: 22px;
    height: 22px;
  }

  .atlas-choice-row label {
    flex: 1 1 110px;
  }

  .atlas-form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .atlas-form-actions--end {
    flex-direction: column;
  }

  .atlas-form-actions .atlas-button {
    width: 100%;
  }

  .atlas-steps,
  .atlas-restrictions,
  .atlas-country-list,
  .atlas-footer-grid {
    grid-template-columns: 1fr;
  }

  .atlas-country-list li:first-child {
    grid-column: auto;
    align-items: flex-start;
    flex-direction: column;
  }

  .atlas-package-grid {
    grid-template-columns: 1fr;
  }

  .atlas-steps li {
    min-height: 0;
  }

  .atlas-steps li > span {
    margin-bottom: 24px;
  }

  .atlas-footer-brand {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atlas-logistics-site * {
    scroll-behavior: auto !important;
  }
}
