:root {
  --ink: #15151b;
  --muted: #62636e;
  --subtle: #8b8c96;
  --red: #e31545;
  --red-dark: #b90734;
  --red-soft: #fff0f4;
  --lavender: #f4f3f9;
  --surface: #ffffff;
  --line: #e7e7ef;
  --gold: #d9a616;
  --gold-dark: #8b6600;
  --gold-soft: #fff4c8;
  --purple: #6d42c8;
  --blue: #5c699d;
  --radius-sm: 16px;
  --radius: 26px;
  --radius-lg: 40px;
  --shadow: 0 22px 70px rgba(28, 24, 46, .11);
  --shadow-soft: 0 12px 35px rgba(28, 24, 46, .07);
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, summary { font: inherit; }
svg { display: block; }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 999; background: #fff; color: var(--ink); padding: 12px 18px; border-radius: 12px; box-shadow: var(--shadow); font-weight: 800; }
.skip-link:focus { top: 20px; }
:focus-visible { outline: 3px solid #5974d8; outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(231,231,239,.75); backdrop-filter: blur(18px); }
.header-inner { height: 76px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; font-size: 1.45rem; letter-spacing: -.055em; }
.brand img { width: 42px; height: 42px; border-radius: 13px; box-shadow: 0 6px 16px rgba(227,21,69,.2); }
.brand > span > span { color: var(--red); }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; color: #4c4d56; font-size: .94rem; font-weight: 700; }
.primary-nav a, .footer-links a { transition: color .18s ease; }
.primary-nav a:hover, .footer-links a:hover { color: var(--red); }
.header-cta { padding: 11px 18px; border-radius: 999px; color: #fff; background: var(--ink); font-size: .9rem; font-weight: 800; transition: transform .18s ease, background .18s ease; }
.header-cta:hover { transform: translateY(-1px); background: var(--red); }

.hero { position: relative; overflow: hidden; padding: 78px 0 90px; background: linear-gradient(145deg, #fff 28%, #fff4f7 70%, #f3f4fb); }
.hero::before { content: ""; position: absolute; width: 500px; height: 500px; right: -220px; top: -230px; border-radius: 50%; background: radial-gradient(circle, rgba(227,21,69,.18), rgba(227,21,69,0) 68%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 68px; }
.hero-copy { max-width: 690px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; display: flex; align-items: center; gap: 10px; color: var(--red-dark); font-size: .78rem; line-height: 1.2; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; border-radius: 2px; background: currentColor; }
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(3.6rem, 6.2vw, 6.2rem); line-height: .98; letter-spacing: -.068em; text-wrap: balance; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 1.16rem; line-height: 1.72; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 13px 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 13px 30px rgba(227,21,69,.25); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 15px 36px rgba(227,21,69,.3); }
.button-secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.trust-list { margin: 30px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 18px 24px; color: #4e4f58; font-size: .92rem; font-weight: 750; }
.trust-list li { display: flex; align-items: center; gap: 8px; }
.trust-list span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: #e9f8ee; color: #14713a; font-size: .75rem; font-weight: 950; }

.hero-visual { min-height: 620px; position: relative; display: grid; place-items: center; }
.soft-orbit { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: linear-gradient(135deg, #ffced9, #ececf8); box-shadow: inset 0 0 0 1px rgba(255,255,255,.8); }
.phone-shell { position: relative; overflow: hidden; padding: 10px; border-radius: 42px; background: #17171d; border: 2px solid #383841; box-shadow: 0 30px 80px rgba(23,19,39,.28); }
.phone-shell img { width: 100%; height: 100%; object-fit: cover; object-position: top center; border-radius: 31px; background: var(--lavender); }
.phone-speaker { position: absolute; z-index: 2; top: 17px; left: 50%; translate: -50% 0; width: 74px; height: 9px; border-radius: 999px; background: #1e1e24; }
.hero-phone { z-index: 1; width: 304px; height: 620px; transform: rotate(4deg); }
.float-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.93); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.note-secure { left: 0; top: 120px; padding: 15px 18px; border-radius: 18px; }
.note-secure > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--red-soft); color: var(--red); font-size: 1.3rem; }
.note-free { right: 4px; bottom: 100px; padding: 14px 18px; border-radius: 18px; flex-direction: column; align-items: flex-start; gap: 0; line-height: 1.2; }
.note-free strong { color: var(--red); font-size: 1.6rem; }
.note-free span { color: var(--muted); font-size: .82rem; }

.panorama-section { padding: 0 0 24px; background: #fff; }
.panorama-section img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }

.section { padding: 112px 0; }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.narrow { max-width: 710px; }
.section-heading h2, .split-copy h2, .plus-intro h2, .privacy-copy h2, .faq-heading h2, .closing-panel h2 { margin: 0; font-size: clamp(2.45rem, 4.6vw, 4.4rem); line-height: 1.06; letter-spacing: -.056em; text-wrap: balance; }
.section-heading > p:last-child, .faq-heading > p:last-child { margin: 20px auto 0; color: var(--muted); font-size: 1.08rem; }
.intro { background: #fff; }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; align-items: stretch; }
.feature-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.feature-media { height: 285px; overflow: hidden; background: var(--lavender); }
.feature-media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .35s ease; }
.feature-card:hover .feature-media img { transform: scale(1.02); }
.feature-content { padding: 28px 27px 30px; display: flex; flex-direction: column; flex: 1; }
.feature-icon { width: 47px; height: 47px; margin-top: -52px; margin-bottom: 20px; display: grid; place-items: center; border-radius: 15px; color: var(--red); background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 25px rgba(24,20,40,.13); }
.feature-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-content h3 { margin: 0; font-size: 1.48rem; letter-spacing: -.035em; }
.feature-content > p { margin: 10px 0 20px; color: var(--muted); }
.check-list { margin: auto 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 23px; color: #42434c; font-size: .94rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--red); font-weight: 900; }
.feature-qr .feature-icon { color: var(--purple); }
.feature-gift .feature-icon { color: var(--gold-dark); }

.add-section { background: var(--lavender); overflow: hidden; }
.split-layout { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); gap: 90px; align-items: center; }
.phone-stage { min-height: 690px; position: relative; display: grid; place-items: center; }
.phone-stage::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 1px rgba(226,226,237,.8); }
.compact-phone { z-index: 1; width: 315px; height: 650px; transform: rotate(-3deg); }
.stage-badge { position: absolute; z-index: 2; right: 0; bottom: 115px; padding: 13px 17px; display: flex; align-items: center; gap: 8px; border-radius: 15px; color: #3d3e47; background: #fff; box-shadow: var(--shadow); font-size: .84rem; font-weight: 800; }
.stage-badge span { color: var(--red); font-size: 1.15rem; }
.split-copy { position: relative; z-index: 2; }
.large-copy { margin: 22px 0 0; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.steps { margin: 35px 0 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.steps li { padding: 14px 16px; display: flex; align-items: flex-start; gap: 17px; border-radius: 18px; background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.9); }
.steps li > span { flex: 0 0 auto; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-weight: 900; }
.steps strong { display: block; font-size: 1.03rem; }
.steps p { margin: 2px 0 0; color: var(--muted); font-size: .93rem; }

.plus-section { background: #fff; }
.plus-panel { padding: 62px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(130deg, #17171d 0%, #25232b 52%, #3b2b05 130%); box-shadow: var(--shadow); overflow: hidden; position: relative; }
.plus-panel::before { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; top: -210px; border-radius: 50%; background: radial-gradient(circle, rgba(244,190,35,.28), rgba(244,190,35,0) 70%); }
.plus-intro, .plus-benefits { position: relative; z-index: 1; }
.plus-label { margin: 0 0 18px; display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(255,219,102,.24); border-radius: 999px; color: #ffe07b; background: rgba(255,219,102,.08); font-size: .82rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.plus-intro h2 { font-size: clamp(2.5rem, 4.2vw, 4rem); }
.plus-intro > p:not(.plus-label) { margin: 24px 0 0; color: #cbcbd2; font-size: 1.05rem; }
.plus-intro > p strong { color: #fff; }
.price-lockup { margin-top: 32px; display: inline-flex; align-items: center; gap: 17px; }
.price-lockup > strong { font-size: 4.7rem; line-height: 1; letter-spacing: -.08em; color: #ffd75b; }
.price-lockup > span { color: #fff; font-weight: 800; line-height: 1.25; }
.price-lockup small { color: #aeadb7; font-weight: 600; }
.plus-benefits { padding: 34px; border-radius: 27px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(10px); }
.plus-benefits h3 { margin: 0 0 22px; font-size: 1.3rem; }
.plus-benefits ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 17px; }
.plus-benefits li { display: flex; align-items: flex-start; gap: 14px; }
.plus-benefits li > span { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #ffd75b; color: #332700; font-weight: 950; }
.plus-benefits strong { display: block; }
.plus-benefits p { margin: 2px 0 0; color: #bdbdc5; font-size: .91rem; }
.free-note { margin-top: 25px; padding: 16px 17px; border-radius: 15px; color: #d8d8dd; background: rgba(0,0,0,.22); font-size: .9rem; }
.free-note strong { color: #fff; }

.share-section { background: #fff; padding-top: 82px; }
.share-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 20px; align-items: center; }
.share-flow article { min-height: 210px; padding: 29px; border-radius: var(--radius); background: var(--lavender); border: 1px solid var(--line); }
.share-flow article > span { color: var(--red); font-size: .76rem; font-weight: 950; letter-spacing: .12em; }
.share-flow h3 { margin: 28px 0 8px; font-size: 1.3rem; letter-spacing: -.03em; }
.share-flow p { margin: 0; color: var(--muted); font-size: .94rem; }
.share-flow > i { color: #a9a9b4; font-size: 1.5rem; font-style: normal; }
.security-note { max-width: 860px; margin: 28px auto 0; padding: 16px 19px; display: flex; align-items: flex-start; gap: 12px; border-radius: 16px; color: #695100; background: var(--gold-soft); font-size: .9rem; }
.security-note span { flex: 0 0 auto; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #fff; font-weight: 950; }

.privacy-section { color: #fff; background: #15151b; overflow: hidden; }
.privacy-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.eyebrow.light { color: #ff8ba7; }
.privacy-copy h2 { font-size: clamp(2.7rem, 5vw, 4.7rem); }
.privacy-copy > .large-copy { color: #c6c6cd; max-width: 690px; }
.privacy-highlights { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.privacy-highlights span { padding: 9px 12px; border-radius: 999px; color: #f5f5f8; background: #24242b; border: 1px solid #3a3a43; font-size: .8rem; font-weight: 800; }
.privacy-phone-wrap { display: grid; place-items: center; min-height: 700px; position: relative; }
.privacy-phone-wrap::before { content: ""; position: absolute; width: 470px; height: 470px; border-radius: 50%; background: radial-gradient(circle, rgba(109,66,200,.44), rgba(109,66,200,0) 70%); }
.privacy-phone { z-index: 1; width: 330px; height: 690px; transform: rotate(3deg); border-color: #4c4c55; }
.privacy-data-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.privacy-data-card { min-width: 0; padding: 27px 25px 25px; border-radius: 22px; background: #222229; border: 1px solid #34343d; }
.privacy-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; font-size: .74rem; font-weight: 950; letter-spacing: .08em; }
.local-data .privacy-number { color: #68e4aa; background: rgba(51,190,125,.14); }
.online-data .privacy-number { color: #78b8ff; background: rgba(53,137,224,.15); }
.hidden-data .privacy-number { color: #ff7597; background: rgba(227,21,69,.16); }
.privacy-data-card h3 { min-height: 2.3em; margin: 18px 0 17px; font-size: 1.3rem; line-height: 1.15; letter-spacing: -.03em; }
.privacy-data-card ul, .privacy-choice-list { margin: 0; padding: 0; list-style: none; }
.privacy-data-card li { position: relative; padding-left: 23px; color: #bdbdc5; font-size: .91rem; line-height: 1.55; }
.privacy-data-card li + li { margin-top: 11px; }
.privacy-data-card li::before { content: "✓"; position: absolute; left: 0; top: .08em; color: #ff6c8e; font-weight: 950; }
.local-data li::before { color: #57d99b; }
.online-data li::before { color: #6aafff; }
.privacy-control-panel { margin-top: 17px; padding: 28px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 34px; align-items: center; border-radius: 22px; background: linear-gradient(120deg,#24242c,#1d1d24); border: 1px solid #35353e; }
.privacy-control-panel .eyebrow { margin-bottom: 10px; }
.privacy-control-panel h3 { margin: 0; font-size: 1.65rem; letter-spacing: -.035em; }
.privacy-control-panel > div > p:last-child { margin: 8px 0 0; color: #a9a9b2; font-size: .9rem; line-height: 1.55; }
.privacy-choice-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 20px; }
.privacy-choice-list li { position: relative; padding-left: 25px; color: #d2d2d8; font-size: .88rem; line-height: 1.5; }
.privacy-choice-list li::before { content: "✓"; position: absolute; left: 0; color: #b191ff; font-weight: 950; }
.privacy-promise { max-width: 1020px; margin: 18px auto 0; padding: 15px 18px; border-radius: 16px; color: #ffe7a3; background: rgba(214,157,13,.12); border: 1px solid rgba(214,157,13,.26); text-align: center; font-size: .88rem; line-height: 1.55; }

.control-section { background: #f8f7fb; }
.control-layout { grid-template-columns: 1.08fr .92fr; }
.control-cards { margin-top: 35px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.control-cards article { padding: 18px; display: flex; align-items: flex-start; gap: 13px; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.control-cards article > span { flex: 0 0 auto; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 12px; color: var(--red); background: var(--red-soft); font-weight: 950; }
.control-cards h3 { margin: 0; font-size: 1rem; }
.control-cards p { margin: 4px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.contact-panel { margin-top: 16px; padding: 16px 18px; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; border-radius: 18px; color: #fff; background: #17171d; box-shadow: var(--shadow-soft); transition: transform .18s ease, background .18s ease; }
.contact-panel:hover { transform: translateY(-2px); background: var(--red-dark); }
.contact-panel > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--red); font-size: 1.15rem; font-weight: 950; }
.contact-panel strong, .contact-panel small { display: block; }
.contact-panel strong { font-size: .98rem; }
.contact-panel small { margin-top: 3px; color: #c7c7ce; font-size: .82rem; }
.contact-panel b { color: #fff; font-size: .84rem; }
.support-stage::before { background: linear-gradient(145deg,#fff,#f6eaf1); }
.support-badge { left: 0; right: auto; color: #fff; background: var(--red); }
.support-badge span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--red); font-size: .8rem; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 { font-size: clamp(2.5rem, 4.5vw, 4rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 24px 52px 24px 0; position: relative; font-size: 1.08rem; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--lavender); color: var(--red); font-size: 1.3rem; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: -6px 52px 24px 0; color: var(--muted); }
.faq-list details p a { color: var(--red-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.closing-section { padding: 0 0 85px; background: #fff; }
.closing-panel { min-height: 280px; padding: 45px 52px; display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(125deg, var(--red-dark), var(--red) 52%, #ff496f); box-shadow: 0 24px 70px rgba(198,7,52,.25); }
.closing-panel > img { width: 100px; height: 100px; border-radius: 27px; box-shadow: 0 12px 28px rgba(77,0,20,.24); }
.closing-panel .eyebrow { margin-bottom: 10px; }
.closing-panel h2 { max-width: 690px; font-size: clamp(2.1rem, 4vw, 3.5rem); }
.closing-panel p:not(.eyebrow) { margin: 10px 0 0; color: rgba(255,255,255,.84); }
.button-light { color: var(--red-dark); background: #fff; box-shadow: 0 13px 30px rgba(95,0,26,.2); white-space: nowrap; }

.site-footer { border-top: 1px solid var(--line); background: #fff; }
.footer-inner { min-height: 108px; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.footer-brand { font-size: 1.16rem; }
.footer-brand img { width: 36px; height: 36px; border-radius: 11px; }
.footer-inner > p { margin: 0; text-align: center; color: var(--subtle); font-size: .82rem; }
.footer-links { display: flex; gap: 20px; color: #555660; font-size: .88rem; font-weight: 750; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 30px; }
  .hero h1 { font-size: clamp(3.4rem, 7vw, 5rem); }
  .hero-visual { transform: scale(.9); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { display: grid; grid-template-columns: 320px 1fr; }
  .feature-media { height: 100%; min-height: 390px; }
  .feature-content { padding: 40px 34px; }
  .feature-icon { margin-top: 0; }
  .plus-panel { padding: 48px; gap: 45px; }
  .privacy-layout { gap: 36px; }
  .share-flow { gap: 12px; }
}

@media (max-width: 860px) {
  .primary-nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero { padding: 58px 0 74px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 590px; transform: none; }
  .hero-phone { width: 290px; height: 590px; }
  .soft-orbit { width: 470px; height: 470px; }
  .note-secure { left: max(0px, calc(50% - 260px)); }
  .note-free { right: max(0px, calc(50% - 250px)); }
  .panorama-section { display: none; }
  .section { padding: 86px 0; }
  .split-layout, .privacy-layout, .control-layout { grid-template-columns: 1fr; gap: 60px; }
  .split-copy { order: -1; }
  .control-layout .split-copy { order: 0; }
  .plus-panel { grid-template-columns: 1fr; }
  .share-flow { grid-template-columns: 1fr; }
  .share-flow > i { transform: rotate(90deg); justify-self: center; }
  .share-flow article { min-height: auto; }
  .privacy-phone-wrap { min-height: 650px; }
  .privacy-phone { height: 650px; }
  .privacy-data-grid { grid-template-columns: 1fr; }
  .privacy-data-card h3 { min-height: 0; }
  .privacy-control-panel { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .faq-heading { position: static; }
  .closing-panel { grid-template-columns: auto 1fr; }
  .closing-panel .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--container)); }
  .header-inner { height: 68px; }
  .brand { font-size: 1.18rem; }
  .brand img { width: 37px; height: 37px; border-radius: 11px; }
  .header-cta { padding: 9px 13px; font-size: .78rem; }
  .hero { padding-top: 44px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .hero-lead { font-size: 1.02rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .trust-list li:last-child { grid-column: 1 / -1; }
  .hero-visual { min-height: 530px; margin-top: 10px; }
  .hero-phone { width: 255px; height: 515px; }
  .soft-orbit { width: 370px; height: 370px; }
  .note-secure { left: -4px; top: 82px; padding: 11px 13px; font-size: .78rem; }
  .note-secure > span { width: 29px; height: 29px; }
  .note-free { right: -2px; bottom: 60px; padding: 10px 13px; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .split-copy h2, .plus-intro h2, .privacy-copy h2, .faq-heading h2 { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .feature-card { display: flex; }
  .feature-media { height: 265px; min-height: 0; }
  .feature-content { padding: 27px 23px 28px; }
  .feature-icon { margin-top: -50px; }
  .phone-stage { min-height: 580px; }
  .phone-stage::before { width: 350px; height: 350px; }
  .compact-phone { width: 268px; height: 550px; }
  .stage-badge { right: -4px; bottom: 70px; }
  .plus-panel { width: calc(100% - 20px); padding: 34px 22px; border-radius: 28px; }
  .plus-benefits { padding: 25px 19px; }
  .price-lockup > strong { font-size: 4rem; }
  .privacy-highlights { display: grid; }
  .control-cards, .privacy-choice-list { grid-template-columns: 1fr; }
  .privacy-phone-wrap { min-height: 590px; }
  .privacy-phone { width: 280px; height: 580px; }
  .security-note { font-size: .84rem; }
  .privacy-data-card, .privacy-control-panel { padding: 23px 20px; }
  .contact-panel { grid-template-columns: auto 1fr; }
  .contact-panel b { grid-column: 2; }
  .faq-list summary { padding-right: 46px; }
  .faq-list details p { margin-right: 0; }
  .closing-panel { width: calc(100% - 20px); padding: 34px 25px; grid-template-columns: 1fr; text-align: center; }
  .closing-panel > img { width: 82px; height: 82px; margin-inline: auto; }
  .closing-panel .eyebrow { justify-content: center; }
  .closing-panel .button { justify-self: stretch; }
  .footer-inner { padding: 30px 0; grid-template-columns: 1fr; justify-items: center; }
  .footer-inner > p { order: 3; }
}

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