@font-face {
  font-family:Tajawal;
  src:url('/assets/fonts/Tajawal-Regular.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
  font-display:swap}
@font-face {
  font-family:Tajawal;
  src:url('/assets/fonts/Tajawal-Bold.ttf') format('truetype');
  font-weight:700;
  font-style:normal;
  font-display:swap}
:root {
  color-scheme:light;
  --ink:#17253c;
  --muted:#526176;
  --blue:#254edb;
  --teal:#086d64;
  --line:#dce2ea;
  --paper:#f8f8fc;
  --white:#fff;
  --action:#254edb;
  --radius:22px}
* {
  box-sizing:border-box}
html {
  scroll-padding-top:30px}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font:18px/1.75 Tajawal,'Segoe UI',Tahoma,sans-serif;
  -webkit-font-smoothing:antialiased}
a {
  color:var(--blue);
  text-underline-offset:5px}
a:hover {
  color:#1835a3}
button,a,summary {
  -webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible {
  outline:3px solid #a14d00;
  outline-offset:5px;
  border-radius:4px}
main:focus {
  outline:none}
h1,h2,h3,p,figure {
  margin:0}
h1,h2,h3 {
  line-height:1.25;
  letter-spacing:-.025em}
h1 {
  font-size:clamp(2.8rem,4.7vw,4.8rem);
  font-weight:700}
h2 {
  font-size:clamp(1.9rem,3vw,2.7rem)}
h3 {
  font-size:1.45rem}
p {
  color:var(--muted)}
img {
  max-width:100%;
  object-fit:contain}
a,summary {
  touch-action:manipulation}
svg {
  flex-shrink:0}
.icon {
  width:24px;
  height:24px;
  vertical-align:middle}
.container {
  width:min(1200px,calc(100% - 72px));
  margin-inline:auto}
.section {
  padding-block:82px}
.eyebrow {
  font-weight:700;
  font-size:.82rem;
  letter-spacing:.12em;
  color:var(--teal);
  margin-bottom:18px}
html[dir=rtl] .eyebrow {
  letter-spacing:.01em;
  font-size:1rem}
.lead {
  font-size:1.22rem;
  line-height:1.85;
  max-width:640px}
.muted {
  color:var(--muted)}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap;
  border:0}
.skip-link {
  position:fixed;
  z-index:10;
  top:8px;
  inset-inline-start:16px;
  transform:translateY(-220%);
  padding:10px 20px;
  background:var(--white);
  color:var(--ink);
  border:2px solid var(--blue)}
.skip-link:focus {
  transform:none}
.preview-banner {
  text-align:center;
  padding:6px 16px;
  background:#fff3d4;
  color:#705017;
  font-size:.87rem;
  line-height:1.6;
  border-bottom:1px solid #ecdbb2}
.site-header {
  background:var(--paper);
  border-bottom:1px solid #e7eaf2}
.header-inner {
  min-height:96px;
  display:flex;
  align-items:center;
  gap:30px}
.brand {
  display:inline-flex;
  align-items:center;
  gap:12px;
  white-space:nowrap;
  color:var(--ink);
  text-decoration:none;
  font-family:inherit;
  font-weight:700;
  font-size:1.28rem;
  letter-spacing:-.035em}
.brand b {
  font-weight:700}
.brand img {
  border-radius:0}
.header-controls {
  display:flex;
  align-items:center;
  gap:10px}
.theme-toggle {
  position:relative;
  flex-shrink:0;
  width:62px;
  height:36px;
  padding:0;
  border:1px solid var(--line);
  border-radius:24px;
  background:var(--white);
  color:var(--muted);
  cursor:pointer}
.theme-toggle[hidden] {
  display:none}
.theme-toggle::before {
  content:'';
  position:absolute;
  top:3px;
  left:3px;
  width:28px;
  height:28px;
  border-radius:50%;
  background:var(--action);
  transition:transform .15s ease}
.theme-toggle .icon {
  position:absolute;
  top:9px;
  width:16px;
  height:16px}
.theme-sun {
  left:9px;
  color:white}
.theme-moon {
  right:9px}
.theme-toggle[aria-pressed=true]::before {
  transform:translateX(26px)}
.theme-toggle[aria-pressed=true] .theme-sun {
  color:var(--muted)}
.theme-toggle[aria-pressed=true] .theme-moon {
  color:white}
.header-inner nav {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  margin-inline:auto}
.header-inner nav a {
  padding-block:12px;
  text-decoration:none;
  color:var(--muted);
  font-weight:700;
  font-size:1rem}
.header-inner nav a[aria-current=page] {
  color:var(--blue);
  box-shadow:0 2px var(--blue)}
.header-inner nav a:hover {
  color:var(--blue)}
.language {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:42px;
  padding:4px 17px;
  border:1px solid #cad2df;
  border-radius:30px;
  text-decoration:none;
  color:var(--ink);
  font-size:.95rem;
  font-weight:700}
.hero {
  display:grid;
  grid-template-columns:1fr 1.02fr;
  gap:64px;
  align-items:center;
  min-height:640px;
  padding-block:78px 92px}
.hero-copy .lead {
  margin-block:25px 30px}
.actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:12px 25px;
  border-radius:10px;
  text-decoration:none;
  font-weight:700;
  font-size:1.03rem;
  line-height:1.5;
  border:1px solid transparent}
.primary {
  color:white;
  background:var(--action);
  box-shadow:0 5px 12px #254edb14}
.primary:hover {
  background:#193aba;
  color:white}
.secondary {
  border-color:#c9d3e3;
  background:var(--white);
  color:var(--ink)}
.secondary:hover {
  background:#edf1fc;
  color:var(--ink)}
.hero .actions .button+ .button {
  background:transparent;
  color:var(--ink);
  box-shadow:none;
  border-color:#c9d3e3}
.hero-footnote {
  margin-top:25px;
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  font-size:.87rem;
  color:var(--muted)}
.hero-footnote .icon {
  width:15px;
  height:15px}
.dot {
  color:#9aa6ba}
.product-scene {
  position:relative;
  padding:28px 16px 12px;
  min-width:0}
.scene-grid {
  position:absolute;
  inset:-18px -16px 32px;
  border-radius:44px;
  background:radial-gradient(circle at 10% 90%,#b8eee680,transparent 50%),radial-gradient(circle at 100% 10%,#dedafa,transparent 60%),#eff2fc}
.product-window {
  position:relative;
  background:white;
  border:1px solid #d6deed;
  border-radius:17px;
  box-shadow:0 25px 50px -25px #34478066;
  overflow:hidden;
  transform:rotate(-2deg)}
html[dir=rtl] .product-window {
  transform:rotate(2deg)}
.window-bar {
  border-bottom:1px solid #e6ebf3;
  padding:12px 17px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font:10px/1.5 'Segoe UI',sans-serif;
  letter-spacing:.1em;
  color:#59657a}
.window-dots {
  display:flex;
  gap:4px}
.window-dots i {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#ccd5e5}
.window-dots i:first-child {
  background:#f4c587}
.mini-label {
  letter-spacing:0;
  color:#586781}
.product-heading {
  display:flex;
  align-items:center;
  gap:17px;
  padding:27px 24px 15px}
.product-heading img {
  width:72px;
  height:72px}
.product-heading h2 {
  font-size:1.55rem}
.product-heading p {
  font-size:.95rem;
  margin-top:7px}
.overview {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:16px 24px;
  font-size:.85rem;
  font-weight:700}
.overview small {
  font-size:.73rem;
  color:var(--muted);
  font-weight:400}
.feature-tiles {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
  padding-inline:24px}
.feature-tiles>div {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:11px;
  padding:17px 6px 12px;
  border-radius:9px;
  background:#f0f3ff;
  color:#284bad}
.feature-tiles>div:nth-child(2) {
  background:#eafaef;
  color:#186340}
.feature-tiles>div:nth-child(3) {
  background:#fff4e6;
  color:#854800}
.feature-tiles span {
  font-size:.78rem;
  font-weight:700}
.illustration-chart {
  height:135px;
  display:flex;
  align-items:flex-end;
  gap:12px;
  margin:15px 28px 0;
  border-bottom:1px solid #e0e6f0;
  background:repeating-linear-gradient(to top,transparent,transparent 33px,#edf0f6 34px,#edf0f6 35px)}
.illustration-chart span {
  flex:1;
  height:var(--bar);
  border-radius:5px 5px 0 0;
  background:#8095ed}
.illustration-chart span:nth-child(2n) {
  background:#395bce}
.illustration-chart span:nth-last-child(-n+2) {
  background:#69bfb4}
.product-bottom {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:.75rem;
  color:#496774;
  padding:17px 24px}
.product-bottom .icon {
  width:17px;
  height:17px}
.scene-tag {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 18px;
  background:#173c4b;
  color:white;
  border-radius:40px;
  width:fit-content;
  margin:-5px auto 0;
  box-shadow:0 8px 18px #183f4625;
  font-size:.85rem}
.scene-tag .icon {
  width:18px;
  height:18px}
.product-scene figcaption {
  position:relative;
  margin-top:18px;
  text-align:center;
  font-size:.73rem;
  color:#596579}
.intro-section {
  background:#fff;
  border-block:1px solid #e7eaf2}
.section-heading {
  max-width:700px;
  margin-bottom:40px}
.section-heading p:not(.eyebrow) {
  margin-top:18px;
  max-width:670px;
  font-size:1.13rem}
.feature-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px}
.feature-grid article {
  padding-inline-end:30px}
.feature-grid article+article {
  border-inline-start:1px solid var(--line);
  padding-inline-start:30px}
.feature-icon {
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:var(--teal);
  margin-bottom:22px}
.feature-icon .icon {
  width:30px;
  height:30px}
.feature-icon span {
  font:13px 'Segoe UI',sans-serif;
  color:#677286}
.feature-grid h3 {
  margin-bottom:14px}
.package-cards {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px}
.section-heading .featured-note {
  font-size:1rem;
  color:var(--teal)}
.product-capture {
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:white;
  box-shadow:0 18px 45px #183f4610}
.product-capture img {
  display:block;
  width:100%;
  height:auto}
.product-capture figcaption {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:12px 24px;
  padding:20px 24px;
  border-top:1px solid var(--line);
  font-size:.95rem;
  color:var(--muted)}
.product-capture .text-link {
  margin:0}
.package-card {
  display:flex;
  flex-direction:column;
  padding:33px;
  background:white;
  border:1px solid var(--line);
  border-radius:var(--radius)}
.package-card.featured {
  background:#edf1ff;
  border-color:#8b9fea}
.package-name {
  font-family:'Segoe UI',sans-serif;
  font-weight:700;
  font-size:.83rem;
  letter-spacing:.07em;
  text-transform:uppercase;
  color:var(--blue);
  align-self:flex-start;
  margin-bottom:30px}
.package-card h3 {
  margin-bottom:15px}
.package-card p {
  margin-bottom:32px}
.pricing {
  font-weight:700;
  font-size:.97rem;
  margin-top:auto;
  padding-top:15px;
  border-top:1px solid #d9e0f0}
.pricing bdi {
  font-size:1.35rem}
.billing {
  display:block;
  color:var(--muted);
  font-size:.9rem;
  font-weight:400;
  margin-top:5px}
.text-link {
  display:inline-block;
  font-weight:700;
  text-decoration-thickness:1px;
  margin-top:15px;
  width:fit-content}
.center-action {
  text-align:center;
  margin-top:32px}
.split-features {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  padding-top:0}
.split-features article {
  padding:42px;
  border-radius:var(--radius)}
.backup-card {
  background:#e8f3ef}
.mobile-card {
  background:#eff0fa}
.large-icon {
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:17px;
  margin-bottom:28px;
  background:#fff9;
  color:var(--teal)}
.large-icon .icon {
  width:30px;
  height:30px}
.split-features h2 {
  font-size:2rem;
  margin-bottom:18px}
.split-features .fine-print {
  margin-top:18px;
  font-size:.98rem}
.contact-band {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
  background:#152a36;
  color:white;
  padding:43px 48px;
  border-radius:var(--radius)}
.contact-band h2 {
  font-size:2.4rem}
.contact-band p {
  color:#c2d5df;
  max-width:640px;
  margin-top:12px}
.contact-band .button {
  background:#d6f5e7;
  color:#163c31;
  flex-shrink:0}
.contact-band .button:hover {
  background:#b3e7d0}
.site-footer {
  border-top:1px solid var(--line);
  background:#fff;
  padding-top:45px}
.footer-top {
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr;
  gap:35px;
  padding-bottom:35px}
.footer-top p {
  font-size:.96rem;
  max-width:330px;
  margin-top:18px}
.footer-top nav {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-content:start;
  gap:12px 18px;
  font-size:1rem}
.footer-top nav a {
  text-decoration:none;
  color:var(--muted)}
.footer-contact {
  display:flex;
  flex-direction:column;
  gap:9px;
  font-size:.98rem}
.footer-contact a {
  color:var(--ink);
  overflow-wrap:anywhere;
  align-self:flex-start}
.footer-contact span {
  color:var(--muted)}
.footer-bottom {
  border-top:1px solid var(--line);
  padding-block:18px;
  display:flex;
  justify-content:space-between;
  gap:25px;
  font-size:.78rem}
.page-heading {
  padding-block:68px 50px}
.page-heading .lead {
  max-width:750px;
  margin-top:25px}
.comparison-section h2 {
  font-size:1.8rem}
.comparison-section>p {
  margin-top:12px;
  font-size:1rem}
.table-scroll {
  overflow-x:auto;
  margin-top:22px;
  border:1px solid #d1daea;
  border-radius:16px;
  background:white}
.comparison {
  border-collapse:collapse;
  width:100%;
  min-width:950px;
  white-space:nowrap;
  text-align:center;
  font-size:1.02rem}
.comparison th,.comparison td {
  padding:19px 22px;
  border-bottom:1px solid #e0e6f0;
  text-align:center;
  vertical-align:middle}
.comparison thead th {
  background:#edf1f9;
  color:#3e5270;
  font-size:.88rem}
.comparison th {
  font-weight:700}
.comparison tr:last-child td,.comparison tr:last-child th {
  border-bottom:none}
.comparison tr[data-package=professional] {
  background:#f3f6ff}
.comparison .included {
  color:#126956;
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-weight:700}
.comparison .icon {
  width:17px;
  height:17px}
.table-link {
  font-size:.95rem;
  font-weight:700}
.limits-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:30px;
  gap:16px}
.limits-grid>div {
  padding:25px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:15px;
  display:flex;
  flex-direction:column;
  gap:6px}
.limits-grid strong {
  font-size:2.6rem;
  line-height:1.3;
  color:var(--blue)}
.limits-grid span {
  font-size:1rem}
.limits-note {
  font-size:1rem;
  max-width:1000px;
  margin-top:24px}
.device-example {
  margin-top:16px;
  padding:18px 22px;
  background:#eaf2ef;
  border-radius:12px;
  color:#126956;
  font-weight:700}
.session-details {
  margin-top:24px;
  border:1px solid var(--line);
  border-radius:12px;
  padding:0 22px}
.session-details summary {
  cursor:pointer;
  padding-block:18px;
  font-weight:700;
  color:var(--ink)}
.session-details[open] {
  padding-bottom:22px}
.session-details .limits-grid {
  margin-top:18px}
.info-columns {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  margin-top:48px}
.info-columns h3 {
  margin-bottom:18px}
.notice {
  background:#eef2fb;
  border-inline-start:4px solid var(--blue);
  border-radius:0 12px 12px 0;
  padding:30px 35px}
html[dir=rtl] .notice {
  border-radius:12px 0 0 12px}
.notice h2 {
  font-size:1.5rem;
  margin-bottom:15px}
.notice p {
  max-width:850px}
.contact-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px}
.contact-grid article {
  padding:35px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px}
.contact-grid .icon {
  color:var(--teal);
  margin-bottom:20px;
  width:30px;
  height:30px}
.contact-grid h2 {
  font-size:1.55rem;
  margin-bottom:13px}
.contact-value {
  margin-top:20px;
  font-family:'Segoe UI',sans-serif;
  overflow-wrap:anywhere;
  text-align:start;
  font-size:1.05rem}
.contact-grid .button {
  margin-top:24px}
.contact-note {
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-top:24px;
  font-size:1rem;
  padding:20px;
  border-radius:12px;
  background:#eaf2ef}
.contact-note .icon {
  margin-top:3px;
  color:var(--teal)}
.faq {
  max-width:900px}
.faq h2 {
  margin-bottom:30px}
.faq details {
  border-bottom:1px solid #d6deea;
  padding-block:8px}
.faq summary {
  font-size:1.14rem;
  font-weight:700;
  cursor:pointer;
  padding:17px 8px;
  color:var(--ink)}
.faq details p {
  padding:0 8px 22px}
.policy-layout {
  display:grid;
  grid-template-columns:260px 1fr;
  gap:75px;
  padding-block:65px 90px;
  align-items:start}
.policy-nav {
  position:sticky;
  top:25px;
  font-size:.95rem;
  border-inline-end:1px solid var(--line);
  padding-inline-end:24px}
.policy-nav p {
  font-weight:700;
  color:var(--ink)}
.policy-nav ol {
  padding-inline-start:20px;
  margin-top:15px}
.policy-nav li {
  padding-block:5px;
  color:var(--muted)}
.policy-nav a {
  color:var(--muted);
  text-decoration:none}
.policy-nav a:hover {
  text-decoration:underline;
  color:var(--blue)}
.policy h1 {
  font-size:3rem}
.policy header .lead {
  margin-block:20px;
  font-size:1.1rem}
.policy header>.muted {
  font-size:.95rem}
.policy section {
  margin-top:40px;
  scroll-margin-top:30px}
.policy section h2 {
  font-size:1.5rem;
  margin-bottom:16px}
.policy section p+p {
  margin-top:14px}
.policy p {
  overflow-wrap:anywhere}
.policy .notice {
  margin-top:45px}
.policy a {
  overflow-wrap:anywhere}
@media(min-width:1450px) {
  .hero {
  gap:90px}
.hero h1 {
  font-size:5rem}
}
@media(max-width:1050px) {
  .container {
  width:calc(100% - 48px)}
.header-inner {
  gap:20px}
.header-inner nav {
  gap:20px}
.hero {
  gap:30px;
  min-height:0}
.hero h1 {
  font-size:3.5rem}
.product-heading {
  padding-inline:17px;
  gap:10px}
.product-heading h2 {
  font-size:1.3rem}
.overview {
  padding-inline:17px}
.overview small {
  display:none}
.feature-tiles {
  padding-inline:17px}
.feature-tiles span {
  font-size:.7rem}
.product-window {
  transform:none!important}
.package-card {
  padding:25px}
.footer-top {
  grid-template-columns:1fr 1fr}
.footer-contact {
  grid-column:1/-1;
  flex-direction:row;
  gap:25px}
.policy-layout {
  grid-template-columns:215px 1fr;
  gap:35px}
}
@media(max-width:760px) {
  body {
  font-size:17px}
.container {
  width:calc(100% - 40px)}
.header-inner {
  min-height:120px;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:0;
  padding-top:15px}
.brand {
  font-size:1.16rem}
.brand img {
  width:34px;
  height:34px}
.header-inner .brand {
  flex:1;
  min-width:0;
  margin-inline-end:12px}
.header-inner .brand img {
  flex-shrink:0}
.header-inner .brand span {
  white-space:normal;
  line-height:1.25}
.header-inner nav {
  order:3;
  width:100%;
  gap:25px;
  justify-content:space-between;
  margin-top:8px}
.header-inner nav a {
  font-size:.9rem;
  padding:12px 0}
.language {
  min-height:38px;
  padding-inline:14px;
  font-size:.85rem}
.hero {
  grid-template-columns:1fr;
  gap:40px;
  padding-block:44px 60px}
.hero h1 {
  font-size:clamp(2.9rem,8vw,4rem)}
.hero-copy .lead {
  max-width:590px;
  font-size:1.12rem}
.product-scene {
  max-width:530px;
  width:100%;
  margin-inline:auto;
  padding-inline:10px}
.product-heading h2 {
  font-size:1.5rem}
.feature-tiles span {
  font-size:.85rem}
.scene-grid {
  inset:-10px -5px 35px}
.section {
  padding-block:50px}
.feature-grid {
  grid-template-columns:1fr;
  gap:28px}
.feature-grid article {
  padding-inline-end:0}
.feature-grid article+article {
  padding-inline-start:0;
  border-inline-start:none;
  border-top:1px solid var(--line);
  padding-top:27px}
.feature-icon {
  margin-bottom:16px}
.section-heading {
  margin-bottom:30px}
.package-cards {
  grid-template-columns:1fr}
.package-name {
  margin-bottom:18px}
.package-card p {
  margin-bottom:18px}
.split-features {
  grid-template-columns:1fr;
  padding-top:0}
.split-features article {
  padding:30px}
.contact-band {
  flex-direction:column;
  align-items:flex-start;
  padding:30px;
  gap:24px}
.contact-band h2 {
  font-size:2.1rem}
.footer-top {
  grid-template-columns:1fr;
  gap:30px}
.footer-top p {
  max-width:none}
.footer-top nav {
  display:flex;
  flex-wrap:wrap;
  gap:16px 25px}
.footer-contact {
  grid-column:auto;
  flex-direction:column;
  gap:8px}
.footer-bottom {
  flex-direction:column;
  gap:10px}
.page-heading {
  padding-block:42px 35px}
.page-heading h1 {
  font-size:2.8rem}
.page-heading .lead {
  font-size:1.12rem}
.limits-grid {
  grid-template-columns:repeat(2,1fr);
  gap:12px}
.limits-grid>div {
  padding:20px}
.info-columns {
  grid-template-columns:1fr;
  gap:30px}
.contact-grid {
  grid-template-columns:1fr}
.contact-grid article {
  padding:28px}
.policy-layout {
  grid-template-columns:1fr;
  gap:28px;
  padding-block:35px 60px}
.policy-nav {
  position:static;
  border:1px solid var(--line);
  border-radius:12px;
  padding:20px;
  font-size:.9rem}
.policy-nav ol {
  margin-bottom:0;
  columns:2;
  column-gap:30px}
.policy-nav li {
  break-inside:avoid}
.policy h1 {
  font-size:2.4rem}
.policy .lead {
  font-size:1.08rem}
.notice {
  padding:25px}
.comparison th,.comparison td {
  padding:17px 20px}
}
@media(max-width:370px) {
  .container {
  width:calc(100% - 32px)}
.header-inner nav {
  gap:12px}
.hero h1,.page-heading h1 {
  font-size:2.6rem}
.actions .button {
  width:100%}
.product-heading {
  gap:8px;
  padding-inline:12px}
.product-heading img {
  width:55px;
  height:55px}
.product-heading h2 {
  font-size:1.23rem}
.product-heading p {
  font-size:.78rem}
.feature-tiles {
  padding-inline:12px;
  gap:6px}
.feature-tiles span {
  font-size:.68rem}
.scene-tag {
  font-size:.75rem;
  padding:10px}
.illustration-chart {
  gap:9px;
  margin-inline:20px}
.limits-grid>div {
  padding:15px}
.policy-nav ol {
  columns:1}
.contact-band {
  padding:25px}
.contact-band .button {
  padding-inline:18px}
.contact-value {
  font-size:.92rem}
}
@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {
  scroll-behavior:auto!important;
  animation:none!important;
  transition:none!important}
}
/* Dark appearance keeps the same hierarchy, spacing and brand colors. */
:root[data-theme=dark] {
  color-scheme:dark;
  --ink:#edf2fa;
  --muted:#bac7d7;
  --blue:#a4bdff;
  --teal:#7fddc8;
  --line:#35465b;
  --paper:#101823;
  --white:#182332}
[data-theme=dark] a:hover {color:#c8d8ff}
[data-theme=dark] :is(a,button,summary,[tabindex]):focus-visible {outline-color:#f2be71}
[data-theme=dark] :is(.site-header,.intro-section,.window-bar) {border-color:var(--line)}
[data-theme=dark] :is(.intro-section,.site-footer,.product-window,.product-capture,.package-card,.limits-grid>div,.contact-grid article,.table-scroll) {background:var(--white)}
[data-theme=dark] :is(.product-window,.table-scroll,.comparison th,.comparison td,.pricing,.faq details,.secondary,.language,.hero .actions .button+.button) {border-color:var(--line)}
[data-theme=dark] :is(.window-bar,.mini-label,.product-bottom,.product-scene figcaption,.feature-icon span) {color:var(--muted)}
[data-theme=dark] .scene-grid {
  background:radial-gradient(circle at 10% 90%,#17443d80,transparent 50%),radial-gradient(circle at 100% 10%,#302950,transparent 60%),#17263d}
[data-theme=dark] .feature-tiles>div {background:#233859;color:#c5d6ff}
[data-theme=dark] .feature-tiles>div:nth-child(2) {background:#1c3c30;color:#b1e9ca}
[data-theme=dark] .feature-tiles>div:nth-child(3) {background:#493721;color:#f6d4a0}
[data-theme=dark] .illustration-chart {
  border-color:var(--line);
  background:repeating-linear-gradient(to top,transparent,transparent 33px,#35465b 34px,#35465b 35px)}
[data-theme=dark] .package-card.featured {background:#202f4b;border-color:#687eba}
[data-theme=dark] :is(.backup-card,.device-example,.contact-note) {background:#18352f}
[data-theme=dark] :is(.device-example,.comparison .included) {color:var(--teal)}
[data-theme=dark] :is(.mobile-card,.notice,.comparison thead th) {background:#232d46}
[data-theme=dark] .comparison thead th {color:#d8e4f5}
[data-theme=dark] .comparison tr[data-package=professional] {background:#1e2b43}
[data-theme=dark] .large-icon {background:#102923}
[data-theme=dark] .secondary:hover {background:#253752;color:var(--ink)}
[data-theme=dark] .primary:hover {color:white}
[data-theme=dark] .contact-band .button:hover {color:#163c31}
@media(max-width:370px) {
  .header-controls {gap:6px}
  .brand {font-size:1.03rem;gap:7px}
  .language {padding-inline:10px}
}
@media print {
  :root[data-theme] {
  color-scheme:light;
  --ink:#17253c;
  --muted:#526176;
  --blue:#254edb;
  --teal:#086d64;
  --line:#dce2ea;
  --paper:#fff;
  --white:#fff}
  [data-theme=dark] :is(.package-card.featured,.backup-card,.mobile-card,.device-example,.contact-note,.notice,.comparison thead th,.comparison tr[data-package=professional],.feature-tiles>div) {
  background:white;
  color:var(--ink)}
  .preview-banner,.site-header,.site-footer,.policy-nav,.actions,.center-action,.contact-band,.skip-link {
  display:none}
.container {
  width:100%}
body {
  background:white;
  font-size:12pt}
.section {
  padding-block:20px}
.table-scroll {
  overflow:visible}
.comparison {
  min-width:0;
  font-size:10pt;
  white-space:normal}
.comparison th,.comparison td {
  padding:8px}
.policy-layout {
  display:block;
  padding:0}
.policy section {
  break-inside:avoid}
.product-window {
  box-shadow:none}
a {
  color:inherit}
}
.illustration-chart span:nth-child(1) {
  --bar:40px}
.illustration-chart span:nth-child(2) {
  --bar:58px}
.illustration-chart span:nth-child(3) {
  --bar:45px}
.illustration-chart span:nth-child(4) {
  --bar:76px}
.illustration-chart span:nth-child(5) {
  --bar:65px}
.illustration-chart span:nth-child(6) {
  --bar:91px}
.illustration-chart span:nth-child(7) {
  --bar:82px}
.illustration-chart span:nth-child(8) {
  --bar:100px}
.illustration-chart span:nth-child(9) {
  --bar:88px}
.illustration-chart span:nth-child(10) {
  --bar:112px}
