:root {
  --ink: #102227;
  --muted: #496269;
  --paper: #f6f8f7;
  --white: #ffffff;
  --line: #d6e0dd;
  --teal: #78d5ce;
  --teal-dark: #0b756e;
  --amber: #f0a85c;
  --copper: #bd6d2a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

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

a:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}

p {
  margin: 0;
}

.container {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
}

.page-header {
  background: #102227;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 20px 0;
}

.brand,
.main-nav,
.header-call {
  color: var(--white);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: min(250px, 48vw);
  height: auto;
}

.main-nav {
  display: flex;
  gap: 28px;
  color: rgb(255 255 255 / 78%);
  font-size: 0.94rem;
  font-weight: 600;
}

.main-nav a:hover {
  color: var(--white);
}

.header-call,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 800;
}

.header-call {
  border: 1px solid rgb(255 255 255 / 35%);
  padding: 10px 16px;
  font-size: 0.94rem;
}

.header-call:hover {
  background: var(--white);
  color: var(--ink);
}

.hero {
  display: flex;
  min-height: 82svh;
  align-items: center;
  padding: 112px 0 64px;
  background-image:
    linear-gradient(90deg, rgb(7 18 23 / 94%) 0%, rgb(7 18 23 / 78%) 45%, rgb(7 18 23 / 26%) 82%),
    url("assets/hero-digital-workspace.png");
  background-position: center;
  background-size: cover;
  color: var(--white);
}

.hero-kicker,
.section-kicker,
.card-number {
  font-size: 0.94rem;
  font-weight: 800;
}

.hero-kicker {
  margin-bottom: 20px;
  color: var(--teal);
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  line-height: 1.03;
}

.hero-copy {
  max-width: 680px;
  margin-top: 28px;
  color: rgb(255 255 255 / 82%);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.button {
  min-height: 48px;
  padding: 13px 20px;
  font-size: 0.94rem;
}

.button.primary {
  background: var(--teal);
  color: #0f2428;
}

.button.primary:hover {
  background: var(--white);
}

.button.secondary {
  border: 1px solid rgb(255 255 255 / 35%);
  color: var(--white);
}

.button.secondary:hover {
  border-color: var(--white);
  background: rgb(255 255 255 / 10%);
}

.trust-band {
  border-bottom: 1px solid #dce5e2;
  background: var(--white);
  padding: 32px 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.trust-grid strong {
  display: block;
  color: var(--ink);
}

.section {
  padding: 96px 0;
}

.section-intro,
.contact-layout,
.process-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 54px;
  align-items: start;
}

.section-intro {
  align-items: end;
}

.section-kicker,
.card-number {
  color: var(--copper);
}

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

h2,
h3 {
  margin: 0;
}

.section h2,
.legal h2 {
  line-height: 1.12;
}

.section h2 {
  margin-top: 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.section-intro > p,
.section > .container > p,
.contact-layout > div > p,
.process-layout > div > p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.section-intro > p {
  max-width: 650px;
  justify-self: end;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 55px rgb(16 34 39 / 8%);
}

.card {
  padding: 28px;
}

.card h3 {
  margin-top: 20px;
  color: var(--ink);
  font-size: 1.58rem;
  line-height: 1.22;
}

.card p {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.75;
}

.card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  color: #20383d;
  font-size: 0.94rem;
  font-weight: 700;
  list-style: none;
}

.card li {
  position: relative;
  padding-left: 18px;
}

.card li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--teal);
  content: "";
}

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

.dark p {
  color: rgb(255 255 255 / 72%);
}

.process-list {
  display: grid;
  gap: 16px;
}

.process-list article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 8px;
  background: rgb(255 255 255 / 6%);
  padding: 24px;
}

.process-list span {
  color: var(--amber);
  font-size: 2rem;
  font-weight: 800;
}

.process-list h3 {
  font-size: 1.25rem;
}

.process-list p {
  margin-top: 8px;
  line-height: 1.7;
}

.contact-layout {
  grid-template-columns: 1fr 1fr;
}

.contact-layout > div > p {
  margin-top: 24px;
  max-width: 610px;
}

.contact-card {
  padding: 32px;
}

.contact-card h3 {
  font-size: 1.55rem;
}

.contact-card dl {
  display: grid;
  gap: 20px;
  margin: 26px 0 0;
  color: var(--muted);
}

.contact-card dt {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
}

.contact-card dd {
  margin: 6px 0 0;
}

.contact-card a:not(.button),
.legal-content a {
  color: var(--teal-dark);
  font-weight: 800;
}

.contact-button {
  margin-top: 32px;
  background: var(--ink);
  color: var(--white);
}

.contact-button:hover {
  background: var(--teal-dark);
}

.legal-page {
  background: var(--paper);
  padding: 76px 0 96px;
}

.legal-content {
  max-width: 920px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.78;
}

.legal-content h1,
.legal-content h2 {
  color: var(--ink);
}

.legal-content h1 {
  margin: 12px 0 28px;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 1.04;
}

.legal-content h2 {
  margin: 34px 0 10px;
  font-size: 1.35rem;
}

.legal-content p {
  margin-top: 12px;
}

.legal-lead {
  max-width: 780px;
  font-size: 1.08rem;
  color: #324c52;
}

.site-footer {
  background: var(--ink);
  color: rgb(255 255 255 / 66%);
  padding: 24px 0;
  font-size: 0.94rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-inner a:hover,
.footer-links a:hover {
  color: var(--white);
}

::selection {
  background: var(--teal);
  color: var(--ink);
}

@media (max-width: 920px) {
  .section-intro,
  .contact-layout,
  .process-layout,
  .service-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .section-intro > p {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .container,
  .header-inner {
    width: min(100% - 32px, 1180px);
  }

  .main-nav {
    display: none;
  }

  .brand {
    max-width: 206px;
  }

  .brand-logo {
    width: min(206px, 52vw);
  }

  .header-call {
    padding: 9px 12px;
  }

  .hero {
    min-height: 80svh;
    padding: 98px 0 48px;
    background-position: 62% center;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

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

  .section {
    padding: 72px 0;
  }

  .card,
  .contact-card,
  .process-list article {
    padding: 22px;
  }

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

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
