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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, sans-serif;
  color: #1a0a00;
  background: #f5efe6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 68px;
  background: rgba(59, 26, 12, 0);
  border-bottom: 1px solid rgba(200, 168, 107, 0);
  transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
}
.header--scrolled {
  background: rgba(36, 14, 5, 0.88);
  border-bottom-color: rgba(200, 168, 107, 0.15);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.header__inner {
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__logo {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: #c8a86b;
  letter-spacing: 0.08em;
  flex-shrink: 0;
  transition: opacity 0.25s ease;
}
.header__logo:hover {
  opacity: 0.8;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
}
.header__nav-link {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.25s ease;
  white-space: nowrap;
}
.header__nav-link:hover {
  color: #ffffff;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.header__login {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.25s ease;
}
.header__login:hover {
  color: #ffffff;
}
.header__cta {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #3b1a0c;
  background: #c8a86b;
  border-radius: 100px;
  padding: 9px 20px;
  white-space: nowrap;
  transition: background 0.25s ease, transform 0.25s ease;
}
.header__cta:hover {
  background: color-mix(in srgb, #c8a86b 80%, white);
}
.header__cta:active {
  transform: scale(0.97);
}
.header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  padding: 4px;
  margin-left: auto;
}
.header__burger span {
  display: block;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.28s ease, opacity 0.2s ease;
  transform-origin: center;
}
.header__burger[aria-expanded=true] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header__burger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.header__burger[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header__nav--open {
  display: flex !important;
  flex-direction: column;
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  background: rgba(36, 14, 5, 0.97);
  backdrop-filter: blur(14px);
  padding: 24px 32px 32px;
  gap: 20px;
  border-bottom: 1px solid rgba(200, 168, 107, 0.15);
  z-index: 99;
}
.header__nav--open .header__nav-link {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.hero {
  position: relative;
  background: #3b1a0c;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: calc(68px + 60px) 24px 80px;
}
.hero__bg-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(139, 77, 46, 0.45) 0%, rgba(59, 26, 12, 0) 70%);
  pointer-events: none;
}
.hero__bg-circle::before {
  content: "";
  position: absolute;
  inset: 60px;
  border-radius: 50%;
  border: 1px solid rgba(200, 168, 107, 0.15);
}
.hero__bg-circle::after {
  content: "";
  position: absolute;
  inset: 120px;
  border-radius: 50%;
  border: 1px solid rgba(200, 168, 107, 0.08);
}
.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 680px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.hero__label {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c8a86b;
  background: rgba(200, 168, 107, 0.12);
  border: 1px solid rgba(200, 168, 107, 0.25);
  border-radius: 100px;
  padding: 6px 18px;
}
.hero__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(36px, 6vw, 62px);
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.hero__title-accent {
  color: #c8a86b;
}
.hero__subtitle {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  max-width: 500px;
}
.hero__form {
  width: 100%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.hero__form-row {
  display: flex;
  width: 100%;
  border-radius: 100px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(200, 168, 107, 0.3);
  padding: 5px;
}
.hero__form-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.38);
}
.hero__input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  color: #ffffff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
  padding: 12px 20px;
  outline: none;
}
.hero__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.hero__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.hero__btn {
  flex-shrink: 0;
  background: #c8a86b;
  color: #3b1a0c;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 100px;
  white-space: nowrap;
  transition: background 0.25s ease, transform 0.25s ease;
}
.hero__btn:hover {
  background: color-mix(in srgb, #c8a86b 82%, white);
}
.hero__btn:active {
  transform: scale(0.98);
}
.hero__stats {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
}
.hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.hero__stat-num {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
.hero__stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.04em;
}
.hero__stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
}

.bundle {
  position: relative;
  background: #5c2e18;
  padding: 100px 24px;
  overflow: hidden;
}
.bundle__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 860px;
  height: 860px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(92, 46, 24, 0) 0%, rgba(44, 18, 6, 0.6) 100%);
  border: 1px solid rgba(200, 168, 107, 0.1);
  pointer-events: none;
}
.bundle__circle::before {
  content: "";
  position: absolute;
  inset: 80px;
  border-radius: 50%;
  border: 1px solid rgba(200, 168, 107, 0.07);
}
.bundle__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.bundle__header {
  text-align: center;
  max-width: 600px;
}
.bundle__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.bundle__subtitle {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
  max-width: 480px;
  margin: 0 auto;
}
.bundle__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
}
.bundle__card {
  background: rgba(245, 239, 230, 0.92);
  border-radius: 16px;
  padding: 28px 28px 32px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  backdrop-filter: blur(6px);
}
.bundle__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}
.bundle__card-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.bundle__card-icon svg {
  width: 100%;
  height: 100%;
}
.bundle__card-body {
  flex: 1;
}
.bundle__card-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a0a00;
  margin-bottom: 8px;
}
.bundle__card-lead {
  font-size: 14px;
  font-weight: 500;
  color: #1a0a00;
  margin-bottom: 10px;
  line-height: 1.45;
}
.bundle__card-text {
  font-size: 13px;
  color: #7a5a48;
  line-height: 1.6;
}

.discover {
  background: #f5efe6;
  padding: 100px 24px;
}
.discover__inner {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.discover__header {
  text-align: center;
}
.discover__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 700;
  color: #3b1a0c;
  margin-bottom: 14px;
}
.discover__subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #7a5a48;
  max-width: 440px;
  margin: 0 auto;
}
.discover__layout {
  display: flex;
  justify-content: center;
  gap: 48px;
  align-items: start;
}
.discover__image-wrap {
  border-radius: 20px;
  overflow: hidden;
  background: #c8b8d8;
  aspect-ratio: 1;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}
.discover__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.discover__accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.acc-item {
  border-bottom: 1px solid #d6c9b8;
}
.acc-item:first-child {
  border-top: 1px solid #d6c9b8;
}
.acc-item__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 4px;
  background: none;
  font-family: "Inter", system-ui, sans-serif;
  cursor: pointer;
  transition: color 0.25s ease;
}
.acc-item__header:hover .acc-item__name {
  color: #5c2e18;
}
.acc-item__name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a0a00;
  transition: color 0.25s ease;
}
.acc-item__icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid #d6c9b8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a0a00;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.acc-item__body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
  opacity: 0;
  padding: 0 4px;
}
.acc-item__desc {
  font-size: 14px;
  line-height: 1.65;
  color: #7a5a48;
  padding-bottom: 14px;
}
.acc-item__tags {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 22px;
}
.acc-item__tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #5b8fa0;
}
.acc-item__tag-sep {
  font-size: 11px;
  color: #5b8fa0;
  opacity: 0.6;
}
.acc-item--open .acc-item__body {
  max-height: 200px;
  opacity: 1;
}
.acc-item--open .acc-item__icon {
  background: #3b1a0c;
  border-color: #3b1a0c;
  color: #ffffff;
}

.footer {
  background: #3b1a0c;
  color: rgba(255, 255, 255, 0.75);
  padding: 72px 24px 40px;
}
.footer .footer__inner .footer__top .footer__info .footer__info-text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.48);
}
.footer__inner {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.footer__top {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  align-items: start;
}
.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__logo {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  font-weight: 700;
  color: #c8a86b;
  letter-spacing: 0.06em;
}
.footer__brand-desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.48);
}
.footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__col-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 4px;
}
.footer__col-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.25s ease;
}
.footer__link:hover {
  color: #c8a86b;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  gap: 16px;
  flex-wrap: wrap;
}
.footer__copy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
}
.footer__legal {
  display: flex;
  gap: 24px;
}
.footer__legal-link {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  transition: color 0.25s ease;
}
.footer__legal-link:hover {
  color: rgba(255, 255, 255, 0.65);
}

.toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(24px);
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #1a0a00;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
  z-index: 9999;
}
.toast--visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

@media (max-width: 860px) {
  .header__nav,
  .header__actions {
    display: none;
  }
  .header__burger {
    display: flex;
  }
}
@media (max-width: 800px) {
  .bundle__grid {
    grid-template-columns: 1fr;
  }
  .discover__layout {
    grid-template-columns: 1fr;
  }
  .discover__image-wrap {
    aspect-ratio: 4/3;
  }
  .footer__top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer__links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .hero__stats {
    flex-direction: column;
    gap: 16px;
  }
  .hero__stat-divider {
    width: 40px;
    height: 1px;
  }
  .hero__form-row {
    flex-direction: column;
    border-radius: 16px;
  }
  .hero__btn {
    border-radius: 12px;
    text-align: center;
  }
  .footer__links {
    grid-template-columns: 1fr;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}/*# sourceMappingURL=style.css.map */