: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;
  text-align: center;
  text-wrap: balance;
}

.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: 1fr;
  align-items: stretch;
  max-width: 64rem;
  margin: 0 auto;
  gap: 18px;
}

.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: 24px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  grid-template-rows: auto 1fr;
  align-items: center;
  align-content: center;
  justify-items: stretch;
  gap: 14px 24px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 20%, rgba(247, 71, 63, 0.12), transparent 34%),
    radial-gradient(circle at 10% 80%, rgba(32, 168, 255, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 244, 0.9));
  box-shadow: 0 22px 54px rgba(31, 55, 84, 0.12);
}

.live-product-card-featured {
  border-color: rgba(247, 71, 63, 0.16);
  background:
    radial-gradient(circle at 88% 20%, rgba(247, 71, 63, 0.14), transparent 34%),
    radial-gradient(circle at 10% 80%, rgba(32, 168, 255, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.88));
}

.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 {
  grid-column: 1 / -1;
  width: 100%;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.product-mark {
  display: inline-grid;
  place-items: center;
  width: 58px;
  min-width: 58px;
  height: 58px;
  min-height: 58px;
  border-radius: 16px;
  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-magic-sunset {
  background-image: url("/assets/magic-sunset-app-icon.png?v=desktop-icon-20260621");
  box-shadow: 0 14px 32px rgba(232, 113, 74, 0.24);
}

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

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

.product-status {
  grid-column: auto;
  justify-self: start;
  margin: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(32, 168, 255, 0.1);
  color: var(--accent-dark);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
}

.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-intro {
  display: grid;
  align-self: center;
  width: min(100%, 23rem);
  justify-self: center;
}

.live-product-card .product-meta {
  display: grid;
  align-content: center;
  gap: 16px;
}

.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 {
  width: 100%;
  font-size: 3.4rem;
  line-height: 0.94;
  letter-spacing: 0;
}

.live-product-card .product-intro p {
  margin: 12px auto 0;
  max-width: 20rem;
  color: #271b19;
  font-size: 1.42rem;
  font-weight: 780;
  line-height: 1.16;
  letter-spacing: 0;
  text-wrap: balance;
}

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

.coming-next-band {
  display: grid;
  gap: 28px;
}

.coming-next-band h2 {
  max-width: 12.5ch;
  margin: 0;
  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 3.8rem;
  line-height: 0.96;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.coming-next-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: min(100%, 64rem);
  margin: 0 auto;
}

.coming-next-card {
  display: grid;
  align-content: space-between;
  gap: 18px;
  min-height: 25rem;
  padding: 26px;
  border: 1px solid rgba(17, 20, 28, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 54px rgba(31, 55, 84, 0.12);
}

.coming-next-card-mindlore {
  background:
    radial-gradient(circle at 90% 12%, rgba(247, 202, 107, 0.2), transparent 34%),
    radial-gradient(circle at 10% 86%, rgba(47, 125, 107, 0.13), transparent 38%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(245, 251, 250, 0.92));
}

.coming-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.coming-next-card h3 {
  margin: 18px 0 0;
  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 3.2rem;
  line-height: 0.96;
  letter-spacing: 0;
}

.coming-next-card p {
  margin: 0;
  max-width: 27rem;
  color: #526970;
  font-size: 1.18rem;
  font-weight: 720;
  line-height: 1.42;
}

.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 .jrnl-document-list,
.live-product-card .finch-use-list,
.live-product-card .sayit-use-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 12px;
  width: min(100%, 22rem);
  padding-left: 0;
  list-style: none;
}

.live-product-card .jrnl-document-list li,
.live-product-card .finch-use-list li,
.live-product-card .sayit-use-list li {
  position: relative;
  padding-left: 13px;
  color: #344257;
  font-size: 0.78rem;
  font-weight: 720;
  line-height: 1.22;
}

.live-product-card .jrnl-document-list li::before,
.live-product-card .finch-use-list li::before,
.live-product-card .sayit-use-list li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--accent-dark);
  opacity: 0.72;
}

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

.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;
}

.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: clamp(26px, 4vw, 46px) clamp(22px, 5vw, 58px) clamp(42px, 6vw, 68px);
  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: start;
  max-width: 50rem;
  margin: 0 auto 16px;
}

.essay-brand-logo {
  width: clamp(126px, 14vw, 172px);
  height: auto;
  display: block;
}

.essay-hero {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(18px, 3vw, 28px);
  align-items: center;
  max-width: 58rem;
  margin: 0 auto 22px;
}

.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 {
  order: 1;
  width: min(100%, 40rem);
  margin: 0 auto;
  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: 240px;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.05);
}

.essay-hero-natural-image img {
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: contain;
}

.essay-hero-natural-image {
  width: min(100%, 30rem);
}

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

.essay-hero-phone-shot img {
  width: min(100%, 210px);
  height: auto;
  min-height: 0;
  max-height: 440px;
  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 {
  order: 2;
  display: grid;
  justify-items: start;
  gap: 12px;
  max-width: 48rem;
}

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

.essay-article h1 {
  font-size: clamp(2.9rem, 6vw, 4.6rem);
  max-width: 13ch;
  margin: 0 auto;
  text-align: left;
}

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

.essay-deck {
  margin: 0;
  text-align: left;
  max-width: 38rem;
}

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

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

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

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

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

.little-store-opening {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 42rem;
  margin: 30px auto 44px;
  padding: clamp(22px, 4vw, 34px) 0;
  text-align: center;
}

.little-store-opening::before,
.little-store-opening::after {
  content: "";
  width: min(18rem, 70%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 104, 67, 0.42), transparent);
}

.little-store-opening p {
  max-width: 36rem;
  margin: 0;
  color: #2f3c50;
  font-size: clamp(1.08rem, 1.55vw, 1.2rem);
  line-height: 1.76;
  text-align: center;
}

.little-store-opening .lead {
  max-width: 28rem;
  color: #151e2f;
  font-size: clamp(1.48rem, 3.2vw, 2.3rem);
  font-weight: 850;
  line-height: 1.16;
}

.little-store-opening p:nth-last-child(3) {
  color: #9a4527;
  font-weight: 800;
}

.little-store-opening p:last-child {
  max-width: 38rem;
  color: #172033;
  font-weight: 720;
}

.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-emphasis-line {
  margin: 28px 0;
  padding: 18px 20px;
  border-left: 4px solid #f39a3d;
  border-radius: 8px;
  background: rgba(255, 248, 239, 0.82);
  color: var(--ink);
  font-weight: 760;
}

.essay-way {
  width: min(100%, 54rem);
  margin: 46px auto 24px;
  padding: clamp(24px, 5vw, 38px);
  border: 1px solid rgba(23, 29, 42, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.58)),
    radial-gradient(circle at 100% 0%, rgba(32, 168, 255, 0.12), transparent 32%);
  box-shadow: 0 18px 42px rgba(31, 55, 84, 0.08);
}

.essay-way-old {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 244, 0.72)),
    radial-gradient(circle at 100% 0%, rgba(243, 154, 61, 0.14), transparent 34%);
}

.essay-way-new {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(238, 248, 255, 0.7)),
    radial-gradient(circle at 100% 0%, rgba(32, 168, 255, 0.16), transparent 34%);
}

.essay-way-kicker {
  margin: 0 0 8px;
  color: #9a4d11;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.essay-way-new .essay-way-kicker {
  color: #1177bd;
}

.essay-way h2 {
  max-width: 12ch;
  margin: 0 0 20px;
  color: var(--ink);
  font-size: clamp(2.35rem, 5vw, 4.15rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-align: left;
}

.essay-way-body {
  display: grid;
  gap: 13px;
  max-width: 42rem;
}

.essay-way-body p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.7vw, 1.16rem);
  line-height: 1.68;
  text-align: left;
}

.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: left;
}

.essay-hero h1,
.essay-hero p,
.essay-brand,
.essay-article .lead,
.essay-final-line,
.essay-bottom-link,
.essay-sources h2,
.essay-sources p {
  text-align: center;
}

.essay-hero-copy,
.essay-brand {
  justify-items: center;
}

.essay-article .essay-callout-line,
.essay-article .essay-emphasis-line {
  text-align: center;
}

body[data-conversion-surface="little-app-big-store"] .essay-article h2,
body[data-conversion-surface="little-app-big-store"] .essay-article p,
body[data-conversion-surface="little-app-big-store"] .essay-sources li {
  text-align: center;
}

body[data-conversion-surface="little-app-big-store"] .essay-article p {
  max-width: 42rem;
}

body[data-conversion-surface="little-app-big-store"] .store-emphasis-line {
  max-width: 34rem;
  margin-top: 24px;
  margin-bottom: 24px;
  color: #151e2f;
  font-size: clamp(1.24rem, 2.3vw, 1.62rem);
  font-weight: 850;
  line-height: 1.38;
}

body[data-conversion-surface="little-app-big-store"] .store-question-highlight {
  max-width: 38rem;
  margin-top: 28px;
  margin-bottom: 28px;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid rgba(216, 104, 67, 0.32);
  border-radius: 16px;
  background:
    radial-gradient(circle at top, rgba(216, 104, 67, 0.12), transparent 58%),
    rgba(255, 251, 247, 0.94);
  box-shadow: 0 18px 42px rgba(85, 58, 42, 0.08);
  color: #151e2f;
  font-size: clamp(1.24rem, 2.25vw, 1.66rem);
  font-weight: 850;
  line-height: 1.42;
}

body[data-conversion-surface="little-app-big-store"] .store-rules-stack {
  display: grid;
  gap: 18px;
  max-width: 42rem;
  margin: 34px auto 42px;
  padding: clamp(22px, 4vw, 32px);
  border: 1px solid rgba(21, 30, 47, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(246, 239, 231, 0.72));
  box-shadow: 0 18px 44px rgba(21, 30, 47, 0.08);
}

body[data-conversion-surface="little-app-big-store"] .store-rules-title {
  max-width: none;
  margin: 0;
  color: #151e2f;
  font-size: clamp(1.34rem, 2.5vw, 1.88rem);
  font-weight: 850;
  line-height: 1.2;
}

body[data-conversion-surface="little-app-big-store"] .store-rules-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body[data-conversion-surface="little-app-big-store"] .store-rules-grid p {
  display: grid;
  gap: 6px;
  min-height: 122px;
  margin: 0;
  padding: 18px;
  align-content: center;
  border: 1px solid rgba(216, 104, 67, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: #4a5364;
  font-size: 1rem;
  line-height: 1.38;
}

body[data-conversion-surface="little-app-big-store"] .store-rules-grid span {
  display: block;
  color: #9a4527;
  font-weight: 850;
}

body[data-conversion-surface="little-app-big-store"] .store-rules-cost {
  max-width: 34rem;
  margin: 0;
  color: #151e2f;
  font-weight: 800;
}

body[data-conversion-surface="little-app-big-store"] .store-rules-close {
  max-width: 36rem;
  margin: 0;
  color: #151e2f;
  font-size: clamp(1.16rem, 2vw, 1.42rem);
  font-weight: 850;
  line-height: 1.42;
}

body[data-conversion-surface="little-app-big-store"] .store-system-reveal {
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 40rem;
  margin: 30px auto 34px;
  padding: clamp(22px, 4vw, 32px);
  border-radius: 16px;
  background:
    radial-gradient(circle at top, rgba(216, 104, 67, 0.18), transparent 56%),
    linear-gradient(180deg, #172033, #101827);
  box-shadow: 0 18px 44px rgba(21, 30, 47, 0.16);
}

body[data-conversion-surface="little-app-big-store"] .store-system-reveal p {
  max-width: 36rem;
  margin: 0 auto;
  color: rgba(255, 253, 248, 0.88);
  text-align: center;
}

body[data-conversion-surface="little-app-big-store"] .store-system-middle {
  font-size: clamp(1.02rem, 1.45vw, 1.16rem);
  line-height: 1.56;
}

body[data-conversion-surface="little-app-big-store"] .store-system-not-outside {
  color: #f7c186;
  font-weight: 850;
}

body[data-conversion-surface="little-app-big-store"] .store-system-reveal .store-system-punch {
  max-width: 36rem;
  color: #ffffff;
  font-size: clamp(1.7rem, 3.6vw, 2.55rem);
  font-weight: 900;
  line-height: 1.08;
}

body[data-conversion-surface="little-app-big-store"] .store-never-see-line {
  max-width: 30rem;
  margin-top: 18px;
  margin-bottom: 34px;
  color: #9a4527;
  font-size: clamp(1.18rem, 2.1vw, 1.5rem);
  font-weight: 850;
  line-height: 1.35;
}

body[data-conversion-surface="little-app-big-store"] .essay-way {
  display: grid;
  justify-items: center;
  text-align: center;
}

body[data-conversion-surface="little-app-big-store"] .essay-way h2 {
  max-width: 13ch;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body[data-conversion-surface="little-app-big-store"] .essay-way-body {
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

body[data-conversion-surface="little-app-big-store"] .essay-way-body p {
  text-align: center;
}

body[data-conversion-surface="little-app-big-store"] .circle-way-forward {
  display: grid;
  justify-items: center;
  gap: 16px;
  width: min(100%, 54rem);
  margin: 54px auto 38px;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(32, 168, 255, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(238, 249, 255, 0.96), rgba(255, 254, 248, 0.98) 48%, rgba(235, 250, 246, 0.94)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 253, 255, 0.92));
  box-shadow: 0 24px 58px rgba(31, 55, 84, 0.11);
  text-align: center;
}

body[data-conversion-surface="little-app-big-store"] .circle-way-forward h2 {
  max-width: 14ch;
  margin: 18px auto 6px;
  color: #0a5f74;
  text-align: center;
}

body[data-conversion-surface="little-app-big-store"] .circle-way-forward h2:first-child {
  margin-top: 0;
}

body[data-conversion-surface="little-app-big-store"] .circle-way-forward p {
  max-width: 40rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #3f4c5d;
  text-align: center;
}

body[data-conversion-surface="little-app-big-store"] .circle-way-forward .break {
  width: min(100%, 32rem);
  margin: 22px auto 8px;
  background: linear-gradient(90deg, transparent, rgba(32, 168, 255, 0.22), rgba(45, 190, 166, 0.22), transparent);
}

body[data-conversion-surface="little-app-big-store"] .circle-way-stance,
body[data-conversion-surface="little-app-big-store"] .circle-way-feature-line,
body[data-conversion-surface="little-app-big-store"] .circle-way-principles,
body[data-conversion-surface="little-app-big-store"] .circle-way-question,
body[data-conversion-surface="little-app-big-store"] .circle-way-final-answer {
  padding: 18px 20px;
  border: 1px solid rgba(32, 168, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 34px rgba(31, 55, 84, 0.06);
}

body[data-conversion-surface="little-app-big-store"] .circle-way-stance {
  color: #142136;
  font-size: clamp(1.14rem, 2vw, 1.38rem);
  font-weight: 850;
  line-height: 1.38;
}

body[data-conversion-surface="little-app-big-store"] .circle-way-feature-line {
  color: #0a5f74;
  font-weight: 850;
}

body[data-conversion-surface="little-app-big-store"] .circle-way-principles {
  color: #152237;
  font-size: clamp(1.14rem, 2vw, 1.36rem);
  font-weight: 860;
  line-height: 1.42;
}

body[data-conversion-surface="little-app-big-store"] .circle-way-light {
  width: fit-content;
  min-width: 9rem;
  padding: 10px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #0a6d60;
  box-shadow: 0 12px 28px rgba(31, 55, 84, 0.08);
  font-size: clamp(1.18rem, 2vw, 1.42rem);
  font-weight: 900;
}

body[data-conversion-surface="little-app-big-store"] .circle-way-question {
  border-color: rgba(243, 154, 61, 0.22);
  background: rgba(255, 251, 244, 0.78);
  color: #172033;
  font-weight: 820;
}

body[data-conversion-surface="little-app-big-store"] .circle-way-final-answer {
  color: #0a5f74;
  font-size: clamp(1.24rem, 2.2vw, 1.62rem);
  font-weight: 900;
  line-height: 1.34;
}

body[data-conversion-surface="little-app-big-store"] .circle-way-forward .essay-final-line {
  width: min(100%, 30rem);
  margin-top: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(32, 168, 255, 0.22);
  color: #142136;
  font-weight: 850;
}

body[data-conversion-surface="old-vs-new"] .essay-article h2,
body[data-conversion-surface="old-vs-new"] .essay-article p {
  text-align: center;
}

body[data-conversion-surface="old-vs-new"] .essay-article p {
  max-width: 42rem;
}

body[data-conversion-surface="old-vs-new"] .old-new-lead {
  max-width: 30rem;
  margin-top: 34px;
  color: #151e2f;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  font-weight: 850;
  line-height: 1.16;
}

body[data-conversion-surface="old-vs-new"] .old-new-sublead {
  width: fit-content;
  min-width: 12rem;
  margin-top: 12px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #9a4527;
  box-shadow: 0 12px 30px rgba(31, 55, 84, 0.08);
  font-weight: 900;
}

body[data-conversion-surface="old-vs-new"] .old-new-punch,
body[data-conversion-surface="old-vs-new"] .old-new-loop,
body[data-conversion-surface="old-vs-new"] .old-new-no-tricks,
body[data-conversion-surface="old-vs-new"] .old-new-box-line,
body[data-conversion-surface="old-vs-new"] .old-new-box-quote,
body[data-conversion-surface="old-vs-new"] .old-new-never-see {
  padding: 18px 20px;
  border: 1px solid rgba(216, 104, 67, 0.18);
  border-radius: 14px;
  background: rgba(255, 251, 247, 0.86);
  box-shadow: 0 14px 34px rgba(31, 55, 84, 0.06);
}

body[data-conversion-surface="old-vs-new"] .old-new-punch {
  color: #151e2f;
  font-size: clamp(1.24rem, 2.2vw, 1.62rem);
  font-weight: 900;
  line-height: 1.32;
}

body[data-conversion-surface="old-vs-new"] .old-new-loop {
  color: #0a5f74;
  font-weight: 880;
}

body[data-conversion-surface="old-vs-new"] .old-new-no-tricks {
  color: #142136;
  font-weight: 780;
}

body[data-conversion-surface="old-vs-new"] .old-new-layer-line {
  max-width: 36rem;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 14px 18px;
  border: 1px solid rgba(21, 30, 47, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.68);
  color: #4a5364;
  font-weight: 760;
}

body[data-conversion-surface="old-vs-new"] .old-new-box-line,
body[data-conversion-surface="old-vs-new"] .old-new-box-quote {
  max-width: 34rem;
  border-color: rgba(21, 30, 47, 0.18);
  background:
    radial-gradient(circle at top, rgba(216, 104, 67, 0.18), transparent 60%),
    linear-gradient(180deg, #172033, #101827);
  color: #ffffff;
  font-size: clamp(1.16rem, 2vw, 1.42rem);
  font-weight: 860;
}

body[data-conversion-surface="old-vs-new"] .old-new-box-quote strong {
  color: #ffffff;
}

body[data-conversion-surface="old-vs-new"] .old-new-never-see {
  max-width: 32rem;
  color: #9a4527;
  font-weight: 900;
}

body[data-conversion-surface="old-vs-new"] .old-new-forward {
  display: grid;
  justify-items: center;
  gap: 16px;
  width: min(100%, 54rem);
  margin: 54px auto 38px;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(32, 168, 255, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(238, 249, 255, 0.96), rgba(255, 254, 248, 0.98) 48%, rgba(235, 250, 246, 0.94)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 253, 255, 0.92));
  box-shadow: 0 24px 58px rgba(31, 55, 84, 0.11);
  text-align: center;
}

body[data-conversion-surface="old-vs-new"] .old-new-forward h2 {
  max-width: 14ch;
  margin: 0 auto 6px;
  color: #0a5f74;
  text-align: center;
}

body[data-conversion-surface="old-vs-new"] .old-new-forward p {
  max-width: 40rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #3f4c5d;
  text-align: center;
}

body[data-conversion-surface="old-vs-new"] .old-new-stance,
body[data-conversion-surface="old-vs-new"] .old-new-principles,
body[data-conversion-surface="old-vs-new"] .old-new-final-answer {
  padding: 18px 20px;
  border: 1px solid rgba(32, 168, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 34px rgba(31, 55, 84, 0.06);
}

body[data-conversion-surface="old-vs-new"] .old-new-stance {
  color: #142136;
  font-size: clamp(1.14rem, 2vw, 1.38rem);
  font-weight: 850;
  line-height: 1.38;
}

body[data-conversion-surface="old-vs-new"] .old-new-principles {
  color: #152237;
  font-size: clamp(1.1rem, 1.9vw, 1.3rem);
  font-weight: 860;
  line-height: 1.42;
}

body[data-conversion-surface="old-vs-new"] .old-new-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 45rem);
}

body[data-conversion-surface="old-vs-new"] .old-new-feature-grid p {
  display: grid;
  gap: 8px;
  min-height: 144px;
  padding: 18px;
  align-content: center;
  border: 1px solid rgba(32, 168, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  color: #4a5364;
  font-size: 1rem;
  line-height: 1.42;
}

body[data-conversion-surface="old-vs-new"] .old-new-feature-grid span {
  display: block;
  color: #0a5f74;
  font-weight: 900;
}

body[data-conversion-surface="old-vs-new"] .old-new-final-answer {
  color: #0a5f74;
  font-size: clamp(1.28rem, 2.3vw, 1.68rem);
  font-weight: 900;
}

body[data-conversion-surface="old-vs-new"] .old-new-forward .essay-final-line {
  width: min(100%, 34rem);
  margin-top: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(32, 168, 255, 0.22);
  color: #142136;
  font-size: clamp(1.02rem, 1.45vw, 1.14rem);
  font-weight: 580;
  line-height: 1.68;
}

@media (max-width: 760px) {
  body[data-conversion-surface="little-app-big-store"] .store-rules-grid {
    grid-template-columns: 1fr;
  }

  body[data-conversion-surface="little-app-big-store"] .circle-way-forward {
    border-radius: 16px;
  }

  body[data-conversion-surface="old-vs-new"] .old-new-feature-grid {
    grid-template-columns: 1fr;
  }

  body[data-conversion-surface="old-vs-new"] .old-new-forward {
    border-radius: 16px;
  }
}

.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: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", 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: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", 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: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", 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: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", 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: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", 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;
}

body[data-ctp-default-install-app="magic_sunset"] .magic-sunset-fit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-ctp-default-install-app="magic_sunset"] .product-hero {
  grid-template-columns: minmax(0, 860px);
  justify-content: center;
  justify-items: center;
  min-height: min(660px, calc(100vh - 230px));
  padding: clamp(44px, 7vw, 84px) clamp(24px, 5vw, 64px);
  text-align: center;
}

body[data-ctp-default-install-app="magic_sunset"] .product-hero-copy {
  justify-items: center;
  text-align: center;
}

body[data-ctp-default-install-app="magic_sunset"] .product-hero-copy h1 {
  max-width: 12ch;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(3.3rem, 7.2vw, 6.4rem);
}

body[data-ctp-default-install-app="magic_sunset"] .product-deck {
  max-width: 49rem;
  margin-right: auto;
  margin-left: auto;
}

body[data-ctp-default-install-app="magic_sunset"] .hero-actions {
  justify-content: center;
}

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

body[data-ctp-default-install-app="magic_sunset"] .magic-sunset-triangulation .use-grid {
  align-items: stretch;
}

body[data-ctp-default-install-app="magic_sunset"] .magic-sunset-triangulation .use-card {
  min-height: 100%;
  border-radius: 8px;
  box-shadow: none;
}

body[data-ctp-default-install-app="magic_sunset"] .magic-sunset-triangulation .use-card:nth-last-child(-n + 2) {
  grid-column: span 2;
}

.query-single-card-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.query-single-card {
  padding: 28px;
}

.query-single-card h3 {
  max-width: 780px;
}

.query-single-card p {
  max-width: 880px;
  font-size: 1.04rem;
  line-height: 1.6;
}

.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;
}

body[data-ctp-default-install-app="anchor"] .product-detail {
  justify-items: center;
}

body[data-ctp-default-install-app="anchor"] .product-hero,
body[data-ctp-default-install-app="anchor"] .product-section-band,
body[data-ctp-default-install-app="anchor"] .search-intent-band,
body[data-ctp-default-install-app="anchor"] .product-closing {
  width: 100%;
  text-align: center;
}

body[data-ctp-default-install-app="anchor"] .product-hero {
  grid-template-columns: minmax(0, 1fr);
  max-width: 980px;
  justify-items: center;
  padding-block: 32px;
}

body[data-ctp-default-install-app="anchor"] .product-hero-copy,
body[data-ctp-default-install-app="anchor"] .product-proof-card,
body[data-ctp-default-install-app="anchor"] .product-deck,
body[data-ctp-default-install-app="anchor"] .product-identity-line,
body[data-ctp-default-install-app="anchor"] .example-label,
body[data-ctp-default-install-app="anchor"] .example-message,
body[data-ctp-default-install-app="anchor"] .section-heading,
body[data-ctp-default-install-app="anchor"] .section-note,
body[data-ctp-default-install-app="anchor"] .closing-band {
  justify-items: center;
  text-align: center;
}

body[data-ctp-default-install-app="anchor"] .product-hero-copy h1,
body[data-ctp-default-install-app="anchor"] .product-deck,
body[data-ctp-default-install-app="anchor"] .product-identity-line,
body[data-ctp-default-install-app="anchor"] .section-note,
body[data-ctp-default-install-app="anchor"] .closing-band p {
  margin-right: auto;
  margin-left: auto;
}

body[data-ctp-default-install-app="anchor"] .product-hero-copy h1 {
  max-width: 13ch;
  font-size: clamp(2.55rem, 4.8vw, 4.05rem);
  text-align: center;
}

body[data-ctp-default-install-app="anchor"] .example-message {
  font-size: clamp(1.2rem, 2.25vw, 1.62rem);
  line-height: 1.18;
}

body[data-ctp-default-install-app="anchor"] .hero-actions {
  justify-content: center;
}

body[data-ctp-default-install-app="anchor"] .product-proof-card {
  width: min(100%, 620px);
}

body[data-ctp-default-install-app="anchor"] .product-section-band {
  max-width: 1040px;
}

body[data-ctp-default-install-app="anchor"] .use-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 980px;
  margin: 0 auto;
}

body[data-ctp-default-install-app="anchor"] .use-card {
  grid-column: span 2;
  text-align: center;
}

body[data-ctp-default-install-app="anchor"] .use-card:nth-child(n + 4) {
  grid-column: span 3;
}

body[data-ctp-default-install-app="anchor"] .search-intent-band {
  grid-template-columns: minmax(0, 1fr);
  max-width: 900px;
  justify-items: center;
}

body[data-ctp-default-install-app="anchor"] .search-list {
  max-width: 680px;
  padding-left: 0;
  list-style-position: inside;
  justify-items: center;
}

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

.answer-qa-section {
  gap: 28px;
}

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

.answer-qa-card {
  border: 1px solid rgba(23, 29, 42, 0.1);
  border-radius: 20px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 30px rgba(31, 55, 84, 0.08);
}

.answer-qa-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.answer-qa-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

.answer-qa-card-wide {
  grid-column: 1 / -1;
}

body[data-ctp-default-install-app="anchor"] .answer-qa-grid {
  max-width: 900px;
  margin: 0 auto;
}

body[data-ctp-default-install-app="anchor"] .answer-qa-card {
  text-align: center;
}

body[data-ctp-default-install-app="anchor"] .answer-qa-card-highlight {
  border-color: rgba(198, 103, 32, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 247, 233, 0.96), rgba(255, 255, 255, 0.92)),
    #fff8ef;
  box-shadow: 0 22px 46px rgba(153, 88, 30, 0.14);
}

body[data-ctp-default-install-app="anchor"] .answer-qa-card-highlight h3 {
  color: #8a4318;
}

body[data-ctp-default-install-app="magic_sunset"] .answer-qa-card-highlight {
  border-color: rgba(255, 148, 72, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 246, 231, 0.96), rgba(237, 249, 255, 0.9)),
    #fff8ef;
  box-shadow: 0 22px 46px rgba(198, 103, 32, 0.13);
}

body[data-ctp-default-install-app="magic_sunset"] .answer-qa-card-highlight h3 {
  color: #9a4a1c;
}

.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;
}

.structured-reference-links {
  margin: 18px auto 0;
  max-width: 46rem;
  color: rgba(80, 96, 114, 0.68);
  font-size: 0.82rem;
  line-height: 1.5;
}

.structured-reference-links a {
  color: rgba(23, 32, 51, 0.72);
  font-weight: 760;
}

.creative-conversion-hero,
.creative-product-sampler {
  --circle-ink: #172033;
  --circle-white: #fffdf8;
  --soft-cloud: #f4f8fa;
  --electric-sky: #20a8ff;
  --living-teal: #2dcbb7;
  --warm-signal: #f39a3d;
  --line-mist: #d9e4e8;
  --slate-copy: #506072;
  width: min(100%, 72rem);
  margin: 44px auto;
  color: var(--circle-ink);
  font-family: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.creative-conversion-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line-mist);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.96), rgba(244, 248, 250, 0.94)),
    var(--circle-white);
  box-shadow: 0 28px 70px rgba(23, 32, 51, 0.14);
}

.creative-hero-picture {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(217, 228, 232, 0.95);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(32, 168, 255, 0.12), rgba(45, 203, 183, 0.12)),
    #ffffff;
}

.creative-hero-picture > img {
  width: min(82%, 460px);
  max-height: 310px;
  object-fit: contain;
  display: block;
  border: 0;
  background: transparent;
  box-shadow: 0 24px 54px rgba(23, 32, 51, 0.14);
}

.creative-conversion-hero-ai .creative-hero-picture > img {
  width: min(44%, 210px);
  box-shadow: none;
}

.creative-icon-cluster {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.creative-icon {
  position: absolute;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(217, 228, 232, 0.95);
  border-radius: 18px;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 92% 92%;
  box-shadow: 0 18px 38px rgba(23, 32, 51, 0.16);
}

.creative-icon-finch {
  top: 8%;
  left: 8%;
  background-image: url("https://pub-10d5a38e4ca7468ca701c4f0cb6cbf18.r2.dev/creative-vault/icons/finch-app-icon.png");
}

.creative-icon-sayit {
  top: 8%;
  right: 10%;
  background-image: url("https://pub-10d5a38e4ca7468ca701c4f0cb6cbf18.r2.dev/creative-vault/icons/sayit-app-icon.png");
}

.creative-icon-spotter {
  right: 8%;
  bottom: 10%;
  background-image: url("https://pub-10d5a38e4ca7468ca701c4f0cb6cbf18.r2.dev/creative-vault/icons/spotter-app-icon.png");
}

.creative-icon-jrnl {
  left: 10%;
  bottom: 10%;
  background-image: url("https://pub-10d5a38e4ca7468ca701c4f0cb6cbf18.r2.dev/creative-vault/icons/jrnl-app-icon.png");
}

.creative-icon-anchor {
  left: 42%;
  bottom: 4%;
  background-image: url("https://pub-10d5a38e4ca7468ca701c4f0cb6cbf18.r2.dev/creative-vault/icons/anchor-app-icon.png");
}

.creative-icon-query {
  right: 38%;
  top: 4%;
  background-image: url("https://pub-10d5a38e4ca7468ca701c4f0cb6cbf18.r2.dev/creative-vault/icons/query-quick-app-icon.png");
}

.creative-kicker {
  margin: 0;
  color: #a24f16;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.creative-story-deck {
  max-width: 35rem;
  color: var(--circle-ink);
  font-size: clamp(1.28rem, 2vw, 1.7rem);
  font-weight: 700;
  line-height: 1.28;
}

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

.creative-hero-copy h1,
.creative-hero-copy h2,
.creative-section-heading h2 {
  margin: 0;
  color: var(--circle-ink);
  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
}

.creative-hero-copy h1,
.creative-hero-copy h2 {
  font-size: clamp(2.55rem, 5vw, 5.1rem);
}

.creative-section-heading h2 {
  max-width: 14ch;
  font-size: clamp(2.15rem, 4vw, 4rem);
}

.creative-hero-copy p:not(.creative-kicker),
.creative-section-heading p:not(.creative-kicker),
.creative-product-card p {
  margin: 0;
  color: var(--slate-copy);
  font-size: 1.08rem;
  line-height: 1.58;
}

.creative-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}

.creative-primary-action,
.creative-secondary-action,
.creative-product-card a {
  min-height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.creative-primary-action {
  padding: 0 20px;
  color: #ffffff;
  background: var(--electric-sky);
  box-shadow: 0 16px 34px rgba(32, 168, 255, 0.24);
}

.creative-secondary-action {
  padding: 0 18px;
  border: 1px solid var(--line-mist);
  color: var(--circle-ink);
  background: #ffffff;
}

.creative-product-sampler {
  display: grid;
  gap: 24px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--line-mist);
  border-radius: 8px;
  background: #ffffff;
}

.creative-story-page .essay-topbar,
.creative-story-page .essay-article {
  width: min(100%, 72rem);
  margin-left: auto;
  margin-right: auto;
}

.creative-story-page .essay-topbar {
  margin-bottom: 16px;
}

.creative-story-page .essay-back-link {
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  padding: 0 16px;
  border: 1px solid var(--line-mist, #d9e4e8);
  border-radius: 8px;
  background: #ffffff;
  color: var(--circle-ink, #172033);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(23, 32, 51, 0.08);
}

.creative-story-page .essay-article {
  max-width: none;
}

.creative-story-page .creative-conversion-hero {
  margin-top: 0;
  margin-bottom: 30px;
}

.creative-story-page .creative-product-sampler {
  margin-top: 0;
  margin-bottom: 42px;
}

.store-editorial-hero {
  position: relative;
  display: grid;
  min-height: clamp(560px, 72vh, 760px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #101725;
  box-shadow: 0 34px 90px rgba(23, 32, 51, 0.22);
}

.store-editorial-image {
  position: absolute;
  inset: 0;
}

.store-editorial-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 23, 37, 0.92) 0%, rgba(16, 23, 37, 0.72) 42%, rgba(16, 23, 37, 0.12) 100%),
    linear-gradient(0deg, rgba(16, 23, 37, 0.64) 0%, transparent 45%);
}

.store-editorial-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.04);
}

.ai-editorial-hero .store-editorial-image img {
  object-position: 58% center;
}

.store-editorial-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(48rem, 100%);
  padding: clamp(34px, 6vw, 74px);
  display: grid;
  gap: 18px;
}

.store-editorial-copy .creative-kicker {
  color: #f7c186;
}

.store-editorial-copy h1 {
  margin: 0;
  max-width: 10ch;
  color: #ffffff;
  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(3.5rem, 9vw, 7.3rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.96;
}

.store-editorial-copy .creative-story-deck {
  max-width: 35rem;
  color: #fffdf8;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.22);
}

.store-editorial-copy p:not(.creative-kicker):not(.creative-story-deck) {
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: 1.08rem;
  line-height: 1.62;
}

.store-editorial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.store-editorial-strip {
  position: absolute;
  z-index: 3;
  top: clamp(18px, 4vw, 44px);
  right: clamp(18px, 4vw, 44px);
  display: flex;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.store-editorial-strip img {
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 12px;
  object-fit: contain;
}

.creative-section-heading {
  display: grid;
  gap: 12px;
}

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

.creative-product-card {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 280px;
  padding: 22px;
  border: 1px solid color-mix(in srgb, var(--product-accent, #20a8ff) 25%, var(--line-mist));
  border-radius: 8px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--product-accent, #20a8ff) 8%, #ffffff), #ffffff 48%);
}

.creative-product-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
  border: 0;
  background: transparent;
}

.creative-product-card h3 {
  margin: 0;
  color: var(--circle-ink);
  font-size: 1.55rem;
  line-height: 1.08;
  font-weight: 800;
}

.creative-product-card a {
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  padding: 0 14px;
  color: #ffffff;
  background: var(--product-accent, #20a8ff);
}

.ai-technical-entry {
  margin-top: 0;
}

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

body[data-ctp-default-install-app="query_quick"] .product-hero-copy h1 {
  max-width: 14ch;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.45rem, 4vw, 4.1rem);
  line-height: 1;
  text-align: center;
}

body[data-ctp-default-install-app="query_quick"] .product-hero {
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
  align-items: center;
  justify-items: center;
  gap: 22px;
  padding: clamp(30px, 4vw, 46px);
  text-align: center;
}

body[data-ctp-default-install-app="query_quick"] .product-hero-copy {
  justify-items: center;
  max-width: 760px;
}

body[data-ctp-default-install-app="query_quick"] .product-deck {
  max-width: 36rem;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(1.06rem, 1.5vw, 1.22rem);
  line-height: 1.45;
  text-align: center;
}

body[data-ctp-default-install-app="query_quick"] .product-identity-line {
  max-width: 38rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body[data-ctp-default-install-app="query_quick"] .hero-actions {
  justify-content: center;
}

body[data-ctp-default-install-app="query_quick"] .hero-actions .cta-primary,
body[data-ctp-default-install-app="query_quick"] .hero-actions .cta-secondary {
  width: auto;
  min-width: 0;
  padding-right: 22px;
  padding-left: 22px;
}

body[data-ctp-default-install-app="query_quick"] .product-proof-card .example-message {
  max-width: 13ch;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  text-align: center;
}

.query-quick-proof-card {
  align-self: center;
  align-content: center;
  justify-items: center;
  justify-self: center;
  gap: 12px;
  width: min(100%, 430px);
  min-height: 0;
  padding: 22px 24px;
  text-align: center;
}

body[data-ctp-default-install-app="query_quick"] .query-quick-proof-card .context-note {
  max-width: 28rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
}

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

.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: 10px;
  font-size: 0.84rem;
  font-weight: 820;
  line-height: 1.15;
}

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

.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(1.2rem, 1.9vw, 1.62rem);
  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: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", 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-lanes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ctp-installer-lane {
  min-height: 112px;
  display: grid;
  align-content: start;
  gap: 8px;
  border: 1px solid rgba(23, 32, 51, 0.14);
  border-radius: 8px;
  padding: 14px;
  color: #172033;
  background: rgba(255, 255, 255, 0.72);
  text-align: left;
  cursor: pointer;
}

.ctp-installer-lane.is-active {
  border-color: rgba(32, 168, 255, 0.72);
  background: #eef8ff;
  box-shadow: inset 0 0 0 2px rgba(32, 168, 255, 0.18);
}

.ctp-installer-lane strong {
  color: #172033;
  font-size: 1rem;
  line-height: 1.1;
}

.ctp-installer-lane span {
  color: #4f5d72;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.35;
}

.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-lane: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;
  }

  .ctp-installer-lanes {
    grid-template-columns: 1fr;
  }

  .ctp-installer-lane {
    min-height: 0;
  }
}

@media (max-width: 960px) {
  .hero,
  .product-hero,
  .creative-conversion-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;
  }

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

  .creative-hero-picture {
    min-height: 300px;
  }

  .creative-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
  }

  .creative-conversion-hero-ai .creative-icon {
    width: 54px;
    height: 54px;
  }

  .creative-conversion-hero-ai .creative-icon-finch,
  .creative-conversion-hero-ai .creative-icon-sayit {
    top: 9%;
  }

  .creative-conversion-hero-ai .creative-icon-query {
    top: 4%;
    right: 44%;
  }

  .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;
    max-width: 50rem;
  }

  .essay-hero-image {
    order: 2;
  }

  .essay-hero-copy {
    order: 1;
  }

  .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.15rem, 10vw, 3.35rem);
  }

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

  body[data-ctp-default-install-app="query_quick"] .query-quick-proof-card {
    justify-self: center;
    width: min(100%, 430px);
    padding: 18px;
  }

  body[data-ctp-default-install-app="query_quick"] .query-quick-card-title {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  body[data-ctp-default-install-app="query_quick"] .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body[data-ctp-default-install-app="query_quick"] .hero-actions a {
    align-self: center;
    width: auto;
    text-align: center;
  }

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

  body[data-ctp-default-install-app="magic_sunset"] .magic-sunset-fit-grid {
    grid-template-columns: 1fr;
  }

  body[data-ctp-default-install-app="magic_sunset"] .magic-sunset-triangulation .use-card:nth-last-child(-n + 2) {
    grid-column: auto;
  }

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

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

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

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

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

  .product-card-top {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
  }

  .product-mark {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    border-radius: 14px;
  }

  .product-status {
    padding: 7px 11px;
    font-size: 0.78rem;
  }

  .live-product-card .product-intro p {
    max-width: 18rem;
    font-size: 1.18rem;
  }

  .live-product-card .product-intro h2 {
    font-size: 2.55rem;
  }

  .coming-next-band h2 {
    font-size: 2.6rem;
  }

  .coming-next-card {
    min-height: 0;
    padding: 24px 22px;
  }

  .coming-next-card h3 {
    font-size: 2.55rem;
  }

  .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(160px, 46vw);
  }

  .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: 680px) {
  .creative-conversion-hero,
  .creative-product-sampler {
    margin: 28px auto;
    padding: 20px;
  }

  .creative-product-grid {
    grid-template-columns: 1fr;
  }

  .creative-hero-picture {
    min-height: 260px;
  }

  .creative-conversion-hero-ai .creative-hero-picture > img {
    width: 118px;
  }

  .creative-conversion-hero-ai .creative-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .creative-conversion-hero-ai .creative-icon-finch {
    top: 10%;
    left: 8%;
  }

  .creative-conversion-hero-ai .creative-icon-sayit {
    top: 10%;
    right: 8%;
  }

  .creative-conversion-hero-ai .creative-icon-query {
    top: 6%;
    right: 43%;
  }

  .creative-conversion-hero-ai .creative-icon-jrnl {
    left: 9%;
    bottom: 12%;
  }

  .creative-conversion-hero-ai .creative-icon-spotter {
    right: 9%;
    bottom: 12%;
  }

  .creative-conversion-hero-ai .creative-icon-anchor {
    left: 43%;
    bottom: 6%;
  }

  .creative-hero-copy h1,
  .creative-hero-copy h2,
  .creative-section-heading h2 {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .creative-cta-row {
    align-items: stretch;
    flex-direction: column;
  }

  .creative-primary-action,
  .creative-secondary-action {
    width: 100%;
  }
}

@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;
  }
}

.creative-story-page .site-header {
  width: min(calc(100% - 32px), 52rem);
  margin: 0 auto 28px;
  padding: 6px 8px;
  border: 1px solid rgba(217, 228, 232, 0.78);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.06);
}

.creative-story-page .top-nav {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 0.84rem;
}

.creative-story-page .top-nav a {
  min-height: 32px;
  display: inline-grid;
  place-items: center;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--circle-ink, #172033);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.creative-story-page .top-nav a:hover,
.creative-story-page .top-nav a:focus-visible {
  border-color: rgba(32, 168, 255, 0.28);
  background: rgba(32, 168, 255, 0.08);
}

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

.circle-story-surface,
.story-difference-band,
.story-return-strip {
  width: min(100%, 46rem);
  margin: 0 auto 32px;
}

.circle-story-surface,
.story-difference-band {
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
}

.circle-story-surface {
  padding: 4px 0 0;
}

.circle-story-surface p,
.story-difference-copy p {
  margin: 0;
  max-width: 42rem;
}

.circle-story-setup {
  max-width: 38rem;
  font-size: clamp(1.04rem, 1.5vw, 1.18rem);
  line-height: 1.65;
  color: #253347;
}

.story-tree-surface,
.story-difference-copy {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.story-tree-surface {
  width: 100%;
  padding: 16px 20px 20px;
  border: 1px solid rgba(35, 31, 28, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at top, rgba(216, 104, 67, 0.08), transparent 34%),
    rgba(255, 251, 247, 0.9);
  box-shadow: 0 12px 30px rgba(85, 58, 42, 0.05);
}

.story-tree-root {
  position: relative;
  display: grid;
  justify-items: center;
  padding-top: 4px;
  padding-bottom: 42px;
}

.story-tree-root::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 34px);
  width: 2px;
  height: 24px;
  background: rgba(216, 104, 67, 0.8);
  transform: translateX(-50%);
}

.story-tree-root::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: min(18rem, 56vw);
  height: 2px;
  background: rgba(216, 104, 67, 0.72);
  transform: translateX(-50%);
}

.story-tree-root span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(216, 104, 67, 0.2);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a4527;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 10px rgba(255, 251, 247, 0.92);
}

.story-tree-branches {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  align-items: start;
  padding-top: 6px;
}

.story-tree-leaf {
  position: relative;
  min-height: 168px;
  padding: 26px 18px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(35, 31, 28, 0.08);
  display: grid;
  grid-template-rows: minmax(52px, auto) auto;
  gap: 16px;
  justify-items: center;
  text-align: center;
  align-content: start;
}

.story-tree-leaf::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  width: 2px;
  height: 20px;
  background: rgba(216, 104, 67, 0.72);
  transform: translateX(-50%);
}

.story-tree-copy {
  margin: 0;
  max-width: 14rem;
  font-size: 0.98rem;
  line-height: 1.42;
  color: #31455f;
}

.story-branch-action,
.story-return-action {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  max-width: 16rem;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  background: #231f1c;
  color: #fff7f1;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.96rem;
  text-align: center;
}

.story-branch-action:hover,
.story-branch-action:focus-visible,
.story-return-action:hover,
.story-return-action:focus-visible {
  background: #d86843;
  color: #fffdf9;
}

.story-difference-band {
  width: min(100%, 34rem);
  padding: 24px;
  border: 1px solid rgba(35, 31, 28, 0.1);
  background: rgba(255, 251, 247, 0.92);
  border-radius: 20px;
  box-shadow: 0 10px 26px rgba(85, 58, 42, 0.05);
}

.story-difference-actions,
.story-return-strip {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.story-difference-actions .creative-primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  background: #231f1c;
  color: #fff7f1;
  text-decoration: none;
  font-weight: 700;
}

.story-difference-actions .creative-primary-action:hover,
.story-difference-actions .creative-primary-action:focus-visible {
  background: #d86843;
  color: #fffdf9;
}

.story-return-strip {
  padding: 18px 22px;
}

.story-return-action-secondary {
  background: rgba(216, 104, 67, 0.12);
  color: #9a4527;
}

.story-return-action-secondary:hover,
.story-return-action-secondary:focus-visible {
  background: #9a4527;
  color: #fffdf9;
}

@media (max-width: 760px) {
  .creative-story-page .site-header {
    padding: 8px;
  }

  .creative-story-page .top-nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .creative-story-page .top-nav::-webkit-scrollbar {
    display: none;
  }

  .creative-story-page .top-nav a {
    min-width: max-content;
  }

  .store-editorial-hero {
    min-height: 720px;
  }

  .store-editorial-image::after {
    background:
      linear-gradient(180deg, rgba(16, 23, 37, 0.48) 0%, rgba(16, 23, 37, 0.9) 48%, rgba(16, 23, 37, 0.96) 100%),
      linear-gradient(90deg, rgba(16, 23, 37, 0.62), transparent 62%);
  }

  .store-editorial-image img {
    object-position: 62% top;
  }

  .store-editorial-copy {
    align-self: end;
    padding: 28px;
  }

  .store-editorial-copy h1 {
    font-size: clamp(3.1rem, 17vw, 4.8rem);
  }

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

  .store-editorial-strip {
    top: 24px;
    right: 24px;
    bottom: auto;
    max-width: calc(100% - 48px);
    flex-wrap: wrap;
  }

  .store-editorial-strip img {
    width: 42px;
    height: 42px;
  }

  .story-tree-surface {
    padding-inline: 14px;
  }

  .story-tree-root {
    padding-bottom: 18px;
  }

  .story-tree-root::before {
    height: 18px;
    top: 30px;
  }

  .story-tree-root::after {
    display: none;
  }

  .story-tree-branches {
    grid-template-columns: 1fr;
    width: min(100%, 20rem);
    gap: 16px;
    padding-top: 0;
  }

  .story-tree-leaf::before {
    top: -12px;
    height: 10px;
  }

  .story-return-strip,
  .story-difference-actions {
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  body[data-ctp-default-install-app="anchor"] .product-hero {
    max-width: 100%;
    padding: 28px 20px;
  }

  body[data-ctp-default-install-app="anchor"] .product-hero-copy h1 {
    font-size: clamp(2.18rem, 11vw, 3rem);
  }

  body[data-ctp-default-install-app="anchor"] .use-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-ctp-default-install-app="anchor"] .use-card,
  body[data-ctp-default-install-app="anchor"] .use-card:nth-child(n + 4) {
    grid-column: auto;
  }

  body[data-ctp-default-install-app="anchor"] .answer-qa-card-wide {
    grid-column: auto;
  }
}

body[data-ctp-default-install-app="anchor"] .product-hero-copy,
body[data-ctp-default-install-app="anchor"] .product-deck,
body[data-ctp-default-install-app="anchor"] .product-identity-line,
body[data-ctp-default-install-app="anchor"] .product-proof-card,
body[data-ctp-default-install-app="anchor"] .example-label,
body[data-ctp-default-install-app="anchor"] .example-message,
body[data-ctp-default-install-app="anchor"] .section-heading,
body[data-ctp-default-install-app="anchor"] .section-note,
body[data-ctp-default-install-app="anchor"] .search-intent-band,
body[data-ctp-default-install-app="anchor"] .search-list,
body[data-ctp-default-install-app="anchor"] .use-card,
body[data-ctp-default-install-app="anchor"] .product-closing {
  text-align: center;
}

body[data-ctp-default-install-app="anchor"] .product-hero-copy h1 {
  font-size: clamp(2.55rem, 4.8vw, 4.05rem);
  text-align: center;
}

body[data-ctp-default-install-app="anchor"] .example-message {
  font-size: clamp(1.2rem, 2.25vw, 1.62rem);
}

@media (max-width: 760px) {
  body[data-ctp-default-install-app="anchor"] .product-hero-copy h1 {
    font-size: clamp(2.18rem, 11vw, 3rem);
  }

  .answer-qa-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
