:root {
  --bg: #f8f4ec;
  --surface: #ffffff;
  --surface-soft: #fffaf0;
  --ink: #1f2933;
  --muted: #746c61;
  --gold: #b97800;
  --gold-dark: #8a5800;
  --gold-soft: #f3e3c2;
  --navy: #0d1b2a;
  --green: #2e7d5b;
  --red: #c95d52;
  --line: #e7ddcc;
  --shadow: 0 18px 55px rgba(40, 29, 13, .10);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, "Noto Sans Arabic", "Noto Sans Hebrew", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; inset-inline-start: -9999px; top: 8px; }
.skip-link:focus { inset-inline-start: 8px; z-index: 1000; background: #fff; padding: 10px; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(248,244,236,.88);
  border-bottom: 1px solid rgba(185,120,0,.12);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; }
.brand img { width: 48px; height: 48px; border-radius: 14px; box-shadow: 0 8px 20px rgba(13,27,42,.18); }
.brand small { display: block; color: var(--muted); font-weight: 500; font-size: 12px; }
.nav-links { display: flex; align-items: center; gap: 18px; }
.nav-links a { text-decoration: none; font-weight: 700; font-size: 14px; }
.lang-switch { display: flex; gap: 6px; padding: 4px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; }
.lang-switch button { border: 0; background: transparent; padding: 7px 10px; border-radius: 999px; cursor: pointer; font-weight: 700; color: var(--muted); }
.lang-switch button.active { background: var(--navy); color: #fff; }
.menu-button { display: none; border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 9px 12px; font-weight: 800; }

.hero { position: relative; overflow: hidden; padding: 84px 0 72px; }
.hero::before {
  content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(243,227,194,.95), rgba(243,227,194,0));
  top: -210px; inset-inline-end: -170px; pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; position: relative; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 999px; background: var(--gold-soft); color: var(--gold-dark); font-weight: 800; font-size: 14px; }
.hero h1 { font-size: clamp(42px, 7vw, 78px); line-height: 1.03; margin: 20px 0; letter-spacing: -1.8px; }
.hero h1 span { color: var(--gold); }
.hero p { font-size: clamp(18px, 2.3vw, 23px); color: var(--muted); max-width: 680px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 14px; padding: 13px 20px; text-decoration: none; font-weight: 800; border: 1px solid transparent; }
.btn-primary { color: #fff; background: var(--navy); box-shadow: 0 12px 28px rgba(13,27,42,.18); }
.btn-secondary { background: var(--surface); border-color: var(--line); color: var(--ink); }
.status-note { display: flex; gap: 10px; align-items: flex-start; margin-top: 20px; color: var(--muted); font-size: 14px; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); margin-top: 7px; flex: 0 0 auto; }

.hero-card { background: linear-gradient(145deg, #0b1725, #132b43); padding: 16px; border-radius: 34px; box-shadow: 0 30px 75px rgba(13,27,42,.32); transform: rotate(1.5deg); }
.hero-card img { border-radius: 22px; }

.section { padding: 78px 0; }
.section-light { background: rgba(255,255,255,.65); border-block: 1px solid rgba(185,120,0,.10); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading h2 { font-size: clamp(30px, 4vw, 48px); margin: 0 0 10px; }
.section-heading p { color: var(--muted); font-size: 18px; margin: 0; }
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 8px 30px rgba(50,37,18,.05); }
.card-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--gold-soft); color: var(--gold-dark); font-size: 24px; }
.card h3 { margin: 16px 0 8px; font-size: 20px; }
.card p { margin: 0; color: var(--muted); }

.shots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: end; }
.shot { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); background: #fff; border: 1px solid var(--line); }
.shot:nth-child(2), .shot:nth-child(4) { transform: translateY(28px); }

.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.trust-box { padding: 30px; border-radius: var(--radius); background: var(--navy); color: #fff; }
.trust-box.gold { background: linear-gradient(145deg, #a96d00, #d0961f); }
.trust-box h3 { font-size: 27px; margin: 0 0 10px; }
.trust-box p { color: rgba(255,255,255,.82); margin: 0; }

.cta { text-align: center; background: var(--surface); border: 1px solid var(--line); border-radius: 34px; padding: 48px 26px; box-shadow: var(--shadow); }
.cta h2 { font-size: clamp(30px, 4vw, 46px); margin: 0 0 12px; }
.cta p { color: var(--muted); max-width: 700px; margin: 0 auto 24px; }

.site-footer { background: var(--navy); color: #fff; padding: 46px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; }
.site-footer a { color: rgba(255,255,255,.82); text-decoration: none; display: block; margin: 7px 0; }
.site-footer p { color: rgba(255,255,255,.68); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 32px; padding-top: 18px; color: rgba(255,255,255,.55); font-size: 13px; }

.legal-hero { padding: 58px 0 30px; }
.legal-hero h1 { font-size: clamp(34px, 5vw, 56px); margin: 0 0 8px; }
.legal-hero p { color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 250px 1fr; gap: 28px; padding-bottom: 72px; }
.legal-nav { position: sticky; top: 96px; align-self: start; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 16px; }
.legal-nav a { display: block; padding: 9px 10px; text-decoration: none; color: var(--muted); border-radius: 10px; }
.legal-nav a:hover { background: var(--gold-soft); color: var(--gold-dark); }
.legal-content { background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: clamp(22px, 4vw, 46px); box-shadow: 0 12px 44px rgba(40,29,13,.06); }
.legal-content h2 { margin-top: 34px; border-top: 1px solid var(--line); padding-top: 26px; }
.legal-content h2:first-child { border-top: 0; margin-top: 0; padding-top: 0; }
.legal-content li { margin-bottom: 7px; }
.notice { background: #fff7e7; border: 1px solid #f0d7a7; border-radius: 16px; padding: 16px; margin: 18px 0; }
.delete-form { display: grid; gap: 12px; max-width: 620px; margin-top: 24px; }
.delete-form label { font-weight: 700; }
.delete-form input, .delete-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; font: inherit; background: #fff; }
.delete-form textarea { min-height: 120px; resize: vertical; }

[data-lang-section] { display: none; }
[data-lang-section].active { display: block; }

@media (max-width: 900px) {
  .hero-grid, .trust-grid, .legal-layout { grid-template-columns: 1fr; }
  .features, .shots { grid-template-columns: repeat(2, 1fr); }
  .hero-card { max-width: 640px; margin: 0 auto; }
  .legal-nav { position: static; display: none; }
  .nav-links { display: none; position: absolute; top: 76px; inset-inline: 16px; background: var(--surface); padding: 18px; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .menu-button { display: inline-flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .hero { padding-top: 48px; }
  .features, .shots, .footer-grid { grid-template-columns: 1fr; }
  .shot:nth-child(2), .shot:nth-child(4) { transform: none; }
  .brand span { display: none; }
  .lang-switch button { padding: 6px 8px; }
  .hero h1 { letter-spacing: -1px; }
}
