:root {
  color-scheme: dark;
  --navy: #102a43;
  --navy-deep: #0a1e31;
  --navy-soft: #173b5b;
  --cyan: #12a89d;
  --cyan-bright: #22c1b5;
  --white: #ffffff;
  --warm-white: #f7fafc;
  --muted: #b8c8d5;
  --line: rgba(255, 255, 255, 0.17);
  --content: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--navy-deep);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  background:
    radial-gradient(circle at 92% 4%, rgba(34, 193, 181, 0.12), transparent 30rem),
    linear-gradient(145deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

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

.skip-link {
  position: fixed;
  z-index: 10;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  background: var(--white);
  color: var(--navy);
  font-weight: 700;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

.site-header,
.hero,
.site-footer {
  width: min(calc(100% - 3rem), var(--content));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: clamp(1.5rem, 3vw, 2.5rem);
  border-bottom: 1px solid var(--line);
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: clamp(11.25rem, 20vw, 15.5rem);
}

.location,
.back-link {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.back-link:hover {
  color: var(--white);
}

main {
  display: flex;
  flex: 1;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(20rem, 0.7fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  padding-block: clamp(4rem, 9vw, 8rem);
}

.hero::before {
  position: absolute;
  z-index: -1;
  right: -18rem;
  bottom: -22rem;
  width: 36rem;
  height: 36rem;
  border: 1px solid rgba(34, 193, 181, 0.18);
  border-radius: 50%;
  content: "";
}

.hero-copy {
  max-width: 53rem;
}

.eyebrow {
  margin: 0 0 1.5rem;
  color: var(--cyan-bright);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.4rem, 7.2vw, 7.3rem);
  font-weight: 730;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

h1 em {
  color: var(--cyan-bright);
  font-style: normal;
  font-weight: inherit;
}

.intro {
  max-width: 46rem;
  margin: clamp(1.75rem, 4vw, 2.75rem) 0 0;
  color: #dce6ed;
  font-size: clamp(1.08rem, 1.55vw, 1.3rem);
  line-height: 1.7;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.25rem;
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.4rem;
  border: 1px solid transparent;
  font-size: 0.93rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.button-primary {
  background: var(--cyan-bright);
  color: var(--navy-deep);
}

.button-primary:hover {
  background: #45d0c6;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
}

.button-secondary:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.09);
}

.services {
  position: relative;
  padding: clamp(2rem, 4vw, 3.25rem);
  background: var(--warm-white);
  box-shadow: 1.1rem 1.1rem 0 rgba(34, 193, 181, 0.22);
  color: var(--navy);
}

.services::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 0.45rem;
  background: var(--cyan);
  content: "";
}

.services-mark {
  display: grid;
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 2.25rem;
  place-items: center;
  background: var(--navy);
}

.services-mark img {
  width: 2.9rem;
}

.services-label {
  margin: 0 0 0.4rem;
  color: #526a7d;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

.services li {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding-block: 0.65rem;
  border-bottom: 1px solid #dce5eb;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 750;
  letter-spacing: -0.025em;
}

.services li span {
  color: #507080;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.services-note {
  margin: 1.75rem 0 0;
  color: #455e72;
  font-size: 0.94rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1.35rem 1.75rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.site-footer a:hover {
  color: var(--white);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.privacy-main {
  width: min(calc(100% - 3rem), 52rem);
  margin-inline: auto;
  padding-block: clamp(3rem, 7vw, 6rem);
}

.privacy-card {
  width: 100%;
  padding: clamp(2rem, 6vw, 4.5rem);
  background: var(--warm-white);
  color: var(--navy);
}

.privacy-card .eyebrow {
  margin-bottom: 0.75rem;
  color: #087f78;
}

.privacy-card h1 {
  max-width: none;
  font-size: clamp(2.6rem, 6vw, 4.75rem);
  line-height: 1;
}

.privacy-card h2 {
  margin: 2.25rem 0 0.55rem;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.privacy-card p {
  margin: 0 0 1rem;
  color: #415b70;
}

.privacy-card a {
  color: #087f78;
  font-weight: 700;
}

.privacy-card .privacy-intro {
  max-width: 38rem;
  margin-top: 1.5rem;
  color: #2c475d;
  font-size: 1.15rem;
}

.privacy-card .reviewed {
  margin: 2.75rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid #d6e2e8;
  color: #52697b;
  font-size: 0.83rem;
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: 1fr;
    align-content: center;
  }

  .hero-copy {
    max-width: 46rem;
  }

  .services {
    width: min(100%, 36rem);
  }
}

@media (max-width: 560px) {
  .site-header,
  .hero,
  .site-footer {
    width: min(calc(100% - 2rem), var(--content));
  }

  .location {
    display: none;
  }

  .back-link {
    font-size: 0.72rem;
  }

  .hero {
    gap: 3.25rem;
    padding-block: 3.5rem 4.5rem;
  }

  h1 {
    font-size: clamp(3.15rem, 16vw, 4.7rem);
  }

  .actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .services {
    box-shadow: 0.65rem 0.65rem 0 rgba(34, 193, 181, 0.22);
  }

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

  .site-footer nav {
    flex-direction: column;
    gap: 0.55rem;
  }

  .privacy-main {
    width: min(calc(100% - 2rem), 52rem);
    padding-block: 2rem 3rem;
  }
}

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

  .button {
    transition: none;
  }
}
