@font-face {
  font-family: "Noto Sans Armenian";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/noto-sans-armenian.woff2") format("woff2");
  unicode-range: U+0308, U+0530-058F, U+2010, U+2024, U+25CC, U+FB13-FB17;
}
@font-face {
  font-family: "Noto Sans Armenian";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/noto-sans-armenian-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Noto Sans Armenian";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/noto-sans-armenian-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --navy: #0a0b0d;
  --navy-2: #121318;
  --navy-3: #1a1c22;
  --blue: #8d9bb0;
  --blue-hover: #c4cddb;
  --green: #1c7a52;
  --green-hover: #239463;
  --cyan: #d4af37;
  --gold: #c6a35a;
  --gold-2: #e8d5a3;
  --text: #e7e1d4;
  --muted: #9a9386;
  --line: rgba(198, 163, 90, 0.28);
  --bg: #08090b;
  --white: #121318;
  --card: #111218;
  --flag-red: #d90012;
  --flag-blue: #0033a0;
  --flag-orange: #f2a800;
  --radius: 10px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
  --glow-green: 0 10px 30px rgba(28, 122, 82, 0.28);
  --glow-blue: none;
  --glow-gold: 0 0 0 1px rgba(198, 163, 90, 0.22);
  --header: 76px;
  --sticky: 72px;
  --font: "Noto Sans Armenian", "Noto Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(ellipse 90% 40% at 50% -8%, rgba(198, 163, 90, 0.09), transparent 58%),
    linear-gradient(180deg, #0c0d10 0%, #08090b 40%, #070808 100%);
  line-height: 1.7;
  min-height: 100vh;
  padding-bottom: calc(var(--sticky) + 12px);
  letter-spacing: 0.01em;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--gold-2); text-decoration: none; }
a:hover { color: #f3e6c0; text-decoration: underline; }
p { margin: 0 0 1rem; }
h1, h2, h3 {
  line-height: 1.28;
  color: #f4ead4;
  margin: 0 0 0.75rem;
  letter-spacing: 0.02em;
}
h1 {
  font-size: clamp(1.85rem, 4vw, 2.7rem);
  font-weight: 700;
  color: var(--gold-2);
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  h1 {
    background: linear-gradient(92deg, #f7eed8 0%, var(--gold) 42%, #8a6d32 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
h2 { font-size: clamp(1.25rem, 2.2vw, 1.65rem); font-weight: 700; margin-top: 2.1rem; }
h3 { font-size: 1.08rem; font-weight: 700; margin-top: 1.4rem; }
ul, ol { margin: 0 0 1rem; padding-left: 1.2rem; }
li { margin-bottom: 0.35rem; }
strong { color: var(--gold-2); font-weight: 700; }

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  background: rgba(10, 11, 13, 0.92);
  backdrop-filter: blur(16px);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header);
  gap: 16px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}
.logo:hover {
  text-decoration: none;
  opacity: 0.88;
}
.logo-img {
  display: block;
  height: 34px;
  width: auto;
}
.header-cta {
  display: flex;
  gap: 10px;
  align-items: center;
}
.nav-bar {
  background: transparent;
  border-top: 1px solid rgba(198, 163, 90, 0.12);
}
.nav-inner {
  display: flex;
  gap: 2px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.nav-inner a {
  color: #c9c2b4;
  text-decoration: none;
  padding: 13px 16px;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}
.nav-inner a:hover,
.nav-inner a.is-active {
  color: var(--gold-2);
  border-bottom-color: var(--gold);
  text-decoration: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 12px 20px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s ease;
  letter-spacing: 0.03em;
  font-size: 0.88rem;
}
.btn:hover { text-decoration: none; }
.btn-blue {
  background: transparent;
  color: var(--gold-2);
  border-color: var(--gold);
}
.btn-blue:hover {
  background: rgba(198, 163, 90, 0.12);
  color: #f7eed8;
}
.btn-green {
  background: linear-gradient(180deg, #cbb57a 0%, var(--gold) 48%, #8d6b2e 100%);
  color: #1a1408;
  border-color: #e8d5a3;
  box-shadow: 0 8px 24px rgba(141, 107, 46, 0.28);
}
.btn-green:hover {
  background: linear-gradient(180deg, #e8d5a3 0%, #d4b86a 50%, #a07c38 100%);
}
.btn-dark {
  background: #16171c;
  color: var(--gold-2);
  border-color: rgba(198, 163, 90, 0.35);
}
.btn-dark:hover { background: #1e2026; }
.btn-lg { padding: 14px 26px; font-size: 0.88rem; min-width: 168px; }
.btn-block { width: 100%; }

.menu-btn {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  cursor: pointer;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  display: block;
  width: 18px;
  height: 1px;
  background: var(--gold-2);
  position: relative;
  margin: 0 auto;
}
.menu-btn span::before,
.menu-btn span::after {
  content: "";
  position: absolute;
  left: 0;
}
.menu-btn span::before { top: -6px; }
.menu-btn span::after { top: 6px; }

.hero-flag {
  height: 3px;
  background: linear-gradient(90deg, var(--flag-red) 0 33.33%, var(--flag-blue) 33.33% 66.66%, var(--flag-orange) 66.66%);
  opacity: 0.85;
}

.page { padding: 36px 0 64px; }
.crumbs {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 0.82rem;
  color: var(--muted);
}
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--gold-2); }
.crumbs-sep { opacity: 0.45; }
.layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: start;
}
.card {
  background: linear-gradient(180deg, #16171d 0%, var(--card) 18%);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 32px 32px 28px;
  border: 1px solid var(--line);
}
.lead { font-size: 1.06rem; color: #d9d2c4; }
.muted { color: var(--muted); }
.gift {
  background: rgba(198, 163, 90, 0.08);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 14px 16px;
  font-weight: 700;
  margin: 1.1rem 0;
  color: var(--gold-2);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 24px;
}

.promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #0e0f13;
  border: 1px solid var(--gold);
  border-radius: 6px;
  padding: 14px 14px 14px 20px;
  margin: 18px 0 26px;
}
.promo-code {
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--gold-2);
  font-family: ui-monospace, "Cascadia Code", monospace;
}
.promo-label {
  font-size: 0.68rem;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.promo.copied {
  border-color: #c9b27a;
  background: #12140f;
}

.banner {
  border-radius: 8px;
  overflow: hidden;
  margin: 8px 0 22px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.banner svg,
.banner img { width: 100%; height: auto; display: block; }

.shot {
  margin: 1.4rem 0 1.8rem;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0a0b0d;
  box-shadow: var(--shadow);
}
.shot img {
  display: block;
  width: 100%;
  height: auto;
}
.shot figcaption {
  padding: 12px 16px;
  font-size: 0.82rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--muted);
  background: #0e0f13;
  border-top: 1px solid rgba(198, 163, 90, 0.14);
}
.shot-tall img {
  width: auto;
  max-width: 100%;
  max-height: min(720px, 82vh);
  margin-inline: auto;
}

.aside { position: sticky; top: 100px; }
.aside-app {
  background: #111218;
  color: #fff;
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.aside-app h2 {
  color: var(--gold-2);
  margin-top: 0;
  font-size: 1.15rem;
  letter-spacing: 0.03em;
  background: none;
  -webkit-text-fill-color: unset;
}
.aside-app p { color: var(--muted); font-size: 0.92rem; }
.phone-art { width: 140px; margin: 8px auto 16px; }

.table-wrap { overflow-x: auto; margin: 1rem 0 1.5rem; }
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.94rem;
}
th, td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(198, 163, 90, 0.14);
}
th {
  background: rgba(198, 163, 90, 0.08);
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.04em;
}
td { color: var(--text); }
.steps { counter-reset: step; list-style: none; padding: 0; }
.steps li {
  position: relative;
  padding: 14px 16px 14px 56px;
  background: #0e0f13;
  border: 1px solid rgba(198, 163, 90, 0.16);
  border-radius: 6px;
  margin-bottom: 10px;
}
.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 14px;
  top: 14px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold-2);
  font-weight: 700;
  font-size: 0.8rem;
  display: grid;
  place-items: center;
}

.cards-3, .cards-2 { display: grid; gap: 14px; margin: 18px 0; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-2 { grid-template-columns: repeat(2, 1fr); }
.mini {
  background: #0e0f13;
  border: 1px solid rgba(198, 163, 90, 0.16);
  border-radius: 8px;
  padding: 18px 16px;
}
.mini h3 { margin-top: 0; color: #f4ead4; }
.tag {
  display: inline-block;
  background: transparent;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 3px 0;
  border-radius: 0;
  margin-bottom: 8px;
  border: 0;
  border-bottom: 1px solid var(--gold);
}

.faq details {
  background: #0e0f13;
  border: 1px solid rgba(198, 163, 90, 0.16);
  border-radius: 6px;
  padding: 14px 16px;
  margin-bottom: 8px;
}
.faq summary {
  font-weight: 700;
  cursor: pointer;
  color: var(--gold-2);
}
.faq p { margin: 8px 0 0; color: var(--muted); }

.site-footer {
  background: #08090b;
  color: rgba(231, 225, 212, 0.72);
  padding: 42px 0 32px;
  font-size: 0.88rem;
  border-top: 1px solid var(--line);
}
.site-footer a { color: var(--gold-2); }
.site-footer h3 {
  color: var(--gold-2);
  margin-top: 0;
  letter-spacing: 0.04em;
  font-size: 0.92rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.disclaimer {
  border-top: 1px solid rgba(198, 163, 90, 0.14);
  padding-top: 18px;
  font-size: 0.78rem;
  color: rgba(154, 147, 134, 0.9);
}
.age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--gold);
  border-radius: 4px;
  font-weight: 700;
  color: var(--gold-2);
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: rgba(8, 9, 11, 0.94);
  backdrop-filter: blur(16px);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  display: none;
  gap: 8px;
  border-top: 1px solid var(--line);
}
.sticky-cta .btn { flex: 1; padding: 12px 8px; font-size: 0.75rem; }

.skip { position: absolute; left: -999px; }
.skip:focus {
  left: 12px;
  top: 12px;
  background: var(--gold-2);
  color: #1a1408;
  padding: 8px 12px;
  z-index: 80;
}

.note {
  font-size: 0.86rem;
  color: var(--muted);
  background: rgba(198, 163, 90, 0.06);
  border: 1px solid rgba(198, 163, 90, 0.16);
  border-radius: 6px;
  padding: 14px 16px;
}

@media (max-width: 900px) {
  .layout-grid { grid-template-columns: 1fr; }
  .aside { position: static; }
  .cards-3 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .card { padding: 22px 18px; }
}

@media (max-width: 720px) {
  .menu-btn { display: grid; place-items: center; }
  .nav-bar { display: none; }
  .nav-bar.is-open { display: block; }
  .nav-inner { flex-direction: column; }
  .header-cta .btn { padding: 10px 12px; font-size: 0.72rem; letter-spacing: 0.04em; }
  .btn-lg { min-width: 0; width: 100%; }
  .cta-row .btn { flex: 1; }
  .promo { flex-direction: column; align-items: stretch; }
  .cards-2 { grid-template-columns: 1fr; }
  .sticky-cta { display: flex; }
  .page { padding-top: 22px; }
  .logo-img { height: 30px; }
}

@media (min-width: 721px) {
  body { padding-bottom: 0; }
}

.am-chat {
  position: fixed;
  z-index: 60;
  right: 16px;
  bottom: 20px;
  font-family: var(--font);
  pointer-events: none;
}

.am-chat__toggle {
  pointer-events: auto;
  width: 56px;
  height: 56px;
  margin-left: auto;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: #1a1408;
  background: linear-gradient(180deg, #f7eed8 0%, var(--gold) 48%, #8a6d32 100%);
  box-shadow: 0 10px 28px rgba(198, 163, 90, 0.38), var(--glow-gold);
}

.am-chat__toggle:hover {
  filter: brightness(1.06);
}

.am-chat__toggle svg {
  width: 26px;
  height: 26px;
}

.am-chat__panel {
  pointer-events: auto;
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(380px, calc(100vw - 24px));
  height: min(540px, calc(100vh - 120px));
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #16171c, #0e0f13);
  border: 1px solid rgba(198, 163, 90, 0.28);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
}

.am-chat.is-open .am-chat__panel {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.am-chat__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 12px 12px 14px;
  border-bottom: 1px solid rgba(198, 163, 90, 0.16);
}

.am-chat__brand {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.am-chat__avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  object-fit: cover;
  object-position: center top;
  background: #1a1c22;
}

.am-chat__brand strong {
  display: block;
  font-size: 0.95rem;
}

.am-chat__brand span {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
}

.am-chat__icon {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 1.4rem;
  cursor: pointer;
  border-radius: 10px;
}

.am-chat__icon:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.am-chat__messages {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px 8px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color-scheme: dark;
}

.am-chat__messages::-webkit-scrollbar {
  width: 8px;
}

.am-chat__messages::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #f7eed8, var(--gold));
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.am-chat__empty {
  margin: auto;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
}

.am-chat__empty strong {
  display: block;
  color: var(--text);
  margin-bottom: 6px;
}

.am-chat__suggests {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  text-align: left;
}

.am-chat__suggest {
  appearance: none;
  border: 1px solid rgba(198, 163, 90, 0.22);
  background: rgba(0, 0, 0, 0.28);
  color: var(--text);
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  font-size: 0.84rem;
  cursor: pointer;
  text-align: left;
}

.am-chat__suggest:hover {
  border-color: rgba(198, 163, 90, 0.5);
}

.am-msg {
  max-width: 88%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.am-msg--user { align-self: flex-end; }
.am-msg--assistant { align-self: flex-start; }

.am-msg__bubble {
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 0.9rem;
  line-height: 1.5;
  word-break: break-word;
}

.am-msg--user .am-msg__bubble {
  background: linear-gradient(180deg, #f7eed8 0%, var(--gold) 100%);
  color: #1a1408;
  border-bottom-right-radius: 4px;
}

.am-msg--assistant .am-msg__bubble {
  background: #1a1c22;
  border: 1px solid rgba(198, 163, 90, 0.16);
  color: #e7e1d4;
  border-bottom-left-radius: 4px;
}

.am-msg__bubble a { color: var(--gold-2); }
.am-msg--user .am-msg__bubble a { color: #1a1408; }

.am-msg__meta {
  font-size: 0.65rem;
  color: var(--muted);
  padding: 0 6px;
}

.am-msg--user .am-msg__meta { text-align: right; }

.am-typing {
  display: inline-flex;
  gap: 5px;
}

.am-typing i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  animation: am-dot 1.1s ease-in-out infinite;
}

.am-typing i:nth-child(2) { animation-delay: 0.15s; }
.am-typing i:nth-child(3) { animation-delay: 0.3s; }

@keyframes am-dot {
  0%, 80%, 100% { opacity: 0.35; }
  40% { opacity: 1; }
}

.am-chat__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(198, 163, 90, 0.16);
}

.am-chat__form textarea {
  width: 100%;
  resize: none;
  min-height: 44px;
  max-height: 110px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(198, 163, 90, 0.22);
  background: #0c0d10;
  color: var(--text);
  font: inherit;
}

.am-chat__send {
  appearance: none;
  height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(180deg, #f7eed8, var(--gold));
  color: #1a1408;
}

.am-chat__send:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@media (max-width: 720px) {
  .am-chat {
    right: 12px;
    bottom: calc(var(--sticky) + 12px);
  }

  body.chat-open .sticky-cta {
    display: none;
  }

  body.chat-open .am-chat {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  body.chat-open .am-chat__panel {
    left: 0;
    right: 0;
    width: 100%;
    height: min(78vh, calc(100vh - 86px));
  }
}
