:root {
  --plum: #8f0177;
  --deep: #420137;
  --rose: #de1a58;
  --gold: #ea489c;
  --mutifgold: #f4c65d;
  --ink: #2e2e2e;
  --cream: #fffaf7;
  --muted: #746d72;
  --line: #eadfe6
  
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: #fafafa;
  color: var(--ink);
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px
}

.skip-link {
  position: fixed;
  z-index: 9999;
  left: 1rem;
  top: -4rem;
  padding: .7rem 1rem;
  background: white;
  color: var(--plum);
  transition: .2s
}

.skip-link:focus {
  top: 1rem
}

.navbar-brand,
.footer-brand {
  font-family: "DM Serif Display", serif;
  font-size: 2.25rem;
  letter-spacing: -1.5px
}

.navbar-brand span,
.footer-brand span {
  color: var(--gold)
}

.nav-badge {
  border: 1px solid #ffffff45;
  border-radius: 99px;
  padding: .4rem .75rem;
  color: #fff;
  font-size: .65rem;
  letter-spacing: .05em;
  text-transform: uppercase
}

.nav-badge i {
  color: var(--gold);
  margin-right: .25rem
}

.hero-section {
  min-height: 100svh;
  isolation: isolate;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(115deg, #260020, #740056 58%, #b40c64)
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}

.hero-video {
  object-fit: cover;
  z-index: -3
}

.hero-overlay {
  z-index: -2;
  background: linear-gradient(100deg, rgba(27, 0, 25, .91), rgba(55, 0, 46, .68) 57%, rgba(95, 0, 58, .45));
}

.hero-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(3px);
  opacity: .3;
  background: var(--gold)
}

.orb-one {
  width: 250px;
  height: 250px;
  right: -125px;
  top: 20%
}

.orb-two {
  width: 100px;
  height: 100px;
  left: 8%;
  bottom: 2%
}

.hero-content {
  padding-top: 8rem;
  padding-bottom: 5rem
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 .85rem;
  color: var(--rose);
  font-weight: 600;
  font-size: .68rem;
  letter-spacing: .15em;
  text-transform: uppercase
}

.eyebrow span {
  height: 1px;
  width: 22px;
  background: currentColor
}

.hero-copy {
  max-width: 650px;
  color: #fff
}

.hero-copy h1,
.section-heading h2,
.testimonial-section h2,
.register-aside h2 {
  font-family: "DM Serif Display", serif;
  font-size: clamp(2.5rem, 7vw, 5.3rem);
  line-height: .98;
  letter-spacing: -.04em;
  margin: 0
}

.hero-copy h1 em,
.section-heading h2 em,
.testimonial-section h2 em,
.register-aside h2 em {
  color: var(--gold);
  font-weight: 400
}

.hero-description {
  max-width: 520px;
  margin: 1.3rem 0 1.8rem;
  color: #f8eaf5;
  font-size: .92rem;
  line-height: 1.85
}

.gift-card {
  width: min(100%, 390px);
  position: relative;
  overflow: hidden;
  padding: 1.05rem 1.15rem;
  margin: 1.4rem 0;
  background: linear-gradient(125deg, #fff9e9, #f5c761 45%, #dfa93f);
  border: 1px solid #fff5cd;
  border-radius: 15px;
  color: #50103e;
  box-shadow: 0 22px 50px #18001472;
  transform: rotate(-1.7deg)
}

.gift-shine {
  position: absolute;
  width: 100px;
  height: 220%;
  top: -50%;
  left: 47%;
  background: #fff9;
  transform: rotate(25deg);
  filter: blur(15px);
  opacity: .28
}

.gift-pattern {
  position: absolute;
  font-size: 9rem;
  right: -1.5rem;
  bottom: -4.5rem;
  color: #fff5;
  transform: rotate(18deg)
}

.gift-top,
.gift-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: .62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em
}

.gift-icon {
  font-size: 1.4rem
}

.gift-label {
  position: relative;
  margin: 1rem 0 0;
  font-size: .63rem;
  letter-spacing: .16em
}

.gift-value {
  position: relative;
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-size: 3rem;
  line-height: 1.1
}

.gift-bottom {
  border-top: 1px dashed #7e215b70;
  padding-top: .65rem;
  margin-top: .7rem;
  font-size: .55rem
}

.gift-arrow {
  border-radius: 50%;
  background: #7b125c;
  color: #fff;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  font-size: .8rem
}

.btn {
  border: 0;
  font-weight: 700
}

.btn-gold,
.btn-primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  min-height: 57px;
  border-radius: 9px;
  padding: .8rem 1.25rem;
  transition: transform .25s, box-shadow .25s
}

.btn-gold {
  background: var(--gold);
  color: #55113f;
  box-shadow: 0 12px 25px #26001960
}

.btn-gold:hover,
.btn-primary-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px #50002f4d
}

.hero-note {
  font-size: .65rem;
  color: #eadce6;
  margin: 1rem 0
}

.hero-note i {
  color: #9ae3b0
}

.scroll-cue {
  display: none
}

.trust-section {
  background: #fff;
  border-bottom: 1px solid #eee
}

.trust-row {
  padding: 1rem 0
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 85px;
  border-right: 1px solid #eee
}

.trust-item:nth-child(2n) {
  border-right: 0
}

.trust-item strong {
  font-family: "DM Serif Display", serif;
  color: var(--plum);
  font-size: 1.5rem;
  line-height: 1
}

.trust-item span:last-child {
  font-size: .9rem;
  color: var(--muted);
  margin-top: .35rem;
  text-transform: uppercase;
  letter-spacing: .06em
}

.section {
  padding: 4.8rem 0
}

.section-heading h2,
.testimonial-section h2 {
  font-size: clamp(2.2rem, 4.2vw, 3.7rem)
}

.benefits-section {
  background: var(--cream)
}

.benefit-card {
  height: 100%;
  position: relative;
  border-radius: 15px;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #f0e7eb;
  transition: transform .25s, box-shadow .25s
}

.benefit-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 30px #7e245415
}

.benefit-card.accent {
  background: #fff8ed
}

.benefit-no {
  position: absolute;
  right: 1.1rem;
  top: 1rem;
  color: #bda5b1;
  font-family: "DM Serif Display", serif
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: #f8e4f1;
  color: var(--plum);
  font-size: 1.25rem
}

.accent .benefit-icon {
  background: #ffe6ae;
  color: #935316
}

.benefit-card h3 {
  font-size: .87rem;
  margin: 1.25rem 0 .45rem;
  font-weight: 700
}

.benefit-card p {
  font-size: .67rem;
  line-height: 1.65;
  color: var(--muted);
  margin: 0
}

.testimonial-section {
  background: linear-gradient(110deg, #fff, #fdf1f7)
}

.testimonial-section h2 {
  margin: 0
}

.carousel-controls {
  display: flex;
  gap: .6rem;
  margin-top: 1.75rem
}

.carousel-controls button {
  border: 1px solid #decbd6;
  background: #fff;
  color: var(--plum);
  height: 38px;
  width: 38px;
  border-radius: 50%;
  transition: .2s
}

.carousel-controls button:hover {
  background: var(--plum);
  color: #fff
}

.review-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 17px;
  padding: 1.75rem;
  box-shadow: 0 18px 45px #53103910
}

.review-stars {
  color: #dc9e1f;
  font-size: .9rem;
  letter-spacing: .15rem
}

.review-card blockquote {
  font-family: "DM Serif Display", serif;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  line-height: 1.35;
  margin: 1rem 0;
  color: #421038
}

.review-person {
  display: flex;
  align-items: center;
  gap: .75rem
}

.review-person img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover
}

.review-person strong,
.review-person span {
  display: block
}

.review-person strong {
  font-size: .72rem
}

.review-person span {
  font-size: .58rem;
  color: var(--muted);
  margin-top: .15rem
}

.register-section {
  background: var(--cream)
}

.register-wrap {
  overflow: hidden;
  max-width: 1050px;
  margin: auto;
  border-radius: 20px;
  box-shadow: 0 24px 55px #54123d20;
  display: grid;
  grid-template-columns: 1fr;
  background: #fff
}

.register-aside {
  min-height: 320px;
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(145deg, #400034, #8f0177);
  color: #fff
}

.register-aside h2 {
  font-size: 2.55rem
}

.register-aside>div>p:not(.eyebrow) {
  max-width: 350px;
  font-size: .75rem;
  line-height: 1.8;
  color: #f1ddea;
  margin-top: 1rem
}

.aside-quote {
  display: flex;
  gap: .6rem;
  align-items: center;
  font-family: "DM Serif Display", serif;
  font-style: italic;
  color: #f4d986;
  font-size: .9rem
}

.aside-quote i {
  font-size: 1.6rem
}

.form-panel {
  padding: 2rem 1.3rem
}

.form-heading {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1.6rem
}

.form-heading h3 {
  font-size: 1.1rem;
  margin: 0;
  font-weight: 700
}

.form-heading p {
  font-size: .67rem;
  color: var(--muted);
  margin: .2rem 0 0
}

.form-number {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #f7e3f0;
  color: var(--plum);
  font-weight: 700
}

.form-label {
  font-size: .7rem;
  font-weight: 600;
  margin-bottom: .35rem
}

.form-control,
.input-group-text {
  border-color: #e6dce2;
  font-size: .76rem;
  padding: .72rem .85rem
}

.form-control {
  border-radius: 8px !important
}

.input-group-text {
  border-radius: 8px 0 0 8px !important;
  background: #f8f4f6;
  color: #6a435e
}

.input-group .form-control {
  border-radius: 0 8px 8px 0 !important
}

.form-control:focus {
  border-color: var(--plum);
  box-shadow: 0 0 0 .2rem #8f01771a
}

.password-wrap {
  position: relative
}

.password-wrap .form-control {
  padding-right: 2.5rem
}

.password-toggle {
  position: absolute;
  right: .3rem;
  top: .3rem;
  border: 0;
  background: transparent;
  color: #937687;
  padding: .3rem
}

.strength {
  display: flex;
  gap: 3px;
  margin-top: .45rem
}

.strength span {
  height: 3px;
  flex: 1;
  border-radius: 3px;
  background: #eadfe5
}

.strength.weak span:first-child {
  background: #df526a
}

.strength.medium span:nth-child(-n+2) {
  background: #e9a739
}

.strength.strong span {
  background: #51a675
}

.form-check-input:checked {
  background-color: var(--plum);
  border-color: var(--plum)
}

.form-check-label {
  font-size: .62rem;
  line-height: 1.7;
  color: var(--muted)
}

.form-check-label a {
  color: var(--plum)
}

.btn-primary-cta {
  background: var(--plum);
  color: #fff;
  font-size: .72rem;
  letter-spacing: .04em
}

.button-loading {
  display: none
}

.is-loading .button-default {
  display: none
}

.is-loading .button-loading {
  display: inline-flex;
  align-items: center;
  gap: .5rem
}

.form-secure {
  color: #9b8993;
  font-size: .59rem;
  text-align: center;
  margin: .85rem 0 0
}

.form-secure i {
  color: #70a881;
  margin-right: .2rem
}

.narrow {
  max-width: 800px
}

.faq-section {
  background: #fff
}

.accordion {
  margin-top: 2rem
}

.accordion-item {
  border: 0;
  border-bottom: 1px solid var(--line)
}

.accordion-button {
  font-size: .78rem;
  font-weight: 600;
  padding: 1.2rem .3rem;
  box-shadow: none !important
}

.accordion-button:not(.collapsed) {
  color: var(--plum);
  background: #fff
}

.accordion-button::after {
  background-size: .9rem
}

.accordion-body {
  padding: .1rem .3rem 1.2rem;
  color: var(--muted);
  font-size: .7rem;
  line-height: 1.8
}

footer {
  background: #2d0227;
  color: #cdbaca;
  padding: 1.7rem 0
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .7rem;
  text-align: center
}

.footer-brand {
  color: #fff;
  font-size: 1.8rem
}

.footer-inner p {
  margin: 0;
  font-size: .6rem
}

.footer-inner div {
  display: flex;
  gap: 1rem
}

.footer-inner a {
  color: #dcc7d5;
  text-decoration: none;
  font-size: .6rem
}

.success-modal .modal-content {
  position: relative;
  border: 0;
  border-radius: 20px;
  padding: 2.7rem 1.75rem 1.75rem;
  text-align: center;
  box-shadow: 0 25px 70px #21001b5b
}

.modal-close {
  position: absolute;
  right: .8rem;
  top: .8rem;
  background: none;
  border: 0;
  color: #997d90
}

.gift-box {
  position: relative;
  width: 84px;
  height: 76px;
  margin: 0 auto 1.1rem
}

.gift-base {
  position: absolute;
  bottom: 0;
  left: 8px;
  width: 68px;
  height: 53px;
  background: var(--rose);
  border-radius: 4px
}

.gift-lid {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 4px;
  width: 76px;
  height: 18px;
  background: #f3688a;
  border-radius: 4px;
  transform: rotate(-12deg);
  transform-origin: right bottom;
  animation: openGift .8s .3s both
}

.gift-ribbon {
  position: absolute;
  z-index: 3;
  left: 37px;
  bottom: 0;
  width: 10px;
  height: 61px;
  background: var(--gold)
}

.gift-box>span {
  position: absolute;
  right: -8px;
  top: -13px;
  color: var(--gold);
  font-size: 1.8rem;
  animation: twinkle 1s infinite alternate
}

.modal-kicker {
  font-size: .58rem;
  letter-spacing: .13em;
  color: var(--rose);
  font-weight: 700
}

.success-modal h2 {
  font-family: "DM Serif Display", serif;
  color: var(--plum);
  font-size: 2.2rem
}

.success-modal p:not(.modal-kicker) {
  font-size: .75rem;
  color: var(--muted)
}

.voucher-code {
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 1.3rem 0;
  padding: 1rem;
  background: #fff8eb;
  border: 1px dashed #d9ad48;
  border-radius: 10px
}

.voucher-code small {
  font-size: .5rem;
  letter-spacing: .13em;
  color: #96753b
}

.voucher-code strong {
  font-size: 1rem;
  letter-spacing: .1em;
  color: #714825;
  margin-top: .2rem
}

.voucher-code button {
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: none;
  color: var(--plum)
}

.ripple {
  position: relative;
  overflow: hidden
}

@keyframes openGift {
  to {
    transform: rotate(-32deg) translateY(-14px)
  }
}

@keyframes twinkle {
  to {
    transform: scale(1.25) rotate(20deg)
  }
}

@media(min-width:576px) {
  .trust-item:nth-child(2) {
    border-right: 1px solid #eee
  }
  .form-panel {
    padding: 2.4rem
  }
  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left
  }
}

@media(min-width:768px) {
  .section {
    padding: 6.5rem 0
  }
  .hero-content {
    padding-top: 9rem
  }
  .gift-card {
    margin: 2rem 0
  }
  .trust-row {
    padding: 1.4rem 0
  }
  .trust-item {
    min-height: 92px
  }
  .trust-item:nth-child(n) {
    border-right: 1px solid #eee
  }
  .trust-item:last-child {
    border: 0
  }
  .trust-item strong {
    font-size: 2rem
  }
  .benefit-card {
    padding: 1.7rem
  }
  .register-wrap {
    grid-template-columns: 42% 58%
  }
  .register-aside {
    padding: 3rem
  }
  .form-panel {
    padding: 3rem
  }
  .review-card {
    padding: 2.5rem
  }
  .scroll-cue {
    display: flex;
    position: absolute;
    bottom: 1.5rem;
    right: 3rem;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
    color: #fff9;
    text-decoration: none;
    font-size: .55rem;
    letter-spacing: .1em;
    text-transform: uppercase
  }
  .scroll-cue span {
    width: 1px;
    height: 28px;
    background: var(--gold)
  }
}

@media(min-width:992px) {
  .hero-content {
    padding-left: 6.5rem
  }
  .trust-item strong {
    font-size: 2.25rem
  }
  .testimonial-section .row {
    min-height: 330px
  }
  .benefit-card h3 {
    font-size: .95rem
  }
  .benefit-card p {
    font-size: .72rem
  }
}

@media(prefers-reduced-motion:reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important
  }
  .hero-video {
    display: none
  }
}