:root {
  --ink: #07111f;
  --muted: #617086;
  --line: #dfe6ef;
  --panel: #f5f7fb;
  --white: #fff;
  --violet: #7756e8;
  --violet-dark: #5533ce;
  --cyan: #30c7d7;
  --blue: #3f8cff;
  --orange: #ff9a3d;
  --pink: #ec5e93;
  --green: #20b47a;
  --shadow: 0 28px 80px rgba(20, 31, 55, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: absolute; z-index: 20; top: 0; left: 50%; transform: translateX(-50%); width: min(1180px, calc(100% - 48px)); height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 18px; font-weight: 760; letter-spacing: -.3px; }
.brand img, .pricing-title img, .footer-brand img { border-radius: 22%; box-shadow: 0 8px 18px rgba(46, 55, 87, .22); }
nav { display: flex; gap: 34px; font-size: 14px; color: #506078; }
nav a, .footer-links a { transition: color .2s ease; }
nav a:hover, .footer-links a:hover { color: var(--violet); }
.site-header > .button { justify-self: end; }
.header-actions { display: flex; align-items: center; justify-self: end; gap: 12px; }
.language-switch { display: inline-flex; padding: 3px; border: 1px solid rgba(90,102,123,.2); border-radius: 9px; background: rgba(255,255,255,.6); }
.language-switch button { min-width: 31px; height: 29px; padding: 0 7px; border: 0; border-radius: 6px; color: #7b8697; background: transparent; cursor: pointer; font: inherit; font-size: 10px; font-weight: 800; }
.language-switch button[aria-pressed="true"] { color: #fff; background: var(--violet); box-shadow: 0 4px 10px rgba(94,61,211,.24); }

.button { display: inline-flex; min-height: 48px; padding: 0 22px; align-items: center; justify-content: center; border-radius: 12px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #8469ee, #5d3bd3); box-shadow: 0 13px 30px rgba(94, 61, 211, .3); }
.button-primary:hover { box-shadow: 0 17px 38px rgba(94, 61, 211, .4); }
.button-small { min-height: 40px; padding: 0 17px; }
.button-ghost { color: #26354a; border: 1px solid rgba(90, 102, 123, .25); background: rgba(255, 255, 255, .55); backdrop-filter: blur(12px); }
.button-full { width: 100%; }

.hero { position: relative; min-height: 780px; display: grid; grid-template-columns: .9fr 1.25fr; align-items: center; gap: 68px; padding-top: 108px; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 620px; height: 620px; top: -170px; right: -160px; border-radius: 50%; background: radial-gradient(circle, rgba(127, 104, 236, .18), rgba(127, 104, 236, 0) 69%); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; color: var(--violet-dark); font-size: 12px; line-height: 1; font-weight: 800; text-transform: uppercase; letter-spacing: 1.4px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 5px rgba(119, 86, 232, .12); }
h1 { margin: 0; font-size: clamp(52px, 5vw, 78px); line-height: .98; letter-spacing: -4.3px; font-weight: 780; }
h1 em { color: var(--violet); font-style: normal; }
.hero-lede { max-width: 530px; margin: 28px 0 30px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.text-link { color: #3e4c62; font-size: 14px; font-weight: 700; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.hero-meta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.hero-meta span { padding: 8px 11px; color: #6a7789; background: #f4f6f9; border: 1px solid #e8ecf2; border-radius: 8px; font-size: 11px; font-weight: 650; }

.app-stage { position: relative; perspective: 1400px; }
.app-glow { position: absolute; inset: 3% 8% -8%; border-radius: 50%; background: rgba(89, 65, 202, .34); filter: blur(62px); }
.app-window { position: relative; z-index: 2; overflow: hidden; width: 720px; max-width: 100%; border: 1px solid rgba(105, 111, 136, .25); border-radius: 14px; background: rgba(255, 255, 255, .93); box-shadow: var(--shadow), 0 3px 8px rgba(18, 27, 48, .09); transform: rotateY(-4deg) rotateX(1deg); backdrop-filter: blur(24px); }
.window-bar { height: 42px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 14px; color: #727d8e; background: rgba(247, 248, 251, .95); border-bottom: 1px solid #e5e8ee; font-size: 11px; font-weight: 700; }
.traffic-lights { display: flex; gap: 7px; }
.traffic-lights i { width: 10px; height: 10px; border-radius: 50%; background: #ff6057; }
.traffic-lights i:nth-child(2) { background: #ffbd2e; }
.traffic-lights i:nth-child(3) { background: #28c840; }
.app-content { display: grid; grid-template-columns: 220px 1fr; min-height: 430px; }
.app-sidebar { display: flex; flex-direction: column; padding: 20px 12px 12px; background: #f1f3f7; border-right: 1px solid #dfe3e9; }
.side-title { margin: 0 9px 10px; color: #9098a5; font-size: 9px; font-weight: 800; letter-spacing: 1px; }
.side-row { display: grid; grid-template-columns: 26px 1fr auto; gap: 8px; align-items: center; padding: 8px; color: #455267; border-radius: 8px; font-size: 10px; }
.side-row.active { color: #242e3d; background: #fff; box-shadow: 0 1px 4px rgba(30, 45, 70, .1); }
.side-row small { color: #8490a1; font-size: 8px; }
.tile, .detail-icon, .feature-icon { display: grid; place-items: center; color: #fff; background: var(--violet); }
.tile { width: 25px; height: 25px; border-radius: 7px; font-size: 12px; }
.violet { background: linear-gradient(135deg, #9879f4, #6846d7) !important; }
.blue { background: linear-gradient(135deg, #5aa7ff, #3677e9) !important; }
.cyan { background: linear-gradient(135deg, #41d5e3, #16aebe) !important; }
.orange { background: linear-gradient(135deg, #ffb15f, #f07f2b) !important; }
.pink { background: linear-gradient(135deg, #f37fac, #d9477c) !important; }
.scan-card { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 10px; background: #fff; border: 1px solid #e3e6ec; border-radius: 9px; }
.scan-card div { display: flex; flex-direction: column; gap: 2px; }
.scan-card span { color: #8a94a3; font-size: 8px; }
.scan-card strong { font-size: 11px; }
.scan-card button, .detail-head button, .detail-footer button { border: 0; color: #fff; background: var(--violet); border-radius: 6px; font: inherit; font-weight: 700; }
.scan-card button { padding: 6px 10px; font-size: 9px; }
.app-detail { display: flex; flex-direction: column; background: rgba(255,255,255,.92); }
.detail-head { display: flex; align-items: center; justify-content: space-between; padding: 19px; border-bottom: 1px solid #eaedf1; }
.detail-head > div { display: flex; align-items: center; gap: 10px; }
.detail-head > div > div { display: flex; flex-direction: column; gap: 3px; }
.detail-icon { width: 34px; height: 34px; border-radius: 9px; }
.detail-head strong { font-size: 12px; }
.detail-head small { color: #8590a0; font-size: 8px; }
.detail-head button { padding: 7px 10px; color: #556176; background: #f1f3f7; font-size: 9px; }
.result-row { display: grid; grid-template-columns: 22px 1fr auto; gap: 10px; align-items: center; margin: 0 18px; padding: 14px 2px; border-bottom: 1px solid #edf0f3; }
.check { width: 17px; height: 17px; display: grid; place-items: center; border: 1.5px solid #ccd2dc; border-radius: 5px; color: #fff; font-size: 9px; }
.check.checked { border-color: var(--violet); background: var(--violet); }
.result-row div { display: flex; flex-direction: column; gap: 3px; }
.result-row strong, .result-row b { font-size: 10px; }
.result-row small { color: #8590a0; font-size: 8px; }
.safety-note { display: flex; gap: 10px; margin: 18px; padding: 12px; color: #285c50; background: #edf9f5; border: 1px solid #ccecdf; border-radius: 9px; }
.safety-note > span { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--green); }
.safety-note div { display: flex; flex-direction: column; gap: 3px; }
.safety-note strong { font-size: 9px; }
.safety-note small { color: #618179; font-size: 8px; }
.detail-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 13px 18px; border-top: 1px solid #e8ebef; color: #788396; font-size: 9px; }
.detail-footer button { padding: 8px 12px; font-size: 9px; }
.floating-chip { position: absolute; z-index: 4; display: flex; gap: 9px; align-items: center; padding: 10px 13px; border: 1px solid rgba(255,255,255,.7); border-radius: 12px; background: rgba(255,255,255,.86); box-shadow: 0 13px 34px rgba(21, 30, 52, .15); backdrop-filter: blur(15px); }
.floating-chip > span { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; border-radius: 8px; background: var(--green); }
.floating-chip div { display: flex; flex-direction: column; gap: 2px; }
.floating-chip small { color: #8893a4; font-size: 8px; }
.floating-chip strong { font-size: 10px; }
.chip-safe { right: -26px; bottom: 55px; }
.chip-space { top: 78px; left: -38px; }
.chip-space > span { background: var(--violet); }

.proof-strip { min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 32px; padding: 18px 24px; color: #6c7788; background: #f6f8fb; border-top: 1px solid #edf0f5; border-bottom: 1px solid #edf0f5; font-size: 12px; font-weight: 700; }
.proof-strip i { width: 4px; height: 4px; border-radius: 50%; background: #bcc3ce; }
.content-section { padding-top: 128px; padding-bottom: 138px; }
.section-heading { max-width: 650px; margin-bottom: 52px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
h2 { margin: 0; font-size: clamp(38px, 4vw, 56px); line-height: 1.08; letter-spacing: -2.6px; }
.section-heading p, .safety-copy > p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; overflow: hidden; min-height: 300px; padding: 28px; border: 1px solid #e4e9f0; border-radius: 20px; background: linear-gradient(145deg, #fff, #f8f9fc); box-shadow: 0 16px 46px rgba(24, 36, 60, .06); }
.feature-card h3 { margin: 22px 0 10px; font-size: 21px; letter-spacing: -.5px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.feature-icon { width: 46px; height: 46px; border-radius: 13px; font-size: 20px; box-shadow: 0 10px 22px rgba(90, 61, 190, .2); }
.feature-wide { grid-column: span 3; min-height: 260px; display: grid; grid-template-columns: 56px 1.1fr .9fr; align-items: center; gap: 28px; padding: 36px; }
.feature-wide h3 { margin-top: 0; }
.code-stack { display: flex; flex-direction: column; gap: 9px; }
.code-stack span { display: flex; justify-content: space-between; padding: 11px 13px; color: #647086; background: #fff; border: 1px solid #e6eaf0; border-radius: 9px; font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; box-shadow: 0 5px 18px rgba(25, 38, 63, .05); }
.code-stack b { color: #222d3e; }

.safety-section { overflow: hidden; color: #fff; background: radial-gradient(circle at 72% 30%, #273650 0, #111d31 35%, #07111f 75%); }
.safety-inner { min-height: 690px; display: grid; grid-template-columns: .9fr 1.05fr; align-items: center; gap: 100px; padding-top: 100px; padding-bottom: 100px; }
.eyebrow.light { color: #b9aaf5; }
.safety-copy > p { color: #9faabd; }
.check-list { display: flex; flex-direction: column; gap: 18px; margin: 34px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 13px; align-items: flex-start; }
.check-list li > span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #8ef0cb; background: rgba(48, 200, 148, .13); border: 1px solid rgba(89, 222, 175, .25); font-size: 11px; }
.check-list div { display: flex; flex-direction: column; gap: 4px; }
.check-list strong { font-size: 14px; }
.check-list small { color: #8794a9; font-size: 12px; }
.risk-card { padding: 8px; border: 1px solid rgba(197, 207, 224, .18); border-radius: 22px; background: rgba(255,255,255,.07); box-shadow: 0 40px 90px rgba(0,0,0,.25); backdrop-filter: blur(18px); }
.risk-head { display: flex; justify-content: space-between; padding: 20px 18px; }
.risk-head span { font-weight: 760; }
.risk-head small { color: #8491a5; }
.risk-row { display: grid; grid-template-columns: 70px 1fr auto; gap: 18px; align-items: center; padding: 20px 18px; border-radius: 13px; background: rgba(255,255,255,.05); border-top: 1px solid rgba(255,255,255,.06); }
.risk-row + .risk-row { margin-top: 6px; }
.risk-row > b { width: max-content; padding: 5px 8px; border-radius: 6px; font-size: 9px; text-transform: uppercase; letter-spacing: .6px; }
.risk-row.safe > b { color: #73e0b8; background: rgba(46,193,140,.15); }
.risk-row.review > b { color: #ffc171; background: rgba(255,159,57,.15); }
.risk-row.protected > b { color: #aeb9cb; background: rgba(181,192,210,.12); }
.risk-row div { display: flex; flex-direction: column; gap: 4px; }
.risk-row strong { font-size: 13px; }
.risk-row small, .risk-row > span { color: #8b98ab; font-size: 10px; }
.risk-row > span { font-weight: 700; }
.risk-footer { display: flex; justify-content: space-between; align-items: center; padding: 18px; color: #8491a5; font-size: 10px; }
.risk-footer b { width: 28px; height: 28px; display: grid; place-items: center; color: #72ddb6; border-radius: 50%; background: rgba(60,191,144,.12); }

.pricing-section { padding-top: 128px; padding-bottom: 60px; }
.pricing-card { max-width: 850px; margin: 0 auto; padding: 36px; border: 1px solid #dfe5ed; border-radius: 24px; background: linear-gradient(145deg,#fff,#f7f8fc); box-shadow: 0 24px 75px rgba(27, 39, 66, .1); }
.pricing-main { display: flex; align-items: center; justify-content: space-between; }
.pricing-title { display: flex; align-items: center; gap: 15px; }
.pricing-title h3 { margin: 0 0 5px; font-size: 22px; }
.pricing-title p { margin: 0; color: var(--muted); font-size: 13px; }
.price { display: flex; flex-direction: column; align-items: flex-end; }
.price strong { font-size: 42px; line-height: 1; letter-spacing: -2px; }
.price span { margin-top: 5px; color: var(--muted); font-size: 10px; }
.pricing-divider { height: 1px; margin: 28px 0; background: var(--line); }
.pricing-body { display: grid; grid-template-columns: 1fr 270px; gap: 70px; align-items: center; }
.pricing-body ul { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; margin: 0; padding: 0; list-style: none; }
.pricing-body li { display: flex; gap: 8px; align-items: center; color: #48566b; font-size: 12px; }
.pricing-body li span { color: var(--green); font-weight: 800; }
.buy-area { text-align: center; }
.buy-area small { display: block; margin-top: 10px; color: #a06f19; font-size: 10px; }
.compatibility { margin-top: 18px; color: #8993a2; text-align: center; font-size: 11px; }

.faq { padding-top: 80px; padding-bottom: 130px; }
.faq-list { max-width: 800px; margin: 0 auto; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; padding: 22px 4px; cursor: pointer; font-size: 15px; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--violet); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -5px 0 24px; padding-right: 50px; color: var(--muted); font-size: 13px; line-height: 1.7; }

footer { min-height: 120px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; width: min(1180px, calc(100% - 48px)); margin: 0 auto; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand div { display: flex; flex-direction: column; gap: 3px; }
.footer-brand strong { font-size: 13px; }
.footer-brand small, footer > small { color: #8b95a3; font-size: 9px; }
.footer-links { display: flex; gap: 24px; color: #647086; font-size: 11px; }
footer > small { justify-self: end; }

.legal-page { min-height: 100vh; background: #f6f8fb; }
.legal-header { position: static; transform: none; margin: 0 auto; }
.legal-shell { width: min(760px, calc(100% - 40px)); margin: 30px auto 100px; padding: 54px; border: 1px solid #e2e7ee; border-radius: 20px; background: #fff; box-shadow: 0 18px 55px rgba(27,39,66,.07); }
.legal-shell h1 { font-size: 44px; letter-spacing: -2px; }
.legal-shell h2 { margin-top: 38px; font-size: 20px; letter-spacing: -.4px; }
.legal-shell p, .legal-shell li { color: var(--muted); font-size: 14px; line-height: 1.75; }
.legal-shell .updated { margin-bottom: 34px; color: #8c96a5; font-size: 12px; }
.legal-shell a { color: var(--violet-dark); text-decoration: underline; text-underline-offset: 2px; }
.legal-shell address { color: var(--muted); font-size: 14px; font-style: normal; line-height: 1.75; }
.legal-shell [hidden] { display: none !important; }

@media (max-width: 1050px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 160px; padding-bottom: 110px; }
  .hero-copy { max-width: 720px; text-align: center; margin: 0 auto; }
  .hero-copy .eyebrow, .hero-actions, .hero-meta { justify-content: center; }
  .hero-lede { margin-right: auto; margin-left: auto; }
  .app-stage { width: min(760px, 95%); margin: 10px auto 0; }
  .app-window { width: 100%; transform: none; }
  .safety-inner { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 760px) {
  .section-shell, .site-header, footer { width: min(100% - 30px, 1180px); }
  .site-header { height: 76px; grid-template-columns: 1fr auto; }
  nav { display: none; }
  .header-actions { gap: 7px; }
  .site-header .button-small { display: none; }
  .hero { padding-top: 125px; gap: 48px; }
  h1 { font-size: 48px; letter-spacing: -2.8px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 16px; }
  .app-content { grid-template-columns: 130px 1fr; min-height: 370px; }
  .app-sidebar { padding: 13px 6px 8px; }
  .side-row { grid-template-columns: 22px 1fr; padding: 7px 5px; }
  .side-row small { display: none; }
  .tile { width: 21px; height: 21px; font-size: 9px; }
  .scan-card div { display: none; }
  .scan-card { justify-content: center; }
  .detail-head { padding: 12px; }
  .detail-head small, .detail-head button { display: none; }
  .result-row { margin: 0 10px; }
  .safety-note { margin: 11px; }
  .detail-footer { padding: 10px; }
  .floating-chip { display: none; }
  .proof-strip { overflow: hidden; justify-content: flex-start; gap: 16px; white-space: nowrap; }
  .content-section, .pricing-section { padding-top: 90px; padding-bottom: 90px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; grid-template-columns: 1fr; }
  .feature-wide .feature-icon { margin-bottom: -8px; }
  .safety-inner { padding-top: 90px; padding-bottom: 90px; }
  .pricing-card { padding: 25px; }
  .pricing-main, .pricing-body { grid-template-columns: 1fr; flex-direction: column; align-items: flex-start; gap: 25px; }
  .price { align-items: flex-start; }
  .pricing-body ul { grid-template-columns: 1fr; }
  .buy-area { width: 100%; }
  footer { min-height: 180px; grid-template-columns: 1fr; justify-items: center; padding: 35px 0; }
  footer > small { justify-self: center; }
  .legal-shell { padding: 30px 24px; }
}

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