:root {
  --ink: #000102;
  --ink-2: #222222;
  --paper: #f7f3ee;
  --muted: #6f6f6f;
  --line: rgba(0, 1, 2, 0.14);
  --white-line: rgba(255, 255, 255, 0.22);
  --cyan: #61b5c2;
  --cyan-deep: #216c78;
  --teal-readable: #216c78;
  --blue: #61b5c2;
  --accent: #ce4818;
  --soft: #eff7ee;
  --cream: #f1e6d5;
  --orange: #ce4818;
  --edge: clamp(18px, 4vw, 72px);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
  background: var(--ink);
}

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

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

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 8%, rgba(97, 181, 194, .18), transparent 30%),
    radial-gradient(circle at 12% 92%, rgba(206, 72, 24, .08), transparent 28%),
    linear-gradient(180deg, #fbf8f2, #eff7ee 58%, #f7f3ee);
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  opacity: .16;
  background-image:
    linear-gradient(rgba(0,1,2,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,1,2,.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  z-index: 100;
  left: -9999px;
  top: 12px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 12px 16px;
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(0,1,2,.22);
}

.skip-link:focus-visible {
  position: fixed;
  left: var(--edge);
  width: auto;
  height: auto;
  overflow: visible;
}

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

picture {
  display: contents;
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 14px var(--edge) auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 28px;
  background: rgba(247, 243, 238, 0.78);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 22px;
  backdrop-filter: blur(22px) saturate(1.18);
  box-shadow: 0 18px 60px rgba(0,1,2,.14);
  transition: inset .24s ease, border-radius .24s ease, border-color .24s ease, box-shadow .24s ease, background .24s ease;
}

.site-header.is-scrolled {
  inset: 0 0 auto;
  width: 100%;
  border-radius: 0;
  border-inline: 0;
  border-top: 0;
  background: rgba(247, 243, 238, 0.94);
  box-shadow: 0 16px 34px rgba(0,1,2,.18);
}

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

.brand img {
  width: 150px;
  height: 84px;
  object-fit: contain;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  padding: 8px;
  border: 1px solid rgba(0,1,2,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.58);
  margin-right: 0;
}

.nav a {
  min-width: 116px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: rgba(0,1,2,.72);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.nav a.active,
.nav a:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
  box-shadow: 0 10px 24px rgba(0,1,2,.18);
}

.nav a:focus-visible,
.btn:focus-visible,
.mail-link:focus-visible,
.footer a:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(430px, .86fr);
  gap: clamp(24px, 3vw, 56px);
  align-items: center;
  padding: 150px var(--edge) 54px;
  color: var(--paper);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,1,2,.92), rgba(0,1,2,.68) 48%, rgba(0,1,2,.18)),
    linear-gradient(180deg, rgba(0,1,2,.28), rgba(0,1,2,.78)),
    url("assets/virtual-screen-hand.jpg") center top / cover no-repeat;
  background:
    linear-gradient(90deg, rgba(0,1,2,.92), rgba(0,1,2,.68) 48%, rgba(0,1,2,.18)),
    linear-gradient(180deg, rgba(0,1,2,.28), rgba(0,1,2,.78)),
    image-set(
      url("assets/virtual-screen-hand.webp") type("image/webp"),
      url("assets/virtual-screen-hand.jpg") type("image/jpeg")
    ) center top / cover no-repeat;
  transform: scale(1.02);
}

.hero::after {
  content: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
}

.hero-panel {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  align-self: center;
  justify-self: stretch;
  max-width: none;
  margin-right: 0;
}

.hero-card {
  position: relative;
  min-height: 390px;
  display: grid;
  align-content: space-between;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(247,243,238,.16), rgba(247,243,238,.05)),
    rgba(0,1,2,.32);
  box-shadow: 0 34px 90px rgba(0,0,0,.24);
  backdrop-filter: blur(18px) saturate(1.2);
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -30% -20% auto auto;
  width: 260px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(97,181,194,.4);
  box-shadow: 0 0 80px rgba(97,181,194,.18);
}

.hero-card-label {
  position: relative;
  width: fit-content;
  padding: 9px 12px;
  border: 1px solid rgba(97,181,194,.58);
  border-radius: 999px;
  color: #92d2dc;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-card img {
  position: relative;
  width: min(360px, 76%);
  opacity: .82;
}

.hero-card-links {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero-card-links span,
.hero-stats div {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.08);
}

.hero-card-links span {
  padding: 12px;
  color: rgba(247,243,238,.88);
  font-size: 13px;
  font-weight: 800;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-stats div {
  display: grid;
  gap: 4px;
  padding: 14px;
}

.hero-stats b {
  color: var(--cyan);
  font-size: 13px;
}

.hero-stats span {
  color: rgba(247,243,238,.82);
  font-size: 13px;
  font-weight: 800;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--teal-readable);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.hero .eyebrow,
.page-hero .eyebrow,
.contact-hero .eyebrow,
.services-preview .section-kicker,
.benefits .section-kicker {
  color: var(--cyan);
}

.digital-profile .section-kicker {
  color: var(--teal-readable);
}

.hero h1,
.page-hero h1,
.contact-hero h1,
.privacy-hero h1 {
  margin: 0;
  font-size: clamp(40px, 5.2vw, 78px);
  line-height: .94;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.hero-line {
  margin: 24px 0 0;
  max-width: 720px;
  color: var(--cyan);
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.1;
  font-weight: 800;
}

.hero-copy,
.page-hero p,
.contact-hero p {
  max-width: 760px;
  color: rgba(247,243,238,.84);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.45;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

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

.btn.primary {
  background: var(--orange);
  color: #ffffff;
}

.btn.secondary {
  color: var(--paper);
  border-color: var(--white-line);
  background: rgba(255,255,255,.08);
}

.section-grid,
.services-preview,
.benefits,
.digital-profile,
.page-hero,
.service-detail,
.process-panel,
.contact-hero {
  padding: 104px var(--edge);
}

.section-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(32px, 7vw, 100px);
  align-items: center;
}

.intro {
  background: var(--paper);
}

.intro h2,
.section-title h2,
.feature-copy h2,
.benefits h2,
.digital-profile h2,
.process-panel h2 {
  margin: 0;
  font-size: clamp(32px, 4.2vw, 64px);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.intro-copy {
  display: grid;
  gap: 18px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  color: #33454c;
}

.intro-copy p {
  margin: 0;
}

.services-preview {
  background:
    linear-gradient(135deg, rgba(0,1,2,.98), rgba(34,34,34,.94)),
    radial-gradient(circle at 90% 10%, rgba(97,181,194,.22), transparent 36%),
    radial-gradient(circle at 12% 95%, rgba(206,72,24,.18), transparent 30%);
  color: var(--paper);
}

.section-title {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(24px, 5vw, 80px);
  align-items: end;
  margin-bottom: 34px;
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-strip article,
.service-detail article,
.process-panel,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.9);
  box-shadow: 0 22px 60px rgba(0,1,2,.12);
}

.service-strip article {
  min-height: 330px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--ink);
  transition: transform .2s ease, box-shadow .2s ease;
}

.service-strip article:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(0,1,2,.18);
}

.service-strip span,
.service-number {
  color: var(--cyan-deep);
  font-weight: 900;
}

.service-strip h3 {
  margin: 64px 0 14px;
  font-size: clamp(25px, 2.5vw, 36px);
  line-height: 1;
}

.service-strip p,
.service-detail p,
.service-detail li,
.process-panel li span {
  color: #3e535b;
  line-height: 1.55;
}

.feature {
  background: linear-gradient(135deg, var(--soft), #ffffff 54%, #f1e6d5);
}

.feature-image {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(0,1,2,.18);
}

.feature-image img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.steps {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.steps li {
  counter-increment: steps;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  color: #263940;
  font-size: 20px;
}

.steps li::before {
  content: "0" counter(steps);
  color: var(--cyan-deep);
  font-weight: 900;
}

.benefits {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(32px, 6vw, 86px);
  background:
    linear-gradient(135deg, rgba(0,1,2,.96), rgba(34,34,34,.9)),
    radial-gradient(circle at 10% 100%, rgba(97,181,194,.2), transparent 34%),
    radial-gradient(circle at 86% 10%, rgba(206,72,24,.16), transparent 32%),
    url("assets/virtual-screen-hand.jpg") center / cover no-repeat;
  background:
    linear-gradient(135deg, rgba(0,1,2,.96), rgba(34,34,34,.9)),
    radial-gradient(circle at 10% 100%, rgba(97,181,194,.2), transparent 34%),
    radial-gradient(circle at 86% 10%, rgba(206,72,24,.16), transparent 32%),
    image-set(
      url("assets/virtual-screen-hand.webp") type("image/webp"),
      url("assets/virtual-screen-hand.jpg") type("image/jpeg")
    ) center / cover no-repeat;
  color: var(--paper);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-grid li {
  padding: 20px;
  border: 1px solid var(--white-line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
  font-weight: 800;
}

.digital-profile {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(440px, 1.14fr);
  gap: clamp(36px, 7vw, 120px);
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(116deg, var(--paper) 0 48%, var(--ink) 48% 100%);
  color: var(--ink);
}

.digital-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  background-image:
    linear-gradient(rgba(0,1,2,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,1,2,.12) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, black, transparent 52%);
}

.digital-profile::after {
  content: "PROFILE";
  position: absolute;
  right: -2vw;
  bottom: -34px;
  color: rgba(255,255,255,.05);
  font-size: clamp(96px, 13vw, 230px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: .02em;
  pointer-events: none;
}

.digital-profile-copy,
.profile-interface {
  position: relative;
  z-index: 1;
}

.digital-profile h2 {
  max-width: 800px;
}

.digital-profile p:not(.section-kicker) {
  max-width: 760px;
  color: #33454c;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.profile-interface {
  min-height: 560px;
  display: grid;
  align-content: center;
  padding: clamp(24px, 4vw, 54px);
  color: var(--paper);
}

.profile-word {
  position: absolute;
  top: 28px;
  left: clamp(14px, 3vw, 48px);
  color: transparent;
  -webkit-text-stroke: 1px rgba(247,243,238,.34);
  font-size: clamp(54px, 8vw, 132px);
  font-weight: 900;
  line-height: .8;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .75;
}

.profile-list {
  position: relative;
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-item {
  min-height: 86px;
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  border: 1px solid rgba(247,243,238,.22);
  border-radius: 0;
  background: rgba(247,243,238,.08);
  box-shadow: 0 22px 60px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
  transform-origin: center;
}

.profile-item:nth-child(1) {
  width: min(620px, 94%);
  transform: translateX(5%) rotate(-1.8deg);
}

.profile-item:nth-child(2) {
  width: min(520px, 82%);
  margin-left: auto;
  border-color: rgba(206,72,24,.5);
  background: rgba(206,72,24,.18);
  transform: translateX(-3%) rotate(1.4deg);
}

.profile-item:nth-child(3) {
  width: min(680px, 100%);
  transform: rotate(.8deg);
}

.profile-item:nth-child(4) {
  width: min(560px, 86%);
  margin-left: 9%;
  border-color: rgba(97,181,194,.56);
  background: rgba(97,181,194,.16);
  transform: rotate(-1deg);
}

.profile-list span {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
}

.profile-list b {
  color: #ffffff;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.05;
}

.profile-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
  color: rgba(247,243,238,.7);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.profile-footer span {
  border: 1px solid rgba(247,243,238,.2);
  padding: 10px 12px;
}

.funding-banner {
  padding: clamp(22px, 3vw, 42px) var(--edge);
  background: #ffffff;
  border-top: 1px solid rgba(0,1,2,.08);
}

.funding-banner img {
  display: block;
  width: min(100%, 1480px);
  margin: 0 auto;
  height: auto;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 17px calc(var(--edge) + 86px) 17px calc(var(--edge) + 86px);
  background: var(--ink);
  color: rgba(247,243,238,.72);
}

.footer-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.footer-left > span {
  color: rgba(247,243,238,.74);
}

.footer-legal,
.footer-email {
  text-decoration: none;
}

.footer-legal {
  color: rgba(247,243,238,.78);
  font-size: 13px;
  font-weight: 800;
  padding: 9px 12px;
  border: 1px solid rgba(247,243,238,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.footer-legal:hover {
  color: var(--paper);
  border-color: rgba(97,181,194,.58);
  background: rgba(97,181,194,.12);
}

.footer-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--paper);
  font-weight: 900;
  overflow-wrap: anywhere;
  padding: 11px 14px;
  border: 1px solid rgba(97,181,194,.42);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(97,181,194,.16), rgba(216,70,20,.1)),
    rgba(255,255,255,.04);
  box-shadow: 0 14px 40px rgba(0,0,0,.24);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.footer-email span {
  color: var(--cyan);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.footer-email:hover {
  transform: translateY(-2px);
  border-color: var(--cyan);
  background:
    linear-gradient(135deg, rgba(97,181,194,.24), rgba(216,70,20,.16)),
    rgba(255,255,255,.07);
}

.back-to-top {
  position: fixed;
  z-index: 30;
  left: 50%;
  bottom: max(18px, env(safe-area-inset-bottom));
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(247,243,238,.22), rgba(247,243,238,.08)),
    var(--orange);
  color: #ffffff;
  box-shadow: 0 18px 50px rgba(0,1,2,.28);
  backdrop-filter: blur(16px) saturate(1.15);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px) scale(.86);
  transition: opacity .22s ease, transform .22s ease, box-shadow .22s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}

.back-to-top:hover {
  box-shadow: 0 22px 62px rgba(0,1,2,.36);
  transform: translate(-50%, -3px) scale(1.02);
}

.back-to-top svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.accessibility-tool {
  position: fixed;
  z-index: 31;
  right: var(--edge);
  bottom: max(18px, env(safe-area-inset-bottom));
}

.cookie-tool {
  position: fixed;
  z-index: 31;
  left: var(--edge);
  bottom: max(18px, env(safe-area-inset-bottom));
}

.cookie-trigger,
.accessibility-trigger {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
  color: #ffffff;
  box-shadow: 0 18px 50px rgba(0,1,2,.28);
  backdrop-filter: blur(16px) saturate(1.15);
  cursor: pointer;
}

.cookie-trigger {
  background:
    linear-gradient(145deg, rgba(247,243,238,.22), rgba(247,243,238,.08)),
    var(--orange);
}

.accessibility-trigger {
  background:
    linear-gradient(145deg, rgba(247,243,238,.22), rgba(247,243,238,.08)),
    var(--ink);
}

.accessibility-trigger svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.cookie-trigger svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.accessibility-panel,
.cookie-consent {
  position: absolute;
  z-index: 60;
  width: min(360px, calc(100vw - (var(--edge) * 2)));
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(247,243,238,.14), rgba(247,243,238,.06)),
    rgba(0,1,2,.9);
  color: var(--paper);
  box-shadow: 0 24px 70px rgba(0,1,2,.34);
  backdrop-filter: blur(18px) saturate(1.15);
}

.accessibility-panel {
  right: 0;
  bottom: calc(100% + 12px);
  padding: 20px;
}

.has-cookie-consent .accessibility-panel {
  bottom: calc(100% + 12px);
}

.accessibility-panel[hidden],
.cookie-consent[hidden] {
  display: none;
}

.accessibility-panel h2,
.cookie-consent h2 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
}

.accessibility-panel p,
.cookie-consent p {
  margin: 0;
  color: rgba(247,243,238,.82);
  font-size: 14px;
  line-height: 1.5;
}

.accessibility-panel ul {
  display: grid;
  gap: 8px;
  margin: 14px 0;
  padding-left: 20px;
  color: rgba(247,243,238,.82);
  font-size: 14px;
  line-height: 1.45;
}

.accessibility-panel a {
  color: var(--cyan);
  font-weight: 900;
}

.cookie-consent {
  right: auto;
  left: 0;
  bottom: calc(100% + 12px);
  padding: 18px;
}

.cookie-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.cookie-actions button {
  min-height: 44px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius);
  background: rgba(255,255,255,.08);
  color: var(--paper);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.cookie-actions button:last-child {
  border-color: var(--orange);
  background: var(--orange);
  color: #ffffff;
}

@media (max-width: 680px) {
  .accessibility-tool,
  .accessibility-panel {
    right: 18px;
  }

  .cookie-tool {
    left: 18px;
  }

  .cookie-consent {
    right: auto;
    left: 0;
  }

  .accessibility-panel,
  .cookie-consent {
    width: calc(100vw - 36px);
  }

  .accessibility-panel {
    right: 0;
  }

  .cookie-actions {
    grid-template-columns: 1fr;
  }
}

.page-hero {
  min-height: 72vh;
  display: grid;
  align-content: end;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(0,1,2,.9), rgba(0,1,2,.5)),
    url("assets/virtual-screen-hand.jpg") center / cover no-repeat;
  background:
    linear-gradient(90deg, rgba(0,1,2,.9), rgba(0,1,2,.5)),
    image-set(
      url("assets/virtual-screen-hand.webp") type("image/webp"),
      url("assets/virtual-screen-hand.jpg") type("image/jpeg")
    ) center / cover no-repeat;
  padding-top: 180px;
}

.page-hero h1 {
  max-width: 1140px;
}

.privacy-hero {
  position: relative;
  min-height: 76vh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .55fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: end;
  padding: 150px var(--edge) 86px;
  color: var(--paper);
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(0,1,2,.94) 0 48%, rgba(0,1,2,.7) 68%, rgba(33,108,120,.34)),
    url("assets/virtual-screen-hand.jpg") center / cover no-repeat;
  background:
    linear-gradient(110deg, rgba(0,1,2,.94) 0 48%, rgba(0,1,2,.7) 68%, rgba(33,108,120,.34)),
    image-set(
      url("assets/virtual-screen-hand.webp") type("image/webp"),
      url("assets/virtual-screen-hand.jpg") type("image/jpeg")
    ) center / cover no-repeat;
}

.privacy-hero::after {
  content: "PRIVATE";
  position: absolute;
  right: -4vw;
  bottom: -4vw;
  color: rgba(247,243,238,.045);
  font-size: clamp(120px, 18vw, 280px);
  font-weight: 950;
  line-height: .8;
  pointer-events: none;
}

.privacy-hero > * {
  position: relative;
  z-index: 1;
}

.privacy-hero h1 {
  max-width: 980px;
}

.privacy-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(247,243,238,.82);
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.45;
}

.privacy-note {
  display: grid;
  gap: 14px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--white-line);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.04)),
    rgba(0,1,2,.24);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 90px rgba(0,0,0,.24);
}

.privacy-note span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.privacy-note b {
  font-size: clamp(28px, 3vw, 44px);
  line-height: .95;
}

.privacy-note a {
  width: fit-content;
  color: var(--paper);
  font-weight: 900;
}

.privacy-content {
  padding: 96px var(--edge);
  background:
    linear-gradient(180deg, var(--paper), #fff 48%, #f4eee4);
}

.privacy-panel {
  position: relative;
  display: grid;
  gap: 14px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.68)),
    rgba(255,255,255,.78);
  box-shadow: 0 24px 70px rgba(0,1,2,.08);
}

.privacy-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(97,181,194,.16), transparent 42%, rgba(216,70,20,.09));
  opacity: .7;
  pointer-events: none;
}

.privacy-panel > * {
  position: relative;
  z-index: 1;
}

.privacy-panel span {
  color: var(--teal-readable);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
}

.privacy-panel h2 {
  margin: 0;
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1;
}

.privacy-panel p {
  margin: 0;
  color: #33454c;
  font-size: 17px;
  line-height: 1.6;
}

.privacy-panel a {
  color: var(--teal-readable);
  font-weight: 900;
}

.privacy-intro {
  margin-bottom: 22px;
  min-height: 250px;
  align-content: end;
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(0,1,2,.92), rgba(0,1,2,.72)),
    radial-gradient(circle at 88% 16%, rgba(97,181,194,.26), transparent 34%),
    var(--ink);
}

.privacy-intro p {
  max-width: 900px;
  color: rgba(247,243,238,.82);
}

.privacy-intro a {
  color: var(--cyan);
}

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

.privacy-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 22px;
  padding: clamp(24px, 4vw, 44px);
  color: var(--paper);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(33,108,120,.86), rgba(0,1,2,.94) 58%, rgba(216,70,20,.78));
  box-shadow: 0 28px 80px rgba(0,1,2,.18);
}

.privacy-cta p {
  max-width: 760px;
  margin: 0;
  color: rgba(247,243,238,.86);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.45;
}

.service-detail {
  display: grid;
  gap: 18px;
  background: linear-gradient(180deg, var(--soft), #fbf8f2);
}

.service-detail article {
  display: grid;
  grid-template-columns: 78px minmax(320px, .82fr) minmax(360px, 1fr);
  gap: 32px;
  padding: clamp(24px, 4vw, 54px);
  align-items: start;
}

.service-detail h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 52px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.service-detail p {
  margin: 0 0 18px;
}

.service-detail p,
.service-detail ul {
  grid-column: 3;
}

.service-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.service-detail li {
  position: relative;
  padding-left: 24px;
}

.service-detail li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal-readable);
}

.process-panel {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 42px;
  margin: 0 var(--edge) 92px;
  padding: clamp(28px, 4vw, 56px);
}

.process-panel ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-panel li {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: var(--radius);
  background: #f1e6d5;
}

.contact-hero {
  min-height: calc(100vh - 90px);
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(340px, .86fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  padding-top: 150px;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(0,1,2,.92), rgba(0,1,2,.68)),
    url("assets/digital-touch-wide.jpg") center / cover no-repeat;
  background:
    linear-gradient(90deg, rgba(0,1,2,.92), rgba(0,1,2,.68)),
    image-set(
      url("assets/digital-touch-wide.webp") type("image/webp"),
      url("assets/digital-touch-wide.jpg") type("image/jpeg")
    ) center / cover no-repeat;
}

.contact-hero h1 {
  max-width: 960px;
}

.mail-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--cyan);
  font-weight: 900;
  font-size: 22px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 46px);
  color: var(--paper);
  border-color: rgba(255,255,255,.28);
  background:
    linear-gradient(145deg, rgba(247,243,238,.16), rgba(247,243,238,.06)),
    rgba(0,1,2,.38);
  box-shadow: 0 34px 90px rgba(0,0,0,.24);
  backdrop-filter: blur(18px) saturate(1.2);
  justify-self: end;
  width: min(550px, 100%);
  border-radius: 26px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(247,243,238,.82);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius);
  background: rgba(255,255,255,.9);
  color: var(--ink);
  padding: 15px;
  font: inherit;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid transparent;
  border-color: var(--cyan-deep);
  box-shadow: 0 0 0 4px rgba(33,108,120,.24);
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 2px;
}

.form-note {
  margin: 0;
  color: #45585f;
  font-size: 13px;
}

.contact-form .form-note {
  color: #45585f;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 920px) {
  .section-grid,
  .section-title,
  .benefits,
  .digital-profile,
  .privacy-hero,
  .process-panel,
  .contact-hero,
  .service-detail article {
    grid-template-columns: 1fr;
  }

  .service-strip,
  .benefit-grid,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .service-detail p,
  .service-detail ul {
    grid-column: auto;
  }

  .process-panel {
    margin-inline: var(--edge);
  }
}

@media (max-width: 680px) {
  .site-header {
    position: static;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    margin: 0;
    border-radius: 0;
    border-inline: 0;
    border-top: 0;
    padding: 16px var(--edge);
  }

  .site-header.is-scrolled {
    width: auto;
    box-shadow: none;
  }

  .brand img {
    width: 72px;
    height: 46px;
  }

  .nav {
    justify-content: flex-end;
    width: auto;
    flex: 1;
    overflow-x: auto;
    gap: 4px;
    padding: 6px;
  }

  .nav a {
    flex: 1 1 0;
    min-width: 0;
    padding: 11px 6px;
    text-align: center;
    font-size: 11px;
  }

  .hero,
  .page-hero,
  .contact-hero {
    min-height: auto;
    padding-top: 72px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 118px;
  }

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

  .hero-card {
    min-height: 280px;
  }

  .hero::after {
    width: 210px;
    right: -52px;
    top: 32%;
    opacity: .06;
  }

  .hero h1,
  .page-hero h1,
  .contact-hero h1,
  .privacy-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: .98;
  }

  .section-grid,
  .services-preview,
  .benefits,
  .digital-profile,
  .privacy-content,
  .page-hero,
  .privacy-hero,
  .service-detail,
  .process-panel,
  .contact-hero {
    padding-block: 64px;
  }

  .intro h2,
  .section-title h2,
  .feature-copy h2,
  .benefits h2,
  .digital-profile h2,
  .process-panel h2 {
    font-size: clamp(30px, 9vw, 44px);
  }

  .service-detail h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .feature-image img {
    min-height: 340px;
  }

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

  .digital-profile,
  .footer {
    align-items: flex-start;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 26px var(--edge) 86px;
    text-align: center;
  }

  .footer-left {
    display: grid;
    justify-items: center;
    gap: 12px;
  }

  .footer-email {
    justify-content: center;
    max-width: 100%;
  }

  .privacy-note,
  .privacy-cta {
    border-radius: 18px;
  }

  .privacy-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .digital-profile,
  .profile-list {
    grid-template-columns: 1fr;
  }

  .digital-profile {
    background:
      linear-gradient(180deg, var(--paper) 0 42%, var(--ink) 42% 100%);
  }

  .profile-interface {
    min-height: auto;
    display: block;
    margin-top: 14px;
    padding: 64px 18px 22px;
    background: var(--ink);
    color: var(--paper);
  }

  .profile-word {
    top: 12px;
    left: 18px;
    max-width: calc(100% - 36px);
    overflow: hidden;
    font-size: clamp(42px, 14vw, 76px);
  }

  .profile-item,
  .profile-item:nth-child(1),
  .profile-item:nth-child(2),
  .profile-item:nth-child(3),
  .profile-item:nth-child(4) {
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  .profile-item {
    min-height: 74px;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 16px;
  }

  .profile-footer {
    display: grid;
    gap: 8px;
  }
}
