* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Assistant, Roboto, system-ui, sans-serif;
  color: #0e2136;
  background: #fff;
}
html[dir="rtl"] body { direction: ltr; overflow-x: hidden; }
html[dir="rtl"] .hero,
html[dir="rtl"] .device-band,
html[dir="rtl"] .seo-intro,
html[dir="rtl"] .plans,
html[dir="rtl"] .stats,
html[dir="rtl"] .testimonials,
html[dir="rtl"] .install-guide,
html[dir="rtl"] .faq-section,
html[dir="rtl"] .footer { direction: rtl; }
a { color: inherit; }
.skip-link { position: absolute; left: -999px; top: 8px; }
.skip-link:focus { left: 8px; z-index: 99; background: #fff; padding: 8px; }
.page-width { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 86px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; color: #10386f; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 12px; background: #10386f; padding: 8px; }
.site-nav { display: flex; gap: 22px; flex: 1; align-items: center; justify-content: center; }
.site-nav a, .header-actions a { text-decoration: none; font-size: 15px; color: #1f2937; }
.site-nav a:hover, .header-actions a:hover { color: #0d3b7e; }
.header-actions { display: flex; gap: 14px; font-size: 14px; }
.language-picker { display: inline-flex; align-items: center; gap: 6px; color: #1f2937; font-size: 13px; }
.language-picker span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.language-picker select { max-width: 112px; border: 1px solid #d5deeb; border-radius: 6px; background: #fff; color: #0e2136; padding: 6px 8px; font: inherit; }
.menu-toggle { display: none; border: 0; background: #10386f; color: #fff; border-radius: 6px; font-size: 22px; padding: 7px 10px; }

.hero { background: #10386f; color: #fff; border-bottom: 1px solid rgba(255,255,255,.08); }
.hero-grid { padding-top: 50px; padding-bottom: 50px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: center; }
.hero h1 { margin: 0 0 5px; font-size: 40px; line-height: 1.5; font-weight: 700; }
.hero h2 { margin: 0 0 8px; font-size: clamp(34px,4vw,44px); line-height: 1.4; color: #fff; }
.hero p { margin: 0 0 22px; font-size: clamp(16px,2vw,25px); line-height: 1.45; }
.hero-media img { width: 100%; height: auto; display: block; border-radius: 16px; }
html[dir="rtl"] .hero-text { text-align: right; }
html[dir="rtl"] .hero h1,
html[dir="rtl"] .hero h2,
html[dir="rtl"] .hero p { text-align: right; }
.seo-kicker { display: inline-block; margin-bottom: 10px; color: #a7f3d0; font: 800 12px/1 Roboto, sans-serif; letter-spacing: 1.6px; text-transform: uppercase; }
.pill-button { display: inline-block; color: #fff; border-radius: 999px; padding: 12px 22px; text-decoration: none; font-weight: 700; transition: .2s; }
.pill-button:hover, .plan-card a:hover { filter: brightness(.95); transform: translateY(-1px); }
.blue { background: #2f7ae0; }
.green { background: #25d366; }

.device-band { background: #0e2c59; color: #fff; border-radius: 16px; margin: 20px auto; max-width: 1200px; padding: 40px 20px; text-align: center; }
.device-band h2 { margin: 0 0 12px; color: #fff; font-size: clamp(22px,3vw,32px); }
.device-band p { margin: 0 auto 18px; max-width: 820px; opacity: .9; }

.seo-intro { padding: 64px 0 24px; background: #fff; }
.seo-intro h2 { max-width: 780px; margin: 12px auto; text-align: center; color: #0d1f3c; font-size: clamp(26px,4vw,38px); line-height: 1.15; }
.seo-intro > .page-width > p { max-width: 900px; margin: 0 auto 28px; text-align: center; color: #475569; font-size: 17px; line-height: 1.75; }
.seo-intro .mini-pill { display: table; margin: 0 auto; }
.seo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 30px; }
.seo-grid article { border: 1px solid #dbe5f3; border-radius: 14px; padding: 24px; background: #f8fbff; box-shadow: 0 8px 24px rgba(13,31,60,.05); }
.seo-grid h3 { margin: 0 0 10px; color: #0d3b7e; font-size: 19px; }
.seo-grid p { margin: 0; color: #475569; line-height: 1.65; }

.plans { padding: 56px 10px; background: #fff; }
.trust-banner {
  background: linear-gradient(135deg,#0d1f3c 0%,#1a4080 100%);
  border: 1px solid rgba(46,204,113,.3);
  border-radius: 14px;
  padding: 16px 24px;
  margin-bottom: 36px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.88);
  font: 500 14px Roboto, sans-serif;
}
.trust-banner strong { color: #2ecc71; }
.trust-banner i { color: rgba(255,255,255,.2); font-style: normal; }
.section-title { text-align: center; margin: 0 0 16px; font: 800 28px/1.1 Roboto, sans-serif; border-bottom: 1px solid #000; }
.plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.plan-card { background: #fff; border-radius: 20px; padding: 22px; border-top: 6px solid #0f3f7f; box-shadow: 0 10px 30px rgba(0,0,0,.1); }
.plan-card h2 { margin: 6px 0; font-size: 18px; color: #020048; text-align: center; }
.price { font-size: 40px; font-weight: 800; margin: 4px 0 12px; color: #0d3b7e; text-align: center; }
.plan-card ul { margin: 0 0 16px; padding: 0; list-style: none; color: #273248; }
.plan-card li { padding: 6px 0; }
.plan-card li::before { content: "✔"; color: #16a34a; margin-right: 10px; }
html[dir="rtl"] .plan-card li::before { margin-right: 0; margin-left: 10px; }
.plan-card a { display: block; margin-top: 6px; background: #0d3b7e; color: #fff; border-radius: 999px; padding: 15px 34px; text-align: center; text-decoration: none; text-transform: uppercase; font: 700 14px Roboto, sans-serif; }

.stats { background: linear-gradient(135deg,#0d1f3c 0%,#1a4080 100%); padding: 60px 20px; text-align: center; color: #fff; overflow: hidden; }
.eyebrow { color: rgba(255,255,255,.55); font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; }
.stats h2 { margin: 10px 0 44px; font-size: clamp(20px,3.5vw,30px); }
.stats h2 span, .stats-grid strong { color: #2ecc71; }
.stats-grid { max-width: 960px; margin: 0 auto 50px; display: flex; justify-content: center; flex-wrap: wrap; }
.stats-grid div { flex: 1; min-width: 120px; max-width: 200px; padding: 16px 12px; position: relative; }
.stats-grid div:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 15%; height: 70%; width: 1px; background: rgba(255,255,255,.12); }
.stats-grid b { display: block; font-size: 22px; margin-bottom: 8px; }
.stats-grid strong { display: block; font-size: clamp(24px,3.5vw,38px); line-height: 1.1; margin-bottom: 8px; }
.stats-grid span { display: block; color: rgba(255,255,255,.75); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.stats-grid small { color: rgba(255,255,255,.4); font-size: 10px; }
.badges { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; max-width: 1000px; margin: 0 auto; }
.badges span { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 50px; padding: 10px 18px; color: rgba(255,255,255,.85); font-weight: 600; font-size: 13px; }

.testimonials { background: #f4f7fb; padding: 64px 20px 48px; }
.section-top { text-align: center; margin: 0 auto 44px; max-width: 760px; }
.mini-pill { display: inline-block; background: rgba(46,204,113,.12); border: 1px solid rgba(46,204,113,.3); color: #27ae60; padding: 5px 16px; border-radius: 50px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 16px; }
.section-top h2, .section-top h3 { margin: 0 0 10px; color: #0d1f3c; font-size: clamp(24px,4vw,36px); }
.section-top p { color: #64748b; line-height: 1.7; margin: 0 auto; max-width: 540px; }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; max-width: 1140px; margin: 0 auto; }
.testi-grid article { background: #fff; border: 1px solid #e2e8f0; border-radius: 18px; padding: 26px 22px; box-shadow: 0 2px 12px rgba(13,31,60,.05); position: relative; display: flex; flex-direction: column; }
.testi-grid article::after { content: "\201C"; position: absolute; top: 12px; right: 18px; font: 80px Georgia, serif; color: rgba(26,64,128,.05); }
.stars { color: #f59e0b; margin-bottom: 14px; letter-spacing: 2px; }
.testi-grid p { color: #475569; line-height: 1.78; font-style: italic; flex: 1; margin: 0 0 20px; }
.testi-grid footer { border-top: 1px solid #f0f4f8; padding-top: 16px; display: flex; align-items: center; gap: 12px; }
.testi-grid footer span { flex: 1; }
.testi-grid footer strong, .testi-grid footer small { display: block; }
.testi-grid footer small { color: #64748b; margin-top: 2px; }
.testi-grid footer em { background: rgba(46,204,113,.1); border: 1px solid rgba(46,204,113,.25); color: #27ae60; font-size: 10.5px; font-weight: 700; padding: 3px 9px; border-radius: 50px; font-style: normal; }
.av { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #fff; flex: 0 0 42px; }
.av1{background:linear-gradient(135deg,#0d1f3c,#1a4080)} .av2{background:linear-gradient(135deg,#27ae60,#2ecc71)} .av3{background:linear-gradient(135deg,#c0392b,#e74c3c)} .av4{background:linear-gradient(135deg,#7d3c98,#9b59b6)} .av5{background:linear-gradient(135deg,#d35400,#e67e22)} .av6{background:linear-gradient(135deg,#0e6655,#1abc9c)}

.install-guide { padding: 78px 0; background: #fff; }
.install-hero { max-width: 820px; margin: 0 auto 30px; text-align: center; }
.install-hero h2 { margin: 14px 0 10px; color: #0d1f3c; font-size: clamp(26px,4vw,38px); line-height: 1.12; }
.install-hero p { margin: 0 auto; color: #475569; line-height: 1.7; max-width: 680px; }
.install-radio { display: none; }
.install-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 auto 28px; }
.install-tabs label { display: inline-flex; align-items: center; gap: 7px; padding: 11px 18px; border: 2px solid #dde3ef; border-radius: 999px; background: #fff; color: #64748b; cursor: pointer; font-weight: 800; font-size: 14px; transition: .2s; }
.install-tabs label:hover { border-color: #b0c0d8; color: #0d1f3c; }
#install-ios:checked ~ .install-tabs label[for="install-ios"],
#install-android:checked ~ .install-tabs label[for="install-android"],
#install-mac:checked ~ .install-tabs label[for="install-mac"],
#install-windows:checked ~ .install-tabs label[for="install-windows"] { border-color: #2ecc71; color: #0d1f3c; background: #f0faf5; }
.install-panel { display: none; max-width: 920px; margin: 0 auto; background: #fff; border: 1px solid #dde3ef; border-radius: 18px; overflow: hidden; box-shadow: 0 8px 28px rgba(13,31,60,.08); }
#install-ios:checked ~ .install-panels #panel-ios,
#install-android:checked ~ .install-panels #panel-android,
#install-mac:checked ~ .install-panels #panel-mac,
#install-windows:checked ~ .install-panels #panel-windows { display: block; }
.install-panel header { display: flex; align-items: center; gap: 14px; padding: 24px 28px; background: linear-gradient(135deg,#0d1f3c,#1a4080); color: #fff; }
.install-panel header b { font-size: 34px; flex: 0 0 auto; }
.install-panel h3 { margin: 0 0 3px; color: #fff; font-size: 21px; }
.install-panel header p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.install-steps { list-style: none; margin: 0; padding: 30px 28px; counter-reset: install-step; }
.install-steps li { counter-increment: install-step; display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 0 0 24px; position: relative; }
.install-steps li:not(:last-child) { border-bottom: 1px dashed #dde3ef; margin-bottom: 24px; }
.install-steps li::before { content: counter(install-step); width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg,#0d1f3c,#1a4080); color: #fff; font-weight: 900; }
.install-steps strong { display: block; grid-column: 2; margin-bottom: 5px; color: #0d1f3c; font-size: 15px; }
.install-steps span { display: block; grid-column: 2; color: #475569; line-height: 1.65; }
.install-steps a { color: #1a4080; font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }
.install-steps a:hover { text-decoration: underline; }
.store-button { display: inline-flex !important; margin-top: 7px; padding: 10px 16px; border-radius: 9px; background: #0d1f3c; color: #fff !important; text-decoration: none !important; }
.install-support { max-width: 920px; margin: 28px auto 0; padding: 34px 24px; border-radius: 18px; background: linear-gradient(140deg,#0d4f3c 0%,#0a7c5c 100%); color: #fff; text-align: center; }
.install-support h3 { margin: 0 0 8px; color: #fff; font-size: 24px; }
.install-support p { margin: 0 auto 18px; color: rgba(255,255,255,.82); max-width: 620px; line-height: 1.65; }
.box-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 20px; }
.box-buttons a { color: #fff; text-decoration: none; border: 1.5px solid rgba(255,255,255,.35); border-radius: 50px; padding: 12px 28px; font-weight: 700; background: rgba(255,255,255,.15); }
.box-buttons a.primary { background: #2ecc71; border-color: #2ecc71; color: #0d1f3c; }

.faq-section { background: #f4f7fb; padding: 68px 0; }
.faq-section .mini-pill { display: table; margin: 0 auto 14px; }
.faq-section h2 { max-width: 760px; margin: 0 auto 30px; text-align: center; color: #0d1f3c; font-size: clamp(26px,4vw,38px); line-height: 1.15; }
.faq-grid { max-width: 920px; margin: 0 auto; display: grid; gap: 12px; }
.faq-grid details { background: #fff; border: 1px solid #dbe5f3; border-radius: 12px; padding: 0 18px; box-shadow: 0 4px 16px rgba(13,31,60,.04); }
.faq-grid summary { cursor: pointer; padding: 18px 0; color: #0d1f3c; font-weight: 800; font-size: 17px; }
.faq-grid p { margin: 0 0 18px; color: #475569; line-height: 1.7; }

.footer { background: #003366; color: #fff; font-family: Roboto, sans-serif; }
.footer-container { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; padding: 40px 60px; max-width: 1200px; margin: 0 auto; }
.footer-logo img { width: 80px; height: 80px; object-fit: contain; border-radius: 14px; background: #10386f; padding: 10px; }
.footer h2 { font-size: 20px; margin: 8px 0 10px; }
.footer p, .footer a { font-size: 14px; line-height: 1.5; color: #fff; text-decoration: none; }
.footer h3 { border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 8px; margin-bottom: 15px; font-size: 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin: 8px 0; }
.social-icons { display: flex; gap: 15px; font-size: 22px; }
.social-icons a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; }
.instagram{background:#e1306c}.whatsapp{background:#25d366}
.footer-contact { background: #082a55; padding: 30px 20px; text-align: center; }
.footer-contact h3 { border: 0; color: #fff; font-size: 18px; }
.contact-buttons { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
.contact-buttons .btn { display: inline-block; padding: 10px 40px; border-radius: 240px; font-weight: 700; }
.btn.email { background: #fff; color: #000; }
.footer-disclaimer { background: #061f3f; padding: 15px; text-align: center; font-size: 14px; color: #d9e6ff; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .plans-grid, .testi-grid, .seo-grid { grid-template-columns: 1fr 1fr; }
  .site-nav { position: absolute; left: 0; right: 0; top: 86px; background: #fff; flex-direction: column; padding: 18px; box-shadow: 0 12px 24px rgba(0,0,0,.08); display: none; }
  .site-nav.open { display: flex; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-actions { display: flex; margin-left: 0; }
  .header-actions a { display: none; }
  .language-picker select { max-width: 120px; }
}
@media (max-width: 720px) {
  .hero h1 { font-size: 30px; }
  .plans-grid, .testi-grid, .seo-grid, .footer-container { grid-template-columns: 1fr; }
  .footer-container { padding: 30px 20px; }
  .trust-banner i { display: none; }
  .stats-grid div::after { display: none; }
  .contact-buttons { flex-direction: column; align-items: center; }
  .contact-buttons .btn { width: min(360px, 90vw); }
  .install-tabs { justify-content: stretch; }
  .install-tabs label { flex: 1 1 100%; justify-content: center; }
  .install-panel header { padding: 20px 18px; }
  .install-steps { padding: 22px 18px; }
  .install-steps li { grid-template-columns: 38px 1fr; gap: 12px; }
}
