:root {
  color-scheme: light;
  --bg: #ffffff;
  --ink: #07090f;
  --muted: #5e6575;
  --soft: #f7faff;
  --softer: #fbfdff;
  --line: #e8ecf3;
  --line-strong: #dce4ef;
  --blue: #2387f4;
  --blue-dark: #126ed0;
  --blue-soft: #eaf4ff;
  --orange: #f0693d;
  --violet: #8b5cf6;
  --green: #28b779;
  --shadow-soft: 0 18px 60px rgba(31, 55, 96, 0.08);
  --shadow-card: 0 14px 40px rgba(38, 58, 92, 0.08);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --max: 1880px;
  --page-pad: clamp(18px, 4vw, 84px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

button,
input,
summary {
  font: inherit;
}

button {
  cursor: pointer;
}

.svg-defs {
  display: none;
}

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

.page-shell {
  min-height: 100vh;
  overflow: hidden;
}

.constrained,
.site-header,
.section-pad {
  width: min(var(--max), calc(100% - (var(--page-pad) * 2)));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 88px;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 50%;
  width: 100vw;
  margin-left: -50vw;
  border-bottom: 1px solid var(--line);
  pointer-events: none;
}

.brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 800;
  line-height: 1;
}

.brand-ufo {
  width: 62px;
  height: 42px;
}

.brand-ufo-img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

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

.site-nav {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: clamp(36px, 5vw, 82px);
  color: #252833;
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 650;
}

.site-nav a {
  border-radius: 999px;
  padding: 9px 4px;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--blue);
  outline: none;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(560px, 1.24fr);
  align-items: center;
  gap: clamp(26px, 4vw, 76px);
  min-height: auto;
  padding: clamp(22px, 4vw, 72px) 0 clamp(58px, 6vw, 98px);
}

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

.hero h1 {
  margin: 0;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.04;
  font-weight: 850;
  letter-spacing: 0;
}

.hero h1 span,
.closing-cta h2 span {
  display: block;
  color: var(--blue);
}

.hero-lede {
  max-width: 670px;
  margin: clamp(22px, 2.4vw, 34px) 0 0;
  color: #3f4758;
  font-size: clamp(19px, 1.65vw, 24px);
  line-height: 1.42;
  font-weight: 450;
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: clamp(24px, 2.4vw, 36px) 0 0;
  color: #343b4d;
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.35;
}

.privacy-note svg {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #414857;
  stroke-width: 2;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: clamp(26px, 3vw, 42px);
}

.store-badge-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 7px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 0 rgba(16, 26, 46, 0.03);
}

.hero-store-badge::before,
.hero-store-badge::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-store-badge::before {
  right: 14px;
  top: -9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f5b53c;
  box-shadow:
    -22px 64px 0 -3px rgba(139, 92, 246, 0.75),
    -168px 42px 0 -3px rgba(35, 135, 244, 0.8);
  animation: badge-sparkle 2.8s ease-in-out infinite;
}

.hero-store-badge::after {
  right: -7px;
  top: 30px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow:
    -10px -2px 0 -3px var(--blue),
    -18px -4px 0 -3px rgba(35, 135, 244, 0.58);
  animation: badge-comet 2.8s ease-in-out infinite;
}

.chrome-store-badge {
  display: block;
  width: clamp(208px, 17.5vw, 248px);
  max-width: 100%;
  height: auto;
}

.footer-badge .chrome-store-badge {
  width: 178px;
}

.hero-art {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero-product-video {
  width: min(100%, 1035px);
  aspect-ratio: 1952 / 1062;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-soft);
  object-fit: cover;
}

.video-sound-toggle {
  position: absolute;
  right: clamp(12px, 1.4vw, 22px);
  bottom: clamp(12px, 1.4vw, 22px);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(220, 228, 239, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  padding: 9px 13px;
  font-size: 14px;
  font-weight: 820;
  line-height: 1;
  box-shadow: 0 10px 26px rgba(24, 40, 70, 0.1);
  backdrop-filter: blur(14px);
  transition:
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.video-sound-toggle:hover,
.video-sound-toggle:focus-visible {
  border-color: rgba(35, 135, 244, 0.42);
  color: var(--blue-dark);
  outline: none;
  transform: translateY(-1px);
}

.video-sound-toggle[aria-pressed="true"] {
  background: rgba(234, 244, 255, 0.94);
  color: var(--blue-dark);
}

.video-sound-toggle svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.floating-ufo {
  position: absolute;
  z-index: 3;
  width: clamp(84px, 8vw, 130px);
  filter: drop-shadow(0 18px 26px rgba(41, 113, 225, 0.12));
}

.floating-ufo svg,
.panel-ufo,
.beam-ufo,
.bottom-ufo {
  width: 100%;
  height: auto;
  overflow: visible;
}

.hero-ufo {
  left: clamp(-94px, -8vw, -54px);
  top: clamp(54px, 8vw, 118px);
}

.product-window {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.large-window {
  grid-template-columns: 185px minmax(340px, 1fr) 300px;
  min-height: 760px;
}

.x-sidebar {
  padding: 24px 20px 22px;
  border-right: 1px solid var(--line);
  background: #fff;
}

.x-logo {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
}

.x-sidebar ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.x-sidebar li {
  position: relative;
  min-height: 37px;
  padding: 10px 10px 10px 36px;
  border-radius: 999px;
  color: #151923;
  font-size: 14px;
  font-weight: 590;
}

.x-sidebar li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid #1d2533;
  border-radius: 50%;
  transform: translateY(-50%);
}

.x-sidebar li.active {
  color: #11151d;
  font-weight: 800;
}

.x-sidebar li.active::before {
  border-color: transparent;
  background: var(--orange);
  box-shadow:
    5px 4px 0 -2px #ffb14f,
    -4px -2px 0 -2px #f04c4c;
}

.post-button {
  width: 100%;
  margin-top: 20px;
  border: 0;
  border-radius: 999px;
  background: #070b15;
  color: #fff;
  padding: 13px 18px;
  font-size: 15px;
  font-weight: 800;
}

.mini-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 140px;
  color: #202633;
  font-size: 12px;
  font-weight: 750;
}

.x-feed {
  min-width: 0;
  padding: 24px 24px 30px;
}

.feed-heading {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 20px;
  font-size: 17px;
}

.back-arrow {
  color: #2b3342;
  font-size: 24px;
  line-height: 1;
}

.search-bar {
  display: flex;
  align-items: center;
  height: 44px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fbfcff;
  color: #9aa3b2;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 550;
}

.search-bar::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border: 2px solid #a6afbf;
  border-radius: 50%;
  box-shadow: 5px 5px 0 -4px #a6afbf;
}

.folder-tabs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.folder-tabs::-webkit-scrollbar {
  display: none;
}

.folder-tab {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #1f2736;
  padding: 9px 15px;
  font-size: 12px;
  font-weight: 760;
  white-space: nowrap;
}

.folder-tab.selected {
  border-color: #b9dcff;
  background: var(--blue-soft);
  color: var(--blue-dark);
}

.x-feed h2 {
  margin: 13px 0 9px;
  font-size: 20px;
}

.tweet {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

.tweet h3 {
  margin: 0 0 7px;
  font-size: 14px;
}

.tweet h3 span {
  color: #858e9f;
  font-weight: 600;
}

.tweet p {
  margin: 5px 0;
  color: #141a25;
  font-size: 13px;
  line-height: 1.45;
}

.tweet .tweet-muted {
  color: #303848;
}

.tweet-actions {
  margin-top: 11px;
  color: #7c8797;
  font-size: 12px;
}

.embed-preview {
  display: grid;
  align-content: start;
  min-height: 130px;
  margin-top: 13px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(16, 19, 44, 0.96), rgba(10, 15, 31, 0.86)),
    radial-gradient(circle at 18% 20%, rgba(50, 117, 255, 0.45), transparent 34%);
  color: #fff;
  padding: 28px;
  font-size: 22px;
  font-weight: 750;
}

.right-rail {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 44px 24px 30px 0;
}

.rail-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  padding: 22px;
}

.rail-card h3 {
  margin: 0 0 16px;
  font-size: 16px;
}

.rail-card a {
  display: inline-block;
  margin-top: 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 680;
}

.follow-row {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;
  margin: 13px 0;
  font-size: 12px;
}

.follow-row button {
  border: 0;
  border-radius: 999px;
  background: #080c15;
  color: #fff;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 800;
}

.trends p {
  margin: 14px 0;
  color: #717b8f;
  font-size: 12px;
  line-height: 1.45;
}

.trends b {
  color: #111722;
}

.avatar {
  display: block;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 34%, #ffe0c8 0 18%, transparent 19%),
    radial-gradient(circle at 50% 58%, #141823 0 31%, transparent 32%),
    linear-gradient(135deg, #fca5a5, #1d4ed8);
}

.avatar-small {
  width: 34px;
  height: 34px;
}

.avatar-lena,
.avatar-noah,
.avatar-vector,
.avatar-zara {
  width: 48px;
  height: 48px;
}

.avatar-noah {
  background:
    radial-gradient(circle at 42% 34%, #e9b98b 0 18%, transparent 19%),
    radial-gradient(circle at 50% 58%, #222 0 31%, transparent 32%),
    linear-gradient(135deg, #34d399, #2563eb);
}

.avatar-vector {
  background:
    radial-gradient(circle at 42% 34%, #dfb487 0 18%, transparent 19%),
    radial-gradient(circle at 50% 58%, #19202b 0 31%, transparent 32%),
    linear-gradient(135deg, #14b8a6, #0f172a);
}

.avatar-zara {
  background:
    radial-gradient(circle at 42% 34%, #ffd9c1 0 18%, transparent 19%),
    radial-gradient(circle at 50% 58%, #1a1e2a 0 31%, transparent 32%),
    linear-gradient(135deg, #f87171, #60a5fa);
}

.gold {
  background:
    radial-gradient(circle at 42% 34%, #ffe0b9 0 18%, transparent 19%),
    radial-gradient(circle at 50% 58%, #1f2937 0 31%, transparent 32%),
    linear-gradient(135deg, #f59e0b, #22c55e);
}

.pink {
  background:
    radial-gradient(circle at 42% 34%, #ffd2d2 0 18%, transparent 19%),
    radial-gradient(circle at 50% 58%, #1f1725 0 31%, transparent 32%),
    linear-gradient(135deg, #ec4899, #6366f1);
}

.clouds {
  position: absolute;
  inset: auto 50% 0;
  width: 100vw;
  height: 150px;
  margin-left: -50vw;
  pointer-events: none;
  background:
    radial-gradient(circle at 3% 115%, #edf6ff 0 100px, transparent 101px),
    radial-gradient(circle at 12% 118%, #edf6ff 0 86px, transparent 87px),
    radial-gradient(circle at 28% 126%, #edf6ff 0 112px, transparent 113px),
    radial-gradient(circle at 38% 116%, #edf6ff 0 78px, transparent 79px),
    radial-gradient(circle at 92% 120%, #edf6ff 0 90px, transparent 91px),
    linear-gradient(180deg, transparent 0 45%, #f4faff 100%);
  opacity: 0.86;
}

.ufo-ring,
.ufo-body,
.ufo-dome {
  fill: #fff;
  stroke: #111827;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.ufo-dome {
  fill: #fbfdff;
}

.ufo-beam {
  fill: rgba(45, 140, 255, 0.18);
}

.ufo-spark {
  fill: none;
  stroke: #f59e0b;
  stroke-linecap: round;
  stroke-width: 3;
}

.brand-ufo .ufo-beam,
.panel-ufo .ufo-beam,
.beam-ufo .ufo-beam,
.bottom-ufo .ufo-beam {
  fill: rgba(35, 135, 244, 0.14);
}

.why-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(480px, 1.12fr) minmax(390px, 0.88fr);
  gap: clamp(34px, 4.6vw, 84px);
  align-items: center;
  min-height: 250px;
  margin-top: -48px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 4px 28px rgba(34, 51, 88, 0.04);
  padding: clamp(28px, 4.2vw, 56px);
}

.why-copy {
  max-width: 820px;
}

.abduction-loop {
  position: relative;
  align-self: center;
  overflow: hidden;
  isolation: isolate;
}

.why-art-loop {
  min-height: 250px;
  max-width: 760px;
}

.ufo-loop-base {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  mix-blend-mode: multiply;
}

.loop-book {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(44px, 4.6vw, 70px);
  height: clamp(50px, 5.2vw, 78px);
  border: 1px solid #dbe6f4;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 34px rgba(39, 92, 162, 0.13);
  opacity: 0;
  animation: bookmark-suction 3.7s cubic-bezier(0.58, 0, 0.2, 1) infinite;
}

.loop-book svg {
  width: 54%;
  height: 54%;
  fill: none;
  stroke: var(--blue);
  stroke-width: 2.2;
}

.loop-book-one {
  --start-x: 16%;
  --start-y: 78%;
  --mid-x: 30%;
  --mid-y: 66%;
  --end-x: 50%;
  --end-y: 44%;
  left: var(--start-x);
  top: var(--start-y);
  transform: translate(-50%, -50%) rotate(-8deg);
}

.loop-book-two {
  --start-x: 42%;
  --start-y: 86%;
  --mid-x: 45%;
  --mid-y: 69%;
  --end-x: 51%;
  --end-y: 44%;
  left: var(--start-x);
  top: var(--start-y);
  animation-delay: 0.9s;
}

.loop-book-two svg {
  stroke: #e94d78;
}

.loop-book-three {
  --start-x: 68%;
  --start-y: 78%;
  --mid-x: 62%;
  --mid-y: 66%;
  --end-x: 51%;
  --end-y: 44%;
  left: var(--start-x);
  top: var(--start-y);
  animation-delay: 1.8s;
  transform: translate(-50%, -50%) rotate(9deg);
}

.loop-book-three svg {
  stroke: #f2b319;
}

.loop-book-four {
  --start-x: 84%;
  --start-y: 86%;
  --mid-x: 68%;
  --mid-y: 70%;
  --end-x: 51%;
  --end-y: 44%;
  left: var(--start-x);
  top: var(--start-y);
  animation-delay: 2.7s;
}

.loop-book-four svg {
  stroke: #8b5cf6;
}

.section-label {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: clamp(16px, 1.4vw, 21px);
  font-weight: 800;
}

.why-panel h2,
.privacy-intro h2,
.manage-copy h2,
.faq-section h2 {
  margin: 0;
  font-size: clamp(30px, 3.3vw, 50px);
  line-height: 1.12;
  font-weight: 840;
}

.manage-copy p,
.faq-section > div > p {
  color: #303848;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.55;
}

.why-proof {
  display: inline-flex;
  align-items: center;
  max-width: 440px;
  margin: 18px 0 0;
  border: 1px solid #bfe2ff;
  border-radius: 999px;
  background: rgba(234, 244, 255, 0.82);
  color: var(--blue-dark);
  padding: 9px 14px;
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 840;
  line-height: 1.2;
}

.why-body {
  max-width: 690px;
  margin: clamp(24px, 2.4vw, 34px) 0 0;
  color: #242b39;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.24;
  font-weight: 630;
}

.why-body span {
  display: block;
  margin-bottom: 4px;
  color: #111722;
  font-weight: 850;
}

.why-highlight {
  max-width: 690px;
  margin: clamp(16px, 1.7vw, 24px) 0 0;
  border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: linear-gradient(90deg, rgba(234, 244, 255, 0.92), rgba(255, 255, 255, 0));
  color: #303848;
  padding: 13px 18px;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.45;
  font-weight: 570;
}

.why-panel strong {
  color: #080b12;
  font-weight: 850;
}

.abduction-scene {
  position: relative;
  min-height: 210px;
}

.panel-ufo {
  position: absolute;
  top: 0;
  left: 44%;
  width: 170px;
  transform: translateX(-50%);
}

.abduction-scene::before,
.manage-copy::after {
  content: "";
  position: absolute;
  left: 41%;
  top: 72px;
  width: 230px;
  height: 170px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 50% 10%, rgba(255, 141, 183, 0.48), transparent 40%),
    radial-gradient(ellipse at 33% 38%, rgba(54, 150, 255, 0.28), transparent 54%),
    radial-gradient(ellipse at 66% 42%, rgba(255, 211, 83, 0.34), transparent 55%),
    linear-gradient(180deg, rgba(83, 163, 255, 0.2), transparent 86%);
  clip-path: polygon(39% 0, 61% 0, 100% 100%, 0 100%);
  opacity: 0.9;
}

.book-card {
  position: absolute;
  display: grid;
  place-items: center;
  width: 64px;
  height: 70px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 34px rgba(42, 92, 160, 0.13);
}

.book-card svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 2.2;
}

.book-card.one {
  left: 19%;
  top: 122px;
  transform: rotate(-8deg);
}

.book-card.two {
  left: 41%;
  top: 132px;
  transform: rotate(4deg);
}

.book-card.two svg {
  stroke: #e84f70;
}

.book-card.three {
  left: 62%;
  top: 110px;
  transform: rotate(8deg);
}

.book-card.three svg {
  stroke: #e9b52d;
}

.book-card.four {
  left: 75%;
  top: 154px;
  transform: rotate(-5deg);
}

.book-card.four svg {
  stroke: #8b5cf6;
}

.steps-section {
  padding-top: clamp(42px, 6vw, 78px);
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 26px;
  text-align: center;
}

.section-heading span {
  color: var(--blue);
  font-size: 32px;
  font-weight: 900;
  opacity: 0.75;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 850;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3vw, 36px);
}

.step-card,
.privacy-grid,
.manage-section,
.faq-section {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.step-card {
  min-width: 0;
  padding: clamp(24px, 3vw, 40px);
  box-shadow: 0 3px 22px rgba(32, 48, 82, 0.04);
}

.step-img {
  max-width: min(100%, 610px);
  margin-inline: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.step-title {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: start;
  gap: 14px;
  margin-bottom: 24px;
}

.step-title > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 20px;
  font-weight: 850;
}

.step-title h3 {
  margin: 0;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.1;
}

.step-title p {
  margin: 5px 0 0;
  color: #596273;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 560;
}

.post-mock,
.modal-mock,
.beam-preview,
.extension-card,
.settings-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-card);
}

.post-mock {
  padding: 24px;
}

.post-top {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 14px;
}

.post-top b {
  display: block;
  font-size: 15px;
}

.post-top small {
  color: #6c7483;
}

.icon-dot {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 33% 50%, #7c8797 0 2px, transparent 3px),
    radial-gradient(circle at 50% 50%, #7c8797 0 2px, transparent 3px),
    radial-gradient(circle at 67% 50%, #7c8797 0 2px, transparent 3px);
}

.post-mock p {
  color: #171d29;
  font-size: 15px;
  line-height: 1.55;
}

.post-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
}

.post-bottom small {
  color: #4b5567;
}

.post-bottom button,
.dark-button {
  border: 0;
  border-radius: 8px;
  background: #080d19;
  color: #fff;
  padding: 13px 18px;
  font-weight: 800;
}

.modal-mock {
  padding: 22px;
}

.modal-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.modal-head h4 {
  margin: 0;
  font-size: 24px;
}

.modal-head small {
  color: #697284;
  font-weight: 560;
}

.modal-head button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #1d2431;
  font-weight: 800;
}

.folder-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  margin: 10px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #151b26;
  padding: 0 16px;
  font-weight: 760;
}

.folder-choice small {
  color: #7c8797;
  font-weight: 680;
}

.folder-choice.selected {
  border-color: #a8d5ff;
  background: #f0f8ff;
}

.modal-mock a {
  display: inline-block;
  margin-top: 8px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 730;
}

.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 26px;
}

.modal-actions button:first-child {
  border: 0;
  background: #fff;
  color: #252d3b;
  padding: 12px 16px;
  font-weight: 780;
}

.beam-preview {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  padding: 32px;
}

.tweet-light-preview {
  display: grid;
  align-content: start;
  gap: 20px;
}

.nav-saucer-source {
  position: relative;
  z-index: 3;
  display: inline-grid;
  grid-template-columns: 34px auto;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  border: 1px solid #dbe6f4;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  padding: 8px 16px 8px 10px;
  color: #121720;
  font-size: 14px;
  font-weight: 820;
  box-shadow: 0 10px 24px rgba(35, 73, 120, 0.06);
}

.saucer-anchor {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
}

.nav-saucer-source img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.beam-ray {
  position: absolute;
  left: calc(50% - 54px);
  top: 82px;
  z-index: 4;
  width: min(290px, 82%);
  height: 132px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 50% 10%, rgba(255, 130, 177, 0.24), transparent 44%),
    radial-gradient(ellipse at 37% 48%, rgba(66, 146, 255, 0.2), transparent 56%),
    radial-gradient(ellipse at 65% 48%, rgba(255, 211, 83, 0.22), transparent 58%),
    linear-gradient(180deg, rgba(82, 160, 255, 0.2), rgba(82, 160, 255, 0.03));
  clip-path: polygon(47% 0, 53% 0, 86% 100%, 14% 100%);
  opacity: 0.38;
  filter: blur(1px);
  mix-blend-mode: multiply;
  animation: tweet-beam-pulse 2.4s ease-in-out infinite;
  pointer-events: none;
}

.mini-post {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  max-width: 430px;
  margin-inline: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  padding: 15px;
  box-shadow: 0 8px 25px rgba(36, 50, 86, 0.05);
  animation: tweet-card-lit 2.4s ease-in-out infinite;
}

.mini-post .avatar {
  width: 46px;
  height: 46px;
}

.mini-post-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px;
  min-width: 0;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.25;
}

.mini-post-head b {
  color: #0f1419;
  font-weight: 820;
}

.mini-post-head span {
  color: #6b7280;
  font-weight: 560;
}

.mini-post p {
  margin: 0;
  color: #0f1419;
  font-size: 13px;
  line-height: 1.42;
}

.mini-post-actions {
  display: flex;
  justify-content: space-between;
  max-width: 230px;
  margin: 12px 0 0;
  color: #778291;
  font-size: 14px;
  line-height: 1;
}

.mini-post-actions span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 20px;
}

.mini-post-actions svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.filed-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  max-width: 100%;
  margin-top: 12px;
  border-radius: 999px;
  background: #eaf4ff;
  color: var(--blue-dark);
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 820;
  opacity: 0.62;
  transform: translateY(1px);
  animation: filed-pill-appear 2.4s ease-in-out infinite;
}

.filed-pill::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(35, 135, 244, 0.14);
}

.compact-window {
  grid-template-columns: 150px minmax(380px, 1fr) 260px;
  min-height: 360px;
  box-shadow: none;
}

.x-sidebar.compact {
  padding: 22px 16px;
}

.x-sidebar.compact li {
  font-size: 12px;
  min-height: 31px;
  padding-left: 32px;
}

.compact-window .x-feed {
  padding: 20px;
}

.compact-window .tweet {
  grid-template-columns: 40px 1fr;
}

.compact-window .avatar-lena {
  width: 40px;
  height: 40px;
}

.compact-rail {
  padding: 54px 18px 18px 0;
}

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  margin-top: 26px;
}

.privacy-intro {
  grid-column: 1 / -1;
  padding: clamp(28px, 3.2vw, 44px) clamp(24px, 3vw, 38px) clamp(18px, 2vw, 26px);
  text-align: center;
}

.privacy-grid article {
  min-height: 150px;
  padding: clamp(24px, 3vw, 38px);
}

.privacy-grid article {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--line);
}

.privacy-grid article + article {
  border-left: 1px solid var(--line);
}

.privacy-grid h3 {
  margin: 0 0 7px;
  font-size: clamp(18px, 1.4vw, 23px);
}

.privacy-grid p {
  margin: 0;
  color: #4b5567;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.4;
}

.privacy-icon {
  display: grid;
  place-items: center;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.privacy-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.privacy-icon.green {
  background: #e8f9ef;
  color: #19a86b;
}

.privacy-icon.blue {
  background: #eaf4ff;
  color: #2e83dc;
}

.privacy-icon.violet {
  background: #f4ebff;
  color: #8b5cf6;
}

.manage-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
  align-items: stretch;
  margin-top: 26px;
  overflow: hidden;
}

.manage-section > * {
  min-height: 300px;
  padding: clamp(24px, 3vw, 38px);
  border-left: 1px solid var(--line);
}

.manage-section > *:first-child {
  border-left: 0;
}

.manage-copy {
  position: relative;
}

.manage-copy h2,
.manage-copy p {
  position: relative;
  z-index: 2;
}

.manage-copy::after {
  display: none;
}

.pin-toolbar-demo {
  position: relative;
  z-index: 2;
  width: min(100%, 360px);
  margin-top: clamp(22px, 2.8vw, 34px);
}

.chrome-bar {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 9px 13px;
  box-shadow: 0 12px 28px rgba(34, 51, 88, 0.06);
}

.toolbar-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d7deea;
}

.puzzle-icon,
.pin-icon {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  margin-left: auto;
  color: #3c4658;
}

.puzzle-icon::before {
  content: "";
  position: absolute;
  inset: 6px 5px 5px;
  border: 2px solid currentColor;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% -2px, #fff 0 5px, transparent 6px),
    radial-gradient(circle at 100% 52%, #fff 0 5px, transparent 6px);
}

.toolbar-ufo {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-left: 2px;
  border: 1px solid #bfe2ff;
  border-radius: 50%;
  background: #f2f9ff;
  box-shadow: 0 0 0 4px rgba(35, 135, 244, 0.08);
}

.toolbar-ufo img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.pin-icon {
  margin-left: 0;
  color: var(--blue);
}

.pin-icon::before,
.pin-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: currentColor;
}

.pin-icon::before {
  top: 5px;
  width: 14px;
  height: 10px;
  border-radius: 4px 4px 2px 2px;
}

.pin-icon::after {
  top: 14px;
  width: 3px;
  height: 12px;
  border-radius: 999px;
}

.extension-popover {
  position: relative;
  width: min(82%, 230px);
  margin: 10px 24px 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.97);
  padding: 13px 16px;
  color: #202838;
  box-shadow: 0 16px 34px rgba(34, 51, 88, 0.08);
}

.extension-popover::before {
  content: "";
  position: absolute;
  right: 30px;
  top: -7px;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: #fff;
  transform: rotate(45deg);
}

.extension-popover b,
.extension-popover span {
  display: block;
}

.extension-popover b {
  font-size: 15px;
}

.extension-popover span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.bottom-ufo {
  position: absolute;
  left: 60px;
  bottom: 36px;
  z-index: 2;
  width: 98px;
}

.manage-panels-img {
  align-self: stretch;
  width: min(100%, 1450px);
  min-height: 0;
  object-fit: contain;
  object-position: center;
  padding: 0 !important;
  border-radius: 0;
  background: #fff;
}

.callout-panel {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.callout-panel p {
  margin: 0;
  font-size: clamp(18px, 1.4vw, 23px);
  font-weight: 850;
  line-height: 1.18;
}

.curvy-arrow {
  position: relative;
  display: block;
  width: 90px;
  height: 52px;
  margin-top: 18px;
  border-bottom: 3px solid var(--blue);
  border-radius: 0 0 70px 70px;
  transform: rotate(12deg);
}

.curvy-arrow::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue);
  transform: translate(74px, 42px) rotate(-38deg);
}

.right-arrow {
  transform: scaleX(-1) rotate(12deg);
}

.extension-card,
.settings-card {
  align-self: center;
  min-height: 0;
  padding: 22px;
}

.extension-head,
.settings-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.extension-head svg,
.settings-head svg {
  width: 48px;
  height: 32px;
}

.extension-head h3,
.settings-head h3 {
  margin: 0;
  font-size: 24px;
}

.extension-head p,
.settings-head p {
  margin: 2px 0 0;
  color: #697284;
  font-size: 12px;
  font-weight: 650;
}

.status-pill {
  margin-left: auto;
  border-radius: 999px;
  background: #e9fbf1;
  color: #19a86b;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 850;
}

.extension-stats {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 20px 0 15px;
  color: #657083;
  font-size: 13px;
  font-weight: 700;
}

.extension-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 18px;
}

.extension-actions button,
.settings-row button {
  border: 0;
  border-radius: 8px;
  background: #080d19;
  color: #fff;
  padding: 12px;
  font-size: 13px;
  font-weight: 800;
}

.extension-actions button + button {
  border: 1px solid var(--line);
  background: #fff;
  color: #1d2635;
}

.toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  color: #222b3a;
  font-size: 14px;
  font-weight: 760;
  border-top: 1px solid var(--line);
}

.toggle-row input {
  appearance: none;
  width: 54px;
  height: 30px;
  border-radius: 999px;
  background: #111827;
  position: relative;
}

.toggle-row input::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
}

.toggle-row input:checked {
  background: var(--blue);
}

.settings-card {
  min-width: 0;
}

.settings-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.settings-row:first-of-type {
  margin-top: 18px;
}

.settings-row b,
.settings-row small {
  display: block;
}

.settings-row b {
  font-size: 14px;
}

.settings-row small {
  margin-top: 4px;
  color: #798395;
  font-size: 12px;
}

.switch {
  position: relative;
  width: 44px;
  height: 24px;
  border-radius: 999px;
  background: #dce2eb;
}

.switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(30, 41, 59, 0.2);
}

.switch.on {
  background: var(--blue);
}

.switch.on::after {
  left: 23px;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.5fr) minmax(500px, 1fr);
  gap: clamp(24px, 4vw, 70px);
  margin-top: 26px;
  padding: clamp(28px, 4vw, 50px);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  padding: 16px 18px;
}

.faq-list summary {
  cursor: pointer;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
}

.faq-list p {
  margin: 12px 0 0;
  color: #526071;
  line-height: 1.55;
}

.closing-cta {
  position: relative;
  padding: clamp(40px, 5vw, 64px) var(--page-pad) 0;
  text-align: center;
}

.closing-cta h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(28px, 3.1vw, 48px);
  line-height: 1.12;
  font-weight: 850;
}

.heart-doodle {
  display: block;
  position: relative;
  z-index: 1;
  width: 94px;
  height: 36px;
  margin: 4px auto 12px;
  overflow: visible;
  fill: none;
  stroke: #f15d4b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
  transform: rotate(3deg);
}

.footer-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.footer-clouds {
  top: auto;
  bottom: 0;
  height: 190px;
  transform: scaleX(-1);
}

.site-footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 24px;
  width: min(var(--max), 100%);
  margin: 34px auto 0;
  padding: 24px 0 30px;
  color: #596273;
  font-size: clamp(14px, 1vw, 16px);
}

.site-footer p {
  margin: 0;
}

.site-footer p:last-child {
  justify-self: end;
}

.site-footer a {
  color: var(--blue);
  font-weight: 800;
}

@keyframes bookmark-suction {
  0% {
    opacity: 0;
    left: var(--start-x);
    top: var(--start-y);
    transform: translate(-50%, -50%) scale(0.88) rotate(-9deg);
  }
  14% {
    opacity: 1;
  }
  48% {
    opacity: 1;
    left: var(--mid-x);
    top: var(--mid-y);
    transform: translate(-50%, -50%) scale(1) rotate(5deg);
  }
  82% {
    opacity: 0.82;
    left: var(--end-x);
    top: var(--end-y);
    transform: translate(-50%, -50%) scale(0.38) rotate(16deg);
  }
  100% {
    opacity: 0;
    left: var(--end-x);
    top: var(--end-y);
    transform: translate(-50%, -50%) scale(0.18) rotate(20deg);
  }
}

@keyframes tweet-beam-pulse {
  0%,
  100% {
    opacity: 0.34;
    transform: translateX(calc(-50% - 12px)) scaleY(0.92);
  }
  45% {
    opacity: 0.72;
    transform: translateX(-50%) scaleY(1.05);
  }
  70% {
    opacity: 0.52;
    transform: translateX(calc(-50% + 12px)) scaleY(0.98);
  }
}

@keyframes tweet-card-lit {
  0%,
  100% {
    box-shadow: 0 8px 25px rgba(36, 50, 86, 0.05);
  }
  45% {
    box-shadow:
      0 8px 25px rgba(36, 50, 86, 0.05),
      0 0 0 4px rgba(35, 135, 244, 0.08),
      0 18px 42px rgba(35, 135, 244, 0.13);
  }
}

@keyframes filed-pill-appear {
  0%,
  34% {
    opacity: 0.58;
    transform: translateY(2px);
  }
  46%,
  78% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0.62;
    transform: translateY(1px);
  }
}

@keyframes badge-comet {
  0%,
  100% {
    opacity: 0.45;
    transform: translate(0, 0) scale(0.8);
  }
  42% {
    opacity: 1;
    transform: translate(-13px, 7px) scale(1.06);
  }
}

@keyframes badge-sparkle {
  0%,
  100% {
    opacity: 0.55;
    transform: translateY(0) scale(0.9);
  }
  50% {
    opacity: 1;
    transform: translateY(5px) scale(1.08);
  }
}

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

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

@media (max-width: 1380px) {
  .hero {
    grid-template-columns: minmax(430px, 0.95fr) minmax(480px, 1.05fr);
    align-items: start;
    gap: clamp(26px, 3vw, 48px);
    padding-top: clamp(24px, 4vw, 58px);
    padding-bottom: 42px;
  }

  .hero h1 {
    font-size: clamp(38px, 4vw, 56px);
  }

  .hero-lede {
    margin-top: 20px;
    font-size: clamp(18px, 1.7vw, 22px);
  }

  .privacy-note {
    margin-top: 20px;
    font-size: clamp(16px, 1.45vw, 19px);
  }

  .hero-actions {
    margin-top: 22px;
  }

  .store-badge-link {
    min-height: 66px;
  }

  .large-window {
    grid-template-columns: 145px minmax(330px, 1fr);
    height: 520px;
    min-height: 0;
  }

  .large-window > .right-rail {
    display: none;
  }

  .x-feed {
    padding: 20px 22px 24px;
  }

  .x-sidebar li {
    font-size: 12px;
    padding-left: 32px;
  }

  .manage-section {
    grid-template-columns: minmax(230px, 0.42fr) minmax(0, 1fr);
  }

  .manage-section .callout-panel {
    display: none;
  }
}

@media (max-width: 1120px) {
  :root {
    --page-pad: clamp(16px, 3vw, 38px);
  }

  .site-header {
    min-height: 76px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 54px;
  }

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

  .hero-ufo {
    left: auto;
    right: 16px;
    top: -42px;
  }

  .large-window {
    grid-template-columns: 155px minmax(420px, 1fr) 250px;
    min-height: 610px;
  }

  .why-panel {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .abduction-scene {
    grid-column: 1 / -1;
  }

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

  .step-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.4fr) minmax(420px, 1fr);
    gap: 22px;
    align-items: start;
  }

  .step-title {
    margin-bottom: 0;
  }

  .compact-window {
    min-height: 350px;
  }

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

  .privacy-grid article:nth-child(2) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .privacy-grid article:nth-child(3),
  .privacy-grid article:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .privacy-grid article:nth-child(4) {
    border-left: 0;
  }

  .privacy-intro {
    grid-column: 1 / -1;
  }

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

  .manage-copy {
    min-height: 250px;
  }

  .manage-panels-img {
    border-left: 1px solid var(--line);
  }
}

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

  .nav-toggle {
    position: relative;
    z-index: 30;
    display: grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    padding: 11px;
  }

  .nav-toggle span:not(.sr-only) {
    display: block;
    height: 2px;
    border-radius: 999px;
    background: #111827;
  }

  .site-nav {
    position: fixed;
    inset: 76px var(--page-pad) auto;
    display: none;
    flex-direction: column;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-card);
    padding: 14px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 14px;
  }

  .brand {
    font-size: 25px;
    gap: 10px;
  }

  .brand-ufo {
    width: 48px;
    height: 34px;
  }

  .brand-ufo-img {
    width: 40px;
    height: 40px;
  }

  .hero {
    padding-top: 38px;
    padding-bottom: 70px;
  }

  .privacy-note {
    align-items: flex-start;
  }

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

  .store-badge-link {
    justify-content: center;
  }

  .large-window,
  .compact-window {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .x-sidebar,
  .right-rail,
  .compact-rail {
    display: none;
  }

  .x-feed {
    padding: 18px;
  }

  .tweet-card {
    display: none;
  }

  .why-panel {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .why-art-loop {
    min-height: 220px;
    width: min(100%, 520px);
    justify-self: center;
  }

  .why-art-loop .loop-book {
    width: 50px;
    height: 58px;
  }

  .why-art-loop .loop-book-one {
    --start-x: 20%;
    --start-y: 78%;
    --mid-x: 34%;
    --mid-y: 68%;
    --end-y: 46%;
  }

  .why-art-loop .loop-book-two {
    --start-x: 42%;
    --start-y: 84%;
    --mid-x: 45%;
    --mid-y: 70%;
    --end-y: 46%;
  }

  .why-art-loop .loop-book-three {
    --start-x: 66%;
    --start-y: 78%;
    --mid-x: 60%;
    --mid-y: 68%;
    --end-y: 46%;
  }

  .why-art-loop .loop-book-four {
    --start-x: 78%;
    --start-y: 84%;
    --mid-x: 65%;
    --mid-y: 70%;
    --end-y: 46%;
  }

  .abduction-scene {
    min-height: 190px;
  }

  .panel-ufo {
    left: 50%;
    width: 132px;
  }

  .abduction-scene::before {
    left: 50%;
    width: 180px;
    height: 140px;
  }

  .book-card.one {
    left: 15%;
  }

  .book-card.four {
    left: 72%;
  }

  .section-heading {
    margin-top: 16px;
  }

  .step-card {
    display: block;
    padding: 22px;
  }

  .step-title {
    margin-bottom: 20px;
  }

  .post-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .post-bottom button {
    width: 100%;
  }

  .privacy-grid,
  .manage-section,
  .faq-section {
    border-radius: var(--radius-sm);
  }

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

  .privacy-grid article,
  .privacy-grid article:nth-child(3),
  .privacy-grid article:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .privacy-grid article {
    align-items: flex-start;
  }

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

  .manage-section > * {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .manage-section > *:first-child {
    border-top: 0;
  }

  .manage-copy {
    min-height: 230px;
  }

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

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .site-footer p:last-child {
    justify-self: center;
  }
}

@media (max-width: 520px) {
  .constrained,
  .site-header,
  .section-pad {
    width: min(var(--max), calc(100% - 28px));
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

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

  .privacy-note {
    font-size: 16px;
  }

  .store-badge-link {
    min-height: 64px;
  }

  .chrome-store-badge {
    width: min(248px, 100%);
  }

  .hero-ufo {
    width: 78px;
    right: 0;
    top: -30px;
  }

  .tweet {
    grid-template-columns: 40px 1fr;
  }

  .tweet .avatar {
    width: 40px;
    height: 40px;
  }

  .folder-tab {
    font-size: 11px;
    padding: 8px 12px;
  }

  .why-panel h2,
  .privacy-intro h2,
  .manage-copy h2,
  .faq-section h2 {
    font-size: 29px;
  }

  .book-card {
    width: 52px;
    height: 58px;
  }

  .book-card svg {
    width: 29px;
    height: 29px;
  }

  .modal-head h4 {
    font-size: 20px;
  }

  .beam-preview {
    min-height: 240px;
    padding: 20px;
  }

  .beam-ray {
    left: calc(50% - 48px);
    top: 78px;
    width: 230px;
    height: 138px;
  }

  .why-art-loop {
    min-height: 190px;
  }

  .why-art-loop .loop-book {
    width: 42px;
    height: 48px;
  }

  .why-art-loop .loop-book-one,
  .why-art-loop .loop-book-two,
  .why-art-loop .loop-book-three,
  .why-art-loop .loop-book-four {
    --end-x: 50%;
    --end-y: 47%;
  }

  .why-art-loop .loop-book-two {
    --start-y: 72%;
  }

  .why-art-loop .loop-book-four {
    --start-x: 74%;
    --start-y: 72%;
    --mid-x: 63%;
  }

  .why-art-loop .loop-book-one,
  .why-art-loop .loop-book-three {
    --start-y: 70%;
  }

  .privacy-icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }

  .privacy-icon svg {
    width: 29px;
    height: 29px;
  }

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

  .settings-row {
    grid-template-columns: 1fr;
  }

  .settings-row .switch {
    justify-self: start;
  }

  .closing-cta {
    padding-inline: 14px;
  }
}
