:root {
  --gold: #e5aa22;
  --purple: #4e236c;
  --cream: #fff7ee;
  --nav-height: clamp(60px, 4vh, 30px);
}

* { box-sizing: border-box; }

html,
body {
  min-height: 100%;
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  background: #21102e;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-shell {
  /* width: min(100vw, 430px);
  height: min(100vh, 932px);
  min-height: 640px;
  position: relative; */
  overflow: hidden;
  background: var(--gold);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .48);
}

.scroll-area {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: var(--nav-height);
  scroll-behavior: smooth;
  background: var(--gold);
}

.scroll-area::-webkit-scrollbar { width: 0; }

.hero-screen {
  min-height: 932px;
  background: var(--gold);
  color: var(--purple);
}

.top-panel {
  height: 104px;
  /* padding-top: 16px; */
  background: var(--gold);
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  z-index: 3;
}

.phone-time {
  margin: 16px 0 0 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  color: #000;
}

.phone-icons {
  margin: 14px 24px 0 0;
  color: #000;
}



.brand-logo {
  /* width: 112px; */
  max-width: 31%;
  margin-top: 34px;
}
.main-banner {
  width: 100%;
  background-image: url('../images/girl-model.png');
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 999;
  position: absolute;
}
.hero-art {
  height: 316px;
  margin-top: -1px;
  background-image: url('../images/header-banner.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.hero-copy {
  padding-left: 33px;
  padding-top: 82px;
}

.hero-copy h1 {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: clamp(19px, 5.5vw, 26px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: .2px;
}

.hero-copy p {color:#fff !important; font-size: small;}

.hero-btn {
  width: max-content;
  min-width: 140px;
  margin-top: 7px;
  padding: 5px 14px 6px;
  color: #fff;
  text-decoration: none;
  font-size: clamp(12px, 3.4vw, 15px);
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #aaa0d4, #5e50a5);
  border: 1px solid rgba(255, 255, 255, .55);
  box-shadow: 0 4px 7px rgba(0, 0, 0, .35), inset 0 1px 3px rgba(255, 255, 255, .35);
}

.fit-content {
  padding: 66px 32px 0;
  text-align: left;
}

.fit-content h2 {
  margin: 0 0 26px;
  color: var(--purple);
  font-size: clamp(70px, 15vw, 82px);
  line-height: .89;
  letter-spacing: 2px;
  font-weight: 900;
}

.fit-content p {
  margin: 0;
  color: var(--purple);
  font-size: clamp(18px, 5.2vw, 22px);
  line-height: 1.45;
  font-weight: 500;
}

.gapp {height: 40px;}

.bottom-pattern {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 52px;
  object-fit: cover;
  object-position: left center;
}

.image-section {
  background: var(--gold);
}

.bottom-nav {
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--nav-height);
  /* padding: 22px 23px 30px; */
  background: var(--purple);
  z-index: 99;
}

.nav-item {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--cream);
  font-size: clamp(10px, 3.1vw, 12px);
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.nav-item:hover { color: var(--cream); }
.nav-item img {
  height: 24px;
  width: auto;
  object-fit: contain;
}
.nav-item:nth-child(3) img { height: 24px; }

.home-indicator {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  width: 130px;
  height: 6px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .35);
  z-index: 25;
}

.bg-cream {
    background: var(--cream);
}
.pill-title {
    display: inline-block;
    background: var(--gold);
    color: var(--purple);
    border-radius: 999px;
    padding: 0.35rem 1.8rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: clamp(1rem, 2vw, 1.6rem);
}
.section-lead {
    max-width: 720px;
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    color: #fff;
}
.how .section-lead,
.collection .section-lead {
    color: #4e4056;
}
.step-list {
    display: grid;
    gap: 2.2rem;
}
.step-item {
    display: grid;
    grid-template-columns: 32px 55px 1.1fr 25px;
    align-items: center;
    gap: 1.5rem;
}
.step-number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--purple);
    color: white;
    display: grid;
    place-items: center;
    font-weight: 500;
    font-size: 1rem;
}
.step-icon {
    width: 60px;
    height: 60px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--purple);
    font-size: 1.5rem;
    padding: 10px;
}
.step-item h3 {
    font-weight: 800;
    font-size: 1rem;
}
.step-item p {
    margin: 0;
    font-size: .9rem;
}
.circle-link,
.arrow-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none;
    background: #e7e4df;
    color: var(--gold);
    font-size: 1.1rem;
}
.promise-box {
    background: var(--purple);
    color: white;
    border-radius: 28px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    border: 1px dashed var(--gold);
}
.promise-box i {
    font-size: 4rem;
    color: var(--gold);
}
.promise-box p {
    font-size: 1rem;
    margin: 0;
}

.img-title {width: 40%;}
.img-value {width: 30%;}
#how-it-works {background-color: #fcf3e8;}

.style-card {
    background: white;
    border: 1px solid var(--gold);
    border-radius: 140px 140px 28px 28px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 18px 35px #4b1f6812;
}
.style-img {
    height: 270px;
    background-size: cover;
    background-position: center;
}
.style-1 {
    background: linear-gradient(#0000, #4b1f6880), radial-gradient(circle at 45% 20%, #f2c09b 0 13%, transparent 14%),
        linear-gradient(145deg, #ddb0b2, #4b1f68);
}
.style-2 {
    background: linear-gradient(#0000, #d18c1480), radial-gradient(circle at 50% 20%, #f0bb93 0 13%, transparent 14%),
        linear-gradient(145deg, #f1bd4e, #b97917);
}
.style-3 {
    background: linear-gradient(#0000, #a04d5580), radial-gradient(circle at 45% 20%, #efb78e 0 13%, transparent 14%),
        linear-gradient(145deg, #e47c88, #8c3048);
}
.style-4 {
    background: linear-gradient(#0000, #d8af7280), radial-gradient(circle at 48% 20%, #e8b38f 0 13%, transparent 14%),
        linear-gradient(145deg, #f1c981, #9a6a24);
}
.style-card h3 {
    font-family:
        Playfair Display,
        serif;
    color: var(--purple);
    font-size: 1.5rem;
}
.style-card p {
    font-size: .9rem;
    color: #62646d;
    font-weight: 500;
}
.arrow-btn {
    background: var(--purple);
    color: var(--gold);
    border: 2px solid var(--gold);
    margin: auto;
}

.trust-panel {
    background: #fcf2e8;
    color: var(--purple);
    border-radius: 55px 55px 0 0;
    padding: 2.5rem;
}

.mini {
    text-align: center;
    border-right: 1px dashed #d8cbbb;
    padding: 1rem;
    height: 100%;
}
.mini i {
    display: block;
    font-size: 3rem;
    margin-bottom: 0.75rem;
}
.mini strong {
    display: block;
    font-size: .9rem;
}
.mini span {
    display: block;
    color: #17121d;
    font-size: .8rem;
}

.consult-title {
    font-size: 3.4rem;
    font-weight: 600;
    color: var(--purple);
    line-height: 0.95;
    margin-top: 50px;
}
.consult-form {
    display: grid;
    gap: 2rem;
}
.consult-form .form-control,
.consult-form .input-group-text {
    border-radius: 999px !important;
    border: 1px solid var(--purple);
    padding: .2rem 2rem;
    font-size: clamp(1.2rem, 4vw, 2.4rem);
    color: #222;
}
.consult-form .form-control::placeholder {
    color: #bdbdc2;
}
.submit-btn {
    background: var(--purple);
    color: #ded8d7;
    border-radius: 999px;
    padding: 1.2rem;
    font-size: clamp(.9rem, 4vw, 1.6rem);
    font-weight: 800;
    text-transform: uppercase;
}
.submit-btn:hover {
    background: #351344;
    color: white;
}

@media (min-width: 576px) {
  /* .app-shell {
    width: min(100%, 520px);
    border-radius: 28px;
  } */
  .hero-screen { min-height: 1010px; }
  .top-panel { height: 80px; }
  .brand-logo { width: 132px; margin-top: 0px; }
  .hero-art { height: 480px; }
  .hero-copy { padding-left: 48px; padding-top: 104px; }
  .hero-btn { min-width: 160px; }
  .fit-content { padding: 52px 42px 0; }
  
}

@media (min-width: 992px) {
  body {
    background:
      radial-gradient(circle at 18% 18%, rgba(227, 169, 31, .18), transparent 28%),
      radial-gradient(circle at 82% 78%, rgba(227, 169, 31, .12), transparent 28%),
      #21102e;
  }
  .app-shell {
    /* width: min(560px, 42vw); */
    height: min(940px, calc(100vh - 20px));
    /* border-radius: 32px; */
  }
}

@media (max-width: 430px) {
  body { padding: 0; }
  .app-shell {
    /* width: 100vw; */
    height: 100vh;
    max-height: none;
  }
  .top-panel { height: 104px; }
  .hero-art { height: 216px; }
  .fit-content p {  font-size: clamp(12px, 3.2vw, 12px);}
  .img-title {width: 70%;}
  .img-value {width: 60%;}
  .consult-title {font-size: 2.1rem;}
  .consult-form {margin-bottom: 50px; padding: 10px;}
  
}

@media (max-width: 370px) {
  .phone-time { margin-left: 18px; }
  .phone-icons { margin-right: 18px; gap: 6px !important; }
  .hero-copy { padding-left: 27px; padding-top: 74px; }
  .hero-btn { min-width: 124px; }
  .fit-content { padding-left: 25px; padding-right: 25px; }
  .bottom-nav { padding-left: 15px; padding-right: 15px; }
  .nav-item img { height: 34px; }
}

/* Mobile sticky header + hero shrink on scroll */
@media (max-width: 575.98px) {
  .scroll-area {
    scroll-padding-top: 234px;
  }

  .hero-screen {
    overflow: visible !important;
  }

  .top-panel,
  .hero-art,
  .brand-logo,
  .phone-time,
  .phone-icons,
  .hero-copy,
  .hero-copy h1,
  .hero-btn {
    transition: all .28s ease;
  }
  

  .top-panel {
    position: sticky !important;
    top: 0;
    height: 0px;
    padding-top: 10px;
    z-index: 40;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0);
  }

  .brand-logo {
    /* width: 96px; */
    margin-top: -12px;
  }

  .phone-time {
    margin-top: 12px;
    margin-left: 20px;
    font-size: 14px;
  }

  .phone-icons {
    margin-top: 10px;
    margin-right: 20px;
    transform: scale(.9);
    transform-origin: top right;
  }

  .hero-art {
    position: sticky;
    top: 55px;
    height: 225px;
    z-index: 35;
  }

  .hero-copy {
    padding-left: 28px;
    padding-top: 15px;
  }

  .app-shell.is-scrolled .scroll-area {
    scroll-padding-top: 184px;
  }

  .app-shell.is-scrolled .top-panel {
    height: 64px;
    padding-top: 4px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .16);
  }

  .app-shell.is-scrolled .brand-logo {
    width: 74px;
    margin-top: 18px;
  }

  .app-shell.is-scrolled .phone-time,
  .app-shell.is-scrolled .phone-icons {
    opacity: 0;
    pointer-events: none;
  }

  .app-shell.is-scrolled .hero-art {
    top: 45px;
    height: 180px;
    background-position: center 50%;
    /* box-shadow: 0 8px 18px rgba(0, 0, 0, .18); */
    position: sticky !important;
  }

  .app-shell.is-scrolled .hero-copy {
    padding-left: 22px;
    padding-top: 26px;
  }

  .app-shell.is-scrolled .hero-copy h1 {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.08;
  }

  .app-shell.is-scrolled .hero-btn {
    min-width: 104px;
    margin-top: 4px;
    padding: 3px 10px 4px;
    font-size: 10px;
    border-radius: 14px;
  }
}

