@font-face{font-family:'Rubik';font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/rubik-hebrew-400.woff2) format('woff2');unicode-range:U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F}
@font-face{font-family:'Rubik';font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/rubik-latin-400.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Rubik';font-style:normal;font-weight:500;font-display:swap;src:url(/assets/fonts/rubik-hebrew-500.woff2) format('woff2');unicode-range:U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F}
@font-face{font-family:'Rubik';font-style:normal;font-weight:500;font-display:swap;src:url(/assets/fonts/rubik-latin-500.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Rubik';font-style:normal;font-weight:700;font-display:swap;src:url(/assets/fonts/rubik-hebrew-700.woff2) format('woff2');unicode-range:U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F}
@font-face{font-family:'Rubik';font-style:normal;font-weight:700;font-display:swap;src:url(/assets/fonts/rubik-latin-700.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Rubik';font-style:normal;font-weight:800;font-display:swap;src:url(/assets/fonts/rubik-hebrew-800.woff2) format('woff2');unicode-range:U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F}
@font-face{font-family:'Rubik';font-style:normal;font-weight:800;font-display:swap;src:url(/assets/fonts/rubik-latin-800.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}

:root {
  --bg: #FFF7F5;
  --bg-2: #FFFFFF;
  --bg-card: rgba(255, 255, 255, 0.72);
  --text: #26191E;
  --text-2: #6E5B64;
  --text-3: #A2909A;
  --pink: #E8286E;
  --pink-vivid: #FF4D88;
  --pink-soft: #FF8FB3;
  --pink-tint: rgba(255, 107, 157, 0.12);
  --pink-tint-2: rgba(255, 107, 157, 0.22);
  --border: rgba(38, 25, 30, 0.09);
  --shadow-card: 0 1px 3px rgba(38, 25, 30, 0.05), 0 16px 40px -18px rgba(38, 25, 30, 0.16);
  --shadow-lift: 0 2px 24px rgba(255, 77, 136, 0.12), 0 28px 60px -26px rgba(38, 25, 30, 0.24);
  --green: #1E9E4A;
  --radius: 22px;
  --maxw: 1080px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #171114;
    --bg-2: #1F171B;
    --bg-card: rgba(41, 30, 36, 0.62);
    --text: #F7EFF2;
    --text-2: #BCAAB3;
    --text-3: #857680;
    --pink: #FF7FAC;
    --pink-vivid: #FF6B9D;
    --pink-soft: #FF9FBE;
    --pink-tint: rgba(255, 107, 157, 0.14);
    --pink-tint-2: rgba(255, 107, 157, 0.26);
    --border: rgba(247, 239, 242, 0.10);
    --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3), 0 16px 40px -18px rgba(0, 0, 0, 0.5);
    --shadow-lift: 0 2px 24px rgba(0, 0, 0, 0.35), 0 28px 60px -26px rgba(0, 0, 0, 0.6);
    --green: #34C759;
  }
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
}

img { max-width: 100%; height: auto; }
a { color: var(--pink); }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 740px; }

/* ── atmosphere ── */
.glow { position: fixed; border-radius: 50%; filter: blur(90px); pointer-events: none; z-index: 0; }
.glow-1 { width: 560px; height: 560px; top: -200px; inset-inline-start: -140px; background: radial-gradient(circle, var(--pink-tint-2), transparent 65%); }
.glow-2 { width: 640px; height: 640px; bottom: -280px; inset-inline-end: -180px; background: radial-gradient(circle, var(--pink-tint), transparent 65%); }
.page { position: relative; z-index: 2; }

/* ── skip link ── */
.skip {
  position: absolute; inset-inline-start: -9999px; top: 8px; z-index: 99;
  background: var(--pink); color: #fff; padding: 10px 18px; border-radius: 10px; text-decoration: none;
}
.skip:focus { inset-inline-start: 16px; }

/* ── header ── */
header { padding: 22px 0 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--text); }
.brand img { width: 40px; height: 40px; border-radius: 11px; box-shadow: 0 4px 14px rgba(255, 77, 136, 0.32); }
.brand b { font-size: 21px; font-weight: 700; letter-spacing: -0.01em; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { font-size: 15px; color: var(--text-2); text-decoration: none; font-weight: 500; transition: color 0.2s; }
.nav a:hover { color: var(--pink); }
.header-cta {
  font-size: 14.5px; font-weight: 600; text-decoration: none; white-space: nowrap;
  color: var(--pink); background: var(--pink-tint);
  padding: 9px 18px; border-radius: 100px;
  transition: background 0.2s, transform 0.2s;
}
.header-cta:hover { background: var(--pink-tint-2); transform: translateY(-1px); }
@media (max-width: 720px) { .nav { display: none; } }

/* ── App Store badge ── */
.appstore-badge {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--text); color: var(--bg);
  text-decoration: none; padding: 13px 26px 13px 30px; border-radius: 14px;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 10px 30px -12px rgba(38, 25, 30, 0.5);
}
.appstore-badge:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -12px rgba(38, 25, 30, 0.55); }
.appstore-badge svg { width: 26px; height: 26px; flex-shrink: 0; }
.badge-text { display: flex; flex-direction: column; line-height: 1.2; text-align: start; }
.badge-small { font-size: 11px; font-weight: 400; opacity: 0.78; }
.badge-big { font-size: 19px; font-weight: 600; letter-spacing: -0.01em; }

/* ── ratings ── */
.rating { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--text-2); font-weight: 500; }
.stars { display: inline-flex; gap: 2px; color: #FFB300; }
.stars svg { width: 15px; height: 15px; }

/* ── typography ── */
h1 { font-size: clamp(34px, 5vw, 54px); font-weight: 800; line-height: 1.13; letter-spacing: -0.022em; }
h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.22; }
h3 { font-size: 19px; font-weight: 700; letter-spacing: -0.01em; }
.hl { background: linear-gradient(135deg, var(--pink-soft), var(--pink-vivid)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { font-size: 18.5px; color: var(--text-2); }
.section-tag {
  display: inline-block; font-size: 13px; font-weight: 700; color: var(--pink);
  background: var(--pink-tint); padding: 6px 16px; border-radius: 100px; margin-bottom: 16px;
}
section { padding: 46px 0; }

/* ── cards ── */
.card {
  background: var(--bg-card);
  -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
  border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}

/* ── FAQ ── */
.faq { margin-top: 34px; display: flex; flex-direction: column; gap: 12px; }
.faq details {
  border: 1px solid var(--border); border-radius: 16px; background: var(--bg-card);
  padding: 4px 20px; transition: box-shadow 0.2s;
}
.faq details[open] { box-shadow: var(--shadow-card); }
.faq summary {
  cursor: pointer; list-style: none; padding: 16px 0; font-weight: 600; font-size: 17px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; width: 10px; height: 10px; flex-shrink: 0;
  border-inline-end: 2px solid var(--text-3); border-block-end: 2px solid var(--text-3);
  transform: rotate(45deg); transition: transform 0.25s; margin-block-start: -4px;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-block-start: 4px; }
.faq .answer { padding: 0 0 18px; color: var(--text-2); font-size: 16px; }
.faq .answer p + p { margin-top: 10px; }

/* ── article ── */
.article-body { font-size: 17.5px; }
.article-body p { margin-bottom: 20px; color: var(--text-2); }
.article-body h2 { margin: 42px 0 16px; font-size: clamp(23px, 2.8vw, 30px); color: var(--text); }
.article-body h3 { margin: 30px 0 10px; color: var(--text); font-size: 20px; }
.article-body ul, .article-body ol { margin: 0 0 22px; padding-inline-start: 24px; color: var(--text-2); }
.article-body li { margin-bottom: 9px; }
.article-body li::marker { color: var(--pink); }
.article-body strong { color: var(--text); font-weight: 600; }
.article-body a { text-decoration: underline; text-underline-offset: 3px; }
.article-meta { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; font-size: 14px; color: var(--text-3); margin-bottom: 30px; }
.breadcrumbs { font-size: 14px; color: var(--text-3); margin-bottom: 18px; padding-top: 26px; }
.breadcrumbs a { color: var(--text-2); text-decoration: none; }
.breadcrumbs a:hover { color: var(--pink); }

.callout {
  border: 1px solid var(--border); border-inline-start: 3px solid var(--pink);
  background: var(--pink-tint); border-radius: 14px; padding: 18px 22px; margin: 0 0 24px;
}
.callout p { margin: 0; color: var(--text-2); font-size: 16px; }
.callout strong { color: var(--text); }

/* ── inline CTA ── */
.inline-cta {
  margin: 40px 0; padding: 28px; border-radius: var(--radius); text-align: center;
  background: linear-gradient(150deg, var(--pink-soft), var(--pink-vivid));
  box-shadow: 0 22px 50px -22px rgba(255, 77, 136, 0.6);
}
.inline-cta h3 { color: #fff; font-size: 22px; margin-bottom: 8px; }
.inline-cta p { color: rgba(255, 255, 255, 0.88); font-size: 15.5px; margin-bottom: 20px; }
.inline-cta .appstore-badge { background: #fff; color: #26191E; }

/* ── related ── */
.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin-top: 22px; }
.related-card {
  display: block; text-decoration: none; color: inherit; padding: 22px 24px;
  border: 1px solid var(--border); border-radius: 18px; background: var(--bg-card);
  transition: transform 0.22s, box-shadow 0.22s;
}
.related-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.related-card h3 { font-size: 17px; margin-bottom: 6px; }
.related-card p { font-size: 14.5px; color: var(--text-2); }

/* ── footer ── */
footer { border-top: 1px solid var(--border); padding: 38px 0 46px; margin-top: 40px; }
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 30px; height: 30px; border-radius: 8px; }
.footer-brand b { font-weight: 700; font-size: 16px; }
.footer-col h4 { font-size: 13px; font-weight: 700; color: var(--text-3); margin-bottom: 12px; letter-spacing: 0.03em; }
.footer-col a { display: block; font-size: 14.5px; color: var(--text-2); text-decoration: none; margin-bottom: 9px; transition: color 0.2s; }
.footer-col a:hover { color: var(--pink); }
.footer-copy { width: 100%; font-size: 13px; color: var(--text-3); border-top: 1px solid var(--border); padding-top: 20px; margin-top: 10px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}
