:root {
  --navy: #07111f;
  --navy-2: #0b1b2f;
  --ink: #102033;
  --muted: #657184;
  --blue: #1a73e8;
  --cyan: #21c4d8;
  --coral: #ff6d57;
  --line: #e7ebf0;
  --soft: #f6f8fb;
  --white: #fff;
  --shadow: 0 24px 70px rgba(7,17,31,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Segoe UI", Inter, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body, button, a { font-size: 16px; }
a { color: inherit; text-decoration: none; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 100; padding: 10px 16px; background: white; border-radius: 8px; }
.skip-link:focus { top: 14px; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: #fff; border-bottom: 1px solid rgba(255,255,255,.09); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Segoe UI", system-ui, sans-serif; font-size: 21px; font-weight: 800; letter-spacing: -.5px; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: linear-gradient(145deg,var(--blue),var(--cyan)); box-shadow: 0 8px 20px rgba(26,115,232,.3); }
.brand-mark svg { width: 28px; }
.brand-accent { color: var(--cyan); }
.primary-nav { display: flex; align-items: center; gap: 34px; color: #cbd4de; font-size: 14px; font-weight: 600; }
.primary-nav a { transition: color .2s; }
.primary-nav a:hover { color: white; }
.nav-cta { padding: 11px 18px; color: white !important; border: 1px solid rgba(255,255,255,.35); border-radius: 9px; }
.menu-toggle { display: none; border: 0; background: none; color: white; }
.hero { position: relative; overflow: hidden; min-height: 780px; padding: 155px 0 0; color: #fff; background: radial-gradient(circle at 74% 38%,#0d3151 0,transparent 37%),linear-gradient(122deg,#07111f 0%,#0b192a 67%,#081521 100%); }
.hero:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 80px; background: white; clip-path: polygon(0 78%,100% 0,100% 100%,0 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .97fr 1.03fr; align-items: center; gap: 40px; }
.hero-copy { padding-bottom: 122px; }
.eyebrow,.kicker { color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 23px; }
.eyebrow span { width: 7px; height: 7px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,109,87,.12); }
h1,h2,h3 { margin-top: 0; font-family: "Segoe UI", system-ui, sans-serif; }
h1 { max-width: 650px; margin-bottom: 23px; font-size: clamp(42px,5.1vw,67px); line-height: 1.03; letter-spacing: -3px; }
h1 em { display: block; color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 620px; margin: 0 0 32px; color: #abb9c8; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 14px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 10px; font-weight: 700; transition: transform .2s,box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; }
.button-primary { color: #fff; background: linear-gradient(135deg,#1976e9,#1761ce); box-shadow: 0 13px 30px rgba(26,115,232,.32); }
.button-ghost { color: #d8e1ea; border: 1px solid rgba(255,255,255,.15); }
.play-icon { width: 27px; height: 27px; display: grid; place-items: center; padding-left: 2px; color: var(--cyan); border: 1px solid rgba(33,196,216,.5); border-radius: 50%; font-size: 9px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; color: #7f91a4; font-size: 12px; }
.hero-meta span { display: flex; align-items: center; gap: 6px; }
.hero-meta svg { width: 16px; color: var(--cyan); }
.product-visual { position: relative; min-height: 480px; transform: perspective(1300px) rotateY(-2deg); }
.app-window { position: absolute; top: 26px; left: 15px; width: 580px; overflow: hidden; color: #243448; background: #f7f9fc; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; box-shadow: 0 35px 90px rgba(0,0,0,.38); }
.app-topbar { height: 49px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; color: #dfe8f0; background: #0d2137; }
.app-logo { font-size: 12px; font-weight: 800; }.app-logo span { color: var(--cyan); }.app-logo small { margin-left: 6px; color: #6f8295; font-weight: 500; }
.window-dots { display: flex; gap: 6px; }.window-dots i { width: 7px; height: 7px; background: #526478; border-radius: 50%; }
.app-body { display: grid; grid-template-columns: 147px 1fr; min-height: 345px; }
.app-sidebar { padding: 24px 12px; color: #7a8795; background: #edf1f6; }
.side-title { padding: 0 10px 9px; color: #a1aab5; font-size: 8px; font-weight: 800; letter-spacing: 1.4px; }.side-title.second { margin-top: 22px; }
.side-row { display: flex; align-items: center; gap: 8px; height: 35px; padding: 0 9px; border-radius: 5px; font-size: 10px; }.side-row b { width: 13px; color: #76889a; }.side-row span { margin-left: auto; font-size: 9px; }
.side-row.active { color: #176bd5; background: #dce9fa; font-weight: 700; }
.app-content { padding: 25px 24px; background: #fff; }
.scan-head { display: flex; align-items: flex-end; justify-content: space-between; }.scan-head div { display: grid; gap: 5px; }.scan-head small { color: #9ba6b2; font-size: 7px; font-weight: 800; letter-spacing: 1.1px; }.scan-head strong { font-size: 15px; }.scan-head>span { color: #1684d8; font-size: 18px; font-weight: 800; }
.progress { height: 6px; margin: 14px 0 22px; overflow: hidden; background: #e9edf2; border-radius: 8px; }.progress i { display: block; width: 82%; height: 100%; background: linear-gradient(90deg,var(--blue),var(--cyan)); border-radius: inherit; }
.mail-list { border: 1px solid #e9edf1; border-radius: 7px; }
.mail-row { display: grid; grid-template-columns: 20px 1fr auto; gap: 8px; align-items: center; min-height: 61px; padding: 0 12px; border-bottom: 1px solid #edf0f3; }.mail-row:last-child { border: 0; }.mail-row>i { width: 14px; height: 14px; display: grid; place-items: center; color: white; background: #1a82e9; border-radius: 3px; font-size: 8px; font-style: normal; }.mail-row div { display: grid; gap: 4px; }.mail-row strong { font-size: 10px; }.mail-row small,.mail-row time { color: #9ca7b1; font-size: 8px; }.mail-row.faint { opacity: .55; }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 12px 16px; color: #23364b; background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.4); border-radius: 9px; box-shadow: 0 15px 35px rgba(0,0,0,.18); transform: rotateY(2deg); }.float-card>span { width: 30px; height: 30px; display: grid; place-items: center; color: white; background: #22b89b; border-radius: 50%; font-size: 14px; }.float-card div { display: grid; gap: 2px; }.float-card strong { font-size: 12px; }.float-card small { color: #8290a0; font-size: 8px; }.recovered { left: -15px; bottom: 40px; }.safe { right: -30px; top: 80px; }.safe>span { color: #1973da; background: #e3f2fd; }
.orbit { position: absolute; border: 1px solid rgba(50,198,218,.13); border-radius: 50%; }.orbit-one { width: 520px; height: 520px; top: -35px; left: 70px; }.orbit-two { width: 390px; height: 390px; top: 30px; left: 135px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(5px); }.glow-one { width: 320px; height: 320px; left: -180px; top: 280px; background: rgba(26,115,232,.09); }.glow-two { width: 200px; height: 200px; right: -90px; top: 120px; background: rgba(33,196,216,.08); }
.trust-strip { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr; align-items: center; margin-top: -64px; padding-right: 35px; color: #667486; background: #fff; border-radius: 12px; box-shadow: 0 15px 45px rgba(7,17,31,.1); }
.trust-strip>div { min-height: 91px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }.trust-strip>i { height: 34px; background: #e7ebef; }.trust-strip strong { color: #17304b; font-family: "Segoe UI",system-ui,sans-serif; font-size: 22px; }.trust-strip strong span { font-size: 12px; }.trust-strip small { font-size: 10px; }.stars { color: #ffb234; letter-spacing: 1px; }
.section { padding: 120px 0; }
.features { padding-top: 150px; }
.section-heading { max-width: 700px; margin: 0 auto 55px; text-align: center; }
.section-heading h2,.review-grid h2,.faq-grid h2,.download-copy h2 { margin: 14px 0 17px; color: #10243b; font-size: clamp(32px,4vw,44px); line-height: 1.18; letter-spacing: -1.8px; }
.section-heading p,.review-lead,.faq-grid>div>p { color: var(--muted); line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.feature-card { min-height: 300px; padding: 31px 27px; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 8px 24px rgba(10,30,55,.025); transition: transform .25s,box-shadow .25s; }.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.feature-card.featured { color: white; background: linear-gradient(150deg,#0d243b,#0b1a2d); border-color: transparent; }.feature-card h3 { margin: 24px 0 13px; font-size: 19px; line-height: 1.35; }.feature-card p { margin: 0; color: #798596; font-size: 14px; line-height: 1.75; }.feature-card.featured p { color: #9badbd; }.feature-card a { display: inline-flex; gap: 8px; margin-top: 22px; color: var(--cyan); font-size: 13px; font-weight: 700; }
.feature-icon { width: 47px; height: 47px; display: grid; place-items: center; color: #2691ef; background: #e7f3ff; border-radius: 10px; }.feature-icon svg { width: 25px; }.feature-card.featured .feature-icon { color: var(--cyan); background: rgba(33,196,216,.11); }.feature-icon.coral { color: #ef725f; background: #fff0ed; }.feature-icon.green { color: #25a488; background: #e7f8f4; }.feature-icon.gold { color: #d99826; background: #fff5de; }
.steps-section { background: var(--soft); }
.steps { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 70px; }.steps:before { content: ""; position: absolute; left: 18%; right: 18%; top: 47px; border-top: 1px dashed #bfc9d4; }.steps article { position: relative; text-align: center; }.step-no { position: absolute; top: -3px; right: calc(50% - 46px); color: #c7d0da; font-family: "Segoe UI",system-ui,sans-serif; font-size: 10px; font-weight: 800; }.step-icon { position: relative; z-index: 2; width: 92px; height: 92px; display: grid; place-items: center; margin: 0 auto 24px; color: white; background: linear-gradient(145deg,#1285df,#18b8cf); border: 10px solid white; border-radius: 50%; box-shadow: 0 8px 24px rgba(27,131,207,.18); font-size: 30px; }.steps article:nth-child(2) .step-icon { background: linear-gradient(145deg,#ff785d,#ed5860); }.steps article:nth-child(3) .step-icon { background: linear-gradient(145deg,#25b99b,#20a17f); }.steps h3 { margin-bottom: 10px; font-size: 19px; }.steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.review-section { background: #fff; }.review-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: center; }.review-grid h2 { max-width: 440px; }.review-lead { max-width: 470px; }.rating-box { display: flex; align-items: center; gap: 15px; margin-top: 30px; }.rating-box>strong { font-family: "Segoe UI",system-ui,sans-serif; font-size: 38px; }.rating-box div { display: grid; gap: 5px; }.rating-box small { color: #8b97a5; font-size: 10px; }
blockquote { position: relative; margin: 0; padding: 42px 45px; background: #f7f9fb; border: 1px solid #edf0f4; border-radius: 14px; }.quote-mark { position: absolute; top: 18px; right: 33px; color: #c9eef2; font-family: Georgia,serif; font-size: 90px; line-height: 1; }.review-section blockquote>p { position: relative; margin: 0 0 30px; color: #38485a; font-size: 17px; font-style: italic; line-height: 1.8; }.review-section footer { display: flex; align-items: center; gap: 12px; }.avatar { width: 42px; height: 42px; display: grid; place-items: center; color: white; background: #163c63; border-radius: 50%; font-size: 12px; font-weight: 800; }.review-section footer div:nth-child(2) { display: grid; gap: 3px; }.review-section footer strong { font-size: 13px; }.review-section footer small { color: #8b96a3; font-size: 10px; }.verified { margin-left: auto; color: #209b83; font-size: 10px; font-weight: 700; }
.download-section { padding: 0 0 110px; }.download-card { min-height: 350px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; padding: 60px 75px; color: white; background: radial-gradient(circle at 82% 50%,#16466b,transparent 28%),linear-gradient(130deg,#071725,#0d2b45); border-radius: 18px; }.download-card:before { content:""; position:absolute; inset:auto -80px -220px auto; width:520px;height:520px;border:1px solid rgba(72,211,224,.1);border-radius:50%; }.download-copy { position: relative; z-index: 2; }.kicker.light { color: #4ed9e1; }.download-copy h2 { max-width: 650px; color: white; }.download-copy p { max-width: 650px; color: #a8b7c5; line-height: 1.7; }.download-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; }.button-light { color: #0f579d; background: white; }.download-actions>span { color: #71889b; font-size: 10px; }
.download-art { position: relative; height: 230px; }.mail-orb { position: absolute; inset: 15px 20px 0 auto; width: 205px; height: 205px; display: grid; place-items: center; color: #65e2e7; background: radial-gradient(circle at 35% 30%,rgba(64,197,217,.22),rgba(10,29,48,.5)); border: 1px solid rgba(71,214,224,.16); border-radius: 50%; box-shadow: 0 0 0 25px rgba(52,190,209,.035),0 0 0 55px rgba(52,190,209,.02); }.mail-orb svg { width: 105px; stroke-width: 1.2; }.spark { position: absolute; color: #67dfe5; }.s1{right:20px;top:5px;font-size:28px}.s2{left:55px;bottom:15px;font-size:18px}.s3{left:52px;top:30px;font-size:42px}
.faq-section { background: var(--soft); }.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }.faq-grid h2 { font-size: 38px; }.faq-grid>div>p { font-size: 14px; }.faq-grid>div>a { display: inline-block; margin-top: 10px; color: var(--blue); font-weight: 700; font-size: 13px; }.accordion details { border-bottom: 1px solid #dfe5eb; }.accordion summary { min-height: 67px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-family: "Segoe UI",system-ui,sans-serif; font-size: 15px; font-weight: 700; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { color: #698096; font-size: 22px; transition: transform .2s; }.accordion details[open] summary span { transform: rotate(45deg); }.accordion details p { margin: -5px 35px 24px 0; color: #697687; font-size: 13px; line-height: 1.7; }
.site-footer { padding: 70px 0 25px; color: #96a6b5; background: var(--navy); }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 70px; padding-bottom: 50px; }.footer-brand { color: white; }.footer-grid>div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }.footer-grid p { max-width: 300px; font-size: 13px; line-height: 1.7; }.footer-grid strong { margin-bottom: 6px; color: white; font-size: 13px; }.footer-grid a:not(.brand) { font-size: 12px; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid #17283a; font-size: 10px; }
@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 750px; padding-bottom: 30px; }.product-visual { width: 650px; max-width: 100%; margin: auto; }.hero { padding-bottom: 130px; }.trust-strip { margin-top: -90px; }.feature-grid { grid-template-columns: repeat(2,1fr); }.review-grid { gap: 50px; }.download-card { padding: 55px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px,1160px); }.site-header { position: absolute; }.menu-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; }.menu-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; background: white; }.primary-nav { position: absolute; top: 68px; left: 14px; right: 14px; display: none; align-items: stretch; gap: 0; padding: 10px; color: #dce5ee; background: #10243a; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,.3); }.primary-nav.open { display: grid; }.primary-nav a { padding: 13px 12px; }.nav-cta { margin-top: 5px; text-align: center; }
  .hero { padding-top: 125px; }.hero-copy { padding-bottom: 45px; }.hero-grid { gap: 5px; } h1 { font-size: 44px; letter-spacing: -2px; }.hero-lead { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-meta { gap: 11px 18px; }.product-visual { min-height: 350px; transform: none; }.app-window { left: 0; width: 100%; }.app-body { grid-template-columns: 105px 1fr; }.app-sidebar { padding: 18px 6px; }.app-content { padding: 18px 12px; }.mail-row { padding: 0 8px; }.safe { right: -5px; top: 68px; }.recovered { left: 6px; bottom: 4px; }.orbit { display: none; }
  .trust-strip { grid-template-columns: repeat(2,1fr); margin-top: -82px; padding: 0; }.trust-strip>i { display: none; }.trust-strip>div { border-bottom: 1px solid #edf0f3; }.section { padding: 85px 0; }.features { padding-top: 120px; }.section-heading { margin-bottom: 38px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 0; }.steps { grid-template-columns: 1fr; gap: 45px; }.steps:before { display: none; }.review-grid,.faq-grid { grid-template-columns: 1fr; gap: 45px; }.download-card { grid-template-columns: 1fr; padding: 45px 26px; }.download-actions { align-items: flex-start; flex-direction: column; }.download-art { display: none; }.footer-grid { grid-template-columns: 1.4fr 1fr; gap: 40px; }.footer-bottom { flex-direction: column; gap: 10px; }
}
@media (max-width: 450px) {
  h1 { font-size: 39px; }.hero { min-height: 1070px; }.product-visual { min-height: 370px; }.app-window { transform: scale(.9); transform-origin: top center; width: 111%; left: -5.5%; }.float-card.safe { display: none; }.recovered { bottom: 20px; }.trust-strip { margin-top: -78px; }.feature-grid { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid>div:first-child { grid-column: 1/-1; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*:before,*:after { transition: none !important; } }

/* How-to directory */
.guide-hub-hero { padding: 85px 0 70px; color: white; background: radial-gradient(circle at 80% 30%,#10436a,transparent 35%),var(--navy); }
.guide-hub-hero h1 { margin: 14px 0 0; font-size: clamp(42px,6vw,68px); letter-spacing: -3px; }
.guide-directory { padding: 85px 0 110px; background: var(--soft); }
.guide-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.guide-categories>section { padding: 30px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 10px 30px rgba(10,30,55,.04); }
.guide-categories h2 { margin-bottom: 19px; font-size: 22px; }
.guide-links { display: grid; }
.guide-links a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; color: #45566a; border-top: 1px solid var(--line); font-size: 13px; font-weight: 600; line-height: 1.45; }
.guide-links a span { color: var(--blue); font-size: 17px; }
.guide-links a:hover { color: var(--blue); }
.guide-placeholder { min-height: calc(100vh - 78px); padding: 110px 0; background: var(--soft); }
.guide-placeholder a { color: var(--blue); font-size: 13px; font-weight: 700; }
.guide-placeholder h1 { max-width: 850px; margin-top: 25px; font-size: clamp(38px,6vw,62px); line-height: 1.12; letter-spacing: -2.3px; }
@media (max-width: 760px) { .guide-categories { grid-template-columns: 1fr; }.guide-categories>section { padding: 24px 20px; } }

/* Support center */
.support-hero { padding: 90px 0 105px; color: white; text-align: center; background: radial-gradient(circle at 50% 10%,#104b77,transparent 40%),var(--navy); }
.support-hero h1 { margin: 14px auto 18px; font-size: clamp(44px,7vw,68px); letter-spacing: -3px; }
.support-hero p { max-width: 650px; margin: 0 auto; color: #adbac8; font-size: 17px; line-height: 1.7; }
.support-hero-actions { display: flex; justify-content: center; gap: 14px; margin-top: 30px; }
.support-options { position: relative; z-index: 2; margin-top: -46px; }
.support-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.support-card-grid article { padding: 32px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 45px rgba(7,17,31,.09); }
.support-card-icon { width: 44px; height: 44px; display: grid; place-items: center; color: #1972d7; background: #e8f3ff; border-radius: 10px; font-size: 19px; font-weight: 800; }
.support-card-icon.order { color: #a86d13; background: #fff3dc; }
.support-card-icon.guide { color: #13806d; background: #e3f7f2; }
.support-card-grid h2 { margin: 20px 0 10px; font-size: 19px; }
.support-card-grid p { min-height: 66px; margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.support-card-grid a { color: var(--blue); font-size: 12px; font-weight: 700; }
.support-card-grid a span { margin-left: 5px; }
.support-form-section { padding-top: 110px; background: var(--soft); }
.support-form-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 75px; }
.support-form-copy h2 { margin: 13px 0 14px; font-size: 38px; line-height: 1.2; }
.support-form-copy>p { color: var(--muted); line-height: 1.7; }
.form-help-note { margin-top: 30px; padding: 23px; background: #eaf4ff; border: 1px solid #d7e9fb; border-radius: 11px; }
.form-help-note strong { font-size: 13px; }
.form-help-note ul { margin: 13px 0 0; padding-left: 18px; color: #607286; font-size: 12px; line-height: 1.8; }
.support-form { position: relative; display: grid; gap: 18px; padding: 34px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 45px rgba(7,17,31,.07); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.support-form label { display: grid; gap: 7px; color: #35475a; font-size: 12px; font-weight: 700; }
.support-form label>span { color: #8a97a5; font-weight: 400; }
.support-form input,.support-form select,.support-form textarea { width: 100%; padding: 12px 13px; color: #22364b; background: #fbfcfe; border: 1px solid #d8e0e8; border-radius: 7px; outline: 0; font: inherit; font-size: 13px; }
.support-form input:focus,.support-form select:focus,.support-form textarea:focus { background: white; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26,115,232,.09); }
.support-form textarea { resize: vertical; min-height: 135px; }
.attachment-note { display: flex; align-items: center; gap: 12px; padding: 14px 16px; color: #53677b; background: #edf6ff; border: 1px solid #d7e9fb; border-radius: 8px; }
.attachment-note>span { flex: 0 0 31px; width: 31px; height: 31px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-size: 14px; font-weight: 800; }
.attachment-note div { display: grid; gap: 3px; }
.attachment-note strong { color: #29425d; font-size: 11px; }
.attachment-note p { margin: 0; font-size: 10px; }
.attachment-note a { color: var(--blue); font-weight: 700; }
.captcha-row { display: grid; grid-template-columns: 1fr 105px; align-items: end; gap: 17px; padding: 16px; background: var(--soft); border-radius: 8px; }
.consent-row { grid-template-columns: 18px 1fr; align-items: start; gap: 9px !important; }
.consent-row input { width: 16px; height: 16px; margin: 1px 0 0; }
.consent-row span { color: #607083 !important; font-size: 11px; line-height: 1.5; }
.form-submit { width: fit-content; border: 0; cursor: pointer; }
.form-privacy { margin: -6px 0 0; color: #8b97a4; font-size: 10px; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.support-result { min-height: 620px; display: grid; place-items: center; padding: 90px 0; background: var(--soft); }
.result-card { max-width: 650px; margin: auto; padding: 50px; text-align: center; background: white; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); }
.result-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 22px; color: white; background: #1eaf8f; border-radius: 50%; font-size: 27px; font-weight: 800; }
.result-card.error .result-icon { background: #ed6858; }
.result-card h1 { margin-bottom: 13px; font-size: 32px; }
.result-card p { color: var(--muted); line-height: 1.7; }
.result-actions { display: flex; justify-content: center; gap: 12px; margin-top: 25px; }
.result-secondary { color: var(--blue); border: 1px solid #cbd9e8; }
.support-contact-band { padding: 65px 0; color: white; background: linear-gradient(120deg,#0b2238,#0d4563); }
.support-contact-band .container { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.support-contact-band h2 { margin: 10px 0; font-size: 32px; }
.support-contact-band p { max-width: 760px; margin: 0; color: #a8bdca; font-size: 13px; line-height: 1.7; }
@media (max-width: 760px) {
  .support-hero-actions,.support-contact-band .container { align-items: stretch; flex-direction: column; }
  .support-card-grid { grid-template-columns: 1fr; }
  .support-card-grid p { min-height: 0; }
  .support-form-layout,.form-row { grid-template-columns: 1fr; }
  .support-form-layout { gap: 40px; }
  .support-form { padding: 25px 20px; }
  .captcha-row { grid-template-columns: 1fr; }
}

/* Homepage engagement refresh */
.hero-copy h1 { font-size: clamp(44px,4.2vw,56px); }
.hero-title-line,.hero-copy h1 em { display: block; white-space: nowrap; }
.real-product-visual { display: flex; align-items: center; }
.hero-product-shot { position: relative; z-index: 2; width: 680px; max-width: 115%; margin-top: -255px; margin-left: -120px; }
.hero-product-shot:after { content: ""; position: absolute; right: 9%; bottom: 2%; left: 17%; height: 18%; background: rgba(19,140,234,.25); border-radius: 50%; filter: blur(35px); }
.hero-product-shot img { position: relative; z-index: 2; width: 100%; height: auto; display: block; }
.recovery-paths { padding: 45px 0 45px; background: #fff; }
.features { padding-top: 70px; }
.recovery-path-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.recovery-path-grid article { padding: 32px; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 10px 30px rgba(10,30,55,.04); transition: transform .25s,box-shadow .25s; }
.recovery-path-grid article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.path-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #2182df; background: #e8f3ff; border-radius: 11px; }
.path-icon svg { width: 26px; }
.path-icon.coral { color: #e76e5b; background: #fff0ed; }
.path-icon.green { color: #17967d; background: #e4f7f2; }
.recovery-path-grid h3 { margin: 22px 0 10px; font-size: 20px; }
.recovery-path-grid p { min-height: 72px; margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.recovery-path-grid a,.path-download a { color: var(--blue); font-size: 12px; font-weight: 700; }
.path-download { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 20px; padding: 18px 23px; color: #617184; background: var(--soft); border-radius: 10px; font-size: 12px; }
.steps { grid-template-columns: repeat(4,1fr); gap: 38px; }
.steps:before { left: 12%; right: 12%; }
.steps article:nth-child(4) .step-icon { background: linear-gradient(145deg,#8a69dc,#6650b8); }
.steps h3 { font-size: 18px; }
.steps p { font-size: 13px; }
.steps-actions { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 48px; }
.steps-actions>a:last-child { color: var(--blue); font-size: 13px; font-weight: 700; }
.proof-list { display: grid; gap: 11px; margin-top: 26px; color: #4e6277; font-size: 13px; }
.download-buy-button { color: white; border: 1px solid rgba(255,255,255,.28); }
.download-system { display: block; margin-top: 16px; color: #71889b; font-size: 10px; }
@media (max-width: 1050px) {
  .steps { grid-template-columns: repeat(2,1fr); }
  .steps:before { display: none; }
}
@media (max-width: 760px) {
  .hero-title-line,.hero-copy h1 em { white-space: normal; }
  .real-product-visual { min-height: 330px; }
  .hero-product-shot { width: 100%; max-width: 100%; margin-top: -18px; margin-left: 0; }
  .recovery-paths { padding: 50px 0 40px; }
  .recovery-path-grid { grid-template-columns: 1fr; }
  .recovery-path-grid p { min-height: 0; }
  .path-download { align-items: flex-start; flex-direction: column; }
  .features { padding-top: 55px; }
  .steps { grid-template-columns: 1fr; }
  .steps-actions { align-items: stretch; flex-direction: column; text-align: center; }
}

/* Knowledge Base articles */
.article-hero { padding: 55px 0 70px; color: white; background: radial-gradient(circle at 80% 15%,#10466d,transparent 34%),var(--navy); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; color: #7890a7; font-family: "Segoe UI",Inter,system-ui,sans-serif; font-size: 12px; font-weight: 400; line-height: 1.4; }
.breadcrumbs a,.breadcrumbs span { font: inherit; }
.breadcrumbs a:hover { color: var(--cyan); }
.article-hero h1 { width: 100%; max-width: none; margin: 15px 0 20px; font-size: clamp(40px,4.6vw,64px); letter-spacing: -2.7px; }
.article-hero>div>p { max-width: 1180px; margin: 0; color: #b0bdca; font-size: 17px; line-height: 1.75; }
.article-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 27px; color: #70869a; font-size: 10px; }
.article-layout { display: grid; grid-template-columns: minmax(0,760px) 270px; justify-content: space-between; gap: 65px; align-items: start; padding-top: 75px; padding-bottom: 110px; }
.article-content { min-width: 0; color: #435367; }
.article-content section { margin-top: 70px; scroll-margin-top: 25px; }
.article-content h2 { margin-bottom: 18px; color: #10243b; font-size: clamp(27px,4vw,37px); line-height: 1.25; letter-spacing: -1.2px; }
.article-content h3 { margin: 34px 0 10px; color: #162c45; font-size: 19px; }
.article-content p,.article-content li { font-size: 15.5px; line-height: 1.78; }
.article-content ul { padding-left: 22px; }
.article-content li { margin-bottom: 7px; }
.article-content code { padding: 2px 5px; color: #125aa6; background: #edf5fd; border-radius: 4px; font-size: 12px; }
.answer-box { padding: 27px 30px; background: #eff7ff; border: 1px solid #d5e8fb; border-left: 4px solid var(--blue); border-radius: 10px; }
.answer-box>strong { color: #145fae; font-size: 11px; letter-spacing: 1.1px; text-transform: uppercase; }
.answer-box p { margin: 10px 0 0; }
.article-check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 30px; padding: 0 !important; list-style: none; }
.article-check-list li { position: relative; padding-left: 23px; }
.article-check-list li:before { content: "✓"; position: absolute; left: 0; color: #1ba188; font-weight: 800; }
.article-warning { display: flex; gap: 16px; margin-top: 45px; padding: 23px 25px; color: #6c5939; background: #fff8e8; border: 1px solid #f2dfb2; border-radius: 10px; }
.article-warning>span { flex: 0 0 31px; width: 31px; height: 31px; display: grid; place-items: center; color: white; background: #e4a83d; border-radius: 50%; font-weight: 800; }
.article-warning div { display: grid; gap: 5px; }
.article-warning strong { color: #554325; font-size: 13px; }
.article-warning p { margin: 0; font-size: 12px; }
.method-label { display: inline-block; margin-bottom: 13px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: 1.4px; }
.code-paths { display: grid; gap: 8px; margin: 18px 0 28px; }
.code-paths code { overflow-x: auto; display: block; padding: 13px 15px; color: #c6d7e8; background: #10243a; }
.source-note { display: grid; gap: 7px; margin-top: 30px; padding: 22px 24px; background: var(--soft); border: 1px solid var(--line); border-radius: 9px; }
.source-note strong { color: #243b54; font-size: 12px; }
.source-note span { font-size: 12px; line-height: 1.7; }
.source-note a { color: var(--blue); font-size: 11px; font-weight: 700; }
.article-step { margin-top: 52px; }
.article-step-heading { display: flex; gap: 17px; align-items: flex-start; }
.article-step-heading>span { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-weight: 800; }
.article-step-heading h3 { margin: 4px 0 7px; }
.article-step-heading p { margin: 0; }
.article-step figure { max-width: 760px; overflow: hidden; margin: 24px auto 0; background: white; border: 1px solid #dce4ec; border-radius: 12px; box-shadow: 0 18px 45px rgba(10,30,55,.08); }
.article-step figure img { width: 100%; height: auto; display: block; }
.article-step figcaption { padding: 13px 17px; color: #758293; background: #f8fafc; border-top: 1px solid var(--line); font-size: 10px; }
.scan-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 15px; }
.scan-choice div { display: grid; gap: 4px; padding: 16px; background: #f5f8fb; border-radius: 8px; }
.scan-choice strong { color: #27435f; font-size: 12px; }
.scan-choice span { color: #748294; font-size: 10px; line-height: 1.55; }
.outlook-options { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 22px 0 0 55px; }
.outlook-options>div { padding: 20px; background: #f5f8fb; border: 1px solid var(--line); border-radius: 9px; }
.outlook-options strong { color: #263f59; font-size: 13px; }
.outlook-options p { margin: 8px 0 0; font-size: 12px; line-height: 1.7; }
.outlook-options a { display: inline-block; margin-top: 10px; color: var(--blue); font-size: 11px; font-weight: 700; }
.article-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 55px; padding: 35px; color: white; background: linear-gradient(125deg,#0b2137,#0d496a); border-radius: 13px; }
.article-cta h3 { margin: 8px 0; color: white; font-size: 23px; }
.article-cta p { margin: 0; color: #a9bbc9; font-size: 12px; }
.article-cta .button { flex: 0 0 auto; }
.article-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; }
.article-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.article-table th,.article-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); }
.article-table th { color: white; background: #132d48; }
.article-table td:first-child { color: #233b54; font-weight: 700; }
.article-table tr:last-child td { border: 0; }
.article-faq details { border-bottom: 1px solid var(--line); }
.article-faq summary { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #1e334b; cursor: pointer; list-style: none; font-size: 14px; font-weight: 700; }
.article-faq summary::-webkit-details-marker { display: none; }
.article-faq summary span { color: var(--blue); font-size: 20px; }
.article-faq details[open] summary span { transform: rotate(45deg); }
.article-faq details p { margin: -4px 30px 22px 0; }
.related-guides>div { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.related-guides a { display: grid; gap: 8px; padding: 20px; background: var(--soft); border: 1px solid var(--line); border-radius: 9px; }
.related-guides strong { color: #243b54; font-size: 12px; }
.related-guides a span { color: var(--blue); font-size: 10px; line-height: 1.5; }

/* Homepage video guides */
.video-guides-section { background: var(--soft); }
.video-guides-section .section-heading { max-width: 720px; margin-inline: auto; text-align: center; }
.video-guides-section .section-heading p { max-width: 600px; margin: 12px auto 0; color: var(--muted); }
.video-guides-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 42px; }
.video-guide-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 14px 36px rgba(10,30,55,.07); }
.video-guide-thumbnail { position: relative; display: block; overflow: hidden; aspect-ratio: 16/9; background: #0b2238; }
.video-guide-thumbnail:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(4,18,31,.34)); transition: background .2s ease; }
.video-guide-thumbnail img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease; }
.video-guide-thumbnail:hover img { transform: scale(1.025); }
.video-guide-thumbnail:hover:after { background: rgba(4,18,31,.1); }
.video-play { position: absolute; z-index: 1; left: 50%; top: 50%; width: 58px; height: 58px; display: grid; place-items: center; padding-left: 4px; color: white; background: var(--blue); border: 4px solid rgba(255,255,255,.88); border-radius: 50%; box-shadow: 0 10px 25px rgba(0,0,0,.25); transform: translate(-50%,-50%); }
.video-guide-copy { display: grid; gap: 9px; padding: 24px; }
.video-guide-copy>span { color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: 1.3px; }
.video-guide-copy h3 { min-height: 48px; margin: 0; font-size: 18px; line-height: 1.35; }
.video-guide-copy a { color: var(--blue); font-size: 11px; font-weight: 800; }
.video-guide-copy a:hover { color: #075bbd; }

@media (max-width: 900px) {
  .video-guides-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .video-guides-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .video-guide-copy h3 { min-height: 0; }
}

.article-sidebar { position: sticky; top: 24px; display: grid; gap: 18px; }
.toc,.sidebar-download { display: grid; gap: 12px; padding: 23px; border: 1px solid var(--line); border-radius: 11px; }
.toc strong { margin-bottom: 5px; color: #223b55; font-size: 13px; }
.toc a { color: #68778a; font-size: 11px; }
.toc a:hover { color: var(--blue); }
.sidebar-download { color: white; background: linear-gradient(145deg,#0c263e,#0d4566); border: 0; }
.sidebar-download>span { color: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: 1.2px; }
.sidebar-download>strong { font-size: 17px; line-height: 1.35; }
.sidebar-download p { margin: 0; color: #a6b7c6; font-size: 10px; line-height: 1.6; }
.sidebar-download .button { min-height: 44px; padding: 0 14px; font-size: 11px; }
@media (max-width: 900px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 650px) {
  .article-hero { padding: 42px 0 55px; }
  .breadcrumbs { margin-bottom: 30px; }
  .article-layout { padding-top: 50px; gap: 50px; }
  .article-check-list,.scan-choice,.related-guides>div,.article-sidebar,.outlook-options { grid-template-columns: 1fr; }
  .outlook-options { margin-left: 0; }
  .article-step-heading { align-items: flex-start; }
  .article-cta { align-items: flex-start; flex-direction: column; padding: 27px 22px; }
  .answer-box { padding: 23px 20px; }
}

/* Download and purchase pages */
.inner-header { position: relative; background: var(--navy); }
.inner-page .nav-cta.active { background: rgba(255,255,255,.08); }
.inner-hero { overflow: hidden; padding: 85px 0 100px; color: #fff; background: radial-gradient(circle at 82% 35%,#10436a,transparent 35%),var(--navy); }
.inner-hero-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.inner-hero h1,.buy-hero h1 { margin: 16px 0 22px; font-size: clamp(42px,5vw,62px); letter-spacing: -2.7px; }
.inner-hero p { max-width: 580px; color: #adbac8; font-size: 17px; line-height: 1.75; }
.download-preview { position: relative; padding: 10px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; box-shadow: 0 35px 70px rgba(0,0,0,.28); transform: rotate(1deg); }
.download-preview img { width: 100%; height: auto; display: block; border-radius: 9px; }
.preview-badge { position: absolute; left: -24px; bottom: -28px; padding: 13px 20px; color: #617183; background: white; border-radius: 10px; box-shadow: var(--shadow); font-size: 11px; line-height: 1.4; }.preview-badge b { color: #163b61; font-size: 14px; }
.compact-section { padding: 95px 0; }
.trial-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }.trial-grid article { padding: 27px; background: white; border: 1px solid var(--line); border-radius: 12px; }.trial-grid article>span { color: var(--blue); font-size: 11px; font-weight: 800; }.trial-grid h3 { margin: 18px 0 10px; font-size: 18px; }.trial-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.screenshot-section { padding-top: 20px; background: var(--soft); }.screenshot-grid { max-width: 1050px; display: grid; grid-template-columns: 1fr; gap: 42px; margin-inline: auto; }.screenshot-grid figure { overflow: hidden; margin: 0; background: white; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 16px 40px rgba(10,30,55,.08); }.screenshot-grid img { width: 100%; height: auto; display: block; object-fit: contain; }.screenshot-grid figcaption { display: grid; gap: 7px; padding: 24px 28px; border-top: 1px solid var(--line); }.screenshot-grid figcaption strong { font-size: 18px; }.screenshot-grid figcaption span { color: var(--muted); font-size: 13px; line-height: 1.6; }
.download-band { padding: 70px 0; color: white; background: linear-gradient(120deg,#0b2238,#0d4563); }.download-band .container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }.download-band h2 { margin: 10px 0 6px; font-size: 34px; }.download-band p { margin: 0; color: #a8bdca; }.small-footer { padding-top: 0; }.small-footer .footer-bottom { min-height: 75px; align-items: center; }
.buy-hero { padding: 75px 0 105px; background: linear-gradient(180deg,var(--navy) 0,var(--navy) 58%,var(--soft) 58%); }.light-heading { max-width: 800px; color: white; }.light-heading h1 { color: white; }.light-heading p { color: #adbac8; }
.checkout-card { max-width: 940px; display: grid; grid-template-columns: 1.15fr .85fr; margin: 45px auto 0; background: white; border-radius: 17px; box-shadow: 0 35px 80px rgba(5,18,31,.2); }.checkout-info { padding: 45px; }.product-label { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: 1.6px; }.checkout-info h2 { margin: 10px 0; font-size: 28px; }.checkout-info>p { color: var(--muted); font-size: 14px; }.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; margin: 25px 0; padding: 0; list-style: none; }.check-list li { position: relative; padding-left: 22px; color: #455467; font-size: 13px; }.check-list li:before { content:"✓"; position:absolute; left:0; color:#22a587; font-weight:800; }.text-link { color: var(--blue); font-size: 12px; font-weight: 700; }
.price-panel { position: relative; padding: 45px 38px; text-align: center; background: #f5f9fd; border-left: 1px solid #e4ebf1; border-radius: 0 17px 17px 0; }.best-value { display: inline-block; padding: 5px 10px; color: #17725f; background: #dcf5ee; border-radius: 20px; font-size: 9px; font-weight: 800; letter-spacing: 1.2px; }.price { display: flex; align-items: center; justify-content: center; margin: 20px 0 0; }.price small { align-self: flex-start; margin-top: 12px; font-size: 21px; font-weight: 800; }.price strong { font-size: 68px; line-height: 1; letter-spacing: -4px; }.price span { margin-left: 10px; color: #8290a0; text-align: left; font-size: 9px; line-height: 1.5; }.price-panel>p { margin: 7px 0 22px; color: #6f7d8c; font-size: 12px; }.purchase-button { width: 100%; font-size: 13px; }.secure-note { margin: 14px 0 25px; color: #8794a2; font-size: 9px; }.guarantee { display: flex; align-items: center; justify-content: center; gap: 10px; padding-top: 20px; border-top: 1px solid #dde5ec; text-align: left; }.guarantee>span { width: 38px; height: 38px; display:grid;place-items:center;color:#1f9b82;border:2px solid #1f9b82;border-radius:50%;font-weight:800;font-size:13px; }.guarantee div { display:grid;gap:3px; }.guarantee strong { font-size: 11px; }.guarantee small { color: #8995a1; font-size: 9px; }
.benefit-row { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 12px; }.benefit-row>div { min-height: 120px; display: grid; place-content: center; grid-template-columns: 38px auto; column-gap: 11px; padding: 20px; border-right: 1px solid var(--line); }.benefit-row>div:last-child { border: 0; }.benefit-row span { grid-row: 1/3; width: 35px;height:35px;display:grid;place-items:center;color:var(--blue);background:#e9f3ff;border-radius:8px;font-weight:800; }.benefit-row strong { font-size: 13px; }.benefit-row small { color: #84909e; font-size: 9px; }
.purchase-steps { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 80px; margin-top: 90px; }.purchase-steps h2 { margin: 12px 0; font-size: 36px; }.purchase-steps ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }.purchase-steps li { display: flex; gap: 18px; padding: 0 0 25px; }.purchase-steps li>span { flex:0 0 38px;height:38px;display:grid;place-items:center;color:white;background:var(--blue);border-radius:50%;font-weight:800;font-size:12px; }.purchase-steps li div { padding-bottom: 22px; border-bottom: 1px solid var(--line); flex: 1; }.purchase-steps li:last-child div { border:0; }.purchase-steps li strong { font-size: 14px; }.purchase-steps li p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }.order-faq { background: var(--soft); }
@media (max-width: 900px) {
  .inner-hero-grid { grid-template-columns: 1fr; }.download-preview { max-width: 700px; }.trial-grid,.benefit-row { grid-template-columns: repeat(2,1fr); }.checkout-card { grid-template-columns: 1fr; }.price-panel { border-left: 0; border-top: 1px solid #e4ebf1; border-radius: 0 0 17px 17px; }.purchase-steps { gap: 40px; }
}
@media (max-width: 600px) {
  .inner-hero { padding: 65px 0 85px; }.inner-hero h1,.buy-hero h1 { font-size: 40px; }.preview-badge { left: 10px; }.trial-grid,.benefit-row { grid-template-columns: 1fr; }.screenshot-grid { gap: 26px; }.screenshot-grid figcaption { padding: 20px; }.download-band .container { align-items:flex-start;flex-direction:column; }.checkout-info,.price-panel { padding: 32px 24px; }.check-list { grid-template-columns:1fr; }.benefit-row>div { border-right:0;border-bottom:1px solid var(--line); }.purchase-steps { grid-template-columns:1fr; }.buy-hero { background: linear-gradient(180deg,var(--navy) 0,var(--navy) 37%,var(--soft) 37%); }
}
