:root {
  color-scheme: dark;
  --ink: #081116;
  --ink-soft: #0d1a21;
  --surface: #13232c;
  --surface-raised: #192e39;
  --line: rgba(214, 239, 248, 0.14);
  --text: #f4f8fa;
  --text-muted: #a9bbc4;
  --text-small-on-dark: #c5d2d7;
  --paper: #edf5f7;
  --paper-blue: #dfeef3;
  --paper-text: #10242c;
  --paper-muted: #4e626b;
  --blue: #43b5ec;
  --blue-deep: #167fb5;
  --teal: #52c9b4;
  --amber: #f2bd68;
  --violet: #9c91e8;
  --radius-large: 28px;
  --radius-medium: 18px;
  --content-width: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #02050b;
  color: var(--text);
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}

body {
  margin: 0;
  min-width: 300px;
  overflow-x: hidden;
  background: transparent;
}

#space-background {
  position: fixed;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #02050b;
  pointer-events: none;
}

.space-vignette {
  position: fixed;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 42%, transparent 20%, rgba(0, 3, 9, 0.16) 65%, rgba(0, 2, 7, 0.66) 100%),
    linear-gradient(to bottom, rgba(1, 4, 10, 0.12), transparent 24%, transparent 78%, rgba(1, 4, 10, 0.28));
}

main,
.site-footer {
  position: relative;
  z-index: 2;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #a8e4ff;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--text);
  transform: translateY(-150%);
}

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

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  min-height: 94px;
  padding: 0 max(5vw, 28px);
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.brand img {
  display: block;
  width: min(250px, 52vw);
  height: 62px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 44px);
}

.site-nav a,
.site-footer nav a {
  color: #c9d6dc;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-footer nav a:hover {
  color: var(--text);
}

.header-download {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 9px;
  color: #071117;
  background: var(--blue);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.header-download:hover {
  background: #70caf4;
  transform: translateY(-1px);
}

.header-download svg,
.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
  min-height: 760px;
  padding: 100px max(7vw, 34px) 116px;
  background: transparent;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 730px;
}

.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(12px);
  pointer-events: none;
}

.hero-glow-blue {
  top: 11%;
  right: 4%;
  width: 42vw;
  height: 42vw;
  background: radial-gradient(circle, rgba(67, 181, 236, 0.13), transparent 68%);
}

.hero-glow-teal {
  bottom: -18%;
  left: -14%;
  width: 44vw;
  height: 44vw;
  background: radial-gradient(circle, rgba(82, 201, 180, 0.09), transparent 70%);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 28px;
  height: 2px;
  background: currentColor;
}

.eyebrow-dark {
  color: #137eaa;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  margin: 0;
  font-size: clamp(52px, 6.3vw, 92px);
  font-weight: 710;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

h1 em {
  color: var(--blue);
  font-style: normal;
}

.hero-lead {
  max-width: 680px;
  margin: 30px 0 36px;
  color: #bdcbd1;
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.52;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.button-primary {
  color: #061015;
  background: var(--blue);
}

.button-primary:hover {
  background: #74cef7;
}

.button-secondary {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.07);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.11);
}

.button-quiet {
  color: #b9c9d0;
  padding-right: 12px;
  padding-left: 12px;
}

.button-quiet:hover {
  color: var(--text);
}

.button-quiet svg {
  fill: currentColor;
  stroke: none;
}

.hero-note {
  margin: 22px 0 0;
  color: var(--text-small-on-dark);
  font-size: 13px;
}

.hero-visual {
  position: relative;
  min-height: 500px;
  perspective: 1200px;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(100, 205, 239, 0.19);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.orbit-one {
  width: 106%;
  height: 72%;
}

.orbit-two {
  width: 76%;
  height: 98%;
  transform: translate(-50%, -50%) rotate(38deg);
}

.remote-card {
  position: absolute;
  border: 1px solid rgba(182, 226, 243, 0.22);
  border-radius: 18px;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.remote-card-main {
  top: 13%;
  right: 1%;
  width: 90%;
  height: 65%;
  background: #132832;
  transform: rotateY(-8deg) rotateX(3deg);
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 42px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #172f3b;
}

.window-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #536c77;
}

.window-bar i:first-child {
  background: var(--amber);
}

.window-bar i:nth-child(2) {
  background: var(--teal);
}

.window-bar span {
  margin-left: auto;
  color: #8199a4;
  font-size: 11px;
}

.window-content {
  display: grid;
  grid-template-columns: 24% 1fr;
  gap: 8%;
  height: calc(100% - 42px);
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(67, 181, 236, 0.11), transparent 52%),
    #0f2028;
}

.window-sidebar {
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.055);
}

.window-lines {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 15px;
}

.window-lines b {
  display: block;
  width: 84%;
  height: 12px;
  border-radius: 8px;
  background: rgba(186, 222, 235, 0.14);
}

.window-lines b:first-child {
  width: 48%;
  height: 30px;
  background: rgba(67, 181, 236, 0.25);
}

.window-lines b:nth-child(3) {
  width: 64%;
}

.connected-pill {
  position: absolute;
  right: 18px;
  bottom: 17px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(82, 201, 180, 0.25);
  border-radius: 30px;
  color: #b7eee3;
  background: rgba(10, 32, 34, 0.86);
  font-size: 11px;
  font-weight: 650;
}

.connected-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 12px var(--teal);
}

.device {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(188, 229, 244, 0.32);
  background: #1b3541;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
}

.device span {
  display: block;
  background: linear-gradient(135deg, rgba(67, 181, 236, 0.35), rgba(82, 201, 180, 0.09));
}

.device-laptop {
  bottom: 1%;
  left: 3%;
  width: 43%;
  height: 29%;
  padding: 8px 8px 18px;
  border-radius: 10px;
  transform: rotate(3deg);
}

.device-laptop::after {
  position: absolute;
  right: -7%;
  bottom: -7px;
  left: -7%;
  height: 8px;
  border-radius: 2px 2px 8px 8px;
  background: #6e8995;
  content: "";
}

.device-laptop span {
  height: 100%;
  border-radius: 5px;
}

.device-phone {
  right: -1%;
  bottom: 4%;
  width: 17%;
  height: 31%;
  padding: 7px;
  border-radius: 15px;
  transform: rotate(-4deg);
}

.device-phone span {
  height: 100%;
  border-radius: 10px;
}

.secure-badge {
  position: absolute;
  z-index: 4;
  top: 2%;
  left: 4%;
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid rgba(82, 201, 180, 0.31);
  border-radius: 22px;
  background: rgba(16, 50, 52, 0.92);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
}

.secure-badge svg {
  width: 32px;
  fill: none;
  stroke: var(--teal);
  stroke-width: 1.6;
  stroke-linejoin: round;
}

.confidence-strip {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 4vw, 64px);
  padding: 24px 4vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.confidence-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b5c5cc;
  font-size: 13px;
  white-space: nowrap;
}

.confidence-strip svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--teal);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.story-section,
.benefits-section {
  padding: 110px max(7vw, 34px);
  color: var(--paper-text);
  background: var(--paper);
}

.section-heading {
  max-width: var(--content-width);
  margin: 0 auto 52px;
}

.section-heading h2,
.privacy-copy h2,
.free-section h2,
.donate-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 690;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.section-heading > p:last-child {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--paper-muted);
  font-size: 19px;
  line-height: 1.6;
}

.section-heading.compact {
  margin-bottom: 48px;
}

.carousel {
  max-width: var(--content-width);
  margin: 0 auto;
}

.carousel-viewport {
  min-height: 500px;
}

.carousel-slide {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: stretch;
  min-height: 500px;
  border-radius: var(--radius-large);
  overflow: hidden;
  box-shadow: 0 30px 65px rgba(23, 49, 59, 0.13);
}

.carousel-slide[hidden] {
  display: none;
}

.carousel-enhanced .carousel-slide:not([hidden]) {
  animation: slide-reveal 430ms ease both;
}

@keyframes slide-reveal {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.slide-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 82px);
  color: var(--text);
}

.slide-copy h3 {
  max-width: 460px;
  margin: 15px 0 22px;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 680;
  letter-spacing: -0.042em;
  line-height: 1.04;
}

.slide-copy p {
  max-width: 500px;
  margin: 0;
  color: rgba(244, 248, 250, 0.77);
  font-size: 18px;
  line-height: 1.58;
}

.slide-number {
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.slide-blue .slide-copy { background: #145f83; }
.slide-teal .slide-copy { background: #176b66; }
.slide-amber .slide-copy { color: #20272b; background: #dda64c; }
.slide-amber .slide-copy p { color: rgba(26, 32, 35, 0.72); }
.slide-amber .slide-number { color: rgba(26, 32, 35, 0.5); }
.slide-violet .slide-copy { background: #56508d; }

.slide-art {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.generated-slide-art {
  background: #081116;
}

.generated-slide-art img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.art-anywhere {
  background:
    linear-gradient(180deg, rgba(211, 240, 249, 0.15), transparent 65%),
    #a7d9e7;
}

.art-sun {
  position: absolute;
  top: 38px;
  right: 48px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #f9cd7b;
  box-shadow: 0 0 0 20px rgba(249, 205, 123, 0.2);
}

.art-desk {
  position: absolute;
  right: 8%;
  bottom: 14%;
  width: 28%;
  height: 35%;
  border: 7px solid #244a59;
  border-radius: 8px;
  background: #eff9fb;
  box-shadow: 0 18px 35px rgba(35, 79, 93, 0.22);
}

.art-desk::before {
  position: absolute;
  right: 28%;
  bottom: -42px;
  width: 44%;
  height: 36px;
  border-bottom: 7px solid #244a59;
  border-left: 7px solid #244a59;
  content: "";
}

.art-desk span {
  position: absolute;
  inset: 10px;
  background: linear-gradient(145deg, #44a8d1, #65c9b5);
}

.art-laptop {
  position: absolute;
  bottom: 14%;
  left: 10%;
  width: 34%;
  height: 27%;
  padding: 7px;
  border: 5px solid #244a59;
  border-radius: 9px;
  background: #eff9fb;
}

.art-laptop::after {
  position: absolute;
  right: -9%;
  bottom: -13px;
  left: -9%;
  height: 9px;
  border-radius: 0 0 8px 8px;
  background: #244a59;
  content: "";
}

.art-laptop i {
  display: block;
  height: 100%;
  background: linear-gradient(145deg, #65c9b5, #4b8fb1);
}

.art-anywhere > svg,
.art-resilient > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(30, 78, 94, 0.66);
  stroke-width: 3;
  stroke-dasharray: 8 9;
}

.art-anywhere > svg circle {
  fill: #f4fbfc;
  stroke: #26748f;
  stroke-width: 4;
}

.art-private {
  background:
    radial-gradient(circle at 50% 48%, rgba(82, 201, 180, 0.28), transparent 33%),
    #b9e3dd;
}

.private-device {
  position: absolute;
  z-index: 2;
  top: 33%;
  width: 26%;
  height: 38%;
  padding: 10px;
  border: 6px solid #205b59;
  border-radius: 13px;
  background: #f0faf8;
  box-shadow: 0 20px 40px rgba(24, 79, 75, 0.18);
}

.private-left { left: 8%; }
.private-right { right: 8%; }

.private-device i {
  display: block;
  height: 76%;
  border-radius: 4px;
  background: linear-gradient(145deg, #59c3b2, #3283a2);
}

.private-device b {
  display: block;
  width: 34%;
  height: 4px;
  margin: 9px auto 0;
  border-radius: 4px;
  background: #6d9d9a;
}

.private-path {
  position: absolute;
  top: 51%;
  right: 27%;
  left: 27%;
  height: 4px;
  background: repeating-linear-gradient(90deg, #2b7771 0 8px, transparent 8px 16px);
}

.private-lock {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 5px solid #2d7d76;
  border-radius: 50%;
  background: #f0faf8;
  box-shadow: 0 18px 38px rgba(27, 92, 86, 0.24);
  transform: translate(-50%, -50%);
}

.private-lock svg {
  width: 42px;
  fill: none;
  stroke: #206962;
  stroke-width: 1.7;
  stroke-linejoin: round;
}

.art-resilient {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 239, 204, 0.36), transparent 40%),
    #f2d69f;
}

.route-device {
  position: absolute;
  z-index: 2;
  top: 37%;
  width: 19%;
  height: 29%;
  padding: 7px;
  border: 5px solid #5b4930;
  border-radius: 11px;
  background: #fff8e9;
  box-shadow: 0 18px 38px rgba(93, 68, 30, 0.17);
}

.route-start { left: 5%; }
.route-end { right: 5%; }

.route-device i {
  display: block;
  height: 100%;
  background: linear-gradient(145deg, #e5aa4a, #7ebeb0);
}

.art-resilient > svg {
  stroke-width: 5;
  stroke-dasharray: none;
}

.route-one { stroke: #248aa9; }
.route-two { stroke: #6c9e60; }
.route-three { stroke: #b16b4c; }

.route-dot {
  position: absolute;
  z-index: 3;
  left: 49%;
  width: 13px;
  height: 13px;
  border: 3px solid #fff8e9;
  border-radius: 50%;
  box-shadow: 0 4px 9px rgba(72, 49, 22, 0.2);
}

.dot-one { top: 25%; background: #248aa9; }
.dot-two { top: 48%; background: #6c9e60; }
.dot-three { top: 70%; background: #b16b4c; }

.art-choice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 48px;
  background:
    radial-gradient(circle at 20% 20%, rgba(155, 145, 232, 0.23), transparent 34%),
    #dedbf4;
}

.choice-card {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  max-width: 190px;
  min-height: 220px;
  padding: 24px;
  border: 2px solid rgba(73, 65, 135, 0.22);
  border-radius: 20px;
  color: #464077;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 38px rgba(71, 62, 130, 0.12);
  font-weight: 750;
  text-align: center;
}

.choice-card svg {
  width: 54px;
  fill: none;
  stroke: #5b529c;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.choice-or {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 50%;
  color: #68608f;
  background: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.carousel-controls {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-top: 26px;
}

.carousel-arrows {
  display: flex;
  gap: 9px;
}

.carousel-arrows button {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid #b9cdd4;
  border-radius: 50%;
  color: #17343f;
  background: transparent;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.carousel-arrows button:hover {
  border-color: #1b819f;
  color: #fff;
  background: #1b819f;
}

.carousel-arrows svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: #9fb5bd;
  cursor: pointer;
  transition: width 200ms ease, background 200ms ease;
}

.carousel-dots button[aria-current="true"] {
  width: 30px;
  background: #177da3;
}

.carousel-status {
  justify-self: end;
  color: #859ba4;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.carousel-status b {
  color: #1b3a45;
}

.privacy-section {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(60px, 8vw, 130px);
  padding: 120px max(7vw, 34px);
  background: transparent;
}

.privacy-copy {
  max-width: 650px;
}

.privacy-copy > p:not(.eyebrow) {
  margin: 25px 0 31px;
  color: #b3c4cb;
  font-size: 19px;
  line-height: 1.64;
}

.privacy-points {
  display: grid;
  gap: 15px;
  margin-bottom: 30px;
}

.privacy-points p {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 13px;
  margin: 0;
  color: #a9bbc3;
  line-height: 1.52;
}

.privacy-points strong {
  color: #e9f2f5;
}

.privacy-points svg {
  width: 21px;
  fill: none;
  stroke: var(--teal);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.text-link {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover {
  color: #8bd9fb;
}

.privacy-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
}

.parcel {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 135px;
  color: #b9d0d8;
  font-size: 12px;
  font-weight: 650;
  text-align: center;
}

.parcel i {
  display: block;
  width: 98px;
  height: 82px;
  border: 2px solid #65cdbb;
  border-radius: 12px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(101, 205, 187, 0.55) 48% 52%, transparent 52%),
    linear-gradient(155deg, #173a3d, #10272e);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.28);
}

.parcel i::after {
  display: block;
  width: 27px;
  height: 32px;
  margin: 23px auto 0;
  border: 2px solid #64cdbb;
  border-radius: 14px 14px 5px 5px;
  content: "";
}

.parcel-courier {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #829ba5;
  font-size: 11px;
  text-transform: uppercase;
}

.parcel-courier svg {
  width: 60px;
  fill: none;
  stroke: #f0bd6f;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.parcel-line {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-evenly;
  min-width: 60px;
  height: 2px;
  background: rgba(101, 205, 187, 0.27);
}

.parcel-line b {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 9px var(--teal);
}

.benefits-section {
  background: linear-gradient(180deg, var(--paper), #e2eff3);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: var(--content-width);
  margin: 0 auto;
}

.benefit-grid article {
  min-height: 360px;
  padding: 36px;
  border: 1px solid rgba(57, 96, 110, 0.13);
  border-radius: var(--radius-medium);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 42px rgba(27, 65, 78, 0.06);
}

.benefit-icon {
  display: flex;
  width: 160px;
  height: 126px;
  margin-bottom: 26px;
  align-items: center;
  justify-content: flex-start;
}

.benefit-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 9px 13px rgba(26, 67, 91, 0.15));
}

.benefit-grid h3 {
  margin: 0 0 15px;
  font-size: 25px;
  letter-spacing: -0.025em;
}

.benefit-grid p {
  margin: 0;
  color: var(--paper-muted);
  font-size: 16px;
  line-height: 1.6;
}

.free-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(55px, 9vw, 150px);
  padding: 110px max(7vw, 34px);
  color: var(--paper-text);
  background: #d3e7ec;
}

.free-section > div:first-child {
  justify-self: end;
  max-width: 560px;
}

.free-copy {
  max-width: 630px;
  padding-top: 32px;
}

.free-copy p {
  margin: 0 0 21px;
  color: #405861;
  font-size: 19px;
  line-height: 1.65;
}

.donate-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
  padding: 115px max(7vw, 34px);
  background: transparent;
}

.donate-copy {
  max-width: 560px;
}

.donate-copy > p:last-child {
  margin: 25px 0 0;
  color: #adc0c8;
  font-size: 18px;
  line-height: 1.62;
}

.donate-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.donate-card {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 94px;
  padding: 16px 17px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.donate-card:hover {
  transform: translateY(-3px);
  border-color: var(--donate-color);
  background: rgba(255, 255, 255, 0.085);
}

.donate-logo {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 14px;
  color: var(--donate-color);
  background: var(--donate-background);
}

.donate-logo svg {
  width: 31px;
  height: 31px;
  stroke: none;
}

/* Brand paths are not optically symmetric. These small landing-only corrections align their
   visible mass with the badge center instead of centering the raw SVG view box. */
.patreon .donate-logo svg { transform: translate(2px, 4px); }
.kofi .donate-logo svg { width: 33px; height: 33px; transform: translate(2px, 2px); }
.boosty .donate-logo svg { transform: translateX(1px); }
.bmac .donate-logo svg { transform: none; }

.donate-logo path { fill: var(--donate-color); }
.kofi .donate-heart { fill: #ff6433; }
.bmac .donate-liquid { fill: #ffdd00; }

.donate-card > span:nth-child(2) {
  min-width: 0;
}

.donate-card strong,
.donate-card small {
  display: block;
}

.donate-card strong {
  margin-bottom: 4px;
  font-size: 15px;
}

.donate-card small {
  color: var(--text-small-on-dark);
  font-size: 12px;
}

.donate-card > b {
  color: #66818c;
  font-size: 18px;
}

.kofi { --donate-color: #000000; --donate-background: #f5f7f9; }
.bmac { --donate-color: #000000; --donate-background: #ffffff; }
.patreon { --donate-color: #000000; --donate-background: #f5f7f9; }
.boosty { --donate-color: #f15f2c; --donate-background: #f5f7f9; }

.final-cta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding: 100px max(7vw, 34px);
  background: transparent;
}

.final-cta > div {
  max-width: 820px;
}

.final-cta p:last-child {
  margin: 22px 0 0;
  color: #aebfc6;
  font-size: 19px;
}

.final-cta > .button {
  flex: 0 0 auto;
}

.responsibility-note {
  padding: 25px max(7vw, 34px);
  border-top: 1px solid var(--line);
  background: transparent;
}

.responsibility-note p {
  max-width: var(--content-width);
  margin: 0 auto;
  color: var(--text-small-on-dark);
  font-size: 12px;
  line-height: 1.55;
}

.responsibility-note strong {
  color: #a9bbc2;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 130px;
  padding: 28px max(5vw, 28px);
  border-top: 1px solid var(--line);
  background: transparent;
}

.footer-brand img {
  display: block;
  width: 190px;
  height: 52px;
  object-fit: contain;
  object-position: left center;
}

.site-footer > p {
  color: var(--text-small-on-dark);
  font-size: 13px;
}

.site-footer nav {
  justify-self: end;
  display: flex;
  gap: 24px;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr 0.85fr;
    gap: 35px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .confidence-strip {
    flex-wrap: wrap;
  }

  .privacy-section {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 50px;
  }

  .donate-section {
    grid-template-columns: 1fr;
  }

  .donate-copy {
    max-width: 720px;
  }
}

@media (max-width: 880px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 76px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    width: min(680px, 100%);
    min-height: 470px;
    margin: 0 auto;
  }

  .carousel-slide {
    grid-template-columns: 1fr;
  }

  .slide-copy {
    min-height: 380px;
  }

  .slide-art {
    min-height: 400px;
  }

  .privacy-section {
    grid-template-columns: 1fr;
  }

  .privacy-visual {
    min-height: 340px;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .benefit-grid article {
    min-height: 0;
  }

  .free-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .free-section > div:first-child {
    justify-self: start;
  }

  .free-copy {
    padding-top: 0;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer > p {
    display: none;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 76px;
    padding: 0 20px;
  }

  .brand img {
    width: min(190px, 47vw);
    height: 50px;
  }

  .header-download {
    min-height: 39px;
    padding: 0 13px;
  }

  .header-download svg {
    display: none;
  }

  .hero,
  .story-section,
  .privacy-section,
  .benefits-section,
  .free-section,
  .donate-section,
  .final-cta {
    padding-right: 22px;
    padding-left: 22px;
  }

  .hero {
    min-height: 0;
    padding-top: 70px;
    padding-bottom: 80px;
  }

  h1 {
    font-size: clamp(44px, 14vw, 65px);
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-actions {
    display: grid;
  }

  .button-quiet {
    min-height: 44px;
  }

  .hero-note {
    line-height: 1.6;
  }

  .hero-visual {
    min-height: 335px;
  }

  .remote-card-main {
    width: 94%;
  }

  .secure-badge {
    width: 57px;
    height: 57px;
    border-radius: 17px;
  }

  .secure-badge svg {
    width: 26px;
  }

  .confidence-strip {
    justify-content: flex-start;
    gap: 14px 25px;
    padding: 22px;
  }

  .confidence-strip span {
    white-space: normal;
  }

  .story-section,
  .benefits-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-heading h2,
  .privacy-copy h2,
  .free-section h2,
  .donate-copy h2,
  .final-cta h2 {
    font-size: clamp(36px, 11vw, 51px);
  }

  .section-heading > p:last-child,
  .privacy-copy > p:not(.eyebrow),
  .free-copy p,
  .donate-copy > p:last-child {
    font-size: 17px;
  }

  .carousel-viewport,
  .carousel-slide {
    min-height: 0;
  }

  .slide-copy {
    min-height: 390px;
    padding: 38px 30px;
  }

  .slide-copy h3 {
    font-size: 39px;
  }

  .slide-copy p {
    font-size: 16px;
  }

  .slide-art {
    min-height: 310px;
  }

  .generated-slide-art {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .art-choice {
    gap: 9px;
    padding: 25px 12px;
  }

  .choice-card {
    min-height: 180px;
    padding: 15px 8px;
    font-size: 13px;
  }

  .choice-card svg {
    width: 41px;
  }

  .choice-or {
    width: 34px;
    height: 34px;
  }

  .carousel-controls {
    grid-template-columns: 1fr auto;
  }

  .carousel-dots {
    display: none;
  }

  .privacy-section {
    padding-top: 85px;
    padding-bottom: 90px;
  }

  .privacy-visual {
    min-height: 260px;
  }

  .parcel {
    width: 100px;
  }

  .parcel i {
    width: 70px;
    height: 62px;
  }

  .parcel i::after {
    width: 20px;
    height: 23px;
    margin-top: 18px;
  }

  .parcel-courier svg {
    width: 43px;
  }

  .parcel-line {
    min-width: 20px;
  }

  .parcel-line b:nth-child(2) {
    display: none;
  }

  .benefit-grid article {
    padding: 30px;
  }

  .benefit-icon {
    width: 140px;
    height: 110px;
    margin-bottom: 22px;
  }

  .free-section,
  .donate-section {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .donate-links {
    grid-template-columns: 1fr;
  }

  .final-cta {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 35px 22px;
  }

  .site-footer nav {
    justify-self: start;
    flex-wrap: wrap;
  }
}

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

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

/*
 * Generated story artwork replaces the earlier code-drawn mockups. Keeping the
 * framing here, after the responsive rules, makes the image proportions stable
 * at every breakpoint and prevents legacy illustration sizes from leaking in.
 */
.hero-visual.hero-illustration {
  min-height: 0;
  margin: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid rgba(182, 226, 243, 0.2);
  border-radius: var(--radius-large);
  background: #050c12;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.38);
  perspective: none;
}

.hero-illustration img,
.story-art img,
.generated-privacy-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.story-flow {
  display: grid;
  gap: clamp(64px, 8vw, 112px);
  max-width: var(--content-width);
  margin: 0 auto;
}

.story-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  min-height: 500px;
  overflow: hidden;
  border-radius: var(--radius-large);
  box-shadow: 0 30px 65px rgba(23, 49, 59, 0.13);
}

/* Text and art alternate visually while retaining a predictable reading order. */
.story-panel:nth-child(even) .slide-copy {
  order: 2;
}

.story-panel:nth-child(even) .story-art {
  order: 1;
}

.story-art {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #081116;
}

.privacy-visual.generated-privacy-art {
  display: block;
  min-height: 0;
  margin: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid rgba(244, 248, 250, 0.12);
  border-radius: var(--radius-large);
  background: #f4f1e8;
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.24);
}

@media (max-width: 880px) {
  .hero-visual.hero-illustration {
    width: min(760px, 100%);
    min-height: 0;
  }

  .story-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .story-panel:nth-child(even) .slide-copy {
    order: 0;
  }

  .story-panel:nth-child(even) .story-art,
  .story-art {
    order: 1;
  }
}

@media (max-width: 620px) {
  .story-flow {
    gap: 46px;
  }

  .story-art {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .privacy-visual.generated-privacy-art {
    min-height: 0;
  }
}
