:root {
  color-scheme: light;
  --ink: #10233f;
  --muted: #637475;
  --teal: #8fbfb5;
  --teal-2: #6ea89d;
  --mint: #dff1ed;
  --cream: #faf5ea;
  --gold: #f5b15a;
  --coral: #f47d5f;
  --line: #d9e8e5;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(31, 61, 65, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(143, 191, 181, 0.24), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbf8ef 56%, #f3fbf8 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

a {
  color: inherit;
}

.site-header,
main,
.site-footer {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand img {
  width: 174px;
  height: auto;
}

.site-header nav,
.site-footer nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}

.site-header a,
.site-footer a {
  text-decoration: none;
}

.site-header nav a:hover,
.site-footer nav a:hover {
  color: var(--teal-2);
}

.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(28px, 5vw, 66px);
  padding-top: 18px;
  padding-bottom: 48px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal-2);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  max-width: 600px;
  margin: 0;
  font-size: clamp(38px, 5.2vw, 60px);
  line-height: 1;
  text-wrap: balance;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.02;
  text-wrap: balance;
}

h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.1;
}

p {
  color: var(--muted);
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.hero-text {
  max-width: 520px;
  margin: 18px 0 0;
  font-size: clamp(17px, 1.6vw, 20px);
}

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

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 950;
  text-decoration: none;
  border: 1px solid transparent;
}

.btn.primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--teal-2), var(--teal));
  box-shadow: 0 18px 36px rgba(110, 168, 157, 0.28);
}

.btn.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  border-color: var(--line);
}

.app-store-badge {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 8px 18px 9px;
  border-radius: 14px;
  color: #ffffff;
  background: #050505;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(16, 35, 63, 0.18);
}

.app-store-badge.compact {
  min-height: 52px;
}

.apple-mark {
  width: 24px;
  height: 29px;
  display: inline-block;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3 15.3c0-3.1 2.6-4.6 2.7-4.7-1.5-2.2-3.7-2.5-4.5-2.5-1.9-.2-3.7 1.1-4.7 1.1-1 0-2.5-1.1-4.1-1.1-2.1 0-4 1.2-5.1 3.1-2.2 3.8-.6 9.4 1.6 12.5 1.1 1.5 2.3 3.2 3.9 3.1 1.6-.1 2.2-1 4.1-1s2.4 1 4.1 1c1.7 0 2.8-1.5 3.8-3 1.2-1.8 1.7-3.5 1.8-3.6-.1-.1-3.6-1.4-3.6-4.9ZM16.2 6c.8-1 1.4-2.4 1.3-3.8-1.2.1-2.7.8-3.6 1.8-.8.9-1.5 2.4-1.3 3.7 1.4.1 2.8-.7 3.6-1.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3 15.3c0-3.1 2.6-4.6 2.7-4.7-1.5-2.2-3.7-2.5-4.5-2.5-1.9-.2-3.7 1.1-4.7 1.1-1 0-2.5-1.1-4.1-1.1-2.1 0-4 1.2-5.1 3.1-2.2 3.8-.6 9.4 1.6 12.5 1.1 1.5 2.3 3.2 3.9 3.1 1.6-.1 2.2-1 4.1-1s2.4 1 4.1 1c1.7 0 2.8-1.5 3.8-3 1.2-1.8 1.7-3.5 1.8-3.6-.1-.1-3.6-1.4-3.6-4.9ZM16.2 6c.8-1 1.4-2.4 1.3-3.8-1.2.1-2.7.8-3.6 1.8-.8.9-1.5 2.4-1.3 3.7 1.4.1 2.8-.7 3.6-1.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.app-store-badge small,
.app-store-badge strong {
  display: block;
  line-height: 1;
}

.app-store-badge small {
  font-size: 10px;
  font-weight: 700;
}

.app-store-badge strong {
  margin-top: 3px;
  font-size: 20px;
  font-weight: 900;
}

.source-note {
  max-width: 560px;
  margin: 18px 0 0;
  font-size: 13px;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.phone {
  width: min(100%, 330px);
  aspect-ratio: 430 / 932;
  overflow: hidden;
  border: 12px solid #162533;
  border-radius: 46px;
  background: #f7f2e8;
  box-shadow: var(--shadow);
}

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

.premium-preview {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background:
    radial-gradient(circle at 78% 10%, rgba(245, 177, 90, 0.32), transparent 24%),
    linear-gradient(180deg, #f8fffd 0%, #edf8f4 48%, #ffffff 100%);
}

.mock-status,
.mock-app-head,
.mock-tabbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mock-status {
  color: #183047;
  font-size: 12px;
  font-weight: 950;
}

.mock-app-head strong {
  font-size: 22px;
  line-height: 1;
}

.mock-app-head span {
  padding: 7px 10px;
  border-radius: 999px;
  color: #285d56;
  background: rgba(143, 191, 181, 0.2);
  font-size: 11px;
  font-weight: 950;
}

.mock-hero-card {
  margin-top: 6px;
  padding: 18px;
  border: 1px solid rgba(143, 191, 181, 0.28);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 36px rgba(31, 61, 65, 0.1);
}

.mock-hero-card span,
.premium-mini span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--teal-2);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.mock-hero-card h3 {
  font-size: 24px;
}

.mock-hero-card p {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 18px;
  color: #27645e;
  background: #e9f7f3;
  font-size: 14px;
  font-weight: 950;
}

.mock-list {
  display: grid;
  gap: 10px;
}

.mock-list div {
  padding: 14px;
  border: 1px solid rgba(217, 232, 229, 0.9);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.mock-list span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.mock-list strong {
  display: block;
  margin-top: 3px;
  color: var(--ink);
  font-size: 14px;
}

.mock-tabbar {
  margin-top: auto;
  padding: 10px 12px;
  border: 1px solid rgba(217, 232, 229, 0.8);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  color: #758486;
  font-size: 10px;
  font-weight: 900;
}

.mock-tabbar b {
  padding: 8px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--teal-2);
}

.main-phone {
  transform: rotate(-1.5deg);
}

.floating-card {
  position: absolute;
  left: 0;
  bottom: 92px;
  width: min(270px, 52%);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 48px rgba(31, 61, 65, 0.16);
  backdrop-filter: blur(14px);
}

.floating-card span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #285d56;
  background: var(--mint);
  font-size: 12px;
  font-weight: 950;
}

.floating-card strong {
  display: block;
  font-size: 18px;
  line-height: 1.16;
}

.mascot {
  position: absolute;
  right: -20px;
  top: 38px;
  width: 174px;
  filter: drop-shadow(0 16px 28px rgba(31, 61, 65, 0.16));
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 58px;
}

.trust-strip span {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #3f6462;
  background: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 900;
}

.section-head {
  max-width: 720px;
  margin-bottom: 28px;
}

.how-section,
.screens-section,
.official-section,
.iphone-cta {
  padding-top: 44px;
  padding-bottom: 44px;
}

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

.steps article,
.premium-card,
.screen-card,
.official-section,
.iphone-cta {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 22px 70px rgba(31, 61, 65, 0.08);
}

.steps article {
  padding: 24px;
}

.step-number {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--coral);
  font-size: 14px;
  font-weight: 950;
}

.steps p,
.premium-card p,
.screen-card p,
.iphone-cta p {
  margin: 10px 0 0;
}

.screen-card {
  padding: 16px;
}

.screen-card img {
  width: 100%;
  aspect-ratio: 430 / 932;
  object-fit: cover;
  border: 10px solid #142538;
  border-radius: 34px;
  background: #fffaf0;
  box-shadow: 0 22px 44px rgba(16, 35, 63, 0.1);
}

.screen-card h3 {
  margin-top: 18px;
}

.premium-card {
  padding: 18px;
}

.premium-card h3 {
  margin-top: 18px;
}

.premium-mini {
  min-height: 190px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(143, 191, 181, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 18%, rgba(143, 191, 181, 0.22), transparent 28%),
    linear-gradient(150deg, #ffffff, #effaf7);
}

.premium-mini.warm {
  border-color: rgba(245, 177, 90, 0.34);
  background:
    radial-gradient(circle at 82% 18%, rgba(245, 177, 90, 0.28), transparent 30%),
    linear-gradient(150deg, #ffffff, #fff8ea);
}

.premium-mini.green {
  border-color: rgba(110, 168, 157, 0.32);
  background:
    radial-gradient(circle at 82% 18%, rgba(34, 197, 94, 0.18), transparent 30%),
    linear-gradient(150deg, #ffffff, #eef9f2);
}

.premium-mini strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.1;
}

.premium-mini p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.official-section {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 18px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  margin: 36px 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(239, 250, 247, 0.92)),
    rgba(255, 255, 255, 0.9);
  border-color: rgba(143, 191, 181, 0.46);
  box-shadow: 0 26px 80px rgba(31, 61, 65, 0.12);
}

.official-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(143, 191, 181, 0.2), transparent 36%),
    linear-gradient(180deg, rgba(245, 177, 90, 0.12), transparent 34%);
}

.official-copy h2 {
  position: relative;
  max-width: 430px;
  font-size: clamp(26px, 3.2vw, 36px);
}

.official-copy p:not(.eyebrow) {
  position: relative;
  max-width: 480px;
  margin-bottom: 0;
}

.official-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.official-list span {
  position: relative;
  min-height: 106px;
  padding: 18px 18px 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(143, 191, 181, 0.34);
  border-radius: 26px;
  background:
    linear-gradient(160deg, #ffffff 0%, #f0fbf8 100%);
  color: #345c5a;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(31, 61, 65, 0.08);
}

.official-list span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--teal-2), var(--gold));
}

.official-list span::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 17px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(143, 191, 181, 0.24), rgba(245, 177, 90, 0.18));
  box-shadow: inset 0 0 0 1px rgba(110, 168, 157, 0.2);
}

.official-list span:nth-child(2)::before {
  background: linear-gradient(90deg, var(--coral), var(--gold));
}

.official-list span:nth-child(3)::before {
  background: linear-gradient(90deg, #50718c, var(--teal));
}

.official-list span:nth-child(4)::before {
  background: linear-gradient(90deg, var(--gold), var(--teal-2));
}

.official-list b {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-size: 26px;
}

.official-list small {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.28;
}

.iphone-cta {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 30px;
  margin-bottom: 40px;
}

.iphone-cta img {
  width: 80px;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding-top: 38px;
  padding-bottom: 34px;
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 170px;
  margin-bottom: 12px;
}

.site-footer p {
  max-width: 520px;
  margin: 0;
  font-size: 13px;
  font-weight: 760;
}

.legal-page {
  background:
    radial-gradient(circle at 10% 0%, rgba(143, 191, 181, 0.22), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
}

.legal-main {
  max-width: 880px;
  padding-top: 46px;
  padding-bottom: 70px;
}

.plans-main {
  max-width: 1060px;
  padding-top: 54px;
  padding-bottom: 70px;
}

.legal-main h1 {
  font-size: clamp(36px, 5.6vw, 58px);
}

.plans-hero {
  width: min(100%, 780px);
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.plans-hero h1 {
  margin-left: auto;
  margin-right: auto;
}

.plans-hero .legal-lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.plans-hero-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.plan-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  width: min(100%, 980px);
  margin: 36px auto;
}

.plan-tile {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 22px 70px rgba(31, 61, 65, 0.08);
}

.plan-tile {
  padding: clamp(26px, 3.3vw, 38px);
  display: flex;
  flex-direction: column;
}

.plan-card-head {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(217, 232, 229, 0.78);
  text-align: center;
}

.recommended-plan {
  border-color: rgba(110, 168, 157, 0.36);
  background:
    radial-gradient(circle at 88% 4%, rgba(245, 177, 90, 0.24), transparent 28%),
    rgba(255, 255, 255, 0.9);
}

.plan-kicker-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}

.plan-kicker {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  color: #245e57;
  background: var(--mint);
  font-size: 13px;
  font-weight: 950;
}

.plan-card-head > .plan-kicker {
  margin-bottom: 18px;
}

.best-value {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--coral);
  font-size: 13px;
  font-weight: 950;
}

.plan-tile h2 {
  margin: 0;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1;
}

.plan-tile h2 span {
  display: inline-block;
  margin-left: 4px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
}

.plan-tile p {
  max-width: 560px;
  margin: 16px auto 0;
  font-weight: 760;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.price-row span,
.price-row strong,
.price-row em {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 950;
}

.price-row em {
  padding: 0 2px;
  color: var(--muted);
  background: transparent;
  font-style: normal;
}

.price-row span {
  color: #52696c;
  background: #f7fbfa;
  border: 1px solid var(--line);
}

.price-row strong {
  color: #ffffff;
  background: linear-gradient(135deg, var(--teal-2), var(--teal));
}

.feature-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 26px auto 0;
  list-style: none;
}

.premium-features {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
}

.plans-main .iphone-cta {
  width: min(100%, 980px);
  margin-left: auto;
  margin-right: auto;
}

.feature-list li {
  position: relative;
  padding-left: 26px;
  color: #405b5f;
  font-weight: 850;
  line-height: 1.35;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.33em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: inset 0 0 0 3px #e9f8f4;
}

.legal-lead {
  max-width: 680px;
  font-size: 18px;
}

.privacy-glance {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 8px;
}

.glance-card {
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(31, 61, 65, 0.07);
}

.glance-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 950;
}

.glance-card strong {
  display: block;
  font-size: 17px;
  line-height: 1.16;
}

.glance-card p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.42;
}

.legal-card {
  margin-top: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 60px rgba(31, 61, 65, 0.08);
}

.legal-card h2 {
  margin-top: 0;
  font-size: 22px;
}

.legal-card p {
  margin-bottom: 12px;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy,
  .section-head,
  .steps article,
  .premium-card,
  .screen-card,
  .official-section,
  .iphone-cta,
  .legal-card,
  .glance-card {
    animation: fadeUp 0.72s ease both;
  }

  .hero-visual {
    animation: fadeUp 0.86s ease 0.08s both;
  }

  .main-phone {
    animation: phoneBreathe 6.2s ease-in-out 0.35s infinite;
  }

  .floating-card {
    animation: floatCard 4.8s ease-in-out 0.8s infinite;
  }

  .mascot {
    animation: floatMascot 5.4s ease-in-out 0.5s infinite;
  }

  .steps article:nth-child(2),
  .premium-card:nth-child(2),
  .glance-card:nth-child(2) {
    animation-delay: 0.08s;
  }

  .steps article:nth-child(3),
  .premium-card:nth-child(3),
  .glance-card:nth-child(3) {
    animation-delay: 0.14s;
  }

  .glance-card:nth-child(4) {
    animation-delay: 0.2s;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes phoneBreathe {
  0%,
  100% {
    transform: rotate(-1.5deg) translateY(0);
  }

  50% {
    transform: rotate(-1deg) translateY(-7px);
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes floatMascot {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}

@keyframes mobilePhoneBreathe {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

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

@media (max-width: 920px) {
  .hero,
  .official-section,
  .iphone-cta,
  .plan-compare {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 560px;
  }

  .iphone-cta {
    justify-items: start;
  }
}

@media (max-width: 760px) {
  body {
    overflow-x: hidden;
    background:
      radial-gradient(circle at 50% 0%, rgba(143, 191, 181, 0.26), transparent 26%),
      linear-gradient(180deg, #ffffff 0%, #fbf8ef 58%, #f4fbf8 100%);
  }

  .site-header,
  main,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .site-header {
    min-height: auto;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding-top: 14px;
    padding-bottom: 6px;
  }

  .brand img {
    width: 152px;
  }

  .site-header nav,
  .site-footer nav {
    width: 100%;
    justify-content: center;
    gap: 8px;
  }

  .site-header nav {
    padding: 7px;
    border: 1px solid rgba(217, 232, 229, 0.86);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 30px rgba(31, 61, 65, 0.08);
  }

  .site-header nav a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 999px;
    color: #3f6462;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.72);
  }

  h1 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(38px, 11.2vw, 48px);
    text-align: center;
  }

  h2 {
    font-size: clamp(28px, 9.2vw, 38px);
  }

  p {
    line-height: 1.48;
  }

  .hero {
    gap: 14px;
    padding-top: 16px;
    padding-bottom: 28px;
    text-align: center;
  }

  .hero-actions .btn.secondary {
    display: none;
  }

  .hero-text,
  .source-note {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-visual {
    min-height: 314px;
  }

  .phone {
    width: min(62vw, 238px);
    border-width: 7px;
    border-radius: 31px;
  }

  .main-phone {
    transform: none;
    animation-name: mobilePhoneBreathe;
  }

  .floating-card {
    display: none;
  }

  .steps,
  .premium-grid,
  .plan-compare,
  .premium-features {
    grid-template-columns: 1fr;
  }

  .section-head {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .how-section,
  .screens-section {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .steps article {
    padding: 19px;
    border-radius: 22px;
  }

  .step-number {
    margin-bottom: 14px;
  }

  .screen-grid {
    display: flex;
    gap: 14px;
    margin-left: -18px;
    margin-right: -18px;
    padding: 2px 18px 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .screen-grid::-webkit-scrollbar {
    display: none;
  }

  .screen-card {
    flex: 0 0 min(78vw, 310px);
    scroll-snap-align: center;
    border-radius: 24px;
  }

  .screen-card img {
    border-width: 8px;
    border-radius: 28px;
  }

  .official-section {
    margin-top: 24px;
    margin-bottom: 28px;
    text-align: center;
  }

  .official-copy h2,
  .official-copy p:not(.eyebrow) {
    margin-left: auto;
    margin-right: auto;
  }

  .official-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .official-list span {
    min-height: 96px;
    padding: 17px 14px 14px;
    border-radius: 20px;
    text-align: left;
  }

  .official-list span::after {
    width: 26px;
    height: 26px;
    right: 12px;
    top: 16px;
    border-radius: 9px;
  }

  .official-list b {
    font-size: 22px;
  }

  .official-list small {
    max-width: 88px;
    font-size: 12px;
  }

  .plans-hero-actions {
    justify-content: center;
  }

  .plan-compare {
    gap: 18px;
  }

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

  .official-section,
  .iphone-cta,
  .plan-tile {
    padding: 22px;
    border-radius: 24px;
  }

  .iphone-cta {
    justify-items: center;
    text-align: center;
    gap: 14px;
  }

  .iphone-cta img {
    width: 64px;
  }

  .app-store-badge,
  .app-store-badge.compact,
  .btn {
    width: min(100%, 315px);
  }

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

  .site-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 30px;
  }

  .site-footer img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 560px) {
  .site-header nav a {
    padding: 0 9px;
    font-size: 11px;
  }

  .hero-text {
    font-size: 17px;
  }

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

  .official-list span {
    min-height: auto;
  }
}
