:root {
  --blue: #0d68f4;
  --blue-deep: #0748bd;
  --navy: #0b1740;
  --sky: #ddecff;
  --yellow: #ffd325;
  --cream: #f7f6f1;
  --white: #fff;
  --ink: #101a36;
  --muted: #66708a;
  --line: rgba(16, 26, 54, .12);
  --page: min(1260px, calc(100vw - 64px));
  --space: clamp(92px, 11vw, 170px);
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: Futura, "Futura Bk BT", "Avenir Next", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
.page-width { width: var(--page); margin-inline: auto; }
.section-space { padding-block: var(--space); }

.site-header { position: fixed; z-index: 40; inset: 0 0 auto; width: var(--page); height: 84px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--ink); }
.site-header::before { content: ""; position: absolute; z-index: -1; inset: 0 calc(50% - 50vw); background: rgba(247,246,241,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; justify-self: start; font-size: 15px; font-weight: 750; letter-spacing: -.02em; }
.brand img { width: 35px; height: 35px; border-radius: 10px; box-shadow: 0 7px 20px rgba(2,42,123,.19); }
.site-nav { display: flex; gap: 31px; font-size: 13px; }
.site-nav a { color: var(--muted); transition: color .2s; }
.site-nav a:hover { color: var(--ink); }
.nav-cta { justify-self: end; padding: 12px 18px; color: white; background: var(--navy); border-radius: 28px; font-size: 12px; font-weight: 700; }
.nav-cta span { margin-left: 14px; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 920px; padding: 170px 0 92px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(500px, 620px); gap: clamp(60px, 7.5vw, 100px); align-items: start; }
.hero-copy { position: relative; z-index: 3; min-width: 0; max-width: 550px; }
.app-label { width: max-content; display: flex; align-items: center; gap: 9px; margin-bottom: 31px; padding: 6px 13px 6px 7px; background: rgba(255,255,255,.64); border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 1px 2px rgba(16,26,54,.025); font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .13em; }
.app-label img { width: 20px; height: 20px; border-radius: 6px; }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(64px, 5.55vw, 92px); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
.hero-copy > p { max-width: 430px; margin: 34px 0 0; color: var(--muted); font-size: 16px; line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 32px; }
.store-button { width: 165px; display: inline-block; flex: 0 0 auto; line-height: 0; }
.store-button img { display: block; width: 100%; height: auto; }
.store-button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 5px; border-radius: 9px; }
.hero-secondary { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.38); font-size: 12px; font-weight: 700; transition: background .2s, border-color .2s; }
.hero-secondary:hover { background: white; border-color: rgba(16,26,54,.25); }
.text-link { display: inline-flex; align-items: center; gap: 25px; padding: 10px 0; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 650; }
.hero-notes { display: flex; align-items: center; gap: 10px; margin-top: 24px; color: var(--muted); font-size: 10px; letter-spacing: 0; }
.hero-notes i { width: 3px; height: 3px; background: var(--yellow); border-radius: 50%; }
.hero-showcase { width: min(100%, 620px); min-width: 0; height: 520px; margin-top: 82px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-template-rows: 1.1fr .9fr; justify-self: end; gap: 14px; }
.hero-module { position: relative; overflow: hidden; background: white; border: 1px solid rgba(16,26,54,.11); border-radius: 23px; box-shadow: 0 1px 2px rgba(16,26,54,.035), 0 14px 35px rgba(16,26,54,.025); }
.hero-showcase.is-visible .hero-module { animation: module-rise .75s cubic-bezier(.22,1,.36,1) both; }
.hero-showcase.is-visible .memory-module { animation-delay: .08s; }.hero-showcase.is-visible .vault-module { animation-delay: .14s; }.hero-showcase.is-visible .contacts-module { animation-delay: .2s; }.hero-showcase.is-visible .battery-module { animation-delay: .26s; }
.cleanup-module { grid-column: 1 / 4; padding: 18px; }
.cleanup-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; }
.cleanup-head img { width: 38px; height: 38px; border-radius: 11px; }
.cleanup-head strong, .cleanup-head span { display: block; }
.cleanup-head strong { font-size: 14px; }
.cleanup-head span { margin-top: 3px; color: var(--muted); font-size: 10px; }
.cleanup-head > b { color: var(--blue); font-size: 30px; letter-spacing: -.06em; }
.cleanup-head > .cleanup-ok { width: 32px; height: 32px; display: grid; place-items: center; color: var(--blue); background: #e4eeff; border-radius: 50%; font-size: 15px; }
.cleanup-list { display: grid; gap: 7px; margin-top: 14px; }
.cleanup-list > div { min-height: 37px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 12px; background: var(--cream); border-radius: 12px; }
.cleanup-list span { color: #3f4962; font-size: 10px; }
.cleanup-list strong { display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; font-size: 9px; }
.cleanup-list strong::before { content: ""; width: 6px; height: 6px; background: var(--yellow); border-radius: 50%; }
.hero-showcase.is-visible .cleanup-list > div { animation: list-rise .55s cubic-bezier(.22,1,.36,1) both; }.hero-showcase.is-visible .cleanup-list > div:nth-child(1) { animation-delay: .18s; }.hero-showcase.is-visible .cleanup-list > div:nth-child(2) { animation-delay: .25s; }.hero-showcase.is-visible .cleanup-list > div:nth-child(3) { animation-delay: .32s; }.hero-showcase.is-visible .cleanup-list > div:nth-child(4) { animation-delay: .39s; }
.hero-showcase.is-visible .cleanup-list strong::before { animation: status-pulse 2.2s ease-in-out infinite; }.hero-showcase.is-visible .cleanup-list > div:nth-child(2) strong::before { animation-delay: .35s; }.hero-showcase.is-visible .cleanup-list > div:nth-child(3) strong::before { animation-delay: .7s; }.hero-showcase.is-visible .cleanup-list > div:nth-child(4) strong::before { animation-delay: 1.05s; }
.hero-showcase.is-visible .cleanup-ok { animation: check-pulse 2.8s ease-in-out .8s infinite; }
.memory-module { grid-column: 4 / 7; padding: 7px; background: white; }
.memory-treemap { width: 100%; height: 100%; display: grid; grid-template-columns: repeat(10, 1fr); grid-template-rows: repeat(10, 1fr); gap: 4px; }
.memory-block { min-width: 0; padding: 12px; overflow: hidden; border-radius: 10px; }
.memory-block span, .memory-block strong { display: block; }
.memory-block span { font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.memory-block strong { margin-top: 5px; font-size: 13px; letter-spacing: -.03em; }
.memory-videos { grid-area: 1 / 1 / 8 / 7; color: white; background: var(--blue); }
.memory-large { grid-area: 1 / 7 / 6 / 11; color: white; background: #3c80eb; }
.memory-duplicates { grid-area: 6 / 7 / 9 / 11; color: var(--ink); background: #b8d0f7; }
.memory-screenshots { grid-area: 8 / 1 / 11 / 5; color: var(--ink); background: #ccdcf7; }
.memory-screenshots strong { margin-top: 2px; }
.memory-other { grid-area: 8 / 5 / 11 / 7; background: #e0e9f8; }
.memory-free { grid-area: 9 / 7 / 11 / 11; padding: 9px 12px; color: var(--muted); background: #f7f6f1; border: 1px dashed #cdd4e0; }
.memory-free span { font-size: 7px; }.memory-free strong { margin-top: 2px; font-size: 10px; }
.hero-showcase.is-visible .memory-block { animation: tile-in .62s cubic-bezier(.22,1,.36,1) both; transform-origin: 50% 100%; }.hero-showcase.is-visible .memory-large { animation-delay: .16s; }.hero-showcase.is-visible .memory-duplicates { animation-delay: .23s; }.hero-showcase.is-visible .memory-screenshots { animation-delay: .3s; }.hero-showcase.is-visible .memory-other { animation-delay: .37s; }.hero-showcase.is-visible .memory-free { animation-delay: .44s; }
.memory-status { position: absolute; z-index: 2; left: 13px; bottom: 7px; display: flex; align-items: center; gap: 7px; padding: 6px 9px 6px 7px; color: white; background: rgba(11,23,64,.92); border: 1px solid rgba(255,255,255,.18); border-radius: 11px; backdrop-filter: blur(12px); box-shadow: 0 8px 20px rgba(11,23,64,.14); }
.memory-status i { position: relative; width: 18px; height: 18px; flex: 0 0 auto; border: 1.5px solid rgba(255,255,255,.8); border-radius: 50%; }
.memory-status i::before, .memory-status i::after { content: ""; position: absolute; inset: 3px 7px; border-left: 1px solid rgba(255,255,255,.65); border-right: 1px solid rgba(255,255,255,.65); border-radius: 50%; }
.memory-status i::after { inset: 7px 3px; border: 0; border-top: 1px solid rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.65); }
.memory-status div { display: flex; align-items: baseline; gap: 5px; white-space: nowrap; }
.memory-status span { color: rgba(255,255,255,.62); font-size: 6px; text-transform: uppercase; letter-spacing: .07em; }
.memory-status strong { font-size: 10px; }
.hero-showcase.is-visible .memory-status { animation: status-float 5.5s ease-in-out 1s infinite; }
.vault-module { grid-column: 1 / 3; padding: 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.module-label { position: absolute; top: 15px; left: 15px; color: var(--muted); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.vault-mark { position: relative; width: 52px; height: 52px; margin: 12px 0; background: #e6ddff; border-radius: 17px; }
.vault-mark::before { content: ""; position: absolute; left: 50%; top: 26px; width: 20px; height: 17px; box-sizing: border-box; border: 2.5px solid #7c43ff; border-radius: 5px; transform: translateX(-50%); }
.vault-mark::after { content: ""; position: absolute; left: 50%; top: 16px; width: 12px; height: 15px; box-sizing: border-box; border: 2.5px solid #7c43ff; border-bottom: 0; border-radius: 9px 9px 0 0; transform: translateX(-50%); }
.vault-module > strong { font-size: 16px; }
.vault-module > small { margin-top: 7px; color: var(--muted); font-size: 10px; }
.hero-showcase.is-visible .vault-mark { animation: soft-float 5.8s ease-in-out .6s infinite; }
.contacts-module { grid-column: 3 / 5; padding: 16px 13px 13px; }
.contact-preview { display: flex; align-items: center; gap: 8px; margin-top: 8px; padding: 8px; background: var(--cream); border-radius: 11px; }
.contact-preview:first-of-type { margin-top: 38px; }
.contact-preview img { width: 28px; height: 28px; flex: 0 0 auto; object-fit: cover; border-radius: 50%; }
.contact-preview strong, .contact-preview span { display: block; }
.contact-preview strong { font-size: 10px; }
.contact-preview span { margin-top: 3px; color: var(--muted); font-size: 8px; }
.contacts-module > b { display: inline-block; margin-top: 8px; padding: 5px 8px; color: var(--blue); background: #e4eeff; border-radius: 999px; font-size: 8px; }
.hero-showcase.is-visible .contact-preview { animation: list-rise .58s cubic-bezier(.22,1,.36,1) both; }.hero-showcase.is-visible .contact-preview:first-of-type { animation-delay: .42s; }.hero-showcase.is-visible .contact-preview:nth-of-type(2) { animation-delay: .52s; }
.battery-module { grid-column: 5 / 7; padding: 12px; background: var(--yellow); border-color: #edc100; }
.battery-panel { height: 162px; padding: 15px; color: white; background: var(--navy); border-radius: 16px; }
.battery-panel > span { color: rgba(255,255,255,.64); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.battery-bars { height: 56px; display: flex; align-items: flex-end; justify-content: space-between; gap: 6px; margin: 14px 0 10px; }
.battery-bars i { width: 100%; height: 36%; background: var(--yellow); border-radius: 5px; }
.battery-bars i:nth-child(2) { height: 62%; }.battery-bars i:nth-child(3) { height: 44%; }.battery-bars i:nth-child(4) { height: 78%; }.battery-bars i:nth-child(5) { height: 55%; }.battery-bars i:nth-child(6) { height: 91%; }
.hero-showcase.is-visible .battery-bars i { animation: bar-grow .72s cubic-bezier(.22,1,.36,1) both; transform-origin: bottom; }.hero-showcase.is-visible .battery-bars i:nth-child(1) { animation-delay: .42s; }.hero-showcase.is-visible .battery-bars i:nth-child(2) { animation-delay: .5s; }.hero-showcase.is-visible .battery-bars i:nth-child(3) { animation-delay: .58s; }.hero-showcase.is-visible .battery-bars i:nth-child(4) { animation-delay: .66s; }.hero-showcase.is-visible .battery-bars i:nth-child(5) { animation-delay: .74s; }.hero-showcase.is-visible .battery-bars i:nth-child(6) { animation-delay: .82s; }
.battery-panel strong { font-size: 20px; }
.battery-module > p { margin: 10px 3px 0; font-size: 10px; font-weight: 700; }

.scroll-cue { position: absolute; left: 50%; bottom: 25px; display: inline-flex; align-items: center; gap: 14px; min-height: 42px; padding: 0 17px; color: #30384d; background: rgba(255,255,255,.8); border: 1px solid rgba(16,26,54,.11); border-radius: 999px; box-shadow: 0 6px 20px rgba(16,26,54,.05); font-size: 11px; font-weight: 650; transform: translateX(-50%); transition: background .2s, transform .2s; }
.scroll-cue:hover { background: white; transform: translate(-50%, -2px); }
.scroll-cue span { font-size: 14px; }

.trust-strip { overflow: hidden; padding: 20px 0; color: white; background: var(--navy); }
.trust-track { width: max-content; display: flex; animation: ticker 28s linear infinite; will-change: transform; }
.trust-group { min-width: 100vw; display: flex; flex: 0 0 auto; align-items: center; justify-content: space-around; gap: 30px; padding-inline: 15px; }
.trust-group span { flex: 0 0 auto; font-size: 10px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.trust-group i { flex: 0 0 auto; color: var(--yellow); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes module-rise { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes list-rise { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
@keyframes tile-in { from { opacity: 0; transform: scaleY(.72); } to { opacity: 1; transform: scaleY(1); } }
@keyframes bar-grow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes status-pulse { 0%,100% { opacity: 1; } 50% { opacity: .32; } }
@keyframes check-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(13,104,244,0); } 45% { box-shadow: 0 0 0 7px rgba(13,104,244,.09); } }
@keyframes soft-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes status-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }

.section-kicker { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.section-kicker span { display: grid; place-items: center; width: 30px; height: 30px; color: white; background: var(--blue); border-radius: 50%; font-size: 8px; }
.intro-process { padding-bottom: clamp(100px, 10vw, 145px); scroll-margin-top: 84px; }
.intro-process-heading { max-width: 760px; margin: 0 auto; text-align: center; }
.intro-process-heading > span { display: block; margin-bottom: 23px; color: #8a91a2; font-size: 9px; font-weight: 650; letter-spacing: .22em; text-transform: uppercase; }
.intro-process-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(52px, 4.5vw, 70px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.intro-process-heading h2 span { white-space: nowrap; }
.intro-process-heading p { max-width: 590px; margin: 24px auto 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.process-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 62px; }
.process-card { min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; background: rgba(255,255,255,.82); border: 1px solid rgba(16,26,54,.11); border-radius: 24px; box-shadow: 0 18px 45px rgba(16,26,54,.035); }
.process-card:nth-child(2) { transition-delay: .08s; }.process-card:nth-child(3) { transition-delay: .16s; }.process-card.is-visible:hover { transform: translateY(-4px); box-shadow: 0 22px 52px rgba(16,26,54,.065); }
.process-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 14px; }
.process-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.process-icon-find { color: #9a7100; background: #ffda42; }
.process-icon-review { color: #2159b8; background: #dce9ff; }
.process-icon-clean { color: white; background: var(--blue); }
.process-card h3 { margin: 0; font-family: var(--display); font-size: 31px; font-weight: 400; letter-spacing: -.035em; }
.process-card > p { margin: 13px 0 20px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.process-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.process-tags span { padding: 7px 10px; color: #4f586d; background: #f0eee8; border-radius: 999px; font-size: 10px; font-weight: 600; }
.process-card > a { display: inline-flex; align-items: center; gap: 18px; margin-top: auto; padding-top: 24px; font-size: 11px; font-weight: 700; }
.process-card > a span { font-size: 16px; font-weight: 400; transition: transform .2s; }
.process-card > a:hover span { transform: translateX(3px); }
.pricing-heading h2, .faq-heading h2, .download-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(50px, 5.7vw, 86px); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
h2 em { color: var(--blue); font-style: normal; }

.product-section { background: rgba(255,255,255,.34); border-top: 1px solid rgba(16,26,54,.08); border-bottom: 1px solid rgba(16,26,54,.08); scroll-margin-top: 84px; }
.product-heading { max-width: 760px; text-align: center; }
.product-heading > span, .extras-heading > span, .privacy-copy > span { display: block; margin-bottom: 20px; color: #8a91a2; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.product-heading h2, .extras-heading h2, .privacy-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(45px,4.5vw,68px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.product-heading p, .extras-heading > p { max-width: 610px; margin: 23px auto 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.product-list { margin-top: 86px; }
.product-row { min-height: 570px; display: grid; grid-template-columns: minmax(0,.9fr) minmax(440px,1.1fr); align-items: center; gap: clamp(70px,10vw,140px); padding: 75px 0; border-top: 1px solid var(--line); }
.product-row-reverse .product-copy { order: 2; }.product-row-reverse .product-visual { order: 1; }
.product-copy { max-width: 490px; }
.product-copy > span { display: block; margin-bottom: 18px; color: var(--blue); font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.product-copy h3 { margin: 0; font-family: var(--display); font-size: clamp(39px,3.8vw,55px); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.product-copy > p { margin: 23px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.product-copy ul { margin: 0; padding: 0; list-style: none; }
.product-copy li { position: relative; padding: 9px 0 9px 22px; color: #424b62; font-size: 12px; }
.product-copy li::before { content: ""; position: absolute; left: 0; top: 15px; width: 6px; height: 6px; background: var(--yellow); border-radius: 50%; }
.product-visual { position: relative; height: 470px; display: grid; place-items: end center; overflow: hidden; border: 1px solid rgba(16,26,54,.1); border-radius: 28px; }
.product-visual::before { content: ""; position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(13,104,244,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(13,104,244,.09) 1px, transparent 1px); background-size: 28px 28px; -webkit-mask-image: linear-gradient(to bottom, black, transparent 88%); mask-image: linear-gradient(to bottom, black, transparent 88%); }
.product-visual img { position: relative; z-index: 1; width: min(56%,300px); height: 92%; object-fit: cover; object-position: top; opacity: .42; border: 7px solid var(--navy); border-bottom: 0; border-radius: 36px 36px 0 0; box-shadow: 0 25px 55px rgba(16,26,54,.16); transform: translateY(38px) scale(.985); transition: opacity .9s ease .12s, transform 1.05s cubic-bezier(.22,1,.36,1) .12s; }
.product-row.is-visible .product-visual img { opacity: 1; transform: none; }
.product-row.is-visible .product-visual:hover img { transform: translateY(-7px) scale(1.008); }
.visual-note { position: absolute; z-index: 2; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 9px; padding: 10px 13px 10px 10px; color: var(--ink); background: rgba(255,255,255,.9); border: 1px solid rgba(16,26,54,.1); border-radius: 999px; box-shadow: 0 12px 30px rgba(16,26,54,.14); backdrop-filter: blur(12px); opacity: 0; font-size: 10px; font-weight: 700; transform: translateY(14px); transition: opacity .55s ease .48s, transform .65s cubic-bezier(.22,1,.36,1) .48s; }
.visual-note-left { right: auto; left: 24px; }
.visual-note i { width: 22px; height: 22px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-size: 9px; font-style: normal; }
.product-row.is-visible .visual-note { opacity: 1; transform: none; }
.product-visual-blue { background: #dce9ff; }.product-visual-sky { background: #eef3fc; }.product-visual-lilac { background: #eee8ff; }.product-visual-cream { background: #f3efe7; }

.fact-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-block: 22px; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.fact-strip > div { min-height: 105px; display: flex; flex-direction: column; justify-content: center; padding: 22px 25px; background: rgba(255,255,255,.45); border-left: 1px solid var(--line); }
.fact-strip > div:first-child { border-left: 0; }
.fact-strip strong { font-size: 14px; }.fact-strip span { margin-top: 7px; color: var(--muted); font-size: 10px; }

.extras-heading { max-width: 700px; margin: 0 auto 58px; text-align: center; }
.extras-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.extra-card { min-height: 580px; display: grid; grid-template-columns: minmax(0,1fr) minmax(210px,.72fr); align-items: center; gap: 30px; overflow: hidden; padding: 45px 0 0 45px; background: #e9e3ff; border: 1px solid rgba(16,26,54,.1); border-radius: 30px; }
.extra-card-dark { color: white; background: var(--navy); }
.extra-copy { align-self: start; padding-top: 20px; }
.extra-copy > span { display: block; margin-bottom: 18px; color: #7750d5; font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }.extra-card-dark .extra-copy > span { color: var(--yellow); }
.extra-copy h3 { margin: 0; font-family: var(--display); font-size: clamp(34px,3.5vw,48px); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.extra-copy p { margin: 22px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }.extra-card-dark .extra-copy p { color: rgba(255,255,255,.62); }
.extra-card > img { width: 100%; height: 465px; align-self: end; object-fit: cover; object-position: top; border: 7px solid var(--navy); border-bottom: 0; border-radius: 34px 0 0; box-shadow: 0 20px 50px rgba(16,26,54,.18); }

.review-panel { position: relative; min-height: 330px; display: grid; grid-template-columns: minmax(0,1.5fr) minmax(230px,.5fr); align-items: end; gap: clamp(60px,10vw,130px); overflow: hidden; margin-bottom: var(--space); padding: clamp(38px,5vw,66px); color: white; background: var(--navy); border-radius: 30px; }
.review-panel::after { content: "“"; position: absolute; top: -80px; right: 30%; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: 360px; line-height: 1; }
.review-quote { position: relative; z-index: 1; }
.review-quote > span { color: var(--yellow); font-size: 13px; letter-spacing: .18em; }
.review-quote blockquote { max-width: 760px; margin: 27px 0 24px; font-family: var(--display); font-size: clamp(38px,4.25vw,60px); font-weight: 400; line-height: 1.04; letter-spacing: -.04em; }
.review-quote p { margin: 0; color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.review-panel > a { position: relative; z-index: 1; min-height: 150px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; transition: background .2s, transform .2s; }
.review-panel > a:hover { background: rgba(255,255,255,.13); transform: translateY(-3px); }
.review-panel > a strong { font-size: 58px; line-height: .9; letter-spacing: -.07em; }.review-panel > a span { margin-top: 13px; color: rgba(255,255,255,.58); font-size: 10px; }.review-panel > a i { position: absolute; top: 18px; right: 20px; color: var(--yellow); font-size: 15px; font-style: normal; }

.privacy-panel { min-height: 430px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(70px,11vw,150px); margin-bottom: var(--space); padding: 58px clamp(35px,5vw,70px); background: white; border: 1px solid var(--line); border-radius: 30px; }
.privacy-copy h2 { font-size: clamp(41px,4vw,60px); }
.privacy-copy > p { margin: 23px 0 3px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.privacy-panel ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.privacy-panel li { min-height: 94px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.privacy-panel li > span { color: var(--blue); font-size: 9px; font-weight: 750; }.privacy-panel li strong { font-size: 13px; }.privacy-panel li p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.pricing { background: #edf2fb; border-top: 1px solid rgba(16,26,54,.06); border-bottom: 1px solid rgba(16,26,54,.06); }
.pricing-heading { display: grid; grid-template-columns: .75fr 2fr 1fr; gap: 55px; align-items: end; margin-bottom: 58px; }
.pricing-heading h2 { font-size: clamp(46px,4.8vw,70px); }.pricing-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.plan { position: relative; padding: clamp(30px,3.4vw,44px); background: white; border: 1px solid rgba(13,104,244,.12); border-radius: 28px; }
.plan.lifetime { color: white; background: var(--blue); }
.best-value { position: absolute; top: 18px; right: 18px; padding: 8px 12px; color: var(--ink); background: var(--yellow); border-radius: 20px; font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.plan-head span { display: block; margin-bottom: 16px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }.lifetime .plan-head span { color: rgba(255,255,255,.58); }.plan-head b { display: block; font-size: 28px; letter-spacing: -.04em; }
.price { display: flex; align-items: end; gap: 12px; margin: 42px 0 18px; }.price strong { font-size: clamp(58px,5.2vw,80px); line-height: .8; letter-spacing: -.08em; }.price span { color: var(--muted); font-size: 12px; }.lifetime .price span { color: rgba(255,255,255,.6); }
.trial { display: inline-block; padding: 8px 12px; color: var(--blue); background: #e6efff; border-radius: 15px; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }.lifetime .trial { color: var(--ink); background: var(--yellow); }
.plan ul { margin: 34px 0; padding: 0; list-style: none; }.plan li { padding: 12px 0 12px 27px; border-top: 1px solid var(--line); font-size: 11px; position: relative; }.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 800; }.lifetime li { border-color: rgba(255,255,255,.18); }.lifetime li::before { color: var(--yellow); }
.plan > a { display: flex; justify-content: space-between; padding: 17px 20px; color: white; background: var(--navy); border-radius: 13px; font-size: 12px; font-weight: 750; }.lifetime > a { color: var(--ink); background: var(--yellow); }.plan > small { display: block; margin-top: 17px; color: var(--muted); font-size: 9px; line-height: 1.5; }.lifetime > small { color: rgba(255,255,255,.58); }
.billing-links { display: flex; justify-content: center; gap: 35px; padding-top: 34px; color: var(--muted); font-size: 10px; }

.faq { display: grid; grid-template-columns: .85fr 1.25fr; gap: clamp(70px,11vw,170px); }
.faq-heading .section-kicker { margin-bottom: 42px; }.faq-heading h2 { font-size: clamp(48px,4.7vw,68px); }.faq-heading > p { margin: 25px 0 22px; color: var(--muted); font-size: 13px; }.support-button { display: inline-flex; gap: 30px; padding: 15px 19px; color: white; background: var(--blue); border-radius: 25px; font-size: 11px; font-weight: 750; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 96px; display: flex; justify-content: space-between; align-items: center; gap: 25px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { color: var(--blue); font-size: 25px; font-weight: 400; transition: transform .2s; }.accordion details[open] summary span { transform: rotate(45deg); }.accordion details p { max-width: 620px; margin: -10px 45px 30px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.download-cta { min-height: 390px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 20px; padding: 55px 25px; color: white; text-align: center; background: var(--navy); border-radius: 30px; }
.download-cta > img { width: 58px; height: 58px; margin-bottom: 25px; border-radius: 16px; }.download-cta h2 { font-size: clamp(45px,5vw,72px); }.download-cta > p { margin: 20px 0 27px; color: rgba(255,255,255,.66); font-size: 14px; }

.site-footer { padding: 70px 0 35px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 55px; }
.footer-brand { display: flex; align-items: flex-start; gap: 14px; }.footer-brand img { width: 45px; height: 45px; border-radius: 12px; }.footer-brand strong { display: block; margin-top: 3px; font-size: 14px; }.footer-brand span { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; font-size: 11px; }.footer-links > span { margin-bottom: 6px; color: var(--muted); font-size: 8px; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }.footer-links a:hover { color: var(--blue); }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 25px; margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Legal and support pages */
.inner-page { background: #f7f6f1; }
.inner-page .site-header { position: relative; color: var(--ink); border-color: var(--line); }
.inner-page .nav-cta { color: white; background: var(--blue); }
.inner-page .brand img { box-shadow: none; }
.inner-hero { padding: 110px 0 75px; border-bottom: 1px solid var(--line); }
.inner-hero .section-kicker { margin-bottom: 35px; }.inner-hero h1 { max-width: 900px; margin: 0; font-family: var(--display); font-size: clamp(56px,6.6vw,99px); font-weight: 400; line-height: .96; letter-spacing: -.055em; }.inner-hero p { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: clamp(60px,12vw,180px); padding: 70px 0 130px; }
.legal-nav { position: sticky; top: 30px; align-self: start; display: flex; flex-direction: column; gap: 10px; }.legal-nav span { margin-bottom: 10px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }.legal-nav a { font-size: 11px; }.legal-nav a:hover { color: var(--blue); }
.legal-content > p:first-child { margin-top: 0; }.legal-content h2 { margin: 55px 0 16px; font-size: 28px; letter-spacing: -.04em; }.legal-content h3 { margin: 35px 0 12px; font-size: 18px; }.legal-content p, .legal-content li { color: #5c6680; font-size: 13px; line-height: 1.75; }.legal-content ul, .legal-content ol { padding-left: 20px; }.legal-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }.legal-note { padding: 20px 22px; color: var(--ink)!important; background: #e3edff; border-left: 3px solid var(--blue); border-radius: 0 12px 12px 0; }
.support-page { min-height: 100%; background: #f8f7f3; }
.contact-shell { width: min(100% - 40px, 760px); min-height: 100vh; display: flex; flex-direction: column; margin: 0 auto; padding: 48px 0 34px; }
.contact-header .brand { width: max-content; }
.contact-main { flex: 1; margin-top: 72px; }
.contact-main h1 { margin: 0 0 54px; font-size: 46px; line-height: 1; letter-spacing: -.055em; }
.contact-section { margin-top: 42px; }
.contact-section h2 { margin: 0 0 13px; font-size: 19px; letter-spacing: -.025em; }
.contact-section p { max-width: 680px; margin: 9px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.contact-section a { color: var(--ink); overflow-wrap: anywhere; text-decoration: underline; text-decoration-color: #b9c0cf; text-underline-offset: 3px; }
.contact-section a:hover { color: var(--blue); text-decoration-color: var(--blue); }
.contact-footer { margin-top: 90px; padding-top: 24px; color: var(--muted); border-top: 1px solid var(--line); font-size: 11px; }
.contact-footer nav { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.contact-footer a:hover { color: var(--blue); }
.contact-footer p { margin: 20px 0 0; }

@media (max-width: 1040px) {
  :root { --page: calc(100vw - 36px); }
  .site-header { grid-template-columns: 1fr auto; height: 80px; }
  .site-nav { display: none; position: absolute; top: 75px; right: 0; min-width: 220px; padding: 25px; flex-direction: column; color: var(--ink); background: white; border-radius: 18px; box-shadow: 0 20px 50px rgba(4,35,95,.16); }
  .menu-open .site-nav { display: flex; }.nav-cta { display: none; }.menu-toggle { position: relative; display: block; width: 40px; height: 40px; padding: 0; color: inherit; background: transparent; border: 1px solid currentColor; border-radius: 50%; opacity: .75; }.menu-toggle span { position: absolute; left: 11px; right: 11px; height: 1px; background: currentColor; }.menu-toggle span:first-child { top: 15px; }.menu-toggle span:last-child { top: 22px; }
  .hero { min-height: auto; padding-top: 135px; grid-template-columns: 1fr; gap: 70px; }.hero-copy { max-width: 820px; }.hero h1 { font-size: clamp(68px, 9.4vw, 98px); }.hero-showcase { width: 100%; max-width: 620px; height: 610px; margin-top: 0; justify-self: center; }.scroll-cue { display: none; }
  .process-card { min-height: 340px; padding: 25px; }.product-row { grid-template-columns: .9fr 1.1fr; gap: 50px; }.product-visual { height: 430px; }.extras-grid { grid-template-columns: 1fr; }.extra-card { min-height: 500px; }.review-panel { grid-template-columns: 1.3fr .7fr; gap: 50px; }.privacy-panel { gap: 55px; }
  .pricing-heading { grid-template-columns: 1fr 3fr; }.pricing-heading p { grid-column: 2; }
  .site-footer { grid-template-columns: 2fr 1fr 1fr; }.footer-links:nth-of-type(3) { grid-column: 2; }.legal-layout { grid-template-columns: 190px 1fr; gap: 55px; }
}

@media (max-width: 720px) {
  :root { --page: calc(100vw - 28px); --space: 92px; }
  .brand img { width: 34px; height: 34px; }.brand { font-size: 14px; }
  .hero { padding: 112px 0 60px; gap: 55px; }.app-label { margin-bottom: 30px; }.hero h1 { font-size: clamp(47px, 12.6vw, 60px); line-height: .96; }.hero-copy > p { margin-top: 30px; font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }.hero-secondary { min-height: 56px; }.hero-notes { flex-wrap: wrap; margin-top: 25px; }.hero-showcase { height: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; gap: 12px; }.cleanup-module { grid-column: 1 / -1; min-height: 335px; padding: 20px; }.cleanup-head > b { font-size: 28px; }.cleanup-list { margin-top: 20px; }.cleanup-list > div { min-height: 46px; }.memory-module { grid-column: 1 / -1; height: 330px; }.vault-module { grid-column: 1 / 2; min-height: 265px; padding: 18px 12px; }.contacts-module { grid-column: 2 / 3; min-height: 265px; padding: 18px 12px; }.module-label { top: 17px; left: 15px; }.contact-preview { gap: 7px; padding: 9px 7px; }.contact-preview:first-of-type { margin-top: 45px; }.contact-preview img { width: 28px; height: 28px; }.battery-module { grid-column: 1 / -1; min-height: 270px; }.battery-panel { height: 205px; }.battery-module > p { display: none; }
  .intro-process-heading h2 { font-size: 43px; }.intro-process-heading h2 span { display: block; }.intro-process-heading p { font-size: 14px; }.process-cards { grid-template-columns: 1fr; gap: 12px; margin-top: 45px; }.process-card { min-height: 315px; padding: 25px; }
  .product-heading h2,.extras-heading h2 { font-size: 43px; }.product-list { margin-top: 55px; }.product-row,.product-row-reverse { min-height: auto; grid-template-columns: 1fr; gap: 40px; padding: 55px 0; }.product-row-reverse .product-copy,.product-row-reverse .product-visual { order: initial; }.product-visual { height: 440px; }.product-visual img { width: min(68%,260px); }.fact-strip { grid-template-columns: 1fr 1fr; }.fact-strip > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }.fact-strip > div:nth-child(4) { border-top: 1px solid var(--line); }
  .extras-heading { margin-bottom: 42px; }.extra-card { min-height: 550px; display: block; padding: 35px 0 0 30px; }.extra-copy { padding: 0 30px 0 0; }.extra-card > img { width: 62%; height: 325px; margin: 42px 0 0 auto; border-radius: 30px 0 0; }.review-panel { min-height: 420px; grid-template-columns: 1fr; align-items: start; gap: 40px; padding: 34px 27px; }.review-quote blockquote { font-size: 39px; }.review-panel > a { min-height: 125px; }.privacy-panel { display: block; margin-bottom: 92px; padding: 42px 27px; }.privacy-panel ul { margin-top: 40px; }
  .pricing-heading { display: block; }.pricing-heading .section-kicker { margin-bottom: 42px; }.pricing-heading p { margin-top: 25px; }.pricing-heading h2,.faq-heading h2 { font-size: 49px; }
  .plans { grid-template-columns: 1fr; }.best-value { position: static; display: inline-block; margin-bottom: 30px; }.price strong { font-size: 70px; }.billing-links { align-items: flex-start; flex-direction: column; gap: 15px; }
  .faq { grid-template-columns: 1fr; gap: 55px; }.download-cta { min-height: 360px; padding: 45px 20px; border-radius: 28px; }.download-cta h2 { font-size: 48px; }
  .site-footer { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; margin-bottom: 20px; }.footer-bottom { align-items: flex-start; flex-direction: column; }.legal-layout { grid-template-columns: 1fr; padding-top: 45px; }.legal-nav { position: static; padding-bottom: 30px; border-bottom: 1px solid var(--line); }.inner-hero { padding: 75px 0 55px; }.inner-hero h1 { font-size: 57px; }
  .contact-shell { width: min(100% - 36px, 760px); padding-top: 28px; }.contact-main { min-width: 0; margin-top: 58px; }.contact-main h1 { margin-bottom: 46px; font-size: 40px; }.contact-section { min-width: 0; margin-top: 36px; }.contact-section p { font-size: 13px; }.contact-footer { margin-top: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .reveal { opacity: 1; transform: none; }
  .product-visual img,.product-row.is-visible .product-visual img,.product-row.is-visible .product-visual:hover img { opacity: 1; transform: none; }
  .visual-note,.product-row.is-visible .visual-note { opacity: 1; transform: none; }
}
