:root {
  --green-dark: #1b5e20;
  --green: #2e7d32;
  --green-light: #43a047;
  --leaf: #63b26b;
  --cream: #f7f6f2;
  --paper: #f4f7f2;
  --ink: #16241a;
  --muted: #5b6b5f;
  --card-bg: #fff;
  --radius: 16px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--cream); line-height: 1.5; }
h1, h2, h3 { margin: 0 0 0.5em; font-family: var(--font-display); font-weight: 600; }
p { margin: 0 0 1em; }
section { padding: 48px 20px; max-width: 1080px; margin: 0 auto; }
.section-title { text-align: center; font-size: 1.6rem; margin-bottom: 32px; }

.btn { display: inline-block; padding: 12px 24px; border-radius: 999px; text-decoration: none; font-weight: 600; }
.btn--telegram { background: var(--green); color: #fff; }
.btn--telegram:hover { background: var(--green-dark); }
.btn--large { font-size: 1.1rem; padding: 16px 32px; }

.site-header { position: sticky; top: 0; background: #fff; box-shadow: 0 1px 6px rgba(0,0,0,0.08); z-index: 10; }
.site-header__inner { max-width: 1080px; margin: 0 auto; padding: 12px 20px; display: flex; align-items: center; gap: 12px; }
.site-header__brand { font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; color: var(--green-dark); }
.site-header__city-badge { background: var(--cream); border-radius: 999px; padding: 4px 12px; font-size: 0.9rem; color: var(--muted); }
.site-header__cta { margin-left: auto; }

.hero { text-align: center; padding: 64px 20px; }
.hero__title { font-size: 2.2rem; color: var(--green-dark); }
.hero__subtitle { font-size: 1.1rem; color: var(--muted); max-width: 640px; margin: 0 auto 24px; }

.representatives__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 32px; }
.representative-card { text-align: center; }
.representative-card__photo { width: 96px; height: 96px; border-radius: 50%; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.representative-card__photo--placeholder { background: var(--green); color: #fff; font-size: 2rem; font-weight: 700; }
.representative-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.representative-card__photo--hero { width: 160px; height: 160px; font-size: 3.5rem; margin-bottom: 20px; }
.representative-card__name { font-weight: 600; color: var(--green-dark); margin: 0; }

.advantages__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.advantages__item { background: var(--card-bg); border-radius: var(--radius); padding: 16px; text-align: center; font-weight: 600; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }

.paths__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.path-card { background: var(--card-bg); border-radius: var(--radius); padding: 24px; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.path-card__title { color: var(--green-dark); font-size: 1.1rem; }

.products__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; }
.product-card { background: var(--card-bg); border-radius: 10px; overflow: hidden; border: 1px solid rgba(22,36,26,0.08); }
.product-card__image { width: 100%; height: 180px; object-fit: cover; display: block; }
.product-card__name { padding: 12px 12px 0; font-size: 0.9rem; min-height: 3em; }
.product-card__price { padding: 4px 12px 16px; font-weight: 700; }
.product-card__price-current { color: var(--green-dark); }
.product-card__price-old { color: var(--muted); text-decoration: line-through; font-weight: 400; margin-left: 6px; }

.alx-full-catalog { margin-top: 40px; padding: 32px; background: var(--card-bg); border: 1px solid rgba(22,36,26,0.08); border-radius: 12px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.alx-full-catalog__text h3 { font-family: var(--font-display); color: var(--green-dark); margin: 0 0 8px; font-size: 1.2rem; }
.alx-full-catalog__text p { margin: 0; color: var(--muted); max-width: 56ch; }
.alx-full-catalog__btn { white-space: nowrap; flex-shrink: 0; }

.local { text-align: center; max-width: 720px; }

.cta { text-align: center; background: var(--green-dark); color: #fff; border-radius: var(--radius); max-width: 1080px; }
.cta__text { font-size: 1.3rem; margin-bottom: 20px; }

.faq-item { background: var(--card-bg); border-radius: var(--radius); padding: 16px 20px; margin-bottom: 12px; }
.faq-item__question { font-weight: 600; cursor: pointer; }
.faq-item__answer { margin-top: 8px; color: var(--muted); }

.site-footer { background: #fff; padding: 40px 20px; text-align: center; }
.footer-cities { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 20px 0; }
.footer-cities__label { width: 100%; font-weight: 600; color: var(--muted); }
.footer-cities__link { color: var(--green); text-decoration: none; }
.footer-cities__link:hover { text-decoration: underline; }
.footer-legal { color: var(--muted); font-size: 0.85rem; }

/* Alexander's personal landing page */

.alx-hero { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 48px; padding: 72px 20px; }
.alx-hero__photo-wrap { position: relative; justify-self: center; animation: alxFadeUp 0.7s ease-out both; }
.alx-hero__photo-wrap::before {
  content: ''; position: absolute; inset: -18px;
  background: radial-gradient(circle, rgba(99,178,107,0.35), transparent 70%);
  filter: blur(6px); z-index: 0;
}
.alx-hero__photo, .alx-hero__photo--placeholder {
  position: relative; z-index: 1; width: 240px; height: 240px; object-fit: cover; display: block;
  border-radius: 63% 37% 54% 46% / 43% 37% 63% 57%;
}
.alx-hero__photo--placeholder {
  background: var(--green); color: #fff; font-family: var(--font-display); font-size: 4rem; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
}
.alx-hero__copy { animation: alxFadeUp 0.7s ease-out 0.15s both; }
.alx-hero__headline { font-size: 2.5rem; line-height: 1.15; color: var(--green-dark); max-width: 20ch; }
.alx-hero__subtitle { font-size: 1.15rem; color: var(--muted); max-width: 48ch; margin-bottom: 28px; }

@keyframes alxFadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  .alx-hero__photo-wrap, .alx-hero__copy { animation: none; }
}

/* Grid assumes exactly 6 stat items (copy.advantages) — 3 cols x 2 rows desktop, 2 cols x 3 rows mobile. */
.alx-stats { background: var(--paper); border-radius: var(--radius); display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; }
.alx-stats__item { padding: 24px 20px; text-align: center; font-weight: 500; border-left: 1px solid rgba(22,36,26,0.1); border-top: 1px solid rgba(22,36,26,0.1); }
.alx-stats__item:nth-child(3n+1) { border-left: none; }
.alx-stats__item:nth-child(-n+3) { border-top: none; }

.alx-paths__intro { text-align: center; max-width: 56ch; margin: 0 auto 40px; color: var(--muted); }
.alx-paths__list { display: flex; gap: 0; list-style: none; margin: 0; padding: 0; }
.alx-paths__step { flex: 1; position: relative; text-align: center; padding: 0 16px; }
.alx-paths__step:not(:first-child)::before {
  content: ''; position: absolute; top: 20px; left: -50%; width: 100%; height: 1px; background: rgba(22,36,26,0.15);
}
.alx-paths__num {
  position: relative; width: 40px; height: 40px; margin: 0 auto 16px; border-radius: 50%;
  background: var(--green); color: #fff; font-family: var(--font-display); font-weight: 600;
  display: flex; align-items: center; justify-content: center;
}
.alx-paths__title { color: var(--green-dark); font-size: 1.1rem; }
.alx-paths__text { color: var(--muted); font-size: 0.95rem; }

.alx-cta-band { max-width: none; padding: 0; background: var(--green-dark);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.06)' stroke-width='2'%3E%3Cpath d='M20 100 C20 60 60 60 60 20 C60 60 100 60 100 100 C70 90 50 90 20 100Z'/%3E%3Cpath d='M20 100 C40 80 60 60 60 20'/%3E%3C/g%3E%3C/svg%3E");
}
.alx-cta-band__inner { max-width: 1080px; margin: 0 auto; padding: 64px 20px; text-align: center; color: #fff; }
.alx-cta-band__text { font-family: var(--font-display); font-size: 1.5rem; margin-bottom: 24px; }
.alx-cta-band .btn--telegram { background: #fff; color: var(--green-dark); }
.alx-cta-band .btn--telegram:hover { background: var(--paper); }

.alx-faq__row { border-bottom: 1px solid rgba(22,36,26,0.12); padding: 20px 0; }
.alx-faq__row:last-child { border-bottom: none; }
.alx-faq__question { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; cursor: pointer; }
.alx-faq__answer { margin-top: 10px; color: var(--muted); }

@media (max-width: 640px) {
  .hero__title { font-size: 1.6rem; }
  section { padding: 32px 16px; }

  .site-header__inner { flex-wrap: wrap; gap: 8px; padding: 10px 16px; }
  .site-header__cta { margin-left: 0; flex-basis: 100%; }

  .alx-hero { grid-template-columns: 1fr; text-align: center; padding: 48px 20px; }
  .alx-hero__headline { max-width: none; font-size: 2rem; }
  .alx-hero__subtitle { max-width: none; margin-left: auto; margin-right: auto; }
  .alx-hero__photo, .alx-hero__photo--placeholder { width: 160px; height: 160px; }
  .alx-paths__list { flex-direction: column; gap: 32px; }
  .alx-paths__step:not(:first-child)::before { display: none; }

  .alx-stats { grid-template-columns: repeat(2, 1fr); }
  .alx-stats__item { border-left: none; border-top: 1px solid rgba(22,36,26,0.1); }
  .alx-stats__item:nth-child(-n+2) { border-top: none; }
  .alx-stats__item:nth-child(odd) { border-right: 1px solid rgba(22,36,26,0.1); }
}
