/* =============================================================
   Nova — netanya-escort-girls.com
   Dark indigo/violet + rose. RTL. External stylesheet, no inline styles.
   Base DNA: ptarchive; extended for 6-page site (index + 5 EEAT).
   ============================================================= */

/* ---------- Design tokens ---------- */
:root {
  --ground: #0F1320;
  --surface: #171C2E;
  --raised: #212942;
  --line: #2E3757;
  --ink: #EEF1FA;
  --muted: #9CA7C6;
  --faint: #6E799B;
  --accent: #7C6CF0;
  --accent-deep: #5A48C7;
  --accent-soft: #B3A8F6;
  --gold: #F0729E;        /* rose secondary (aliased to --gold so all accents re-skin) */
  --gold-soft: #F7A6C2;
  --wa: #25D366;
  --tg: #229ED9;

  --serif: "Suez One", Georgia, "Times New Roman", serif;
  --sans: "Rubik", system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans Hebrew", Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", "Cascadia Mono", Menlo, Consolas, monospace;

  --maxw: 1180px;
  --radius: 14px;
  --grain: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/></svg>");
}

/* ---------- Reset / base ---------- */
* { box-sizing: border-box; }
body { margin: 0; background: var(--ground); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { margin: 0 0 1em; }
:focus-visible { outline: 2px solid var(--accent-soft); outline-offset: 2px; }
strong { color: var(--ink); font-weight: 700; }

.grain { position: fixed; inset: 0; background-image: var(--grain); opacity: 0.035; pointer-events: none; mix-blend-mode: screen; z-index: 9999; }

/* ---------- Layout helpers ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 64px 0; border-top: 1px solid var(--line); }
.eyebrow { font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.section-title { font-family: var(--serif); font-size: 32px; margin-top: 10px; line-height: 1.15; }
.lead { color: var(--muted); max-width: 62ch; font-size: 18px; }
.prose p { color: var(--muted); max-width: 74ch; }
.prose h2 { font-family: var(--serif); font-size: 27px; margin: 34px 0 12px; color: var(--ink); }
.prose h3 { font-size: 19px; margin: 22px 0 8px; color: var(--accent-soft); }
.prose ul { color: var(--muted); max-width: 74ch; padding-inline-start: 22px; margin: 0 0 1em; }
.prose li { margin-bottom: 7px; }
.prose li strong { color: var(--ink); }
.prose a { color: var(--accent-soft); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 24px; background: rgba(31, 23, 38, 0.88); backdrop-filter: blur(9px); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__logo { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--gold); display: grid; place-items: center; color: var(--gold); font-family: var(--serif); font-size: 20px; }
.brand__word { font-family: var(--serif); font-size: 23px; letter-spacing: 0.02em; }
.brand__word em { color: var(--gold-soft); font-style: normal; }
.main-nav { display: flex; gap: 22px; font-size: 15px; color: var(--muted); }
.main-nav a:hover { color: var(--ink); }
.main-nav .is-active { color: var(--ink); border-bottom: 2px solid var(--accent); padding-bottom: 3px; }
.header-cta { background: var(--accent); color: #1A1020; font-weight: 700; font-size: 14px; padding: 9px 17px; border-radius: 999px; }
.header-cta:hover { background: var(--accent-soft); }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); width: 42px; height: 38px; font-size: 20px; cursor: pointer; }

/* ---------- Hero ---------- */
.hero { padding: 76px 0 44px; position: relative; overflow: hidden; }
.hero__glow { position: absolute; top: -30%; inset-inline-start: -8%; width: 55%; height: 150%; background: radial-gradient(closest-side, rgba(124, 108, 240, 0.20), transparent 70%); pointer-events: none; }
.hero h1 { font-family: var(--serif); font-size: clamp(34px, 6vw, 60px); line-height: 1.05; letter-spacing: -0.01em; margin-top: 14px; }
.hero h1 em { font-style: normal; color: var(--gold-soft); }
.hero__sub { margin-top: 20px; max-width: 60ch; color: var(--muted); font-size: clamp(16px, 2vw, 19px); }
.hero__actions { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero__stats { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 34px; }
.hero__stat { display: flex; flex-direction: column; }
.hero__stat b { font-family: var(--serif); font-size: 30px; color: var(--gold-soft); }
.hero__stat span { font-size: 13px; color: var(--muted); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding: 52px 0 20px; position: relative; }
.breadcrumbs { font-size: 13px; color: var(--faint); margin-bottom: 14px; }
.breadcrumbs a:hover { color: var(--accent-soft); }
.breadcrumbs span { margin: 0 6px; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(30px, 4.5vw, 44px); line-height: 1.1; }
.page-hero .lead { margin-top: 14px; }

/* ---------- Buttons ---------- */
.btn { font-size: 14.5px; font-weight: 700; padding: 12px 24px; border-radius: 999px; border: 1px solid transparent; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: background 0.2s, border-color 0.2s, color 0.2s; }
.btn--primary { background: var(--accent); color: #1A1020; }
.btn--primary:hover { background: var(--accent-soft); }
.btn--outline { background: transparent; border-color: var(--line); color: var(--ink); }
.btn--outline:hover { border-color: var(--accent); color: var(--accent-soft); }
.btn--gold { background: var(--gold); color: #201404; }
.btn--gold:hover { background: var(--gold-soft); }
.btn--wa { background: var(--wa); color: #04502F; }
.btn--tg { background: var(--tg); color: #fff; }
.btn svg { width: 17px; height: 17px; }

/* ---------- Filter chips ---------- */
.chips { display: flex; gap: 10px; flex-wrap: wrap; margin: 22px 0; }
.chip { font-size: 12.5px; padding: 8px 15px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); cursor: pointer; transition: border-color 0.2s, color 0.2s, background 0.2s; }
.chip:hover { border-color: var(--accent); color: var(--ink); }
.chip.is-selected { background: var(--accent); border-color: var(--accent); color: #1A1020; font-weight: 700; }
.chip--vip { border-color: var(--gold); color: var(--gold-soft); }
.chip--vip.is-selected { background: var(--gold); border-color: var(--gold); color: #201404; }

/* ---------- Gallery / cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(214px, 1fr)); gap: 18px; }
.card { position: relative; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); transition: transform 0.28s cubic-bezier(0.2,0.7,0.2,1), border-color 0.28s, box-shadow 0.28s; }
.card.is-hidden { display: none; }
.card:hover { transform: translateY(-6px); border-color: var(--accent); box-shadow: 0 18px 40px -18px rgba(0,0,0,0.85); }
.card__photo { aspect-ratio: 3 / 4; width: 100%; height: auto; object-fit: cover; cursor: zoom-in; background: var(--raised); }
.card__scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(22,16,25,0.95) 8%, rgba(22,16,25,0.35) 42%, transparent 66%); pointer-events: none; }
.card__top { position: absolute; top: 10px; inset-inline: 10px; display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; pointer-events: none; }
.badge-verified { display: inline-flex; align-items: center; gap: 5px; background: rgba(22,16,25,0.62); border: 1px solid rgba(246,239,242,0.18); backdrop-filter: blur(4px); border-radius: 999px; padding: 4px 9px 4px 7px; font-size: 11px; }
.badge-verified svg { width: 12px; height: 12px; color: var(--gold-soft); }
.catcode { font-family: var(--mono); font-size: 10.5px; color: rgba(246,239,242,0.62); letter-spacing: 0.06em; background: rgba(22,16,25,0.5); padding: 3px 7px; border-radius: 6px; }
.ribbon { position: absolute; top: 44px; inset-inline-end: -1px; background: var(--accent); color: #1A1020; font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; padding: 4px 12px 4px 10px; border-radius: 6px 0 0 6px; pointer-events: none; }
.ribbon--vip { background: linear-gradient(90deg, var(--gold), var(--gold-soft)); color: #201404; }
.card__body { position: absolute; bottom: 0; inset-inline: 0; padding: 14px 14px 13px; }
.card__epithet { font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-soft); margin: 0 0 3px; }
.card__name { font-family: var(--serif); font-size: 22px; line-height: 1; }
.card__name .age { color: var(--muted); font-size: 16px; }
.card__city { display: flex; align-items: center; gap: 5px; margin: 6px 0 0; font-size: 13px; color: var(--muted); }
.card__city svg { width: 12px; height: 12px; color: var(--accent-soft); }
.card__meta { font-size: 12px; color: var(--faint); margin: 3px 0 0; }
.card__contact { display: flex; gap: 8px; margin-top: 12px; transform: translateY(8px); opacity: 0; transition: transform 0.28s, opacity 0.28s; }
.card:hover .card__contact, .card:focus-within .card__contact { transform: none; opacity: 1; }
.cbtn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 13px; font-weight: 700; padding: 9px 0; border-radius: 8px; color: #fff; }
.cbtn svg { width: 15px; height: 15px; }
.cbtn--wa { background: var(--wa); color: #04502F; }
.cbtn--tg { background: var(--tg); }
.grid-note { margin-top: 18px; font-size: 13px; color: var(--faint); }

/* ---------- City index ---------- */
.city-index { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; margin-top: 22px; }
.city-index__row { background: var(--surface); padding: 15px 16px; display: flex; justify-content: space-between; align-items: baseline; transition: background 0.2s; }
.city-index__row:hover { background: var(--raised); }
.city-index__name { font-size: 16px; }
.city-index__count { font-family: var(--mono); font-size: 12px; color: var(--faint); }

/* ---------- Feature grid (EEAT/trust) ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 26px; }
.feature { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; }
.feature__icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(124,108,240,0.14); display: grid; place-items: center; color: var(--accent-soft); margin-bottom: 12px; }
.feature__icon svg { width: 21px; height: 21px; }
.feature h3 { font-size: 17px; margin-bottom: 7px; }
.feature p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 24px; counter-reset: step; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; position: relative; }
.step::before { counter-increment: step; content: counter(step); font-family: var(--serif); font-size: 30px; color: var(--gold); display: block; margin-bottom: 8px; }
.step h3 { font-size: 16px; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 14px; margin: 0; }

/* ---------- Article layout (EEAT pages) ---------- */
.article-layout { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.article-body { min-width: 0; }
.sidebar { position: sticky; top: 92px; display: flex; flex-direction: column; gap: 16px; }
.sidebar-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; }
.sidebar-card h3 { font-size: 16px; margin-bottom: 10px; }
.sidebar-card p { color: var(--muted); font-size: 14px; }
.sidebar-cta { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.sidebar-cta .btn { justify-content: center; width: 100%; }

/* ---------- Reviews ---------- */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 26px; }
.review { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; }
.review__stars { color: var(--gold); letter-spacing: 2px; font-size: 15px; }
.review__text { color: var(--muted); font-size: 15px; margin: 10px 0 12px; }
.review__meta { display: flex; justify-content: space-between; font-size: 12.5px; color: var(--faint); border-top: 1px solid var(--line); padding-top: 10px; }
.rating-summary { display: flex; align-items: center; gap: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-top: 24px; flex-wrap: wrap; }
.rating-summary b { font-family: var(--serif); font-size: 44px; color: var(--gold-soft); }
.rating-summary .stars { color: var(--gold); font-size: 20px; letter-spacing: 3px; }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 820px; margin-top: 24px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 10px; background: var(--surface); overflow: hidden; }
.faq-q { width: 100%; text-align: start; background: none; border: none; color: var(--ink); font-family: var(--sans); font-size: 16px; font-weight: 700; padding: 17px 18px; display: flex; justify-content: space-between; align-items: center; gap: 12px; cursor: pointer; }
.faq-icon { color: var(--accent); font-size: 22px; line-height: 1; transition: transform 0.25s; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-a p { color: var(--muted); font-size: 15px; padding: 0 18px 17px; margin: 0; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 26px; }
.contact-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; text-align: center; }
.contact-card .btn { margin-top: 14px; width: 100%; justify-content: center; }
.contact-big svg { width: 34px; height: 34px; }
.info-band { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-top: 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; }
.info-band div span { display: block; font-size: 12.5px; color: var(--faint); }
.info-band div b { font-size: 15px; color: var(--ink); }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; background: linear-gradient(135deg, rgba(90,72,199,0.20), rgba(240,114,158,0.12)); border: 1px solid var(--line); border-radius: 16px; padding: 44px 24px; margin-top: 8px; }
.cta-band h2 { font-family: var(--serif); font-size: 30px; margin-bottom: 12px; }
.cta-band p { color: var(--muted); max-width: 52ch; margin: 0 auto 22px; }
.cta-band .hero__actions { justify-content: center; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; background: rgba(10,7,13,0.92); display: none; align-items: center; justify-content: center; z-index: 200; padding: 24px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 8px; border: 1px solid var(--line); }
.lightbox__close { position: absolute; top: 18px; inset-inline-end: 22px; background: none; border: none; color: var(--ink); font-size: 34px; cursor: pointer; line-height: 1; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 48px 0 64px; color: var(--muted); }
.site-footer__brand { font-family: var(--serif); font-size: 24px; color: var(--ink); }
.site-footer__brand em { color: var(--gold-soft); font-style: normal; }
.site-footer__links { display: flex; gap: 18px; flex-wrap: wrap; margin: 16px 0; font-size: 14px; }
.site-footer__links a:hover { color: var(--ink); }
.legal { max-width: 78ch; font-size: 12.5px; line-height: 1.7; color: var(--faint); border-top: 1px solid var(--line); padding-top: 16px; margin-top: 20px; }
.copyright { margin-top: 14px; font-size: 12.5px; color: var(--faint); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .article-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}
@media (max-width: 640px) {
  .main-nav { display: none; }
  .main-nav.open { display: flex; position: absolute; top: 66px; inset-inline: 0; flex-direction: column; background: var(--surface); border-bottom: 1px solid var(--line); padding: 16px 24px; gap: 14px; }
  .nav-toggle { display: block; }
  .section { padding: 48px 0; }
  .hero__stats { gap: 20px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
