/* ============================================================
   getasit — презентация за ресторантьори (самостоятелен премиум стил)
   Зарежда се само от presentation.html. Не влияе на другите страници.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #1d1712;
  --ink-soft: #4b4139;
  --paper: #fcf9f5;
  --sand: #f4ece2;
  --card: #ffffff;
  --line: #e8ddd0;
  --muted: #8c8175;
  --accent: #d0562c;
  --accent-dark: #a63f1c;
  --accent-soft: #f8e7dd;
  --gold: #c98a3c;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(45, 32, 22, 0.10);
  --shadow-sm: 0 6px 20px rgba(45, 32, 22, 0.07);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
}

h1, h2, h3 { margin: 0; font-family: "Fraunces", Georgia, serif; font-weight: 500; letter-spacing: -0.01em; line-height: 1.1; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

.eyebrow {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent);
}
.eyebrow.light { color: var(--gold); }

/* ---------- Бутони ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px;
  background: var(--accent); color: #fff;
  font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 600;
  border: none; cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.15s ease, background 0.15s ease;
  box-shadow: 0 6px 18px rgba(208, 86, 44, 0.28);
}
.btn:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(208, 86, 44, 0.34); }
.btn-ghost {
  background: transparent; color: var(--ink);
  border: 1.5px solid var(--line); box-shadow: none;
}
.btn-ghost:hover { background: var(--sand); border-color: var(--ink-soft); color: var(--ink); }
.btn-light { background: #fff; color: var(--ink); box-shadow: none; }
.btn-light:hover { background: var(--sand); color: var(--ink); }
.btn-lg { padding: 16px 34px; font-size: 16px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(252, 249, 245, 0.82);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; padding-bottom: 15px; }
.logo { font-family: "Manrope", sans-serif; font-size: 21px; font-weight: 700; letter-spacing: -0.02em; }
.logo span { color: var(--accent); }
.header-links { display: flex; gap: 22px; align-items: center; font-size: 14.5px; color: var(--ink-soft); }
.header-links a { transition: color 0.15s ease; }
.header-links a:hover { color: var(--accent); }
.header-links .nav-cta {
  padding: 8px 18px; border-radius: 999px; border: 1.5px solid var(--line);
  font-weight: 600; color: var(--ink);
}
.header-links .nav-cta:hover { border-color: var(--accent); color: var(--accent); }

/* ---------- Hero (AI асистент — водещ акцент) ---------- */
.hero { padding: 74px 0 66px; background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; top: -170px; right: -120px;
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(208,86,44,0.30), rgba(208,86,44,0) 70%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 54px; align-items: center; position: relative; }
/* Разменени размери: надсловът е голям, изречението — малко */
.hero .eyebrow.light {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: none;
  line-height: 1.12;
  color: var(--gold);
  margin-bottom: 14px;
}
.hero h1 {
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #cabdae;
  margin: 0;
}
.hero h1 em { font-style: normal; color: var(--accent); }
.hero .lead { margin: 22px 0 26px; font-size: clamp(17px, 1.5vw, 20px); color: #cabdae; max-width: 520px; }
.hero .check-list { margin: 0 0 28px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero визуал: стилизиран телефонен разговор */
.hero-visual {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 24px; box-shadow: var(--shadow); padding: 26px;
  position: relative;
}
.hero-visual .hv-head { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.hv-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; font-size: 22px; }
.hv-head .hv-name { font-weight: 700; font-size: 15px; }
.hv-head .hv-status { font-size: 12.5px; color: #2e9e6b; display: flex; align-items: center; gap: 5px; }
.hv-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #2e9e6b; display: inline-block; }
.bubble { max-width: 82%; padding: 11px 15px; border-radius: 16px; font-size: 14.5px; margin-bottom: 10px; line-height: 1.45; }
.bubble.guest { background: var(--sand); color: var(--ink); border-bottom-left-radius: 5px; }
.bubble.ai { background: var(--accent); color: #fff; margin-left: auto; border-bottom-right-radius: 5px; }
.hv-foot { margin-top: 6px; font-size: 12px; color: var(--muted); text-align: center; }

/* ---------- Дашборд: примерен план на залата ---------- */
.dash-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 46px; align-items: center; }
.floorplan { background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 22px 22px 20px; box-shadow: var(--shadow); }
.fp-bar { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; margin-bottom: 4px; border-bottom: 1px solid var(--line); }
.fp-bar .fp-title { font-family: "Manrope", sans-serif; font-weight: 700; font-size: 14.5px; }
.fp-bar .fp-date { font-size: 12.5px; color: var(--muted); }
.fp-zone { font-size: 12px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; color: var(--muted); margin: 16px 0 9px; }
.fp-tables { display: grid; grid-template-columns: repeat(auto-fill, minmax(94px, 1fr)); gap: 9px; }
.fp-t { border: 1.5px solid var(--line); border-radius: 12px; padding: 9px 10px; min-height: 72px; display: flex; flex-direction: column; gap: 2px; }
.fp-t .fp-n { font-family: "Manrope", sans-serif; font-weight: 700; font-size: 15px; }
.fp-t .fp-s { font-size: 11px; color: var(--muted); }
.fp-t .fp-st { font-size: 11px; margin-top: auto; font-weight: 600; }
.fp-t.free { background: #eaf7ee; border-color: #8fd0a6; }
.fp-t.free .fp-st { color: #2c7d4d; }
.fp-t.res  { background: #fdf1da; border-color: #e6c072; }
.fp-t.res  .fp-st { color: #99680f; }
.fp-t.seat { background: #e8eefc; border-color: #9db6ee; }
.fp-t.seat .fp-st { color: #2a4fb0; }
.fp-legend { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 16px; font-size: 12.5px; color: var(--ink-soft); }
.fp-legend span { display: inline-flex; align-items: center; gap: 6px; }
.fp-legend i { width: 11px; height: 11px; border-radius: 3px; display: inline-block; }
.dash-points { list-style: none; padding: 0; margin: 20px 0 0; display: flex; flex-direction: column; gap: 16px; }
.dash-points li { position: relative; padding-left: 30px; color: var(--ink-soft); font-size: 14.5px; }
.dash-points li strong { display: block; margin-bottom: 2px; color: var(--ink); font-weight: 600; font-family: "Manrope", sans-serif; }
.dash-points li::before { content: "→"; position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 700; }

/* ---------- Лента с показатели ---------- */
.stat-strip { background: var(--ink); color: #fff; }
.stat-strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 30px 24px; }
.stat { text-align: center; }
.stat .num { font-family: "Fraunces", serif; font-size: clamp(26px, 3vw, 34px); color: #fff; }
.stat .lbl { font-size: 13px; color: #c9bcae; margin-top: 4px; }
.stat + .stat { border-left: 1px solid rgba(255,255,255,0.12); }

/* ---------- Секции ---------- */
section.block { padding: 78px 0; }
section.block.sand { background: var(--sand); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 46px; }
.section-head h2 { font-size: clamp(28px, 3.6vw, 40px); margin: 12px 0 0; }
.section-head p { color: var(--ink-soft); margin-top: 14px; font-size: 17px; }

/* Value grid */
.value-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.value-card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px;
  transition: transform 0.14s ease, box-shadow 0.14s ease;
}
.value-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.v-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 18px; }
.value-card h3 { font-size: 20px; margin-bottom: 8px; }
.value-card p { color: var(--ink-soft); font-size: 14.5px; }

/* ---------- Feature (AI асистент) ---------- */
.feature { background: var(--ink); color: #fff; padding: 82px 0; }
.feature-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 52px; align-items: center; }
.feature h2 { font-size: clamp(28px, 3.6vw, 40px); margin: 12px 0 18px; color: #fff; }
.feature p { color: #cabdae; font-size: 16px; }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 13px; }
.check-list li { position: relative; padding-left: 32px; color: #ece4da; font-size: 15px; }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 1px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--accent); color: #fff; font-size: 12px;
  display: flex; align-items: center; justify-content: center;
}
.feature-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px; padding: 26px; position: relative;
}
.feature-card .fc-tag {
  position: absolute; top: -14px; left: 26px;
  background: var(--accent); color: #fff; font-size: 12.5px; font-weight: 600;
  padding: 5px 14px; border-radius: 999px;
}
.fc-line { margin-top: 14px; font-size: 14.5px; line-height: 1.5; color: #e6ddd2; }
.fc-line strong { color: #fff; }
.fc-line.ai { background: rgba(208,86,44,0.16); border: 1px solid rgba(208,86,44,0.3); padding: 12px 14px; border-radius: 12px; color: #fbeee7; }

/* ---------- Стъпки ---------- */
.steps-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 20px; }
.step { position: relative; padding: 28px 24px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); }
.step-num { font-family: "Fraunces", serif; font-size: 40px; color: var(--accent); line-height: 1; opacity: 0.85; }
.step h3 { font-size: 19px; margin: 12px 0 7px; }
.step p { color: var(--ink-soft); font-size: 14.5px; }

/* ---------- Калкулатор ---------- */
.calc-panel {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: var(--card); border: 1px solid var(--line);
  border-radius: 22px; overflow: hidden; max-width: 900px; margin: 0 auto;
  box-shadow: var(--shadow-sm);
}
.calc-inputs { padding: 34px; display: flex; flex-direction: column; gap: 18px; }
.calc-inputs label { display: flex; flex-direction: column; gap: 7px; font-size: 14px; color: var(--ink-soft); font-weight: 600; }
.calc-inputs input {
  padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px;
  font-size: 17px; font-family: inherit; color: var(--ink); background: var(--paper);
}
.calc-inputs input:focus { outline: none; border-color: var(--accent); }
.calc-result {
  padding: 34px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  background: var(--ink); color: #fff;
}
.calc-big { font-family: "Fraunces", serif; font-size: clamp(38px, 5vw, 52px); color: #fff; line-height: 1; }
.calc-label { color: #c9bcae; margin-top: 10px; font-size: 15px; }
.calc-note { font-size: 13.5px; color: #b7a99a; margin-top: 18px; line-height: 1.5; max-width: 300px; }

/* ---------- Широки банери (страница Цени) ---------- */
.price-banner {
  display: flex; align-items: center; gap: 14px;
  background: var(--accent-soft); border: 1px solid var(--accent);
  color: var(--accent-dark);
  border-radius: 14px; padding: 18px 24px;
  font-size: clamp(15px, 1.9vw, 19px); font-weight: 600; line-height: 1.4;
  max-width: 940px; margin: 0 auto 14px;
}
.price-banner i { font-style: normal; font-size: 24px; line-height: 1; }
.price-banner.last { margin-bottom: 34px; }

/* ---------- Пакети ---------- */
.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; max-width: 940px; margin: 0 auto; }
.plan {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 20px; padding: 32px 28px; position: relative;
}
.plan.featured { border: 1.5px solid var(--accent); box-shadow: 0 16px 44px rgba(208,86,44,0.14); }
.plan .plan-tag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #fff; font-size: 12px; font-weight: 600;
  padding: 5px 16px; border-radius: 999px; white-space: nowrap;
}
.plan h3 { font-size: 23px; margin-bottom: 4px; }
.plan .price { font-family: "Fraunces", serif; font-size: 42px; margin: 10px 0 6px; }
.plan .price span { font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 500; color: var(--muted); }
.plan ul { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.plan li { position: relative; padding-left: 26px; font-size: 14.5px; color: var(--ink-soft); }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.plans-note { text-align: center; color: var(--ink-soft); font-size: 14.5px; margin: 30px auto 0; max-width: 620px; }

/* ---------- CTA лента ---------- */
.cta-band { text-align: center; padding: 88px 0; background: var(--sand); }
.cta-band h2 { font-size: clamp(30px, 4vw, 44px); }
.cta-band p { color: var(--ink-soft); margin: 14px 0 30px; font-size: 18px; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 34px 0; }
.site-footer .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.site-footer .pitch { font-size: 14.5px; color: var(--ink-soft); max-width: 560px; }
.site-footer .pitch strong { color: var(--ink); }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .hero-grid, .feature-inner, .dash-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero { padding: 48px 0 42px; }
  .stat-strip .wrap { grid-template-columns: 1fr 1fr; gap: 24px 12px; }
  .stat:nth-child(3) { border-left: none; }
  .calc-panel { grid-template-columns: 1fr; }
  section.block { padding: 56px 0; }
}
@media (max-width: 520px) {
  .stat-strip .wrap { grid-template-columns: 1fr 1fr; }
  .stat + .stat { border-left: none; }
  .header-links { gap: 14px; font-size: 13.5px; }
  .header-links a:not(.nav-cta):not(.logo) { display: none; }
}
