:root {
  --bg: #fff8f6;
  --bg-soft: #fff2f5;
  --card: rgba(255,255,255,0.86);
  --text: #241c27;
  --muted: #706371;
  --border: rgba(238, 181, 201, 0.45);
  --primary1: #ff9a6d;
  --primary2: #ff5f97;
  --shadow: 0 18px 55px rgba(255, 111, 158, 0.12);
}
html.dark {
  --bg: #140f18;
  --bg-soft: #1a1320;
  --card: rgba(29,22,37,0.82);
  --text: #fff5f8;
  --muted: #d2b9c6;
  --border: rgba(255, 161, 194, 0.14);
  --shadow: 0 18px 55px rgba(0,0,0,0.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 178, 143, .25), transparent 28%),
    radial-gradient(circle at right center, rgba(255, 102, 162, .15), transparent 25%),
    linear-gradient(180deg, var(--bg) 0%, #fffdfc 100%);
}
html.dark body {
  background:
    radial-gradient(circle at top left, rgba(255, 178, 143, .10), transparent 28%),
    radial-gradient(circle at right center, rgba(255, 102, 162, .10), transparent 25%),
    linear-gradient(180deg, var(--bg) 0%, #0f0b14 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
.container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 2rem)); }
.center { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); }
.site-header {
  position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px);
  background: color-mix(in srgb, var(--bg) 78%, transparent); border-bottom: 1px solid var(--border);
}
.header-row, .footer-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; }
.brand { display: inline-flex; align-items: center; gap: .85rem; font-weight: 800; font-size: 1.1rem; }
.brand img { width: 2.35rem; height: 2.35rem; border-radius: .8rem; box-shadow: var(--shadow); }
.header-actions { display: flex; align-items: center; gap: .75rem; }
.lang-wrap select, .ghost-btn, .compact, .primary-btn, .secondary-btn {
  border-radius: 999px; border: 1px solid var(--border); background: var(--card); color: var(--text);
  box-shadow: var(--shadow);
}
.lang-wrap select, .ghost-btn { padding: .75rem .95rem; }
.ghost-btn { min-width: 2.85rem; cursor: pointer; }
.primary-btn, .secondary-btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .95rem 1.35rem; font-weight: 700; }
.compact { padding: .78rem 1.1rem; }
.primary-btn {
  color: white; border: 0; background: linear-gradient(135deg, var(--primary1), var(--primary2));
}
.secondary-btn { background: transparent; }
.hero { padding: clamp(3.2rem, 6vw, 6rem) 0 3rem; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2rem; align-items: center; }
.eyebrow {
  display: inline-flex; border-radius: 999px; padding: .45rem .8rem; background: rgba(255,255,255,.72);
  border: 1px solid var(--border); color: #d14b7f; font-size: .88rem; font-weight: 700; letter-spacing: .02em;
}
html.dark .eyebrow { background: rgba(255,255,255,.05); color: #ff8bb5; }
.hero-copy h1, .section h2 { margin: 1rem 0 0; line-height: 1.02; letter-spacing: -.04em; }
.hero-copy h1 { font-size: clamp(2.65rem, 6vw, 5rem); max-width: 10ch; }
.hero-lead, .section-lead { color: var(--muted); font-size: 1.06rem; line-height: 1.9; }
.hero-lead { margin-top: 1.15rem; max-width: 58ch; }
.hero-ctas, .cta-band-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.35rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: .9rem; margin: 1.4rem 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .96rem; }
.trust-row li {
  padding: .65rem .9rem; border-radius: 999px; border: 1px solid var(--border); background: var(--card);
}
.hero-art { position: relative; }
.phone-stack { position: relative; min-height: 590px; }
.phone-card {
  border-radius: 2rem; background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.78));
  border: 1px solid rgba(255,255,255,.6); box-shadow: var(--shadow); overflow: hidden;
}
html.dark .phone-card { background: linear-gradient(180deg, rgba(31,23,39,.92), rgba(19,14,26,.92)); }
.phone-card-main { max-width: 365px; margin-inline: auto; padding: 1.1rem; }
.phone-card-note { max-width: 245px; padding: 1rem 1.05rem; position: absolute; right: -8px; bottom: 24px; }
.phone-top { display: flex; justify-content: space-between; color: var(--muted); font-size: .88rem; }
.phone-partner { margin-top: .9rem; text-align: center; font-weight: 700; }
.orb-shell { position: relative; display: grid; place-items: center; margin: 1.4rem auto; width: 230px; height: 230px; }
.orb-rings, .orb-rings::before, .orb-rings::after {
  content: ''; position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(255,116,168,.22);
}
.orb-rings::before { inset: 12px; }
.orb-rings::after { inset: 24px; }
.orb-center {
  position: relative; z-index: 1; width: 170px; height: 170px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(180deg, #fff, #fff7fb); border: 1px solid rgba(255, 153, 189, .26);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 15px 35px rgba(255,111,158,.12);
}
html.dark .orb-center { background: linear-gradient(180deg, #231828, #130f1b); }
.orb-heart { font-size: 3.3rem; color: #ff5f97; }
.orb-center small { color: var(--muted); margin-top: .35rem; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.mini-chip {
  display: flex; align-items: center; gap: .45rem; padding: .85rem .9rem; border-radius: 1rem;
  background: rgba(255,255,255,.82); border: 1px solid var(--border); color: var(--text); font-size: .92rem;
}
html.dark .mini-chip { background: rgba(255,255,255,.04); }
.notification-pill { display: inline-flex; align-items: center; gap: .5rem; border-radius: 999px; padding: .55rem .85rem; background: #fff0f6; color: #dd467f; font-weight: 700; }
html.dark .notification-pill { background: rgba(255,122,180,.16); color: #ff9bc1; }
.notification-text { color: var(--muted); line-height: 1.7; margin-top: .85rem; }
.logos-strip { padding-bottom: 1rem; }
.logos-grid, .feature-grid, .steps-grid, .install-grid { display: grid; gap: 1.2rem; }
.logos-grid { grid-template-columns: repeat(3, 1fr); }
.stat-card, .feature-card, .step-card, .install-card, .faq-list details, .cta-band-inner {
  background: var(--card); border: 1px solid var(--border); border-radius: 1.5rem; box-shadow: var(--shadow);
}
.stat-card { padding: 1.2rem 1.25rem; }
.stat-card strong { display: block; font-size: 1.02rem; margin-bottom: .35rem; }
.stat-card span { color: var(--muted); line-height: 1.65; }
.section { padding: 4rem 0; }
.section-soft { background: linear-gradient(180deg, rgba(255,241,246,.55), rgba(255,249,246,.25)); }
html.dark .section-soft { background: linear-gradient(180deg, rgba(255,113,164,.04), rgba(255,154,109,.03)); }
.section-head { margin-bottom: 1.5rem; }
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.feature-card { padding: 1.4rem; }
.feature-icon { font-size: 1.8rem; margin-bottom: .8rem; }
.feature-card h3, .step-card h3, .install-card h3 { margin: 0 0 .55rem; font-size: 1.1rem; }
.feature-card p, .step-card p, .install-card li, .faq-list p { color: var(--muted); line-height: 1.8; margin: 0; }
.steps-grid { grid-template-columns: repeat(4, 1fr); }
.step-card { padding: 1.35rem; }
.step-no {
  display: inline-grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: 50%; margin-bottom: .8rem;
  background: linear-gradient(135deg, var(--primary1), var(--primary2)); color: white; font-weight: 800;
}
.install-grid { grid-template-columns: .95fr 1.05fr; align-items: start; }
.install-cards { display: grid; gap: 1rem; }
.install-card { padding: 1.3rem; }
.install-card ol { margin: .6rem 0 0; padding-inline-start: 1.25rem; }
.faq-list { display: grid; gap: .9rem; }
.faq-list details { padding: 1rem 1.15rem; }
.faq-list summary { cursor: pointer; font-weight: 700; }
.faq-list p { margin-top: .7rem; }
.cta-band { padding-top: 1rem; }
.cta-band-inner { padding: 1.4rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1.25rem; }
.site-footer { padding: 1rem 0 2.5rem; color: var(--muted); }
.footer-row { border-top: 1px solid var(--border); padding-top: 1.4rem; }

html[dir='rtl'] body { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Tahoma, sans-serif; }
html[dir='rtl'] .header-row, html[dir='rtl'] .footer-row, html[dir='rtl'] .hero-ctas, html[dir='rtl'] .cta-band-actions { flex-direction: row-reverse; }
html[dir='rtl'] .trust-row { justify-content: flex-start; }
html[dir='rtl'] .phone-top { direction: ltr; }
html[dir='rtl'] .install-card ol { padding-inline-start: 0; padding-inline-end: 1.25rem; }

@media (max-width: 980px) {
  .hero-grid, .install-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid, .logos-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-copy h1 { max-width: none; }
  .phone-stack { min-height: auto; padding-top: 1rem; }
  .phone-card-note { position: relative; right: auto; bottom: auto; margin: 1rem auto 0; }
}
@media (max-width: 640px) {
  .header-row, .footer-row, .cta-band-inner { flex-direction: column; align-items: stretch; }
  .header-actions { width: 100%; flex-wrap: wrap; justify-content: space-between; }
  .feature-grid, .steps-grid, .logos-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 2rem; }
  .hero-copy h1 { font-size: 2.35rem; }
  .hero-ctas, .cta-band-actions { flex-direction: column; }
  .primary-btn, .secondary-btn, .compact { width: 100%; }
  .phone-card-main { max-width: 100%; }
  .orb-shell { width: 100%; }
}
