:root {
  --bg: #f3ecdf;
  --bg-deep: #e7ddcc;
  --ink: #1b2421;
  --muted: #5c675f;
  --line: rgba(27, 36, 33, 0.14);
  --pine: #1f3d36;
  --pine-2: #17312b;
  --clay: #b55232;
  --clay-dark: #8e3e24;
  --cream: #f7f3ea;
  --card: #fffaf3;
  --serif: "Fraunces", "Iowan Old Style", Palatino, serif;
  --sans: "Outfit", "Avenir Next", "Segoe UI", sans-serif;
  --header: 4.4rem;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.55;
}
img, svg { max-width: 100%; }
h1, h2, h3 { font-family: var(--serif); font-weight: 560; letter-spacing: -0.03em; line-height: 1.05; margin: 0; }
p { margin: 0; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: #ead3b8; }

.wrap { width: min(1080px, calc(100% - 2.5rem)); margin: 0 auto; }
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header);
  padding: 0 1.25rem;
  color: #f7f3ea;
  background: linear-gradient(to bottom, rgba(12, 22, 20, 0.45), transparent);
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.site-header.is-solid {
  color: var(--ink);
  background: rgba(243, 236, 223, 0.94);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--line);
}
.site-header .btn { background: #f7f3ea; color: var(--pine); }
.site-header.is-solid .btn { background: var(--clay); color: #fffaf3; }
.site-header .btn:hover { background: #fff; }
.site-header.is-solid .btn:hover { background: var(--clay-dark); }
.brand { text-decoration: none; font-weight: 600; letter-spacing: -0.02em; }
.brand span { font-family: var(--serif); font-style: italic; font-weight: 520; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: var(--clay);
  color: #fffaf3;
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  font-weight: 560;
  cursor: pointer;
}
.btn:hover { background: var(--clay-dark); }
.btn.small { padding: 0.55rem 0.95rem; }
.btn.ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.btn.ghost:hover { background: rgba(27, 36, 33, 0.05); }
.btn:disabled { opacity: 0.65; cursor: wait; }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }

.hero { position: relative; min-height: 100svh; color: #f7f3ea; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.12);
  animation: settle 22s ease-out forwards;
}
.hero-shade {
  background:
    linear-gradient(to top, rgba(10, 18, 16, 0.82) 0%, rgba(10, 18, 16, 0.28) 46%, rgba(10, 18, 16, 0.18) 100%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  min-height: 100svh;
  padding: 6.2rem 0 2.8rem;
}
.hero-grid { display: grid; grid-template-columns: 1.35fr 0.75fr; gap: 2rem; align-items: end; width: 100%; }
.eyebrow {
  margin: 0 0 0.9rem;
  color: #e4b79a;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.section .eyebrow, .faq .eyebrow, #apply .eyebrow { color: var(--clay-dark); }
.eyebrow.light { color: #e4b79a; }
h1 { font-size: clamp(3.1rem, 7vw, 5.5rem); max-width: 11ch; }
h1 em { font-style: italic; font-weight: 520; color: #f3d7bf; }
.lede { margin-top: 1.2rem; max-width: 36rem; font-size: 1.12rem; color: rgba(247, 243, 234, 0.86); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.6rem; }
.hero .btn.ghost { color: #f7f3ea; box-shadow: inset 0 0 0 1px rgba(247, 243, 234, 0.45); }
.hero .btn.ghost:hover { background: rgba(247, 243, 234, 0.12); }
.glance {
  background: rgba(247, 243, 234, 0.12);
  border: 1px solid rgba(247, 243, 234, 0.28);
  border-radius: 1.2rem;
  padding: 1.1rem 1.15rem 0.3rem;
  backdrop-filter: blur(8px);
}
.glance > p { font-family: var(--serif); font-style: italic; font-size: 1.2rem; margin-bottom: 0.4rem; }
.glance ul { list-style: none; margin: 0; padding: 0; }
.glance li { padding: 0.75rem 0; border-top: 1px solid rgba(247, 243, 234, 0.22); }
.glance span { display: block; color: #e4b79a; font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.15rem; }

.places { background: #142421; color: var(--cream); padding: 3.2rem 0 2.2rem; }
.places h2 { font-size: clamp(2.1rem, 4vw, 3.4rem); max-width: 14ch; color: var(--cream); }
.places-head { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2rem; align-items: end; margin-bottom: 1.4rem; }
.places-head p { color: rgba(247, 243, 234, 0.78); }
.header-tools { display: flex; align-items: center; gap: 0.75rem; }
.langs { display: flex; gap: 0.1rem; }
.langs button {
  background: transparent;
  border: 0;
  color: inherit;
  font-family: "Noto Sans Armenian", Vazirmatn, var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.4rem 0.35rem;
  cursor: pointer;
  opacity: 0.62;
}
.langs button.is-active { opacity: 1; text-decoration: underline; text-underline-offset: 0.28rem; }
.place-track {
  overflow: hidden;
  padding: 0.2rem 0 1.4rem;
  direction: ltr;
}
.place-reel {
  display: flex;
  gap: 0.9rem;
  width: max-content;
  animation: reel 46s linear infinite;
}
.place-track:hover .place-reel { animation-play-state: paused; }
.place-track figure {
  position: relative;
  flex: 0 0 min(68vw, 420px);
  height: min(62vh, 520px);
  margin: 0;
  border-radius: 1.2rem;
  overflow: hidden;
}
@keyframes reel {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.glance .value {
  display: inline;
  color: inherit;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
html[lang="hy"] body { font-family: "Noto Sans Armenian", var(--sans); }
html[lang="fa"] body { font-family: "Vazirmatn", var(--sans); }
html[lang="ru"] body { font-family: "Manrope", var(--sans); }
html[lang="hy"] :is(h1, h2, h3, legend, .brand span, .glance > p, .place-track strong, .tech-stats b),
html[lang="fa"] :is(h1, h2, h3, legend, .brand span, .glance > p, .place-track strong, .tech-stats b) {
  font-family: inherit;
  font-style: normal;
}
html[lang="ru"] :is(h1, h2, h3, legend, .brand span, .glance > p, .place-track strong, .tech-stats b) {
  font-family: "Literata", var(--serif);
  font-style: normal;
}
html:not([lang="en"]) h1,
html:not([lang="en"]) .places h2,
html:not([lang="en"]) .pilot h2,
html:not([lang="en"]) .section-head h2 { max-width: none; }
html:not([lang="en"]) h1 { font-size: clamp(2.35rem, 4.6vw, 4.15rem); }
html:not([lang="en"]) :is(h1, h2, h3, legend) { letter-spacing: 0; line-height: 1.2; }
html:not([lang="en"]) .eyebrow,
html:not([lang="en"]) .glance span:not(.value),
html:not([lang="en"]) .offer-photo span {
  letter-spacing: 0;
  text-transform: none;
}
html:not([lang="en"]) .split,
html:not([lang="en"]) .faq-list { grid-template-columns: 1fr; }
html:not([lang="en"]) .lede,
html:not([lang="en"]) .field label,
html:not([lang="en"]) .offer-copy p,
html:not([lang="en"]) .reasons p,
html:not([lang="en"]) .steps { overflow-wrap: break-word; }
html[dir="rtl"] :is(#email, #whatsapp) { text-align: end; }
html[dir="rtl"] .place-track figcaption,
html[dir="rtl"] .offer-photo span,
html[dir="rtl"] .pilot-photo figcaption {
  direction: rtl;
  text-align: right;
}
.place-track img, .offer-photo img, .pilot-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.place-track figure:hover img, .offer-card:hover .offer-photo img { transform: scale(1.06); }
.place-track figcaption, .offer-photo span, .pilot-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 2.4rem 1rem 0.9rem;
  background: linear-gradient(to top, rgba(10, 18, 16, 0.78), transparent);
  color: #f7f3ea;
}
.place-track figcaption span, .pilot-photo figcaption { font-size: 0.92rem; color: rgba(247, 243, 234, 0.82); }
.place-track strong { font-family: var(--serif); font-size: 1.7rem; font-weight: 520; }

.section { padding: 4.5rem 0; }
.section-head { max-width: 38rem; margin-bottom: 2rem; }
.section-head h2, .faq h2, .apply-grid h2 { font-size: clamp(2.1rem, 4vw, 3.3rem); }
.section-copy { margin-top: 0.9rem; color: var(--muted); }
.reasons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  overflow: hidden;
}
.reasons article { background: var(--card); padding: 1.5rem 1.4rem 1.6rem; }
.reasons h3, .offer-copy h3, .faq h3 { font-size: 1.55rem; margin-bottom: 0.55rem; }
.reasons p, .faq p { color: var(--muted); }
.tech-stats, .companies { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.9rem; }
.companies { list-style: none; margin: 0.9rem 0 0; padding: 0; }
.tech-stats article, .company {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  padding: 1.15rem 1.2rem 1.25rem;
}
.tech-stats b {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.6vw, 2.05rem);
  font-weight: 560;
  line-height: 1.15;
  margin-bottom: 0.35rem;
}
.tech-stats span, .company span { color: var(--muted); }
.company strong { display: block; font-size: 1.12rem; margin-bottom: 0.3rem; }
.tech-note { margin-top: 1rem; color: var(--muted); font-size: 0.92rem; max-width: 46rem; }
.offer-copy p { color: var(--muted); }

.offer-section { background: var(--bg-deep); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.9rem; }
.offer-card {
  background: var(--card);
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform 0.35s ease;
}
.offer-card:hover { transform: translateY(-6px); }
.offer-photo { position: relative; height: 230px; }
.offer-photo span {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.offer-copy { padding: 1.05rem 1rem 1.2rem; }
.for { color: var(--ink) !important; font-weight: 560; margin-bottom: 0.35rem; }

.pilot { background: var(--pine); color: var(--cream); padding: 4.5rem 0; }
.pilot-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 2.4rem; align-items: center; }
.pilot h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); max-width: 16ch; color: var(--cream); }
.pilot p { color: rgba(247, 243, 234, 0.82); margin-top: 1rem; }
.pilot-photo { position: relative; margin: 0; height: auto; border-radius: 1.2rem; overflow: hidden; }
.pilot-photo img { width: 100%; height: auto; object-fit: contain; object-position: center; }
.pilot-photo figcaption { font-size: 0.95rem; }

.apply-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 2.5rem; align-items: start; }
.steps { margin: 1.3rem 0 0; padding: 0; padding-inline-start: 1.1rem; color: var(--muted); }
.steps li + li { margin-top: 0.45rem; }
.fine { margin-top: 1.2rem; color: var(--muted); font-size: 0.95rem; }
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 1.3rem;
  padding: 1.4rem;
}
fieldset { border: 0; margin: 0 0 1.1rem; padding: 0; }
legend {
  font-family: var(--serif);
  font-size: 1.35rem;
  margin-bottom: 0.7rem;
  padding: 0;
}
.field { margin-bottom: 0.85rem; }
.field label { display: block; font-weight: 560; margin-bottom: 0.35rem; }
.field label span, .hint { color: var(--muted); font-weight: 400; }
.hint { margin: -0.15rem 0 0.4rem; font-size: 0.92rem; }
input, select, textarea {
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: 1px solid rgba(27, 36, 33, 0.2);
  border-radius: 0.7rem;
  padding: 0.75rem 0.8rem;
  text-align: start;
}
textarea { resize: vertical; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; align-items: end; }
.form-error {
  background: #f8e6df;
  color: var(--clay-dark);
  border-radius: 0.7rem;
  padding: 0.7rem 0.8rem;
  margin: 0 0 1rem;
}
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.thanks h2 { margin: 0.3rem 0 0.8rem; }
.thanks p { color: var(--muted); }

.faq { padding-top: 0; }
.faq-list { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.2rem; margin-top: 1.4rem; }
.site-footer { border-top: 1px solid var(--line); padding: 1.6rem 0 2rem; }
.footer-row { display: flex; justify-content: space-between; gap: 1rem; align-items: end; }
.site-footer p { color: var(--muted); margin-top: 0.25rem; }
.site-footer a { font-weight: 600; }
.credits { max-width: 46rem; font-size: 0.82rem; line-height: 1.45; }

.reveal { opacity: 0; transform: translateY(28px); }
.reveal.is-in { animation: rise 0.8s ease forwards; }
.offer-grid .reveal:nth-child(2).is-in { animation-delay: 0.12s; }
.offer-grid .reveal:nth-child(3).is-in { animation-delay: 0.22s; }

@keyframes settle { to { transform: scale(1); } }
@keyframes rise { to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .hero-media img, .reveal { animation: none; opacity: 1; transform: none; }
  .place-track img, .offer-photo img, .place-reel { transition: none; animation: none; }
  .place-track { overflow-x: auto; }
}

.admin-body { background: var(--bg); }
.login-wrap, .dash { width: min(1100px, calc(100% - 2rem)); margin: 0 auto; }
.login-wrap { min-height: 100vh; display: grid; place-items: center; }
.login-card { width: min(420px, 100%); }
.login-card h1 { font-size: 2.4rem; margin: 0.2rem 0 0.5rem; }
.login-card p { color: var(--muted); margin-bottom: 1rem; }
.dash { padding: 1.5rem 0 3rem; }
.dash-head { display: flex; justify-content: space-between; gap: 1rem; align-items: end; margin-bottom: 1.4rem; }
.dash-head h1 { font-size: clamp(2rem, 4vw, 3rem); }
.dash-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0.75rem; margin-bottom: 1rem; }
.stat { background: var(--card); border: 1px solid var(--line); border-radius: 1rem; padding: 1rem; }
.stat b { display: block; font-family: var(--serif); font-size: 1.55rem; font-weight: 560; line-height: 1.15; margin-bottom: 0.3rem; }
#why, #offer, #pilot, #apply, #places { scroll-margin-top: calc(var(--header) + 0.75rem); }
.stat span { color: var(--muted); font-size: 0.92rem; }
.panels { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0.75rem; margin-bottom: 1rem; }
.panel { background: var(--card); border: 1px solid var(--line); border-radius: 1rem; padding: 1rem; }
.panel h2 { font-size: 1.25rem; margin-bottom: 0.8rem; }
.bar-row { display: grid; grid-template-columns: 7.2rem 1fr auto; gap: 0.45rem; align-items: center; margin-bottom: 0.45rem; font-size: 0.92rem; }
.bar-track { height: 0.45rem; background: var(--bg-deep); border-radius: 99px; overflow: hidden; }
.bar-fill { display: block; height: 100%; background: var(--pine); border-radius: 99px; }
.matrix-wrap { overflow-x: auto; background: var(--card); border: 1px solid var(--line); border-radius: 1rem; margin-bottom: 1rem; }
table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
th, td { text-align: left; padding: 0.7rem 0.75rem; border-bottom: 1px solid var(--line); vertical-align: top; }
th { font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.table-wrap { overflow-x: auto; background: var(--card); border: 1px solid var(--line); border-radius: 1rem; }
.filters { display: flex; gap: 0.5rem; flex-wrap: wrap; margin: 0.2rem 0 0.7rem; }
.filters select { width: auto; background: var(--card); }
.linkish { background: none; border: 0; padding: 0; color: var(--clay-dark); cursor: pointer; font-weight: 600; }
.empty { color: var(--muted); padding: 1rem; }
.note-cell { max-width: 16rem; color: var(--muted); }

@media (max-width: 860px) {
  .hero-grid, .pilot-grid, .apply-grid, .reasons, .faq-list, .panels, .stats, .places-head, .offer-grid, .tech-stats, .companies,
  html:not([lang="en"]) .faq-list { grid-template-columns: 1fr; }
  .split, html:not([lang="en"]) .split { grid-template-columns: 1fr; }
  h1 { max-width: 12ch; }
  html:not([lang="en"]) h1 { max-width: none; }
  .section, .pilot { padding: 3rem 0; }
  .place-track figure { flex-basis: 82vw; height: 68vw; }
  .pilot-photo { height: auto; }
  .bar-row { grid-template-columns: 6.2rem 1fr auto; }
  .site-header {
    height: auto;
    min-height: var(--header);
    flex-wrap: wrap;
    align-items: center;
    row-gap: 0.2rem;
    padding: 0.5rem 0.9rem 0.55rem;
  }
  .site-header { column-gap: 0.8rem; }
  .brand { line-height: 1.15; }
  .header-tools { flex: 1 1 14rem; justify-content: flex-end; gap: 0.4rem; }
  .langs button { padding: 0.35rem 0.28rem; letter-spacing: 0; }
  .hero-copy { padding-top: 7.4rem; }
  #why, #offer, #pilot, #apply, #places { scroll-margin-top: 6.5rem; }
}
