:root {
  --ink: #15201b;
  --muted: #5d6761;
  --line: #d7ddd5;
  --paper: #f6f8f5;
  --surface: #fff;
  --forest: #173b2a;
  --green: #245d3f;
  --amber: #bd7b1c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Noto Sans Armenian", "Segoe UI", Arial, sans-serif; line-height: 1.6; overflow-x: hidden; }
main, section, article, header, div, nav { min-width: 0; }
h1, h2, h3, p, a, strong, span { overflow-wrap: anywhere; }
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); }
.topbar .shell { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { color: var(--forest); font-weight: 900; text-decoration: none; font-size: 1.15rem; }
.nav { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.nav a { font-weight: 700; text-decoration: none; }
.nav .cta { padding: 9px 13px; border-radius: 6px; background: var(--forest); color: #fff; }
.hero { min-height: min(720px, 86vh); display: grid; align-items: center; color: #fff; background: var(--forest); background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 160px 160px; }
.hero .shell { padding: 72px 0 92px; }
.eyebrow { color: #f0bd67; font-weight: 900; text-transform: uppercase; font-size: .78rem; }
h1 { max-width: 900px; margin: 12px 0 20px; font-size: clamp(2.6rem, 8vw, 6.8rem); line-height: .98; letter-spacing: 0; }
.hero p { max-width: 730px; margin: 0 0 28px; color: rgba(255,255,255,.8); font-size: clamp(1.05rem, 2vw, 1.35rem); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 18px; border: 1px solid transparent; border-radius: 6px; font-weight: 900; text-decoration: none; }
.button.primary { background: #fff; color: var(--forest); }
.button.secondary { border-color: rgba(255,255,255,.35); color: #fff; }
.band { padding: 72px 0; }
.band.white { background: var(--surface); }
.heading { max-width: 760px; margin-bottom: 30px; }
.heading h2 { margin: 6px 0 10px; font-size: clamp(1.8rem, 4vw, 3.1rem); line-height: 1.1; letter-spacing: 0; }
.heading p { color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.item { padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.item h3 { margin: 0 0 8px; letter-spacing: 0; }
.item p { margin: 0; color: var(--muted); }
.price-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; overflow-x: auto; }
.price { min-width: 190px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.price strong { display: block; margin: 8px 0 2px; font-size: 1.2rem; }
.price span { color: var(--muted); font-size: .86rem; }
.notice { margin-top: 18px; padding: 16px; border-left: 3px solid var(--amber); background: #fff9ef; color: var(--muted); }
.faq details { padding: 16px 0; border-top: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 900; }
.faq p { color: var(--muted); }
.footer { padding: 34px 0; border-top: 1px solid var(--line); }
.footer .shell { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer a { color: var(--muted); }
@media (max-width: 860px) { .grid { grid-template-columns: 1fr; } .nav > a:not(.cta) { display: none; } }
@media (max-width: 560px) { .shell { width: min(100% - 24px, 1120px); } .hero { min-height: 78vh; } .hero .shell { padding: 52px 0 72px; } h1 { font-size: 3rem; } .nav { gap: 9px; } }

.hero .hero-title {
  max-width: 920px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

@media (max-width: 768px) {
  .hero .hero-title {
    font-size: clamp(36px, 10vw, 46px);
    line-height: 1.06;
  }
}
