:root {
  --pearl: #f6f8fc;
  --surface: #ffffff;
  --ink: #101a38;
  --ink-2: #526078;
  --blue: #356df3;
  --blue-dark: #2354cb;
  --mint: #18b59f;
  --mint-dark: #087b6d;
  --coral: #ff6f78;
  --amber: #ffbd28;
  --line: #dfe6f2;
  --shadow: 0 22px 70px rgba(34, 69, 137, 0.13);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--pearl);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: -80px;
  padding: 12px 16px;
  background: var(--ink);
  color: #fff;
  border-radius: 6px;
}
.skip-link:focus { top: 16px; }

.section-shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--mint-dark);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.eyebrow > span { width: 24px; height: 2px; background: var(--mint); }
.eyebrow.light { color: #a8f1e5; }
.eyebrow.light > span { background: #5de0ca; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  padding: 14px 20px;
  transition: padding .2s ease;
}
.nav-shell {
  width: min(100%, 1240px);
  min-height: 62px;
  margin-inline: auto;
  padding: 8px 10px 8px 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 14px 40px rgba(20, 41, 88, .08);
  -webkit-backdrop-filter: blur(22px) saturate(155%);
  backdrop-filter: blur(22px) saturate(155%);
}
.site-header.is-scrolled { padding-top: 8px; }
.site-header.is-scrolled .nav-shell { background: rgba(255,255,255,.9); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 650; white-space: nowrap; }
.brand strong { color: var(--blue); }
.brand-mark {
  width: 38px;
  height: 38px;
  display: block;
  overflow: hidden;
  background: transparent;
  border-radius: 10px;
  box-shadow: 0 7px 18px rgba(53,50,186,.22);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: 32px; }
.site-nav a { color: #35415a; font-size: 14px; font-weight: 650; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--blue); }
.nav-download {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 11px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.nav-download svg { width: 18px; height: 18px; fill: currentColor; }
.nav-download:hover { background: var(--blue-dark); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; color: var(--ink); background: transparent; cursor: pointer; }
.nav-toggle svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.hero {
  position: relative;
  min-height: min(880px, 92vh);
  overflow: hidden;
  background: #f8fbff;
}
.hero-collage {
  position: absolute;
  inset: 0 0 auto auto;
  width: max(1180px, 100%);
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.hero-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(248,251,255,1) 0%, rgba(248,251,255,.98) 34%, rgba(248,251,255,.74) 52%, rgba(248,251,255,.05) 78%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 40px), var(--max));
  min-height: min(880px, 92vh);
  margin-inline: auto;
  padding: 150px 0 56px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .75fr);
  align-items: center;
  gap: 36px;
}
.hero-copy { max-width: 720px; }
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(50px, 6.2vw, 86px);
  line-height: .98;
  letter-spacing: 0;
  font-weight: 760;
}
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 650px; margin: 26px 0 0; color: var(--ink-2); font-size: clamp(18px, 2vw, 22px); line-height: 1.48; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.app-store-button {
  min-height: 60px;
  padding: 9px 21px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: #0a0d18;
  color: #fff;
  box-shadow: 0 16px 32px rgba(16,26,56,.18);
  transition: transform .2s ease, background .2s ease;
}
.app-store-button:hover { transform: translateY(-2px); background: var(--blue-dark); }
.app-store-button svg { width: 28px; height: 28px; fill: currentColor; }
.app-store-button span { display: flex; flex-direction: column; font-size: 19px; font-weight: 650; line-height: 1.08; }
.app-store-button small { font-size: 10px; font-weight: 500; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 700; }
.availability { margin: 17px 0 0; color: #6f7b91; font-size: 13px; }

.hero-product { position: relative; justify-self: end; width: min(100%, 430px); padding: 38px 22px 0; }
.phone-frame {
  position: relative;
  overflow: hidden;
  width: min(100%, 344px);
  margin-left: auto;
  border: 10px solid #11182a;
  border-radius: 48px;
  background: #fff;
  box-shadow: 0 32px 90px rgba(15,32,67,.26), 0 0 0 1px rgba(255,255,255,.8);
}
.phone-frame::before { content: ""; position: absolute; z-index: 2; top: 10px; left: 50%; width: 96px; height: 25px; transform: translateX(-50%); border-radius: 16px; background: #090d18; }
.phone-frame img { width: 100%; height: auto; }
.glass-note {
  position: absolute;
  z-index: 3;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 13px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 16px 38px rgba(16,42,89,.16);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
}
.glass-note strong { display: block; font-size: 14px; }
.glass-note span { color: var(--ink-2); font-size: 12px; }
.note-review { left: 0; top: 18%; }
.note-safe { right: -20px; bottom: 12%; display: flex; align-items: center; gap: 9px; color: var(--mint-dark); }

.trust-strip {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 40px), var(--max));
  margin: -26px auto 0;
  padding: 19px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border: 1px solid rgba(214,225,241,.9);
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow);
}
.trust-strip > div { display: flex; align-items: center; gap: 12px; }
.trust-strip img { flex: 0 0 26px; }
.trust-strip span { display: flex; flex-direction: column; }
.trust-strip strong { font-size: 14px; }
.trust-strip small { color: var(--ink-2); font-size: 12px; }

.problem-section { padding: 126px 0; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 88px; }
.section-intro h2, .section-heading-row h2, .safety-copy h2, .faq-heading h2, .final-cta h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: 0;
}
.section-intro > p:last-child, .section-heading-row > p, .safety-copy > p, .faq-heading > p { color: var(--ink-2); font-size: 18px; line-height: 1.6; }
.storage-visual { padding: 38px; border-top: 1px solid #fff; border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.storage-total { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2px 20px; }
.storage-total span { color: var(--ink-2); font-weight: 650; }
.storage-total strong { grid-row: 1 / span 2; grid-column: 2; font-size: 42px; line-height: 1; color: var(--blue); }
.storage-total small { color: #8a95a8; }
.storage-bars { height: 12px; margin: 32px 0 22px; display: grid; grid-template-columns: 24fr 31fr 38fr 16fr; gap: 5px; }
.storage-bars i { background: var(--mint); }
.storage-bars i:nth-child(2) { background: var(--coral); }
.storage-bars i:nth-child(3) { background: var(--amber); }
.storage-bars i:nth-child(4) { background: #d8e0ed; }
.storage-key { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 22px; }
.storage-key span { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; color: var(--ink-2); font-size: 14px; }
.storage-key i { width: 9px; height: 9px; border-radius: 50%; }
.storage-key i.mint { background: var(--mint); }.storage-key i.coral { background: var(--coral); }.storage-key i.amber { background: var(--amber); }.storage-key i.gray { background: #cbd5e5; }
.storage-key strong { color: var(--ink); }

.features-section { padding: 118px 0 130px; color: #fff; background: var(--ink); }
.section-heading-row { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 40px; margin-bottom: 54px; }
.section-heading-row > p { margin: 0; color: #b8c3d7; }
.feature-showcase { display: grid; gap: 18px; }
.feature-main { min-height: 620px; display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: 8px; background: #eef3fb; color: var(--ink); }
.feature-media { min-height: 600px; display: grid; place-items: end center; overflow: hidden; background: #dce8f5; }
.feature-media img { width: min(78%, 380px); margin-bottom: -150px; border: 9px solid #11182a; border-radius: 44px; box-shadow: 0 28px 80px rgba(16,26,56,.24); }
.feature-copy { padding: 74px 64px; align-self: center; }
.feature-copy > img { margin-bottom: 56px; }
.feature-number { margin: 0 0 12px; color: var(--blue); font-size: 13px; font-weight: 800; }
.feature-copy h3, .feature-small h3 { margin: 0; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.08; }
.feature-copy > p:not(.feature-number), .feature-small p:not(.feature-number) { color: var(--ink-2); font-size: 17px; line-height: 1.6; }
.feature-copy ul { margin: 24px 0 0; padding: 0; list-style: none; }
.feature-copy li { position: relative; margin-top: 12px; padding-left: 24px; color: #35415a; }
.feature-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--mint); font-weight: 900; }
.feature-pair { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; }
.feature-small { min-height: 430px; position: relative; overflow: hidden; padding: 42px; border-radius: 8px; color: var(--ink); background: #fff; }
.feature-small > div { position: relative; z-index: 2; max-width: 48%; }
.feature-small h3 { font-size: 32px; }
.feature-small img { position: absolute; right: -4%; bottom: -20%; width: 54%; }
.video-feature { background: #e7f8f4; }
.video-feature img { right: 0; bottom: 0; width: 50%; border-radius: 8px 0 0 0; box-shadow: -18px -12px 50px rgba(16,26,56,.13); }
.contacts-feature { background: #edf2ff; }
.contacts-feature img { right: -3%; bottom: -210px; width: 48%; border: 7px solid #11182a; border-radius: 36px; box-shadow: -18px 0 50px rgba(16,26,56,.15); }

.safety-section { padding: 130px 0; overflow: hidden; background: #eaf8f5; }
.safety-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 88px; }
.safety-copy > p { max-width: 610px; }
.safety-points { margin-top: 38px; }
.safety-points > div { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 18px 0; border-top: 1px solid rgba(8,123,109,.16); }
.safety-points > div > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--mint-dark); font-size: 13px; font-weight: 800; }
.safety-points p { margin: 0; display: flex; flex-direction: column; color: var(--ink-2); }
.safety-points strong { color: var(--ink); font-size: 17px; }
.safety-demo { position: relative; min-height: 580px; padding: 34px; background: #fff; box-shadow: var(--shadow); }
.review-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.review-pair figure { margin: 0; overflow: hidden; border: 3px solid var(--mint); border-radius: 8px; background: #fff; }
.review-pair figure.remove { border-color: var(--line); transform: translateY(36px); }
.review-pair img { width: 100%; aspect-ratio: 1 / 1.15; object-fit: cover; }
.review-pair figcaption { padding: 16px; display: flex; flex-direction: column; color: var(--ink); font-weight: 700; }
.review-pair figcaption span { width: fit-content; margin-bottom: 7px; padding: 5px 8px; border-radius: 5px; color: var(--mint-dark); background: #def7f2; font-size: 11px; text-transform: uppercase; }
.review-pair .remove figcaption span { color: #9d3542; background: #fff0f1; }
.protected-message { position: absolute; left: 50%; bottom: 28px; width: calc(100% - 100px); transform: translateX(-50%); padding: 18px; display: flex; align-items: center; gap: 12px; border: 1px solid #fff; border-radius: 12px; background: rgba(255,255,255,.78); box-shadow: 0 18px 48px rgba(16,26,56,.14); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.protected-message span { display: flex; flex-direction: column; color: var(--ink-2); font-size: 13px; }
.protected-message strong { color: var(--ink); font-size: 15px; }

.steps-section { padding: 128px 0; }
.section-intro.centered { max-width: 820px; margin: 0 auto 68px; text-align: center; }
.section-intro.centered .eyebrow { justify-content: center; }
.steps-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps-list li { min-height: 330px; padding: 30px 34px 36px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.steps-list li:last-child { border-right: 0; }
.steps-list > li > span { margin-bottom: 44px; color: #8792a6; font-size: 13px; font-weight: 800; }
.steps-list img { margin-bottom: 28px; }
.steps-list h3 { margin: 0; font-size: 23px; }
.steps-list p { margin: 13px 0 0; color: var(--ink-2); }

.screens-section { padding: 120px 0 130px; overflow: hidden; background: #edf2fb; }
.section-heading-row.dark-text > p { color: var(--ink-2); }
.screens-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; align-items: end; }
.screens-rail figure { margin: 0; }
.screens-rail img { border: 7px solid #11182a; border-radius: 38px; box-shadow: 0 24px 64px rgba(16,26,56,.15); }
.screens-rail figure:nth-child(2), .screens-rail figure:nth-child(4) { transform: translateY(24px); }
.screens-rail figcaption { margin-top: 14px; color: var(--ink-2); text-align: center; font-size: 14px; font-weight: 700; }

.privacy-band { padding: 72px 0; color: #fff; background: var(--mint-dark); }
.privacy-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.privacy-mark { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 16px; background: rgba(255,255,255,.12); }
.privacy-inner h2 { max-width: 780px; margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; }
.privacy-inner > a { min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.38); border-radius: 10px; font-weight: 750; white-space: nowrap; }
.privacy-inner > a:hover { background: #fff; color: var(--mint-dark); }

.faq-section { padding: 130px 0; display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 100px; }
.faq-heading { position: sticky; top: 120px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; cursor: pointer; font-size: 19px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--blue); border: 1px solid var(--line); border-radius: 50%; font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -6px 58px 28px 0; color: var(--ink-2); font-size: 17px; }
.faq-list details p a { color: var(--blue); text-decoration: underline; }

.final-cta { position: relative; min-height: 640px; overflow: hidden; display: grid; align-items: center; }
.final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.final-cta-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248,251,255,.98) 0%, rgba(248,251,255,.9) 42%, rgba(248,251,255,.1) 76%); }
.final-cta-copy { position: relative; width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.final-cta-copy h2 { max-width: 680px; }
.final-cta-copy > p:not(.eyebrow) { max-width: 560px; margin: 20px 0 28px; color: var(--ink-2); font-size: 19px; }

.site-footer { padding: 76px 0 24px; color: #fff; background: #0b1227; }
.site-footer .brand-mark { box-shadow: none; }

@media (min-width: 1600px) {
  :root { --max: 1260px; }
  .hero-inner { grid-template-columns: minmax(0, 1.1fr) 430px; }
  .hero-product { width: 430px; }
  .hero-collage { object-position: 58% top; }
}
.footer-main { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 58px; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-main > div:first-child p { max-width: 300px; color: #aeb9cd; }
.footer-main h2 { margin: 6px 0 10px; font-size: 13px; color: #8190a9; text-transform: uppercase; }
.footer-main a:not(.brand) { color: #dce3ef; font-size: 14px; }
.footer-main a:not(.brand):hover { color: #fff; }
.footer-main small { color: #8190a9; }
.footer-bottom { margin-top: 66px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #8190a9; font-size: 12px; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  .site-nav { gap: 18px; }
  .hero { min-height: 820px; }
  .hero-inner { min-height: 820px; grid-template-columns: 1fr 330px; }
  .hero-product { transform: translateX(45px); }
  .note-review { left: -20px; }
  .problem-section, .safety-grid { gap: 44px; }
  .feature-copy { padding: 50px 38px; }
  .feature-small > div { max-width: 50%; }
  .faq-section { gap: 50px; }
}

@media (max-width: 820px) {
  .site-header { padding-inline: 12px; }
  .nav-shell { grid-template-columns: 1fr auto; border-radius: 14px; }
  .nav-download { display: none; }
  .nav-toggle { display: grid; place-items: center; justify-self: end; }
  .site-nav { display: none; position: absolute; top: 82px; left: 12px; right: 12px; padding: 14px; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; padding: 0 12px; }
  .hero { min-height: 940px; }
  .hero-collage { width: 1500px; height: 620px; object-position: 62% top; }
  .hero-wash { background: linear-gradient(180deg, rgba(248,251,255,.18) 0, rgba(248,251,255,.78) 32%, rgba(248,251,255,1) 62%); }
  .hero-inner { min-height: 940px; padding: 132px 0 38px; grid-template-columns: 1fr; align-items: end; }
  .hero-copy { align-self: end; }
  .hero h1 { font-size: clamp(46px, 12vw, 68px); }
  .hero-product { position: absolute; right: -100px; top: 170px; width: 310px; transform: none; opacity: .98; }
  .phone-frame { width: 230px; border-width: 7px; border-radius: 34px; }
  .phone-frame::before { width: 66px; height: 18px; top: 7px; }
  .glass-note { display: none; }
  .trust-strip { margin-top: 0; grid-template-columns: 1fr; border-radius: 8px; }
  .problem-section, .safety-grid, .faq-section { grid-template-columns: 1fr; }
  .problem-section { gap: 44px; }
  .section-heading-row { grid-template-columns: 1fr; }
  .feature-main { grid-template-columns: 1fr; }
  .feature-media { min-height: 460px; }
  .feature-media img { width: 290px; margin-bottom: -190px; }
  .feature-copy { padding: 42px 28px 50px; }
  .feature-copy > img { margin-bottom: 28px; }
  .feature-pair { grid-template-columns: 1fr; }
  .feature-small { min-height: 390px; }
  .safety-demo { min-height: 500px; }
  .steps-list { grid-template-columns: 1fr; }
  .steps-list li { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps-list li:last-child { border-bottom: 0; }
  .steps-list > li > span { margin-bottom: 24px; }
  .screens-rail { width: 930px; grid-template-columns: repeat(4, 210px); overflow: visible; }
  .screens-section .section-shell { overflow-x: auto; padding-bottom: 40px; scrollbar-width: thin; }
  .privacy-inner { grid-template-columns: auto 1fr; }
  .privacy-inner > a { grid-column: 2; justify-self: start; }
  .faq-heading { position: static; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2 / span 2; }
}

@media (max-width: 560px) {
  .section-shell { width: min(calc(100% - 32px), var(--max)); }
  .brand { font-size: 16px; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: 990px; }
  .hero-inner { width: calc(100% - 32px); min-height: 990px; padding-top: 115px; }
  .hero-collage { width: 1050px; height: 470px; object-position: 61% top; }
  .hero-product { right: -90px; top: 118px; width: 250px; }
  .phone-frame { width: 180px; }
  .hero-copy { padding-top: 420px; }
  .hero h1 { font-size: 46px; line-height: 1.01; }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .app-store-button { min-height: 58px; }
  .trust-strip { width: calc(100% - 32px); padding: 18px; }
  .problem-section, .features-section, .safety-section, .steps-section, .screens-section, .faq-section { padding-top: 90px; padding-bottom: 90px; }
  .section-intro h2, .section-heading-row h2, .safety-copy h2, .faq-heading h2, .final-cta h2 { font-size: 40px; }
  .storage-visual { padding: 24px 20px; }
  .storage-total strong { font-size: 34px; }
  .storage-key { grid-template-columns: 1fr; }
  .feature-main { min-height: auto; }
  .feature-media { min-height: 380px; }
  .feature-media img { width: 250px; margin-bottom: -190px; border-radius: 34px; }
  .feature-small { min-height: 0; padding: 32px 26px 0; display: flex; flex-direction: column; }
  .feature-small > div { max-width: 100%; }
  .feature-small img { position: relative; right: auto; bottom: auto; max-width: none; opacity: 1; }
  .video-feature img { width: calc(100% + 52px); margin: 26px -26px 0; border-radius: 0; }
  .contacts-feature img { width: 210px; margin: 26px auto -118px; border-radius: 28px; }
  .contacts-feature { min-height: 500px; }
  .safety-demo { min-height: 445px; padding: 18px; }
  .review-pair { gap: 8px; }
  .review-pair figcaption { padding: 10px; font-size: 12px; }
  .protected-message { width: calc(100% - 52px); bottom: 18px; }
  .screens-rail { grid-template-columns: repeat(4, 180px); width: 800px; }
  .screens-rail img { border-radius: 30px; }
  .privacy-inner { grid-template-columns: 1fr; }
  .privacy-inner > a { grid-column: 1; }
  .privacy-mark { width: 62px; height: 62px; }
  .faq-list summary { min-height: 76px; font-size: 17px; }
  .final-cta { min-height: 620px; }
  .final-cta-shade { background: linear-gradient(180deg, rgba(248,251,255,.55), rgba(248,251,255,1) 62%); }
  .final-cta-copy { width: calc(100% - 32px); align-self: end; padding-bottom: 56px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 22px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

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

@media (prefers-contrast: more) {
  :root { --ink-2: #35415a; --line: #bdc8d8; }
  .nav-shell, .trust-strip, .storage-visual { border-color: #9ca9bd; }
}
