:root {
  --bg: #070605;
  --bg-soft: #11100e;
  --card: rgba(255,255,255,.065);
  --card-strong: rgba(255,255,255,.105);
  --text: #f7f0e7;
  --muted: #c7b9a5;
  --muted-2: #8f806c;
  --gold: #d9b66a;
  --gold-2: #f0d99d;
  --rose: #c78675;
  --line: rgba(255,255,255,.14);
  --shadow: 0 24px 80px rgba(0,0,0,.42);
  --radius: 28px;
  --font-main: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: 'Cinzel', Georgia, serif;
  --font-ar: 'Noto Kufi Arabic', 'Inter', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-main);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(217,182,106,.15), transparent 30vw),
    radial-gradient(circle at 90% 15%, rgba(199,134,117,.12), transparent 34vw),
    linear-gradient(135deg, #050403 0%, #0d0b09 50%, #050403 100%);
  overflow-x: hidden;
}
body[dir="rtl"] { font-family: var(--font-ar); }
body[dir="rtl"] .brand strong,
body[dir="rtl"] h1,
body[dir="rtl"] h2,
body[dir="rtl"] h3 { font-family: var(--font-ar); }
body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.ambient {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(30px);
  opacity: .7;
  z-index: -2;
}
.ambient-one { width: 320px; height: 320px; top: 10%; left: -90px; background: rgba(217,182,106,.16); }
.ambient-two { width: 420px; height: 420px; right: -160px; bottom: 8%; background: rgba(199,134,117,.12); }

.site-header {
  width: min(1180px, calc(100% - 32px));
  position: sticky;
  top: 16px;
  z-index: 50;
  margin: 16px auto 0;
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px 14px 12px 16px;
  border: 1px solid var(--line);
  background: rgba(8,7,6,.7);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}
.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #80602c);
  color: #17110a;
  font-family: var(--font-display);
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 10px 24px rgba(217,182,106,.24);
}
.brand strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: .08em;
}
.brand small {
  display: block;
  color: var(--muted);
  font-size: .72rem;
  margin-top: 2px;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1;
}
.nav a {
  padding: 11px 12px;
  color: var(--muted);
  font-size: .92rem;
  border-radius: 999px;
  transition: .2s ease;
}
.nav a:hover { color: var(--text); background: rgba(255,255,255,.07); }
.nav .nav-cta {
  color: #1d150c;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-weight: 800;
}
.lang-switcher {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 3px;
  gap: 3px;
}
.lang {
  border: 0;
  color: var(--muted);
  background: transparent;
  border-radius: 999px;
  padding: 8px 10px;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 700;
}
.lang.active { color: #140f09; background: var(--gold); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  cursor: pointer;
  padding: 0;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
  margin: 4px auto;
  border-radius: 4px;
  transition: .2s ease;
}
body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.section-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0;
}
.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 56px;
  padding-top: 70px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-2);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .77rem;
  font-weight: 800;
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold);
}
body[dir="rtl"] .eyebrow::before { order: 2; }
h1, h2, h3 { margin: 0; line-height: 1.06; }
h1, h2 { font-family: var(--font-display); }
h1 {
  max-width: 900px;
  margin-top: 18px;
  font-size: clamp(2.55rem, 6vw, 5.9rem);
  letter-spacing: -.045em;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  letter-spacing: -.035em;
}
h3 { font-size: 1.2rem; }
.hero-text, .section-heading p, .contact-card p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}
.hero-text { max-width: 680px; margin: 24px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary {
  color: #18110a;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 18px 45px rgba(217,182,106,.25);
}
.btn.ghost {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255,255,255,.045);
}
.btn.full { width: 100%; }
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  color: var(--muted);
}
.trust-row span {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: .88rem;
}
.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.phone-mockup {
  position: relative;
  width: min(390px, 100%);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 42px;
  padding: 14px;
  background: linear-gradient(160deg, rgba(255,255,255,.14), rgba(255,255,255,.03));
  box-shadow: var(--shadow);
}
.phone-mockup::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 34px;
  pointer-events: none;
}
.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 45px;
  padding: 0 12px;
  color: var(--muted);
}
.phone-top span, .phone-top i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
}
.mini-hero {
  margin: 8px;
  min-height: 260px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 30px;
  padding: 28px;
  background:
    radial-gradient(circle at center 20%, rgba(217,182,106,.25), transparent 38%),
    linear-gradient(135deg, #18120b, #070605);
}
.bottle-art, .preview-bottle {
  width: 118px;
  height: 180px;
  position: relative;
  margin: 0 auto 18px;
  border-radius: 30px 30px 22px 22px;
  background: linear-gradient(120deg, rgba(255,255,255,.24), rgba(217,182,106,.16) 28%, rgba(10,9,8,.75) 58%, rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: inset 16px 0 28px rgba(255,255,255,.06), 0 24px 40px rgba(0,0,0,.4);
}
.bottle-art .cap {
  position: absolute;
  width: 52px;
  height: 34px;
  background: linear-gradient(135deg, var(--gold-2), #7e5b23);
  border-radius: 10px 10px 4px 4px;
  left: 50%; top: -28px;
  transform: translateX(-50%);
}
.bottle-label {
  position: absolute;
  inset: auto 18px 26px;
  border: 1px solid rgba(217,182,106,.5);
  padding: 16px 0;
  border-radius: 14px;
  color: var(--gold-2);
  font-family: var(--font-display);
  letter-spacing: .22em;
  text-align: center;
}
.mini-hero p { color: var(--muted); margin: 0; line-height: 1.55; }
.chat-preview { padding: 8px; display: grid; gap: 10px; }
.bubble {
  padding: 12px 14px;
  border-radius: 18px;
  line-height: 1.45;
  font-size: .92rem;
}
.bubble.user { background: rgba(255,255,255,.08); color: var(--text); justify-self: end; max-width: 86%; }
.bubble.bot { background: rgba(217,182,106,.18); color: #f8ebd2; justify-self: start; max-width: 90%; }
.mini-btn {
  border: 0;
  color: #1a130a;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  width: calc(100% - 16px);
  margin: 12px 8px 8px;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}
.floating-card {
  position: absolute;
  width: 210px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(15,13,11,.78);
  backdrop-filter: blur(18px);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.floating-card strong { display: block; font-size: 1.05rem; margin-bottom: 4px; color: var(--gold-2); }
.floating-card span { color: var(--muted); font-size: .88rem; line-height: 1.45; }
.floating-card-one { left: 0; top: 140px; }
.floating-card-two { right: 0; bottom: 120px; }

.section-heading { max-width: 820px; margin-bottom: 42px; }
.section-heading.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading.center .eyebrow { justify-content: center; }
.problem-grid, .feature-grid, .pricing-grid, .product-grid {
  display: grid;
  gap: 18px;
}
.problem-grid { grid-template-columns: repeat(3, 1fr); }
.problem-grid article, .feature-card, .price-card, .ai-chat, .ai-logic, .generator-panel, .generated-preview, .contact-card, .product-card {
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
}
.problem-grid article { padding: 28px; }
.problem-grid span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #17110a;
  background: var(--gold);
  border-radius: 50%;
  font-weight: 900;
  margin-bottom: 22px;
}
.problem-grid p, .feature-card p, .product-card p, .price-card li, .ai-logic p { color: var(--muted); line-height: 1.7; }
.demo-layout, .generator { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.ai-chat { overflow: hidden; }
.chat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.04);
}
.status-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #45d18a;
  box-shadow: 0 0 0 6px rgba(69,209,138,.12);
}
.chat-header small { display: block; color: var(--muted); margin-top: 3px; }
.chat-window {
  height: 420px;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  scrollbar-width: thin;
}
.message {
  max-width: 84%;
  padding: 14px 16px;
  border-radius: 20px;
  line-height: 1.65;
  font-size: .95rem;
}
.message.bot { align-self: flex-start; background: rgba(217,182,106,.16); color: #f8ecd2; border-bottom-left-radius: 6px; }
.message.user { align-self: flex-end; background: rgba(255,255,255,.09); border-bottom-right-radius: 6px; }
body[dir="rtl"] .message.bot { align-self: flex-end; border-bottom-right-radius: 6px; border-bottom-left-radius: 20px; }
body[dir="rtl"] .message.user { align-self: flex-start; border-bottom-left-radius: 6px; border-bottom-right-radius: 20px; }
.chat-form {
  display: flex;
  gap: 10px;
  padding: 16px;
  border-top: 1px solid var(--line);
}
.chat-form input, .generator-form input, .generator-form select, .lead-form input, .lead-form select {
  width: 100%;
  min-height: 52px;
  color: var(--text);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px;
  padding: 0 14px;
  outline: none;
}
.chat-form input:focus, .generator-form input:focus, .generator-form select:focus, .lead-form input:focus, .lead-form select:focus { border-color: rgba(217,182,106,.7); }
.chat-form button {
  min-width: 116px;
  border: 0;
  color: #1b130a;
  background: var(--gold);
  border-radius: 16px;
  font-weight: 900;
  cursor: pointer;
}
.ai-logic { padding: 30px; }
.logic-list { display: grid; gap: 14px; margin-top: 28px; }
.logic-list div { display: flex; gap: 12px; align-items: flex-start; }
.logic-list span {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--gold);
}
.insight-card {
  margin-top: 28px;
  border-radius: 22px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(217,182,106,.18), rgba(255,255,255,.04));
  border: 1px solid rgba(217,182,106,.3);
}
.insight-card strong { color: var(--gold-2); }

.product-grid { grid-template-columns: repeat(3, 1fr); }
.product-card { overflow: hidden; }
.product-image {
  height: 250px;
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
}
.product-image::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 150px;
  border-radius: 28px 28px 18px 18px;
  border: 1px solid rgba(255,255,255,.24);
  background: linear-gradient(120deg, rgba(255,255,255,.22), rgba(255,255,255,.05));
  box-shadow: inset 20px 0 30px rgba(255,255,255,.06), 0 22px 30px rgba(0,0,0,.28);
  z-index: -1;
}
.product-image::after {
  content: '';
  position: absolute;
  top: 42px;
  width: 42px;
  height: 26px;
  border-radius: 9px 9px 3px 3px;
  background: var(--gold);
  z-index: -1;
}
.product-image span { font-family: var(--font-display); color: var(--gold-2); letter-spacing: .18em; transform: translateY(45px); }
.image-oud { background: radial-gradient(circle, rgba(217,182,106,.26), transparent 45%), #120d09; }
.image-musk { background: radial-gradient(circle, rgba(199,134,117,.3), transparent 45%), #120d10; }
.image-fresh { background: radial-gradient(circle, rgba(130,170,155,.24), transparent 45%), #0d1311; }
.product-content { padding: 24px; }
.pill {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(217,182,106,.14);
  color: var(--gold-2);
  font-size: .78rem;
  font-weight: 800;
  margin-bottom: 16px;
}
.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
  color: var(--text);
  font-weight: 900;
}

.generator { align-items: center; }
.generator-panel, .generated-preview { padding: 30px; }
.generator-form { display: grid; gap: 16px; }
.generator-form label { display: grid; gap: 8px; color: var(--muted); font-weight: 700; }
.generator-form select, .lead-form select { color-scheme: dark; }
.generated-preview { overflow: hidden; padding: 0; }
.browser-bar {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.04);
}
.browser-bar span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.28); }
.browser-bar small { color: var(--muted); margin-inline-start: 8px; }
.preview-hero {
  min-height: 360px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 24px;
  padding: 34px;
  background: radial-gradient(circle at 70% 30%, rgba(217,182,106,.24), transparent 40%), #0c0a08;
}
.generated-preview.style-oriental .preview-hero { background: radial-gradient(circle at 70% 30%, rgba(174,91,37,.28), transparent 42%), #100906; }
.generated-preview.style-modern .preview-hero { background: radial-gradient(circle at 70% 30%, rgba(130,170,155,.24), transparent 42%), #07100f; }
.generated-preview.style-soft .preview-hero { background: radial-gradient(circle at 70% 30%, rgba(199,134,117,.32), transparent 42%), #120a0e; }
.preview-label { color: var(--gold-2); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.preview-hero h3 { margin-top: 12px; font-size: clamp(2rem, 4vw, 3.2rem); font-family: var(--font-display); }
.preview-hero p { color: var(--muted); line-height: 1.7; }
.preview-bottle { height: 210px; width: 130px; margin-bottom: 0; }
.preview-bottle span {
  position: absolute;
  width: 58px;
  height: 34px;
  background: var(--gold);
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px 10px 4px 4px;
}
.preview-blocks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.preview-blocks div { padding: 18px; background: rgba(14,12,10,.95); }
.preview-blocks strong { display: block; margin-bottom: 4px; }
.preview-blocks small { color: var(--muted); }
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.feature-card { padding: 26px; }
.feature-card span { color: var(--gold); font-size: 1.5rem; }
.feature-card h3 { margin-top: 16px; }
.pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.price-card { padding: 30px; position: relative; }
.price-card.popular { background: linear-gradient(180deg, rgba(217,182,106,.18), rgba(255,255,255,.06)); border-color: rgba(217,182,106,.5); transform: translateY(-12px); }
.popular-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--gold);
  color: #17110a;
  font-size: .75rem;
  font-weight: 900;
  border-radius: 999px;
  padding: 7px 10px;
}
body[dir="rtl"] .popular-badge { right: auto; left: 18px; }
.price {
  font-size: 2.8rem;
  font-weight: 900;
  margin: 20px 0;
  color: var(--gold-2);
}
.price span { font-size: .95rem; color: var(--muted); font-weight: 600; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 12px; }
.price-card li::before { content: '✓'; color: var(--gold); font-weight: 900; margin-inline-end: 8px; }
.contact-card {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: center;
  padding: 40px;
  background:
    radial-gradient(circle at 20% 20%, rgba(217,182,106,.2), transparent 35%),
    rgba(255,255,255,.06);
}
.lead-form { display: grid; gap: 14px; }
.footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 48px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.footer a { color: var(--gold-2); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.show { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@media (max-width: 980px) {
  .site-header { border-radius: 30px; padding: 12px; }
  .menu-toggle { display: block; margin-inline-start: auto; }
  .nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 104px;
    display: grid;
    gap: 8px;
    padding: 18px;
    background: rgba(8,7,6,.95);
    border: 1px solid var(--line);
    border-radius: 26px;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: .2s ease;
  }
  body.menu-open .nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .lang-switcher { margin-inline-start: 0; }
  .hero, .demo-layout, .generator, .contact-card { grid-template-columns: 1fr; }
  .hero { gap: 28px; min-height: auto; }
  .hero-visual { min-height: 540px; }
  .problem-grid, .product-grid, .feature-grid, .pricing-grid { grid-template-columns: 1fr; }
  .price-card.popular { transform: none; }
  .floating-card { display: none; }
}

@media (max-width: 640px) {
  .site-header { width: calc(100% - 20px); top: 10px; margin-top: 10px; }
  .brand small { display: none; }
  .brand strong { font-size: .95rem; }
  .lang-switcher { position: fixed; bottom: 14px; left: 50%; transform: translateX(-50%); background: rgba(8,7,6,.85); backdrop-filter: blur(14px); z-index: 70; }
  .section-shell { width: calc(100% - 24px); padding: 68px 0; }
  .hero { padding-top: 54px; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
  .hero-actions, .trust-row { flex-direction: column; }
  .btn { width: 100%; }
  .phone-mockup { border-radius: 34px; }
  .hero-visual { min-height: auto; }
  .chat-form { flex-direction: column; }
  .chat-form button { min-height: 50px; }
  .message { max-width: 94%; }
  .preview-hero { grid-template-columns: 1fr; text-align: center; }
  .preview-blocks { grid-template-columns: 1fr; }
  .contact-card, .generator-panel { padding: 24px; }
  .footer { flex-direction: column; padding-bottom: 86px; }
}
