:root {
  --ink: #f3f7f5;
  --muted: #a5b1ac;
  --green: #2dded0;
  --green-dark: #123a3b;
  --mint: rgba(45, 222, 208, 0.13);
  --cream: #101819;
  --white: #091011;
  --surface: #121c1d;
  --line: rgba(183, 227, 224, 0.13);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--green) #090d0c;
  scrollbar-width: thin;
}

body {
  position: relative;
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: 0.03;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #090d0c;
}

::-webkit-scrollbar-thumb {
  border: 2px solid #090d0c;
  border-radius: 999px;
  background: linear-gradient(var(--green), #178f94);
}

a {
  color: var(--green);
  text-underline-offset: 4px;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

a:hover {
  color: #8ff5ed;
}

.container {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 16, 15, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.01em;
}

.brand:hover {
  color: var(--ink);
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #07110e;
  background: linear-gradient(145deg, #8ff5ed, var(--green));
  font-size: 17px;
  box-shadow: 0 0 32px rgba(45, 222, 208, 0.22);
}

.nav-link {
  padding: 9px 14px;
  border-radius: 10px;
  color: var(--green);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  background: var(--mint);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 106px 0 98px;
  background:
    radial-gradient(circle at 84% 20%, rgba(24, 164, 166, 0.24) 0, rgba(9, 16, 17, 0) 28%),
    radial-gradient(circle at 8% 80%, rgba(17, 99, 104, 0.2) 0, rgba(9, 16, 17, 0) 25%),
    linear-gradient(180deg, #0d1412 0%, var(--white) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 55px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(45, 222, 208, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 52px rgba(45, 222, 208, 0.025),
    0 0 0 104px rgba(45, 222, 208, 0.015),
    0 0 120px rgba(45, 222, 208, 0.09);
  pointer-events: none;
  animation: orbit 12s ease-in-out infinite;
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker {
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 850px;
  margin: 18px 0 14px;
  font-size: clamp(48px, 7vw, 80px);
  font-weight: 800;
  color: var(--ink);
  background: linear-gradient(120deg, #ffffff 12%, #c4fbf7 58%, #2dded0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  max-width: 700px;
  margin: 0 0 52px;
  color: var(--green);
  font-size: clamp(21px, 2.6vw, 29px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.hero-copy {
  max-width: 860px;
  padding-left: 28px;
  border-left: 3px solid var(--green);
  color: var(--muted);
}

.hero-copy p {
  margin: 0 0 15px;
}

.hero-copy p:last-child {
  margin-bottom: 0;
}

.section {
  padding: 94px 0;
}

.section-muted {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(45, 222, 208, 0.03), transparent 50%),
    var(--cream);
}

.section-heading {
  margin-bottom: 42px;
}

h2 {
  margin: 8px 0 0;
  font-size: clamp(34px, 4vw, 48px);
}

.steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-card {
  grid-column: span 2;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.step-card:hover {
  transform: translateY(-7px);
  border-color: rgba(45, 222, 208, 0.38);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.26);
}

.step-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.step-number {
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  color: #8ff5ed;
  background: var(--mint);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.step-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.step-card p,
.info-card p,
.contact-card p {
  margin: 0;
  color: var(--muted);
}

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

.info-card {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #142122, #0f1819);
  box-shadow: var(--shadow);
  transition: transform 260ms ease, border-color 260ms ease;
}

.info-card:hover {
  transform: translateY(-6px);
  border-color: rgba(45, 222, 208, 0.35);
}

.icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 32px;
  border-radius: 14px;
  background: var(--mint);
}

.icon svg {
  width: 25px;
  height: 25px;
  fill: var(--green);
}

.info-card h2 {
  margin: 0 0 18px;
  font-size: 27px;
}

.contact-section {
  padding: 80px 0;
}

.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 46px 50px;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(45, 222, 208, 0.24);
  background:
    radial-gradient(circle at 85% 20%, rgba(45, 222, 208, 0.18), transparent 32%),
    linear-gradient(135deg, #153b3b, #0d2426);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.contact-card .section-kicker {
  color: #98e6e0;
}

.contact-card h2 {
  margin-bottom: 12px;
  font-size: 36px;
}

.contact-card p {
  color: rgba(255, 255, 255, 0.72);
}

.email-link {
  flex: 0 0 auto;
  padding: 13px 19px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 12px;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.email-link:hover {
  color: var(--ink);
  border-color: var(--green);
  background: rgba(45, 222, 208, 0.1);
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

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

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  font-weight: 700;
}

/* Privacy policy */
.policy-hero {
  padding: 82px 0 58px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 15%, rgba(45, 222, 208, 0.14), transparent 26%),
    var(--cream);
}

.policy-hero h1 {
  margin-bottom: 12px;
  font-size: clamp(43px, 6vw, 68px);
}

.last-updated {
  margin: 0;
  color: var(--muted);
}

.policy-layout {
  display: grid;
  grid-template-columns: 225px minmax(0, 760px);
  gap: 70px;
  align-items: start;
  padding-top: 72px;
  padding-bottom: 92px;
}

.policy-nav {
  position: sticky;
  top: 24px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(20, 28, 26, 0.88);
  backdrop-filter: blur(12px);
}

.policy-nav p {
  margin: 0 0 13px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-nav a {
  display: block;
  padding: 5px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
}

.policy-nav a:hover {
  color: var(--green);
}

.policy-content section {
  padding: 0 0 38px;
  margin: 0 0 38px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 30px;
}

.policy-content section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.policy-content h2 {
  margin: 0 0 20px;
  font-size: 27px;
  letter-spacing: -0.025em;
}

.policy-content p {
  margin: 0 0 15px;
  color: var(--muted);
}

.policy-content p:last-child {
  margin-bottom: 0;
}

.policy-content ul {
  margin: 14px 0 18px;
  padding-left: 24px;
  color: var(--muted);
}

.policy-content li {
  padding: 3px 0 3px 5px;
}

.contact-details strong {
  color: var(--ink);
}

.scroll-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, #119fa4, #68eee4);
  box-shadow: 0 0 14px rgba(45, 222, 208, 0.8);
  pointer-events: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms cubic-bezier(.2, .8, .2, 1), transform 700ms cubic-bezier(.2, .8, .2, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js .step-card.reveal:nth-child(2),
.js .info-card.reveal:nth-child(2) {
  transition-delay: 90ms;
}

.js .step-card.reveal:nth-child(3) {
  transition-delay: 180ms;
}

@keyframes orbit {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(18px) scale(1.04);
  }
}

@media (max-width: 850px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .step-card,
  .step-card:nth-child(4) {
    grid-column: auto;
  }

  .step-card:last-child {
    grid-column: 1 / -1;
    min-height: 190px;
  }

  .policy-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .policy-nav {
    position: static;
    columns: 2;
  }

  .policy-nav p {
    column-span: all;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(100% - 32px, 1120px);
  }

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

  .brand span:last-child {
    display: none;
  }

  .hero {
    padding: 72px 0 68px;
  }

  .hero::after {
    display: none;
  }

  h1 {
    font-size: 44px;
  }

  .hero-subtitle {
    margin-bottom: 38px;
    font-size: 21px;
  }

  .hero-copy {
    padding-left: 18px;
  }

  .section {
    padding: 68px 0;
  }

  .steps,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .step-card,
  .step-card:last-child {
    grid-column: auto;
    min-height: auto;
  }

  .info-card {
    padding: 30px;
  }

  .contact-card {
    display: block;
    padding: 34px 28px;
  }

  .email-link {
    display: inline-block;
    max-width: 100%;
    margin-top: 26px;
    overflow-wrap: anywhere;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 24px 0;
  }

  .policy-hero {
    padding: 62px 0 44px;
  }

  .policy-layout {
    padding-top: 50px;
    padding-bottom: 68px;
  }

  .policy-nav {
    display: none;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
