: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; }
.emotion-story { display: grid; grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr); gap: 72px; align-items: center; }
.emotion-copy > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.75; margin: 24px 0 0; }
.story-photo, .device-showcase figure, .support-photo, .setup-chooser figure { margin: 0; overflow: hidden; }
.story-photo { border-radius: 30px; box-shadow: var(--shadow); aspect-ratio: 8 / 5; }
.story-photo img, .device-showcase figure img, .support-photo img, .setup-chooser figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.proof-band { padding-top: 0; padding-bottom: 50px; }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); color: #fff; background: linear-gradient(120deg,var(--purple),#4a21a0); border-radius: 25px; overflow: hidden; box-shadow: 0 20px 60px rgba(31,1,97,.15); }
.proof-grid article { min-height: 130px; padding: 26px; display: grid; align-content: center; gap: 8px; border-inline-end: 1px solid rgba(255,255,255,.14); }
.proof-grid article:last-child { border-inline-end: 0; }
.proof-grid strong { font-size: 23px; letter-spacing: -.035em; }
.proof-grid span { color: #d7c9f7; font-size: 12px; line-height: 1.5; }
.proof-band > p { margin: 12px 5px 0; color: var(--muted); font-size: 10px; }
.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 { width: 52px; height: 52px; display: grid; place-items: center; color: #c4abff; background: rgba(153,116,255,.12); border: 1px solid rgba(196,171,255,.24); border-radius: 14px; }
.device-symbol svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.device-grid span { font-size: 13px; }
.device-showcase { display: grid; grid-template-columns: 1fr 250px; gap: 14px; align-items: stretch; }
.device-showcase figure { min-height: 100%; border-radius: 20px; position: relative; }
.device-showcase figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(12,0,39,.25)); pointer-events: none; }
.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; }
.catalogue-title { margin: 18px 0 0; color: #241443; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.catalogue-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 20px 0 10px; }
.catalogue-stat { min-width: 0; padding: 16px; border: 1px solid #dfd3f4; border-radius: 18px; background: linear-gradient(145deg, #f7f3ff, #fff); }
.catalogue-stat strong { display: block; color: var(--purple); font-size: clamp(23px, 2.5vw, 32px); line-height: 1; letter-spacing: -.035em; }
.catalogue-stat span { display: block; margin-top: 7px; color: #4c4163; font-size: 12px; font-weight: 800; line-height: 1.35; }
.catalogue-footnote { margin: 0; color: #746a82; font-size: 11px; line-height: 1.5; }
.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: 230px 1fr auto; align-items: center; gap: 30px; padding: 22px; margin-top: 40px; margin-bottom: 80px; box-shadow: 0 16px 45px rgba(31,1,97,.06); }
.support-photo { width: 230px; height: 170px; border-radius: 20px; }
.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; }
.setup-route-hero { color: #fff; background: radial-gradient(circle at 82% 8%,rgba(255,255,255,.13),transparent 30%),linear-gradient(125deg,#1f0161,#4f20a7); }
.setup-route-hero-inner { padding-top: 76px; padding-bottom: 76px; }
.setup-route-hero h1 { max-width: 820px; margin: 8px 0 16px; font-size: clamp(46px,6vw,76px); line-height: .98; letter-spacing: -.055em; }
.setup-route-hero p:last-child { max-width: 690px; margin: 0; color: #d7cbed; font-size: 18px; line-height: 1.7; }
.setup-hub { padding-top: 48px; }
.setup-chooser { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 54px; align-items: center; margin-bottom: 38px; }
.setup-chooser > div { max-width: 690px; }
.setup-chooser > div > p:last-child { color: var(--muted); line-height: 1.75; font-size: 17px; }
.setup-chooser figure { border-radius: 24px; aspect-ratio: 4 / 3; box-shadow: var(--shadow); }
.setup-chooser-compact { display: block; margin-bottom: 20px; padding: 25px 28px; color: #fff; border-radius: 22px; background: radial-gradient(circle at 90% 0,rgba(255,255,255,.14),transparent 30%),linear-gradient(125deg,#210064,#4c20a5); }
.setup-chooser-compact > div { max-width: none; }
.setup-chooser-compact h2 { margin: 6px 0 8px; font-size: clamp(30px,4vw,44px); }
.setup-chooser-compact > div > p:last-child { max-width: 670px; margin: 0; color: #d8ccef; font-size: 14px; line-height: 1.55; }
.setup-tabs { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; margin: 0 0 30px; }
.setup-tab { min-height: 110px; padding: 14px; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 17px; display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 10px; transition: border .18s, background .18s, color .18s, transform .18s; }
.setup-tab:hover { transform: translateY(-2px); border-color: #c8b8ee; }
.setup-tab .device-symbol { width: 44px; height: 44px; color: var(--purple-mid); background: var(--purple-soft); }
.setup-tab .device-symbol svg { width: 25px; height: 25px; }
.setup-tab strong { font-size: 13px; line-height: 1.35; }
.setup-tab.active { color: #fff; border-color: var(--purple); background: var(--purple); box-shadow: 0 13px 30px rgba(31,1,97,.18); }
.setup-tab.active .device-symbol { color: #fff; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2); }
.setup-overview-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; margin-top: 28px; }
.setup-overview-card { min-width: 0; padding: 24px; display: grid; grid-template-rows: auto 1fr auto; gap: 18px; border: 1px solid #dfd8e9; border-radius: 22px; background: #fff; box-shadow: 0 12px 32px rgba(31,1,97,.055); }
.setup-overview-card h2 { margin: 0 0 8px; font-size: 21px; }
.setup-overview-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.setup-overview-card a { display: flex; justify-content: space-between; align-items: center; padding-top: 15px; border-top: 1px solid var(--line); color: var(--purple); font-size: 12px; font-weight: 900; text-decoration: none; }
.setup-overview-callout { margin-top: 28px; }
.setup-overview-callout h2 { margin: 0 0 8px; font-size: 26px; }
.setup-panel-single { margin-top: 30px; }
.setup-panel { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 38px; box-shadow: 0 18px 55px rgba(31,1,97,.07); }
.setup-panel-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.setup-panel-heading > div > p:last-child { color: var(--muted); line-height: 1.65; margin: 14px 0 0; }
.setup-panel-heading > span { flex: none; color: var(--purple); background: var(--purple-soft); border-radius: 99px; padding: 9px 12px; font-size: 10px; font-weight: 850; }
.setup-apps { padding: 30px 0; }
.setup-apps > h3 { margin: 0 0 16px; font-size: 20px; }
.setup-app-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.setup-app-card { min-height: 148px; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border: 1px solid #d9ceef; border-radius: 18px; background: linear-gradient(135deg,#fbf9ff,#f0eaff); }
.setup-app-card h4 { margin: 10px 0 0; font-size: 21px; }
.setup-app-badge { display: inline-flex; padding: 5px 8px; border-radius: 99px; color: var(--purple); background: #fff; border: 1px solid #dfd5f2; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.setup-code { min-width: 142px; padding: 13px; border-radius: 13px; background: #fff; border: 1px solid #ded6eb; text-align: center; }
.setup-code small, .setup-code strong { display: block; }
.setup-code small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.setup-code strong { color: var(--purple); font-size: 23px; margin: 5px 0; letter-spacing: .04em; }
.setup-code button { border: 0; background: transparent; color: var(--purple-mid); text-decoration: underline; cursor: pointer; font-size: 10px; font-weight: 800; }
.setup-steps { list-style: none; padding: 0; margin: 8px 0 34px; border-top: 1px solid var(--line); }
.setup-step { border-bottom: 1px solid var(--line); }
.setup-step details { margin: 0; }
.setup-step summary { display: grid; grid-template-columns: 46px 1fr 30px; gap: 12px; align-items: center; padding: 18px 4px; cursor: pointer; list-style: none; }
.setup-step summary::-webkit-details-marker { display: none; }
.setup-step summary > span { color: var(--purple); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.setup-step summary > strong { color: var(--ink); font-size: 16px; line-height: 1.35; }
.setup-step summary > b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--purple); background: var(--purple-soft); font-size: 17px; transition: transform .18s; }
.setup-step details[open] summary > b { transform: rotate(45deg); }
.setup-step p { margin: -2px 34px 20px 62px; color: var(--muted); font-size: 13px; line-height: 1.68; }
.setup-activation-callout { color: #fff; background: radial-gradient(circle at 92% 5%,rgba(255,255,255,.12),transparent 30%),linear-gradient(125deg,#210064,#5021a8); border-radius: 22px; padding: 28px; display: grid; grid-template-columns: 56px 1fr auto; gap: 22px; align-items: center; }
.setup-activation-callout h3 { margin: 0 0 8px; font-size: 24px; }
.setup-activation-callout p:not(.eyebrow) { color: #d7cbed; line-height: 1.6; margin: 0; font-size: 13px; }
.setup-camera-icon { width: 56px; height: 56px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.12); border-radius: 16px; }
.setup-camera-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.page-body { display: grid; grid-template-columns: 1fr 330px; gap: 70px; align-items: start; }
.devices-page-hub { padding-top: 64px; }
.devices-page-visual { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); gap: 44px; align-items: center; padding: 26px; border: 1px solid #ded4ee; border-radius: 28px; background: linear-gradient(135deg,#fff,#f2ecff); box-shadow: 0 20px 55px rgba(31,1,97,.07); }
.devices-page-visual figure { margin: 0; min-height: 370px; overflow: hidden; border-radius: 22px; background: var(--purple-dark); }
.devices-page-visual img { display: block; width: 100%; height: 100%; min-height: 370px; object-fit: cover; }
.devices-page-visual h2 { margin: 8px 0 16px; }
.devices-page-visual p:not(.eyebrow) { color: var(--muted); line-height: 1.72; }
.device-visual-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.device-visual-facts span { padding: 8px 10px; border: 1px solid #ded3f0; border-radius: 999px; color: #4f3778; background: #fff; font-size: 10px; font-weight: 850; }
.device-guide-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin: 70px 0 28px; }
.device-guide-heading h2 { margin: 7px 0 0; }
.device-guide-heading > p { margin: 0; color: var(--muted); line-height: 1.7; }
.device-guide-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.device-guide-card { min-width: 0; padding: 22px; display: grid; grid-template-rows: auto 1fr auto; gap: 18px; border: 1px solid #dfd8e9; border-radius: 20px; background: #fff; box-shadow: 0 11px 30px rgba(31,1,97,.045); transition: transform .18s, border-color .18s, box-shadow .18s; }
.device-guide-card:hover { transform: translateY(-3px); border-color: #bda9e6; box-shadow: 0 18px 38px rgba(31,1,97,.09); }
.device-guide-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 16px; color: var(--purple-mid); background: #eee7ff; }
.device-guide-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.device-guide-card h3 { margin: 0 0 8px; font-size: 19px; }
.device-guide-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.device-guide-card a { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid var(--line); color: var(--purple); font-size: 12px; font-weight: 900; text-decoration: none; }
.device-trial-callout { margin-top: 42px; padding: 34px; display: flex; justify-content: space-between; align-items: center; gap: 30px; color: #fff; border-radius: 24px; background: radial-gradient(circle at 86% 4%,rgba(255,255,255,.14),transparent 28%),linear-gradient(125deg,#210064,#5021a8); }
.device-trial-callout h2 { margin: 5px 0 8px; font-size: 30px; }
.device-trial-callout p:not(.eyebrow) { max-width: 700px; margin: 0; color: #d7cbed; line-height: 1.65; }
.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); }
.audience-heading > p:last-child { color: var(--muted); line-height: 1.75; }
.audience-benefit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 28px 0 48px; }
.audience-benefit-grid article { min-height: 125px; padding: 22px; border: 1px solid #ddd3ed; border-radius: 19px; background: linear-gradient(145deg,#fff,#f6f2ff); }
.audience-benefit-grid span { color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.audience-benefit-grid p { margin: 14px 0 0; font-weight: 750; line-height: 1.5; }
.audience-journey { padding: 28px; border-radius: 24px; color: #fff; background: linear-gradient(130deg,#210064,#4b1fa0); }
.audience-journey > div > p:last-child { color: #d9ceef; line-height: 1.65; }
.audience-journey ol { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 10px; }
.audience-journey li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: start; padding: 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.07); }
.audience-journey li > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--purple); background: #fff; font-size: 11px; font-weight: 900; }
.audience-journey li p { margin: 5px 0 0; color: #d9ceef; font-size: 12px; line-height: 1.5; }
.audience-device-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.audience-device-links a { padding: 10px 13px; border: 1px solid #d7cbea; border-radius: 999px; color: var(--purple); background: #fff; font-size: 11px; font-weight: 850; text-decoration: none; }
.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; }
.trial-form:not(.contact-form) .field-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.field-grid label { font-size: 12px; font-weight: 800; color: #40384a; }
.field-grid label.wide, .field-grid label.full-field { grid-column: 1 / -1; }
.field-grid input, .field-grid select, .field-grid textarea { display: block; width: 100%; margin-top: 8px; border: 1px solid #d7cfe0; border-radius: 11px; padding: 0 13px; background: #fff; color: var(--ink); outline: none; }
.field-grid input, .field-grid select { height: 52px; }
.field-grid textarea { min-height: 145px; padding: 13px; resize: vertical; line-height: 1.55; font: inherit; }
.field-grid input:focus, .field-grid select:focus, .field-grid textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(77,37,167,.12); }
.contact-form-heading h2 { margin-bottom: 10px; }
.contact-form-heading .lede { margin-top: 0; }
.contact-success { margin-top: 28px; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !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); }
.form-privacy-help, .account-privacy-help { display: flex; align-items: flex-start; gap: 13px; padding: 15px; color: #244c73; background: #eef7ff; border: 1px solid #cde2f5; border-radius: 14px; }
.form-privacy-help { margin-top: 20px; }
.form-privacy-help > span, .account-privacy-help > span { width: 28px; height: 28px; display: grid; place-items: center; flex: none; background: #d9edff; border-radius: 50%; font-weight: 900; }
.form-privacy-help strong, .account-privacy-help strong { display: block; font-size: 13px; }
.form-privacy-help p, .account-privacy-help p { margin: 4px 0 0; color: #426787; font-size: 11px; line-height: 1.55; }
.form-privacy-help a, .account-privacy-help a, .activation-privacy a { color: #173c78; font-weight: 850; text-decoration: underline; }
.account-privacy-help { order: 99; }
.submit { margin-top: 24px; width: 100%; }
.trial-submit-panel { margin-top: 22px; padding: 10px; border: 1px solid #ded4ef; border-radius: 17px; background: linear-gradient(135deg,#f5f0ff,#fff); box-shadow: 0 12px 30px rgba(37,0,107,.08); }
.trial-submit-panel .submit { min-height: 58px; margin: 0; gap: 10px; font-size: 15px; box-shadow: 0 12px 24px rgba(233,78,69,.22); }
.trial-submit-panel .submit span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: var(--coral); background: #fff; font-size: 13px; }
.trial-submit-panel .form-note { margin-bottom: 2px; }
.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); }

/* Secure customer account */
.account-page { max-width: none; padding: 72px max(20px, calc((100vw - 980px) / 2)) 100px; background: linear-gradient(180deg, var(--purple) 0, #2d0874 285px, #f5f4f8 285px, #f5f4f8 100%); }
.account-intro { color: #fff; max-width: 760px; margin-bottom: 42px; }
.account-intro h1 { margin: 0; max-width: 720px; font-size: clamp(42px, 6vw, 68px); line-height: 1; letter-spacing: -.055em; }
.account-intro > p:last-child { color: #d8cdf3; font-size: 13px; line-height: 1.65; max-width: 680px; margin: 20px 0 0; }
.account-dashboard { display: grid; gap: 22px; position: relative; z-index: 2; }
.account-status-card, .account-details-card { background: #fff; border: 1px solid #e2dfea; border-radius: 22px; padding: 28px; box-shadow: 0 18px 55px rgba(29, 7, 75, .08); }
.account-card-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 24px; }
.account-card-heading h2, .account-section-title h2 { margin: 0; font-size: 25px; letter-spacing: -.025em; }
.account-card-heading p { color: var(--muted); margin: 6px 0 0; }
.account-status-pill { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 9px 13px; font-size: 12px; font-weight: 850; white-space: nowrap; }
.account-status-pill i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.account-status-pill.active { color: #087c4e; background: #dcf8e9; }
.account-status-pill.expiring { color: #9a5a00; background: #fff1cf; }
.account-status-pill.expired, .account-status-pill.cancelled { color: #a82c24; background: #ffe6e3; }
.account-status-pill.trial { color: #5330a6; background: #ede6ff; }
.account-status-pill.paused { color: #5d5967; background: #ecebef; }
.account-device-count-pill { display: inline-flex; align-items: center; min-height: 36px; padding: 0 14px; border-radius: 999px; color: var(--purple); background: var(--purple-soft); font-size: 12px; font-weight: 850; }
.account-stat-grid { display: grid; grid-template-columns: 1.25fr .85fr .85fr; gap: 16px; }
.account-stat { min-height: 116px; border: 1px solid; border-radius: 16px; padding: 20px; display: flex; align-items: center; gap: 16px; position: relative; overflow: hidden; }
.account-stat::after { content: ""; position: absolute; width: 130px; height: 130px; border-radius: 50%; background: rgba(255,255,255,.35); right: -70px; bottom: -80px; }
.username-stat { color: #174387; border-color: #b9d5ff; background: linear-gradient(135deg, #eef6ff, #dfeeff); }
.days-stat { color: #5c218d; border-color: #e0c4f5; background: linear-gradient(135deg, #fbf1ff, #f3e4ff); }
.connection-stat { color: #076d53; border-color: #aae8d1; background: linear-gradient(135deg, #eafff5, #d6faeb); }
.account-stat-icon { display: grid; place-items: center; flex: none; width: 46px; height: 46px; color: #fff; background: #3182ed; border-radius: 12px; box-shadow: 0 8px 18px rgba(49,130,237,.22); }
.days-stat .account-stat-icon { background: #a23de7; box-shadow: 0 8px 18px rgba(162,61,231,.2); }
.connection-stat .account-stat-icon { background: #0ab485; box-shadow: 0 8px 18px rgba(10,180,133,.2); }
.account-stat-icon svg, .account-section-title svg, .account-copy svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.account-stat div { min-width: 0; display: grid; gap: 4px; }
.account-stat small, .account-detail small { font-size: 12px; font-weight: 780; color: currentColor; opacity: .83; }
.account-stat strong { font-size: 21px; overflow-wrap: anywhere; }
.account-copy { position: relative; z-index: 2; margin-inline-start: auto; border: 0; background: rgba(255,255,255,.7); color: inherit; width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; cursor: pointer; }
.account-copy svg { width: 19px; height: 19px; }
.account-section-title { display: flex; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.account-section-title > span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--purple); background: #f0eaff; border-radius: 11px; }
.account-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
.account-detail { position: relative; display: grid; gap: 8px; min-height: 105px; align-content: center; background: #f7f7fa; border: 1px solid #e1dfe8; border-radius: 15px; padding: 18px 20px; }
.account-detail.featured { color: #174387; border-color: #b9d5ff; background: linear-gradient(135deg, #eef6ff, #dfeeff); }
.account-detail strong { font-size: 17px; overflow-wrap: anywhere; }
.account-detail .text-copy { position: absolute; top: 14px; right: 14px; width: auto; height: auto; padding: 7px 9px; font-size: 10px; font-weight: 850; }
.lang-ar .account-detail .text-copy { right: auto; left: 14px; }
.account-device-list { display: grid; gap: 15px; margin-top: 22px; }
.account-device-card { position: relative; display: grid; grid-template-columns: minmax(150px,.75fr) minmax(240px,1.25fr) minmax(180px,.8fr) auto; gap: 16px; align-items: center; padding: 20px; border: 1px solid #ded9e8; border-radius: 17px; background: linear-gradient(135deg,#fff,#f8f5ff); }
.account-device-card header { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; }
.account-device-card header small { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.account-device-card h3 { margin: 6px 0 0; font-size: 18px; }
.account-device-card header .account-status-pill { display: inline-flex; padding: 7px 9px; font-size: 10px; }
.account-device-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.account-device-facts > span { min-height: 72px; position: relative; display: grid; align-content: center; gap: 6px; padding: 12px 14px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.account-device-facts small { color: var(--muted); font-size: 10px; font-weight: 800; }
.account-device-facts strong { overflow-wrap: anywhere; font-size: 14px; }
.account-device-facts button { position: absolute; inset-inline-end: 8px; top: 8px; border: 0; color: var(--purple); background: var(--purple-soft); border-radius: 7px; padding: 5px 7px; cursor: pointer; font-size: 9px; font-weight: 850; }
.account-device-renew { min-height: 48px; font-size: 12px; }
.account-device-codes-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.account-notifications-card .account-section-title { align-items: center; }
.account-section-title > div p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.account-notice-list { display: grid; gap: 10px; margin-top: 20px; }
.account-notice { display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 13px; padding: 15px; border: 1px solid #d9d1e8; border-radius: 14px; background: #faf8ff; }
.account-notice.renewal { color: #805009; border-color: #ecd49e; background: #fff8e8; }
.account-notice.urgent { color: #912b23; border-color: #f1c3be; background: #fff1ef; }
.account-notice.success { color: #08714a; border-color: #bce5d2; background: #ecfaf3; }
.account-notice.setup { color: #244c73; border-color: #c9def2; background: #eef7ff; }
.account-notice.announcement { color: #4a2a7d; text-align: start; border-color: #d9cdf0; background: #f8f5ff; font-size: inherit; font-weight: inherit; }
.account-notice-mark { margin-top: 3px; color: currentColor; font-size: 9px; }
.account-notice strong { display: block; font-size: 14px; }
.account-notice p { margin: 5px 0 0; color: currentColor; opacity: .84; font-size: 12px; line-height: 1.55; }
.account-notice button { border: 0; padding: 5px 7px; color: currentColor; background: rgba(255,255,255,.7); border-radius: 7px; font-size: 9px; font-weight: 850; cursor: pointer; }
.account-no-notices { margin: 0; padding: 16px; color: #08714a; background: #ecfaf3; border: 1px solid #bce5d2; border-radius: 13px; font-size: 13px; font-weight: 800; }
.account-self-service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.account-profile-form label { display: grid; gap: 8px; margin-top: 20px; color: #4c4656; font-size: 11px; font-weight: 850; }
.account-profile-form input { width: 100%; height: 50px; padding: 0 13px; border: 1px solid #d9d2e4; border-radius: 11px; }
.account-profile-form .button { margin-top: 13px; }
.profile-form-status { margin: 12px 0 0; padding: 10px 12px; border-radius: 9px; font-size: 11px; font-weight: 750; }
.profile-form-status.success { color: #08714a; background: #e8f8f0; }
.profile-form-status.error { color: #a82c24; background: #fff0ee; }
.account-add-device-card > p { margin: 20px 0; color: var(--muted); line-height: 1.65; }
.account-setup-progress { min-height: 70px; display: flex; align-items: center; gap: 11px; padding: 12px; border: 1px solid #e0d9ec; border-radius: 12px; background: #fff; }
.account-setup-progress > span { flex: none; width: 11px; height: 11px; border-radius: 50%; background: #9d83c8; box-shadow: 0 0 0 5px rgba(119,84,177,.11); }
.account-setup-progress.processing > span { background: #c17908; box-shadow: 0 0 0 5px rgba(193,121,8,.12); }
.account-setup-progress.active > span { background: #0a9668; box-shadow: 0 0 0 5px rgba(10,150,104,.12); }
.account-setup-progress small, .account-setup-progress strong { display: block; }
.account-setup-progress small { margin-bottom: 4px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.account-setup-progress strong { font-size: 11px; line-height: 1.35; }
.account-request-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 20px; }
.account-request-form { display: grid; align-content: start; gap: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: #faf9fc; }
.account-request-form h3 { margin: 0; font-size: 18px; }
.account-request-form > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.account-request-form label, .account-review-form label { display: grid; gap: 7px; color: #4c4656; font-size: 11px; font-weight: 850; }
.account-request-form select, .account-request-form textarea, .account-review-form select, .account-review-form textarea { width: 100%; padding: 11px 12px; border: 1px solid #d9d2e4; border-radius: 11px; background: #fff; font: inherit; }
.account-request-form textarea, .account-review-form textarea { resize: vertical; }
.account-request-form .button, .account-review-form .button { width: 100%; margin-top: auto; }
.account-request-status, .account-review-status { margin: 0; padding: 10px 12px; border-radius: 9px; font-size: 11px; font-weight: 750; }
.account-request-status.success, .account-review-status.success { color: #08714a; background: #e8f8f0; }
.account-request-status.error, .account-review-status.error { color: #a82c24; background: #fff0ee; }
.account-activity-list { display: grid; gap: 9px; margin-top: 20px; }
.account-activity-list article { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 13px; border: 1px solid var(--line); border-radius: 12px; background: #faf9fc; }
.activity-icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--purple); background: #eee8ff; border-radius: 10px; font-weight: 900; }
.activity-icon.renewal { color: #08714a; background: #e6f8ef; }
.activity-icon.request { color: #8a5200; background: #fff2d9; }
.account-activity-list strong, .account-activity-list p, .account-activity-list em, .account-activity-list small { display: block; }
.account-activity-list p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.account-activity-list em { color: var(--purple); text-align: end; font-size: 10px; font-style: normal; font-weight: 850; }
.account-activity-list small { margin-top: 4px; color: var(--muted); font-weight: 600; }
.account-empty-activity { margin: 0; padding: 16px; color: var(--muted); border-radius: 12px; background: #faf9fc; }
.account-review-form { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 20px; }
.account-review-form .check-row, .account-review-form .account-review-status, .account-review-form .button { grid-column: 1 / -1; }
.account-review-form .check-row { display: flex; }
.account-star-picker { min-width: 0; margin: 0; padding: 0; border: 0; }
.account-star-picker legend { margin-bottom: 9px; color: #4c4656; font-size: 11px; font-weight: 850; }
.account-star-picker > div { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.account-star-picker label { position: relative; min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 5px; color: #a59eae; border: 1px solid #ddd6e7; border-radius: 13px; background: #fff; cursor: pointer; transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease; }
.account-star-picker label:hover { transform: translateY(-1px); border-color: #d3a63b; }
.account-star-picker label.selected { color: #bd7a00; border-color: #e6bd61; background: #fff8e6; }
.account-star-picker input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.account-star-picker label:focus-within { outline: 3px solid rgba(101,62,190,.2); outline-offset: 2px; }
.account-star-picker label > span { font-size: 24px; line-height: 1; }
.account-star-picker label > small { color: currentColor; font-size: 10px; font-weight: 900; }
.account-review-comment { grid-column: 1 / -1; }
.public-reviews-section { padding-top: 80px; padding-bottom: 80px; }
.reviews-intro { max-width: 680px; margin: -18px 0 28px; color: var(--muted); line-height: 1.7; }
.public-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: start; gap: 17px; }
.public-review-card { min-width: 0; display: flex; flex-direction: column; padding: 22px; border: 1px solid #ded8e8; border-radius: 20px; background: linear-gradient(145deg,#fff 0%,#faf8ff 100%); box-shadow: 0 15px 40px rgba(34,10,83,.06); }
.public-review-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.public-review-stars { color: #e4a01b; letter-spacing: .08em; white-space: nowrap; }
.public-review-stars span { color: #ddd7e5; }
.public-review-score { padding: 5px 8px; color: #4a267f; border-radius: 999px; background: #f0e9ff; font-size: 10px; }
.public-review-grid blockquote { min-width: 0; margin: 17px 0; color: var(--ink); font-size: 15px; line-height: 1.6; overflow-wrap: anywhere; }
.public-review-author { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 11px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.public-review-avatar { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; border-radius: 13px; background: linear-gradient(135deg,#2a096b,#7450d4); font-size: 15px; font-weight: 900; box-shadow: 0 8px 18px rgba(42,9,107,.15); }
.public-review-author strong, .public-review-author span, .public-review-author small { display: block; overflow-wrap: anywhere; }
.public-review-author > .public-review-avatar { display: grid; place-items: center; overflow: hidden; text-align: center; line-height: 1; }
.public-review-author strong { color: var(--ink); font-size: 13px; }
.public-review-author div > span { margin-top: 3px; color: #177052; font-size: 9px; font-weight: 800; }
.public-review-author small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.public-review-card.rating-only { min-height: 0; }
.public-review-card.rating-only .public-review-author { margin-top: 18px; }
.reviews-page-layout { grid-template-columns: minmax(0,1fr); }
.reviews-page-layout .page-main { min-width: 0; }
.reviews-page-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 28px; margin-bottom: 28px; padding: 28px; color: #fff; border-radius: 24px; background: radial-gradient(circle at 88% 15%,rgba(146,99,255,.55),transparent 34%),linear-gradient(135deg,#21005c,#4b1699); box-shadow: 0 20px 48px rgba(35,4,89,.18); }
.reviews-page-heading h2 { max-width: 680px; margin: 7px 0 10px; color: #fff; }
.reviews-page-heading > div:first-child > p:last-child { max-width: 650px; margin: 0; color: #ded2fa; line-height: 1.65; }
.reviews-rating-summary { min-width: 190px; padding: 18px; text-align: center; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.12); backdrop-filter: blur(8px); }
.reviews-rating-summary small, .reviews-rating-summary strong, .reviews-rating-summary p { display: block; }
.reviews-rating-summary small { color: #e4daf9; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.reviews-rating-summary strong { margin: 6px 0 1px; color: #fff; font-size: 34px; line-height: 1; }
.reviews-rating-summary strong span { font-size: 13px; }
.reviews-rating-summary > div { color: #ffd260; font-size: 21px; }
.reviews-rating-summary p { margin: 5px 0 0; color: #eee6ff; font-size: 9px; }
.reviews-page-grid { grid-template-columns: repeat(auto-fit,minmax(270px,360px)); justify-content: center; }
.reviews-page-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; padding: 24px 26px; color: #fff; border-radius: 20px; background: #18004b; }
.reviews-page-cta h3 { margin: 5px 0; color: #fff; font-size: 23px; }
.reviews-page-cta p:not(.eyebrow) { margin: 0; color: #d7caef; }
.reviews-page-cta .button { flex: none; }
.review-empty-state { padding: 35px; color: var(--muted); text-align: center; border: 1px dashed #cfc4df; border-radius: 18px; background: #faf8fd; }
.review-empty-state span { display: block; margin-bottom: 10px; color: #e6a21a; font-size: 30px; }
.activation-scan-card .account-section-title { align-items: center; }
.activation-scan-card .account-section-title .eyebrow { margin: 0 0 5px; font-size: 9px; }
.activation-intro { color: var(--muted); line-height: 1.7; margin: 22px 0 16px; }
.activation-privacy, .activation-pending, .activation-success { display: flex; align-items: flex-start; gap: 13px; border-radius: 14px; padding: 15px; }
.activation-privacy { color: #244c73; background: #eef7ff; border: 1px solid #cde2f5; }
.activation-privacy > span, .activation-pending > span, .activation-success > span { flex: none; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; font-weight: 900; }
.activation-privacy > span { background: #d9edff; }
.activation-privacy strong, .activation-pending strong, .activation-success strong { display: block; font-size: 13px; }
.activation-privacy p, .activation-pending p, .activation-success p { margin: 4px 0 0; color: inherit; opacity: .8; font-size: 12px; line-height: 1.55; }
.activation-scan-form { margin-top: 18px; }
.activation-source-picker { scroll-margin-top: 92px; }
.activation-source-title { margin: 0 0 10px; color: #40384a; font-size: 12px; font-weight: 850; }
.activation-source-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.activation-file-button { position: relative; display: block; cursor: pointer; }
.activation-file-button input { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; }
.activation-file-button input:disabled + span { opacity: .55; cursor: wait; }
.activation-file-button > span { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--purple); background: var(--purple-soft); border: 1px dashed #9c7fe0; border-radius: 15px; padding: 15px; font-size: 13px; font-weight: 850; }
.activation-file-button:focus-within > span { outline: 3px solid rgba(91,74,230,.22); outline-offset: 3px; }
.activation-library-button > span { color: #27304f; background: #f8f9ff; border-style: solid; border-color: #cbd2e8; }
.activation-source-icon { flex: none; width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,#3d168e,#7042da); border-radius: 11px; }
.activation-library-button .activation-source-icon { background: linear-gradient(135deg,#53618e,#7483b7); }
.activation-source-copy { min-width: 0; display: grid; gap: 3px; text-align: start; }
.activation-source-copy strong { font-size: 12px; line-height: 1.25; }
.activation-source-copy small { color: inherit; opacity: .68; font-size: 9px; line-height: 1.35; }
.activation-file-button svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.activation-preview { margin-top: 16px; display: grid; grid-template-columns: 150px 1fr; gap: 16px; align-items: center; padding: 14px; background: #f7f5fb; border-radius: 14px; }
.activation-preview img { width: 150px; height: 100px; display: block; object-fit: contain; background: #1b1724; border-radius: 9px; }
.activation-progress span { display: block; color: var(--muted); font-size: 11px; margin-bottom: 8px; }
.activation-progress progress { width: 100%; height: 9px; accent-color: var(--purple); }
.activation-review { border: 0; padding: 0; margin: 22px 0 0; }
.activation-review legend { margin: 0 0 14px; padding: 0; font-size: 14px; font-weight: 850; }
.activation-field-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 14px; }
.activation-field-grid label { display: grid; gap: 7px; font-size: 11px; color: #40384a; font-weight: 800; }
.activation-field-grid label.full { grid-column: 1 / -1; }
.activation-new-device { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.activation-field-grid input, .activation-field-grid select { width: 100%; height: 50px; border: 1px solid #d7cfe0; border-radius: 11px; padding: 0 13px; background: #fff; color: var(--ink); }
.activation-field-grid input.is-valid { border-color: #2aa66c; box-shadow: 0 0 0 3px rgba(42,166,108,.1); }
.activation-field-grid input.is-invalid:not(:placeholder-shown) { border-color: #d84b55; box-shadow: 0 0 0 3px rgba(216,75,85,.08); }
.activation-field-status { min-height: 16px; color: var(--muted); font-size: 9px; font-weight: 700; line-height: 1.45; }
.activation-field-status.valid { color: #147f50; }
.activation-field-status.invalid { color: #b22635; }
.activation-manual-note { color: var(--muted); font-size: 11px; line-height: 1.55; }
.activation-confirm { margin-bottom: 17px; }
.activation-pending, .activation-success { color: #087c4e; background: #e8f9f0; border: 1px solid #bee9d2; margin-top: 22px; }
.activation-pending > span, .activation-success > span { color: #fff; background: #16a267; }
.account-renew-card { display: flex; justify-content: space-between; align-items: center; gap: 28px; color: #fff; padding: 30px; border-radius: 22px; background: radial-gradient(circle at 85% 10%, rgba(255,255,255,.14), transparent 32%), linear-gradient(125deg, #210064, #5122a8); box-shadow: 0 20px 55px rgba(31,1,97,.2); }
.account-renew-card h2 { font-size: 23px; line-height: 1.35; max-width: 620px; margin: 0; }
.renew-button { flex: none; min-height: 54px; background: #22b573; color: #fff; box-shadow: 0 12px 28px rgba(34,181,115,.25); }
.renew-button:hover { background: #179b61; }
.account-unavailable { max-width: 680px; margin: 10px auto; padding: 54px 32px; text-align: center; background: #fff; border-radius: 22px; box-shadow: var(--shadow); }
.account-unavailable-mark { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 20px; color: #a82c24; background: #ffe7e3; border-radius: 50%; font-size: 24px; font-weight: 900; }
.account-unavailable h1 { margin: 0; font-size: 38px; letter-spacing: -.04em; }
.account-unavailable p:not(.eyebrow) { color: var(--muted); line-height: 1.65; }
.account-toast { position: fixed; left: 50%; bottom: 26px; z-index: 200; transform: translate(-50%, 25px); opacity: 0; pointer-events: none; color: #fff; background: #181525; border-radius: 999px; padding: 11px 17px; font-size: 12px; font-weight: 800; box-shadow: 0 12px 35px rgba(0,0,0,.25); transition: opacity .18s, transform .18s; }
.account-toast.show { opacity: 1; transform: translate(-50%, 0); }
.mobile-action-bar { display: none; }

/* Fast Connect: public WhatsApp camera and screenshot funnel. */
.page-connect { background: #f5f2fa; padding-bottom: 0; }
.page-connect .site-header { height: 72px; }
.page-connect .site-header .nav, .page-connect .header-cta, .page-connect .menu-button { display: none; }
.page-connect footer .footer-main { display: none; }
.page-connect footer { border-top: 1px solid var(--line); }
.page-connect .footer-bottom { background: #fff; }
.connect-hero { color: #fff; background: radial-gradient(circle at 82% 18%,rgba(126,82,255,.36),transparent 30%),linear-gradient(128deg,#170044,#2e0878 58%,#4817a0); overflow: hidden; }
.connect-hero-inner { min-height: 550px; padding-top: 72px; padding-bottom: 72px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); gap: 70px; align-items: center; }
.connect-hero-copy h1 { max-width: 780px; margin: 0; font-size: clamp(46px,6vw,78px); line-height: .98; letter-spacing: -.055em; }
.connect-hero-copy > p:not(.eyebrow) { max-width: 690px; margin: 26px 0 0; color: #d9cef4; font-size: 17px; line-height: 1.7; }
.connect-mobile-camera-button { display: none; }
.connect-step-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 34px; }
.connect-step-row article { display: flex; gap: 11px; min-height: 130px; padding: 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.065); }
.connect-step-row article > span { flex: none; width: 27px; height: 27px; display: grid; place-items: center; color: var(--purple); background: #fff; border-radius: 50%; font-size: 11px; font-weight: 900; }
.connect-step-row strong { display: block; font-size: 13px; line-height: 1.35; }
.connect-step-row p { margin: 7px 0 0; color: #cfc1ec; font-size: 11px; line-height: 1.5; }
.connect-camera-visual { display: grid; place-items: center; }
.connect-screen-card { width: min(100%,350px); aspect-ratio: 1 / 1; position: relative; display: grid; place-items: center; align-content: center; gap: 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 36px; background: linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.04)); box-shadow: 0 35px 75px rgba(0,0,0,.25); backdrop-filter: blur(8px); }
.connect-screen-card::before { content: ""; position: absolute; inset: 17%; border: 1px dashed rgba(255,255,255,.28); border-radius: 20px; }
.connect-screen-card svg { width: 72px; height: 72px; fill: none; stroke: #fff; stroke-width: 1.25; position: relative; z-index: 1; }
.connect-screen-card b, .connect-screen-card small { position: relative; z-index: 1; }
.connect-screen-card b { letter-spacing: .15em; font-size: 12px; }
.connect-screen-card small { color: #cdbced; }
.scan-corner { width: 37px; height: 37px; position: absolute; z-index: 2; border-color: #ff6159; border-style: solid; }
.scan-corner.one { top: 12%; left: 12%; border-width: 3px 0 0 3px; border-radius: 8px 0 0; }
.scan-corner.two { top: 12%; right: 12%; border-width: 3px 3px 0 0; border-radius: 0 8px 0 0; }
.scan-corner.three { bottom: 12%; left: 12%; border-width: 0 0 3px 3px; border-radius: 0 0 0 8px; }
.scan-corner.four { right: 12%; bottom: 12%; border-width: 0 3px 3px 0; border-radius: 0 0 8px; }
.connect-workspace { max-width: 1240px; padding-top: 70px; display: grid; grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr); gap: 28px; align-items: start; }
.connect-install-card, .connect-capture-card { background: #fff; border: 1px solid var(--line); border-radius: 25px; box-shadow: 0 18px 55px rgba(31,1,97,.08); }
.connect-install-card { position: sticky; top: 20px; padding: 27px; }
.connect-install-card h2 { font-size: 31px; }
.connect-install-card > p:not(.eyebrow) { color: var(--muted); line-height: 1.65; }
.connect-app-list { display: grid; gap: 10px; margin: 24px 0; }
.connect-app-list article { display: grid; grid-template-columns: 1fr auto; gap: 15px; align-items: center; min-height: 104px; padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(135deg,#fff,#f7f3ff); }
.connect-app-list article > div { display: grid; gap: 6px; }
.connect-app-list article > div:first-child span { width: max-content; padding: 4px 7px; color: var(--purple); background: var(--purple-soft); border-radius: 99px; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.connect-app-list article > div:last-child { text-align: end; }
.connect-app-list small { color: var(--muted); font-size: 9px; }
.connect-app-list b { color: var(--purple); font-size: 19px; letter-spacing: .06em; }
.connect-app-list button { border: 0; color: #fff; background: var(--purple); border-radius: 7px; padding: 6px 9px; cursor: pointer; font-size: 9px; font-weight: 850; }
.connect-tips { margin: 22px 0; padding: 17px; color: #5a4305; background: #fff8dc; border: 1px solid #f0dea1; border-radius: 14px; }
.connect-tips strong { font-size: 12px; }
.connect-tips ul { margin: 10px 0 0; padding-inline-start: 18px; font-size: 11px; line-height: 1.8; }
.connect-capture-card { padding: 30px; }
.connect-capture-card > header { display: grid; grid-template-columns: 52px 1fr; gap: 15px; align-items: start; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.connect-capture-card > header h2 { font-size: 34px; }
.connect-capture-card > header p:not(.eyebrow) { margin: 9px 0 0; color: var(--muted); line-height: 1.6; }
.connect-capture-card > .activation-privacy { margin-top: 22px; }
.connect-camera-mark { width: 52px; height: 52px; display: grid; place-items: center; color: var(--purple); background: var(--purple-soft); border-radius: 14px; }
.connect-camera-mark svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.connect-contact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-bottom: 18px; }
.connect-contact-grid label { display: grid; gap: 7px; color: #40384a; font-size: 11px; font-weight: 800; }
.connect-contact-grid input, .connect-contact-grid select { width: 100%; height: 52px; padding: 0 13px; color: var(--ink); background: #fff; border: 1px solid #d7cfe0; border-radius: 11px; }
.connect-file-button > span { min-height: 82px; color: #fff; background: linear-gradient(125deg,#2b0871,#5522b5); border: 0; box-shadow: 0 13px 30px rgba(31,1,97,.18); }
.connect-file-button.activation-library-button > span { color: #2b0871; background: #f5f0ff; border: 1px solid #cdbfea; box-shadow: none; }
.connect-file-button.activation-library-button .activation-source-icon { color: #fff; }
.connect-code-grid { grid-template-columns: 1fr 1fr; }
.connect-photo-preview { grid-template-columns: minmax(220px,1.25fr) minmax(180px,.75fr); align-items: center; padding: 16px; }
.connect-photo-preview img { width: 100%; height: auto; max-height: 420px; object-fit: contain; }
.connect-photo-submit { margin-top: 20px; }
.connect-photo-submit > p:first-child { margin: 0 0 15px; padding: 13px 14px; color: #5f536e; background: #f4f0f9; border: 1px solid #e1d8ed; border-radius: 12px; font-size: 11px; line-height: 1.6; }
.connect-photo-submit > p:first-child a { color: var(--purple); font-weight: 850; }
.connect-submit { min-height: 58px; }
.connect-success { padding: 22px; }
.connect-success > div { width: 100%; }
.connect-success .button { margin-top: 16px; }
.connect-lead-reference { display: grid; gap: 3px; margin: 13px 0 0 !important; padding: 11px; background: rgba(255,255,255,.6); border-radius: 9px; }
.connect-lead-reference small { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.connect-lead-reference b { font-size: 13px; }

.setup-player-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 22px; }
.setup-player-links a { min-height: 72px; padding: 14px 17px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 16px; border: 1px solid #dcd2ef; border-radius: 16px; color: var(--purple); background: linear-gradient(135deg,#fff,#f5f0ff); box-shadow: 0 8px 24px rgba(31,1,97,.06); }
.setup-player-links span { font-size: 14px; font-weight: 850; }
.setup-player-links small { grid-column: 1; color: var(--muted); font-size: 10px; }
.setup-player-links b { grid-column: 2; grid-row: 1 / span 2; font-size: 20px; }
.player-guide-hero { color: #fff; background: radial-gradient(circle at 78% 18%,rgba(131,81,255,.4),transparent 34%),linear-gradient(135deg,#170044,#2d087b 65%,#4f20a8); }
.player-guide-hero-inner { min-height: 610px; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: 70px; align-items: center; }
.player-guide-copy h1 { max-width: 760px; margin: 0; font-size: clamp(48px,5.6vw,78px); line-height: .98; letter-spacing: -.055em; }
.player-guide-copy > p:not(.eyebrow) { max-width: 650px; margin: 25px 0; color: #d9cff2; font-size: 17px; line-height: 1.65; }
.player-code-card { max-width: 520px; min-height: 92px; padding: 14px; display: grid; grid-template-columns: 54px 1fr auto; gap: 14px; align-items: center; color: var(--ink); background: #fff; border-radius: 18px; box-shadow: 0 25px 55px rgba(9,0,38,.26); }
.player-code-icon { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,#ff5c51,#df3e38); border-radius: 14px; }
.player-code-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.player-code-card small,.player-code-card strong { display: block; }
.player-code-card small { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.player-code-card strong { margin-top: 3px; color: var(--purple); font-size: 24px; letter-spacing: .08em; }
.player-code-card button { min-height: 42px; padding: 0 15px; color: var(--purple); background: #eee7ff; border: 0; border-radius: 11px; font-size: 11px; font-weight: 850; cursor: pointer; }
.player-guide-actions { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 24px; }
.button.ghost-light { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.32); }
.player-guide-visual { min-height: 420px; position: relative; display: grid; place-items: center; }
.player-device { width: min(100%,440px); min-height: 315px; padding: 36px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; position: relative; color: #fff; background: #14003d; border: 15px solid #f5f1ff; border-radius: 32px; box-shadow: 0 40px 75px rgba(8,0,32,.4); transform: rotate(2deg); }
.player-device span { color: #bea9f2; font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.player-device strong { max-width: 300px; margin: 18px 0 8px; font-size: 38px; line-height: 1; }
.player-device small { color: #cdbff0; letter-spacing: .08em; }
.player-device i { width: 82%; height: 11px; margin-top: 25px; display: block; background: linear-gradient(90deg,#ff554c,#6638c7); border-radius: 99px; }
.player-device i + i { width: 58%; margin-top: 10px; opacity: .6; }
.player-camera { width: 88px; height: 88px; position: absolute; right: 4px; bottom: 12px; display: grid; place-items: center; color: #fff; background: #ff4d46; border: 9px solid #fff; border-radius: 50%; box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.player-camera svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.player-guide-steps { padding-top: 80px; }
.player-guide-steps .section-heading > p { max-width: 480px; }
.player-guide-steps ol { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.player-guide-steps li { padding: 25px 8px; display: grid; grid-template-columns: 64px minmax(0,1fr); gap: 20px; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.player-guide-steps li > span { color: var(--purple-mid); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.player-guide-steps h3 { margin: 0 0 7px; font-size: 21px; }
.player-guide-steps li p { max-width: 820px; margin: 0; color: var(--muted); line-height: 1.65; }
.player-privacy-callout { margin-top: 30px; padding: 22px 24px; display: grid; grid-template-columns: 42px 1fr auto; gap: 16px; align-items: center; color: #145b3e; background: #eaf8f1; border: 1px solid #bfe8d2; border-radius: 17px; }
.player-privacy-callout > span { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: #36a570; border-radius: 12px; font-weight: 900; }
.player-privacy-callout p { margin: 0; line-height: 1.5; }
.player-privacy-callout a { color: #145b3e; font-size: 12px; font-weight: 900; white-space: nowrap; }
.player-related-guides { margin-top: 18px; display: flex; gap: 8px; flex-wrap: wrap; }
.player-related-guides a { padding: 9px 13px; color: var(--purple); background: #f0eaff; border-radius: 99px; font-size: 10px; font-weight: 850; }

@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; }
  .mobile-language > span { display: block; margin-bottom: 10px; color: #bfaee7; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
  .mobile-language .language-links { width: max-content; }
  .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); }
  .emotion-story { grid-template-columns: 1fr; gap: 36px; }
  .emotion-copy { max-width: 720px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid article:nth-child(2) { border-inline-end: 0; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .devices-inner, .plan-section { grid-template-columns: 1fr; }
  .device-showcase { grid-template-columns: 1.3fr .7fr; }
  .steps { grid-template-columns: 1fr 1fr; gap: 34px; }
  .steps::before { display: none; }
  .support { grid-template-columns: 200px 1fr; }
  .support-photo { width: 200px; }
  .support .button { grid-column: 2; }
  .setup-chooser { grid-template-columns: 1fr 280px; }
  .setup-tabs { grid-template-columns: repeat(3,1fr); }
  .setup-overview-grid { grid-template-columns: 1fr 1fr; }
  .setup-activation-callout { grid-template-columns: 56px 1fr; }
  .setup-activation-callout .button { grid-column: 2; width: max-content; }
  .page-body { grid-template-columns: 1fr; }
  .trial-form:not(.contact-form) .field-grid { grid-template-columns: 1fr 1fr; }
  .devices-page-visual { grid-template-columns: 1fr; }
  .device-guide-grid { grid-template-columns: 1fr 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; }
  .account-device-card { grid-template-columns: 1fr; }
  .account-device-renew { width: 100%; }
  .account-self-service-grid { grid-template-columns: 1fr; }
  .account-stat-grid { grid-template-columns: 1fr 1fr; }
  .username-stat { grid-column: 1 / -1; }
  .connect-hero-inner { grid-template-columns: 1fr; }
  .connect-camera-visual { display: none; }
  .connect-workspace { grid-template-columns: 1fr; }
  .connect-install-card { position: static; }
  .player-guide-hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .player-guide-visual { min-height: 340px; }
}

@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-story { padding-bottom: 44px; }
  .story-photo { border-radius: 22px; }
  .proof-band { padding-bottom: 22px; }
  .proof-grid { grid-template-columns: 1fr 1fr; border-radius: 20px; }
  .proof-grid article { min-height: 106px; padding: 18px; }
  .proof-grid strong { font-size: 19px; }
  .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-showcase { grid-template-columns: 1fr; }
  .device-showcase figure { aspect-ratio: 3 / 2; min-height: auto; }
  .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: 18px; display: block; }
  .support-photo { width: 100%; height: 190px; margin-bottom: 22px; }
  .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; }
  .setup-route-hero-inner { padding: 58px 20px 62px; }
  .setup-route-hero h1 { font-size: 42px; }
  .setup-route-hero p:last-child { font-size: 15px; }
  .setup-hub { padding-top: 24px; }
  .setup-chooser { grid-template-columns: 1fr; gap: 24px; }
  .setup-chooser-compact { padding: 20px; margin-bottom: 14px; }
  .setup-chooser-compact h2 { font-size: 32px; }
  .setup-chooser-compact > div > p:last-child { font-size: 13px; }
  .setup-chooser figure { aspect-ratio: 16 / 10; }
  .setup-tabs { grid-template-columns: 1fr 1fr; gap: 8px; }
  .setup-overview-grid { grid-template-columns: 1fr; }
  .setup-tab { min-height: 86px; padding: 11px; grid-template-columns: 38px 1fr; }
  .setup-tab .device-symbol { width: 38px; height: 38px; }
  .setup-tab:last-child { grid-column: 1 / -1; }
  .setup-player-links { grid-template-columns: 1fr; }
  .player-guide-hero-inner { min-height: 0; padding: 58px 20px 68px; }
  .player-guide-copy h1 { font-size: 42px; }
  .player-guide-copy > p:not(.eyebrow) { font-size: 15px; }
  .player-code-card { grid-template-columns: 46px 1fr; padding: 12px; }
  .player-code-icon { width: 46px; height: 46px; }
  .player-code-card button { grid-column: 1 / -1; width: 100%; }
  .player-guide-actions { flex-direction: column; }
  .player-guide-actions .button { width: 100%; }
  .player-guide-visual { min-height: 260px; }
  .player-device { min-height: 230px; padding: 24px; border-width: 10px; border-radius: 24px; }
  .player-device strong { font-size: 30px; }
  .player-camera { width: 67px; height: 67px; right: -2px; bottom: 1px; border-width: 7px; }
  .player-guide-steps { padding-top: 58px; }
  .player-guide-steps li { grid-template-columns: 38px 1fr; gap: 10px; padding: 20px 0; }
  .player-guide-steps h3 { font-size: 17px; }
  .player-guide-steps li p { font-size: 13px; }
  .player-privacy-callout { grid-template-columns: 38px 1fr; padding: 17px; }
  .player-privacy-callout > span { width: 38px; height: 38px; }
  .player-privacy-callout a { grid-column: 1 / -1; white-space: normal; }
  .setup-panel { padding: 20px; border-radius: 20px; }
  .setup-panel-heading { display: block; }
  .setup-panel-heading > span { display: inline-flex; margin-top: 15px; }
  .setup-app-grid { grid-template-columns: 1fr; }
  .setup-app-card { min-height: 130px; padding: 16px; }
  .setup-code { min-width: 122px; }
  .setup-step summary { grid-template-columns: 34px 1fr 28px; gap: 8px; padding: 15px 0; }
  .setup-step summary > strong { font-size: 14px; }
  .setup-step p { margin: -1px 28px 17px 42px; font-size: 12px; }
  .setup-activation-callout { grid-template-columns: 45px 1fr; padding: 20px; gap: 14px; }
  .setup-camera-icon { width: 45px; height: 45px; }
  .setup-activation-callout .button { grid-column: 1 / -1; width: 100%; }
  .page-body { padding-top: 60px; }
  .audience-benefit-grid { grid-template-columns: 1fr; }
  .audience-journey { padding: 21px; }
  .devices-page-hub { padding-top: 42px; }
  .devices-page-visual { padding: 16px; gap: 25px; }
  .devices-page-visual figure, .devices-page-visual img { min-height: 230px; }
  .device-guide-heading { display: block; margin-top: 48px; }
  .device-guide-heading > p { margin-top: 12px; }
  .device-guide-grid { grid-template-columns: 1fr; }
  .device-trial-callout { display: block; padding: 26px; }
  .device-trial-callout .button { width: 100%; margin-top: 20px; }
  .field-grid { grid-template-columns: 1fr; }
  .trial-form:not(.contact-form) .field-grid { grid-template-columns: 1fr; }
  .field-grid label.wide, .field-grid label.full-field { 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; }
  .account-page { padding: 48px 14px 75px; background: linear-gradient(180deg, var(--purple) 0, #2d0874 250px, #f5f4f8 250px); }
  .account-intro { padding: 0 8px; margin-bottom: 32px; }
  .account-intro h1 { font-size: 40px; }
  .account-status-card, .account-details-card { padding: 20px; border-radius: 18px; }
  .account-card-heading { display: grid; }
  .account-status-pill { width: max-content; }
  .account-stat-grid, .account-detail-grid { grid-template-columns: 1fr; }
  .username-stat { grid-column: auto; }
  .account-stat { min-height: 104px; padding: 16px; }
  .account-stat strong { font-size: 19px; }
  .account-device-card { grid-template-columns: 1fr; gap: 14px; }
  .account-device-renew { width: 100%; }
  .account-device-facts { grid-template-columns: 1fr; }
  .account-notice { grid-template-columns: auto 1fr; }
  .account-notice button { grid-column: 2; width: max-content; }
  .activation-source-actions { grid-template-columns: 1fr; gap: 10px; }
  .activation-file-button > span { justify-content: flex-start; min-height: 70px; }
  .activation-preview { grid-template-columns: 1fr; }
  .activation-preview img { width: 100%; height: 170px; }
  .activation-field-grid { grid-template-columns: 1fr; }
  .activation-field-grid label.full { grid-column: auto; }
  .activation-new-device { grid-template-columns: 1fr; }
  .page-connect .site-header { height: 66px; }
  .page-connect .header-actions > .language-links { display: flex; }
  .page-connect .brand { width: 118px; }
  .connect-hero-inner { min-height: auto; padding: 54px 20px; }
  .connect-hero-copy h1 { font-size: 43px; }
  .connect-mobile-camera-button { width: 100%; max-width: 430px; min-height: 72px; margin: 24px 0 0; padding: 10px 12px; display: grid; grid-template-columns: 48px minmax(0,1fr) 28px; gap: 12px; align-items: center; color: #220758; text-align: start; background: #fff; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; box-shadow: 0 15px 35px rgba(10,0,42,.28); cursor: pointer; }
  .connect-mobile-camera-button > span:nth-child(2) { min-width: 0; display: grid; gap: 3px; }
  .connect-mobile-camera-button strong { font-size: 15px; line-height: 1.2; }
  .connect-mobile-camera-button small { color: #6d6280; font-size: 10px; line-height: 1.35; }
  .connect-mobile-camera-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,#ff625a,#e83f3a); border-radius: 14px; box-shadow: 0 8px 18px rgba(232,63,58,.25); }
  .connect-mobile-camera-button svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .connect-mobile-camera-button .connect-mobile-camera-arrow { width: 20px; height: 20px; color: #7a6897; }
  .connect-mobile-camera-button:active { transform: translateY(1px); }
  .connect-hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .connect-step-row { grid-template-columns: 1fr; }
  .connect-step-row article { min-height: 0; }
  .connect-workspace { padding: 28px 14px 68px; gap: 16px; }
  .connect-install-card, .connect-capture-card { padding: 20px; border-radius: 19px; }
  .connect-install-card h2, .connect-capture-card > header h2 { font-size: 29px; }
  .connect-app-list article { min-height: 96px; }
  .connect-capture-card > header { grid-template-columns: 44px 1fr; }
  .connect-camera-mark { width: 44px; height: 44px; }
  .connect-contact-grid, .connect-code-grid { grid-template-columns: 1fr; }
  .connect-photo-preview { grid-template-columns: 1fr; }
  .connect-file-button > span { min-height: 76px; }
  .page-connect footer { padding-bottom: env(safe-area-inset-bottom); }
  .account-renew-card { display: grid; padding: 24px 20px; }
  .account-renew-card h2 { font-size: 20px; }
  .renew-button { width: 100%; }
  body { padding-bottom: 82px; }
  .page-connect { padding-bottom: 0; }
  .page-connect .cookie-banner { bottom: 10px; }
  .mobile-action-bar { position: fixed; z-index: 42; left: max(10px,env(safe-area-inset-left)); right: max(10px,env(safe-area-inset-right)); bottom: calc(8px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px; max-width: 520px; margin: 0 auto; padding: 6px; background: rgba(255,255,255,.94); border: 1px solid rgba(43,18,91,.12); border-radius: 18px; box-shadow: 0 12px 38px rgba(20,0,60,.22); backdrop-filter: blur(16px); }
  .mobile-action-bar a { min-height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 11px; font-weight: 900; text-align: center; text-decoration: none; }
  .mobile-action-bar svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-action-bar .mobile-trial-action { padding: 0 16px; color: #fff; background: linear-gradient(135deg,#f05a50,#df4039); box-shadow: 0 6px 14px rgba(223,64,57,.2); }
  .mobile-action-bar .mobile-trial-action svg path { fill: currentColor; stroke: none; }
  .mobile-action-bar .mobile-whatsapp-action { padding: 0 13px; color: #0a7448; background: #e9f8f0; border: 1px solid #c5ead6; }
  .cookie-banner { bottom: 88px; }
}

@media (max-width: 760px) {
  .account-request-grid, .account-review-form, .public-review-grid, .reviews-page-grid { grid-template-columns: 1fr; }
  .account-review-form .check-row, .account-review-form .account-review-status, .account-review-form .button { grid-column: auto; }
  .reviews-page-heading { grid-template-columns: 1fr; padding: 22px; }
  .reviews-rating-summary { min-width: 0; display: grid; grid-template-columns: 1fr auto; align-items: center; text-align: start; }
  .reviews-rating-summary small, .reviews-rating-summary p { grid-column: 1; }
  .reviews-rating-summary strong { grid-column: 2; grid-row: 1 / 4; }
  .reviews-rating-summary > div { display: none; }
  .reviews-page-cta { align-items: stretch; flex-direction: column; }
  .reviews-page-cta .button { width: 100%; }
  .account-activity-list article { grid-template-columns: auto 1fr; }
  .account-activity-list em { grid-column: 2; text-align: start; }
}

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

@media (max-width: 360px) {
  .mobile-action-bar .mobile-whatsapp-action { width: 46px; padding: 0; }
  .mobile-action-bar .mobile-whatsapp-action span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
}

/* Kensat customer profile app */
.page-account { padding-bottom: 0; background: #f4f3f8; }
.page-account .site { min-height: 100vh; background: #f4f3f8; }
.page-account footer, .page-account .cookie-banner { display: none !important; }
.account-site-header { position: sticky; top: 0; z-index: 50; height: 72px; padding: 0 max(20px,calc((100vw - 1080px) / 2)); border-bottom: 1px solid rgba(255,255,255,.11); box-shadow: 0 8px 26px rgba(25,0,77,.16); }
.account-site-header .brand { width: 122px; height: 62px; }
.account-site-header .brand img { width: 130px; height: 78px; }
.account-header-actions { position: relative; display: flex; align-items: center; gap: 10px; }
.account-header-label { min-height: 38px; display: inline-flex; align-items: center; gap: 8px; padding: 0 13px; color: #e9e2fb; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: 11px; font-weight: 800; }
.account-header-label svg, .account-header-support svg, .account-language-picker svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.account-header-tools { display: flex; align-items: stretch; gap: 4px; padding: 4px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: 17px; box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 8px 24px rgba(21,0,63,.13); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); }
.account-tool-icon { width: 32px; height: 32px; display: grid; place-items: center; flex: none; color: #fff; background: rgba(255,255,255,.1); border-radius: 10px; }
.account-tool-copy { min-width: 0; display: grid; gap: 2px; line-height: 1.05; text-align: start; }
.account-tool-copy small { color: #cfc2e9; font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.account-tool-copy strong { color: #fff; font-size: 11px; font-weight: 900; white-space: nowrap; }
.account-language-code { display: none; }
.account-header-support { min-width: 132px; height: 44px; display: flex; align-items: center; gap: 9px; padding: 0 10px; color: #fff; background: rgba(21,150,99,.16); border: 1px solid rgba(79,216,160,.18); border-radius: 13px; box-shadow: none; text-decoration: none; }
.account-header-support .account-tool-icon { background: linear-gradient(135deg,#13865a,#25b77c); box-shadow: 0 6px 14px rgba(4,67,43,.21); }
.account-header-support:hover { color: #fff; background: rgba(21,150,99,.28); border-color: rgba(105,231,180,.32); }
.account-language-picker { position: relative; }
.account-language-picker summary { min-width: 148px; height: 44px; display: flex; align-items: center; gap: 9px; padding: 0 9px; color: #fff; background: transparent; border: 0; border-radius: 13px; cursor: pointer; list-style: none; }
.account-language-picker summary::-webkit-details-marker { display: none; }
.account-language-picker summary:hover { background: rgba(255,255,255,.1); }
.account-language-picker[open] summary { color: #38137f; background: #fff; box-shadow: 0 8px 20px rgba(20,0,59,.18); }
.account-language-picker[open] .account-tool-icon { color: #4b238f; background: #eee8fb; }
.account-language-picker[open] .account-tool-copy small { color: #756887; }
.account-language-picker[open] .account-tool-copy strong { color: #2f145c; }
.account-tool-chevron { width: 14px !important; height: 14px !important; margin-inline-start: auto; transition: transform .18s ease; }
.account-language-picker[open] .account-tool-chevron { transform: rotate(180deg); }
.account-language-picker > div { position: absolute; z-index: 12; top: calc(100% + 11px); inset-inline-end: 0; width: 210px; display: grid; gap: 4px; padding: 8px; background: #fff; border: 1px solid #ddd6e8; border-radius: 16px; box-shadow: 0 20px 52px rgba(23,2,69,.24); }
.account-language-picker a { min-height: 43px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 0 10px 0 12px; color: #302143; border-radius: 10px; font-size: 13px; font-weight: 800; text-decoration: none; }
.lang-ar .account-language-picker a { padding: 0 12px 0 10px; }
.account-language-picker a b { min-width: 33px; height: 25px; display: grid; place-items: center; direction: ltr; color: #766b83; background: #f1eef5; border-radius: 8px; font-size: 9px; letter-spacing: .05em; }
.account-language-picker a:hover, .account-language-picker a.active { color: var(--purple); background: #f1ecfb; }
.account-language-picker a.active b { color: #fff; background: #5a31a7; }

.account-page { max-width: none; min-height: calc(100vh - 72px); padding: 30px 20px 72px; background: #f4f3f8; }
.account-dashboard { max-width: 1040px; margin: 0 auto; display: grid; gap: 16px; }
.account-profile-hero { order: 1; min-height: 142px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 18px; padding: 26px 28px; color: #fff; background: radial-gradient(circle at 92% 10%,rgba(255,255,255,.18),transparent 30%),linear-gradient(125deg,#230063,#5422aa); border-radius: 24px; box-shadow: 0 18px 45px rgba(33,0,98,.18); overflow: hidden; }
.account-avatar { width: 74px; height: 74px; display: grid; place-items: center; flex: none; color: var(--purple); background: linear-gradient(135deg,#fff,#e8ddff); border: 4px solid rgba(255,255,255,.2); border-radius: 23px; box-shadow: 0 10px 26px rgba(14,0,46,.2); font-size: 30px; font-weight: 900; }
.account-profile-identity { min-width: 0; }
.account-profile-identity p { margin: 0 0 5px; color: #cfc0f3; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.account-profile-identity h1 { margin: 0; overflow-wrap: anywhere; font-size: clamp(27px,4vw,38px); line-height: 1.05; letter-spacing: -.04em; }
.account-profile-identity > span { display: block; margin-top: 7px; color: #e3d9fa; font-size: 13px; }
.account-profile-hero .account-status-pill { padding: 9px 13px; }

.account-quick-section { order: 2; padding: 20px; background: #fff; border: 1px solid #e2deea; border-radius: 21px; box-shadow: 0 12px 34px rgba(30,8,72,.06); }
.account-quick-section > h2 { margin: 0 0 14px; color: #5f576d; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.account-quick-actions { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-rows: 86px; align-items: stretch; gap: 11px; }
.account-quick-action { width: 100%; height: 100%; min-width: 0; min-height: 0; align-self: stretch; display: flex; align-items: center; gap: 12px; margin: 0; padding: 14px; color: #29145d; text-align: start; text-decoration: none; appearance: none; -webkit-appearance: none; background: #f8f6fc; border: 1px solid #e7e1f0; border-radius: 16px; cursor: pointer; font: inherit; }
.account-quick-action:hover { color: #29145d; border-color: #cfc0ed; background: #f3eefc; transform: translateY(-1px); }
.account-quick-action > span { width: 42px; height: 42px; display: grid; place-items: center; flex: none; color: #fff; background: #6840be; border-radius: 13px; box-shadow: 0 8px 18px rgba(70,31,150,.18); }
.account-quick-action svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.account-quick-action strong { font-size: 13px; line-height: 1.2; }
.account-quick-action.renew > span { background: #df4d45; }
.account-quick-action.device > span { background: #377ee8; }
.account-quick-action.support > span { background: #159663; }
.account-quick-action.edit-profile > span { background: #7d43c9; }

.account-overview-card { order: 3; display: grid; grid-template-columns: .75fr 1.25fr; gap: 18px; align-items: center; padding: 20px 24px; background: #fff; border: 1px solid #e2deea; border-radius: 21px; box-shadow: 0 12px 34px rgba(30,8,72,.06); }
.account-overview-heading h2 { margin: 0; font-size: 20px; }
.account-overview-heading span { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; }
.account-overview-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid #e6e1ed; border-radius: 15px; overflow: hidden; }
.account-overview-grid.two-column { grid-template-columns: repeat(2,minmax(0,1fr)); }
.account-overview-grid > div { min-height: 74px; display: grid; align-content: center; padding: 12px 16px; border-inline-end: 1px solid #e6e1ed; }
.account-overview-grid > div:last-child { border-inline-end: 0; }
.account-overview-grid > div.wide { grid-column: span 2; }
.account-overview-grid small { color: var(--muted); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.account-overview-grid strong { margin-top: 5px; color: #24113f; font-size: 18px; line-height: 1.15; }
.account-overview-grid span { color: var(--muted); font-size: 10px; }

.account-fold { padding: 0; overflow: clip; }
.account-fold-summary { min-height: 68px; display: grid; grid-template-columns: auto minmax(0,1fr) auto auto; align-items: center; gap: 12px; padding: 13px 18px; cursor: pointer; list-style: none; }
.account-fold-summary::-webkit-details-marker { display: none; }
.account-fold-summary:focus-visible { outline: 3px solid rgba(101,62,190,.25); outline-offset: -3px; }
.account-fold-icon { width: 40px; height: 40px; display: grid; place-items: center; color: var(--purple); background: #f0eaff; border-radius: 12px; }
.account-fold-icon svg, .account-fold-chevron { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.account-fold-summary > strong { font-size: 16px; }
.account-fold-summary > em { min-width: 31px; min-height: 25px; display: grid; place-items: center; padding: 0 8px; color: #fff; background: #e1534b; border-radius: 999px; font-size: 9px; font-style: normal; font-weight: 900; }
.account-fold-chevron { color: #756b83; transition: transform .18s ease; }
.account-fold[open] .account-fold-chevron { transform: rotate(180deg); }
.account-fold-body { margin: 0; padding: 5px 18px 20px; border-top: 1px solid #eeeaf3; }
.account-notifications-card { order: 4; }
.account-profile-card { order: 7; }
.account-requests-card { order: 8; }
.account-activity-card { order: 9; }
.account-review-card { order: 10; }
.activation-scan-card { order: 6; }
.account-fold .account-notice-list, .account-fold .account-request-grid, .account-fold .account-activity-list, .account-fold .account-review-form { margin-top: 0; }
.account-profile-form label { margin-top: 14px; }
.account-profile-form .button { min-height: 48px; }

.account-devices-panel { order: 5; padding: 22px; background: #fff; border: 1px solid #e2deea; border-radius: 22px; box-shadow: 0 12px 34px rgba(30,8,72,.06); scroll-margin-top: 90px; }
.account-devices-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.account-devices-heading > div { min-width: 0; display: flex; align-items: center; gap: 12px; }
.account-devices-heading > div > span { width: 42px; height: 42px; display: grid; place-items: center; flex: none; color: var(--purple); background: #f0eaff; border-radius: 12px; }
.account-devices-heading svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.account-devices-heading h2 { margin: 0; font-size: 22px; }
.account-devices-heading p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.account-devices-heading > button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 14px; color: var(--purple); background: #f3eefc; border: 1px solid #d9caef; border-radius: 12px; cursor: pointer; font: inherit; font-size: 11px; font-weight: 850; }
.account-device-list { gap: 13px; margin-top: 18px; }
.account-device-card { display: grid; grid-template-columns: minmax(170px,.85fr) minmax(250px,1.25fr) minmax(230px,1fr); gap: 16px; padding: 18px; background: #fbfafd; border: 1px solid #e1dce9; border-radius: 18px; }
.account-device-card > header { align-items: center; }
.account-device-name { min-width: 0; display: flex; align-items: center; gap: 11px; }
.account-device-icon { width: 40px; height: 40px; display: grid; place-items: center; flex: none; color: #fff; background: linear-gradient(135deg,#2c0b78,#6b37c5); border-radius: 12px; }
.account-device-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.account-device-card h3 { margin-top: 3px; }
.account-device-summary { min-width: 0; display: grid; grid-template-columns: 1.15fr .85fr; gap: 9px; }
.account-device-summary > div { position: relative; min-width: 0; min-height: 66px; display: grid; align-content: center; padding: 10px 12px; background: #fff; border: 1px solid #e6e1ed; border-radius: 12px; }
.account-device-summary small { color: var(--muted); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.account-device-summary strong { margin-top: 5px; overflow-wrap: anywhere; font-size: 14px; }
.account-device-summary span { color: #6d6280; font-size: 9px; }
.account-device-type button { position: absolute; top: 8px; inset-inline-end: 8px; width: 31px; height: 31px; display: grid; place-items: center; color: var(--purple); background: #f0eaff; border: 0; border-radius: 9px; cursor: pointer; }
.account-device-type button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.account-device-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.account-device-actions .account-device-renew, .account-device-actions > button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 10px; border-radius: 12px; font-size: 10px; font-weight: 900; }
.account-device-actions .account-device-renew { color: #fff; background: #159663; box-shadow: 0 9px 20px rgba(21,150,99,.18); }
.account-device-actions > button { color: var(--purple); background: #f0eaff; border: 1px solid #ddcff3; cursor: pointer; font-family: inherit; }
.account-device-actions svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.account-device-more { grid-column: 1 / -1; border-top: 1px solid #e5e0eb; }
.account-device-more > summary { min-height: 44px; display: flex; align-items: center; justify-content: space-between; color: #4d4260; cursor: pointer; list-style: none; font-size: 10px; font-weight: 850; }
.account-device-more > summary::-webkit-details-marker { display: none; }
.account-device-more > summary svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; transition: transform .18s ease; }
.account-device-more[open] > summary svg { transform: rotate(180deg); }
.account-device-more-body { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(180px,.5fr); gap: 11px; padding-top: 4px; }
.account-device-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
.account-device-facts > span { min-height: 66px; }
.account-setup-progress { min-height: 66px; }
.activation-scan-card, .account-profile-card, .account-requests-card { scroll-margin-top: 90px; }
.activation-scan-body > .activation-intro { margin-top: 15px; }
.account-mobile-nav { display: none; }

@media (max-width: 900px) {
  .account-device-card { grid-template-columns: 1fr 1.2fr; }
  .account-device-actions { grid-column: 1 / -1; }
  .account-device-more-body { grid-template-columns: 1fr; }
  .account-overview-card { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .page-account { padding-bottom: 0; }
  .account-site-header { height: 64px; padding: 0 12px; }
  .account-site-header .brand { width: 104px; height: 56px; }
  .account-site-header .brand img { width: 112px; height: 68px; }
  .account-header-label { display: none; }
  .account-header-tools { gap: 3px; padding: 3px; border-radius: 15px; }
  .account-language-picker summary { min-width: 74px; width: 74px; height: 42px; gap: 5px; padding: 0 6px; }
  .account-header-support { min-width: 42px; width: 42px; height: 42px; justify-content: center; padding: 0; }
  .account-tool-icon { width: 28px; height: 28px; border-radius: 9px; }
  .account-language-picker summary .account-tool-icon { width: 26px; height: 26px; }
  .account-tool-copy small,.account-language-name,.account-header-support .account-tool-copy { display: none; }
  .account-language-code { display: inline; }
  .account-tool-chevron { width: 12px !important; height: 12px !important; }
  .account-language-picker > div { top: calc(100% + 10px); width: 198px; }
  .account-page { min-height: calc(100vh - 64px); padding: 14px 11px calc(96px + env(safe-area-inset-bottom)); }
  .account-dashboard { gap: 12px; }
  .account-profile-hero { min-height: 112px; grid-template-columns: auto minmax(0,1fr); gap: 12px; padding: 18px; border-radius: 19px; }
  .account-avatar { width: 58px; height: 58px; border-radius: 18px; font-size: 24px; }
  .account-profile-identity h1 { font-size: 24px; }
  .account-profile-identity p { font-size: 8px; }
  .account-profile-identity > span { font-size: 11px; }
  .account-profile-hero .account-status-pill { grid-column: 2; width: max-content; margin-top: -2px; padding: 7px 10px; font-size: 10px; }
  .account-quick-section { padding: 15px; border-radius: 18px; }
  .account-quick-actions { grid-template-columns: 1fr 1fr; grid-auto-rows: 72px; gap: 8px; }
  .account-quick-action { height: 72px; min-height: 72px; padding: 10px 11px; border-radius: 14px; }
  .account-quick-action > span { width: 38px; height: 38px; border-radius: 11px; }
  .account-quick-action strong { font-size: 12px; }
  .account-overview-card { gap: 13px; padding: 16px; border-radius: 18px; }
  .account-overview-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
  .account-overview-heading h2 { font-size: 17px; }
  .account-overview-heading span { margin: 0; font-size: 9px; }
  .account-overview-grid > div { min-height: 66px; padding: 10px; }
  .account-overview-grid strong { font-size: 14px; }
  .account-overview-grid small { font-size: 8px; }
  .account-details-card { border-radius: 17px; }
  .account-fold-summary { min-height: 62px; padding: 10px 13px; }
  .account-fold-icon { width: 38px; height: 38px; }
  .account-fold-summary > strong { font-size: 14px; }
  .account-fold-body { padding: 4px 13px 16px; }
  .account-notice { grid-template-columns: auto minmax(0,1fr); }
  .account-notice button { grid-column: 2; min-height: 34px; padding: 7px 10px; }
  .account-devices-panel { padding: 15px; border-radius: 18px; }
  .account-devices-heading > div > span { width: 38px; height: 38px; }
  .account-devices-heading h2 { font-size: 18px; }
  .account-devices-heading p { font-size: 9px; }
  .account-devices-heading > button { width: 42px; min-height: 42px; padding: 0; }
  .account-devices-heading > button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .account-device-list { margin-top: 14px; }
  .account-device-card { grid-template-columns: 1fr; gap: 11px; padding: 14px; border-radius: 15px; }
  .account-device-card > header { display: flex; }
  .account-device-card header .account-status-pill { padding: 7px 9px; }
  .account-device-summary { grid-template-columns: 1.1fr .9fr; }
  .account-device-summary > div { min-height: 62px; padding: 9px 10px; }
  .account-device-summary strong { font-size: 13px; }
  .account-device-actions { grid-column: auto; }
  .account-device-actions .account-device-renew, .account-device-actions > button { min-height: 50px; font-size: 10px; }
  .account-device-more { grid-column: auto; }
  .account-device-facts { grid-template-columns: 1fr; }
  .account-device-more-body { grid-template-columns: 1fr; }
  .account-request-grid { grid-template-columns: 1fr; }
  .account-review-form { grid-template-columns: 1fr; }
  .account-review-form .check-row, .account-review-form .account-review-status, .account-review-form .button { grid-column: auto; }
  .activation-scan-body > .activation-intro { font-size: 12px; }
  .activation-privacy p { font-size: 10px; }
  .account-mobile-nav { position: fixed; z-index: 55; left: max(8px,env(safe-area-inset-left)); right: max(8px,env(safe-area-inset-right)); bottom: calc(7px + env(safe-area-inset-bottom)); max-width: 520px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 3px; padding: 6px; background: rgba(255,255,255,.96); border: 1px solid rgba(39,11,88,.12); border-radius: 18px; box-shadow: 0 16px 42px rgba(23,1,67,.23); backdrop-filter: blur(16px); }
  .account-mobile-nav a, .account-mobile-nav button { min-width: 0; min-height: 54px; display: grid; place-items: center; align-content: center; gap: 4px; padding: 5px 2px; color: #655a74; background: transparent; border: 0; border-radius: 12px; text-decoration: none; cursor: pointer; font: inherit; }
  .account-mobile-nav a:active, .account-mobile-nav button:active { color: var(--purple); background: #f0eaff; }
  .account-mobile-nav svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .account-mobile-nav span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 8px; font-weight: 850; }
}

@media (max-width: 370px) {
  .account-device-summary { grid-template-columns: 1fr; }
  .account-device-actions { grid-template-columns: 1fr; }
  .account-quick-action { gap: 8px; }
  .account-quick-action > span { width: 34px; height: 34px; }
}

/* Service status */
.status-page-layout, .complaints-page-layout { grid-template-columns: minmax(0,1fr); }
.page-status .mobile-trial-action, .page-complaints .mobile-trial-action { display: none !important; }
.status-page-layout .page-main, .complaints-page-layout .page-main { min-width: 0; }
.page-status .page-hero, .page-complaints .page-hero { min-height: 340px; }
.public-status-overview { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 22px; align-items: center; padding: 30px; border: 1px solid #cce8d9; border-radius: 24px; background: linear-gradient(135deg,#f0fbf5,#fff); box-shadow: 0 18px 45px rgba(29,100,72,.08); }
.public-status-signal { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 22px; color: #16815b; background: #dff7ea; }
.public-status-signal i { width: 18px; height: 18px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 9px rgba(22,129,91,.12); }
.public-status-overview h2 { margin: 4px 0 7px; font-size: clamp(27px,4vw,44px); letter-spacing: -.045em; }
.public-status-overview p { margin: 0; }
.public-status-overview small { display: block; margin-top: 12px; color: #507060; font-size: 11px; font-weight: 800; }
.public-status-overview.status-degraded { border-color: #ecd79e; background: linear-gradient(135deg,#fff9e9,#fff); }
.public-status-overview.status-degraded .public-status-signal { color: #a86606; background: #fff1c9; }
.public-status-overview.status-maintenance { border-color: #cfdcf3; background: linear-gradient(135deg,#f0f5ff,#fff); }
.public-status-overview.status-maintenance .public-status-signal { color: #3568bd; background: #e2ecff; }
.public-status-overview.status-outage { border-color: #efc5c1; background: linear-gradient(135deg,#fff1f0,#fff); }
.public-status-overview.status-outage .public-status-signal { color: #bd3027; background: #ffe2df; }
.public-status-components, .public-status-updates { margin-top: 54px; }
.status-section-heading .eyebrow { margin: 0 0 6px; }
.status-section-heading h2 { margin: 0; font-size: clamp(25px,3vw,38px); letter-spacing: -.04em; }
.public-status-component-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; margin-top: 20px; }
.public-status-component-grid article { display: flex; align-items: center; gap: 13px; min-height: 82px; padding: 17px 19px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.public-status-component-grid article > span { flex: none; width: 13px; height: 13px; border-radius: 50%; background: #16815b; box-shadow: 0 0 0 6px rgba(22,129,91,.1); }
.public-status-component-grid strong, .public-status-component-grid small { display: block; }
.public-status-component-grid strong { font-size: 15px; }
.public-status-component-grid small { margin-top: 4px; color: #16815b; font-size: 10px; font-weight: 850; }
.public-status-component-grid .status-degraded > span { background: #a86606; box-shadow: 0 0 0 6px rgba(168,102,6,.1); }
.public-status-component-grid .status-degraded small { color: #955b05; }
.public-status-component-grid .status-maintenance > span { background: #3568bd; box-shadow: 0 0 0 6px rgba(53,104,189,.1); }
.public-status-component-grid .status-maintenance small { color: #3568bd; }
.public-status-component-grid .status-outage > span { background: #bd3027; box-shadow: 0 0 0 6px rgba(189,48,39,.1); }
.public-status-component-grid .status-outage small { color: #bd3027; }
.public-status-timeline { position: relative; display: grid; gap: 14px; margin-top: 20px; }
.public-status-timeline::before { content: ''; position: absolute; top: 16px; bottom: 16px; left: 9px; width: 1px; background: #ded7e8; }
.public-status-timeline article { position: relative; display: grid; grid-template-columns: 20px minmax(0,1fr); gap: 16px; }
.status-update-marker { z-index: 1; width: 19px; height: 19px; margin-top: 18px; border: 5px solid #fff; border-radius: 50%; background: #5a35ae; box-shadow: 0 0 0 1px #cfc3e6; }
.status-update-marker.resolved { background: #16815b; }
.status-update-marker.investigating { background: #bd3027; }
.status-update-marker.monitoring { background: #a86606; }
.status-update-marker.maintenance { background: #3568bd; }
.public-status-timeline article > div { padding: 18px 20px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.public-status-timeline header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.public-status-timeline header strong { font-size: 15px; }
.public-status-timeline header em { flex: none; padding: 5px 8px; color: #4d2693; background: #eee6ff; border-radius: 999px; font-size: 9px; font-style: normal; font-weight: 850; }
.public-status-timeline p { margin: 9px 0 0; }
.public-status-timeline small { display: block; margin-top: 10px; color: var(--muted); font-size: 9px; }
.status-no-incidents { display: flex; align-items: center; gap: 14px; margin-top: 20px; padding: 20px; border: 1px solid #cce8d9; border-radius: 17px; background: #f3fbf7; }
.status-no-incidents span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #16815b; font-weight: 900; }
.status-no-incidents p { margin: 0; color: #24634c; font-weight: 750; }
.public-status-support { margin-top: 54px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px; color: #fff; border-radius: 24px; background: linear-gradient(135deg,#210064,#4b20a4); }
.public-status-support h2 { margin: 5px 0 8px; font-size: 28px; }
.public-status-support p:not(.eyebrow) { max-width: 700px; margin: 0; color: #d9cef1; }

/* Complaints workflow */
.complaints-content-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(290px,.65fr); gap: 24px; align-items: start; }
.complaint-form { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(31,1,97,.07); }
.complaint-form-heading h2 { margin: 7px 0 9px; font-size: clamp(28px,4vw,42px); letter-spacing: -.045em; }
.complaint-form-heading p:last-child { margin-bottom: 24px; }
.complaint-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.complaint-field-grid label { color: #40384a; font-size: 12px; font-weight: 850; }
.complaint-field-grid label.full-field { grid-column: 1/-1; }
.complaint-field-grid input, .complaint-field-grid select, .complaint-field-grid textarea { display: block; width: 100%; margin-top: 8px; padding: 0 13px; color: var(--ink); background: #fff; border: 1px solid #d7cfe0; border-radius: 11px; outline: none; font: inherit; }
.complaint-field-grid input, .complaint-field-grid select { height: 52px; }
.complaint-field-grid textarea { min-height: 110px; padding: 13px; resize: vertical; line-height: 1.55; }
.complaint-field-grid input:focus, .complaint-field-grid select:focus, .complaint-field-grid textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(77,37,167,.12); }
.complaint-field-grid small { display: block; margin-top: 6px; color: var(--muted); font-weight: 500; }
.complaint-contact-help { grid-column: 1/-1; margin: -8px 0 0; color: #6f637b; font-size: 10px; }
.complaint-form > .button { margin-top: 18px; }
.complaint-expectations { position: sticky; top: 25px; padding: 26px; color: #fff; border-radius: 24px; background: linear-gradient(150deg,#210064,#4b20a4); box-shadow: 0 18px 48px rgba(31,1,97,.18); }
.complaint-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 22px; color: #260268; background: #fff; border-radius: 15px; font-size: 23px; font-weight: 900; }
.complaint-expectations h2 { margin: 5px 0 18px; font-size: 27px; }
.complaint-expectations ol { margin: 0; padding: 0; list-style: none; }
.complaint-expectations li { display: grid; grid-template-columns: 30px 1fr; gap: 10px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.14); }
.complaint-expectations li > span { color: #c9b6f7; font-size: 10px; font-weight: 900; }
.complaint-expectations li p { margin: 0; color: #eee8fa; font-size: 12px; line-height: 1.55; }
.complaint-success { max-width: 760px; margin: 0 auto; }
.complaint-reference-result { display: inline-grid; gap: 3px; margin: 18px 0; padding: 12px 18px; border: 1px dashed #cfc1e2; border-radius: 12px; background: #faf7ff; }
.complaint-reference-result small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.complaint-reference-result strong { color: var(--purple); font-size: 17px; }

@media (max-width: 820px) {
  .page-status .page-hero, .page-complaints .page-hero { min-height: 300px; }
  .public-status-component-grid, .complaint-field-grid { grid-template-columns: 1fr; }
  .complaint-field-grid label.full-field, .complaint-contact-help { grid-column: auto; }
  .complaints-content-grid { grid-template-columns: 1fr; }
  .complaint-expectations { position: static; }
  .public-status-support { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .public-status-overview { grid-template-columns: 1fr; gap: 16px; padding: 22px; }
  .public-status-signal { width: 58px; height: 58px; border-radius: 18px; }
  .public-status-components, .public-status-updates, .public-status-support { margin-top: 36px; }
  .public-status-timeline header { align-items: flex-start; flex-direction: column; gap: 7px; }
  .public-status-timeline article > div { padding: 16px; }
  .public-status-support, .complaint-form, .complaint-expectations { padding: 20px; border-radius: 19px; }
}

/* Customer install and service status */
.account-profile-hero { order: 1; }
.account-install-card { order: 2; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 15px; padding: 17px 18px; color: #fff; background: linear-gradient(120deg,#311078,#5932ad); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; box-shadow: 0 12px 30px rgba(44,12,104,.13); }
.account-install-card[hidden] { display: none !important; }
.account-install-icon { width: 47px; height: 47px; display: grid; place-items: center; color: #351174; background: #fff; border-radius: 14px; box-shadow: 0 8px 20px rgba(21,0,66,.18); }
.account-install-icon svg, .account-install-card button svg, .account-install-dialog-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.account-install-card p { margin: 0 0 3px; color: #cfc1ef; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.account-install-card h2 { margin: 0; color: #fff; font-size: 17px; line-height: 1.2; }
.account-install-card div > span { display: block; margin-top: 4px; color: #e0d7f4; font-size: 10px; line-height: 1.4; }
.account-install-card > button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 15px; color: #341074; background: #fff; border: 0; border-radius: 13px; box-shadow: 0 8px 20px rgba(21,0,66,.16); cursor: pointer; font: inherit; font-size: 11px; font-weight: 900; }
.account-install-card > button:hover { background: #f5f0ff; transform: translateY(-1px); }
.account-install-card > button:disabled { opacity: .65; cursor: wait; transform: none; }
.account-install-card > button svg { width: 18px; height: 18px; }

.account-quick-section { order: 3; }
.account-overview-card { order: 4; }
.account-service-card { order: 5; display: grid; grid-template-columns: auto minmax(0,1fr) minmax(190px,.75fr) auto; align-items: center; gap: 16px; padding: 18px 20px; background: #fff; border: 1px solid #cce8d9; border-radius: 20px; box-shadow: 0 12px 34px rgba(30,8,72,.06); }
.account-service-signal { width: 46px; height: 46px; display: grid; place-items: center; color: #16815b; background: #e4f7ec; border-radius: 14px; }
.account-service-signal i { width: 12px; height: 12px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 6px rgba(22,129,91,.12); }
.account-service-summary { min-width: 0; }
.account-service-summary p, .account-service-latest small { margin: 0; color: #6a6175; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.account-service-summary h2 { margin: 4px 0 0; font-size: 17px; line-height: 1.2; }
.account-service-summary > small { display: block; margin-top: 5px; color: #6d8178; font-size: 9px; }
.account-service-latest { min-width: 0; padding-inline-start: 16px; border-inline-start: 1px solid #e3ece7; }
.account-service-latest strong { display: block; margin-top: 5px; overflow: hidden; color: #30263d; font-size: 11px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.account-service-card > a { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 0 12px; color: #1b694d; background: #eef9f3; border: 1px solid #cde8d9; border-radius: 12px; font-size: 10px; font-weight: 900; white-space: nowrap; }
.account-service-card > a:hover { color: #12563f; background: #e2f5eb; }
.account-service-card > a svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.lang-ar .account-service-card > a svg { transform: rotate(180deg); }
.account-service-card.status-degraded { border-color: #ecd79e; }
.account-service-card.status-degraded .account-service-signal { color: #a86606; background: #fff1c9; }
.account-service-card.status-degraded .account-service-signal i { box-shadow: 0 0 0 6px rgba(168,102,6,.12); }
.account-service-card.status-maintenance { border-color: #cfdcf3; }
.account-service-card.status-maintenance .account-service-signal { color: #3568bd; background: #e2ecff; }
.account-service-card.status-maintenance .account-service-signal i { box-shadow: 0 0 0 6px rgba(53,104,189,.12); }
.account-service-card.status-outage { border-color: #efc5c1; }
.account-service-card.status-outage .account-service-signal { color: #bd3027; background: #ffe2df; }
.account-service-card.status-outage .account-service-signal i { box-shadow: 0 0 0 6px rgba(189,48,39,.12); }
.account-notifications-card { order: 6; }
.account-devices-panel { order: 7; }
.activation-scan-card { order: 8; }
.account-profile-card { order: 9; }
.account-requests-card { order: 10; }
.account-activity-card { order: 11; }
.account-review-card { order: 12; }

.account-install-dialog { width: min(430px,calc(100vw - 28px)); max-width: none; margin: auto; padding: 0; color: #281444; background: transparent; border: 0; border-radius: 23px; overflow: visible; }
.account-install-dialog::backdrop { background: rgba(18,2,48,.66); backdrop-filter: blur(5px); }
.account-install-dialog[open] { display: block; }
.account-install-dialog-body { position: relative; padding: 30px 26px 24px; text-align: center; background: #fff; border: 1px solid #e4ddef; border-radius: 23px; box-shadow: 0 28px 80px rgba(16,0,46,.3); }
.account-install-dialog-x { position: absolute; top: 11px; inset-inline-end: 11px; width: 38px; height: 38px; display: grid; place-items: center; color: #655a72; background: #f3f0f7; border: 0; border-radius: 12px; cursor: pointer; font-size: 22px; line-height: 1; }
.account-install-dialog-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 17px; color: #fff; background: linear-gradient(135deg,#2a086e,#6540bb); border-radius: 19px; box-shadow: 0 12px 28px rgba(63,25,143,.22); }
.account-install-dialog-icon svg { width: 29px; height: 29px; }
.account-install-dialog h2 { margin: 0; font-size: 23px; letter-spacing: -.03em; }
.account-install-dialog p { margin: 11px 0 21px; color: #665d70; line-height: 1.7; white-space: pre-line; }
.account-install-dialog-actions { display: grid; gap: 9px; }
.account-install-dialog-actions .button { min-height: 50px; margin: 0; }
.account-install-dialog-actions .button[hidden] { display: none !important; }

@media (max-width: 760px) {
  .account-service-card { grid-template-columns: auto minmax(0,1fr); gap: 12px; padding: 16px; }
  .account-service-latest { grid-column: 2; padding: 10px 0 0; border-top: 1px solid #e3ece7; border-inline-start: 0; }
  .account-service-latest strong { white-space: normal; }
  .account-service-card > a { grid-column: 2; width: max-content; }
}

@media (max-width: 520px) {
  .account-install-card { grid-template-columns: auto minmax(0,1fr); gap: 12px; padding: 15px; border-radius: 18px; }
  .account-install-icon { width: 43px; height: 43px; border-radius: 13px; }
  .account-install-card h2 { font-size: 15px; }
  .account-install-card div > span { font-size: 9px; }
  .account-install-card > button { grid-column: 1 / -1; width: 100%; min-height: 45px; }
  .account-service-card { border-radius: 18px; }
  .account-service-signal { width: 43px; height: 43px; border-radius: 13px; }
  .account-service-summary h2 { font-size: 15px; }
  .account-service-card > a { width: 100%; }
  .account-install-dialog-body { padding: 27px 20px 20px; border-radius: 20px; }
}

/* Keep iPhone Safari from zooming when a customer focuses a small form field. */
@media (max-width: 820px) {
  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]), select, textarea { font-size: 16px !important; }
  a, button, input, select, textarea, summary { touch-action: manipulation; }
}

/* v5.5 username subscriptions and customer request centre */
.account-subscriptions-panel { order: 7; padding: 22px; background: #fff; border: 1px solid #e2deea; border-radius: 22px; box-shadow: 0 12px 34px rgba(30,8,72,.06); scroll-margin-top: 90px; }
.account-subscriptions-heading > div { display: flex; align-items: center; gap: 12px; }
.account-subscriptions-heading > div > span { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,#35117a,#7047c4); border-radius: 13px; }
.account-subscriptions-heading svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.account-subscriptions-heading h2 { margin: 0; font-size: 20px; }
.account-subscriptions-heading p { margin: 4px 0 0; color: #706778; font-size: 11px; line-height: 1.5; }
.account-subscription-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 18px; }
.account-subscription-card { position: relative; display: grid; gap: 14px; padding: 18px; overflow: hidden; background: linear-gradient(150deg,#faf8ff,#fff); border: 1px solid #ddd4ea; border-radius: 17px; }
.account-subscription-card::before { content: ""; position: absolute; top: 0; inset-inline: 0; height: 3px; background: #7047c4; }
.account-subscription-card.status-expiring::before { background: #d8911a; }
.account-subscription-card.status-expired::before { background: #c54138; }
.account-subscription-card > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.account-subscription-card > header small, .account-subscription-devices > small { color: #796d85; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.account-subscription-card > header h3 { margin: 4px 0 0; font-size: 18px; word-break: break-word; }
.account-subscription-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.account-subscription-facts > div { position: relative; min-width: 0; padding: 12px; background: #fff; border: 1px solid #e6e0ee; border-radius: 12px; }
.account-subscription-facts small { display: block; color: #776e80; font-size: 8px; font-weight: 800; }
.account-subscription-facts strong { display: block; margin-top: 5px; overflow-wrap: anywhere; font-size: 13px; }
.account-subscription-facts span { display: block; margin-top: 3px; color: #7a6f82; font-size: 9px; }
.account-subscription-facts button { position: absolute; top: 7px; inset-inline-end: 7px; padding: 4px 7px; color: #56329d; background: #f0eafe; border: 0; border-radius: 7px; cursor: pointer; font: inherit; font-size: 8px; font-weight: 900; }
.account-subscription-devices > div { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 7px; }
.account-subscription-devices span { padding: 6px 9px; color: #4f4360; background: #f1edf6; border-radius: 999px; font-size: 9px; font-weight: 800; }
.account-subscription-renew-form { display: grid; gap: 8px; }
.account-subscription-renew-form .button { width: 100%; min-height: 45px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin: 0; }
.account-subscription-renew-form .button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.account-subscription-renew-form .account-request-status { margin: 0; }
.account-devices-panel { order: 8; }
.activation-scan-card { order: 9; }
.account-profile-card { order: 10; }
.account-requests-card { order: 11; }
.account-activity-card { order: 12; }
.account-review-card { order: 13; }
.account-device-actions > button:only-child { grid-column: 1 / -1; width: 100%; }
.account-request-centre { display: grid; gap: 18px; }
.account-request-centre-intro h3, .account-request-history h3 { margin: 0; font-size: 18px; }
.account-request-centre-intro p { margin: 5px 0 0; color: #706778; font-size: 11px; line-height: 1.55; }
.account-request-history { padding: 15px; background: #faf8fc; border: 1px solid #e5deec; border-radius: 15px; }
.account-request-history > div { display: grid; gap: 9px; margin-top: 12px; }
.account-request-history article { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 11px; background: #fff; border: 1px solid #e8e2ee; border-radius: 12px; }
.request-type-icon { width: 35px; height: 35px; display: grid; place-items: center; color: #5b32a4; background: #eee8fb; border-radius: 10px; font-size: 16px; font-weight: 900; }
.request-type-icon.renewal { color: #137052; background: #e5f7ee; }
.request-type-icon.add_device { color: #285fb2; background: #e8f0ff; }
.account-request-history article strong { font-size: 11px; }
.account-request-history article p { margin: 3px 0 0; color: #746a7d; font-size: 9px; line-height: 1.4; }
.account-request-history article div > small { display: block; margin-top: 7px; color: #4e4557; font-size: 9px; line-height: 1.45; }
.request-status { display: grid; gap: 3px; justify-items: end; color: #7b6d86; font-size: 8px; font-style: normal; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.request-status small { color: #9a919f; font-size: 8px; font-weight: 650; text-transform: none; letter-spacing: 0; }
.request-status.new, .request-status.in_progress { color: #9a650c; }
.request-status.approved, .request-status.completed { color: #08714a; }
.request-status.declined, .request-status.closed { color: #8c4650; }

@media (max-width: 760px) {
  .account-subscription-list { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .account-subscriptions-panel { padding: 15px; border-radius: 18px; }
  .account-subscriptions-heading h2 { font-size: 17px; }
  .account-subscription-card { padding: 15px; border-radius: 15px; }
  .account-subscription-facts { grid-template-columns: 1fr; }
  .account-request-history { padding: 12px; }
  .account-request-history article { grid-template-columns: auto minmax(0,1fr); align-items: start; }
  .request-status { grid-column: 2; justify-items: start; }
}

/* Practical Help Centre */
.help-page-layout { grid-template-columns: minmax(0,1fr); padding-top: 48px; }
.help-page-layout .page-main { min-width: 0; }
.page-help .page-hero { min-height: 330px; background: radial-gradient(circle at 84% 10%,rgba(255,255,255,.13),transparent 29%),linear-gradient(125deg,#1f0161,#4d1fa4); }
.page-help .mobile-trial-action { display: none !important; }
.help-centre { display: grid; gap: 72px; }
.help-status-strip { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 18px; align-items: center; min-height: 118px; padding: 22px 24px; color: #155d41; background: linear-gradient(135deg,#effbf5,#fff); border: 1px solid #c7e7d6; border-radius: 22px; box-shadow: 0 14px 38px rgba(25,98,69,.07); text-decoration: none; }
.help-status-signal { width: 52px; height: 52px; display: grid; place-items: center; color: #16815b; background: #dff7ea; border-radius: 15px; }
.help-status-signal i { width: 13px; height: 13px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 7px rgba(22,129,91,.12); }
.help-status-strip small,.help-status-strip strong { display: block; }
.help-status-strip small { margin-bottom: 4px; color: #507060; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.help-status-strip strong { color: #143f30; font-size: 19px; }
.help-status-strip p { margin: 5px 0 0; color: #527061; font-size: 12px; line-height: 1.5; }
.help-status-strip > b { color: inherit; font-size: 11px; white-space: nowrap; }
.help-status-strip.status-degraded { color: #8c5b08; background: linear-gradient(135deg,#fff8e7,#fff); border-color: #ebd69d; }
.help-status-strip.status-degraded .help-status-signal { color: #a86606; background: #fff0c6; }
.help-status-strip.status-maintenance { color: #2c5ca8; background: linear-gradient(135deg,#eff5ff,#fff); border-color: #ccd9ef; }
.help-status-strip.status-maintenance .help-status-signal { color: #3568bd; background: #e1ebff; }
.help-status-strip.status-outage { color: #a42e28; background: linear-gradient(135deg,#fff0ef,#fff); border-color: #efc3bf; }
.help-status-strip.status-outage .help-status-signal { color: #bd3027; background: #ffe0dd; }
.help-section-heading { max-width: 760px; margin-bottom: 26px; }
.help-section-heading h2 { margin: 7px 0 10px; font-size: clamp(30px,4vw,46px); letter-spacing: -.045em; }
.help-section-heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.7; }
.help-issue-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.help-issue-card { min-width: 0; min-height: 238px; display: grid; grid-template-rows: auto 1fr auto; gap: 17px; padding: 23px; background: #fff; border: 1px solid #dfd7e9; border-radius: 21px; box-shadow: 0 12px 32px rgba(31,1,97,.05); transition: transform .18s,border-color .18s,box-shadow .18s; }
.help-issue-card:hover { transform: translateY(-3px); border-color: #bfaee5; box-shadow: 0 18px 40px rgba(31,1,97,.09); }
.help-card-number { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,#2c0870,#6940bb); border-radius: 12px; font-size: 10px; font-weight: 900; }
.help-issue-card h3 { margin: 0 0 8px; font-size: 19px; line-height: 1.25; }
.help-issue-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.62; }
.help-issue-card a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 14px; color: var(--purple); border-top: 1px solid var(--line); font-size: 11px; font-weight: 900; text-decoration: none; }
.help-device-section { padding: 30px; background: linear-gradient(145deg,#f8f5ff,#fff); border: 1px solid #ddd3ed; border-radius: 28px; }
.help-device-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }
.help-device-grid > a { min-width: 0; min-height: 190px; display: grid; grid-template-rows: auto 1fr auto; gap: 14px; padding: 17px; color: var(--ink); background: #fff; border: 1px solid #e1daea; border-radius: 17px; text-decoration: none; }
.help-device-grid .device-guide-icon { width: 48px; height: 48px; border-radius: 14px; }
.help-device-grid .device-guide-icon svg { width: 25px; height: 25px; }
.help-device-grid strong,.help-device-grid small,.help-device-grid b { display: block; }
.help-device-grid strong { margin-bottom: 6px; font-size: 14px; }
.help-device-grid small { color: var(--muted); font-size: 10px; line-height: 1.5; }
.help-device-grid b { padding-top: 11px; color: var(--purple); border-top: 1px solid var(--line); font-size: 9px; }
.help-fix-list { border-top: 1px solid var(--line); }
.help-fix-list details { border-bottom: 1px solid var(--line); }
.help-fix-list summary { display: grid; grid-template-columns: 45px minmax(0,1fr) 32px; gap: 14px; align-items: center; padding: 19px 4px; }
.help-fix-list summary > span { color: var(--purple); font-size: 10px; font-weight: 900; }
.help-fix-list summary > strong { font-size: 17px; }
.help-fix-list summary > b { width: 30px; height: 30px; display: grid; place-items: center; color: var(--purple); background: var(--purple-soft); border-radius: 50%; transition: transform .18s; }
.help-fix-list details[open] summary > b { transform: rotate(45deg); }
.help-fix-list ol { margin: 0 0 24px 59px; padding-left: 18px; color: var(--muted); }
.lang-ar .help-fix-list ol { margin-left: 0; margin-right: 59px; padding-left: 0; padding-right: 18px; }
.help-fix-list li { padding: 5px 0; line-height: 1.6; }
.help-support-panel { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: 38px; align-items: center; padding: 34px; color: #fff; background: radial-gradient(circle at 88% 4%,rgba(255,255,255,.13),transparent 29%),linear-gradient(125deg,#200063,#4f20a7); border-radius: 28px; box-shadow: 0 20px 50px rgba(31,1,97,.16); }
.help-support-copy h2 { margin: 7px 0 10px; font-size: clamp(28px,4vw,42px); }
.help-support-copy > p:not(.eyebrow) { max-width: 680px; margin: 0; color: #d8cdee; line-height: 1.65; }
.help-support-copy ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 14px; margin: 22px 0 0; padding: 0; list-style: none; }
.help-support-copy li { display: flex; gap: 8px; color: #f4effd; font-size: 11px; line-height: 1.45; }
.help-support-copy li span { color: #70dbab; font-weight: 900; }
.help-support-actions { display: grid; gap: 10px; }
.help-support-actions .button { width: 100%; min-height: 50px; }
.help-email-link { display: block; padding: 8px; color: #d9cdf2; font-size: 10px; text-align: center; overflow-wrap: anywhere; }
@media (max-width: 980px) { .help-issue-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .help-device-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } .help-support-panel { grid-template-columns: 1fr; } }
@media (max-width: 640px) {
  .page-help .page-hero { min-height: 285px; padding-top: 48px; padding-bottom: 48px; }
  .page-help .page-hero h1 { font-size: 39px; line-height: 1.03; }
  .page-help .page-orb { display: none; }
  .help-page-layout { padding-top: 24px; }
  .help-centre { gap: 50px; }
  .help-status-strip { grid-template-columns: auto minmax(0,1fr); min-height: 0; padding: 18px; }
  .help-status-strip > b { grid-column: 2; white-space: normal; }
  .help-status-strip p { display: none; }
  .help-section-heading { margin-bottom: 20px; }
  .help-section-heading h2 { font-size: 30px; }
  .help-issue-grid,.help-device-grid { grid-template-columns: 1fr; }
  .help-issue-card { min-height: 0; }
  .help-device-section { padding: 20px; border-radius: 22px; }
  .help-device-grid > a { min-height: 0; grid-template-columns: 48px minmax(0,1fr); grid-template-rows: auto auto; align-items: center; }
  .help-device-grid > a > b { grid-column: 2; }
  .help-fix-list summary { grid-template-columns: 35px minmax(0,1fr) 30px; gap: 10px; }
  .help-fix-list summary > strong { font-size: 15px; }
  .help-fix-list ol { margin-left: 43px; padding-left: 16px; font-size: 13px; }
  .lang-ar .help-fix-list ol { margin-left: 0; margin-right: 43px; padding-left: 0; padding-right: 16px; }
  .help-support-panel { padding: 23px; border-radius: 22px; }
  .help-support-copy ul { grid-template-columns: 1fr; }
}

/* v5.6 customer app navigation and action-first profile */
.page-account .account-dashboard { gap: 14px; }
.account-section-nav { position: sticky; z-index: 38; top: 82px; order: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 7px; padding: 7px; background: rgba(255,255,255,.96); border: 1px solid #ded8e8; border-radius: 18px; box-shadow: 0 14px 36px rgba(31,1,97,.09); backdrop-filter: blur(16px); }
.account-section-nav button { position: relative; min-width: 0; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 12px; color: #665d73; background: transparent; border: 0; border-radius: 12px; cursor: pointer; font: inherit; font-size: 13px; font-weight: 850; }
.account-section-nav button:hover { color: #3f217d; background: #f5f1fc; }
.account-section-nav button.active { color: #fff; background: linear-gradient(135deg,#321078,#6940bd); box-shadow: 0 8px 20px rgba(58,23,133,.19); }
.account-section-nav svg { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.account-section-nav em,.account-mobile-nav em { min-width: 20px; height: 20px; display: grid; place-items: center; padding: 0 5px; color: #fff; background: #df4d45; border-radius: 999px; font-size: 10px; font-style: normal; font-weight: 900; }
.account-section-nav button.active em { color: #431881; background: #fff; }

.account-sync-bar { order: 1; min-height: 34px; display: flex; align-items: center; justify-content: flex-end; gap: 12px; padding: 0 4px; color: #746a7d; font-size: 12px; }
.account-sync-bar > span { margin-inline-end: auto; }
.account-sync-bar button { min-height: 34px; display: inline-flex; align-items: center; gap: 6px; padding: 0 10px; color: #543196; background: transparent; border: 0; border-radius: 9px; cursor: pointer; font: inherit; font-size: 12px; font-weight: 850; }
.account-sync-bar button:hover { background: #eee8f8; }
.account-sync-bar svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.account-network-banner { order: 1; padding: 12px 15px; border: 1px solid; border-radius: 13px; font-size: 13px; font-weight: 750; line-height: 1.5; }
.account-network-banner.offline { color: #8d3d25; background: #fff2e9; border-color: #efcfbd; }
.account-network-banner.online { color: #126145; background: #eaf8f1; border-color: #c4e6d5; }

.account-profile-hero { order: 2; }
.account-profile-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.account-profile-actions > button { width: 44px; height: 44px; display: grid; place-items: center; flex: none; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 13px; cursor: pointer; }
.account-profile-actions > button:hover { background: rgba(255,255,255,.2); }
.account-profile-actions svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.account-profile-identity p { font-size: 12px; }
.account-profile-identity > span { font-size: 14px; }

.account-next-action { order: 3; min-height: 132px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 18px; padding: 22px 24px; background: linear-gradient(145deg,#fff,#faf8ff); border: 1px solid #dcd4e8; border-radius: 22px; box-shadow: 0 14px 38px rgba(31,1,97,.07); }
.account-next-action-icon { width: 56px; height: 56px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,#18835b,#2eb77d); border-radius: 17px; box-shadow: 0 10px 25px rgba(24,131,91,.18); }
.account-next-action-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.account-next-action p,.account-home-request p,.account-invite-card p { margin: 0; color: #766c81; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.account-next-action h2 { margin: 5px 0 0; color: #281641; font-size: 23px; line-height: 1.18; }
.account-next-action div > span { display: block; margin-top: 7px; color: #6d6475; font-size: 14px; line-height: 1.5; }
.account-next-action > a,.account-next-action > button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 16px; color: #fff; background: #4f269d; border: 0; border-radius: 13px; cursor: pointer; font: inherit; font-size: 13px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.account-next-action > a:hover,.account-next-action > button:hover { color: #fff; background: #3f1c82; }
.account-next-action > a svg,.account-next-action > button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.lang-ar .account-next-action > a svg,.lang-ar .account-next-action > button svg { transform: rotate(180deg); }
.account-next-action.state-expired { border-color: #ecc5c1; background: linear-gradient(145deg,#fff4f2,#fff); }
.account-next-action.state-expired .account-next-action-icon { background: linear-gradient(135deg,#b8332d,#e1574e); box-shadow: 0 10px 25px rgba(184,51,45,.18); }
.account-next-action.state-expiring { border-color: #ead59f; background: linear-gradient(145deg,#fff8e9,#fff); }
.account-next-action.state-expiring .account-next-action-icon { background: linear-gradient(135deg,#aa6908,#d8911a); box-shadow: 0 10px 25px rgba(170,105,8,.18); }
.account-next-action.state-processing .account-next-action-icon,.account-next-action.state-request .account-next-action-icon { background: linear-gradient(135deg,#3a68bb,#4a91ea); box-shadow: 0 10px 25px rgba(58,104,187,.18); }
.account-next-action.state-setup .account-next-action-icon { background: linear-gradient(135deg,#5a2ea4,#7a50ca); box-shadow: 0 10px 25px rgba(90,46,164,.18); }
.account-next-action.state-service .account-next-action-icon { background: linear-gradient(135deg,#b44a28,#e37642); box-shadow: 0 10px 25px rgba(180,74,40,.18); }

.account-invite-card { order: 4; min-height: 116px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 17px; padding: 19px 21px; background: radial-gradient(circle at 8% 0,rgba(255,255,255,.88),transparent 30%),linear-gradient(125deg,#f2ebff,#fff9ec); border: 1px solid #ddcfed; border-radius: 21px; box-shadow: 0 12px 34px rgba(45,14,105,.07); }
.account-invite-icon { width: 52px; height: 52px; display: grid; place-items: center; flex: none; color: #fff; background: linear-gradient(135deg,#5b2fa6,#8154cf); border-radius: 16px; box-shadow: 0 9px 22px rgba(79,38,158,.2); }
.account-invite-icon svg,.account-invite-card > button svg { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.account-invite-icon svg { width: 25px; height: 25px; }
.account-invite-card h2 { margin: 4px 0 0; color: #2d174d; font-size: 20px; line-height: 1.2; }
.account-invite-card div > span { display: block; margin-top: 5px; color: #6d6277; font-size: 13px; line-height: 1.45; }
.account-invite-card > button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 15px; color: #fff; background: #54279f; border: 0; border-radius: 13px; box-shadow: 0 8px 18px rgba(72,31,146,.16); cursor: pointer; font: inherit; font-size: 13px; font-weight: 900; white-space: nowrap; }
.account-invite-card > button:hover { background: #421b85; }
.account-invite-card > button.is-copied { background: #157d58; }
.account-invite-card > button svg { width: 19px; height: 19px; }
.account-service-card { order: 5; }
.account-install-card p,.account-service-summary p,.account-service-latest small { font-size: 11px; }
.account-install-card div > span,.account-service-summary > small { font-size: 12px; }
.account-service-latest strong { font-size: 13px; }
.account-home-request { order: 6; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 16px 18px; background: #fff; border: 1px solid #ddd6e7; border-radius: 18px; box-shadow: 0 10px 28px rgba(31,1,97,.05); }
.account-home-request > span { width: 43px; height: 43px; display: grid; place-items: center; color: #fff; background: #6640b4; border-radius: 13px; }
.account-home-request svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.account-home-request h2 { margin: 3px 0 0; font-size: 16px; }
.account-home-request small { display: block; margin-top: 4px; color: #776e80; font-size: 12px; }
.account-home-request > button { min-height: 44px; padding: 0 14px; color: #4e2991; background: #f0eaff; border: 1px solid #d9cbef; border-radius: 12px; cursor: pointer; font: inherit; font-size: 12px; font-weight: 900; }
.account-notifications-card { order: 7; }
.account-install-card { order: 8; }
.account-profile-card { order: 9; }
.account-subscriptions-panel,.account-devices-panel,.account-requests-card { order: 2; }
.activation-scan-card,.account-activity-card { order: 3; }
.account-review-card { order: 4; }

.account-reference-field { position: relative; display: grid; gap: 5px; padding: 14px 150px 14px 15px; background: #f7f4fb; border: 1px solid #e2dbea; border-radius: 13px; }
.lang-ar .account-reference-field { padding: 14px 15px 14px 150px; }
.account-reference-field small { color: #72687b; font-size: 12px; font-weight: 800; }
.account-reference-field strong { color: #281641; font-size: 15px; overflow-wrap: anywhere; }
.account-reference-field button { position: absolute; top: 50%; inset-inline-end: 10px; min-height: 42px; padding: 0 12px; transform: translateY(-50%); color: #4f2b91; background: #eee7f9; border: 0; border-radius: 10px; cursor: pointer; font: inherit; font-size: 12px; font-weight: 850; }
.account-sign-out { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; margin-top: 10px; padding: 0 13px; color: #8d3c42; background: #fff2f2; border: 1px solid #efd1d3; border-radius: 11px; font-size: 12px; font-weight: 850; text-decoration: none; }
.account-sign-out:hover { color: #742e34; background: #ffe9ea; }

.account-subscriptions-heading p,.account-devices-heading p,.account-request-centre-intro p { font-size: 13px; }
.account-subscription-card > header small,.account-subscription-devices > small { font-size: 11px; }
.account-subscription-facts small { font-size: 11px; }
.account-subscription-facts strong { padding-inline-end: 0; font-size: 15px; }
.account-subscription-facts span { font-size: 12px; }
.account-app-list { display: grid; gap: 7px; margin-top: 8px; }
.account-app-identity { min-width: 0; display: flex !important; align-items: center; gap: 9px; color: #2f2145 !important; }
.account-app-identity img,.account-app-identity > i { width: 42px; height: 38px; display: grid; place-items: center; flex: none; padding: 5px; object-fit: contain; color: #fff; background: #fff; border: 1px solid #ddd5e8; border-radius: 10px; }
.account-app-identity > i { padding: 0; background: linear-gradient(135deg,#35117a,#7047c4); border-color: transparent; font-size: 15px; font-style: normal; font-weight: 900; }
.account-app-identity > strong { min-width: 0; margin: 0 !important; padding: 0 !important; overflow: hidden; text-overflow: ellipsis; font-size: 13px !important; line-height: 1.25; white-space: nowrap; }
.account-subscription-devices span { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px 6px 7px; font-size: 12px; }
.account-subscription-devices span img,.account-subscription-devices span > i { width: 27px; height: 25px; display: grid; place-items: center; flex: none; padding: 3px; object-fit: contain; color: #fff; background: #fff; border: 1px solid #d8cee5; border-radius: 7px; }
.account-subscription-devices span > i { padding: 0; background: #6841b5; border-color: transparent; font-size: 10px; font-style: normal; font-weight: 900; }
.account-subscription-devices span > b { min-width: 0; overflow: hidden; text-overflow: ellipsis; font-size: 12px; white-space: nowrap; }
.account-subscription-renew-form .button { min-height: 50px; font-size: 13px; }

.account-renew-dialog { width: min(520px,calc(100vw - 26px)); max-width: none; margin: auto; padding: 0; color: #281641; background: transparent; border: 0; overflow: visible; }
.account-renew-dialog::backdrop { background: rgba(18,2,48,.68); backdrop-filter: blur(5px); }
.account-renew-dialog[open] { display: block; }
.account-renew-dialog-body { position: relative; padding: 28px; background: #fff; border: 1px solid #e2dbea; border-radius: 23px; box-shadow: 0 28px 80px rgba(16,0,46,.34); }
.account-dialog-close { position: absolute; top: 12px; inset-inline-end: 12px; width: 42px; height: 42px; display: grid; place-items: center; color: #665d70; background: #f2eff6; border: 0; border-radius: 12px; cursor: pointer; font-size: 22px; }
.account-renew-dialog-icon { width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,#18835b,#2eb77d); border-radius: 17px; }
.account-renew-dialog-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.account-renew-dialog-body > p:first-of-type { margin: 15px 0 4px; color: #5c399a; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.account-renew-dialog h2 { margin: 0; font-size: 25px; }
.account-renew-dialog h2 + span { display: block; margin-top: 9px; color: #6b6274; font-size: 14px; line-height: 1.55; }
.account-renew-dialog dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0 0; }
.account-renew-dialog dl > div { padding: 12px; background: #f8f6fb; border: 1px solid #e7e1ed; border-radius: 12px; }
.account-renew-dialog dt { color: #746b7c; font-size: 11px; font-weight: 800; }
.account-renew-dialog dd { margin: 5px 0 0; font-size: 14px; font-weight: 900; overflow-wrap: anywhere; }
.account-renew-apps dd { display: grid; gap: 7px; }
.account-renew-apps .account-app-identity img,.account-renew-apps .account-app-identity > i { width: 37px; height: 34px; }
.account-renew-linked { margin-top: 15px; }
.account-renew-linked > small { color: #746b7c; font-size: 11px; font-weight: 800; }
.account-renew-linked > div { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 7px; }
.account-renew-linked span { padding: 7px 10px; color: #4f4360; background: #f1edf6; border-radius: 999px; font-size: 12px; font-weight: 800; }
.account-renew-no-auto { margin: 16px 0 0 !important; padding: 11px 12px; color: #126145 !important; background: #eaf8f1; border-radius: 11px; font-size: 13px !important; font-weight: 800 !important; text-transform: none !important; letter-spacing: 0 !important; }
.account-renew-dialog-actions { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9px; margin-top: 19px; }
.account-renew-dialog-actions > button { min-height: 50px; margin: 0; padding: 0 12px; border-radius: 12px; cursor: pointer; font: inherit; font-size: 13px; font-weight: 900; }
.account-renew-dialog-actions > button:first-child { color: #5d5368; background: #f1eef4; border: 0; }

.account-device-setup-pill { min-height: 34px; display: inline-flex; align-items: center; gap: 7px; padding: 0 10px; color: #176448; background: #e7f7ef; border: 1px solid #c8e8d8; border-radius: 999px; font-size: 12px; font-weight: 900; white-space: nowrap; }
.account-device-setup-pill i { width: 7px; height: 7px; background: currentColor; border-radius: 50%; }
.account-device-setup-pill.processing { color: #315fa9; background: #e9f1ff; border-color: #cfddf3; }
.account-device-setup-pill.details { color: #9a650c; background: #fff3d4; border-color: #ead69e; }
.account-device-name small,.account-device-summary small,.account-device-more > summary,.account-device-facts small { font-size: 12px; }
.account-device-app .account-app-identity { margin-top: 5px; }
.account-device-app .account-app-identity img,.account-device-app .account-app-identity > i { width: 48px; height: 40px; }
.account-device-app .account-app-identity > strong { font-size: 14px !important; }
.account-device-actions .account-device-renew,.account-device-actions > button { min-height: 50px; font-size: 13px; }
.account-device-facts button { min-width: 44px; min-height: 44px; font-size: 11px; }
.account-setup-progress small { font-size: 11px; }
.account-setup-progress strong { font-size: 13px; }

.account-request-form > p,.account-request-form label,.account-review-form label { font-size: 13px; }
.account-request-form select,.account-request-form textarea,.account-review-form select,.account-review-form textarea { min-height: 48px; font-size: 15px; }
.account-screenshot-note { display: flex; align-items: flex-start; gap: 9px; padding: 11px 12px; color: #5e536b !important; background: #f0ecf7; border-radius: 11px; font-size: 12px !important; line-height: 1.5 !important; }
.account-screenshot-note span { color: #6740ad; font-weight: 900; }
.account-request-status { display: grid; gap: 8px; font-size: 13px; line-height: 1.45; }
.account-request-status strong { display: block; overflow-wrap: anywhere; }
.account-request-status a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; color: #fff; background: #159663; border-radius: 11px; font-size: 13px; font-weight: 900; text-decoration: none; }
.account-request-history article strong { font-size: 13px; }
.account-request-history article p,.account-request-history article div > small { font-size: 11px; }
.request-status,.request-status small { font-size: 11px; }
.request-reference { overflow-wrap: anywhere; }
.account-fold-summary > strong { font-size: 16px; }
.account-notice strong,.account-activity-list strong { font-size: 13px; }
.account-notice p,.account-activity-list p { font-size: 12px; }
.account-notice button { min-height: 42px; font-size: 12px; }

.page-account :where(a,button,summary,input,select,textarea):focus-visible { outline: 3px solid rgba(93,55,173,.34); outline-offset: 3px; }
.page-account :where(button,a,summary) { -webkit-tap-highlight-color: transparent; }

@media (max-width: 760px) {
  .account-next-action { grid-template-columns: auto minmax(0,1fr); }
  .account-next-action > a,.account-next-action > button { grid-column: 2; width: max-content; }
  .account-invite-card { grid-template-columns: auto minmax(0,1fr); }
  .account-invite-card > button { grid-column: 2; width: max-content; }
  .account-home-request { grid-template-columns: auto minmax(0,1fr); }
  .account-home-request > button { grid-column: 2; width: max-content; }
}

@media (max-width: 680px) {
  .account-section-nav { display: none; }
  .account-sync-bar { min-height: 28px; padding: 0 3px; font-size: 11px; }
  .account-sync-bar button { min-height: 32px; font-size: 11px; }
  .account-profile-hero { grid-template-columns: auto minmax(0,1fr); }
  .account-profile-actions { grid-column: 2; justify-content: flex-start; }
  .account-profile-actions .account-status-pill { grid-column: auto; margin: 0; }
  .account-profile-actions > button { width: 40px; height: 40px; }
  .account-profile-identity p { font-size: 11px; }
  .account-profile-identity > span { font-size: 12px; }
  .account-next-action { min-height: 0; gap: 13px; padding: 17px; border-radius: 18px; }
  .account-next-action-icon { width: 48px; height: 48px; border-radius: 14px; }
  .account-next-action h2 { font-size: 19px; }
  .account-next-action div > span { font-size: 13px; }
  .account-next-action > a,.account-next-action > button { width: 100%; min-height: 48px; }
  .account-invite-card { min-height: 0; gap: 13px; padding: 16px; border-radius: 18px; }
  .account-invite-icon { width: 48px; height: 48px; border-radius: 14px; }
  .account-invite-card h2 { font-size: 18px; }
  .account-invite-card div > span { font-size: 12px; }
  .account-invite-card > button { width: 100%; min-height: 47px; }
  .account-home-request { padding: 14px; }
  .account-home-request > button { width: 100%; }
  .account-reference-field,.lang-ar .account-reference-field { padding: 13px; }
  .account-reference-field button { position: static; width: 100%; min-height: 44px; margin-top: 5px; transform: none; }
  .account-renew-dialog-body { padding: 24px 18px 18px; border-radius: 20px; }
  .account-renew-dialog h2 { font-size: 21px; }
  .account-renew-dialog dl { grid-template-columns: 1fr; }
  .account-renew-dialog-actions { grid-template-columns: 1fr; }
  .account-device-card > header { gap: 10px; }
  .account-device-setup-pill { min-height: 32px; font-size: 11px; white-space: normal; }
  .account-mobile-nav button.active { color: #fff; background: linear-gradient(135deg,#321078,#6940bd); }
  .account-mobile-nav button { position: relative; }
  .account-mobile-nav em { position: absolute; top: 3px; inset-inline-end: 8px; min-width: 18px; height: 18px; font-size: 9px; }
  .account-mobile-nav span { font-size: 10px; }
}

@media (max-width: 390px) {
  .account-mobile-nav span { font-size: 10px; }
  .account-next-action { grid-template-columns: 1fr; }
  .account-next-action-icon { width: 44px; height: 44px; }
  .account-next-action > a,.account-next-action > button { grid-column: 1; }
  .account-home-request { grid-template-columns: auto minmax(0,1fr); }
}
