:root {
  --purple: #1f0161;
  --purple-dark: #15003f;
  --purple-mid: #4d25a7;
  --purple-soft: #eee9ff;
  --red: #ff3838;
  --ink: #181525;
  --muted: #686276;
  --line: #e7e1ef;
  --cream: #fbf9ff;
  --white: #fff;
  --shadow: 0 28px 70px rgba(31, 1, 97, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
.lang-ar { font-family: Cairo, "Noto Sans Arabic", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; background: #fff; color: var(--purple); padding: 10px 14px; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
button, input, select { font: inherit; }
button, a { touch-action: manipulation; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid #ffabab; outline-offset: 3px; }
.site { min-height: 100vh; overflow: hidden; }
.announcement { background: var(--red); color: #fff; text-align: center; padding: 9px 20px; font-size: 13px; font-weight: 760; }
.site-header { height: 86px; background: var(--purple); color: #fff; display: flex; align-items: center; justify-content: space-between; padding: 0 max(28px, calc((100vw - 1180px) / 2)); position: relative; z-index: 20; }
.brand { width: 168px; height: 64px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 172px; height: 103px; object-fit: contain; }
.nav { display: flex; gap: 32px; align-items: center; }
.nav > a { font-size: 14px; color: #e9e0ff; transition: color .2s; }
.nav > a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-links { display: flex; gap: 5px; background: rgba(255,255,255,.08); padding: 4px; border-radius: 99px; }
.language-links a { font-size: 10px; font-weight: 800; letter-spacing: .07em; padding: 6px 8px; border-radius: 99px; color: #cfc2f3; }
.language-links a.active { background: #fff; color: var(--purple); }
.mobile-language { display: none; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 22px; height: 2px; background: #fff; margin: 6px auto; }

.button { min-height: 48px; padding: 0 22px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-weight: 780; font-size: 14px; border: 1px solid transparent; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--red); color: #fff; box-shadow: 0 12px 30px rgba(255,56,56,.25); }
.button.secondary { background: var(--purple); color: #fff; }
.button.compact { background: #fff; color: var(--purple); min-height: 42px; padding: 0 16px; }
.button.ghost { border-color: rgba(255,255,255,.32); color: #fff; background: rgba(255,255,255,.06); }
.button.ghost-dark { border-color: #cfc5dc; color: var(--ink); background: #fff; }
.button.full { width: 100%; }
.text-link { color: var(--purple); font-weight: 780; font-size: 14px; }
.icon { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.section { max-width: 1180px; margin: 0 auto; padding: 100px 28px; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 850; color: var(--purple-mid); margin: 0 0 18px; }
.eyebrow.light { color: #c9b8ff; }

.hero { max-width: none; background: var(--purple); color: #fff; min-height: 680px; display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,600px); gap: 56px; align-items: center; padding-left: max(28px, calc((100vw - 1180px) / 2)); padding-right: max(28px, calc((100vw - 1180px) / 2)); position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 20%, rgba(128,84,255,.25), transparent 34%), linear-gradient(125deg, transparent 60%, rgba(255,255,255,.03)); pointer-events: none; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.hero h1, .page-hero h1 { font-size: clamp(46px,5.2vw,78px); line-height: .98; letter-spacing: -.055em; margin: 0; max-width: 760px; }
.hero-body { font-size: 18px; line-height: 1.7; color: #dcd3f3; max-width: 650px; margin: 28px 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-row { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 32px; color: #d7ccf2; font-size: 12px; }
.trust-row span { display: flex; align-items: center; }
.trust-row i { width: 6px; height: 6px; background: #8f6aff; border-radius: 50%; margin-inline-end: 8px; }
.hero-visual { min-height: 470px; display: flex; align-items: center; justify-content: center; }
.screen { width: 520px; min-height: 330px; border-radius: 28px; background: #f7f4ff; padding: 18px; box-shadow: 0 45px 80px rgba(0,0,0,.3); transform: perspective(900px) rotateY(-6deg); color: var(--ink); }
.screen-bar { display: flex; align-items: center; gap: 8px; font-size: 10px; }
.screen-bar > span { width: 10px; height: 10px; border-radius: 50%; background: var(--red); }
.screen-bar b { letter-spacing: .13em; color: var(--purple); }
.screen-bar em { margin-inline-start: auto; font-style: normal; background: #e9e2ff; color: var(--purple); border-radius: 99px; padding: 5px 9px; font-weight: 850; }
.screen-content { background: var(--purple); border-radius: 19px; margin-top: 16px; padding: 34px; color: #fff; min-height: 255px; display: flex; flex-direction: column; justify-content: space-between; }
.screen-title small { font-size: 9px; letter-spacing: .18em; color: #bca9ee; }
.screen-title strong { font-size: 34px; line-height: 1.05; display: block; margin: 10px 0; }
.screen-title p { color: #cdbff0; font-size: 12px; }
.content-tiles { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 8px; }
.content-tiles span { height: 48px; border-radius: 9px; background: linear-gradient(140deg,#6f3bd7,#3d168a); }
.content-tiles span:first-child { background: linear-gradient(140deg,var(--red),#ff7a62); }
.floating-card { position: absolute; right: -4px; bottom: 42px; background: #fff; color: var(--ink); padding: 15px 18px; border-radius: 16px; box-shadow: var(--shadow); display: flex; gap: 12px; align-items: center; }
.floating-card .icon { color: #15945d; }
.floating-card strong, .floating-card span { display: block; }
.floating-card span { font-size: 11px; color: var(--muted); margin-top: 3px; }
.signal { position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.signal-one { width: 480px; height: 480px; }
.signal-two { width: 610px; height: 610px; }

.emotion { text-align: center; max-width: 900px; }
.emotion h2, .section h2, .final-cta h2 { font-size: clamp(34px,4vw,58px); line-height: 1.06; letter-spacing: -.045em; margin: 0; }
.emotion > p:last-child { font-size: 19px; line-height: 1.75; color: var(--muted); max-width: 760px; margin: 24px auto 0; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 44px; }
.section-heading > div { max-width: 720px; }
.section-heading > p { max-width: 350px; color: var(--muted); line-height: 1.7; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.benefit-grid article { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 26px; min-height: 280px; position: relative; box-shadow: 0 12px 34px rgba(31,1,97,.05); }
.benefit-grid .number { position: absolute; right: 20px; top: 18px; font-size: 11px; font-weight: 800; color: #aaa2b5; }
.benefit-grid .icon { width: 44px; height: 44px; color: var(--purple); background: var(--purple-soft); padding: 10px; border-radius: 12px; }
.benefit-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--purple); background: var(--purple-soft); border-radius: 12px; font-weight: 900; }
.benefit-grid h3 { font-size: 20px; margin: 42px 0 12px; }
.benefit-grid p, .support p, .page-body p { color: var(--muted); line-height: 1.7; }
.devices-band { background: var(--purple-dark); color: #fff; }
.devices-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.device-intro p { color: #c9bde5; line-height: 1.7; }
.light-link { color: #fff; }
.device-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.device-grid div { min-height: 130px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.055); border-radius: 18px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; }
.device-grid .icon { color: #bda4ff; }
.device-symbol { color: #bda4ff; font-size: 26px !important; }
.device-grid span { font-size: 13px; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.steps::before { content: ""; position: absolute; top: 25px; left: 7%; right: 7%; height: 1px; background: #d8d0e2; }
.steps article { position: relative; padding: 0 22px; }
.steps article > span { width: 50px; height: 50px; border-radius: 50%; background: var(--purple); color: #fff; display: grid; place-items: center; font-weight: 850; position: relative; z-index: 1; box-shadow: 0 0 0 8px var(--cream); }
.steps h3 { font-size: 18px; margin: 28px 0 10px; }
.steps p { font-size: 14px; color: var(--muted); line-height: 1.65; }

.plan-section { display: grid; grid-template-columns: 1fr 430px; gap: 90px; align-items: center; }
.plan-copy > p:not(.eyebrow) { font-size: 18px; color: var(--muted); line-height: 1.75; }
.micro-proof { margin-top: 32px; padding: 18px; border-inline-start: 3px solid var(--purple); display: flex; gap: 15px; background: #f0ebff; }
.micro-proof .icon { color: var(--purple); flex: 0 0 auto; }
.plan-card { background: #fff; border: 1px solid #d9cdef; border-radius: 28px; padding: 30px; box-shadow: var(--shadow); }
.plan-top { display: flex; justify-content: space-between; align-items: center; }
.plan-top p { margin: 0; text-transform: uppercase; color: var(--purple); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.plan-top span { font-size: 11px; background: #f0ebff; color: var(--purple); padding: 7px 9px; border-radius: 99px; }
.price { display: flex; align-items: center; gap: 12px; margin: 26px 0; }
.price strong { font-size: 50px; letter-spacing: -.055em; }
.price span { font-size: 11px; color: var(--muted); line-height: 1.4; }
.plan-description { color: var(--muted); line-height: 1.6; }
.plan-card ul { list-style: none; padding: 0; margin: 24px 0; }
.plan-card li { display: flex; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid #eee9f3; font-size: 14px; }
.plan-card li .icon { width: 18px; color: #15945d; }
.plan-card li b { width: 18px; color: #15945d; }
.plan-card .text-link { display: block; text-align: center; margin-top: 18px; }
.support { background: #fff; border: 1px solid var(--line); border-radius: 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 48px; margin-top: 40px; margin-bottom: 80px; }
.support-icon { width: 66px; height: 66px; border-radius: 20px; background: var(--purple-soft); display: grid; place-items: center; color: var(--purple); }
.support-icon .icon { width: 32px; height: 32px; }
.faq-section { padding-top: 40px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; padding: 24px 2px; font-size: 17px; font-weight: 740; cursor: pointer; display: flex; justify-content: space-between; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--purple); }
details p { margin: 0; padding: 0 0 24px; color: var(--muted); line-height: 1.65; max-width: 780px; }
.final-cta { max-width: 1180px; margin: 30px auto 100px; background: var(--purple); color: #fff; border-radius: 32px; padding: 58px; display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.final-cta > div { max-width: 760px; }
.final-cta p:last-child { color: #cec2ea; line-height: 1.7; }

.page-hero { max-width: none; background: var(--purple); color: #fff; display: flex; justify-content: space-between; align-items: center; padding-left: max(28px, calc((100vw - 1180px) / 2)); padding-right: max(28px, calc((100vw - 1180px) / 2)); min-height: 430px; }
.page-hero > div:first-child { max-width: 790px; }
.page-hero h1 { font-size: clamp(44px,5vw,70px); }
.page-hero > div > p:last-child { font-size: 18px; line-height: 1.7; color: #d5c9ef; max-width: 720px; }
.page-orb { width: 150px; height: 150px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: grid; place-items: center; box-shadow: 0 0 0 30px rgba(255,255,255,.03), 0 0 0 60px rgba(255,255,255,.02); }
.page-orb span { font-size: 58px; font-weight: 900; }
.page-body { display: grid; grid-template-columns: 1fr 330px; gap: 70px; align-items: start; }
.page-main h2 { font-size: 34px; letter-spacing: -.03em; }
.lede { font-size: 17px; }
.content-list { margin-top: 30px; }
.content-list > div { display: grid; grid-template-columns: 54px 1fr; gap: 20px; border-top: 1px solid var(--line); padding: 22px 0; }
.content-list span { color: var(--purple); font-size: 11px; font-weight: 900; }
.content-list p { margin: 0; color: var(--ink); }
.side-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 26px; position: sticky; top: 30px; }
.side-card h3 { font-size: 24px; letter-spacing: -.03em; }
.trial-form { background: #fff; border: 1px solid var(--line); padding: 28px; border-radius: 24px; margin-top: 28px; box-shadow: 0 16px 45px rgba(31,1,97,.06); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-grid label { font-size: 12px; font-weight: 800; color: #40384a; }
.field-grid label.wide { grid-column: 1 / -1; }
.field-grid input, .field-grid select { display: block; width: 100%; height: 52px; margin-top: 8px; border: 1px solid #d7cfe0; border-radius: 11px; padding: 0 13px; background: #fff; color: var(--ink); outline: none; }
.field-grid input:focus, .field-grid select:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(77,37,167,.12); }
.honeypot { position: absolute !important; left: -9999px !important; }
.check-row { display: flex; gap: 11px; align-items: flex-start; margin-top: 18px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.check-row input { margin-top: 2px; }
.check-row a { text-decoration: underline; color: var(--purple); }
.submit { margin-top: 24px; width: 100%; }
.form-error { color: #a51d2d !important; }
.form-note { margin: 14px 0 0; font-size: 11px; color: var(--muted); text-align: center; }
.form-success { text-align: center; background: #fff; border: 1px solid #cbe7d8; border-radius: 24px; padding: 38px; }
.form-success .icon { color: #15945d; width: 48px; height: 48px; }
.success-mark { width: 52px; height: 52px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: #e5f7ee; color: #15945d; font-size: 28px; font-weight: 900; }
.plan-page-grid { display: grid; grid-template-columns: 380px 1fr; gap: 30px; }
.detail-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 30px; }
.detail-row { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding: 17px 0; font-size: 14px; }
.detail-card .button { margin-top: 22px; }
.legal-placeholder { display: flex; gap: 14px; align-items: flex-start; background: #fff7df; border: 1px solid #ead28a; border-radius: 14px; padding: 15px; margin-top: 18px; }
.legal-placeholder .icon { color: #765800; flex: 0 0 auto; }
.legal-placeholder p { margin: 0; font-size: 12px; line-height: 1.55; }

.cookie-banner { position: fixed; z-index: 50; left: 20px; right: 20px; bottom: 20px; max-width: 1000px; margin: auto; background: #fff; border: 1px solid var(--line); box-shadow: 0 20px 70px rgba(15,0,48,.2); border-radius: 18px; padding: 18px 20px; display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.cookie-banner strong { color: var(--purple); }
.cookie-banner p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.cookie-banner > div:last-child { display: flex; gap: 8px; flex: 0 0 auto; }
.cookie-banner > div:last-child > a { align-self: center; font-size: 12px; text-decoration: underline; color: var(--purple); }
.cookie-banner .button { min-height: 40px; padding: 0 14px; font-size: 12px; }
footer { background: #120033; color: #fff; }
.footer-main { max-width: 1180px; margin: auto; padding: 70px 28px; display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 50px; }
.footer-brand img { width: 180px; height: 105px; object-fit: contain; margin-top: -28px; }
.footer-brand p { color: #bfb1da; max-width: 340px; line-height: 1.7; }
.footer-main h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .13em; color: #bba8e7; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-main a { font-size: 13px; color: #ddd3ee; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px max(28px, calc((100vw - 1180px) / 2)); display: flex; justify-content: space-between; color: #9f92b8; font-size: 11px; }
.cookie-manage { border: 0; padding: 0; background: transparent; color: #cbbce7; text-decoration: underline; cursor: pointer; font: inherit; }
.floating-card > b { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #e5f7ee; color: #15945d; }
.lang-ar .hero-visual { direction: ltr; }

.admin-login { min-height: 100vh; background: var(--purple); color: #fff; display: grid; place-items: center; padding: 28px; }
.admin-login > div { width: min(100%,560px); background: #fff; color: var(--ink); border-radius: 28px; padding: 45px; box-shadow: var(--shadow); }
.admin-login h1 { font-size: 48px; line-height: 1; letter-spacing: -.05em; }
.admin-login p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.admin-login .button { width: 100%; margin: 20px 0; }
.admin-login a:not(.button) { display: block; text-align: center; color: var(--purple); font-weight: 700; font-size: 13px; }
.admin-mark { width: 58px; height: 58px; border-radius: 18px; background: var(--purple); color: #fff; display: grid; place-items: center; font-size: 28px; font-weight: 900; margin-bottom: 30px; }
.admin-shell { min-height: 100vh; background: #f4f1f9; padding: 50px max(24px, calc((100vw - 1380px) / 2)); }
.admin-shell > header { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 28px; }
.admin-shell h1 { font-size: 48px; letter-spacing: -.05em; margin: 0; }
.admin-shell header p:last-child { color: var(--muted); }
.admin-shell header > div:last-child { display: flex; gap: 16px; color: var(--purple); font-size: 13px; font-weight: 750; }
.admin-warning { background: #fff7df; border: 1px solid #ead28a; border-radius: 14px; padding: 14px 18px; margin-bottom: 22px; font-size: 13px; }
.admin-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.admin-stats article { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.admin-stats span, .admin-stats strong { display: block; }
.admin-stats span { color: var(--muted); font-size: 12px; }
.admin-stats strong { font-size: 34px; margin-top: 8px; }
.admin-tabs { display: flex; gap: 8px; margin: 28px 0 14px; }
.admin-tabs button { border: 1px solid var(--line); background: #fff; border-radius: 99px; padding: 10px 16px; cursor: pointer; }
.admin-tabs button.active { background: var(--purple); color: #fff; border-color: var(--purple); }
.admin-table-wrap { background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: auto; }
.admin-table-wrap table { width: 100%; border-collapse: collapse; min-width: 980px; }
.admin-table-wrap th, .admin-table-wrap td { text-align: left; padding: 15px; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 13px; }
.admin-table-wrap th { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); background: #faf8fd; }
.admin-table-wrap td small, .admin-table-wrap td strong { display: block; }
.admin-table-wrap td small { color: var(--muted); line-height: 1.55; margin-top: 5px; }
.admin-status { display: grid; grid-template-columns: 1fr auto; gap: 6px; }
.admin-status select, .admin-status button { height: 36px; border: 1px solid #d7cfe0; border-radius: 8px; background: #fff; padding: 0 8px; font-size: 11px; }
.admin-status button { background: var(--purple); color: #fff; border-color: var(--purple); }
.admin-status small { grid-column: 1 / -1; }
.admin-empty { padding: 30px; text-align: center; color: var(--muted); }

@media (max-width: 980px) {
  .nav { display: none; position: absolute; top: 86px; left: 0; right: 0; background: var(--purple-dark); padding: 24px; flex-direction: column; align-items: flex-start; }
  .nav.open { display: flex; }
  .nav .mobile-language { display: block; }
  .nav .language-links { display: flex; }
  .header-actions > .language-links { display: none; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 80px; }
  .hero-visual { min-height: 430px; }
  .screen { width: min(100%,520px); }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .devices-inner, .plan-section { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; gap: 34px; }
  .steps::before { display: none; }
  .support { grid-template-columns: auto 1fr; }
  .support .button { grid-column: 2; }
  .page-body { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .plan-page-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2; }
  .page-orb { display: none; }
}

@media (max-width: 640px) {
  .announcement { font-size: 11px; }
  .site-header { height: 72px; padding: 0 12px; }
  .brand { width: 106px; height: 54px; }
  .brand img { width: 114px; height: 72px; }
  .header-actions { gap: 5px; }
  .header-actions .button.compact { min-height: 38px; padding: 0 10px; font-size: 10px; }
  .menu-button { width: 38px; }
  .nav { top: 72px; }
  .section { padding: 72px 20px; }
  .hero { padding: 58px 20px 74px; gap: 35px; }
  .hero h1, .page-hero h1 { font-size: 42px; }
  .hero-body { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 305px; }
  .screen { min-height: 255px; padding: 12px; border-radius: 20px; }
  .screen-content { min-height: 190px; padding: 22px; }
  .screen-title strong { font-size: 25px; }
  .screen-title p { display: none; }
  .floating-card { right: 0; bottom: 12px; }
  .signal-one { width: 320px; height: 320px; }
  .signal-two { display: none; }
  .trust-row { gap: 10px 15px; }
  .emotion h2, .section h2, .final-cta h2 { font-size: 38px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { margin-top: 14px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: auto; }
  .devices-inner { gap: 38px; }
  .device-grid { grid-template-columns: 1fr 1fr; }
  .device-grid div { min-height: 110px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { display: flex; gap: 18px; padding: 0; }
  .steps h3 { margin: 3px 0 8px; }
  .steps article > span { flex: 0 0 auto; }
  .plan-section { gap: 42px; }
  .plan-card { padding: 24px; }
  .price strong { font-size: 44px; }
  .support { margin: 0 14px 70px; padding: 28px 22px; display: block; }
  .support-icon { margin-bottom: 22px; }
  .support .button { width: 100%; margin-top: 15px; }
  .faq-section { padding-top: 30px; }
  .final-cta { margin: 10px 14px 70px; padding: 35px 25px; display: block; }
  .final-cta .button { width: 100%; margin-top: 20px; }
  .page-hero { padding: 64px 20px; min-height: 360px; }
  .page-body { padding-top: 60px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-grid label.wide { grid-column: auto; }
  .trial-form { padding: 20px; }
  .plan-page-grid { display: block; }
  .plan-page-grid .detail-card { margin-top: 22px; }
  .cookie-banner { display: block; left: 10px; right: 10px; bottom: 10px; }
  .cookie-banner > div:last-child { margin-top: 15px; flex-wrap: wrap; }
  .cookie-banner .button { flex: 1; }
  .footer-main { grid-template-columns: 1fr 1fr; padding: 55px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { display: block; padding: 20px; }
  .footer-bottom span { display: block; margin: 6px 0; }
  .admin-login > div { padding: 30px 22px; }
  .admin-login h1, .admin-shell h1 { font-size: 38px; }
  .admin-shell { padding: 30px 14px; }
  .admin-shell > header { display: block; }
  .admin-shell header > div:last-child { margin-top: 18px; }
  .admin-stats { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
