:root {
  color-scheme: light;
  --paper: #ffffff;
  --wash: #f7fcfd;
  --wash-strong: #edf8fa;
  --ink: #071733;
  --navy: #1d3557;
  --blue: #457b9d;
  --mint: #a8dadc;
  --green: #f1faee;
  --coral: #e63946;
  --muted: #5f6f84;
  --line: #d7e9ee;
  --line-strong: #b9dce3;
  --shadow: 0 26px 80px rgba(29, 53, 87, 0.13);
  --soft-shadow: 0 18px 44px rgba(29, 53, 87, 0.1);
  --max: 1180px;
  --gutter: clamp(20px, 5vw, 56px);
  --radius: 8px;
  --radius-large: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 7%, rgba(168, 218, 220, 0.42), transparent 31rem),
    linear-gradient(180deg, #ffffff 0%, var(--wash) 58%, #ffffff 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

p,
h1,
h2,
h3 {
  margin: 0;
}

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

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

.site-header,
.site-footer,
.section,
.signal-strip {
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
}

.site-header.static {
  border-bottom: 1px solid rgba(29, 53, 87, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 560;
  letter-spacing: 0;
}

.brand-text {
  gap: 0;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(29, 53, 87, 0.13);
}

.header-support {
  color: var(--navy);
  font-size: 0.98rem;
  font-weight: 620;
  transition: color 180ms ease;
}

.header-support:hover,
.header-support:focus-visible {
  color: var(--blue);
}

.header-support:focus-visible {
  border-radius: var(--radius);
  outline: 3px solid rgba(69, 123, 157, 0.42);
  outline-offset: 5px;
}

.site-footer a {
  transition: color 180ms ease;
}

.site-footer a:hover {
  color: var(--blue);
}

.section {
  padding: clamp(58px, 9vw, 118px) 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(36px, 5vw, 82px);
  min-height: calc(100svh - 92px);
  padding-top: clamp(34px, 5vw, 68px);
}

.hero h1,
.section-heading h2,
.highlight-copy h2,
.benefits h2,
.final-cta h2,
.policy-card h1 {
  color: var(--ink);
  font-size: clamp(2.5rem, 5.35vw, 4.75rem);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 650;
}

.hero-copy > p {
  max-width: 610px;
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(1.18rem, 2vw, 1.48rem);
  line-height: 1.55;
}

.store-button {
  display: inline-block;
  margin-top: 26px;
  border-radius: 8px;
  line-height: 1;
  transition: transform 180ms ease, filter 180ms ease;
}

.store-button:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 14px 26px rgba(29, 53, 87, 0.18));
}

.store-button img {
  display: block;
  width: clamp(166px, 16vw, 190px);
  height: auto;
}

.store-button:focus-visible {
  outline: 3px solid rgba(69, 123, 157, 0.55);
  outline-offset: 4px;
}

.hero-stage {
  position: relative;
  min-height: 600px;
}

.tv {
  position: relative;
  margin: 0;
}

.tv-panel {
  position: relative;
  overflow: hidden;
  border: 10px solid #14191d;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.tv::after {
  content: "";
  display: block;
  width: 38%;
  height: 16px;
  margin: -1px auto 0;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(90deg, #101419, #2b3139, #101419);
}

.hero-tv {
  width: min(98%, 820px);
  margin-left: auto;
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
}

.hero-tv .tv-panel,
.compact-tv .tv-panel,
.large-tv .tv-panel {
  aspect-ratio: 16 / 9;
}

.actual-tv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-shot,
.real-shot {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(29, 53, 87, 0.12);
  background: #ffffff;
  box-shadow: var(--soft-shadow);
}

.phone-shot img,
.real-shot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-shot {
  position: absolute;
  right: clamp(8px, 1vw, 16px);
  top: 49%;
  width: clamp(146px, 11.3vw, 164px);
  aspect-ratio: 1206 / 2622;
  border-radius: 32px;
  transform: rotate(2deg);
  animation: float-phone 7s ease-in-out infinite;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(29, 53, 87, 0.08);
  border-radius: var(--radius-large);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--soft-shadow);
}

.signal-strip p {
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 18px;
  color: var(--navy);
  font-size: clamp(0.92rem, 1.46vw, 1.08rem);
  font-weight: 600;
}

.signal-strip p + p {
  border-left: 1px solid rgba(29, 53, 87, 0.09);
}

.section-heading {
  margin-bottom: clamp(38px, 6vw, 70px);
  text-align: center;
}

.section-heading h2,
.benefits h2,
.policy-card h1 {
  font-size: clamp(2.05rem, 4.1vw, 3.85rem);
}

.section-heading.compact {
  max-width: 720px;
  margin-inline: auto;
}

.section-heading.compact p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.5;
}

.how-grid {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 430px;
  align-items: center;
  gap: clamp(24px, 4vw, 44px);
}

.real-shot {
  justify-self: center;
  width: min(110px, 100%);
  aspect-ratio: 1206 / 2622;
  border-radius: 28px;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 39px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--mint), var(--blue), var(--mint), transparent);
}

.steps li {
  position: relative;
  text-align: center;
}

.steps span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin: 0 auto 28px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(69, 123, 157, 0.18);
  color: #0b6072;
  font-size: 2rem;
  font-weight: 850;
}

.steps h3,
.benefits h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: clamp(1.1rem, 1.62vw, 1.42rem);
  line-height: 1.14;
  font-weight: 620;
}

.steps p,
.highlight-copy p,
.quote-grid figcaption,
.benefits p,
.final-cta p,
.policy-card p {
  color: var(--muted);
  font-size: clamp(0.98rem, 1.35vw, 1.13rem);
  line-height: 1.55;
}

.highlighting {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(38px, 6vw, 78px);
}

.highlight-copy h2 {
  max-width: 10ch;
  margin-bottom: 22px;
  font-size: clamp(2.05rem, 4.1vw, 3.85rem);
}

.highlight-copy > p {
  max-width: 590px;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.quote-grid figure {
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(29, 53, 87, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 32px rgba(29, 53, 87, 0.08);
}

.quote-grid blockquote {
  margin: 0;
}

.quote-grid blockquote p {
  color: var(--navy);
  font-size: clamp(0.98rem, 1.34vw, 1.12rem);
  font-weight: 620;
  line-height: 1.32;
}

.quote-grid blockquote p::before {
  content: open-quote;
}

.quote-grid blockquote p::after {
  content: close-quote;
}

.quote-grid figcaption {
  margin-top: 18px;
  font-size: 0.88rem;
  font-weight: 680;
}

.highlight-media {
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(168, 218, 220, 0.72);
  border-radius: var(--radius-large);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 251, 253, 0.86)),
    radial-gradient(circle at 86% 18%, rgba(168, 218, 220, 0.28), transparent 24rem);
  box-shadow: var(--soft-shadow);
}

.highlight-tv {
  width: 100%;
}

.annotation-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mark-line,
.mark-scribble {
  position: absolute;
  display: block;
}

.mark-line {
  height: 4.8%;
  border-radius: 999px;
  background: rgba(255, 223, 92, 0.66);
  box-shadow: 0 0 22px rgba(255, 193, 7, 0.2);
  transform: rotate(-1.5deg);
  mix-blend-mode: multiply;
}

.mark-line-one {
  left: 10.3%;
  top: 75.2%;
  width: 35%;
}

.mark-line-two {
  left: 10.4%;
  top: 81.2%;
  width: 37%;
}

.mark-scribble {
  left: -7%;
  top: 25%;
  width: 60%;
  max-width: none;
  height: 32%;
  overflow: visible;
  transform: rotate(-3.5deg);
  filter: drop-shadow(0 5px 10px rgba(230, 57, 70, 0.14));
}

.mark-scribble path {
  fill: none;
  stroke: rgba(230, 57, 70, 0.84);
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.mark-scribble-main {
  stroke-width: 6.8;
}

.mark-scribble-echo {
  opacity: 0.5;
  stroke-width: 3.2;
}

.designer-quote {
  padding-top: clamp(24px, 5vw, 64px);
  padding-bottom: clamp(24px, 5vw, 64px);
}

.designer-quote figure {
  position: relative;
  margin: 0;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(168, 218, 220, 0.76);
  border-radius: var(--radius-large);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(246, 251, 253, 0.86)),
    radial-gradient(circle at 10% 20%, rgba(168, 218, 220, 0.32), transparent 28rem);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.designer-quote figure::before {
  content: open-quote;
  position: absolute;
  top: clamp(18px, 3vw, 36px);
  left: clamp(22px, 4vw, 48px);
  color: rgba(69, 123, 157, 0.16);
  font-size: clamp(5rem, 12vw, 10rem);
  line-height: 0.8;
  font-family: Georgia, serif;
}

.designer-quote blockquote {
  position: relative;
  margin: 0;
  max-width: 980px;
}

.designer-quote p {
  color: var(--ink);
  font-size: clamp(1.68rem, 3.65vw, 3.45rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.05;
}

.designer-quote p span {
  color: var(--blue);
}

.designer-quote figcaption {
  position: relative;
  margin-top: clamp(20px, 3vw, 32px);
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 620;
}

.why {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.74fr);
  align-items: center;
  gap: clamp(42px, 6vw, 78px);
}

.feature-tv {
  padding: clamp(22px, 3vw, 42px);
  border: 1px solid rgba(168, 218, 220, 0.72);
  border-radius: var(--radius-large);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 251, 253, 0.82)),
    radial-gradient(circle at 14% 12%, rgba(168, 218, 220, 0.3), transparent 24rem);
  box-shadow: var(--soft-shadow);
}

.benefits h2 {
  max-width: 11ch;
  margin-bottom: 34px;
}

.benefits article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  padding: 26px 0;
  border-top: 1px solid rgba(69, 123, 157, 0.22);
}

.benefits article > span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(168, 218, 220, 0.82);
  border-radius: 50%;
  background: linear-gradient(180deg, #ffffff, #effafb);
  color: var(--blue);
  box-shadow: 0 12px 28px rgba(69, 123, 157, 0.12);
  font-size: 1.45rem;
  font-weight: 820;
}

.final-cta,
.policy-card {
  border: 1px solid rgba(29, 53, 87, 0.1);
  border-radius: var(--radius-large);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(246, 251, 253, 0.92)),
    radial-gradient(circle at 84% 20%, rgba(168, 218, 220, 0.34), transparent 26rem);
  box-shadow: var(--soft-shadow);
}

.quiet-note {
  margin-top: 28px;
  padding-left: 22px;
  border-left: 3px solid var(--mint);
}

.final-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(22px, 4vw, 54px);
  margin-top: 24px;
  padding: clamp(28px, 4vw, 48px);
}

.final-cta img {
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(29, 53, 87, 0.18);
}

.final-cta h2 {
  font-size: clamp(1.8rem, 3.25vw, 3.05rem);
  margin-bottom: 10px;
}

.final-cta p {
  max-width: 600px;
}

.final-cta .store-button {
  margin-top: 0;
}

.site-footer {
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin-inline: auto;
  padding: 34px 0 44px;
  border-top: 1px solid rgba(29, 53, 87, 0.12);
  color: rgba(7, 23, 51, 0.62);
  text-align: center;
}

.site-footer p {
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 16px;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 620;
}

.policy-page {
  width: min(900px, calc(100% - (var(--gutter) * 2)));
  margin-inline: auto;
  padding: clamp(50px, 9vw, 110px) 0;
}

.policy-card {
  padding: clamp(28px, 6vw, 70px);
}

.policy-date {
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 780;
  text-transform: uppercase;
}

.policy-card h1 {
  margin-bottom: 28px;
}

.policy-card h2 {
  margin: 38px 0 12px;
  color: var(--navy);
  font-size: 1.2rem;
  font-weight: 620;
}

.policy-card p + p,
.policy-card ul + p,
.policy-card p + ul {
  margin-top: 14px;
}

.policy-card ul {
  margin: 14px 0 0;
  padding-left: 1.25rem;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.35vw, 1.13rem);
  line-height: 1.55;
}

.policy-card li + li {
  margin-top: 8px;
}

.policy-card strong {
  color: var(--navy);
  font-weight: 680;
}

.policy-card a {
  color: #0b6072;
  font-weight: 720;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

[data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float-phone {
  0%,
  100% {
    transform: translateY(0) rotate(2deg);
  }
  50% {
    transform: translateY(-14px) rotate(1deg);
  }
}

@media (min-width: 1051px) {
  .hero {
    min-height: auto;
    padding-bottom: 64px;
  }

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

  .hero-stage {
    min-height: 500px;
  }

  .phone-shot {
    top: calc(49% - 80px);
  }
}

@media (max-width: 1050px) {
  .hero,
  .highlighting,
  .why {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-stage {
    min-height: clamp(430px, 70vw, 650px);
  }

  .hero-tv {
    margin-inline: auto;
  }

  .how-grid {
    grid-template-columns: 130px 1fr;
  }

  .compact-tv {
    grid-column: 1 / -1;
    width: min(680px, 100%);
    margin-inline: auto;
  }

}

@media (max-width: 760px) {
  :root {
    --gutter: 18px;
  }

  .site-header {
    padding-top: 16px;
  }

  .brand span {
    font-size: 1.32rem;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 12.1vw, 3.2rem);
  }

  .hero-copy > p {
    margin-top: 20px;
  }

  .hero {
    gap: 26px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .store-button {
    margin-top: 22px;
  }

  .hero-stage {
    min-height: 340px;
  }

  .hero-tv {
    width: 100%;
    transform: none;
  }

  .phone-shot {
    right: 18px;
    top: 60%;
    width: min(25vw, 96px);
    border-radius: 22px;
  }

  .signal-strip {
    grid-template-columns: 1fr;
  }

  .signal-strip p + p {
    border-top: 1px solid rgba(29, 53, 87, 0.09);
    border-left: 0;
  }

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

  .real-shot {
    width: min(24vw, 92px);
    margin-inline: auto;
  }

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

  .steps::before {
    display: none;
  }

  .steps span {
    margin-bottom: 16px;
  }

  .benefits h2 {
    max-width: 100%;
  }

  .highlight-copy h2 {
    max-width: 100%;
  }

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

  .benefits article {
    grid-template-columns: 56px 1fr;
    gap: 16px;
  }

  .benefits article > span {
    width: 52px;
    height: 52px;
  }

  .final-cta {
    grid-template-columns: 1fr;
  }

  .final-cta .store-button {
    width: fit-content;
  }

  .site-footer {
    text-align: left;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .site-footer p {
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
