:root {
  --sky-blue: #20a8ff;
  --white-sand: #f7f4eb;
  --golden-orange: #f39a3d;
  --seafoam-green: #76d8b8;
  --bg: #f5f7fb;
  --bg-strong: #eef4fb;
  --panel: rgba(255, 255, 255, 0.82);
  --panel-strong: rgba(255, 255, 255, 0.92);
  --ink: #11141c;
  --muted: #586474;
  --line: rgba(23, 29, 42, 0.1);
  --accent: #f39a3d;
  --accent-dark: #0b75d1;
  --nav-ink: #3c4655;
  --nav-shell: rgba(255, 255, 255, 0.74);
  --shadow: 0 24px 60px rgba(31, 55, 84, 0.14);
  --hero-dark: #11141c;
  --hero-soft: #f9fafc;
  --hero-steel: #dfe7f1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  overflow-x: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 246, 252, 0.94) 36%, rgba(253, 249, 241, 0.9) 74%, #ffffff 100%);
}

a {
  color: inherit;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 12px 0 48px;
}

.page-shell-essay {
  width: min(980px, calc(100% - 32px));
}

.site-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
  padding: 16px 24px;
  border-radius: 24px;
  background: var(--nav-shell);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 18px 40px rgba(18, 31, 47, 0.08);
  backdrop-filter: blur(16px);
}

.home-header {
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
  margin-bottom: 6px;
  padding: 0 4px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  position: relative;
  z-index: 20;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.site-brand span {
  font-size: clamp(1.1rem, 1.7vw, 1.28rem);
  line-height: 1.05;
}

.menu-shell {
  position: relative;
  z-index: 30;
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(23, 29, 42, 0.1);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 22px rgba(18, 31, 47, 0.06);
  cursor: pointer;
  font: inherit;
  font-weight: 750;
  list-style: none;
  user-select: none;
}

.menu-toggle::-webkit-details-marker {
  display: none;
}

.menu-toggle-label {
  font-size: 0.86rem;
}

.menu-toggle-icon {
  display: grid;
  gap: 4px;
}

.menu-toggle-icon span {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.menu-toggle:focus-visible {
  outline: 3px solid rgba(19, 134, 218, 0.24);
  outline-offset: 3px;
}

.top-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.home-header .top-nav {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: min(20rem, calc(100vw - 32px));
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.home-header.is-menu-open .top-nav,
.menu-shell[open] .top-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.home-header .top-nav-panel {
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(23, 29, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(18, 31, 47, 0.12);
  backdrop-filter: blur(16px);
}

.top-nav a {
  text-decoration: none;
  color: var(--nav-ink);
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}

.home-header .top-nav a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 12px;
  border-bottom: 0;
}

.top-nav a:hover,
.top-nav a:focus-visible {
  border-bottom-color: rgba(23, 29, 42, 0.24);
}

.top-nav-inline {
  margin-left: auto;
}

.home-header .top-nav a:hover,
.home-header .top-nav a:focus-visible {
  background: rgba(238, 248, 255, 0.8);
  border-bottom-color: transparent;
  outline: 0;
}

.apple-home {
  display: grid;
  gap: 68px;
  padding: 0 0 10px;
}

.eyebrow,
.essay-deck {
  font-family: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent-dark);
}

.apple-hero,
.statement-band,
.product-band,
.story-band,
.about-band,
.closing-band,
.essay-article,
.site-footer {
  position: relative;
}

.apple-hero {
  min-height: auto;
  padding: 10px 0 24px;
  display: grid;
  justify-items: center;
  text-align: center;
  align-content: start;
  gap: 18px;
}

.hero-logo {
  width: clamp(130px, 16vw, 190px);
  height: auto;
  display: block;
  margin: 0;
}

.hero-stage,
.hero-action-panel,
.hero-route,
.hero-signal-strip,
.product-band::before {
  position: relative;
}

.hero-stage {
  width: 100%;
  min-height: min(520px, calc(100vh - 126px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  padding: clamp(22px, 3.4vw, 40px);
  overflow: hidden;
  border: 1px solid rgba(17, 20, 28, 0.08);
  border-radius: 34px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 253, 0.95) 44%, rgba(235, 242, 250, 0.9) 100%);
  box-shadow: 0 34px 90px rgba(37, 53, 74, 0.14);
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: auto -12% -34% 28%;
  height: 62%;
  background:
    linear-gradient(135deg, rgba(32, 168, 255, 0.18), rgba(118, 216, 184, 0.14) 50%, rgba(243, 154, 61, 0.13));
  clip-path: polygon(18% 10%, 100% 0, 86% 100%, 0 84%);
  opacity: 0.82;
  pointer-events: none;
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  pointer-events: none;
}

.apple-hero::before,
.product-band::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(32, 168, 255, 0.08), rgba(255, 255, 255, 0) 34%),
    linear-gradient(225deg, rgba(243, 154, 61, 0.07), rgba(255, 255, 255, 0) 30%);
  z-index: -1;
}

.hero-copy-stack {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: start;
  text-align: left;
  gap: 10px;
}

.apple-hero h1,
.statement-copy h2,
.product-intro h2,
.story-band-copy h2,
.about-copy h2,
.closing-band h2,
.essay-article h1 {
  margin: 0;
  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.apple-hero h1 {
  max-width: 15.4ch;
  font-size: clamp(2.85rem, 4.9vw, 4.45rem);
  line-height: 0.93;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.hero-kicker {
  margin: 6px 0 -2px;
  color: #314154;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-subhead {
  margin: 0;
  max-width: 18rem;
  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.42rem, 2.7vw, 1.95rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #202938;
  font-weight: 740;
}

.hero-body,
.statement-copy p,
.product-intro p,
.story-band-copy p,
	.about-copy p,
	.closing-band p,
	.about-listing li,
	.statement-side li,
	.product-meta p,
	.product-meta li,
	.site-footer p {
  font-family: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--muted);
  line-height: 1.7;
}

.hero-body {
  margin: 0;
  max-width: 38rem;
  font-size: 1.02rem;
  line-height: 1.55;
}

.hero-secret-line {
  margin: 0;
  max-width: 34rem;
  color: #8a4326;
  font-size: 0.98rem;
  font-weight: 820;
  line-height: 1.45;
  text-wrap: balance;
}

.hero-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
  justify-content: flex-start;
}

.hero-action-panel {
  align-self: center;
  z-index: 1;
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 340px;
  padding: 15px;
  border: 1px solid rgba(17, 20, 28, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 26px 64px rgba(37, 53, 74, 0.14);
  backdrop-filter: blur(18px);
}

.hero-panel-label {
  margin: 0;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 850;
  letter-spacing: -0.01em;
  text-align: left;
}

.hero-route-grid {
  display: grid;
  gap: 8px;
}

.hero-route {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 10px;
  border: 1px solid rgba(17, 20, 28, 0.08);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(37, 53, 74, 0.06);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.hero-route:hover,
.hero-route:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(11, 117, 209, 0.28);
  box-shadow: 0 16px 34px rgba(37, 53, 74, 0.12);
  outline: 0;
}

.hero-route .product-mark {
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  border-radius: 12px;
}

.hero-route strong,
.hero-route small {
  display: block;
  text-align: left;
}

.hero-route strong {
  margin-bottom: 3px;
  font-size: 0.94rem;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.hero-route small {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.28;
}

.hero-signal-strip {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: min(100%, 760px);
}

.hero-signal-strip span {
  min-height: 32px;
  display: inline-grid;
  place-items: center;
  padding: 0 12px;
  border: 1px solid rgba(17, 20, 28, 0.08);
  border-radius: 999px;
  color: #3e4958;
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
}

.product-actions {
  display: grid;
  gap: 12px;
}

.product-help-note {
  margin: 18px 0 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
}

.product-help-links {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.product-help-links a {
  color: var(--ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.product-band-heading {
  display: grid;
  gap: 8px;
  justify-items: center;
  width: min(100%, 52rem);
  margin: 0 auto;
}

.product-band-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.section-note {
  margin: 0;
  max-width: 42rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  text-wrap: balance;
}

.product-carousel {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 28rem;
  max-width: 42rem;
  align-items: start;
}

.product-slide {
  display: grid;
  grid-area: 1 / 1;
  gap: 32px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.product-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.product-intro,
.product-meta {
  width: 100%;
}

.product-meta {
  max-width: 32rem;
  justify-items: center;
}

.product-meta ul {
  width: min(100%, 30rem);
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
  display: grid;
  gap: 14px;
  justify-items: center;
}

.product-meta li {
  max-width: 30rem;
}

.product-intro .eyebrow,
.product-intro h2,
.product-intro p,
.product-actions {
  text-align: center;
}

.product-actions {
  display: grid;
  gap: 18px;
  justify-items: center;
  margin-top: 8px;
}

.live-product-grid,
.future-grid {
  display: grid;
  width: 100%;
  gap: 20px;
}

.live-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  max-width: 58rem;
  margin: 0 auto;
  gap: 14px;
}

.future-grid {
  grid-template-columns: 1fr;
  max-width: 50rem;
  margin: 0 auto;
}

.live-product-card,
.future-card,
.protection-card {
  width: 100%;
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.live-product-card {
  min-height: 0;
  padding: 14px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: stretch;
  justify-items: center;
  gap: 10px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 252, 246, 0.84));
  box-shadow: 0 10px 24px rgba(31, 55, 84, 0.08);
}

.live-product-card-featured {
  border-color: rgba(19, 134, 218, 0.24);
  background:
    linear-gradient(180deg, rgba(238, 248, 255, 0.96), rgba(255, 255, 255, 0.88));
}

.live-product-card-spotter {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  grid-template-rows: auto 1fr;
  align-items: center;
  gap: 14px 24px;
  min-height: 230px;
  padding: 24px;
  border-color: rgba(247, 71, 63, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 20%, rgba(247, 71, 63, 0.16), transparent 34%),
    radial-gradient(circle at 10% 80%, rgba(32, 168, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 242, 0.92));
  box-shadow: 0 22px 54px rgba(31, 55, 84, 0.12);
}

.live-product-card-spotter .product-card-top {
  grid-column: 1 / -1;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
}

.live-product-card-spotter .product-mark {
  width: 58px;
  min-width: 58px;
  height: 58px;
  min-height: 58px;
  border-radius: 16px;
}

.product-cta-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.product-cta-list span {
  min-height: 34px;
  display: inline-grid;
  place-items: center;
  padding: 0 12px;
  border: 1px solid rgba(247, 71, 63, 0.16);
  border-radius: 999px;
  color: #9e2f25;
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 800;
}

.product-card-top {
  width: 100%;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 26px;
  align-items: center;
  gap: 12px;
}

.product-mark {
  display: inline-grid;
  place-items: center;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  border-radius: 8px;
  color: #fffdfa;
  background: linear-gradient(135deg, var(--accent-dark), var(--seafoam-green));
  font-size: 1.1rem;
  font-weight: 750;
}

.product-mark-image {
  overflow: hidden;
  padding: 0;
  background: #fffdfa;
  border: 1px solid rgba(40, 52, 62, 0.12);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 4px 10px rgba(31, 55, 84, 0.08);
}

.product-mark-sayit {
  background-image: url("/assets/sayit-app-icon.png");
}

.product-mark-finch {
  background-image: url("/assets/finch-app-icon.png");
}

.product-mark-anchor {
  background-image: url("/assets/anchor-app-icon.png");
  background-size: 86% 86%;
}

.product-mark-jrnl {
  background-image: url("/assets/jrnl-app-icon.png");
}

.product-mark-spotter {
  background-image: url("/assets/spotter-app-icon.png");
  box-shadow: 0 14px 32px rgba(247, 71, 63, 0.28);
}

.product-mark-query {
  background-image: url("/query-quick/icons/icon-192.png");
}

.product-mark-spotter-large {
  width: 86px;
  height: 86px;
  border-radius: 24px;
  font-size: 1rem;
  justify-self: start;
}

.product-status {
  grid-column: 2;
  justify-self: center;
  margin: 0;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(32, 168, 255, 0.1);
  color: var(--accent-dark);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.live-product-card .product-intro,
.live-product-card .product-meta {
  max-width: none;
  justify-self: stretch;
  justify-items: center;
  text-align: center;
}

.live-product-card .product-meta {
  display: grid;
  align-content: space-between;
  gap: 12px;
}

.live-product-card .product-intro .eyebrow,
.live-product-card .product-intro h2,
.live-product-card .product-intro p,
.live-product-card .product-actions {
  text-align: center;
}

.live-product-card .product-intro h2 {
  font-size: 1.32rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.live-product-card .product-intro p,
.live-product-card .product-meta p {
  margin: 6px 0 0;
  font-size: 0.88rem;
  line-height: 1.35;
}

.live-product-card .product-intro .product-micro-line {
  max-width: 17rem;
  color: #344257;
  font-size: 0.8rem;
  font-weight: 760;
  line-height: 1.32;
}

.live-product-card .product-meta ul,
.future-card ul {
  width: 100%;
  margin: 0;
  padding-left: 18px;
  list-style: disc;
  text-align: left;
  display: grid;
  gap: 12px;
  justify-items: start;
}

.live-product-card .product-meta li,
.future-card li {
  max-width: none;
}

.live-product-card .product-actions {
  justify-items: center;
  gap: 8px;
  margin-top: 10px;
}

.live-product-card .cta-primary,
.live-product-card .cta-secondary {
  min-height: 34px;
  font-size: 0.84rem;
}

.live-product-card .cta-primary {
  padding: 0 12px;
  border-radius: 9px;
  box-shadow: 0 8px 16px rgba(243, 154, 61, 0.18);
}

.live-product-card .cta-secondary {
  min-height: 26px;
  padding: 0 4px 2px;
}

.live-product-card.live-product-card-spotter .product-intro {
  display: grid;
  justify-self: center;
  justify-items: center;
  align-self: center;
  width: min(100%, 22rem);
  max-width: 22rem;
  text-align: center;
}

.live-product-card.live-product-card-spotter .product-intro h2 {
  width: 100%;
  font-size: clamp(2.35rem, 5vw, 4.4rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.live-product-card.live-product-card-spotter .product-intro p {
  margin: 12px auto 0;
  max-width: 20rem;
  color: #271b19;
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  font-weight: 780;
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.live-product-card.live-product-card-spotter .product-intro .product-micro-line {
  margin-top: 12px;
  max-width: 19rem;
  color: #58423d;
  font-size: clamp(0.92rem, 1.4vw, 1.06rem);
  font-weight: 760;
  line-height: 1.32;
  letter-spacing: 0;
}

.live-product-card.live-product-card-spotter .product-meta {
  align-content: center;
  justify-items: center;
  gap: 16px;
}

.live-product-card.live-product-card-spotter .product-meta p {
  margin-right: auto;
  margin-left: auto;
  max-width: 28rem;
  color: #5a4c4a;
  font-size: 1.02rem;
  line-height: 1.5;
  text-align: center;
}

.future-band {
  display: grid;
  gap: 26px;
  padding: 18px 0 8px;
}

.future-card,
.protection-card {
  padding: 34px 0;
  background:
    radial-gradient(circle at top right, rgba(32, 168, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 244, 236, 0.82));
}

.future-card h3,
.protection-card h3 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.future-card > .eyebrow,
.future-card > h3,
.future-card > p,
.protection-card > .eyebrow,
.protection-card > h3,
.protection-card > p {
  width: min(100% - 64px, 41rem);
  margin-left: auto;
  margin-right: auto;
}

.future-card > .eyebrow,
.future-card > h3,
.protection-card > .eyebrow,
.protection-card > h3 {
  text-align: center;
}

.future-card p,
.future-card li,
.protection-card p,
.protection-card li {
  color: var(--muted);
  line-height: 1.7;
}

.future-card > p:not(.eyebrow),
.protection-card > p:not(.eyebrow) {
  margin-top: 0;
  text-align: left;
}

.protection-band {
  display: grid;
  gap: 26px;
  padding: 10px 0 8px;
}

.protection-band .section-heading {
  width: min(100%, 50rem);
}

.protection-band .section-heading h2 {
  max-width: 14ch;
  font-size: clamp(2.1rem, 4.5vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 650;
}

.protection-band .section-note {
  max-width: 39rem;
  margin-left: auto;
  margin-right: auto;
}

.protection-grid {
  display: grid;
  gap: 20px;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}

.future-card ul,
.protection-card ul {
  width: min(100% - 64px, 41rem);
  margin: 18px auto 0;
  padding-left: 20px;
  list-style: disc;
  display: grid;
  gap: 12px;
  text-align: left;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 29, 42, 0.18);
  cursor: pointer;
}

.carousel-dot.is-active {
  background: var(--accent-dark);
  transform: scale(1.08);
}

.cta-primary,
.cta-secondary {
  appearance: none;
  background: transparent;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  text-decoration: none;
  font-family: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.cta-primary {
  padding: 0 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--golden-orange), #ffb35b);
  color: #fffdfa;
  box-shadow: 0 16px 28px rgba(243, 154, 61, 0.24);
}

.cta-secondary {
  min-height: 32px;
  padding: 0 8px 4px;
  color: var(--ink);
  border-bottom: 1px solid rgba(23, 29, 42, 0.24);
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 22px;
  width: min(100%, 68rem);
  margin: 0 auto;
  padding: 10px 0 0;
}

.proof-item {
  padding: 0 18px 0 0;
  border-right: 1px solid rgba(23, 29, 42, 0.1);
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item span,
.story-link {
  font-family: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  color: var(--ink);
}

.proof-item p {
  margin: 8px 0 0;
  font-family: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--muted);
  line-height: 1.6;
}

.statement-band,
.product-band,
.future-band,
.protection-band,
.story-band,
.about-band {
  display: grid;
  gap: 32px;
}

.statement-copy h2,
.product-intro h2,
.story-band-copy h2,
.about-copy h2,
.closing-band h2 {
  font-size: clamp(2.15rem, 4.2vw, 3.35rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 650;
  text-wrap: balance;
}

.about-copy .eyebrow {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.16em;
}

.about-copy h2 {
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.05rem, 3.9vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 650;
}

.statement-band,
.about-band,
.product-band,
.future-band,
.protection-band,
.story-band,
.closing-band {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.product-intro {
  justify-self: center;
  max-width: 32rem;
}

.product-meta {
  justify-self: center;
  justify-items: center;
}

.product-actions {
  justify-items: center;
}

.statement-copy,
.about-copy,
.product-intro,
.story-band-copy,
.closing-band {
  max-width: 48rem;
}

.statement-copy p,
.about-copy p,
.closing-band p {
  max-width: 42rem;
  font-size: 1.08rem;
}

.statement-side,
.about-listing {
  padding-top: 0;
  max-width: 42rem;
}

.statement-side ul,
.about-listing ul,
.product-meta ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 14px;
  text-align: left;
}

.product-band,
.story-band {
  align-items: end;
  padding: 22px 0 6px;
}

.product-intro p {
  max-width: 40rem;
  font-size: 1.1rem;
}

.product-meta {
  display: grid;
  gap: 20px;
  justify-items: center;
}

.story-band {
  padding-top: 4px;
  border-top: 1px solid rgba(23, 29, 42, 0.1);
}

.story-band-copy p {
  max-width: 36rem;
}

.story-link {
  text-decoration: none;
  border-bottom: 1px solid rgba(23, 29, 42, 0.22);
  align-self: center;
}

.closing-band {
  padding-top: 8px;
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
  justify-items: center;
  text-align: center;
}

.closing-band .eyebrow {
  width: 100%;
  text-align: center;
}

.closing-band h2 {
  max-width: 11ch;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.closing-band p {
  max-width: 42rem;
  font-size: 1.02rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.closing-band .closing-punch {
  max-width: 34rem;
  margin-top: 20px;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 760;
}

.closing-punch-link {
  margin-top: 6px;
  display: inline-flex;
}

.essay-layout {
  display: grid;
  gap: 20px;
}

.essay-topbar {
  display: flex;
  justify-content: flex-start;
}

.essay-back-link {
  margin-top: 0;
}

.essay-article {
  padding: 44px 40px 52px;
  background:
    radial-gradient(circle at top right, rgba(32, 168, 255, 0.14), transparent 32%),
    radial-gradient(circle at left top, rgba(243, 154, 61, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 235, 0.94));
}

.essay-brand {
  display: grid;
  justify-items: center;
  margin-bottom: 18px;
}

.essay-brand-logo {
  width: clamp(220px, 28vw, 320px);
  height: auto;
  display: block;
}

.essay-hero {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 18px;
}

.essay-hero-no-media {
  grid-template-columns: 1fr;
  justify-items: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 0 10px;
}

.essay-hero-image {
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(32, 168, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(240, 247, 255, 0.95), rgba(255, 255, 255, 0.88));
  border: 1px solid var(--line);
  box-shadow: 0 20px 44px rgba(31, 55, 84, 0.12);
}

.essay-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.05);
}

.essay-hero-phone-shot {
  justify-self: center;
  width: min(100%, 340px);
  margin: 0;
  padding: 14px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(7, 9, 14, 0.98), rgba(16, 22, 32, 0.98));
}

.essay-hero-phone-shot img {
  width: min(100%, 250px);
  height: auto;
  min-height: 0;
  max-height: 560px;
  margin: 0 auto;
  border-radius: 24px;
  object-fit: contain;
  filter: none;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.essay-hero-copy {
  display: grid;
  gap: 10px;
}

.essay-hero-no-media .essay-hero-copy {
  justify-items: center;
}

.essay-article h1 {
  font-size: clamp(2.9rem, 6vw, 4.6rem);
  text-align: left;
}

.essay-hero-no-media h1 {
  text-align: center;
}

.essay-deck {
  margin: 0;
  text-align: left;
}

.essay-hero-no-media .essay-deck {
  max-width: 34rem;
  text-align: center;
}

.essay-article h2 {
  margin: 46px 0 16px;
  font-size: clamp(1.95rem, 3vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.essay-article p {
  margin: 0 0 18px;
  font-size: 1.1rem;
}

.essay-article > :not(.essay-hero) {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.essay-article .lead {
  font-size: 1.18rem;
  color: var(--ink);
  text-align: center;
}

.essay-article .break {
  height: 1px;
  margin: 34px 0 10px;
  background: linear-gradient(90deg, transparent, rgba(31, 28, 24, 0.16), transparent);
}

.essay-callout {
  margin: 30px 0 8px;
  padding: 24px 24px 8px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.essay-callout-line {
  margin: 26px auto;
  padding: 22px 24px;
  border: 1px solid rgba(23, 29, 42, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 760;
}

.essay-sources {
  margin: 52px auto 44px;
  padding: 30px 32px 34px;
  border: 1px solid rgba(23, 29, 42, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
}

.essay-sources h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.essay-sources p {
  max-width: 38rem;
  margin: 0 auto 20px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.essay-sources ul {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  padding-left: 22px;
  text-align: left;
}

.essay-sources li {
  color: var(--muted);
  line-height: 1.65;
}

.essay-sources a {
  color: var(--ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.essay-article h2,
.essay-article p,
.essay-final-line,
.essay-bottom-link {
  text-align: center;
}

.essay-final-line {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(31, 28, 24, 0.12);
  font-size: 1.18rem;
}

.essay-bottom-link {
  display: block;
  width: fit-content;
  margin: 44px auto 0;
}

.policy-article {
  padding-bottom: 60px;
}

.policy-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}

.policy-hero-copy {
  display: grid;
  gap: 12px;
}

.policy-hero-card,
.policy-pillar {
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(32, 168, 255, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 235, 0.88));
  box-shadow: 0 20px 44px rgba(31, 55, 84, 0.12);
}

.policy-hero-card {
  padding: 24px;
}

.policy-hero-card h2,
.policy-section h3,
.policy-pillar h3 {
  margin: 0 0 12px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.policy-hero-card h2 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.policy-hero-card p,
.policy-pillar p,
.policy-section p,
.policy-section li {
  color: var(--muted);
  line-height: 1.75;
}

.policy-mini-list,
.policy-section ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.policy-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 8px 0 22px;
}

.policy-pillar {
  padding: 22px 20px;
}

.policy-pillar h3 {
  font-size: 1.28rem;
}

.policy-block {
  max-width: 44rem;
  margin: 0 auto;
}

.policy-block + .policy-block {
  margin-top: 34px;
}

.policy-block .eyebrow {
  text-align: center;
}

.policy-block > h2,
.policy-block > p {
  text-align: center;
}

.policy-block > h2 {
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.policy-block > p {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.policy-manifesto {
  margin: 24px auto 0;
  padding: 26px 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(243, 154, 61, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 250, 255, 0.86));
  box-shadow: 0 18px 38px rgba(31, 55, 84, 0.1);
}

.policy-manifesto p {
  margin: 0;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.9;
  text-align: center;
}

.policy-section-list {
  display: grid;
  gap: 0;
  margin-top: 24px;
  padding: 8px 26px 6px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(32, 168, 255, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 244, 235, 0.9));
  box-shadow: 0 18px 38px rgba(31, 55, 84, 0.1);
}

.policy-section {
  padding: 22px 0 14px;
  border-top: 1px solid rgba(23, 29, 42, 0.1);
}

.policy-section p {
  margin: 0 0 14px;
}

.policy-section ul {
  margin-bottom: 10px;
}

.policy-section:first-child {
  border-top: 0;
  padding-top: 10px;
}

.policy-section:last-child {
  padding-bottom: 6px;
}

.policy-callout {
  margin: 30px auto 0;
  padding: 24px 24px 8px;
  max-width: 42rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
}

.policy-callout p {
  text-align: center;
}

.policy-contact {
  color: var(--accent-dark);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(19, 134, 218, 0.24);
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}

.footer-links a {
  color: var(--accent-dark);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(19, 134, 218, 0.22);
  padding-bottom: 2px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.hero-copy,
.hero-card,
.story-card,
.product-card,
.principle,
.site-footer {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 36px;
}

.eyebrow,
.section-kicker,
.hero-card-label {
  margin: 0 0 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: var(--accent-dark);
}

.hero-copy h1,
.section-heading h2,
.story-card h2 {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.hero-text,
.story-card p,
.product-card p,
.principle p,
.site-footer p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
  color: var(--muted);
}

.hero-text {
  margin: 20px 0 0;
  max-width: 60ch;
  font-size: 17px;
}

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

.hero-card {
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 249, 242, 0.96), rgba(239, 226, 213, 0.86));
}

.signal-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.signal-list li {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.section-grid,
.about-section,
.product-section,
.principles-section {
  margin-top: 24px;
}

.front-story {
  width: min(900px, 100%);
  margin: 32px auto 0;
}

.front-story-card {
  background: #f7f1e6;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 50px 48px;
}

.front-story-card h1 {
  margin: 0 0 18px;
  color: #000;
  font-size: clamp(2.8rem, 7vw, 4rem);
  text-align: center;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.front-story-card h2 {
  margin: 40px 0 18px;
  color: #000;
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 1.15;
}

.front-story-card p {
  margin: 0 0 18px;
  color: #000;
  font-size: 18px;
  line-height: 1.8;
}

.front-story-deck {
  text-align: center;
  margin-bottom: 36px;
}

.front-story-emphasis {
  font-weight: 700;
}

.front-story-close {
  font-size: 20px;
}

.front-story-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.section-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 20px;
}

.story-card,
.about-card,
.product-card,
.principle {
  padding: 28px;
}

.story-card-wide {
  background: var(--panel-strong);
}

.story-card h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin-bottom: 12px;
}

.story-card h3,
.about-card h2,
.product-card h3,
.principle h3 {
  margin: 0 0 8px;
  font-size: 1.5rem;
}

.about-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 251, 246, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.about-card h2 {
  font-size: clamp(2rem, 4.8vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}

.about-card p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.8;
  color: var(--muted);
  font-size: 18px;
  max-width: 900px;
}

.section-heading {
  display: grid;
  gap: 8px;
  width: min(100%, 52rem);
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  justify-items: center;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(1.95rem, 4.2vw, 3rem);
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-weight: 650;
  text-wrap: balance;
}

.product-grid,
.principle-grid {
  display: grid;
  gap: 20px;
}

.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card a,
.product-card span {
  display: inline-flex;
  margin-top: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: var(--accent-dark);
  text-decoration: none;
}

.principle-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer {
  margin-top: 28px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.76);
  display: grid;
  justify-items: center;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.product-page-shell {
  width: min(1120px, calc(100% - 32px));
}

.product-detail {
  display: grid;
  gap: 46px;
  padding-top: 18px;
}

.product-hero,
.product-section-band,
.search-intent-band,
.use-case-toolbar {
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(32, 168, 255, 0.12), transparent 30%),
    radial-gradient(circle at left bottom, rgba(118, 216, 184, 0.12), transparent 28%),
    rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: stretch;
  padding: 38px;
}

.use-case-hero {
  align-items: center;
}

.product-hero-copy {
  display: grid;
  align-content: center;
  gap: 16px;
}

.product-hero-copy h1,
.product-section-band h2,
.search-intent-band h2,
.use-case-toolbar h2 {
  margin: 0;
  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.product-hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(3.4rem, 8vw, 6.2rem);
}

.product-deck {
  margin: 0;
  max-width: 39rem;
  color: var(--muted);
  font-size: clamp(1.12rem, 2vw, 1.32rem);
  line-height: 1.55;
}

.product-identity-line {
  margin: -2px 0 0;
  max-width: 34rem;
  color: #344257;
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.45;
}

.product-proof-card,
.use-card,
.use-case-card {
  border: 1px solid rgba(23, 29, 42, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 38px rgba(31, 55, 84, 0.1);
}

.product-proof-card {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 28px;
}

.example-label {
  margin: 0;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.example-message {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.example-message-long {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.tone-stack {
  display: grid;
  gap: 8px;
}

.tone-stack p,
.use-card p,
.search-list,
.reply-lines p,
.finch-line {
  color: var(--muted);
  line-height: 1.65;
}

.tone-stack p,
.use-card p,
.reply-lines p,
.finch-line {
  margin: 0;
}

.product-proof-card .tone-stack p {
  font-size: 0.94rem;
  line-height: 1.48;
}

.tone-stack .context-note {
  margin-top: 2px;
  color: #344257;
  font-size: 0.82rem;
  line-height: 1.45;
}

.product-section-band {
  display: grid;
  gap: 26px;
  padding: 34px;
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.use-card {
  padding: 22px 20px;
}

.use-card h3,
.use-case-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.28rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.query-quick-pain-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.query-quick-pain-list span {
  border: 1px solid rgba(23, 29, 42, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #344257;
  padding: 9px 12px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.1;
}

.query-quick-table {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(23, 29, 42, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.query-quick-table [role="row"] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.query-quick-table [role="row"] + [role="row"] {
  border-top: 1px solid rgba(23, 29, 42, 0.09);
}

.query-quick-table span {
  padding: 16px 18px;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 740;
  line-height: 1.35;
}

.query-quick-table span + span {
  border-left: 1px solid rgba(23, 29, 42, 0.09);
  color: #172033;
}

.query-quick-table-head span {
  color: #172033;
  background: rgba(32, 168, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 920;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.query-math-grid article {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(23, 29, 42, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: 22px;
}

.query-math-grid span {
  color: #3a77a8;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.query-math-grid strong {
  color: #172033;
  font-size: clamp(2.3rem, 5vw, 4.1rem);
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 0.92;
}

.query-math-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.query-quick-agents {
  background: rgba(32, 168, 255, 0.08);
}

.search-intent-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 26px;
  align-items: start;
  padding: 34px;
}

.search-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 12px;
}

.ai-panel-page .product-hero-copy h1 {
  max-width: 13ch;
}

body[data-ctp-default-install-app="query_quick"] .product-hero-copy h1 {
  max-width: 18ch;
  font-size: clamp(2.08rem, 3.05vw, 2.82rem);
  line-height: 1.05;
}

body[data-ctp-default-install-app="query_quick"] .product-hero {
  grid-template-columns: minmax(0, 500px) 300px;
  justify-content: start;
  align-items: center;
  gap: 24px;
  padding: 34px;
}

body[data-ctp-default-install-app="query_quick"] .product-deck {
  max-width: 31rem;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.52;
}

body[data-ctp-default-install-app="query_quick"] .product-proof-card .example-message {
  max-width: 16ch;
}

.query-quick-proof-card {
  align-self: center;
  align-content: stretch;
  gap: 11px;
  width: min(100%, 300px);
  min-height: 0;
  padding: 16px;
}

.query-quick-card-title {
  margin: 6px 0 0;
  color: #172033;
  font-size: clamp(1.18rem, 1.85vw, 1.52rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.query-quick-research-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.query-quick-research-list span {
  border: 1px solid rgba(23, 29, 42, 0.09);
  border-radius: 8px;
  background: rgba(32, 168, 255, 0.07);
  color: #344257;
  padding: 8px;
  font-size: 0.74rem;
  font-weight: 820;
  line-height: 1.15;
}

.query-quick-card-result {
  border-radius: 8px;
  background: #172033;
  color: #ffffff;
  padding: 14px;
}

.query-quick-card-result span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.query-quick-card-result strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(0.98rem, 1.45vw, 1.18rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.query-quick-card-result p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
  line-height: 1.35;
}

.ai-panel-hero {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
}

.ai-panel-proof .example-message {
  max-width: 13ch;
}

.ai-panel-disclosure {
  width: 100%;
}

.ai-panel-frame {
  align-items: center;
}

.ai-panel-question-list {
  margin: 0;
  display: grid;
  gap: 10px;
  color: var(--muted);
  line-height: 1.55;
}

.ai-panel-question-list li::marker {
  color: var(--accent-dark);
  font-weight: 800;
}

.ai-panel-product-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ai-panel-product-nav a,
.ai-panel-product-link a {
  color: var(--accent-dark);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(11, 117, 209, 0.28);
}

.ai-panel-product-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(23, 29, 42, 0.1);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.76);
}

.ai-panel-product-section {
  gap: 22px;
}

.ai-panel-model-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ai-panel-model-card {
  display: grid;
  align-content: start;
  gap: 16px;
  border: 1px solid rgba(23, 29, 42, 0.1);
  border-radius: 24px;
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 38px rgba(31, 55, 84, 0.1);
}

.ai-panel-model-card-muted {
  background: rgba(255, 255, 255, 0.58);
  box-shadow: none;
}

.ai-panel-model-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.28rem, 2.4vw, 1.72rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.ai-panel-model-meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.ai-panel-reference-note {
  margin: -4px 0 0;
  border-left: 3px solid rgba(32, 168, 255, 0.38);
  padding-left: 10px;
  color: #3c526b;
  font-size: 0.9rem;
  line-height: 1.45;
}

.ai-panel-answer {
  display: grid;
  gap: 6px;
}

.ai-panel-answer strong,
.ai-panel-rating-row span {
  color: var(--ink);
}

.ai-panel-answer p,
.ai-panel-answer ul,
.ai-panel-model-card-muted p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.ai-panel-answer ul {
  padding-left: 18px;
}

.ai-panel-rating-stack {
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(23, 29, 42, 0.08);
  padding-top: 14px;
}

.ai-panel-rating-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-size: 0.94rem;
}

.ai-panel-rating-row strong {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 5px 9px;
  color: #8a4326;
  background: rgba(255, 241, 223, 0.88);
  font-size: 0.82rem;
}

.ai-panel-raw {
  border-top: 1px solid rgba(23, 29, 42, 0.08);
  padding-top: 12px;
}

.ai-panel-raw summary {
  cursor: pointer;
  color: var(--accent-dark);
  font-weight: 800;
}

.ai-panel-raw pre {
  max-height: 320px;
  overflow: auto;
  margin: 12px 0 0;
  border-radius: 16px;
  padding: 14px;
  color: #202938;
  background: rgba(245, 247, 251, 0.92);
  font-size: 0.82rem;
  line-height: 1.45;
  white-space: pre-wrap;
}

.product-closing .hero-actions {
  justify-content: center;
}

.product-closing-actions {
  margin-top: 28px;
}

.query-quick-join-modal {
  width: min(720px, calc(100vw - 28px));
  max-width: none;
  border: 0;
  border-radius: 8px;
  padding: 0;
  color: #151c2b;
  background: transparent;
}

.query-quick-join-modal::backdrop {
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(8px);
}

.query-quick-join-card {
  position: relative;
  display: grid;
  gap: 18px;
  border: 1px solid rgba(216, 111, 31, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 0%, rgba(32, 168, 255, 0.14), transparent 34%),
    radial-gradient(circle at 92% 10%, rgba(255, 179, 91, 0.24), transparent 32%),
    linear-gradient(180deg, #fffaf4, #f6fbff);
  padding: clamp(24px, 5vw, 44px);
  box-shadow: 0 30px 92px rgba(15, 23, 42, 0.3);
}

.query-quick-join-close {
  position: absolute;
  top: 16px;
  right: 16px;
  min-height: 46px;
  border: 2px solid rgba(21, 28, 43, 0.12);
  border-radius: 8px;
  padding: 0 16px;
  color: #151c2b;
  background: rgba(255, 255, 255, 0.82);
  font: 900 0.98rem/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

.query-quick-join-topline {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 82px;
}

.query-quick-join-topline img {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(216, 111, 31, 0.22);
}

.query-quick-join-topline p {
  margin: 0;
  color: #0b75d1;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.query-quick-join-card h2 {
  max-width: 12ch;
  margin: 0;
  color: #151c2b;
  font-size: clamp(2.35rem, 6vw, 4.4rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.query-quick-join-card p {
  margin: 0;
}

#queryQuickJoinCopy {
  max-width: 42rem;
  color: #4f5d72;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.48;
}

.query-quick-join-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.query-quick-join-points span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(243, 154, 61, 0.22);
  border-radius: 999px;
  padding: 0 14px;
  color: #9a4d11;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 900;
}

.query-quick-join-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.query-quick-join-primary,
.query-quick-join-secondary {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  font: 900 1rem/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none;
}

.query-quick-join-primary {
  color: #ffffff;
  background: #f39a3d;
  box-shadow: 0 16px 30px rgba(243, 154, 61, 0.25);
}

.query-quick-join-secondary {
  border: 1px solid rgba(21, 28, 43, 0.13);
  color: #151c2b;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.query-quick-join-note {
  color: #6a7686;
  font-size: 0.95rem;
  line-height: 1.45;
}

.query-quick-join-close:focus-visible,
.query-quick-join-primary:focus-visible,
.query-quick-join-secondary:focus-visible {
  outline: 3px solid rgba(32, 168, 255, 0.74);
  outline-offset: 2px;
}

.anchor-project-modal {
  width: min(760px, calc(100vw - 28px));
  max-width: none;
  border: 0;
  border-radius: 8px;
  padding: 0;
  color: #141b2b;
  background: transparent;
}

.anchor-project-modal::backdrop {
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(8px);
}

.anchor-project-card {
  position: relative;
  display: grid;
  gap: 18px;
  border: 1px solid rgba(216, 111, 31, 0.25);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(32, 168, 255, 0.14), transparent 34%),
    radial-gradient(circle at 88% 6%, rgba(243, 154, 61, 0.28), transparent 36%),
    linear-gradient(180deg, #fff9f1, #f8fbff);
  padding: clamp(24px, 5vw, 44px);
  box-shadow: 0 30px 92px rgba(15, 23, 42, 0.3);
}

.anchor-project-close {
  position: absolute;
  top: 16px;
  right: 16px;
  min-height: 46px;
  border: 2px solid rgba(21, 28, 43, 0.12);
  border-radius: 8px;
  padding: 0 16px;
  color: #141b2b;
  background: rgba(255, 255, 255, 0.86);
  font: 900 0.98rem/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

.anchor-project-topline {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 86px;
}

.anchor-project-topline img {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(216, 111, 31, 0.22);
}

.anchor-project-topline p,
.anchor-project-topline strong {
  margin: 0;
}

.anchor-project-topline p {
  color: #9a4d11;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.anchor-project-topline strong {
  display: block;
  color: #141b2b;
  font-size: 1.22rem;
  line-height: 1.1;
}

.anchor-project-card h2 {
  max-width: 13ch;
  margin: 0;
  color: #141b2b;
  font-size: clamp(2.35rem, 6vw, 4.6rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.anchor-project-card p {
  margin: 0;
}

#anchorProjectModalCopy {
  max-width: 44rem;
  color: #4f5d72;
  font-size: clamp(1.12rem, 2vw, 1.38rem);
  line-height: 1.48;
}

.anchor-project-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.anchor-project-points span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(243, 154, 61, 0.25);
  border-radius: 999px;
  padding: 0 14px;
  color: #9a4d11;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 900;
}

.anchor-project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.anchor-project-primary,
.anchor-project-secondary {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  font: 900 1rem/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none;
}

.anchor-project-primary {
  color: #ffffff;
  background: #f39a3d;
  box-shadow: 0 16px 30px rgba(243, 154, 61, 0.25);
}

.anchor-project-secondary {
  border: 1px solid rgba(21, 28, 43, 0.13);
  color: #141b2b;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.anchor-project-note {
  color: #6a7686;
  font-size: 0.98rem;
  line-height: 1.45;
}

.anchor-project-close:focus-visible,
.anchor-project-primary:focus-visible,
.anchor-project-secondary:focus-visible {
  outline: 3px solid rgba(32, 168, 255, 0.74);
  outline-offset: 2px;
}

.spotter-page {
  --accent: #f7473f;
  --accent-dark: #a53029;
}

.spotter-page .product-hero,
.spotter-page .product-section-band,
.spotter-page .search-intent-band {
  background:
    radial-gradient(circle at top right, rgba(247, 71, 63, 0.12), transparent 30%),
    radial-gradient(circle at left bottom, rgba(32, 168, 255, 0.1), transparent 28%),
    rgba(255, 255, 255, 0.8);
}

.spotter-hero {
  grid-template-columns: 1fr;
  min-height: 520px;
}

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

.spotter-hero .product-hero-copy h1,
.spotter-download-hero .product-hero-copy h1 {
  max-width: 12.5ch;
}

.spotter-page .search-intent-band h2 {
  max-width: 16ch;
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.spotter-proof-card {
  border-color: rgba(247, 71, 63, 0.16);
}

.spotter-safety-note {
  padding: 14px 16px;
  border: 1px solid rgba(247, 71, 63, 0.18);
  border-radius: 18px;
  background: rgba(255, 243, 240, 0.78);
  color: #6f332e;
}

.spotter-use-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.spotter-use-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spotter-analysis-stack {
  display: grid;
  gap: 14px;
}

.spotter-analysis-card {
  padding: 20px;
  border: 1px solid rgba(23, 29, 42, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
}

.spotter-analysis-card h3,
.spotter-analysis-card p {
  margin: 0;
}

.spotter-analysis-card h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.spotter-analysis-card p {
  color: var(--muted);
  line-height: 1.6;
}

.use-case-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  padding: 26px 28px;
}

.use-case-toolbar h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.use-case-filter {
  display: grid;
  gap: 8px;
  width: min(100%, 17rem);
}

.use-case-filter span {
  color: var(--nav-ink);
  font-weight: 700;
  font-size: 0.9rem;
}

.use-case-filter select {
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(23, 29, 42, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font: inherit;
}

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

.use-case-card {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.use-case-card-top {
  display: grid;
  gap: 6px;
}

.reply-lines {
  display: grid;
  gap: 11px;
}

.reply-lines strong {
  color: var(--ink);
}

.reply-lines span {
  display: block;
  margin-top: 2px;
}

.finch-line {
  padding-top: 14px;
  border-top: 1px solid rgba(23, 29, 42, 0.1);
  font-size: 0.94rem;
}

.fallback-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  gap: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

body.download-wallpaper {
  min-height: 100vh;
  color: #151c2b;
  background:
    radial-gradient(900px 520px at 18% 14%, rgba(255, 176, 76, 0.18), transparent 58%),
    radial-gradient(980px 560px at 88% 10%, rgba(32, 168, 255, 0.18), transparent 60%),
    linear-gradient(180deg, #fffdf9 0%, #eef8ff 44%, #fff9f0 100%);
}

.download-shell {
  width: min(1120px, calc(100% - 32px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 24px 0 42px;
  display: grid;
  align-content: center;
  gap: 28px;
}

.download-topbar,
.download-hero {
  border: 1px solid rgba(23, 29, 42, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 60px rgba(31, 55, 84, 0.12);
  backdrop-filter: blur(18px);
}

.download-topbar {
  min-height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 14px;
  border-radius: 22px;
}

.download-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #151c2b;
  text-decoration: none;
  font-weight: 850;
}

.download-brand img,
.download-app-icon {
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(31, 55, 84, 0.12);
}

.download-topbar a:not(.download-brand) {
  color: #516174;
  font-weight: 800;
  text-decoration: none;
}

.download-hero {
  padding: clamp(28px, 6vw, 58px);
  border-radius: 36px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.72fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
}

.download-clean-installer {
  grid-template-columns: minmax(0, 680px);
  justify-content: center;
  text-align: center;
}

.download-copy {
  display: grid;
  gap: 18px;
}

.download-clean-installer .download-copy {
  justify-items: center;
}

.download-app-icon {
  width: 96px;
  height: 96px;
  border-radius: 24px;
}

.download-kicker {
  margin: 0;
  color: #1386da;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.download-title {
  max-width: 10ch;
  margin: 0;
  color: #151c2b;
  font-size: clamp(3rem, 8vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.download-sub {
  max-width: 35rem;
  margin: 0;
  color: #506072;
  font-size: clamp(1.1rem, 2vw, 1.42rem);
  line-height: 1.45;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}

.download-primary,
.download-secondary {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 0 22px;
  font-weight: 900;
  text-decoration: none;
}

.download-primary {
  color: #fff;
  background: #ffa33f;
  box-shadow: 0 18px 32px rgba(243, 154, 61, 0.25);
}

.download-secondary {
  color: #151c2b;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 29, 42, 0.12);
}

.download-status-card {
  width: min(100%, 560px);
  border: 1px solid rgba(32, 168, 255, 0.22);
  border-radius: 24px;
  background: rgba(238, 248, 255, 0.78);
  padding: 22px;
}

body[data-install-tone="ready"] .download-status-card {
  border-color: rgba(118, 216, 184, 0.42);
  background: rgba(232, 255, 247, 0.82);
}

body[data-install-tone="warning"] .download-status-card {
  border-color: rgba(243, 154, 61, 0.45);
  background: rgba(255, 246, 232, 0.84);
}

.download-status-card strong {
  display: block;
  margin-bottom: 8px;
  color: #151c2b;
  font-size: 1.18rem;
}

.download-status-card p {
  margin: 0;
  color: #506072;
  line-height: 1.48;
}

.download-fineprint {
  margin: 0;
  color: #6a7686;
  font-size: 0.92rem;
  line-height: 1.5;
  text-align: center;
}

.ctp-installer-modal {
  width: min(760px, calc(100vw - 28px));
  max-width: none;
  border: 0;
  border-radius: 8px;
  padding: 0;
  color: #172033;
  background: transparent;
}

.ctp-installer-modal::backdrop {
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(8px);
}

.ctp-installer-card {
  position: relative;
  display: grid;
  gap: 20px;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-radius: 8px;
  background: #fffaf4;
  padding: clamp(22px, 5vw, 42px);
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.28);
}

.ctp-installer-close {
  position: absolute;
  top: 16px;
  right: 16px;
  min-height: 48px;
  border: 2px solid rgba(23, 32, 51, 0.14);
  border-radius: 8px;
  padding: 0 18px;
  color: #172033;
  background: rgba(255, 255, 255, 0.78);
  font: 900 1rem/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

.ctp-installer-brand-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding-right: 68px;
}

.ctp-installer-icon {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 14px 28px rgba(23, 32, 51, 0.16);
}

.ctp-installer-eyebrow {
  margin: 0 0 6px;
  color: #9a4d11;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ctp-installer-card h2 {
  margin: 0;
  color: #172033;
  font-size: clamp(2rem, 5vw, 3.15rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.ctp-installer-promise,
.ctp-installer-note,
.ctp-installer-why p,
.ctp-installer-device li {
  margin: 0;
  color: #4f5d72;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.45;
}

.ctp-installer-why,
.ctp-installer-device {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(32, 168, 255, 0.22);
  border-radius: 8px;
  background: rgba(240, 249, 255, 0.72);
  padding: clamp(16px, 3vw, 22px);
}

.ctp-installer-why {
  border-color: rgba(154, 77, 17, 0.2);
  background: rgba(255, 255, 255, 0.74);
}

.ctp-installer-why strong,
.ctp-installer-device strong {
  color: #172033;
  font-size: clamp(1.22rem, 2.2vw, 1.55rem);
  line-height: 1.15;
}

.ctp-installer-device ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 1.35rem;
}

.ctp-installer-device li::marker {
  color: #9a4d11;
  font-weight: 900;
}

.ctp-installer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.ctp-installer-actions[hidden] {
  display: none;
}

.ctp-installer-open-target,
.ctp-installer-native {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 22px;
  font: 900 1.08rem/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none;
}

.ctp-installer-open-target {
  border: 0;
  color: #ffffff;
  background: #20a8ff;
  box-shadow: 0 16px 30px rgba(32, 168, 255, 0.2);
}

.ctp-installer-native {
  border: 0;
  color: #ffffff;
  background: #172033;
  cursor: pointer;
}

.ctp-installer-native[hidden] {
  display: none;
}

.ctp-installer-close:focus-visible,
.ctp-installer-open-target:focus-visible,
.ctp-installer-native:focus-visible {
  outline: 3px solid rgba(32, 168, 255, 0.74);
  outline-offset: 2px;
}

@media (max-width: 540px) {
  .query-quick-join-card h2 {
    font-size: 2.25rem;
  }

  .anchor-project-card h2 {
    font-size: 2.25rem;
  }

  .query-quick-join-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .query-quick-join-primary,
  .query-quick-join-secondary {
    width: 100%;
  }

  .query-quick-table [role="row"] {
    grid-template-columns: 1fr;
  }

  .query-quick-table span + span {
    border-top: 1px solid rgba(23, 29, 42, 0.09);
    border-left: 0;
  }

  .query-math-grid {
    grid-template-columns: 1fr;
  }

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

  .anchor-project-primary,
  .anchor-project-secondary {
    width: 100%;
  }

  .anchor-project-topline {
    padding-right: 74px;
  }

  .ctp-installer-brand-row {
    grid-template-columns: 1fr;
    padding-right: 64px;
  }

  .ctp-installer-card h2 {
    font-size: 2rem;
  }

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

@media (max-width: 960px) {
  .hero,
  .product-hero,
  .search-intent-band,
  .section-grid,
  .product-grid,
  .principle-grid,
  .proof-band,
  .statement-band,
  .about-band,
  .product-band,
  .future-band,
  .protection-band,
  .story-band {
    grid-template-columns: 1fr;
  }

  .site-header {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .home-header {
    justify-content: space-between;
    min-height: 54px;
    padding: 0 2px;
  }

  .site-brand span {
    font-size: 1.08rem;
  }

  .menu-toggle {
    min-height: 36px;
    padding: 0 11px;
    border-radius: 13px;
  }

  .menu-toggle-label {
    font-size: 0.82rem;
  }

  .top-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    justify-content: initial;
    font-size: 12.5px;
    padding: 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0 18px 38px rgba(18, 31, 47, 0.08);
  }

  .home-header .top-nav {
    width: min(19rem, calc(100vw - 20px));
    display: block;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 0.96rem;
  }

  .top-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 12px;
    text-align: center;
    line-height: 1.15;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 29, 42, 0.06);
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .top-nav-inline {
    margin-left: 0;
  }

  .home-header .top-nav a {
    justify-content: flex-start;
    min-height: 44px;
    padding: 0 12px;
    text-align: left;
    background: transparent;
    border: 0;
    border-radius: 12px;
  }

  .page-shell:not(.page-shell-essay) .top-nav a:last-child {
    grid-column: 2;
  }

  .page-shell:not(.page-shell-essay) .home-header .top-nav a:last-child {
    grid-column: auto;
  }

  .essay-hero {
    grid-template-columns: 1fr;
  }

  .essay-hero-phone-shot {
    width: min(100%, 230px);
    padding: 10px;
    border-radius: 28px;
  }

  .essay-hero-phone-shot img {
    width: min(100%, 150px);
    max-height: 330px;
    border-radius: 18px;
  }

  .policy-hero,
  .policy-pillar-grid {
    grid-template-columns: 1fr;
  }

  .page-shell-essay .top-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .statement-side,
  .about-listing {
    padding-top: 0;
  }

  .proof-item {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 29, 42, 0.1);
    padding-bottom: 18px;
  }

  .proof-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .front-story-card {
    padding: 34px 22px;
  }

  .front-story-card p,
  .front-story-close {
    font-size: 17px;
  }

  .apple-hero,
  .statement-band,
  .product-band,
  .future-band,
  .protection-band,
  .story-band,
  .about-band,
  .closing-band,
  .essay-article {
    padding: 28px 22px;
  }

  .apple-hero {
    min-height: auto;
    padding: 10px 0 18px;
  }

  .hero-stage {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 26px 18px 18px;
    border-radius: 28px;
  }

  .hero-stage::before {
    inset: auto -28% -20% 18%;
    height: 34%;
  }

  .hero-stage::after {
    inset: 12px;
    border-radius: 20px;
  }

  .hero-copy-stack {
    justify-items: center;
    text-align: center;
  }

  .hero-links {
    width: 100%;
    display: grid;
    justify-content: stretch;
  }

  .hero-links .cta-primary,
  .hero-links .cta-secondary {
    justify-content: center;
  }

  .hero-action-panel {
    padding: 12px;
    border-radius: 22px;
  }

  .hero-route {
    min-height: 70px;
    padding: 10px;
    border-radius: 16px;
  }

  .hero-panel-label,
  .hero-route strong,
  .hero-route small {
    text-align: left;
  }

  .apple-home {
    gap: 40px;
    padding-top: 0;
  }

  .product-carousel {
    min-height: 31rem;
  }

  .product-detail {
    gap: 32px;
  }

  .product-hero,
  .product-section-band,
  .search-intent-band,
  .use-case-toolbar {
    padding: 24px 22px;
  }

  .product-hero-copy h1 {
    max-width: 9.5ch;
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  body[data-ctp-default-install-app="query_quick"] .product-hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.05rem, 8.4vw, 2.75rem);
  }

  body[data-ctp-default-install-app="query_quick"] .product-hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px;
  }

  .use-grid,
  .use-case-grid,
  .ai-panel-model-grid {
    grid-template-columns: 1fr;
  }

  .use-case-toolbar {
    display: grid;
    align-items: start;
  }

  .use-case-filter {
    width: 100%;
  }

  .live-product-grid,
  .future-grid,
  .protection-grid {
    grid-template-columns: 1fr;
  }

  .live-product-card,
  .future-card,
  .protection-card {
    padding: 24px 22px;
  }

  .live-product-card {
    padding: 14px;
    grid-template-rows: auto;
  }

  .live-product-card-spotter {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 24px 22px;
  }

  .live-product-card-spotter .product-intro p {
    max-width: 15ch;
  }

  .download-shell {
    width: min(100% - 22px, 680px);
    padding: 12px 0 28px;
    align-content: start;
  }

  .download-hero {
    grid-template-columns: 1fr;
    padding: 26px 22px;
    border-radius: 28px;
    text-align: center;
  }

  .download-copy {
    justify-items: center;
  }

  .download-title {
    max-width: 9ch;
    font-size: clamp(3.1rem, 16vw, 4.4rem);
  }

  .download-clean-installer .download-title {
    font-size: clamp(2.85rem, 13vw, 3.7rem);
  }

  .download-clean-installer .download-app-icon {
    width: 74px;
    height: 74px;
    border-radius: 19px;
  }

  .download-clean-installer .download-status-card {
    padding: 16px;
  }

  .download-clean-installer .download-status-card strong {
    font-size: 1.08rem;
  }

  .download-sub {
    font-size: 1.05rem;
  }

  .download-actions {
    width: 100%;
    display: grid;
  }

  .future-card,
  .protection-card {
    padding-left: 0;
    padding-right: 0;
  }

  .future-card > .eyebrow,
  .future-card > h3,
  .future-card > p,
  .future-card ul,
  .protection-card > .eyebrow,
  .protection-card > h3,
  .protection-card > p,
  .protection-card ul {
    width: min(100% - 44px, 100%);
  }

  .hero-logo {
    width: min(210px, 56vw);
  }

  .essay-brand {
    margin-bottom: 10px;
  }

  .essay-brand-logo {
    width: min(210px, 54vw);
  }

  .apple-hero h1 {
    max-width: 9.5ch;
    font-size: clamp(3.4rem, 15vw, 4.9rem);
  }

  .hero-subhead {
    max-width: 17rem;
    font-size: 1.34rem;
  }

  .hero-secret-line {
    max-width: 18rem;
    font-size: 0.96rem;
  }

  .hero-body {
    font-size: 1rem;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
  }

  .apple-home {
    gap: 24px;
  }

  .apple-hero {
    gap: 0;
    padding-bottom: 0;
  }

  .hero-stage {
    padding: 20px 12px 12px;
  }

  .hero-kicker {
    max-width: 24ch;
    font-size: 0.72rem;
    line-height: 1.35;
    text-align: center;
  }

  .apple-hero h1 {
    max-width: 8.6ch;
    font-size: clamp(3.15rem, 16vw, 4rem);
  }

  .hero-subhead {
    max-width: 15rem;
    font-size: 1.14rem;
  }

  .hero-body {
    display: none;
  }

  .ai-panel-rating-row {
    display: grid;
  }

  .hero-secret-line {
    max-width: 16rem;
    font-size: 0.92rem;
  }

  .hero-signal-strip {
    display: none;
  }

  .hero-action-panel {
    gap: 10px;
    max-width: none;
  }

  .hero-route-grid {
    gap: 7px;
  }

  .hero-route {
    min-height: 56px;
    gap: 10px;
    padding: 9px;
  }

  .hero-route .product-mark {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    border-radius: 10px;
  }

  .hero-route strong {
    margin-bottom: 0;
    font-size: 0.9rem;
  }

  .hero-route small {
    display: none;
  }
}
