


.brand-name { font-family: Spectral, Georgia, serif; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #2e1065; }


.nav { font-family: Karla, Helvetica, Arial, sans-serif; }
.nav-item { display: block; }
.nav-item a {
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .045em;
  color: #2e1065;
  position: relative;
}
.nav-item a::after {
  content: "";
  position: absolute;
  left: 16px; right: 16px; bottom: 2px;
  height: 2px;
  background: #b4873a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.nav-item a:hover::after { transform: scaleX(1); }
.nav-phone {
  font-family: Spectral, Georgia, serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: #2e1065;
  white-space: nowrap;
}


.btn {
  display: inline-block;
  font-family: Karla, Helvetica, Arial, sans-serif;
  text-align: center;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
.btn:hover { transform: scale(1.03); }
.btn-primary {
  position: relative;
  background: #ffffff;
  color: #6d28d9;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: .95rem 2.1rem;
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: .03em;
  cursor: pointer;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(135deg, #7c3aed, #b4873a);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.btn-primary:hover { color: #2e1065; }
.btn-large { padding: 1.15rem 2.6rem; font-size: 1.12rem; }
.btn-solid {
  background: #7c3aed;
  background-image: none;
  color: #ffffff;
  border: 2px solid #7c3aed;
  border-radius: 10px;
  padding: .95rem 2.1rem;
  font-weight: 700;
  letter-spacing: .03em;
  cursor: pointer;
}
.btn-solid:hover { background: #6d28d9; border-color: #6d28d9; color: #ffffff; }
.btn-ghost {
  background: transparent;
  color: #6d28d9;
  border: 2px solid #d8c7f0;
  border-radius: 10px;
  padding: .95rem 1.9rem;
  font-weight: 600;
}
.btn-ghost:hover { border-color: #b4873a; color: #8a6524; }


.eyebrow {
  font-family: Karla, Helvetica, Arial, sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #7a5a1c;
  margin-bottom: 1.4vh;
}
.section-title { margin-bottom: 1.5rem; }
.section-lead { font-size: 1.1rem; line-height: 1.75; color: #4a3170; max-width: 62ch; }


.intro-frame {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  background: #faf5ff;
  padding: 4rem 2.4rem;
  border-radius: 24px;
}
.intro-copy { max-width: 46ch; }
.intro-copy h1 { margin-bottom: 2.2vh; }
.intro-sub { font-size: 1.14rem; line-height: 1.65; color: #4a3170; margin-bottom: 3vh; }


.price { display: flex; align-items: baseline; gap: .8rem; margin-bottom: 2.4vh; }
.price-now { font-family: Spectral, Georgia, serif; font-size: 2.5rem; font-weight: 900; color: #6d28d9; line-height: 1; }
.price-was { font-size: 1.1rem; color: #9a86b8; text-decoration: line-through; }
.price-cut {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #ffffff;
  background: #b4873a;
  border-radius: 4px;
  padding: .25rem .7rem;
}


.chip {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: #4a3170;
  background: #ffffff;
  border: 1px solid #e6dcf2;
  border-radius: 999px;
  padding: .48rem 1rem;
}
.chip svg { width: 15px; height: 15px; flex: none; }


.stage { position: relative; min-height: 64vh; overflow: hidden; border-radius: 20px; background: #f3e8ff; }
.stage-slide {
  position: absolute;
  inset: 0;
  min-height: 64vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity .7s ease;
  
  padding: 2.2rem 2.2rem 3.8rem;
}
.stage-slide.is-active { opacity: 1; }
.stage-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(46,16,101,.18) 0%, rgba(46,16,101,.05) 50%, transparent 100%);
  pointer-events: none;
}
.stage-figure { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 1.2rem; text-align: center; }
.stage-figure img { max-height: 46vh; width: auto; filter: drop-shadow(0 22px 40px rgba(46,16,101,.22)); }
.stage-figure svg { width: 15vw; max-width: 190px; height: auto; }
.stage-caption { position: relative; z-index: 1; font-size: .88rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 700; color: #5b21b6; }
.stage-dots { position: absolute; bottom: .6rem; left: 50%; transform: translateX(-50%); display: flex; gap: .3rem; z-index: 3; }
.slider-dot {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: none; border: none; cursor: pointer; padding: 0;
}
.slider-dot::before {
  content: "";
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(46,16,101,.28);
  transition: background-color .25s ease, transform .25s ease;
}
.slider-dot.is-active::before { background: #7c3aed; transform: scale(1.35); }


.card {
  position: relative;
  border: 1px solid #e6dcf2;
  border-radius: 10px;
  padding: 1.75rem;
  background: #ffffff;
  transform-origin: center;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s ease, border-color .3s ease;
}
.card:hover { transform: scale(1.05); box-shadow: 0 12px 40px rgba(46,16,101,.16); border-color: #d8c7f0; z-index: 10; }
.card-title { margin-bottom: .7rem; }
.card-content { font-size: .97rem; line-height: 1.65; color: #4a3170; }
.card-icon { width: 34px; height: 34px; margin-bottom: 1.1rem; }
.badge {
  position: absolute;
  top: .75rem;
  right: .75rem;
  background: #7c3aed;
  color: #ffffff;
  padding: .25rem .75rem;
  border-radius: 4px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.badge + .card-body { padding-top: 2.1rem; }
.picks-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.25rem; }


.step { position: relative; padding-left: 3.6rem; }
.step-num {
  position: absolute;
  left: 0; top: 0;
  width: 2.6rem; height: 2.6rem;
  border-radius: 50%;
  border: 2px solid #b4873a;
  color: #8a6524;
  font-family: Spectral, Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.step-title { margin-bottom: .5rem; }


.formula { border-top: 1px solid #e6dcf2; }
.formula-row { display: grid; grid-template-columns: 15rem minmax(0, 1fr); gap: 1.6rem; padding: 1.35rem 0; border-bottom: 1px solid #e6dcf2; }
.formula-name { font-family: Spectral, Georgia, serif; font-size: 1.08rem; font-weight: 700; color: #2e1065; }
.formula-note { font-size: .96rem; line-height: 1.65; color: #4a3170; }
.inci { font-size: .86rem; line-height: 1.75; color: #6b5390; letter-spacing: .01em; }


.rail { position: sticky; top: 13vh; border: 1px solid #e6dcf2; border-radius: 14px; background: #ffffff; padding: 1.6rem; box-shadow: 0 10px 30px rgba(46,16,101,.07); }
.rail-title { font-family: Spectral, Georgia, serif; font-size: 1.05rem; font-weight: 700; margin-bottom: 1rem; color: #2e1065; }
.rail-line { display: flex; justify-content: space-between; gap: 1rem; font-size: .9rem; padding: .55rem 0; border-bottom: 1px dashed #ece2f8; color: #4a3170; }
.rail-line:last-of-type { border-bottom: none; }
.rail-line strong { color: #2e1065; }
.rail-cta { display: block; width: 100%; margin-top: 1.2rem; }
.rail-note { font-size: .8rem; line-height: 1.55; color: #6b5390; margin-top: .9rem; }


.faq-item { border: 1px solid #e6dcf2; border-radius: 12px; margin-bottom: .75rem; overflow: hidden; background: #ffffff; }
.faq-q {
  width: 100%;
  text-align: left;
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  font-family: Karla, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #2e1065;
  background: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.faq-q::after { content: "+"; font-size: 1.4rem; font-weight: 400; color: #b4873a; line-height: 1; transition: transform .3s ease; }
.faq-item.is-open { box-shadow: 0 6px 18px rgba(46,16,101,.08); }
.faq-item.is-open .faq-q::after { transform: rotate(45deg); }
.faq-a { padding: 0 1.25rem; max-height: 0; overflow: hidden; transition: .3s; }
.faq-item.is-open .faq-a { max-height: 400px; padding-bottom: 1.1rem; }
.faq-a p { font-size: .97rem; color: #4a3170; }


.form { max-width: 34rem; }
.form-group { margin-bottom: 1.5vh; }
.form-label { font-size: .85rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #5b21b6; margin-bottom: .45rem; }
.form-input {
  width: 100%;
  border: 1px solid #d8c7f0;
  border-radius: 10px;
  padding: .95rem 1.05rem;
  font-size: 1rem;
  color: #2e1065;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-input:focus { border-color: #7c3aed; box-shadow: 0 0 0 4px #f3e8ff; outline: none; }
.form-input.is-error { border-color: #b4873a; background: #fdf8ee; }
.form-consent { display: flex; gap: .8rem; align-items: flex-start; font-size: .88rem; line-height: 1.6; color: #4a3170; margin: 2vh 0; }
.form-consent input { width: 19px; height: 19px; margin-top: .18rem; flex: none; accent-color: #7c3aed; }
.form-hint { font-size: .84rem; color: #6b5390; margin-top: 1.2vh; }
.form-alert { border: 1px solid #b4873a; background: #fdf8ee; border-radius: 10px; padding: 1rem 1.15rem; font-size: .93rem; color: #7a5a1c; margin-bottom: 2vh; }
.form-done { border: 1px solid #7c8f76; background: #f4f8f3; border-radius: 14px; padding: 2.4rem 2rem; }
.form-done-title { font-family: Spectral, Georgia, serif; font-size: 1.7rem; font-weight: 800; color: #2e1065; margin-bottom: 1rem; }


.prose h2 { margin-top: 4vh; margin-bottom: 1.2rem; }
.prose h3 { margin-top: 3vh; margin-bottom: .8rem; }
.prose ul { margin: 0 0 1.25rem 0; }
.prose li { position: relative; padding-left: 1.4rem; margin-bottom: .6rem; font-size: 1rem; line-height: 1.7; color: #4a3170; }
.prose li::before { content: ""; position: absolute; left: 0; top: .62rem; width: 7px; height: 7px; border-radius: 50%; background: #b4873a; }
.prose-meta { font-size: .88rem; color: #6b5390; }


.brand-half { background: #7c3aed; color: #ffffff; padding: 3rem 3.2rem; }
.brand-half img { height: 2.5rem; width: auto; margin-bottom: 1.6rem; filter: brightness(0) invert(1); }
.brand-half p { color: #ede4fb; font-size: .95rem; }
.brand-half a { color: #ffffff; text-decoration: underline; }
.brand-half a:hover { color: #f0dcae; }
.footer-tagline { font-family: Spectral, Georgia, serif; font-size: 1.25rem; line-height: 1.45; color: #ffffff; margin-bottom: 1.4rem; }
.links-half { background: #1c0a3e; color: #cbb9e6; padding: 3rem 3.2rem; }
.links-half h4 { color: #f0dcae; margin-bottom: 1.1rem; }
.links-half a { color: #cbb9e6; font-size: .93rem; }
.links-half a:hover { color: #ffffff; }
.links-col li { margin-bottom: .62rem; }
.footer-legal { border-top: 1px solid rgba(203,185,230,.18); margin-top: 2.2rem; padding-top: 1.4rem; font-size: .82rem; line-height: 1.65; color: #a992cc; }


@media (max-width: 1024px) {
  .rail { position: static; top: auto; }
  .intro-frame { grid-template-columns: minmax(0, 1fr); padding: 3rem 1.8rem; gap: 4vh; }
  .intro-copy { max-width: none; }
  .formula-row { grid-template-columns: minmax(0, 1fr); gap: .5rem; }
  .stage, .stage-slide { min-height: 60vh; }
  .stage-figure img { max-height: 40vh; }
}
@media (max-width: 768px) {
  h1 { font-size: 8.6vw; }
  h2 { font-size: 6.4vw; }
  h3 { font-size: 4.6vw; }
  .intro-frame { padding: 2.2rem 1.3rem; border-radius: 18px; }
  .price-now { font-size: 2.1rem; }
  .brand-half, .links-half { padding: 2.4rem 1.6rem; }
  .stage-figure svg { width: 40vw; }
  .stage-figure img { max-height: 34vh; }
  .btn-primary, .btn-solid, .btn-ghost { display: block; width: 100%; }
  .picks-grid { grid-template-columns: minmax(0, 1fr); }
}


.nav-list { display: flex; flex-direction: column; }
.nav-close { font-family: Karla, Helvetica, Arial, sans-serif; }
.card-body { display: block; }
.faq-list { display: block; }
.info .formula-row:last-child { border-bottom: none; }
.help .faq-item:last-child { margin-bottom: 0; }
.reach .step { margin-bottom: 1.2vh; }
@media (min-width: 769px) {
  .nav-list { flex-direction: row; }
}


#work { isolation: isolate; }
#work::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url('/public/media/hero-bg.jpg');
  background-size: auto 170%;
  background-position: 75% 0%;
  background-repeat: no-repeat;
  opacity: 0.22;
}
