* { box-sizing: border-box; }

:root {
  --bg: #f5f5f7;
  --paper: #ffffff;
  --ink: #080e1d;
  --muted: #566175;
  --muted-2: #7b8497;
  --line: rgba(15, 23, 42, 0.10);
  --blue: #315cf0;
  --blue-2: #7893ff;
  --blue-soft: #eef3ff;
  --shadow: 0 22px 70px rgba(15, 23, 42, 0.07);
  --shadow-strong: 0 38px 120px rgba(15, 23, 42, 0.15);
  --radius: 44px;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 0% 0%, rgba(49, 92, 240, 0.09), transparent 32rem),
    radial-gradient(circle at 100% 2%, rgba(111, 139, 255, 0.10), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, #fbfbfd 42%, #f5f5f7 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.brand, .footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.045em;
}
.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 13px;
  display: inline-grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  box-shadow: 0 14px 32px rgba(49,92,240,.22);
  font-weight: 950;
}
nav { display: flex; gap: 26px; align-items: center; font-size: 14px; color: #555f72; font-weight: 760; }
nav a:hover, .footer-links a:hover { color: var(--ink); }

.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: calc(100vh - 76px);
  margin: 0 auto 82px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, .74fr);
  align-items: center;
  gap: clamp(46px, 6vw, 92px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 18px rgba(49,92,240,.55);
}
h1 {
  max-width: 770px;
  margin-bottom: 30px;
  font-size: clamp(62px, 7vw, 108px);
  line-height: .91;
  letter-spacing: -.08em;
  color: var(--ink);
}
.hero-subtitle {
  max-width: 590px;
  margin: 0;
  font-size: clamp(23px, 2.05vw, 31px);
  line-height: 1.25;
  font-weight: 650;
  letter-spacing: -.03em;
  color: #4b5565;
}
.hero-actions,
.final-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.primary-button, .secondary-button {
  min-height: 56px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 860;
  font-size: 16px;
  letter-spacing: -.01em;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.primary-button {
  background: #0b1020;
  color: white;
  box-shadow: 0 18px 44px rgba(11,16,32,.18);
}
.primary-button::after { content: "→"; margin-left: 10px; }
.secondary-button {
  background: rgba(255,255,255,.84);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: 0 14px 38px rgba(15,23,42,.06);
}
.primary-button:hover, .secondary-button:hover, .text-link:hover, .store-badge-link:hover { transform: translateY(-2px); }
.text-link {
  color: #344054;
  font-size: 16px;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(52,64,84,.24);
  text-underline-offset: 5px;
  transition: transform .2s ease, color .2s ease;
}
.text-link:hover { color: var(--blue); }

.hero-visual { min-height: 680px; position: relative; display: grid; place-items: center; }
.hero-visual::before {
  content: "";
  position: absolute;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49,92,240,.15), rgba(49,92,240,.04) 42%, transparent 68%);
  filter: blur(4px);
}
.phone-shell {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: min(330px, 100%);
  aspect-ratio: 691 / 1536;
  border-radius: 44px;
  background: #090d16;
  box-shadow: var(--shadow-strong), inset 0 0 0 1px rgba(255,255,255,.06);
  border: 1px solid rgba(15,23,42,.12);
}
.phone-shell img {
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  display: block;
}
.hero-phone {
  width: min(365px, 92%);
  transform: rotate(1.5deg);
}
.glass-note, .success-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 22px 70px rgba(15,23,42,.13);
  backdrop-filter: blur(18px);
}
.glass-note { position: absolute; min-width: 232px; }
.glass-note span, .success-card span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: var(--blue-soft);
  font-weight: 950;
}
.glass-note strong, .success-card strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: -.02em;
}
.glass-note small, .success-card small {
  display: block;
  margin-top: 3px;
  color: #667085;
  font-size: 11px;
  font-weight: 750;
}
.in-phone-toast {
  top: 128px;
  right: 20px;
  max-width: 246px;
  transform: scale(.82);
  transform-origin: top right;
  z-index: 5;
}

.section {
  width: min(1180px, calc(100% - 48px));
  margin: 100px auto;
}
.section-heading {
  max-width: 900px;
  margin: 0 auto 46px;
  text-align: center;
}
.section-heading.compact { max-width: 850px; }
.section-heading h2, .split-copy h2, .final-cta h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(46px, 5.2vw, 82px);
  line-height: .95;
  letter-spacing: -.075em;
}
.section-heading p, .split-copy p, .final-cta p, .three-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 620;
  letter-spacing: -.018em;
}
.need-section, .split-section, .demo-section, .availability-section, .final-cta, .privacy-section {
  padding: clamp(38px, 6vw, 72px);
  border-radius: var(--radius);
  border: 1px solid rgba(15,23,42,.08);
  background: rgba(255,255,255,.80);
  box-shadow: var(--shadow);
}
.emotion-grid, .three-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.emotion-grid article, .three-cards article {
  min-height: 210px;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(15,23,42,.08);
  background: #fff;
  box-shadow: 0 18px 54px rgba(15,23,42,.05);
}
.emoji { font-size: 38px; display: block; margin-bottom: 22px; }
.number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue);
  font-weight: 950;
}
.emotion-grid h3, .three-cards h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.055em;
}

.split-section {
  display: grid;
  grid-template-columns: .92fr 1fr;
  gap: clamp(40px, 6vw, 82px);
  align-items: center;
}
.split-section.reverse { grid-template-columns: 1fr .92fr; }
.split-section.reverse .split-copy { order: 2; }
.split-section.reverse .image-stage { order: 1; }
.mini-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}
.mini-steps div {
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
}
.mini-steps span { display: inline-flex; margin-bottom: 14px; color: var(--blue); font-weight: 950; }
.mini-steps strong { display:block; color: var(--ink); font-size: 18px; margin-bottom: 6px; }
.mini-steps small { display:block; color: var(--muted); font-size: 14px; line-height: 1.35; font-weight: 650; }

.image-stage {
  min-height: 580px;
  display: grid;
  place-items: center;
  position: relative;
}
.single-phone .phone-shell { width: min(300px, 100%); }
.dual-phone { min-height: 630px; }
.dual-phone .phone-shell { width: min(300px, 100%); }
.dual-phone .behind {
  position: absolute;
  left: 10%;
  top: 5%;
  transform: rotate(-5deg) scale(.94);
  opacity: .92;
}
.dual-phone .front { position: relative; transform: rotate(3deg); }

.flow-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.flow-strip figure {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(15,23,42,.07);
}
.flow-strip img {
  width: 100%;
  aspect-ratio: 691 / 1536;
  object-fit: cover;
  border-radius: 25px;
  background: #0b0e14;
}
.flow-strip figcaption { margin: 16px 8px 6px; display: grid; gap: 5px; }
.flow-strip strong { color: var(--ink); font-size: 17px; font-weight: 900; letter-spacing: -.03em; }
.flow-strip span { color: var(--muted); font-size: 13px; line-height: 1.35; font-weight: 650; }

.success-card {
  margin-top: 30px;
  max-width: 380px;
}
.availability-section { text-align: center; }
.store-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.store-badge-link {
  display: inline-flex;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 10px;
  line-height: 0;
  transition: transform .2s ease, opacity .2s ease;
}
.store-badge-link img {
  height: 52px;
  width: auto;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.final-cta {
  text-align: center;
  margin-bottom: 90px;
}
.final-cta p { max-width: 640px; margin: 0 auto 28px; }
.final-actions { justify-content: center; }

.site-footer {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0;
  border-top: 1px solid rgba(15,23,42,.10);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
}
.site-footer p { margin: 10px 0 0; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; justify-content: flex-end; }

@media (max-width: 1050px) {
  nav { display: none; }
  .hero, .split-section, .split-section.reverse {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero { min-height: auto; padding-top: 42px; }
  .hero-subtitle, .split-copy p { margin-left: auto; margin-right: auto; }
  .hero-actions, .final-actions { justify-content: center; }
  .split-section.reverse .split-copy, .split-section.reverse .image-stage { order: initial; }
  .success-card { margin-left: auto; margin-right: auto; }
  .image-stage { min-height: auto; }
  .dual-phone { min-height: 640px; }
  .dual-phone .behind { left: 22%; }
  .emotion-grid, .three-cards, .mini-steps { grid-template-columns: 1fr; }
  .flow-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 640px) {
  .site-header, .hero, .section, .site-footer { width: min(100% - 28px, 1180px); }
  .site-header { height: 68px; }
  h1 { font-size: 56px; }
  .hero-subtitle { font-size: 22px; }
  .hero-actions { align-items: stretch; gap: 16px; }
  .primary-button { width: 100%; }
  .hero-visual { min-height: 540px; }
  .hero-phone { width: min(330px, 94%); }
  .in-phone-toast {
    top: 94px;
    right: 8px;
    transform: scale(.68);
  }
  .flow-strip { grid-template-columns: 1fr; }
  .need-section, .split-section, .demo-section, .availability-section, .final-cta, .privacy-section {
    padding: 28px;
    border-radius: 30px;
  }
  .store-badge-link img { height: 46px; }
  .site-footer { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}


/* Premium hero CTA refinements */
.hero-store-badges{
    display:flex;
    gap:16px;
    align-items:center;
    margin-top:28px;
    flex-wrap:wrap;
}

.store-badge img{
    height:56px;
    width:auto;
    display:block;
    transition:transform .2s ease, opacity .2s ease;
}

.store-badge img:hover{
    transform:translateY(-2px);
    opacity:.92;
}

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

.hero{
    min-height:auto;
    padding-top:48px;
    padding-bottom:48px;
}

@media (max-width: 900px){
    .hero-store-badges{
        justify-content:center;
    }
}


/* Deduplicated CTA refinements */
.final-actions .primary-button {
  margin-inline: auto;
}

.hero-store-badges {
  margin-top: 24px;
}


/* Video demo modal */
button.primary-button {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.demo-video-card {
  width: min(860px, 100%);
  margin: 0 auto 28px;
  padding: 0;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 36px;
  background: #080e1d;
  box-shadow: 0 28px 90px rgba(15,23,42,.13);
  cursor: pointer;
}

.demo-video-card video {
  width: 100%;
  max-height: 520px;
  display: block;
  object-fit: cover;
  opacity: .82;
}

.demo-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 0 28%, rgba(8,14,29,.34) 72%);
  pointer-events: none;
}

.demo-play-button {
  position: absolute;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.38);
  box-shadow: 0 22px 65px rgba(0,0,0,.24);
  backdrop-filter: blur(18px);
  z-index: 2;
  font-size: 26px;
  padding-left: 4px;
}

.demo-video-caption {
  position: absolute;
  left: 28px;
  bottom: 24px;
  z-index: 2;
  color: #fff;
  font-weight: 900;
  letter-spacing: -.03em;
  font-size: 20px;
  text-shadow: 0 10px 30px rgba(0,0,0,.38);
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.video-modal[aria-hidden="false"] {
  display: flex;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8,14,29,.72);
  backdrop-filter: blur(18px);
}

.video-modal-panel {
  width: min(430px, calc(100vw - 34px));
  position: relative;
  z-index: 1;
  border-radius: 38px;
  background: #080e1d;
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: 0 44px 140px rgba(0,0,0,.45);
  overflow: hidden;
}

.video-modal-panel video {
  width: 100%;
  display: block;
  max-height: min(82vh, 820px);
  background: #080e1d;
}

.video-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(8,14,29,.72);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.video-modal-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .demo-video-card {
    border-radius: 28px;
  }

  .demo-play-button {
    width: 64px;
    height: 64px;
    font-size: 22px;
  }

  .demo-video-caption {
    left: 18px;
    bottom: 18px;
    font-size: 17px;
  }
}


/* Premium refinement pass */
nav a {
  position: relative;
  color: #4b5565;
  transition: color .2s ease;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 2px;
  border-radius: 999px;
  background: var(--blue);
  transition: width .22s ease;
}

nav a:hover::after {
  width: 100%;
}

.hero-phone {
  animation: phoneFloat 6s ease-in-out infinite;
}

.hero-phone img {
  filter: brightness(1.10) contrast(1.04);
}

.in-phone-toast {
  animation: toastFloat 5s ease-in-out infinite;
}

@keyframes phoneFloat {
  0% { transform: rotate(1.5deg) translateY(0px); }
  50% { transform: rotate(1.5deg) translateY(-8px); }
  100% { transform: rotate(1.5deg) translateY(0px); }
}

@keyframes toastFloat {
  0% { transform: scale(.82) translateY(0px); }
  50% { transform: scale(.82) translateY(-4px); }
  100% { transform: scale(.82) translateY(0px); }
}

.real-life-section {
  text-align: center;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
  margin-top: 36px;
}

.story-grid article {
  padding: 34px 28px;
  border-radius: 32px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 20px 65px rgba(15,23,42,.06);
}

.story-grid span {
  font-size: 42px;
  display: block;
  margin-bottom: 18px;
}

.story-grid h3 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -.04em;
  color: var(--ink);
}

.story-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 650;
}

@media (max-width: 900px) {
  .story-grid {
    grid-template-columns: 1fr;
  }
}


/* --- Premium Hero Refinements --- */

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

.hero-subtitle {
  max-width: 720px;
}

.hero-microcopy {
  margin-top: 1rem;
  max-width: 620px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #5c6477;
  font-weight: 500;
}

.trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.trust-pills span {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(76, 103, 255, 0.07);
  border: 1px solid rgba(76, 103, 255, 0.10);
  color: #34405a;
  font-size: 0.92rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.hero-visual {
  position: relative;
}

.hero-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(76,103,255,0.16) 0%, rgba(76,103,255,0.05) 40%, transparent 72%);
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  filter: blur(20px);
  pointer-events: none;
  animation: pulseGlow 7s ease-in-out infinite;
}

.hero-phone {
  position: relative;
  z-index: 2;
  transform: translateY(8px);
  animation: floatPhone 6s ease-in-out infinite;
}

@keyframes floatPhone {
  0% { transform: translateY(8px); }
  50% { transform: translateY(-4px); }
  100% { transform: translateY(8px); }
}

@keyframes pulseGlow {
  0% { opacity: 0.7; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.03); }
  100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1); }
}

.site-header nav a {
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-header nav a:hover {
  opacity: 0.72;
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .trust-pills {
    justify-content: center;
  }

  .hero-microcopy {
    text-align: center;
    margin-inline: auto;
  }
}


/* Final hero polish: clearer CTA, subtler trust signal, stronger product presence */
.hero {
  column-gap: clamp(36px, 5vw, 86px);
}

.hero-copy h1 {
  line-height: .91;
}

.hero-subtitle {
  margin-top: 24px;
}

.hero-microcopy {
  margin-top: 14px;
  max-width: 650px;
  line-height: 1.55;
}

.hero-actions {
  margin-top: 24px;
  margin-bottom: 0;
}

.trust-pills {
  display: none;
}

.trust-line {
  margin: 18px 0 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: -.015em;
}

.trust-line span {
  color: #98a2b3;
  margin: 0 8px;
}

.hero-visual {
  transform: translateX(-34px);
}

.hero-phone {
  width: min(450px, 96%);
}

.hero-phone img {
  filter: brightness(1.13) contrast(1.06) saturate(1.02);
}

.site-header nav {
  color: #485266;
  font-weight: 820;
}

.site-header nav a {
  color: #485266;
}

@media (min-width: 981px) {
  .hero-store-badges {
    margin-top: 20px;
  }

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

@media (max-width: 980px) {
  .hero-visual {
    transform: none;
  }

  .trust-line {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .trust-line span {
    margin: 0 5px;
  }
}


/* --- Final premium layout pass --- */

/* Stronger, cleaner nav labels */
.site-header nav {
  gap: 24px;
  font-weight: 840;
  color: #424b5f;
}

.site-header nav a {
  color: #424b5f;
}

/* Raise and tighten the hero copy so the page starts with more intention */
.hero {
  align-items: center;
  padding-top: 0;
  margin-bottom: 72px;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr);
  gap: clamp(28px, 4.5vw, 72px);
}

.hero-copy {
  transform: translateY(-22px);
}

.eyebrow {
  margin-bottom: 18px;
}

.hero-copy h1,
h1 {
  line-height: .89;
  margin-bottom: 26px;
}

.hero-subtitle {
  max-width: 560px;
  line-height: 1.22;
}

.hero-microcopy {
  max-width: 560px;
  margin-top: 12px;
  line-height: 1.5;
}

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

.trust-line {
  margin-top: 16px;
  font-size: 14.5px;
}

.hero-emotion-line {
  max-width: 560px;
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 760;
  letter-spacing: -.01em;
}

/* Make the product image more dominant and slightly less isolated */
.hero-visual {
  min-height: 720px;
  transform: translateX(-52px);
}

.hero-phone {
  width: min(474px, 98%);
  transform-origin: center top;
}

.phone-shell.hero-phone {
  overflow: hidden;
}

/* Toast sits deeper inside the UI so it feels anchored to the app, not the browser edge */
.in-phone-toast {
  top: 154px;
  right: 22px;
}

/* Keep the phone premium but not too dark */
.hero-phone img {
  filter: brightness(1.14) contrast(1.06) saturate(1.03);
}

/* Consistent premium motion below the hero */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.card,
.story-grid article,
.three-cards article,
.feature-card,
.flow-card {
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.card:hover,
.story-grid article:hover,
.three-cards article:hover,
.feature-card:hover,
.flow-card:hover {
  transform: translateY(-3px);
}

@media (max-width: 1100px) {
  .hero-visual {
    transform: translateX(-26px);
  }

  .hero-phone {
    width: min(440px, 98%);
  }
}

@media (max-width: 980px) {
  .hero-copy {
    transform: none;
  }

  .hero-visual {
    min-height: auto;
    transform: none;
  }

  .hero-subtitle,
  .hero-microcopy,
  .hero-emotion-line {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-phone,
  .in-phone-toast,
  .hero-glow,
  .reveal-on-scroll {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}


/* --- Hero refinement pass v2 --- */

/* Slightly reduce headline dominance */
.hero h1,
h1 {
  font-size: clamp(58px, 6.4vw, 100px);
  line-height: .87;
  letter-spacing: -.085em;
  max-width: 700px;
}

/* Better subtitle wrapping and rhythm */
.hero-subtitle {
  max-width: 640px;
  font-size: clamp(22px, 1.9vw, 30px);
  line-height: 1.18;
  letter-spacing: -.035em;
  text-wrap: balance;
}

/* More intentional supporting copy */
.hero-microcopy {
  max-width: 560px;
  margin-top: 14px;
  color: #697487;
  font-size: 18px;
  line-height: 1.52;
  font-weight: 620;
}

.hero-emotion-line {
  margin-top: 12px;
  color: #5d6678;
  font-size: 15px;
  font-weight: 760;
}

.future-self-line {
  margin: 6px 0 0;
  color: #8891a4;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 650;
}

/* Reduce whitespace gulf between copy and device */
.hero {
  gap: clamp(14px, 3vw, 42px);
}

/* Rebalance phone framing */
.hero-visual {
  transform: translateX(-76px);
  min-height: 760px;
}

.hero-phone {
  width: min(500px, 102%);
  transform: rotate(1.25deg);
}

/* Show more lower UI */
.phone-shell.hero-phone {
  aspect-ratio: 691 / 1450;
}

/* Keep toast integrated */
.in-phone-toast {
  top: 170px;
  right: 20px;
  transform: scale(.84);
}

/* Slightly softer screenshot rendering */
.hero-phone img {
  filter: brightness(1.13) contrast(1.03);
}

/* Cleaner nav */
.site-header nav {
  gap: 22px;
}

.site-header nav a {
  font-size: 15px;
  letter-spacing: -.015em;
}

/* Better desktop proportions */
@media (min-width: 1500px) {
  .hero {
    width: min(1320px, calc(100% - 72px));
  }

  .hero-visual {
    transform: translateX(-92px);
  }
}

/* Tablet */
@media (max-width: 1100px) {
  .hero {
    gap: 24px;
  }

  .hero-visual {
    transform: translateX(-24px);
  }

  .hero-phone {
    width: min(450px, 100%);
  }
}

/* Mobile */
@media (max-width: 980px) {
  .hero-visual {
    transform: none;
    min-height: auto;
  }

  .hero-phone {
    width: min(430px, 100%);
  }

  .future-self-line {
    margin-bottom: 4px;
  }
}


/* --- Final typography + product-focus polish --- */

/* Pull the hero away from “poster headline” and closer to premium product page. */
.hero h1,
h1 {
  font-size: clamp(54px, 5.85vw, 92px);
  line-height: .865;
  letter-spacing: -.082em;
  max-width: 660px;
  margin-bottom: 18px;
}

/* Bring the subtitle closer to the headline and make the wrap feel intentional. */
.hero-subtitle {
  max-width: 590px;
  margin-top: 0;
  font-size: clamp(21px, 1.75vw, 28px);
  line-height: 1.2;
  letter-spacing: -.034em;
  text-wrap: balance;
}

.hero-microcopy {
  max-width: 545px;
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.5;
}

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

.trust-line {
  margin-top: 14px;
}

.hero-emotion-line {
  margin-top: 10px;
}

/* Let the app image carry a little more authority without adding clutter. */
.hero {
  gap: clamp(8px, 2.4vw, 34px);
}

.hero-copy {
  transform: translateY(-14px);
}

.hero-visual {
  transform: translateX(-78px);
}

.hero-phone {
  width: min(506px, 103%);
}

/* Very subtle focal glow inside the phone around the Recent Drops area. */
.phone-shell {
  position: relative;
}

.phone-focus-glow {
  position: absolute;
  left: 12%;
  right: 9%;
  top: 56%;
  height: 24%;
  pointer-events: none;
  z-index: 2;
  border-radius: 999px;
  background:
    radial-gradient(circle at 45% 45%, rgba(105, 130, 255, .20), rgba(105, 130, 255, 0) 62%);
  filter: blur(18px);
  opacity: .55;
  mix-blend-mode: screen;
}

/* Keep the toast above the glow and slightly calm it visually. */
.in-phone-toast {
  z-index: 4;
  top: 170px;
  right: 20px;
  transform: scale(.82);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .16);
}

/* Image remains crisp, but a touch less harsh. */
.hero-phone img {
  filter: brightness(1.12) contrast(1.025) saturate(1.02);
}

/* Reduce competing visual weight in the nav. */
.site-header nav a {
  font-size: 14.5px;
}

/* Responsive guardrails */
@media (min-width: 1500px) {
  .hero h1,
  h1 {
    font-size: clamp(56px, 5.7vw, 94px);
  }

  .hero-visual {
    transform: translateX(-92px);
  }
}

@media (max-width: 1100px) {
  .hero h1,
  h1 {
    font-size: clamp(50px, 8.5vw, 82px);
  }

  .hero-visual {
    transform: translateX(-26px);
  }

  .hero-phone {
    width: min(455px, 100%);
  }
}

@media (max-width: 980px) {
  .hero-copy,
  .hero-visual {
    transform: none;
  }

  .hero h1,
  h1,
  .hero-subtitle,
  .hero-microcopy {
    max-width: 680px;
  }

  .phone-focus-glow {
    opacity: .4;
  }
}

@media (max-width: 640px) {
  .hero h1,
  h1 {
    font-size: clamp(48px, 14vw, 68px);
    letter-spacing: -.075em;
  }

  .hero-subtitle {
    font-size: 21px;
  }
}


/* --- Phone crop fix: keep the DROP button visible above the fold --- */
.hero {
  padding-top: 34px;
}

.hero-phone {
  width: min(470px, 100%);
}

/* Keep desktop composition premium while preventing the device from clipping too aggressively. */
.hero-visual {
  min-height: 720px;
}

/* Preserve responsive behavior on smaller screens. */
@media (max-width: 1100px) {
  .hero-phone {
    width: min(440px, 100%);
  }
}

@media (max-width: 980px) {
  .hero {
    padding-top: 24px;
  }

  .hero-phone {
    width: min(420px, 100%);
  }
}


/* --- Actual hero screenshot crop fix ---
   The previous fix reduced the phone width, but the DROP button was still
   clipped because .phone-shell.hero-phone was forcing a shorter aspect ratio
   (691 / 1450) while the screenshot asset is taller (691 / 1536).
*/
.phone-shell.hero-phone {
  aspect-ratio: 691 / 1536;
  height: auto;
  overflow: hidden;
}

/* Make sure the hero screenshot maps to the full phone frame instead of
   being top-aligned and cut off at the bottom. */
.phone-shell.hero-phone > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Keep the full phone from becoming too tall after restoring the real aspect ratio. */
.hero-phone {
  width: min(438px, 96%);
}

/* Slightly lower the inner toast after the phone scale/aspect correction. */
.in-phone-toast {
  top: 156px;
  right: 18px;
  transform: scale(.80);
}

/* Rebalance the hero visual height after using the real phone aspect ratio. */
.hero-visual {
  min-height: 760px;
}

@media (min-width: 1500px) {
  .hero-phone {
    width: min(452px, 96%);
  }
}

@media (max-width: 1100px) {
  .hero-phone {
    width: min(420px, 96%);
  }
}

@media (max-width: 980px) {
  .hero-phone {
    width: min(390px, 96%);
  }

  .hero-visual {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .hero-phone {
    width: min(330px, 94%);
  }
}


/* --- Final hero CTA + composition polish --- */

/* Keep primary actions visible sooner above the fold. */
.hero-microcopy {
  margin-top: 8px;
  margin-bottom: 0;
}

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

.hero-store-badges {
  margin-top: 14px;
}

.trust-line {
  margin-top: 12px;
}

.hero-emotion-line {
  margin-top: 8px;
}

.future-self-line {
  margin-top: 4px;
}

/* Give the copy a little more breathing room by nudging the device right. */
.hero-visual {
  transform: translateX(-60px);
}

/* Preserve the now-correct phone crop while keeping the product dominant. */
.hero-phone {
  width: min(468px, 100%);
}

/* Subtle lower-screen fade so the hero focuses on the memory moment, not every UI control. */
.phone-shell.hero-phone::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24%;
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(
    to bottom,
    rgba(9, 13, 22, 0),
    rgba(9, 13, 22, .10)
  );
}

/* Keep overlays above the fade. */
.in-phone-toast {
  z-index: 5;
}

.phone-focus-glow {
  z-index: 4;
}

/* Slightly soften the vertical density of the headline on medium desktop widths. */
@media (min-width: 981px) and (max-width: 1350px) {
  .hero h1,
  h1 {
    font-size: clamp(52px, 5.55vw, 88px);
    line-height: .875;
  }

  .hero-subtitle {
    font-size: clamp(20px, 1.65vw, 26px);
  }
}

/* Desktop-wide balance. */
@media (min-width: 1500px) {
  .hero-visual {
    transform: translateX(-74px);
  }
}

/* Tablet and mobile safety. */
@media (max-width: 1100px) {
  .hero-visual {
    transform: translateX(-18px);
  }

  .hero-actions,
  .hero-store-badges {
    margin-top: 12px;
  }
}

@media (max-width: 980px) {
  .hero-visual {
    transform: none;
  }

  .phone-shell.hero-phone::after {
    height: 18%;
  }
}


/* --- Final headline width polish --- */
/* Slightly constrain the hero copy so the headline line breaks feel art-directed instead of cramped. */
.hero-copy {
  max-width: 620px;
}

/* Keep the subtitle/microcopy aligned with the refined headline width. */
.hero-subtitle {
  max-width: 575px;
}

.hero-microcopy {
  max-width: 540px;
}

/* Keep hero balanced after narrowing the copy column. */
.hero {
  gap: clamp(18px, 3vw, 44px);
}

/* Desktop-only nudge: keep the phone visually connected to the copy after the headline width change. */
@media (min-width: 981px) {
  .hero-visual {
    transform: translateX(-50px);
  }
}

/* Preserve centered mobile layout. */
@media (max-width: 980px) {
  .hero-copy,
  .hero-subtitle,
  .hero-microcopy {
    max-width: 680px;
  }

  .hero-visual {
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Mobile hero layout patch
   Keeps the premium desktop composition intact while giving phones/tablets
   their own stacked, centered layout with no horizontal overflow.
---------------------------------------------------------------------------- */
@media (max-width: 980px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header,
  .hero,
  .section,
  .site-footer {
    width: min(100% - 32px, 1180px);
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: auto;
    margin-bottom: 56px;
    padding: 34px 0 16px;
    gap: 34px;
    text-align: center;
  }

  .hero-copy {
    width: 100%;
    max-width: 680px;
    transform: none;
  }

  .eyebrow {
    justify-content: center;
    margin-bottom: 16px;
  }

  .hero h1,
  h1 {
    max-width: 680px;
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
    font-size: clamp(48px, 12.5vw, 76px);
    line-height: 0.92;
    letter-spacing: -0.075em;
    text-wrap: balance;
  }

  .hero-subtitle,
  .hero-microcopy,
  .hero-emotion-line,
  .future-self-line {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .hero-subtitle {
    font-size: clamp(20px, 5.2vw, 26px);
    line-height: 1.22;
  }

  .hero-microcopy {
    font-size: 16.5px;
    line-height: 1.48;
  }

  .hero-actions,
  .hero-store-badges {
    justify-content: center;
  }

  .hero-visual {
    width: 100%;
    min-height: auto;
    display: grid;
    place-items: center;
    transform: none;
  }

  .hero-visual::before,
  .hero-glow {
    width: min(440px, 94vw);
    height: min(440px, 94vw);
  }

  .phone-shell.hero-phone,
  .hero-phone {
    width: min(390px, 92vw);
    max-width: 100%;
    transform: none;
  }

  .in-phone-toast {
    top: 116px;
    right: 10px;
    max-width: 220px;
    transform: scale(0.72);
    transform-origin: top right;
  }
}

@media (max-width: 640px) {
  .site-header,
  .hero,
  .section,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    margin-bottom: 44px;
    padding-top: 26px;
    gap: 28px;
  }

  .brand,
  .footer-logo {
    font-size: 19px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .hero h1,
  h1 {
    max-width: 360px;
    font-size: clamp(42px, 15vw, 58px);
    line-height: 0.94;
    letter-spacing: -0.065em;
  }

  .hero-subtitle {
    max-width: 340px;
    font-size: 20px;
  }

  .hero-microcopy {
    max-width: 340px;
    font-size: 15.5px;
  }

  .hero-emotion-line,
  .future-self-line,
  .trust-line {
    max-width: 340px;
    font-size: 13.5px;
  }

  .trust-line span {
    margin: 0 4px;
  }

  .hero-actions {
    width: 100%;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    align-items: stretch;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
    min-height: 54px;
  }

  .hero-store-badges {
    gap: 12px;
  }

  .store-badge img,
  .store-badge-link img {
    height: 44px;
  }

  .phone-shell.hero-phone,
  .hero-phone {
    width: min(330px, 92vw);
  }

  .in-phone-toast {
    top: 94px;
    right: 6px;
    transform: scale(0.64);
  }
}


/* Beta contact email */
.beta-contact-line {
  margin-top: 14px !important;
  color: var(--muted);
  font-size: 15px !important;
  line-height: 1.45;
  font-weight: 760 !important;
}

.beta-contact-line a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(49, 92, 240, 0.28);
  text-underline-offset: 4px;
}


/* Free TestFlight beta callouts */
.beta-note-card {
  max-width: 560px;
  margin-top: 16px;
  padding: 16px 18px;
  display: grid;
  gap: 5px;
  border-radius: 22px;
  background: rgba(49, 92, 240, 0.07);
  border: 1px solid rgba(49, 92, 240, 0.14);
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.05);
}

.beta-note-card strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.beta-note-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 760;
}

.beta-free-card {
  width: min(680px, 100%);
  margin: 24px auto 0;
  padding: 18px 20px;
  display: grid;
  gap: 10px;
  border-radius: 26px;
  background: rgba(49, 92, 240, 0.07);
  border: 1px solid rgba(49, 92, 240, 0.14);
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.06);
  text-align: left;
}

.beta-free-card span {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 840;
}

.beta-free-card a {
  color: var(--blue);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: rgba(49, 92, 240, 0.28);
  text-underline-offset: 4px;
}

.final-actions .secondary-button {
  background: rgba(255,255,255,.84);
}

@media (max-width: 980px) {
  .beta-note-card {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .beta-free-card {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .beta-note-card,
  .beta-free-card {
    border-radius: 22px;
  }

  .final-actions .secondary-button {
    width: 100%;
  }
}


/* Real-world use cases */
.use-cases-section {
  text-align: center;
}

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

.use-case-grid article {
  padding: 34px 28px;
  border-radius: 32px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 20px 65px rgba(15,23,42,.06);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.use-case-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 76px rgba(15,23,42,.09);
}

.use-case-grid span {
  display: block;
  font-size: 42px;
  margin-bottom: 18px;
}

.use-case-grid h3 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -.04em;
  color: var(--ink);
}

.use-case-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 650;
}

@media (max-width: 900px) {
  .use-case-grid {
    grid-template-columns: 1fr;
  }
}

/* Privacy policy page */
.privacy-hero {
  width: min(980px, calc(100% - 48px));
  margin: 72px auto 36px;
  padding: clamp(34px, 6vw, 68px);
  border-radius: var(--radius);
  border: 1px solid rgba(15,23,42,.08);
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow);
}

.privacy-hero h1 {
  max-width: 840px;
  margin-bottom: 18px;
  font-size: clamp(48px, 6vw, 78px);
  line-height: .95;
  letter-spacing: -.07em;
}

.privacy-hero p {
  max-width: 820px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
  font-weight: 620;
  letter-spacing: -.015em;
}

.privacy-hero a,
.privacy-content a {
  color: var(--blue);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(49, 92, 240, 0.28);
  text-underline-offset: 4px;
}

.privacy-updated {
  margin-bottom: 26px;
  color: var(--muted-2) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.privacy-content {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto 90px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 34px;
  border: 1px solid rgba(15,23,42,.08);
  background: rgba(255,255,255,.80);
  box-shadow: var(--shadow);
}

.privacy-content article {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid rgba(15,23,42,.09);
}

.privacy-content article:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

.privacy-content h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.privacy-content p,
.privacy-content li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 590;
  letter-spacing: -.01em;
}

.privacy-content ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.privacy-content li {
  margin: 10px 0;
}

.privacy-note {
  margin-top: 28px;
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(49, 92, 240, 0.07);
  border: 1px solid rgba(49, 92, 240, 0.14);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 680;
}

.privacy-note strong {
  color: var(--ink);
}

@media (max-width: 640px) {
  .privacy-hero,
  .privacy-content {
    width: min(100% - 24px, 980px);
    border-radius: 30px;
  }

  .privacy-hero {
    margin-top: 34px;
    padding: 28px;
  }

  .privacy-content {
    padding: 26px;
  }

  .privacy-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .privacy-hero p,
  .privacy-content p,
  .privacy-content li {
    font-size: 15.5px;
  }
}


/* Legal page readability refinement */
.legal-shell {
  width: 100%;
}

.legal-header nav a[href="/#why"],
.legal-header nav a[href="/#demo"] {
  display: none;
}

.compact-legal-hero {
  width: min(920px, calc(100% - 48px));
  margin: 54px auto 24px;
  padding: clamp(30px, 5vw, 52px);
  border-radius: 34px;
}

.compact-legal-hero h1 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -.065em;
}

.compact-legal-hero p {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.58;
}

.privacy-summary-grid {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.privacy-summary-grid article {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(15,23,42,.08);
  background: rgba(255,255,255,.82);
  box-shadow: 0 14px 40px rgba(15,23,42,.05);
}

.privacy-summary-grid span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue);
  font-weight: 950;
  font-size: 13px;
}

.privacy-summary-grid h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.privacy-summary-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 650;
}

.refined-privacy-content {
  width: min(920px, calc(100% - 48px));
  padding: clamp(30px, 5vw, 48px);
  border-radius: 30px;
}

.refined-privacy-content article {
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.refined-privacy-content h2 {
  margin-bottom: 12px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.refined-privacy-content p,
.refined-privacy-content li {
  font-size: 16px;
  line-height: 1.62;
  font-weight: 560;
}

.refined-privacy-content li {
  margin: 8px 0;
}

@media (max-width: 900px) {
  .privacy-summary-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .compact-legal-hero,
  .privacy-summary-grid,
  .refined-privacy-content {
    width: min(100% - 24px, 920px);
  }

  .compact-legal-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .privacy-summary-grid article {
    padding: 20px;
  }

  .refined-privacy-content p,
  .refined-privacy-content li,
  .compact-legal-hero p {
    font-size: 15.5px;
  }
}
