:root {
  --lux-bg: #f8eeee;
  --lux-milk: rgba(255, 252, 249, .86);
  --lux-white: rgba(255, 255, 255, .88);
  --lux-pink: #d79aa1;
  --lux-pink-2: #f5d5dc;
  --lux-pink-dark: #a96870;
  --lux-aqua: #dff8f4;
  --lux-aqua-2: #ccefeb;
  --lux-text: #403836;
  --lux-muted: #9a8580;
  --lux-border: rgba(218, 166, 164, .34);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--lux-text);
  background:
    radial-gradient(circle at 18% 7%, rgba(255,255,255,.95), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(213,247,242,.72), transparent 32%),
    radial-gradient(circle at 13% 58%, rgba(255,210,222,.62), transparent 34%),
    linear-gradient(165deg, #fffaf7 0%, #f7eeee 42%, #f4dfe3 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(118deg, transparent 0 18%, rgba(255,255,255,.36) 22%, transparent 38%),
    linear-gradient(76deg, transparent 0 62%, rgba(255,255,255,.28) 70%, transparent 84%);
  opacity: .65;
}

.lux-page {
  position: relative;
  width: 100%;
  min-height: 100svh;
  padding: 8px 8px 14px;
}

.lux-phone-card {
  width: min(100%, 462px);
  margin: 0 auto;
  padding: 18px 16px 15px;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.76);
  background:
    radial-gradient(circle at 86% 5%, rgba(218,248,244,.58), transparent 34%),
    radial-gradient(circle at 7% 62%, rgba(255,214,225,.62), transparent 36%),
    linear-gradient(155deg, rgba(255,255,255,.76), rgba(255,245,243,.64));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.56),
    0 16px 38px rgba(126, 84, 76, .12);
  backdrop-filter: blur(18px);
}

.lux-hero {
  text-align: center;
  padding: 0 4px 13px;
}

.lux-logo {
  display: block;
  width: min(82%, 335px);
  max-height: 96px;
  object-fit: contain;
  margin: 0 auto;
  filter:
    drop-shadow(0 7px 9px rgba(48,38,34,.13))
    drop-shadow(0 0 13px rgba(255,255,255,.42));
}

.lux-divider,
.lux-subtitle {
  display: none !important;
}

.lux-menu {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
}

.lux-menu-social {
  position: relative;
  margin-top: 18px;
  margin-bottom: 18px;
}

.lux-menu-social::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: -10px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(211,151,158,.34), transparent);
}

.lux-row {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr 28px;
  align-items: center;
  min-height: 61px;
  padding: 0 15px 0 14px;
  border-radius: 21px;
  border: 1px solid rgba(218, 166, 164, .31);
  text-decoration: none;
  color: var(--lux-text);
  background:
    linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(255,250,247,.84) 48%, rgba(255,244,244,.78) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    inset 0 -10px 20px rgba(238, 206, 205, .16),
    0 8px 16px rgba(117, 72, 66, .075),
    0 2px 0 rgba(255,255,255,.88);
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

.lux-row::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 19px;
  background:
    radial-gradient(circle at 8% 10%, rgba(255,255,255,.92), transparent 25%),
    linear-gradient(90deg, rgba(255,221,229,.31), transparent 38%, rgba(220,248,244,.34));
  opacity: .9;
  pointer-events: none;
}

.lux-row::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 6px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,0));
  opacity: .6;
  pointer-events: none;
}

.lux-row:active {
  transform: translateY(1px) scale(.994);
}

.lux-icon {
  position: relative;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c17d82;
}

.lux-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lux-icon-round {
  width: 39px;
  height: 39px;
  border-radius: 999px;
  color: #fffdfb;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.55), transparent 28%),
    linear-gradient(145deg, #e6a1a6, #bf7478);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.48),
    0 7px 14px rgba(184, 108, 105, .18);
}

.lux-icon-round svg {
  width: 22px;
  height: 22px;
}

.lux-icon-light {
  width: 39px;
  height: 39px;
  border-radius: 999px;
  border: 1px solid rgba(205, 141, 137, .26);
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,.86), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,.66), rgba(255,237,239,.5));
}

.lux-icon-light svg {
  width: 22px;
  height: 22px;
}

.lux-text {
  position: relative;
  z-index: 2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -.01em;
  color: #282321;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 0 rgba(255,255,255,.76);
}

.lux-arrow {
  position: relative;
  z-index: 2;
  justify-self: end;
  color: #b9767a;
  font-size: 31px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-1px);
  text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.lux-row-site .lux-text {
  font-size: 21px;
}

.lux-contacts {
  margin-top: 16px;
  padding: 13px 10px 12px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.68);
  background:
    radial-gradient(circle at 90% 4%, rgba(218,248,244,.42), transparent 36%),
    radial-gradient(circle at 8% 70%, rgba(255,212,224,.48), transparent 34%),
    linear-gradient(150deg, rgba(255,255,255,.55), rgba(255,244,244,.54));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.38),
    0 10px 22px rgba(126, 84, 76, .07);
}

.lux-section-title {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  margin: 0 4px 10px;
}

.lux-section-title h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1;
  font-weight: 400;
  color: #9e605e;
}

.lux-section-title span {
  height: 1px;
  background: linear-gradient(90deg, rgba(201,133,130,.5), transparent);
}

.lux-section-title b {
  font-size: 19px;
  color: var(--lux-pink);
}

.lux-menu-contacts {
  gap: 8px;
  margin-bottom: 9px;
}

.lux-menu-contacts .lux-row {
  min-height: 57px;
}

.lux-contact-note {
  max-width: 335px;
  margin: 9px auto 0;
  text-align: center;
  color: var(--lux-muted);
  font-size: 14px;
  line-height: 1.22;
}

/* mobile */
@media (max-width: 420px) {
  .lux-page {
    padding: 6px 5px 10px;
  }

  .lux-phone-card {
    width: calc(100vw - 10px);
    padding: 14px 10px 12px;
    border-radius: 28px;
  }

  .lux-hero {
    padding-bottom: 11px;
  }

  .lux-logo {
    width: 78%;
    max-height: 82px;
  }

  .lux-menu {
    gap: 7px;
    margin-bottom: 13px;
  }

  .lux-menu-social {
    margin-top: 16px;
    margin-bottom: 15px;
  }

  .lux-menu-social::before {
    top: -8px;
  }

  .lux-row {
    grid-template-columns: 42px 1fr 22px;
    min-height: 51px;
    padding: 0 11px 0 10px;
    border-radius: 18px;
  }

  .lux-row::before {
    border-radius: 16px;
  }

  .lux-row::after {
    left: 15px;
    right: 15px;
    top: 5px;
    height: 12px;
  }

  .lux-icon {
    width: 32px;
    height: 32px;
  }

  .lux-icon svg {
    width: 24px;
    height: 24px;
  }

  .lux-icon-round,
  .lux-icon-light {
    width: 32px;
    height: 32px;
  }

  .lux-icon-round svg,
  .lux-icon-light svg {
    width: 19px;
    height: 19px;
  }

  .lux-text {
    font-size: 17.5px;
  }

  .lux-row-site .lux-text {
    font-size: 16.5px;
  }

  .lux-arrow {
    font-size: 25px;
  }

  .lux-contacts {
    margin-top: 13px;
    padding: 11px 7px 10px;
    border-radius: 21px;
  }

  .lux-section-title {
    gap: 9px;
    margin-bottom: 9px;
  }

  .lux-section-title h2 {
    font-size: 27px;
  }

  .lux-section-title b {
    font-size: 17px;
  }

  .lux-menu-contacts {
    gap: 7px;
  }

  .lux-menu-contacts .lux-row {
    min-height: 50px;
  }

  .lux-contact-note {
    font-size: 12.5px;
    line-height: 1.18;
    margin-top: 7px;
  }
}

@media (max-width: 360px) {
  .lux-text {
    font-size: 16px;
  }

  .lux-row-site .lux-text {
    font-size: 15.5px;
  }

  .lux-row {
    grid-template-columns: 38px 1fr 20px;
  }
}

/* === EIDOS COMPACT CONTACTS V4 START === */

/* Уплотняем блок контактов, чтобы всё помещалось на первом экране */
.lux-contacts {
  margin-top: 12px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Новый компактный заголовок контактов */
.lux-section-title-compact {
  grid-template-columns: auto 1fr auto !important;
  gap: 10px !important;
  margin: 0 4px 8px !important;
}

.lux-section-title-compact h2 {
  font-size: 22px !important;
  line-height: 1 !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.lux-section-title-compact p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12.5px !important;
  line-height: 1.15 !important;
  color: var(--lux-muted) !important;
  text-align: left !important;
}

.lux-section-title-compact b {
  font-size: 16px !important;
}

/* Нижнюю подпись больше не используем */
.lux-contact-note {
  display: none !important;
}

/* Чуть уплотняем сами контактные кнопки */
.lux-menu-contacts {
  margin-bottom: 0 !important;
}

.lux-menu-contacts .lux-row {
  min-height: 52px !important;
}

/* mobile */
@media (max-width: 420px) {
  .lux-contacts {
    margin-top: 10px !important;
    padding: 9px 7px 9px !important;
  }

  .lux-section-title-compact {
    gap: 8px !important;
    margin-bottom: 8px !important;
  }

  .lux-section-title-compact h2 {
    font-size: 18px !important;
  }

  .lux-section-title-compact p {
    font-size: 10.5px !important;
    line-height: 1.12 !important;
  }

  .lux-section-title-compact b {
    font-size: 14px !important;
  }

  .lux-menu-contacts .lux-row {
    min-height: 48px !important;
  }
}

@media (max-width: 360px) {
  .lux-section-title-compact h2 {
    font-size: 17px !important;
  }

  .lux-section-title-compact p {
    font-size: 10px !important;
  }
}

/* === EIDOS COMPACT CONTACTS V4 END === */

/* === EIDOS HERO COLLAGE V5 START === */

.lux-hero-collage-wrap {
  padding: 0 0 12px !important;
  margin: 0 !important;
  text-align: center !important;
}

.lux-hero-collage-wrap picture {
  display: block !important;
  width: 100% !important;
}

.lux-hero-collage {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  border-radius: 24px 24px 18px 18px !important;
  object-fit: contain !important;
  filter:
    drop-shadow(0 10px 18px rgba(120, 76, 70, .08))
    drop-shadow(0 0 12px rgba(255, 255, 255, .45)) !important;
}

@media (max-width: 420px) {
  .lux-phone-card {
    padding-top: 6px !important;
  }

  .lux-hero-collage-wrap {
    padding-bottom: 10px !important;
  }

  .lux-hero-collage {
    border-radius: 22px 22px 15px 15px !important;
  }
}

/* === EIDOS HERO COLLAGE V5 END === */

/* === EIDOS LOWER BRAND + HALF SUBSCRIBE V6 START === */

/* нижняя зона: без перегруза, ближе к утверждённому референсу */
.lux-menu-social {
  margin-top: 18px !important;
  margin-bottom: 14px !important;
}

.lux-subscribe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 9px;
}

.lux-row-small {
  min-height: 64px !important;
  grid-template-columns: 42px 1fr 18px !important;
  padding: 0 10px 0 10px !important;
  border-radius: 20px !important;
}

.lux-row-small::before {
  border-radius: 18px !important;
}

.lux-row-small::after {
  left: 15px !important;
  right: 15px !important;
  height: 13px !important;
}

.lux-row-small .lux-icon {
  width: 36px !important;
  height: 36px !important;
}

.lux-row-small .lux-icon svg {
  width: 20px !important;
  height: 20px !important;
}

.lux-row-small .lux-text {
  font-size: 17px !important;
  line-height: 1.08 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
}

.lux-row-small .lux-arrow {
  font-size: 24px !important;
}

/* нижний брендовый переход */
.lux-brand-site-card {
  position: relative;
  display: block;
  margin: 14px 0 0;
  padding: 14px 18px 13px;
  min-height: 124px;
  border-radius: 24px;
  text-decoration: none;
  color: #9f665f;
  border: 1px solid rgba(212, 165, 154, .42);
  background:
    radial-gradient(circle at 48% 18%, rgba(255,255,255,.7), transparent 38%),
    linear-gradient(160deg, rgba(255,246,239,.9), rgba(239,211,199,.72));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    inset 0 -12px 26px rgba(184, 126, 105, .08),
    0 10px 20px rgba(116, 72, 61, .10);
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

.lux-brand-site-card::before,
.lux-brand-site-card::after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  width: 90px;
  opacity: .18;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(164, 104, 91, .35) 43% 45%, transparent 46%),
    linear-gradient(60deg, transparent 0 52%, rgba(164, 104, 91, .25) 53% 55%, transparent 56%);
}

.lux-brand-site-card::before {
  left: 10px;
}

.lux-brand-site-card::after {
  right: 10px;
  transform: scaleX(-1);
}

.lux-brand-site-logo {
  position: relative;
  z-index: 2;
  display: block;
  width: min(78%, 300px);
  max-height: 72px;
  object-fit: contain;
  margin: 0 auto 6px;
  filter:
    drop-shadow(0 6px 8px rgba(64, 44, 38, .14))
    drop-shadow(0 0 10px rgba(255,255,255,.38));
}

.lux-brand-site-caption {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #b0796e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .025em;
}

.lux-brand-site-caption span {
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(176,121,110,.58), transparent);
}

.lux-brand-site-caption b {
  font-weight: 400;
}

.lux-brand-site-caption em {
  font-style: normal;
}

.lux-brand-site-card:active {
  transform: translateY(1px) scale(.994);
}

/* старый contacts блок больше не нужен */
.lux-contacts,
.lux-contact-note {
  display: none !important;
}

@media (max-width: 420px) {
  .lux-menu-social {
    margin-top: 15px !important;
    margin-bottom: 12px !important;
  }

  .lux-subscribe-grid {
    gap: 7px;
    margin-top: 7px;
  }

  .lux-row-small {
    min-height: 56px !important;
    grid-template-columns: 36px 1fr 16px !important;
    padding: 0 8px !important;
    border-radius: 17px !important;
  }

  .lux-row-small::before {
    border-radius: 15px !important;
  }

  .lux-row-small .lux-icon {
    width: 31px !important;
    height: 31px !important;
  }

  .lux-row-small .lux-icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  .lux-row-small .lux-text {
    font-size: 13.5px !important;
    line-height: 1.06 !important;
  }

  .lux-row-small .lux-arrow {
    font-size: 22px !important;
  }

  .lux-brand-site-card {
    margin-top: 11px;
    min-height: 104px;
    padding: 11px 12px 10px;
    border-radius: 21px;
  }

  .lux-brand-site-logo {
    width: 76%;
    max-height: 58px;
    margin-bottom: 5px;
  }

  .lux-brand-site-caption {
    gap: 7px;
    font-size: 15.5px;
  }

  .lux-brand-site-caption span {
    width: 42px;
  }
}

@media (max-width: 360px) {
  .lux-row-small {
    grid-template-columns: 32px 1fr 14px !important;
  }

  .lux-row-small .lux-text {
    font-size: 12.5px !important;
  }

  .lux-brand-site-caption {
    font-size: 14px;
  }

  .lux-brand-site-caption span {
    width: 30px;
  }
}

/* === EIDOS LOWER BRAND + HALF SUBSCRIBE V6 END === */

/* === EIDOS REMOVE BOTTOM BRAND CROSSES V7 START === */

.lux-brand-site-card::before,
.lux-brand-site-card::after {
  display: none !important;
  content: none !important;
  background: none !important;
  opacity: 0 !important;
}

/* Чуть чище сам нижний блок после удаления крестов */
.lux-brand-site-card {
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.72), transparent 40%),
    linear-gradient(160deg, rgba(255,246,239,.92), rgba(239,211,199,.74)) !important;
}

/* === EIDOS REMOVE BOTTOM BRAND CROSSES V7 END === */
