@import "./header.css";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg-1: #fff8ec;
  --bg-2: #fff0c8;
  --bg-3: #ffe4a0;

  --white: #fdfcff;
  --text: #1e2d5f;
  --muted: #6a7fa8;

  --line: rgba(255, 122, 0, 0.16);
  --glass: rgba(255, 255, 255, 0.80);
  --glass-strong: rgba(255, 255, 255, 0.92);

  --accent: #FFD400;
  --accent-2: #FF7A00;

  --shadow: 0 30px 60px rgba(255, 122, 0, 0.10);

  --disney-blue: #1E4FA3;
  --disney-sky: #6fc9ff;
  --disney-gold: #FFD400;
  --disney-pink: #ffb6d9;
  --disney-purple: #8e7dff;
}

html {
  scroll-behavior: smooth;
}
.hero-emotional{
  color:#FF7A00;
}
body {
  font-family: Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 182, 217, 0.20), transparent 18%),
    radial-gradient(circle at 85% 15%, rgba(255, 212, 0, 0.22), transparent 20%),
    radial-gradient(circle at 70% 70%, rgba(255, 122, 0, 0.12), transparent 22%),
    linear-gradient(180deg, #fff8ec 0%, #fff0c8 42%, #ffe4a0 100%);
  overflow-x: hidden;
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.03;
  background-image: radial-gradient(circle, #ffffff 1px, transparent 1px);
  background-size: 16px 16px;
  z-index: 1;
}

.cursor-glow {
  position: fixed;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 212, 0, 0.22), transparent 70%);
  pointer-events: none;
  filter: blur(22px);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0.8;
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.topline {
  position: relative;
  z-index: 50;
  background: linear-gradient(90deg, #ffd54f, #ffe98a, #ffb6d9);
  color: #19356f;
  font-weight: 800;
}

.topline__wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  font-size: 14px;
}

.topline a {
  color: #19356f;
  text-decoration: none;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid var(--line);
}

.header::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #FFD400, #FF7A00);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(255, 122, 0, 0.30);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.btn:hover {
  box-shadow: 0 24px 48px rgba(255, 122, 0, 0.42);
}

.btn--ghost {
  background: rgba(255, 122, 0, 0.08);
  color: var(--accent-2);
  box-shadow: none;
  border: 1px solid rgba(255, 122, 0, 0.28);
}

.btn--header {
  padding: 12px 22px;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* ФОН С КАРТИНКОЙ */
.hero::before {
  content: "";
  position: absolute;
  background: url("./assets/mai5.png") center/cover no-repeat;
  background-size: cover;
  filter: blur(10px) brightness(1.2);
  z-index: -1;
  inset: -20px;
}


.hero h1 {
  font-size: 70px;
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin-bottom: 22px;
  max-width: 820px;
}

.hero h1 span {
  color: var(--disney-blue);
}

.hero p {
  font-size: 19px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 650px;
  margin-bottom: 30px;
}

.hero__wrap {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 40px;
}

.hero__content {
  position: relative;
  border-radius: 30px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
}

.hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__chip {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.80);
  border: 1px solid rgba(255, 122, 0, 0.20);
  backdrop-filter: blur(14px);
  font-weight: 700;
}

.hero__visual {
  position: relative;
}

.stat-card,
.feature-card,
.zone-card,
.ticket-card,
.review-card,
.offer-box,
.cta-box,
.contact-form,
.faq-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.72));
  border: 1px solid rgba(255, 122, 0, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-card {
  position: relative;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.72));
  backdrop-filter: blur(10px);
  transition: 0.6s ease;
}

.hero-card__img-link {
  display: block;
  transition: 0.6s ease;
  width: 100%;
  height: 100%;
}

.hero-card:hover .hero-card__img-link {
  transition: 0.2s ease;
}

.hero-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 34px;
  box-shadow: 0 30px 60px rgba(255, 122, 0, 0.25);
  transition: 0.6s ease;
}

.hero-card:hover .hero-card__img {
  transform: scale(1.04);
}

.hero-float {
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.72));
  padding: 16px 20px;
  border-radius: 22px;
  font-weight: 800;
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-float--one {
  left: -5px;
  top: -20px;
  animation: floatY 4s ease-in-out infinite;
}

.hero-float--three {
  right: 20px;
  bottom: -20px;
  animation: floatY 6s ease-in-out infinite;
}

@keyframes floatY {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

section {
  position: relative;
  z-index: 3;
  padding: 90px 0;
}

.section-head {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-head span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 800;
}

.section-head h2 {
  font-size: 48px;
  line-height: 1.05;
  margin-bottom: 14px;
  letter-spacing: -0.03em;
}

.section-head p {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.stats__grid,
.feature-grid,
.zone-grid,
.ticket-grid,
.review-grid,
.contacts__wrap {
  display: grid;
  gap: 24px;
}

.stats__grid {
  grid-template-columns: repeat(4, 1fr);
}

.feature-grid,
.zone-grid,
.ticket-grid,
.review-grid {
  grid-template-columns: repeat(3, 1fr);
}

.stat-card,
.feature-card,
.zone-card,
.ticket-card,
.review-card {
  border-radius: 30px;
  padding: 30px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  transform-style: preserve-3d;
}

.stat-card:hover,
.feature-card:hover,
.zone-card:hover,
.ticket-card:hover,
.review-card:hover {
  border-color: rgba(255, 122, 0, 0.36);
  box-shadow: 0 34px 68px rgba(255, 122, 0, 0.16), 0 0 50px rgba(255, 212, 0, 0.18);
}

.stat-card__num {
  font-size: 46px;
  font-weight: 900;
  color: var(--accent-2);
  margin-bottom: 8px;
}

.stat-card__label {
  color: var(--muted);
  font-weight: 700;
}

.feature-card__icon,
.zone-card__emoji {
  font-size: 44px;
  margin-bottom: 16px;
}

.feature-card h3,
.zone-card h3,
.ticket-card h3,
.review-card strong {
  font-size: 26px;
  margin-bottom: 12px;
}

.feature-card p,
.zone-card p,
.review-card p {
  color: #333;
  line-height: 1.7;
}

.zone-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

.zone-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  z-index: 0;
}

.zone-card__top {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}

.zone-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5) 45%);
  padding: 60px 30px 30px;
  border-radius: 0 0 30px 30px;
}

.zone-card__tag,
.ticket-card__badge {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.10);
  color: var(--accent-2);
  font-weight: 800;
  font-size: 12px;
}

.offer-box {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: 38px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
}

.offer-box__glow {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  right: -100px;
  top: -100px;
  background: radial-gradient(circle, rgba(255, 182, 217, 0.28), transparent 70%);
  filter: blur(20px);
}

.offer-box__content,
.offer-box__action {
  position: relative;
  z-index: 2;
}

.offer-box__label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.10);
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.offer-box h2 {
  font-size: 44px;
  margin-bottom: 12px;
}

.offer-box p {
  max-width: 700px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.ticket-card {
  position: relative;
}

.ticket-card--featured {
  transform: scale(1.03);
  border-color: rgba(255, 122, 0, 0.40);
  box-shadow: 0 36px 70px rgba(255, 122, 0, 0.16), 0 0 70px rgba(255, 212, 0, 0.24);
}

.ticket-card__price {
  font-size: 46px;
  font-weight: 900;
  margin-bottom: 16px;
}

.ticket-card ul {
  list-style: none;
  margin-bottom: 24px;
}

.ticket-card li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  color: var(--muted);
}

.ticket-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--accent-2);
  font-size: 22px;
}

.review-card__stars {
  margin-bottom: 14px;
  font-size: 20px;
  color: var(--accent-2);
}

.review-card strong {
  display: block;
  font-size: 18px;
  margin-top: 16px;
}

/* заголовки разделов */
.ptable__section th {
  background: rgba(255, 122, 0, 0.08);
  color: var(--accent-2);
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 16px 24px;
}

/* выравнивание цены */
.ptable td:last-child {
  text-align: right;
}

/* hover эффект */
.ptable tbody tr:hover td {
  transform: translateX(4px);
  transition: 0.2s ease;
}

.ptable__hint {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}

.ptable__hint a {
  color: var(--accent-2);
  text-decoration: none;
  font-weight: 800;
  border-bottom: 1px dashed rgba(255, 122, 0, 0.4);
  transition: 0.3s;
}

.ptable__hint a:hover {
  border-bottom-color: transparent;
  color: #FF7A00;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.faq-item {
  border-radius: 24px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--text);
  text-align: left;
  padding: 24px 26px;
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-question span {
  font-size: 28px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  padding: 0 26px 24px;
  color: var(--muted);
  line-height: 1.7;
}

.cta-box {
  border-radius: 34px;
  padding: 48px;
  text-align: center;
}

.cta-box h2 {
  font-size: 48px;
  line-height: 1.05;
  margin-bottom: 14px;
}

.cta-box p {
  max-width: 760px;
  margin: 0 auto 26px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.contacts__wrap {
  grid-template-columns: 1fr;
  align-items: center;
}

.contacts__info span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 800;
}

.contacts__info h2 {
  font-size: 46px;
  margin-bottom: 16px;
}

.contacts__info p {
  color: var(--muted);
  font-size: 18px;
  margin-bottom: 10px;
}
.phone-link{
  text-decoration: none;
  color: var(--accent-2);
}
.contact-form {
  border-radius: 30px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form h3 {
  font-size: 30px;
  margin-bottom: 6px;
}

.contact-form input {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 122, 0, 0.22);
  background: rgba(255, 255, 255, 0.85);
  color: var(--text);
  outline: none;
}

.contact-form input::placeholder {
  color: #8099c0;
}

.contacts__map {
  width: 100%;
  height: 60vh;
  margin: 50px 0 0 0;
  border: none;
  border-radius: 30px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  padding: 15px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd54f, #fff2a6);
  color: #19356f;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 20px 40px rgba(255, 213, 79, 0.35);
}

.messenger-btn {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 80;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #6fc9ff, #b8ecff);
  color: #19356f;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0 20px 40px rgba(111, 201, 255, 0.28);
}


.footer {
  margin-top: 60px;
  padding: 30px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
  border-top: 1px solid rgba(255, 122, 0, 0.14);
  backdrop-filter: blur(18px);
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer__left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer__copy {
  font-size: 14px;
  color: var(--muted);
}

.footer__tg {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #6fc9ff, #b8ecff);
  color: #19356f;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(111, 201, 255, 0.3);
  transition: 0.3s ease;
}

.footer__tg:hover {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 18px 36px rgba(111, 201, 255, 0.5);
}

/* адаптив */
@media (max-width: 600px) {
  .footer__wrap {
    flex-direction: column;
    text-align: center;
  }
}

@keyframes modalShow {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {

  .hero__wrap,
  .stats__grid,
  .feature-grid,
  .zone-grid,
  .ticket-grid,
  .review-grid,
  .contacts__wrap,
  .offer-box {
    grid-template-columns: 1fr;
  }

  .ticket-card--featured {
    transform: none;
  }
}

@media (max-width: 860px) {

  .btn--header,
  .cursor-glow,
  .sticky-cta {
    display: none;
  }

  .topline__wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: 42px;
  }

  .section-head h2,
  .offer-box h2,
  .cta-box h2,
  .contacts__info h2 {
    font-size: 32px;
  }

  .hero p,
  .section-head p,
  .offer-box p,
  .cta-box p,
  .contacts__info p {
    font-size: 16px;
  }

  .hero__visual {
    min-height: 430px;
  }

  .cta-box {
    padding: 34px 24px;
  }

  .messenger-btn {
    left: 16px;
    bottom: 16px;
  }
}

/* контейнер искр */
.fairy-click-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
}

/* частицы */
.spark-click {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #fffdf4 0%, #ffe88a 45%, rgba(255, 232, 138, 0) 75%);
  box-shadow:
    0 0 10px rgba(255, 232, 138, 0.9),
    0 0 20px rgba(255, 182, 217, 0.5),
    0 0 30px rgba(111, 201, 255, 0.4);
  animation: fairyClickAnim 0.9s ease-out forwards;
}

/* крестик внутри (как магия ✨) */
.spark-click::before,
.spark-click::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: white;
  transform: translate(-50%, -50%);
  border-radius: 999px;
}

.spark-click::before {
  width: 2px;
  height: 14px;
}

.spark-click::after {
  width: 14px;
  height: 2px;
}

/* анимация разлета */
@keyframes fairyClickAnim {
  0% {
    transform: translate(0, 0) scale(0.4);
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: translate(var(--x), var(--y)) scale(0.1);
    opacity: 0;
  }
}

/* price table */
.price-table {
  margin-top: 40px;
}

.price-table__head {
  text-align: center;
  margin-bottom: 28px;
}

.price-table__head span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 800;
}

.price-table__head h2 {
  font-size: 36px;
  letter-spacing: -0.03em;
}

.price-table__wrap {
  overflow-x: auto;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.72));
  border: 1px solid rgba(255, 122, 0, 0.14);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.ptable {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.ptable thead tr {
  border-bottom: 1px solid rgba(255, 122, 0, 0.12);
}

.ptable th {
  padding: 18px 24px;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  font-weight: 800;
}

.ptable tbody tr {
  border-bottom: 1px solid rgba(255, 122, 0, 0.08);
  transition: background 0.2s;
}

.ptable tbody tr:last-child {
  border-bottom: none;
}

.ptable tbody tr:hover {
  background: rgba(255, 122, 0, 0.05);
}

.ptable td {
  padding: 20px 24px;
  font-weight: 700;
  color: var(--text);
  vertical-align: middle;
}

.ptable td:first-child {
  min-width: 180px;
}

.ptable__icon {
  font-size: 24px;
  line-height: 1;
}

.ptable__badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.10);
  border: 1px solid rgba(255, 122, 0, 0.22);
  color: var(--accent-2);
  font-size: 13px;
  font-weight: 800;
}

.ptable__price {
  font-size: 16px;
  font-weight: 800;
}

.ptable__price--accent {
  color: var(--accent-2);
  font-size: 18px;
}

.price-table__note {
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 600px) {

  .ptable {
    min-width: 580px;
  }

  .ptable th,
  .ptable td {
    padding: 14px 14px;
  }

  .price-table__head h2 {
    font-size: 26px;
  }

}

.price-page {
  min-height: 100vh;
  padding: 120px 0 90px;
}

.price-page .section-head h1 {
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}

.ptable__section th {
  background: rgba(255, 122, 0, 0.08);
  color: var(--accent-2);
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 16px 24px;
}

.ptable td:last-child {
  text-align: right;
}

@media (max-width: 600px) {
  .price-page {
    padding: 80px 0 60px;
  }

  .price-page .section-head h1 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {

  .ptable {
    min-width: 0;
    width: 100%;
  }

  .ptable th,
  .ptable td {
    padding: 14px 12px;
  }

  .ptable th:first-child,
  .ptable td:first-child {
    width: 68%;
  }

  .ptable th:last-child,
  .ptable td:last-child {
    width: 32%;
    text-align: right;
    white-space: nowrap;
  }

  .ptable td:first-child {
    min-width: 0;
    word-break: break-word;
  }

  .price-table__head h2 {
    font-size: 26px;
  }
}

.may-plus {
  flex-shrink: 0;
}

.may-offer {
  padding: 90px 0;
}

.may-offer__box {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 34px;
  align-items: center;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 182, 217, 0.32), transparent 28%),
    radial-gradient(circle at 15% 80%, rgba(255, 212, 0, 0.32), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.74));
  border: 1px solid rgba(255, 122, 0, 0.18);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.may-offer__label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.1);
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.may-offer h2 {
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.may-offer p {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 26px;
}

.may-offer__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.may-offer__card {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 122, 0, 0.14);
}

.may-offer__card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--accent-2);
  font-size: 24px;
  font-weight: 900;
}

.may-offer__card span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.may-offer__visual {
  position: relative;
  min-height: 300px;
}

.may-offer__circle {
  width: 260px;
  height: 260px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 110px;
  background: linear-gradient(135deg, #fff4b8, #ffd4ec);
  box-shadow: 0 28px 60px rgba(255, 122, 0, 0.2);
  animation: floatY 5s ease-in-out infinite;
}

.may-offer__float {
  position: absolute;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 122, 0, 0.14);
  color: var(--text);
  font-weight: 900;
  box-shadow: var(--shadow);
}

.may-offer__float--one {
  left: 0;
  top: 35px;
}

.may-offer__float--two {
  right: 0;
  bottom: 45px;
}
.may-offer-promo{
  color:#FF7A00;
}
/* главный оффер */
.promo-highlight {
  margin: 18px 0;
  padding: 16px 18px;

  border-radius: 18px;

  background: linear-gradient(
    135deg,
    rgba(255, 212, 0, 0.25),
    rgba(255, 122, 0, 0.18)
  );

  border: 1px solid rgba(255, 122, 0, 0.3);

  font-weight: 800;
  font-size: 17px;
  color: var(--text);

  box-shadow: 0 12px 30px rgba(255, 122, 0, 0.15);
}

/* делаем саму скидку ещё ярче */
.promo-highlight strong {
  color: #FF7A00;
}

/* предупреждение */
.promo-warning {
  margin-top: 12px;
  font-size: 13px;

  color: #b05a00;

  padding-left: 18px;
  position: relative;
}

.promo-warning::before {
  content: "⚠️";
  position: absolute;
  left: 0;
}
.link-magic {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;

  color: var(--accent-2);
  font-weight: 800;
  text-decoration: none;

  background: rgba(255, 122, 0, 0.08);
  border: 1px solid rgba(255, 122, 0, 0.25);

  backdrop-filter: blur(10px);

  transition: all 0.3s ease;
  position: relative;
}

/* свечение */
.link-magic::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;

  background: radial-gradient(circle,
      rgba(255, 212, 0, 0.4),
      rgba(255, 122, 0, 0.3),
      transparent 70%);

  opacity: 0;
  transition: 0.3s ease;
  z-index: -1;
}

/* hover */
.link-magic:hover {
  color: #fff;
  background: linear-gradient(135deg, #FFD400, #FF7A00);
  box-shadow: 0 10px 24px rgba(255, 122, 0, 0.35);
  transform: translateY(-2px);
}

.link-magic:hover::before {
  opacity: 1;
}

@media (max-width: 900px) {
  .may-offer__box {
    grid-template-columns: 1fr;
    padding: 34px 24px;
  }

  .may-offer h2 {
    font-size: 34px;
  }

  .may-offer__cards {
    grid-template-columns: 1fr;
  }

  .may-offer__visual {
    min-height: 220px;
  }

  .may-offer__circle {
    width: 190px;
    height: 190px;
    font-size: 82px;
  }
}

.may-accordion {
  margin-top: 26px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 122, 0, 0.16);
  box-shadow: 0 22px 44px rgba(255, 122, 0, 0.10);
  backdrop-filter: blur(16px);
}


.may-accordion__head {
  width: 100%;
  padding: 24px 26px;
  border: none;
  background: transparent;
  color: var(--text);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 900;
  text-align: left;
}

.may-accordion__head strong {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 122, 0, 0.12);
  color: var(--accent-2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.may-accordion.active .may-accordion__head strong {
  transform: rotate(45deg);
}

.may-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.may-accordion__inner {
  opacity: 1;
  transform: none;
  height: auto;
  padding: 0 26px 26px;
}

.may-accordion.active .may-accordion__head strong {
  transform: rotate(45deg);
}


.may-accordion__inner ul {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.may-accordion__inner li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}

.may-accordion__inner li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-2);
  font-weight: 900;
}

.may-accordion {
  grid-column: 1 / -1;
  width: 100%;
}

.attention-text {
  color: var(--accent-2);
  font-weight: 900;
}

.generated-promo-code {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.12);
  border: 1px solid rgba(255, 122, 0, 0.24);
  color: var(--accent-2);
  font-weight: 900;
}

.may-accordion__example {
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 212, 0, 0.16), rgba(255, 182, 217, 0.16));
}

.may-accordion__example h4 {
  font-size: 22px;
  margin-bottom: 12px;
}

.may-accordion__example p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.may-accordion__example p:last-child {
  margin-bottom: 0;
}

.may-title {
  font-size: 26px;
  margin-bottom: 14px;
}

.may-title small {
  display: block;
  font-size: 14px;
  color: var(--muted);
  margin-top: 4px;
}

/* таблица */
.may-table {
  margin: 18px 0;
  overflow-x: auto;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 122, 0, 0.14);
}

.may-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.may-table th {
  text-align: left;
  padding: 14px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.may-table td {
  padding: 14px;
  font-weight: 700;
}

.may-table tr {
  border-top: 1px solid rgba(255, 122, 0, 0.08);
}

.may-table tr:hover {
  background: rgba(255, 122, 0, 0.05);
}

.may-table .highlight {
  background: rgba(255, 212, 0, 0.18);
}

/* правила */
.may-rules {
  list-style: none;
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.may-rules li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  color: var(--muted);
}

.may-rules li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent-2);
  font-weight: 900;
}

.faq-route {
  padding: 0 26px 24px;
}

.faq-route__map {
  width: 100%;
  border-radius: 20px;
  display: block;
  margin-bottom: 14px;
}

.faq-route__hint {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  padding: 0;
}
