/* =========================================================================
   components.css — компоненты «Не дома»: кнопки, карточки, чипы, пилюли,
   форма, бейджи, mobile-cta.
   ========================================================================= */

/* --- Логотип --- */
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 28% 16%, #fff1b7 0%, var(--gold2) 31%, var(--gold) 100%);
  color: #061226;
  font-family: var(--font);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -.06em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .32), 0 12px 34px rgba(240, 208, 138, .22);
}

/* --- Кнопки --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -.025em;
  border: 1px solid transparent;
  transition: .2s ease;
  cursor: pointer;
  white-space: nowrap;
  font-family: var(--font);
  font-size: 15px;
}
.btn-primary {
  background: linear-gradient(135deg, #f6dc9d 0%, #c8a766 100%);
  color: #061226;
  box-shadow: 0 16px 42px rgba(240, 208, 138, .20), 0 8px 28px rgba(28, 76, 142, .18);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 56px rgba(240, 208, 138, .28), 0 10px 34px rgba(28, 76, 142, .22); }
.btn-secondary {
  border-color: rgba(242, 246, 255, .20);
  color: var(--cream);
  background: rgba(255, 255, 255, .055);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.btn-secondary:hover { background: rgba(45, 111, 169, .18); border-color: rgba(173, 204, 247, .28); }
.btn[disabled] { opacity: .6; cursor: progress; transform: none; }

.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff, #dfe9ff);
  color: #061226;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 12px 30px rgba(29, 92, 166, .18);
  white-space: nowrap;
}

/* --- Контакты в шапке: телефон + мессенджеры --- */
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(242, 246, 255, .16);
  background: rgba(255, 255, 255, .05);
  color: var(--cream);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -.01em;
  white-space: nowrap;
  transition: border-color .2s ease, background .2s ease;
}
.nav-phone svg { width: 16px; height: 16px; color: var(--gold2); }
.nav-phone:hover { border-color: rgba(240, 208, 138, .42); background: rgba(255, 255, 255, .085); }
.ic-btn {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .02em;
  flex: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .25);
  transition: transform .2s ease, box-shadow .2s ease;
}
.ic-btn svg { width: 20px; height: 20px; }
.ic-btn:hover { transform: translateY(-2px); }
.ic-tg { background: linear-gradient(135deg, #37bbfe, #229ed9); }
.ic-tg svg { transform: translateX(-1px); }
.ic-tg:hover { box-shadow: 0 12px 28px rgba(34, 158, 217, .5); }
.ic-max { background: linear-gradient(135deg, #4b8bff, #8a5cf6); font-size: 10px; }
.ic-max:hover { box-shadow: 0 12px 28px rgba(96, 88, 246, .5); }

@media (max-width: 900px) { .nav-links { display: none; } }
@media (max-width: 740px) {
  .nav-actions { gap: 8px; }
  .nav-phone span { display: none; }
  .nav-phone { padding: 0; width: 42px; height: 42px; justify-content: center; border-radius: 50%; }
  .nav-phone svg { width: 18px; height: 18px; }
}

/* --- Eyebrow --- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(240, 208, 138, .32);
  border-radius: 999px;
  color: var(--gold2);
  background: rgba(240, 208, 138, .075);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  margin-bottom: 24px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025);
}
.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--gold2);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(240, 208, 138, .78);
}

/* --- Статистика hero — «булиты» со свечением-прожектором --- */
.stat {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(240, 208, 138, .30);
  border-radius: 22px;
  padding: 20px 16px 18px;
  background:
    radial-gradient(120% 82% at 50% -16%, rgba(240, 208, 138, .28), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .04));
  box-shadow:
    0 20px 46px rgba(6, 16, 34, .5),
    0 0 30px rgba(240, 208, 138, .10),
    inset 0 1px 0 rgba(255, 255, 255, .14);
}
/* Луч прожектора сверху */
.stat::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -62%;
  width: 76%;
  height: 150%;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(246, 220, 157, .5), rgba(240, 208, 138, .12) 55%, transparent 72%);
  filter: blur(10px);
  opacity: .85;
  pointer-events: none;
}
/* Светящаяся верхняя кромка */
.stat::after {
  content: "";
  position: absolute;
  inset: 0 12% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246, 220, 157, .9), transparent);
}
.stat strong {
  display: block;
  font-size: 33px;
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1;
  color: var(--gold2);
  background: linear-gradient(180deg, #fff7e6, var(--gold2) 82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 26px rgba(240, 208, 138, .4);
}
.stat span { display: block; margin-top: 8px; color: rgba(242, 246, 255, .85); font-size: 12px; line-height: 1.32; font-weight: 600; }
.stat:hover {
  transform: translateY(-3px);
  border-color: rgba(240, 208, 138, .55);
  box-shadow:
    0 26px 62px rgba(6, 16, 34, .6),
    0 0 48px rgba(240, 208, 138, .22),
    inset 0 1px 0 rgba(255, 255, 255, .18);
}

/* --- Фотокарточки hero --- */
.photo-card {
  position: absolute;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(242, 246, 255, .16);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .05);
  background: #111;
  isolation: isolate;
}
.photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 13, 30, .02), rgba(3, 11, 25, .86) 78%);
}
.photo-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05); }
.photo-caption { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 2; }
.photo-caption small { display: block; color: var(--gold2); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; margin-bottom: 8px; font-weight: 700; }
.photo-caption b { display: block; font-size: 26px; font-weight: 800; letter-spacing: -.045em; line-height: 1.03; }

.card-note span { color: var(--gold2); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.card-note h3 { font-size: 35px; font-weight: 800; letter-spacing: -.045em; line-height: .96; margin: 10px 0 12px; }
.card-note p { margin: 0; color: rgba(242, 246, 255, .72); line-height: 1.5; font-weight: 500; }

/* --- Finder: заголовок, поля-кнопки, CTA --- */
.finder-lead { min-width: 0; }
.finder-eyebrow {
  display: inline-block;
  color: var(--gold2);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 8px;
}
.finder-lead strong {
  display: block;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.08;
  color: var(--cream);
}
.field {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  padding: 13px 14px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .028));
  border: 1px solid rgba(242, 246, 255, .12);
  min-width: 0;
  cursor: pointer;
  font-family: var(--font);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.field:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 208, 138, .4);
  background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .04));
  box-shadow: 0 12px 30px rgba(6, 16, 34, .4);
}
.field:active { transform: translateY(0) scale(.98); }
.field-ic {
  flex: none;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  font-size: 17px;
  line-height: 1;
  background: radial-gradient(circle at 30% 22%, rgba(246, 220, 157, .32), rgba(45, 111, 169, .18));
  border: 1px solid rgba(240, 208, 138, .28);
  box-shadow: 0 0 18px rgba(240, 208, 138, .18);
}
.field-body { min-width: 0; }
.field label { display: block; font-size: 10px; color: var(--gold2); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 3px; font-weight: 800; cursor: pointer; }
.field-body div { color: var(--ivory); font-weight: 700; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.finder-go { min-height: 74px; padding-inline: 30px; align-self: stretch; }
.finder-go .arrow { transition: transform .2s ease; }
.finder-go:hover .arrow { transform: translateX(4px); }

/* --- Чипы фильтра --- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; }
.chip {
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(242, 246, 255, .72);
  border: 1px solid rgba(242, 246, 255, .13);
  background: rgba(255, 255, 255, .043);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: .18s ease;
  font-family: var(--font);
}
.chip:hover { color: var(--cream); }
.chip.active {
  color: #061226;
  background: linear-gradient(135deg, #ffffff, #dfe9ff);
  border-color: rgba(255, 255, 255, .70);
  font-weight: 800;
}

/* --- Карточки офферов --- */
.offer-card {
  position: relative;
  min-height: 445px;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(242, 246, 255, .16);
  background: var(--panel2);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .05);
  transition: opacity .3s ease, transform .3s ease;
}
.offer-card::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(5, 13, 30, .02), rgba(3, 11, 25, .86) 78%); }
.offer-card::after { content: ""; position: absolute; inset: 0; z-index: 3; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06); pointer-events: none; }
.offer-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; filter: saturate(.82) contrast(1.02); transition: transform .45s ease; }
.offer-card:hover img { transform: scale(1.04); }
.offer-card[hidden] { display: none; }
.offer-content { position: absolute; inset: auto 22px 22px; z-index: 2; }
.offer-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.tag { padding: 7px 9px; border-radius: 999px; background: rgba(244, 234, 219, .13); color: rgba(244, 234, 219, .82); border: 1px solid rgba(244, 234, 219, .10); font-size: 12px; }
.offer-card h3 { font-size: 32px; font-weight: 800; letter-spacing: -.045em; line-height: 1; margin-bottom: 12px; }
.offer-card p { margin: 0 0 18px; color: rgba(242, 246, 255, .72); line-height: 1.45; font-weight: 500; }
.offer-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 16px; }
.offer-price strong { font-size: 20px; font-weight: 800; letter-spacing: -.03em; }
.offer-price span { color: var(--muted); font-size: 13px; }
.mini-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold2);
  font-weight: 800;
  font-size: 14px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  font-family: var(--font);
}
.mini-link:hover { gap: 10px; }

.offers-loading, .offers-empty { grid-column: 1 / -1; color: var(--muted); padding: 40px 4px; font-weight: 500; }

/* --- Пилюли конструктора --- */
.selector-group label { display: block; color: var(--gold2); text-transform: uppercase; letter-spacing: .08em; font-size: 12px; margin-bottom: 12px; font-weight: 700; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; }
.pill {
  padding: 11px 14px;
  border: 1px solid rgba(242, 246, 255, .12);
  border-radius: 999px;
  color: rgba(242, 246, 255, .74);
  background: rgba(0, 0, 0, .14);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: .18s ease;
  font-family: var(--font);
}
.pill.selected {
  background: linear-gradient(135deg, #f6dc9d, #c8a766);
  color: #061226;
  border-color: rgba(240, 208, 138, .8);
  font-weight: 800;
}

/* --- Конструктор: панель и выдача --- */
.builder-panel h3, .itinerary h3 { font-size: 34px; font-weight: 800; letter-spacing: -.045em; margin-bottom: 20px; }
.itinerary-head { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; margin-bottom: 20px; flex-wrap: wrap; }
.itinerary-head h3 { margin: 0; }
.itinerary-price { color: var(--gold2); font-weight: 800; letter-spacing: -.03em; }
.time-item {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(242, 246, 255, .11);
  border-radius: 24px;
  background: rgba(0, 0, 0, .13);
}
.time { color: var(--gold2); font-size: 23px; font-weight: 800; letter-spacing: -.055em; }
.time-item b { display: block; margin-bottom: 4px; }
.time-item span { color: var(--muted); font-size: 14px; line-height: 1.45; }

/* --- Карточки месяцев --- */
.month-card {
  min-height: 245px;
  border: 1px solid rgba(242, 246, 255, .115);
  background: linear-gradient(180deg, rgba(255, 255, 255, .072), rgba(255, 255, 255, .030));
  border-radius: 28px;
  padding: 22px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
}
.month-card::before { content: ""; position: absolute; right: -50px; top: -60px; width: 130px; height: 130px; border-radius: 50%; background: rgba(45, 111, 169, .14); filter: blur(4px); }
.month-card.hot { border-color: rgba(240, 208, 138, .36); background: linear-gradient(180deg, rgba(240, 208, 138, .12), rgba(255, 255, 255, .035)); }
.month-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 18px; position: relative; }
.month-top span { color: var(--gold2); font-weight: 800; }
.month-top em { font-style: normal; color: rgba(242, 246, 255, .50); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.month-card h3 { font-size: 22px; line-height: 1.03; font-weight: 800; letter-spacing: -.03em; margin-bottom: 12px; position: relative; }
.month-card p { color: rgba(242, 246, 255, .68); font-size: 14px; line-height: 1.45; min-height: 60px; margin: 0 0 16px; position: relative; font-weight: 500; }
.stack { color: var(--ivory); font-size: 13px; padding-top: 14px; border-top: 1px solid rgba(244, 234, 219, .10); position: relative; }
.audience {
  display: inline-flex;
  margin-top: 10px;
  color: #061226;
  background: linear-gradient(135deg, #ffffff, #dfe9ff);
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}
/* Фото-заглушка под карточкой месяца (--m-img проставляет ui.js) */
.month-card.has-photo { isolation: isolate; }
.month-card.has-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 16, 34, .72), rgba(6, 16, 34, .9)),
    var(--m-img, none) center / cover no-repeat;
  filter: saturate(.9);
  transition: filter .3s ease;
}
.month-card.has-photo:hover::after { filter: saturate(1) brightness(1.08); }

/* --- Мозаика --- */
.mosaic-card {
  border: 1px solid rgba(242, 246, 255, .115);
  border-radius: 32px;
  padding: 28px;
  min-height: 260px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .072), rgba(255, 255, 255, .030));
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
}
.mosaic-card.photo { padding: 0; min-height: 360px; }
.mosaic-card.photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.66) saturate(.78); }
.mosaic-card.photo::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(5, 13, 30, .02), rgba(3, 11, 25, .86) 78%); }
.mosaic-content { position: relative; z-index: 2; padding: 28px; }
.mosaic-card h3 { font-size: 30px; font-weight: 800; letter-spacing: -.045em; margin-bottom: 10px; }
.mosaic-card p { color: rgba(242, 246, 255, .72); line-height: 1.5; margin: 0; font-weight: 500; }
.mosaic-card .icon { position: absolute; top: 22px; right: 24px; color: var(--gold2); font-size: 34px; opacity: .8; }

/* --- Форма заявки --- */
.form {
  margin: 28px 28px 28px 0;
  align-self: stretch;
  background: rgba(3, 11, 25, .74);
  border: 1px solid rgba(242, 246, 255, .14);
  border-radius: 34px;
  padding: 24px;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form h3 { font-weight: 800; letter-spacing: -.045em; font-size: 30px; margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.input { margin-bottom: 12px; }
.input label { display: block; font-size: 12px; color: var(--gold2); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 7px; font-weight: 700; }
.input input, .input select, .input textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(242, 246, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
  color: var(--cream);
  padding: 14px 16px;
  outline: none;
  font-family: var(--font);
  font-weight: 600;
  font-size: 15px;
}
.input textarea { resize: vertical; min-height: 88px; line-height: 1.5; }
.input select option { color: #061226; }
.input input:focus, .input select:focus, .input textarea:focus { border-color: rgba(240, 208, 138, .5); background: rgba(255, 255, 255, .08); }
.input.is-invalid input, .input.is-invalid select, .input.is-invalid textarea { border-color: #e0736a; }
.field-error { display: block; color: #f0a59d; font-size: 12px; margin-top: 6px; min-height: 14px; font-weight: 600; }
.form .btn { width: 100%; margin-top: 4px; }

.consent { display: flex; gap: 10px; align-items: flex-start; margin: 6px 0 4px; color: rgba(242, 246, 255, .78); font-size: 13px; line-height: 1.45; font-weight: 500; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold); flex: none; }
.consent a { color: var(--gold2); text-decoration: underline; }

.form-status { margin-top: 12px; font-size: 14px; min-height: 18px; font-weight: 600; }
.form-status.is-success { color: #9ee6b8; }
.form-status.is-error { color: #f0a59d; }

.fine { margin-top: 14px; color: rgba(242, 246, 255, .44); font-size: 12px; line-height: 1.45; }

/* Honeypot — скрыт от людей */
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* --- Плавающая кнопка на мобильных --- */
.mobile-cta {
  display: none;
  position: fixed;
  z-index: 30;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background: linear-gradient(180deg, rgba(3, 11, 25, 0), rgba(3, 11, 25, .92) 25%);
  padding-top: 20px;
}
.mobile-cta .btn { width: 100%; box-shadow: 0 16px 42px rgba(0, 0, 0, .34); }

@media (max-width: 740px) {
  .mobile-cta { display: block; }
  .form { margin: 0 16px 20px; }
  .field-row { grid-template-columns: 1fr; }
}

/* --- Плашка cookie --- */
.cookie {
  position: fixed;
  z-index: 50;
  left: 24px;
  bottom: 24px;
  width: min(430px, calc(100% - 48px));
  overflow: hidden;
  border: 1px solid rgba(240, 208, 138, .30);
  border-radius: 24px;
  padding: 20px 22px;
  background: linear-gradient(180deg, rgba(11, 27, 52, .93), rgba(6, 16, 34, .96));
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .06);
  animation: cookie-in .5s cubic-bezier(.16, 1, .3, 1) both;
}
.cookie[hidden] { display: none; }
.cookie.is-hiding { animation: cookie-out .4s ease forwards; }
.cookie-glow {
  position: absolute;
  z-index: 0;
  inset: auto auto -45% -25%;
  width: 65%;
  height: 100%;
  background: radial-gradient(circle, rgba(240, 208, 138, .28), transparent 68%);
  filter: blur(20px);
  pointer-events: none;
}
.cookie-body { position: relative; z-index: 1; display: flex; gap: 12px; align-items: flex-start; }
.cookie-ic { font-size: 24px; line-height: 1.1; flex: none; }
.cookie-body p { margin: 0; color: rgba(242, 246, 255, .84); font-size: 13.5px; line-height: 1.5; font-weight: 500; }
.cookie-actions { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; margin-top: 16px; }
.cookie-more { color: var(--gold2); font-weight: 700; font-size: 13.5px; text-decoration: underline; text-underline-offset: 3px; }
.cookie-more:hover { color: var(--gold); }
.cookie-actions .btn { min-height: 46px; padding: 0 24px; margin-left: auto; }
.cookie-actions .cookie-reject { margin-left: 0; }

@keyframes cookie-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes cookie-out { to { opacity: 0; transform: translateY(18px); } }

@media (max-width: 740px) {
  .cookie { left: 12px; right: 12px; width: auto; bottom: 88px; padding: 16px 18px; border-radius: 20px; }
  .cookie-actions { flex-wrap: wrap; }
  .cookie-more { width: 100%; }
  .cookie-actions .btn { flex: 1; margin-left: 0; padding-inline: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .cookie { animation: none; }
  .cookie.is-hiding { animation: none; opacity: 0; }
}
