:root {
  --gold: #d5bb80;
  --white: #f5f5f5;
  --deep: #082046;
  --bg: #080c15;
}

@font-face {
  font-family: "AmadeusAP";
  src: url("./assets/fonts/AmadeusAP.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  padding: 0;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
}

.page-wrap {
  position: relative;
  overflow: hidden;
}

.page {
  position: relative;
  width: 1440px;
  left: 50%;
  transform: translateX(-50%);
}

.stage {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.hero {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  background: #0a1420;
}

.overlay-controls {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 999;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(6, 12, 20, 0.7);
  color: #e6e6e6;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.overlay-controls.is-visible {
  display: flex;
}

.overlay-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
}

.overlay-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 998;
}

.overlay-layer.is-active {
  opacity: 0.4;
}

.overlay-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.layer {
  position: absolute;
}

.cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}

.bg-wrap {
  left: -21px;
  top: -19px;
  width: 1461px;
  height: 819px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.bg-rot {
  width: 819px;
  height: 1461px;
  transform: rotate(270deg);
}

.bg-img {
  position: relative;
  width: 819px;
  height: 1461px;
}

.bg-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(100% 100% at 50% 15%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 65%),
    linear-gradient(180deg, rgba(4, 10, 20, 0.05) 0%, rgba(4, 10, 20, 0.45) 100%);
  z-index: 2;
  opacity: 0.7;
}

.shiva-layer {
  left: -23px;
  top: -19px;
  width: 1465px;
  height: 821px;
  z-index: 4;
}

.shiva-rot {
  position: absolute;
  left: 0;
  top: 0;
  width: 1465px;
  height: 821px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shiva-img {
  position: relative;
  width: 821px;
  height: 1465px;
  transform: rotate(270deg);
}

.shiva-rot.blur {
  filter: blur(60px);
  opacity: 0.35;
}

.mandala {
  left: 362px;
  top: 536px;
  width: 716px;
  height: 1280px;
  opacity: 0.72;
  z-index: 2;
}

.star {
  width: 146px;
  height: 146px;
  opacity: 0.9;
  mix-blend-mode: screen;
  z-index: 3;
}

.star-right {
  left: 1143.58px;
  top: 24.58px;
}

.star-left {
  left: 128.11px;
  top: 277.11px;
  width: 158.8px;
  height: 158.8px;
}

.vignette {
  inset: 0;
  background:
    radial-gradient(120% 120% at 50% 40%, rgba(8, 18, 31, 0) 50%, rgba(8, 18, 31, 0.45) 100%),
    linear-gradient(90deg, rgba(5, 9, 16, 0.5) 0%, rgba(5, 9, 16, 0) 12%, rgba(5, 9, 16, 0) 88%, rgba(5, 9, 16, 0.5) 100%);
  z-index: 2;
  opacity: 0.6;
}

.shade {
  position: absolute;
  top: -24px;
  height: 976px;
  filter: blur(40px);
  z-index: 3;
}

.shade-left {
  left: 0;
  width: 110px;
  background: rgba(8, 12, 21, 1);
}

.shade-right {
  right: -14px;
  width: 124px;
  background: rgba(8, 13, 19, 1);
}

.glow {
  position: absolute;
  height: 51px;
  background: #082046;
  filter: blur(60px);
  z-index: 5;
}

.glow-title {
  left: 569px;
  top: 339px;
  width: 248px;
}

.glow-sub {
  left: 322px;
  top: 484px;
  width: 774px;
}

.t1,
.t2,
.t3 {
  position: absolute;
  margin: 0;
  color: var(--gold);
  font-weight: 600;
  font-size: 50px;
  line-height: 60.95px;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
}

.t1 {
  left: 299px;
  top: 125px;
  width: 846px;
}

.t2 {
  left: 186px;
  top: 203px;
  width: 451px;
}

.t3 {
  left: 747px;
  top: 203px;
  width: 555px;
}

.t3 {
  display: flex;
  justify-content: center;
  gap: 0;
}

.t3-gap {
  margin-left: 8px;
}

.india {
  position: absolute;
  left: 503px;
  top: 313px;
  width: 339px;
  margin: 0;
  color: var(--gold);
  font-family: "AmadeusAP", "Marck Script", "Great Vibes", serif;
  font-size: 120px;
  line-height: 132.12px;
  text-align: center;
  z-index: 5;
}

.sub {
  position: absolute;
  left: 333px;
  top: 468px;
  width: 753px;
  margin: 0;
  color: var(--white);
  font-weight: 400;
  font-size: 30px;
  line-height: 36.57px;
  text-transform: uppercase;
  text-align: center;
  z-index: 5;
}

.btn {
  position: absolute;
  height: 76px;
  width: 311px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: 0.2px;
  z-index: 6;
}

.btn-primary {
  left: 391px;
  top: 596px;
  color: var(--deep);
  background: linear-gradient(112.2545deg, rgba(213, 187, 128, 1) 0.83731%, rgba(160, 131, 73, 1) 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: inherit;
  filter: blur(18px);
  opacity: 0.8;
  z-index: -1;
}

.btn-outline {
  left: 722px;
  top: 596px;
  color: var(--white);
  border: 1px solid rgba(213, 187, 128, 0.7);
  background: rgba(6, 14, 24, 0.2);
  box-shadow: inset 0 0 14px rgba(213, 187, 128, 0.12);
}

.chevron {
  width: 18px;
  height: 10px;
  color: rgba(8, 32, 70, 0.7);
  transform: translateY(1px);
}

.bubble {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: invert(1) brightness(1.4);
  opacity: 0.8;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  top: 730.5px;
  width: 33px;
  height: 38px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  z-index: 6;
}

.scroll-line {
  width: 33px;
  height: 1px;
  background: linear-gradient(90deg, rgba(213, 187, 128, 0) 0%, rgba(213, 187, 128, 0.9) 50%, rgba(213, 187, 128, 0) 100%);
}

.scroll-arrow {
  width: 18px;
  height: 10px;
  color: rgba(213, 187, 128, 0.9);
}

.chevron path,
.scroll-arrow path {
  stroke: currentColor;
}

.section {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #0a1420;
}

.section-2 {
  height: 875px;
  background: #080c15;
}

.section-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
  z-index: 2;
}

.section-2-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 875px;
  z-index: 0;
}

.section-2-bg .cover {
  width: 1440px;
  height: 875px;
  object-fit: none;
}

.section-2-mandala {
  display: none;
}

.section-2-mandala-bottom {
  display: none;
}

.section-2-star {
  position: absolute;
  width: 146px;
  height: 146px;
  opacity: 0.9;
  mix-blend-mode: screen;
  z-index: 2;
}

.section-2-star.star-right {
  left: 1143.58px;
  top: 24.58px;
}

.section-2-star.star-left {
  left: 27px;
  top: 694px;
  width: 158.8px;
  height: 158.8px;
}

.section-title {
  position: absolute;
  left: 427px;
  top: 87px;
  width: 586px;
  margin: 0;
  color: var(--gold);
  font-weight: 600;
  font-size: 40px;
  line-height: 48.76px;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
}

.section-sub {
  position: absolute;
  left: 353px;
  top: 158px;
  width: 753px;
  margin: 0;
  color: var(--white);
  font-weight: 400;
  font-size: 20px;
  line-height: 24.38px;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
}

.cards {
  position: absolute;
  left: 159px;
  top: 294px;
  width: 1122px;
  display: grid;
  grid-template-columns: repeat(3, 352px);
  gap: 35px;
  z-index: 2;
}

.card {
  position: relative;
  height: 416px;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  overflow: hidden;
  color: #080c15;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 0;
}

.card-head {
  position: relative;
  height: 92px;
  z-index: 1;
}

.card-head::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 12, 21, 0.85) 0%, rgba(8, 12, 21, 0.15) 100%);
  z-index: 1;
  pointer-events: none;
}

.card-head h3 {
  position: absolute;
  left: 20px;
  top: 18px;
  margin: 0;
  font-size: 20px;
  line-height: 24.38px;
  text-transform: uppercase;
  color: #f0f2f7;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.card-media {
  position: absolute;
  inset: 0;
}

.card-media-secondary {
  opacity: 0.9;
}

.card-media-tertiary {
  opacity: 0.9;
}

.card-body {
  position: relative;
  padding: 18px 26px 18px 19px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 1;
  height: calc(100% - 92px);
}

.section-2 .card-body {
  align-items: flex-start;
  position: relative;
}

.section-2 .card-body p {
  font-size: 25px;
  line-height: 30.48px;
  font-weight: 200;
  color: #080c15;
  max-width: 307px;
}

.section-2 .card-head h3 {
  font-size: 22px;
  line-height: 26.82px;
  font-weight: 600;
}

.section-2 .card.card-3 .card-head h3 {
  font-weight: 700;
}

.section-2 .card-btn {
  position: absolute;
  left: 19px;
  top: 251px;
  width: 244px;
  height: 54px;
  padding: 0;
  font-size: 18px;
  line-height: 21.94px;
  font-weight: 600;
  border: 1px solid #ffffff;
}

.section-2 .card-btn-outline {
  color: var(--deep);
  border-color: #ffffff;
  background: transparent;
}

.section-2 .card.card-3 .card-body {
  padding-right: 20px;
}

.section-2 .card.card-3 .card-body p {
  max-width: 313px;
}

.section-2 .card.card-3 .card-btn.card-btn-outline {
  top: 180px;
}

.section-2 .card.card-3 .card-btn:not(.card-btn-outline) {
  top: 251px;
}

.card p {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #2c2c2c;
}

.card-btn {
  align-self: flex-start;
  margin-top: auto;
  min-width: 210px;
  padding: 12px 18px;
  background: var(--gold);
  color: var(--deep);
  font-weight: 600;
  font-size: 16px;
  line-height: 19.5px;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.card-btn-outline {
  background: transparent;
  color: #cfd3da;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.section-2 .card-btn-outline {
  color: var(--deep);
  border-color: #ffffff;
  background: transparent;
}

.section-3 {
  height: 1227px;
  background: #080c15;
}

.section-3::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  z-index: 2;
  pointer-events: none;
}

.section-3-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 1227px;
  z-index: 0;
}

.section-3-bg .cover {
  width: 1440px;
  height: 1227px;
  object-fit: none;
}

.section-3-dim {
  display: none;
}

.section-3-mandala-top,
.section-3-swirl,
.section-3-swirl-right,
.section-3-swirl-left,
.section-3-star,
.section-3-star-right,
.section-3-star-left,
.section-3-glow,
.section-3-mandala-bottom,
.section-3-book,
.section-3-shade,
.section-3-shade-left,
.section-3-shade-right,
.section-3-sub-bg {
  display: none;
}

.section-3-mandala-top {
  position: absolute;
  left: 362px;
  top: -1140px;
  width: 716px;
  height: 1280px;
  opacity: 0.7;
  z-index: 2;
}

.section-3-swirl {
  position: absolute;
  opacity: 0.9;
  mix-blend-mode: screen;
  z-index: 2;
}

.section-3-swirl-right {
  left: 937px;
  top: 37px;
  width: 736px;
  height: 736px;
}

.section-3-swirl-left {
  left: -50px;
  top: -35px;
  width: 312px;
  height: 312px;
}

.section-3-star {
  position: absolute;
  opacity: 0.9;
  mix-blend-mode: screen;
  z-index: 2;
}

.section-3-star-right {
  left: 1190px;
  top: 263px;
  width: 146px;
  height: 146px;
}

.section-3-star-left {
  left: 84px;
  top: 844px;
  width: 159px;
  height: 159px;
}

.section-3-glow {
  display: none;
}

.section-3-mandala-bottom {
  position: absolute;
  left: 1222px;
  top: 1077px;
  width: 348px;
  height: 348px;
  opacity: 0.9;
  z-index: 2;
}

.section-3-book {
  position: absolute;
  left: 528px;
  top: 862px;
  width: 375px;
  height: 363px;
  z-index: 2;
}

.section-3-book .cover {
  filter: blur(0.5px);
  opacity: 1;
}

.section-3-book::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(8, 12, 21, 0.2) 0%, rgba(8, 12, 21, 0) 20%);
}

.section-3-book {
  -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.section-3-book-mobile {
  display: none;
}

.section-3-shade {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.section-3-shade-left {
  left: 0;
  width: 110px;
  background: linear-gradient(90deg, rgba(8, 12, 21, 0.85) 0%, rgba(8, 12, 21, 0) 100%);
}

.section-3-shade-right {
  left: 1330px;
  width: 124px;
  background: linear-gradient(270deg, rgba(8, 12, 21, 0.85) 0%, rgba(8, 12, 21, 0) 100%);
}

.section-3-sub-bg {
  position: absolute;
  left: 338px;
  top: 148px;
  width: 764px;
  height: 72px;
  background: rgba(8, 12, 21, 0.35);
  z-index: 2;
}

.section-3-script {
  position: absolute;
  left: 312px;
  top: 53px;
  width: 365px;
  margin: 0;
  font-family: "AmadeusAP", "Marck Script", cursive;
  font-size: 80px;
  line-height: 88.08px;
  color: var(--gold);
  text-align: center;
  z-index: 3;
}

.section-3-title {
  position: absolute;
  left: 700px;
  top: 72px;
  width: 362px;
  margin: 0;
  font-weight: 600;
  font-size: 40px;
  line-height: 48.76px;
  text-transform: uppercase;
  text-align: center;
  color: var(--gold);
  z-index: 3;
}

.section-3-subtitle {
  position: absolute;
  left: 344px;
  top: 158px;
  width: 753px;
  margin: 0;
  font-size: 16px;
  line-height: 19.5px;
  color: #f5f5f5;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
}

.section-3-popular {
  position: absolute;
  left: 511px;
  top: 300px;
  width: 142px;
  height: 38px;
  background: #ffffff;
  color: #080c15;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  transform: translateY(1px);
  z-index: 3;
}

.section-3-cards {
  position: absolute;
  left: 180px;
  top: 338px;
  width: 1120px;
  display: grid;
  grid-template-columns: repeat(4, 240px);
  gap: 40px;
  z-index: 3;
}

.section-3 .service-card {
  position: relative;
  width: 240px;
  height: 593px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px);
  background: #ffffff;
  color: #1a1a1a;
}

.section-3 .card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}

.section-3 .card-bg-main {
  background-image: url("./assets/images/image_11_55b2c13e.png");
}

.section-3 .card-bg-secondary {
  background-image: url("./assets/images/image_13_0e8416ee.png");
  opacity: 0.7;
}

.section-3 .card-panel {
  position: absolute;
  left: 21px;
  top: 106px;
  width: 194px;
  height: 286px;
  border-radius: 6px;
  background: rgba(121, 89, 56, 0.6);
  z-index: 1;
}

.section-3 .card-panel-small {
  top: 416px;
  height: 61px;
}

.section-3 .card-title {
  position: relative;
  margin: 28px 0 0;
  text-align: center;
  font-size: 20px;
  line-height: 24.38px;
  text-transform: uppercase;
  font-weight: 600;
  color: #080c15;
  z-index: 2;
}

.section-3 .card-title-script {
  position: relative;
  margin: 18px 0 0;
  text-align: center;
  font-family: "AmadeusAP", "Marck Script", cursive;
  font-size: 40px;
  line-height: 44.04px;
  color: #ffffff;
  z-index: 2;
}

.section-3 .card-title-sub {
  position: relative;
  margin: -6px 0 0;
  text-align: center;
  font-size: 20px;
  line-height: 24.38px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  z-index: 2;
}

.section-3 .card-content {
  position: relative;
  margin: 20px 18px 0;
  font-size: 16px;
  line-height: 19.5px;
  z-index: 2;
}

.section-3 .card-text {
  margin: 0 0 14px;
}

.section-3 .card-list {
  margin: 0;
  padding-left: 18px;
}

.section-3 .card-list li {
  margin-bottom: 8px;
}

.section-3 .card-price {
  position: absolute;
  left: 0;
  right: 0;
  top: 425px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #080c15;
  z-index: 2;
}

.section-3 .card-btn {
  position: absolute;
  left: 50%;
  top: 484px;
  width: 155px;
  height: 37px;
  padding: 0;
  min-width: 0;
  font-size: 18px;
  line-height: 21.94px;
  background: linear-gradient(112.2545deg, rgba(213, 187, 128, 1) 0.83731%, rgba(160, 131, 73, 1) 100%);
  border: 1px solid #a08349;
  border-radius: 8px;
  transform: translateX(-50%);
}

.section-3 .card-btn-outline {
  top: 534px;
  background: transparent;
  border: 1px solid #080c15;
  min-width: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 14.63px;
  color: var(--deep);
  border-radius: 6px;
  transform: translateX(-50%);
}

.section-3 .card-btn-outline .bubble {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.section-3 .card-btn-outline span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.section-3 .card-gold .card-btn-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6);
}

.section-3 .card-gold .card-panel {
  display: none;
}

.section-3 .card-gold {
  background: #d5bb80;
  color: #ffffff;
}

.section-3 .card-gold .card-bg {
  opacity: 0.75;
}

.section-3 .card-gold .card-bg-secondary {
  opacity: 0.6;
}

.section-3 .card-gold .card-title,
.section-3 .card-gold .card-content,
.section-3 .card-gold .card-text,
.section-3 .card-gold .card-list,
.section-3 .card-gold .card-list li,
.section-3 .card-gold .card-price {
  color: #ffffff;
}

.section-4 {
  height: 1227px;
}

.section-4-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 1227px;
  z-index: 0;
}

.section-4-swirl {
  display: none;
  position: absolute;
  left: 1022px;
  top: 156px;
  width: 654px;
  height: 982px;
  opacity: 0.9;
  z-index: 2;
}

.section-4-mandala-top {
  display: none;
  position: absolute;
  left: 356px;
  top: -1140px;
  width: 716px;
  height: 1280px;
  opacity: 0.7;
  z-index: 2;
}

.section-4-mandala-small {
  display: none;
  position: absolute;
  left: 780px;
  top: 54px;
  width: 110px;
  height: 110px;
  opacity: 0.9;
  z-index: 2;
}

.section-4-title {
  position: absolute;
  left: 271px;
  top: 58px;
  width: 670px;
  margin: 0;
  font-size: 40px;
  line-height: 48.76px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  color: var(--gold);
  z-index: 2;
}

.section-4-script {
  position: absolute;
  left: 961px;
  top: 39px;
  width: 191px;
  margin: 0;
  font-family: "AmadeusAP", "Marck Script", cursive;
  font-size: 80px;
  line-height: 88.08px;
  color: var(--gold);
  z-index: 2;
}

.section-4-subtitle {
  position: absolute;
  left: 343px;
  top: 142px;
  width: 753px;
  margin: 0;
  font-size: 16px;
  line-height: 19.5px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  z-index: 2;
}

.section-4-subtitle .subtitle-strong {
  font-weight: 600;
}

.section-4-recommend {
  position: absolute;
  left: 921px;
  top: 300px;
  width: 142px;
  height: 38px;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  z-index: 2;
}

.section-4-recommend .label-mobile {
  display: none;
}

.stone-title .label-mobile {
  display: none;
}

.stone-cards {
  position: absolute;
  left: 202px;
  top: 338px;
  width: 1020px;
  display: grid;
  grid-template-columns: repeat(2, 460px);
  gap: 100px;
  z-index: 2;
}

.stone-card {
  position: relative;
  height: 593px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ffffff;
  color: #1a1a1a;
}

.stone-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.9;
}

.stone-bg-main {
  background-image: url("./assets/images/image_11_55b2c13e.png");
  background-size: 564px 1126px;
  background-position: -61px -266px;
  background-repeat: no-repeat;
}

.stone-bg-secondary {
  display: none;
}

.stone-panel,
.stone-price-panel {
  display: none;
}

.stone-title {
  position: absolute;
  left: 139px;
  top: 29px;
  width: 181px;
  text-align: center;
  font-size: 20px;
  line-height: 24.38px;
  text-transform: uppercase;
  z-index: 2;
}

.stone-title-script {
  position: absolute;
  left: 131px;
  top: 48px;
  width: 197px;
  text-align: center;
  font-family: "AmadeusAP", "Marck Script", cursive;
  font-size: 40px;
  line-height: 44.04px;
  z-index: 2;
}

.stone-content {
  position: absolute;
  left: 40px;
  top: 122px;
  width: 379px;
  font-size: 16px;
  line-height: 19.5px;
  z-index: 2;
}

.stone-list {
  margin: 16px 0 0;
  padding-left: 18px;
  list-style: disc;
}

.stone-list li {
  margin-bottom: 10px;
}

.stone-price {
  position: absolute;
  left: 0;
  right: 0;
  top: 415px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  z-index: 2;
}

.stone-btn {
  position: absolute;
  left: 143px;
  top: 474px;
  width: 155px;
  height: 37px;
  background: linear-gradient(135deg, #d5bb80 0%, #a08349 100%);
  border: 1px solid #a08349;
  color: var(--deep);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.stone-btn-outline {
  left: 143px;
  top: 524px;
  background: transparent;
  border: 0.3px solid #080c15;
  color: #080c15;
  font-weight: 400;
  font-size: 12px;
}

.stone-btn-outline .bubble {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.stone-btn-outline span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.stone-basic {
  color: #080c15;
  background-color: #f6f1e9;
}

.stone-gold {
  color: #ffffff;
  background-color: rgba(121, 89, 56, 0.6);
}

.stone-basic .stone-bg {
  filter: brightness(1.12);
}

.stone-basic .stone-bg {
  opacity: 1;
}

.stone-gold .stone-panel,
.stone-gold .stone-price-panel {
  display: none;
  position: absolute;
  background: rgba(121, 89, 56, 0.6);
  z-index: 1;
}

.stone-gold .stone-panel {
  left: 19px;
  top: 106px;
  width: 426px;
  height: 230px;
}

.stone-gold .stone-price-panel {
  left: 133px;
  top: 412px;
  width: 194px;
  height: 61px;
  border-radius: 6px;
}

.stone-gold .stone-content,
.stone-gold .stone-list,
.stone-gold .stone-list li,
.stone-gold .stone-price {
  color: #ffffff;
}

.stone-gold .stone-bg-main {
  background-image: url("./assets/images/image_13_0e8416ee.png");
  background-size: 683px 1236px;
  background-position: -111px -321px;
  background-repeat: no-repeat;
}

.stone-gold .stone-title {
  left: 105px;
  top: 19px;
  width: 233px;
  text-align: center;
  font-family: "AmadeusAP", "Marck Script", cursive;
  font-size: 40px;
  line-height: 44.04px;
  text-transform: none;
}

.stone-gold .stone-title-script {
  left: 130px;
  top: 63px;
  width: 198px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24.38px;
  text-transform: uppercase;
  white-space: nowrap;
}

.stone-gold .stone-title-script .label-mobile {
  display: none;
}

.stone-gold .stone-price {
  top: 421px;
}

.stone-gold .stone-btn {
  left: 148px;
  top: 480px;
}

.stone-gold .stone-btn-outline {
  left: 148px;
  top: 530px;
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.section-4-mandala-mobile,
.section-4-star {
  display: none;
}

.section-5 {
  height: 2733px;
  background: #080c15;
}

.section-6 {
  height: 875px;
  background: #080c15;
}

.section-7 {
  height: 875px;
  background: #080c15;
}

/* === SECTION-8: О нас === */

.section-8 {
  height: 982px;
  background: #080c15;
}

.section-8-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 982px;
  z-index: 0;
}

.section-8-bg .cover {
  width: 1440px;
  height: 982px;
  object-fit: none;
}

.section-8-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 982px;
  margin: 0;
  z-index: 2;
}

.section-8-title-upper {
  position: absolute;
  left: 289px;
  top: 76px;
  width: 222px;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  line-height: 73.14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
}

.section-8-title-script {
  position: absolute;
  left: 541px;
  top: 92px;
  width: 610px;
  font-family: "AmadeusAP", serif;
  font-size: 120px;
  line-height: 132.12px;
  font-weight: 400;
  color: var(--gold);
}

.section-8-text {
  position: absolute;
  left: 168px;
  top: 300px;
  width: 520px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: var(--white);
  z-index: 2;
}

.section-8-text p {
  margin: 0 0 20px 0;
}

.section-8-text p:last-child {
  margin-bottom: 0;
}

.section-8-hand {
  position: absolute;
  left: 633px;
  top: 372px;
  width: 417px;
  height: 626px;
  object-fit: contain;
  z-index: 3;
}

.section-8-photo-placeholder {
  position: absolute;
  left: 846px;
  top: 296px;
  width: 428px;
  height: 596px;
  background: #d9d9d9;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.section-8-photo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

/* === SECTION-9: Подать заявку === */

.section-9 {
  height: 1122px;
  background: #080c15;
}

.section-9-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 1122px;
  z-index: 0;
}

.section-9-bg .cover {
  width: 1440px;
  height: 1122px;
  object-fit: none;
}

.section-9-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1122px;
  margin: 0;
  z-index: 2;
}

.section-9-title-part1 {
  position: absolute;
  left: 277px;
  top: 90px;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 48.76px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--gold);
}

.section-9-title-script {
  position: absolute;
  left: 481px;
  top: 71px;
  font-family: "AmadeusAP", serif;
  font-size: 80px;
  line-height: 88.08px;
  font-weight: 400;
  color: var(--gold);
}

.section-9-title-part2 {
  position: absolute;
  left: 715px;
  top: 90px;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 48.76px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--gold);
}

.section-9-subtitle {
  position: absolute;
  left: 343px;
  top: 180px;
  width: 753px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24.38px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  z-index: 2;
}

.section-9-form {
  position: absolute;
  left: 401px;
  top: 316px;
  width: 638px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  z-index: 2;
}

.section-9-field {
  width: 100%;
  height: 78px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.section-9-field input,
.section-9-field select {
  width: 100%;
  height: 100%;
  padding: 0 19px;
  border: none;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 21.94px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  outline: none;
}

.section-9-field input::placeholder,
.section-9-field select option:first-child {
  color: #000000;
  opacity: 1;
}

.section-9-field-select select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 13L2.5 5L14.5 5L8.5 13Z' fill='%23080D13'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 19px center;
  background-size: 17px 17px;
  padding-right: 50px;
  cursor: pointer;
}

.section-9-field-textarea {
  height: 176px;
}

.section-9-field-textarea textarea {
  width: 100%;
  height: 100%;
  padding: 23px 19px;
  border: none;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 21.94px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  outline: none;
  resize: none;
}

.section-9-field-textarea textarea::placeholder {
  color: #000000;
  opacity: 1;
}

.section-9-submit {
  width: 100%;
  height: 78px;
  margin-top: 19px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(112.25deg, #d5bb80 0%, #a08349 100%);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24.38px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: var(--deep);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.section-9-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(213, 187, 128, 0.4);
}

.section-9-submit:active {
  transform: translateY(0);
}

.section-10 {
  height: 875px;
  background: #080c15;
}

.section-5-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 2733px;
  z-index: 0;
}

.section-6-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 875px;
  z-index: 0;
}

.section-7-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 875px;
  z-index: 0;
}

.section-10-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 875px;
  z-index: 0;
}

.section-5-bg .cover {
  width: 1440px;
  height: 2733px;
  object-fit: none;
}

.section-6-bg .cover {
  width: 1440px;
  height: 875px;
  object-fit: none;
}

.section-7-bg .cover {
  width: 1440px;
  height: 875px;
  object-fit: none;
}

.section-10-bg .cover {
  width: 1440px;
  height: 875px;
  object-fit: none;
}

.section-10-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 875px;
  margin: 0;
  z-index: 2;
}

.section-10-title-upper {
  position: absolute;
  left: 312px;
  top: 255px;
  width: 359px;
  font-size: 60px;
  line-height: 73.14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--gold);
}

.section-10-title-script {
  position: absolute;
  left: 712px;
  top: 226px;
  width: 415px;
  font-family: "AmadeusAP", serif;
  font-size: 120px;
  line-height: 132.12px;
  font-weight: 400;
  color: var(--gold);
}

.section-10-subtitle {
  position: absolute;
  left: 470px;
  top: 381px;
  width: 500px;
  margin: 0;
  font-size: 20px;
  line-height: 24.38px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white);
  z-index: 2;
}

.section-10-btn {
  position: absolute;
  left: 50%;
  top: 566px;
  width: 547px;
  height: 76px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(112.2545deg, #d5bb80 0.83731%, #a08349 100%);
  color: var(--deep);
  font-size: 20px;
  line-height: 24.38px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}

.section-10-btn-text {
  display: block;
  text-align: center;
}

.section-7-card-bg {
  position: absolute;
  width: 220.12px;
  height: 364.25px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(152, 152, 152, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1;
}

.section-7-card-bg::before {
  content: "";
  position: absolute;
  left: 1.25px;
  top: 0.88px;
  width: 218.25px;
  height: 70.05px;
  background: rgba(8, 12, 21, 0.45);
  border-radius: 7px 7px 0 0;
}

.section-7-card-bg.bg-1 {
  left: 200px;
  top: 276px;
}

.section-7-card-bg.bg-2 {
  left: 472.68px;
  top: 276px;
}

.section-7-card-bg.bg-3 {
  left: 747.19px;
  top: 276px;
}

.section-7-card-bg.bg-4 {
  left: 1019.88px;
  top: 277.75px;
}

.section-7-heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 875px;
  margin: 0;
  z-index: 2;
}

.section-7-carousel {
  display: none;
}

.section-7-carousel .gallery-viewport,
.section-7-carousel .gallery-track {
  width: 100%;
  height: 100%;
}

.section-7-carousel .gallery-track {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}

.section-7-carousel .gallery-slide {
  flex: 0 0 100%;
  height: 100%;
}

.section-7-mobile-card {
  position: absolute;
  left: 78px;
  top: 155px;
  width: 220.12px;
  height: 364.25px;
  padding: 16px 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(152, 152, 152, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.section-7-mobile-card::before {
  content: "";
  position: absolute;
  left: 0.25px;
  top: 0.88px;
  width: 218.25px;
  height: 70.05px;
  background: rgba(8, 12, 21, 0.45);
  border-radius: 7px 7px 0 0;
}

.section-7-mobile-card-title {
  position: relative;
  margin: 0;
  font-size: 18px;
  line-height: 21.94px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 1;
}

.section-7-mobile-card-text {
  position: relative;
  width: 192px;
  margin: 32px 0 0;
  font-size: 18px;
  line-height: 21.94px;
  font-weight: 200;
  color: #080c15;
  z-index: 1;
}

.section-7-title {
  position: absolute;
  left: 410px;
  top: 80px;
  width: 303px;
  font-size: 40px;
  line-height: 48.76px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--gold);
}

.section-7-script {
  position: absolute;
  left: 735px;
  top: 61px;
  width: 297px;
  font-family: "AmadeusAP", serif;
  font-size: 80px;
  line-height: 88.08px;
  font-weight: 400;
  color: var(--gold);
}

.section-7-card {
  position: absolute;
  width: 210px;
  z-index: 2;
}

.section-7-card-title {
  margin: 0;
  font-size: 18px;
  line-height: 21.94px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

.section-7-card-text {
  width: 192px;
  margin: 32px 0 0;
  font-size: 18px;
  line-height: 21.94px;
  font-weight: 200;
  color: #080c15;
}

.section-7-card.card-1 {
  left: 211px;
  top: 292px;
}

.section-7-card.card-2 {
  left: 485px;
  top: 288px;
}

.section-7-card.card-3 {
  left: 759px;
  top: 288px;
}

.section-7-card.card-4 {
  left: 1032px;
  top: 290px;
}

.section-6-title {
  position: absolute;
  left: 509px;
  top: 87px;
  width: 423px;
  margin: 0;
  font-size: 40px;
  line-height: 48.76px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: var(--gold);
  z-index: 2;
}

.section-6-subtitle {
  position: absolute;
  left: 344px;
  top: 158px;
  width: 753px;
  margin: 0;
  font-size: 20px;
  line-height: 24.38px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  z-index: 2;
}

.section-6-steps {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 875px;
  z-index: 2;
}

.section-6-line {
  position: absolute;
  left: 272px;
  top: 398px;
  width: 895px;
  height: 0;
  border-top: 1px solid var(--gold);
}

.section-6-icon {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 8px;
  background: linear-gradient(180deg, #d5bb80 0%, #6f6143 100%);
}

.section-6-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 147px;
  height: 159px;
  background-image: url("./assets/images/section-6-step-icons.png");
  background-repeat: no-repeat;
  background-size: 735px 1112px;
  background-position: var(--icon-x, 0) var(--icon-y, 0);
  transform: translate(-50%, -50%) scale(var(--icon-scale, 0.7));
  transform-origin: center;
}

.section-6-icon.step-1 {
  left: 200px;
  top: 330px;
}

.section-6-icon.step-2 {
  left: 500px;
  top: 330px;
}

.section-6-icon.step-3 {
  left: 800px;
  top: 330px;
}

.section-6-icon.step-4 {
  left: 1097px;
  top: 330px;
}

.section-6-icon.step-1::after {
  --icon-x: -294px;
  --icon-y: 0;
  --icon-scale: 0.72;
}

.section-6-icon.step-2::after {
  --icon-x: -147px;
  --icon-y: -795px;
  --icon-scale: 0.72;
}

.section-6-icon.step-3::after {
  --icon-x: 0;
  --icon-y: -159px;
  --icon-scale: 0.72;
}

.section-6-icon.step-4::after {
  --icon-x: -294px;
  --icon-y: -318px;
  --icon-scale: 0.72;
}

.section-6-step-num {
  position: absolute;
  width: 55px;
  height: 38px;
  font-size: 20px;
  line-height: 24.38px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #080c15;
  background: #ffffff;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-6-step-num.step-num-1 {
  left: 242px;
  top: 293px;
}

.section-6-step-num.step-num-2 {
  left: 542px;
  top: 293px;
}

.section-6-step-num.step-num-3 {
  left: 842px;
  top: 292px;
}

.section-6-step-num.step-num-4 {
  left: 1142px;
  top: 292px;
}

.section-6-arrow {
  position: absolute;
  width: 13px;
  height: 14px;
}

.section-6-arrow path {
  stroke: #18293a;
  stroke-width: 1;
  fill: none;
}

.section-6-arrow.arrow-1 {
  left: 653px;
  top: 628px;
}

.section-6-arrow.arrow-2 {
  left: 666px;
  top: 628px;
}

.section-6-step {
  position: absolute;
  width: 215px;
  z-index: 2;
}

.section-6-step-title {
  margin: 0;
  font-size: 20px;
  line-height: 24.38px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

.section-6-step-text {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 19.5px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

.section-6-step.step-1 {
  left: 164px;
  top: 495px;
}

.section-6-step.step-2 {
  left: 462px;
  top: 495px;
}

.section-6-step.step-3 {
  left: 762px;
  top: 495px;
}

.section-6-step.step-4 {
  left: 1062px;
  top: 495px;
}

.section-5-title {
  position: absolute;
  left: 658px;
  top: 47px;
  width: 397px;
  margin: 0;
  font-size: 40px;
  line-height: 48.76px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: var(--gold);
  z-index: 2;
}

.section-5-script {
  position: absolute;
  left: 366px;
  top: 28px;
  width: 259px;
  margin: 0;
  font-family: "AmadeusAP", "Marck Script", cursive;
  font-size: 80px;
  line-height: 88.08px;
  text-align: center;
  color: var(--gold);
  z-index: 2;
}

.section-5-subtitle {
  position: absolute;
  left: 343px;
  top: 142px;
  width: 753px;
  margin: 0;
  font-size: 16px;
  line-height: 19.5px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  z-index: 2;
}

.section-5-subtitle .subtitle-strong {
  font-weight: 600;
}

.section-5-subtitle .subtitle-break {
  display: none;
}

.section-5-subtitle .subtitle-desktop-break {
  display: block;
}

.section-5-cards {
  position: relative;
  z-index: 2;
}

.puja-card {
  position: absolute;
  width: 317px;
  height: 632px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #080c15;
  overflow: hidden;
}

.puja-card.is-loading {
  pointer-events: none;
}

.puja-card-bg {
  position: absolute;
  inset: 0;
  background-image: url("./assets/images/image_11_55b2c13e.png");
  background-size: 564px 1126px;
  background-position: -61px -266px;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: 1;
}

.puja-skeleton {
  position: absolute;
  background: linear-gradient(90deg, rgba(220, 220, 220, 0.5) 0%, rgba(245, 245, 245, 0.9) 50%, rgba(220, 220, 220, 0.5) 100%);
  background-size: 200% 100%;
  animation: pujaSkeleton 1.4s ease-in-out infinite;
  border-radius: 6px;
}

@keyframes pujaSkeleton {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.puja-icon,
.puja-title,
.puja-text,
.puja-price,
.puja-btn {
  position: absolute;
  z-index: 2;
}

.puja-card.card-dynamic .puja-media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 3 / 2;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.puja-card.card-dynamic.is-loading .puja-media {
  overflow: hidden;
}

.puja-card.card-dynamic.is-loading .puja-skeleton-media {
  position: static;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.puja-card.card-dynamic .puja-icon {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.puja-card.card-dynamic .puja-title {
  left: 24px;
  top: 230px;
  width: calc(100% - 48px);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.puja-card.card-dynamic.is-loading .puja-skeleton-title {
  left: 24px;
  top: 230px;
  width: 70%;
  height: 18px;
}

.puja-card.card-dynamic .puja-text {
  left: 24px;
  top: 304px;
  width: calc(100% - 48px);
  max-height: 150px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.puja-card.card-dynamic.is-loading .puja-skeleton-text {
  left: 24px;
  top: 304px;
  width: calc(100% - 48px);
  height: 12px;
}

.puja-card.card-dynamic.is-loading .puja-skeleton-text.is-short {
  top: 324px;
  width: 60%;
}

.puja-card.card-dynamic .puja-price {
  top: 455px;
}

.puja-card.card-dynamic.is-loading .puja-skeleton-price {
  left: 30%;
  top: 455px;
  width: 40%;
  height: 18px;
}

.puja-card.card-dynamic .puja-actions {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 510px;
  display: flex;
  gap: 10px;
  z-index: 2;
}

.puja-card.card-dynamic.is-loading .puja-actions .puja-skeleton-btn {
  position: static;
  flex: 1;
  height: 36px;
}

.puja-card.card-dynamic .puja-btn-question {
  left: 24px;
  top: 562px;
  width: calc(100% - 48px);
}

.puja-card.card-dynamic.is-loading .puja-skeleton-btn-full {
  left: 24px;
  top: 562px;
  width: calc(100% - 48px);
  height: 36px;
}

.puja-card.card-dynamic .puja-btn-details {
  top: auto;
}

.puja-actions .puja-btn {
  position: static;
  flex: 1;
  width: auto;
  height: 36px;
  font-size: 14px;
}

.puja-title {
  left: 58px;
  top: 75px;
  width: 189px;
  margin: 0;
  font-size: 20px;
  line-height: 24.38px;
  text-transform: uppercase;
  color: #080d13;
  text-align: center;
}

.puja-text {
  left: 40px;
  top: 160px;
  width: 248px;
  margin: 0;
  font-size: 16px;
  line-height: 19.5px;
  color: #000000;
}

.puja-text p {
  margin: 0;
}

.puja-text .puja-result {
  margin-top: 19.5px;
}

.puja-list {
  margin: 0;
  padding-left: 18px;
  list-style: disc;
}

.puja-list li {
  margin: 0;
}

.puja-price {
  left: 0;
  right: 0;
  top: 439px;
  margin: 0;
  font-size: 25px;
  line-height: 30.48px;
  text-align: center;
  color: #080d13;
}

.puja-btn {
  left: 81px;
  top: 506px;
  width: 155px;
  height: 37.25px;
  background: linear-gradient(135deg, #d5bb80 0%, #a08349 100%);
  border: 1px solid #a08349;
  color: #080c15;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.puja-btn-outline {
  top: 556px;
  background: transparent;
  border: 0.3px solid #080c15;
  color: #080c15;
  font-weight: 400;
  font-size: 12px;
}

.puja-btn-outline span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.puja-btn-outline .bubble {
  width: 19px;
  height: 19px;
  object-fit: contain;
  filter: brightness(0) saturate(100%);
}

.card-finance {
  left: 213px;
  top: 341px;
}

.card-finance:not(.card-dynamic) .puja-icon {
  left: 109px;
  top: 6px;
  width: 88px;
  height: 88px;
}

.card-family {
  left: 557px;
  top: 341px;
}

.card-family:not(.card-dynamic) .puja-icon {
  left: 133px;
  top: 16px;
  width: 51px;
  height: 51px;
}

.card-family:not(.card-dynamic) .puja-title {
  left: 86px;
  width: 146px;
}

.card-health {
  left: 901px;
  top: 341px;
}

.card-health:not(.card-dynamic) .puja-icon {
  left: 141px;
  top: 14px;
  width: 36px;
  height: 54px;
}

.card-health:not(.card-dynamic) .puja-title {
  left: 42px;
  width: 234px;
}

.card-protection {
  left: 389px;
  top: 1019px;
}

.card-protection:not(.card-dynamic) .puja-icon {
  left: 140px;
  top: 17px;
  width: 38px;
  height: 35px;
}

.card-protection:not(.card-dynamic) .puja-title {
  left: 83px;
  top: 65px;
  width: 152px;
}

.card-protection:not(.card-dynamic) .puja-price,
.card-luck:not(.card-dynamic) .puja-price {
  top: 439px;
}

.card-luck {
  left: 733px;
  top: 1019px;
}

.card-luck:not(.card-dynamic) .puja-icon {
  left: 131px;
  top: 10px;
  width: 55px;
  height: 55px;
}

.card-luck:not(.card-dynamic) .puja-title {
  left: 65px;
  top: 65px;
  width: 188px;
}

.section-5-gallery-title {
  position: absolute;
  left: 986px;
  top: 1754px;
  width: 250px;
  margin: 0;
  font-family: "AmadeusAP", "Marck Script", cursive;
  font-size: 80px;
  line-height: 88.08px;
  text-align: center;
  color: var(--gold);
  z-index: 2;
}

.section-5-gallery-box {
  display: none;
}

.section-5-gallery-placeholder {
  display: none;
}

.gallery-slider {
  position: absolute;
  left: 320px;
  top: 1866px;
  width: 800px;
  /* height removed to allow dynamic sizing via JS */
  border-radius: 6px;
  overflow: hidden;
  z-index: 2;
  transition: height 0.3s ease;
}

.gallery-viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  will-change: transform;
}

.gallery-slide {
  flex: 0 0 100%;
  height: auto;
}

.gallery-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(8, 12, 21, 0.6);
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}

.gallery-arrow.prev {
  left: 16px;
}

.gallery-arrow.next {
  right: 16px;
}

.gallery-arrow span {
  transform: translateY(-2px);
}

@media (max-width: 720px) {
  .hero {
    width: 375px;
    height: 672px;
  }

  .overlay-controls {
    top: 10px;
    right: 10px;
    gap: 8px;
    padding: 6px 10px;
    font-size: 10px;
  }


  .bg-wrap {
    left: -412px;
    top: -22px;
    width: 1238px;
    height: 694px;
  }

  .bg-rot {
    width: 694px;
    height: 1238px;
  }

  .bg-img {
    width: 694px;
    height: 1238px;
  }

  .shiva-layer {
    left: -493px;
    top: -29px;
    width: 1251px;
    height: 701px;
  }

  .shiva-rot {
    left: 37px;
    top: 0;
    width: 1251px;
    height: 701px;
  }

  .shiva-img {
    width: 701px;
    height: 1251px;
  }

  .bg-overlay {
    opacity: 0.5;
  }

  .vignette {
    opacity: 0.35;
  }

  .shade {
    display: none;
  }

  .shiva-rot.sharp {
    transform: translateX(37.56px);
  }

  .mandala {
    left: -27px;
    top: 517px;
    width: 429px;
    height: 767px;
    opacity: 0.7;
  }

  .star-right {
    left: 300px;
    top: -6px;
    width: 74.64px;
    height: 74.64px;
  }

  .star-left {
    left: 31px;
    top: 185px;
    width: 51.58px;
    height: 51.58px;
  }

  .t1,
  .t2,
  .t3 {
    font-size: 20px;
    line-height: 24.38px;
  }

  .glow {
    height: 26px;
    filter: blur(30px);
  }

  .glow-title {
    display: none;
  }

  .glow-sub {
    left: 23px;
    top: 352px;
    width: 311px;
  }

  .t1 {
    left: 18px;
    top: 69px;
    width: 339px;
  }

  .t2 {
    left: 97px;
    top: 101px;
    width: 181px;
  }

  .t3 {
    left: 57px;
    top: 133px;
    width: 277px;
  }

  .t3-gap {
    margin-left: 60px;
  }

  .india {
    left: 78px;
    top: 264px;
    width: 198px;
    font-size: 70px;
    line-height: 77.07px;
  }

  .sub {
    left: 51px;
    top: 349px;
    width: 274px;
    font-size: 15px;
    line-height: 18.28px;
  }

  .btn {
    font-size: 14px;
    line-height: 17.06px;
    border-radius: 8px;
    height: 48.88px;
    gap: 8px;
  }

  .btn-primary {
    left: 88px;
    top: 429px;
    width: 200px;
  }

  .btn-outline {
    left: 93px;
    top: 489px;
    width: 190px;
    height: 46.43px;
  }

  .chevron {
    width: 14px;
    height: 8px;
  }

  .bubble {
    width: 18.33px;
    height: 18.33px;
  }

  .scroll-indicator {
    top: 600px;
    width: 26px;
    gap: 4px;
  }

  .scroll-line {
    width: 26px;
  }

  .scroll-arrow {
    width: 14px;
    height: 8px;
  }
}

@media (max-width: 1200px) and (min-width: 721px) {
  .page {
    transform: translateX(-50%) scale(0.71);
    transform-origin: top center;
  }

  .section-2 {
    height: 1400px;
  }

  .cards {
    left: 50%;
    top: 320px;
    transform: translateX(-50%);
    grid-template-columns: 352px;
    gap: 24px;
  }
}

body.force-tablet .page {
  transform: translateX(-50%) scale(0.71);
  transform-origin: top center;
}

body.force-mobile .hero {
  width: 375px;
  height: 672px;
}

body.force-mobile .page {
  width: 375px;
}

body.force-mobile .bg-wrap {
  left: -412px;
  top: -22px;
  width: 1238px;
  height: 694px;
}

body.force-mobile .bg-rot {
  width: 694px;
  height: 1238px;
}

body.force-mobile .bg-img {
  width: 694px;
  height: 1238px;
}

body.force-mobile .shiva-layer {
  left: -493px;
  top: -29px;
  width: 1251px;
  height: 701px;
}

body.force-mobile .shiva-rot {
  left: 37px;
  top: 0;
  width: 1251px;
  height: 701px;
}

body.force-mobile .shiva-rot.sharp {
  transform: translateX(37.56px);
}

body.force-mobile .shiva-img {
  width: 701px;
  height: 1251px;
}

body.force-mobile .bg-overlay {
  opacity: 0.5;
}

body.force-mobile .vignette {
  opacity: 0.35;
}

body.force-mobile .shade {
  display: none;
}

body.force-mobile .shiva-rot.sharp {
  transform: translateX(37.56px);
}

body.force-mobile .mandala {
  left: -27px;
  top: 517px;
  width: 429px;
  height: 767px;
  opacity: 0.7;
}

body.force-mobile .star-right {
  left: 300px;
  top: -6px;
  width: 74.64px;
  height: 74.64px;
}

body.force-mobile .star-left {
  left: 31px;
  top: 185px;
  width: 51.58px;
  height: 51.58px;
}

body.force-mobile .t1,
body.force-mobile .t2,
body.force-mobile .t3 {
  font-size: 20px;
  line-height: 24.38px;
}

body.force-mobile .glow {
  height: 26px;
  filter: blur(30px);
}

body.force-mobile .glow-title {
  display: none;
}

body.force-mobile .glow-sub {
  left: 23px;
  top: 352px;
  width: 311px;
}

body.force-mobile .t1 {
  left: 18px;
  top: 69px;
  width: 339px;
}

body.force-mobile .t2 {
  left: 97px;
  top: 101px;
  width: 181px;
}

body.force-mobile .t3 {
  left: 57px;
  top: 133px;
  width: 277px;
}

body.force-mobile .t3-gap {
  margin-left: 60px;
}

body.force-mobile .india {
  left: 78px;
  top: 264px;
  width: 198px;
  font-size: 70px;
  line-height: 77.07px;
}

body.force-mobile .sub {
  left: 51px;
  top: 349px;
  width: 274px;
  font-size: 15px;
  line-height: 18.28px;
}

body.force-mobile .btn {
  font-size: 14px;
  line-height: 17.06px;
  border-radius: 8px;
  height: 48.88px;
  gap: 8px;
}

body.force-mobile .btn-primary {
  left: 88px;
  top: 429px;
  width: 200px;
}

body.force-mobile .btn-outline {
  left: 93px;
  top: 489px;
  width: 190px;
  height: 46.43px;
}

body.force-mobile .chevron {
  width: 14px;
  height: 8px;
}

body.force-mobile .bubble {
  width: 18.33px;
  height: 18.33px;
}

body.force-mobile .scroll-indicator {
  top: 600px;
  width: 26px;
  gap: 4px;
}

body.force-mobile .scroll-line {
  width: 26px;
}

body.force-mobile .scroll-arrow {
  width: 14px;
  height: 8px;
}

body.force-mobile .overlay-controls {
  top: 10px;
  right: 10px;
  gap: 8px;
  padding: 6px 10px;
  font-size: 10px;
}

body.force-mobile .section {
  width: 375px;
}

body.force-mobile .stage {
  min-height: 0;
  height: auto;
}

body.force-mobile .section-2 {
  height: 1345px;
}

body.force-mobile .section-2-bg {
  left: 0;
  top: 0;
  width: 375px;
  height: 1345px;
  display: none;
}

body.force-mobile .section-2-bg {
  display: block;
  background: url("./assets/images/section-2-mobile-bg.png") no-repeat center/cover;
}

body.force-mobile .section-2-bg .cover {
  display: none;
}

body.force-mobile .section-2-mandala {
  display: none;
}

body.force-mobile .section-2-mandala-bottom {
  display: none;
}

body.force-mobile .section-2-star.star-right {
  display: none;
}

body.force-mobile .section-2-star.star-left {
  display: none;
}

body.force-mobile .section-title {
  left: 41px;
  top: 44px;
  width: 293px;
  font-size: 20px;
  line-height: 24.38px;
}

body.force-mobile .section-sub {
  left: 56px;
  top: 94px;
  width: 264px;
  font-size: 14px;
  line-height: 17.07px;
}

body.force-mobile .cards {
  left: 45px;
  top: 188px;
  width: 285px;
  display: block;
  transform: none;
}

body.force-mobile .card {
  width: 285px;
  height: 337px;
  margin-bottom: 23px;
}

body.force-mobile .card.card-2 {
  height: 340px;
}

body.force-mobile .card.card-3 {
  height: 390px;
}

body.force-mobile .card-head {
  height: 65px;
}

body.force-mobile .card-head h3 {
  left: 15px;
  top: 11px;
  font-size: 18px;
  line-height: 21.94px;
}

body.force-mobile .card.card-3 .card-head h3 {
  top: 16px;
}

body.force-mobile .card-body {
  padding: 18px 18px 16px;
  gap: 12px;
}

body.force-mobile .card p {
  font-size: 16px;
  line-height: 19.5px;
}

body.force-mobile .section-2 .card-btn {
  position: absolute;
  left: 11px;
  top: 200px;
  width: 194px;
  height: 43px;
  padding: 0;
  font-size: 14px;
  line-height: 17.07px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.force-mobile .section-2 .card-btn-outline {
  position: absolute;
  left: 11px;
  top: 196px;
  width: 194px;
  height: 43px;
  margin: 0;
}

body.force-mobile .section-2 .card.card-3 .card-body {
  position: relative;
  padding-bottom: 0;
}

body.force-mobile .section-2 .card.card-3 .card-btn-outline {
  left: 11px;
  top: 196px;
}

body.force-mobile .section-2 .card.card-3 .card-btn:not(.card-btn-outline) {
  left: 11px;
  top: 253px;
}

body.force-mobile .section-3 {
  height: 2963px;
  padding: 0;
}

body.force-mobile .section-3-bg {
  left: 0;
  top: 0;
  width: 375px;
  height: 2963px;
}

body.force-mobile .section-3-bg {
  background: url("./assets/images/section-3-mobile-bg.png") no-repeat center/cover;
}

body.force-mobile .section-3-bg .cover {
  display: none;
}

body.force-mobile .section-3-dim {
  background: transparent;
}

body.force-mobile .section-3-script {
  left: 24px;
  top: 36px;
  width: 228px;
  font-size: 50px;
  line-height: 55.05px;
}

body.force-mobile .section-3-title {
  left: 146px;
  top: 79px;
  width: 181px;
  font-size: 20px;
  line-height: 24.38px;
}

body.force-mobile .section-3-subtitle {
  left: -6px;
  top: 137px;
  width: 387px;
  font-size: 14px;
  line-height: 17.07px;
}

body.force-mobile .section-3-popular {
  left: 119px;
  top: 888px;
  width: 142px;
  height: 38px;
  font-size: 14px;
}

body.force-mobile .section-3-cards {
  position: absolute;
  inset: 0;
  margin-top: 0;
}

body.force-mobile .section-3 .service-card {
  position: absolute;
  left: 68px;
  top: 244px;
  width: 240px;
  height: 593px;
}

body.force-mobile .section-3 .card-basic,
body.force-mobile .section-3 .card-gold,
body.force-mobile .section-3 .card-compat,
body.force-mobile .section-3 .card-career {
  left: 68px;
}

body.force-mobile .section-3 .card-gold {
  top: 926px;
}

body.force-mobile .section-3 .card-compat {
  top: 1570px;
}

body.force-mobile .section-3 .card-career {
  top: 2214px;
}

body.force-mobile .section-3-book-mobile {
  display: block;
  position: absolute;
  left: 114px;
  top: 2820px;
  width: 143px;
  height: 143px;
  z-index: 2;
}

body.force-mobile .section-3-book {
  display: none;
}

body.force-mobile .section-3-mandala-bottom {
  display: block;
  left: 325px;
  top: 2901px;
  width: 100px;
  height: 100px;
}

body.force-mobile .section-3-mandala-top {
  display: none;
}

body.force-mobile .section-3-swirl {
  display: none;
}

body.force-mobile .section-3-swirl-right {
  display: none;
}

body.force-mobile .section-3-swirl-left {
  display: none;
}

body.force-mobile .section-3-book {
  display: none;
}

body.force-mobile .section-3-star {
  display: none;
}

body.force-mobile .section-3-star-mobile-left,
body.force-mobile .section-3-star-mobile-right {
  display: none;
}

body.force-mobile .section-3-star-mobile-left {
  left: -13px;
  top: 750px;
}

body.force-mobile .section-3-star-mobile-right {
  display: none;
}

body.force-mobile .section-3-glow {
  display: none;
}

body.force-mobile .section-3-glow-1 {
  display: none;
}

body.force-mobile .section-3-glow-2 {
  display: none;
}

body.force-mobile .section-3-glow-3 {
  display: none;
}

body.force-mobile .section-4 {
  height: 1821px;
  padding: 0;
}

body.force-mobile .section-4-bg {
  display: block;
  left: 0;
  top: 0;
  width: 375px;
  height: 1821px;
  background: url("./assets/images/section-4-mobile-bg.png") no-repeat 0 0;
  background-size: 375px 1821px;
}

body.force-mobile .section-4-bg .cover {
  display: none;
}

body.force-mobile .section-4-dim {
  display: none;
}

body.force-mobile .section-4-swirl {
  display: none;
  left: -137px;
  top: -81px;
  width: 654px;
  height: 982px;
  opacity: 0.9;
}

body.force-mobile .section-4-mandala-top,
body.force-mobile .section-4-mandala-small {
  display: none;
}

body.force-mobile .section-4-title {
  left: 70px;
  top: 40px;
  width: 234px;
  font-size: 20px;
  line-height: 24.38px;
  white-space: normal;
}

body.force-mobile .section-4-script {
  left: 134px;
  top: 80px;
  width: 108px;
  font-size: 45px;
  line-height: 49.55px;
}

body.force-mobile .section-4-subtitle {
  left: 38px;
  top: 156px;
  width: 299px;
  font-size: 14px;
  line-height: 17.07px;
}

body.force-mobile .section-4-recommend {
  left: 119px;
  top: 1086px;
  width: 142px;
  height: 38px;
  font-size: 14px;
  z-index: 1;
  border-radius: 8px 8px 0 0;
}

body.force-mobile .section-4-recommend .label-desktop {
  display: none;
}

body.force-mobile .section-4-recommend .label-mobile {
  display: inline;
}

body.force-mobile .stone-title .label-desktop {
  display: none;
}

body.force-mobile .stone-title .label-mobile {
  display: none;
}

body.force-mobile .stone-cards {
  position: absolute;
  inset: 0;
  margin-top: 0;
  z-index: 2;
}

body.force-mobile .stone-card {
  position: absolute;
  left: 68px;
  top: 334px;
  width: 240px;
  height: 709px;
  transform: none;
  margin: 0;
}

body.force-mobile .stone-gold {
  top: 1121px;
  height: 660px;
}

body.force-mobile .stone-basic .stone-bg-main {
  background-size: 564px 1126px;
  background-position: -162px -266px;
  background-repeat: no-repeat;
}

body.force-mobile .stone-gold .stone-bg-main {
  background-image: url("./assets/images/image_8_fa32fb0e.png");
  background-size: 736px 1104px;
  background-position: -248px -255px;
  background-repeat: no-repeat;
}

body.force-mobile .stone-gold .stone-bg-secondary {
  display: block;
  background-image: url("./assets/images/image_12_0e8416ee.png");
  background-size: 683px 1236px;
  background-position: -222px -321px;
  background-repeat: no-repeat;
  opacity: 0.9;
}

body.force-mobile .stone-panel,
body.force-mobile .stone-price-panel {
  display: none;
  border: none;
}

body.force-mobile .stone-gold .stone-panel,
body.force-mobile .stone-gold .stone-price-panel {
  display: none;
}

body.force-mobile .stone-panel {
  left: 19px;
  top: 106px;
  width: 194px;
  height: 286px;
  background: rgba(121, 89, 56, 0.6);
}

body.force-mobile .stone-price-panel {
  left: 27px;
  top: 416px;
  width: 194px;
  height: 61px;
  background: rgba(121, 89, 56, 0.6);
  border-radius: 6px;
}

body.force-mobile .stone-title {
  left: 29px;
  top: 28px;
  width: 181px;
  font-size: 20px;
  line-height: 24.38px;
}

body.force-mobile .stone-title-script {
  left: 21px;
  top: 47px;
  width: 197px;
  font-size: 40px;
  line-height: 44.04px;
}

body.force-mobile .stone-gold .stone-title-script {
  left: 29px;
  top: 63px;
  width: 182px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24.38px;
  text-transform: uppercase;
}

body.force-mobile .stone-gold .stone-title {
  left: 17px;
  top: 19px;
  width: 204px;
  font-family: "AmadeusAP", "Marck Script", cursive;
  font-size: 35px;
  line-height: 38.54px;
  text-transform: none;
}

body.force-mobile .stone-content {
  left: 19px;
  top: 110px;
  width: 202px;
}

body.force-mobile .stone-price {
  left: 71px;
  top: 535px;
  width: 98px;
  font-size: 25px;
  line-height: 30.48px;
}

body.force-mobile .stone-gold .stone-price {
  left: 66px;
  top: 495px;
  width: 108px;
  font-size: 25px;
  line-height: 30.48px;
}

body.force-mobile .stone-btn {
  left: 42px;
  top: 594px;
  width: 155px;
  height: 37px;
}

body.force-mobile .stone-btn-outline {
  left: 42px;
  top: 644px;
  width: 155px;
  height: 37px;
}

body.force-mobile .stone-gold .stone-btn {
  left: 42px;
  top: 554px;
  width: 155px;
  height: 37px;
}

body.force-mobile .stone-gold .stone-btn-outline {
  left: 42px;
  top: 604px;
  width: 155px;
  height: 37px;
}

body.force-mobile .stone-list {
  margin-top: 12px;
  padding-left: 18px;
  list-style: disc;
}

body.force-mobile .stone-list li {
  padding-left: 0;
}

body.force-mobile .stone-list li::before {
  display: none;
}

body.force-mobile .section-4-mandala-mobile,
body.force-mobile .section-4-star {
  display: none;
  position: absolute;
  z-index: 2;
  opacity: 0.9;
}

body.force-mobile .section-4-mandala-a {
  left: -50px;
  top: 463px;
  width: 100px;
  height: 100px;
}

body.force-mobile .section-4-mandala-b {
  left: 325px;
  top: 935px;
  width: 100px;
  height: 100px;
}

body.force-mobile .section-4-mandala-c {
  left: 0;
  top: 1400px;
  width: 100px;
  height: 100px;
}

body.force-mobile .section-4-mandala-d {
  left: 325px;
  top: -62px;
  width: 100px;
  height: 100px;
}

body.force-mobile .section-4-star-left {
  left: -16px;
  top: 785px;
  width: 159px;
  height: 159px;
}

body.force-mobile .section-4-star-right {
  left: 277px;
  top: 1511px;
  width: 159px;
  height: 159px;
}

body.force-mobile .section-5 {
  height: 4556px;
}

body.force-mobile .section-5-bg {
  left: 0;
  top: 0;
  width: 375px;
  height: 4556px;
  background: url("./assets/images/section-5-mobile-bg.png") no-repeat 0 0;
}

body.force-mobile .section-5-bg .cover {
  display: none;
  width: 375px;
  height: 4556px;
  object-fit: none;
  object-position: 0 0;
}

body.force-mobile .section-6 {
  height: 1776px;
}

body.force-mobile .section-6-bg {
  left: 0;
  top: 0;
  width: 375px;
  height: 1776px;
  background: url("./assets/images/section-6-mobile-bg.png") no-repeat 0 0;
}

body.force-mobile .section-6-bg .cover {
  display: none;
}

body.force-mobile .section-6-title {
  left: 81px;
  top: 44px;
  width: 212px;
  font-size: 20px;
  line-height: 24.38px;
}

body.force-mobile .section-6-subtitle {
  left: 56px;
  top: 94px;
  width: 264px;
  font-size: 14px;
  line-height: 17.07px;
}

body.force-mobile .section-6-step {
  display: block;
  left: 80px;
  width: 215px;
  text-align: center;
}

body.force-mobile .section-6-step-title {
  font-size: 20px;
  line-height: 24.38px;
}

body.force-mobile .section-6-step-text {
  font-size: 16px;
  line-height: 19.5px;
}

body.force-mobile .section-6-step.step-1 {
  top: 398px;
}

body.force-mobile .section-6-step.step-2 {
  top: 795px;
}

body.force-mobile .section-6-step.step-3 {
  top: 1173px;
}

body.force-mobile .section-6-step.step-4 {
  top: 1551px;
}

body.force-mobile .section-6-steps {
  display: block;
  height: 1776px;
  left: 0;
  width: 100%;
}

body.force-mobile .section-6-line {
  display: none;
}

body.force-mobile .section-6-step-num {
  display: flex;
  left: 158px;
  width: 55px;
  height: 38px;
}

body.force-mobile .section-6-step-num.step-num-1 {
  top: 196px;
}

body.force-mobile .section-6-step-num.step-num-2 {
  top: 593px;
}

body.force-mobile .section-6-step-num.step-num-3 {
  left: 160px;
  top: 970px;
}

body.force-mobile .section-6-step-num.step-num-4 {
  left: 160px;
  top: 1348px;
}

body.force-mobile .section-6-icon {
  display: block;
  left: 116px;
  width: 140px;
  height: 140px;
}

body.force-mobile .section-6-icon.step-1 {
  top: 233px;
}

body.force-mobile .section-6-icon.step-2 {
  top: 630px;
}

body.force-mobile .section-6-icon.step-3 {
  left: 118px;
  top: 1008px;
}

body.force-mobile .section-6-icon.step-4 {
  left: 115px;
  top: 1386px;
}

body.force-mobile .section-6-icon::after {
  background-image: url("./assets/images/section-6-step-icons-mobile.png");
}

body.force-mobile .section-6-icon.step-1::after {
  --icon-x: -294px;
  --icon-y: 0;
  --icon-scale: 0.72;
}

body.force-mobile .section-6-icon.step-2::after {
  --icon-x: -147px;
  --icon-y: -795px;
  --icon-scale: 0.72;
}

body.force-mobile .section-6-icon.step-3::after {
  --icon-x: 0;
  --icon-y: -159px;
  --icon-scale: 0.72;
}

body.force-mobile .section-6-icon.step-4::after {
  --icon-x: -294px;
  --icon-y: -318px;
  --icon-scale: 0.72;
}

body.force-mobile .section-7 {
  height: 559px;
}

body.force-mobile .section-7-bg {
  left: 0;
  top: 0;
  width: 375px;
  height: 559px;
  background: url("./assets/images/section-7-mobile-bg.png") no-repeat 0 0;
}

body.force-mobile .section-7-bg .cover {
  display: none;
}

body.force-mobile .section-7-heading {
  height: 559px;
}

body.force-mobile .section-7-title {
  left: 56px;
  top: 46px;
  width: 152px;
  font-size: 20px;
  line-height: 24.38px;
}

body.force-mobile .section-7-script {
  left: 169px;
  top: 70px;
  width: 149px;
  font-size: 40px;
  line-height: 44.04px;
}

body.force-mobile .section-7-card,
body.force-mobile .section-7-card-bg {
  display: none;
}

body.force-mobile .section-7-carousel {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 375px;
  height: 559px;
  border-radius: 0;
  overflow: hidden;
  z-index: 2;
}

body.force-mobile .section-7-carousel .gallery-viewport,
body.force-mobile .section-7-carousel .gallery-track,
body.force-mobile .section-7-carousel .gallery-slide {
  height: 559px;
}

body.force-mobile .section-7-carousel .gallery-slide {
  position: relative;
}

body.force-mobile .section-7-carousel .gallery-arrow {
  top: 337px;
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  color: #ffffff;
}

body.force-mobile .section-7-carousel .gallery-arrow.prev {
  left: 24px;
}

body.force-mobile .section-7-carousel .gallery-arrow.next {
  right: 24px;
}

body.force-mobile .section-7-carousel .gallery-arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

body.force-mobile .section-7-carousel .gallery-arrow.prev span {
  transform: rotate(-135deg);
}

body.force-mobile .section-7-carousel .gallery-arrow.next span {
  transform: rotate(45deg);
}

body.force-mobile .section-8 {
  height: 820px;
}

body.force-mobile .section-8-bg {
  width: 375px;
  height: 820px;
  background: url("./assets/images/section-8-mobile-bg.png") no-repeat 0 0;
}

body.force-mobile .section-8-bg .cover {
  display: none;
}

body.force-mobile .section-8-title {
  height: 820px;
}

body.force-mobile .section-8-title-upper {
  left: 56px;
  top: 41px;
  width: 74px;
  font-size: 20px;
  line-height: 24.38px;
  text-align: left;
}

body.force-mobile .section-8-title-script {
  left: 130px;
  top: 76px;
  width: 204px;
  font-size: 40px;
  line-height: 44.04px;
}

body.force-mobile .section-8-text {
  left: 50%;
  transform: translateX(-50%);
  top: 138px;
  width: min(322px, calc(100vw - 20px));
  font-size: 14px;
  line-height: 15px;
}

body.force-mobile .section-8-text p {
  margin: 0 0 8px 0;
}

body.force-mobile .section-8-text p:last-child {
  margin-bottom: 0;
}

body.force-mobile .section-8-hand {
  left: -18px;
  top: 500px;
  width: 218px;
  height: 327px;
}

body.force-mobile .section-8-photo-placeholder {
  left: 91px;
  top: 517px;
  width: 194px;
  height: 246px;
  border-radius: 24px;
}

body.force-mobile .section-8-photo-text {
  font-size: 16px;
  line-height: 19.5px;
}

body.force-mobile .section-9 {
  height: 882px;
}

body.force-mobile .section-9-bg {
  width: 375px;
  height: 882px;
  background: url("./assets/images/section-9-mobile-bg-375x882.png") no-repeat
    0 0;
}

body.force-mobile .section-9-bg .cover {
  display: none;
}

body.force-mobile .section-9-title {
  height: 882px;
}

body.force-mobile .section-9-title-part1 {
  left: calc(50% - 101.5px);
  top: 45px;
  width: 91px;
  font-size: 20px;
  line-height: 24.38px;
  text-align: center;
}

body.force-mobile .section-9-title-script {
  left: calc(50% + 0.5px);
  top: 35px;
  width: 103px;
  font-size: 40px;
  line-height: 44.04px;
}

body.force-mobile .section-9-title-part2 {
  left: calc(50% - 111.5px);
  top: 82px;
  width: 224px;
  font-size: 20px;
  line-height: 24.38px;
  text-align: center;
}

body.force-mobile .section-9-subtitle {
  left: 50%;
  transform: translateX(-50%);
  top: 141px;
  width: 215px;
  font-size: 16px;
  line-height: 19.5px;
}

body.force-mobile .section-9-form {
  left: 50%;
  top: 227px;
  transform: translateX(-50%);
  width: min(320px, calc(100vw - 24px));
  height: 573px;
  display: block;
}

body.force-mobile .section-9-field {
  position: absolute;
  left: 0;
  width: 100%;
  height: 61.2246589661px;
  border-radius: 8px;
}

body.force-mobile .section-9-field:nth-of-type(1) {
  top: 0;
}

body.force-mobile .section-9-field:nth-of-type(2) {
  top: 76.138671875px;
}

body.force-mobile .section-9-field:nth-of-type(3) {
  top: 189.1689453125px;
}

body.force-mobile .section-9-field:nth-of-type(4) {
  top: 265.306640625px;
  height: 138.1479492188px;
}

body.force-mobile .section-9-field:nth-of-type(5) {
  top: 418.3681640625px;
}

body.force-mobile .section-9-field input,
body.force-mobile .section-9-field select {
  padding: 0 10px;
  font-size: 14px;
  line-height: 17.07px;
}

body.force-mobile .section-9-field-textarea textarea {
  padding: 18px 10px;
  font-size: 14px;
  line-height: 17.07px;
}

body.force-mobile .section-9-field-select select {
  background-position: right 12px center;
  background-size: 9px 9px;
  padding-right: 30px;
}

body.force-mobile .section-9-submit {
  position: absolute;
  left: 0;
  top: 511.775390625px;
  width: 100%;
  height: 61.2246589661px;
  margin-top: 0;
  font-size: 20px;
  line-height: 24.38px;
}

body.force-mobile .section-10 {
  height: 459px;
}

body.force-mobile .section-10-bg {
  width: 375px;
  height: 459px;
  background: url("./assets/images/section-8-mobile-bg.png") no-repeat 0 0;
}

body.force-mobile .section-10-bg .cover {
  display: none;
  width: 375px;
  height: 459px;
}

body.force-mobile .section-10-title {
  height: 459px;
}

body.force-mobile .section-10-title-upper {
  left: 72px;
  top: 46px;
  width: 120px;
  font-size: 20px;
  line-height: 24.38px;
  text-align: center;
}

body.force-mobile .section-10-title-script {
  left: 174px;
  top: 70px;
  width: 139px;
  font-size: 40px;
  line-height: 44.04px;
  text-align: center;
}

body.force-mobile .section-10-subtitle {
  left: 92px;
  top: 182px;
  width: 192px;
  font-size: 14px;
  line-height: 17.07px;
  text-align: center;
}

body.force-mobile .section-10-btn {
  left: 50%;
  transform: translateX(-50%);
  top: 336px;
  width: 221px;
  height: 35px;
  font-size: 12px;
  line-height: 14.63px;
  text-align: center;
}

body.force-mobile .section-10-btn-text {
  width: 162px;
}

body.force-mobile .section-5-script {
  left: 42px;
  top: 34px;
  width: 146px;
  font-size: 45px;
  line-height: 49.55px;
}

body.force-mobile .section-5-title {
  left: 115px;
  top: 84px;
  width: 199px;
  font-size: 20px;
  line-height: 24.38px;
}

body.force-mobile .section-5-subtitle {
  left: 24px;
  top: 159px;
  width: 327px;
  font-size: 14px;
  line-height: 17.07px;
  font-weight: 400;
}

body.force-mobile .section-5-subtitle .subtitle-strong {
  font-weight: 600;
}

body.force-mobile .section-5-subtitle .subtitle-break {
  display: block;
}

body.force-mobile .section-5-subtitle .subtitle-desktop-break {
  display: none;
}

body.force-mobile .puja-card {
  width: 276px;
  height: 632px;
}

body.force-mobile .card-finance {
  left: 47px;
  top: 340px;
  width: 282px;
}

body.force-mobile .card-family {
  left: 47px;
  top: 1023px;
  width: 282px;
}

body.force-mobile .card-health {
  left: 47px;
  top: 1706px;
}

body.force-mobile .card-protection {
  left: 47px;
  top: 2389px;
}

body.force-mobile .card-luck {
  left: 47px;
  top: 3072px;
}

body.force-mobile .card-finance:not(.card-dynamic) .puja-icon {
  left: 97px;
  top: 6px;
  width: 88px;
  height: 88px;
}

body.force-mobile .card-family:not(.card-dynamic) .puja-icon {
  left: 116px;
  top: 16px;
  width: 51px;
  height: 51px;
}

body.force-mobile .card-health:not(.card-dynamic) .puja-icon {
  left: 120px;
  top: 14px;
  width: 36px;
  height: 54px;
}

body.force-mobile .card-protection:not(.card-dynamic) .puja-icon {
  left: 119px;
  top: 17px;
  width: 38px;
  height: 35px;
}

body.force-mobile .card-luck:not(.card-dynamic) .puja-icon {
  left: 111px;
  top: 10px;
  width: 55px;
  height: 55px;
}

body.force-mobile .puja-title {
  font-size: 20px;
  line-height: 24.38px;
  font-weight: 600;
}

body.force-mobile .card-finance:not(.card-dynamic) .puja-title {
  left: 47px;
  top: 75px;
  width: 189px;
}

body.force-mobile .card-family:not(.card-dynamic) .puja-title {
  left: 68px;
  top: 75px;
  width: 146px;
}

body.force-mobile .card-health:not(.card-dynamic) .puja-title {
  left: 21px;
  top: 75px;
  width: 234px;
}

body.force-mobile .card-protection:not(.card-dynamic) .puja-title {
  left: 62px;
  top: 65px;
  width: 152px;
}

body.force-mobile .card-luck:not(.card-dynamic) .puja-title {
  left: 44px;
  top: 65px;
  width: 188px;
}

body.force-mobile .puja-text {
  font-size: 16px;
  line-height: 19.5px;
}

body.force-mobile .card-finance:not(.card-dynamic) .puja-text {
  left: 32px;
  top: 160px;
  width: 219px;
}

body.force-mobile .card-family:not(.card-dynamic) .puja-text {
  left: 48px;
  top: 160px;
  width: 186px;
}

body.force-mobile .card-health:not(.card-dynamic) .puja-text {
  left: 40px;
  top: 160px;
  width: 196px;
}

body.force-mobile .card-protection:not(.card-dynamic) .puja-text {
  left: 40px;
  top: 160px;
  width: 196px;
}

body.force-mobile .card-luck:not(.card-dynamic) .puja-text {
  left: 42px;
  top: 160px;
  width: 192px;
}

body.force-mobile .puja-price {
  font-size: 25px;
  line-height: 30.48px;
  font-weight: 600;
}

body.force-mobile .card-finance:not(.card-dynamic) .puja-price {
  top: 453px;
}

body.force-mobile .card-family:not(.card-dynamic) .puja-price {
  top: 450px;
}

body.force-mobile .card-health:not(.card-dynamic) .puja-price,
body.force-mobile .card-protection:not(.card-dynamic) .puja-price,
body.force-mobile .card-luck:not(.card-dynamic) .puja-price {
  top: 464px;
}

body.force-mobile .puja-btn {
  width: 155px;
  height: 37.25px;
  font-size: 16px;
}

body.force-mobile .card-finance:not(.card-dynamic) .puja-btn {
  left: 63px;
  top: 509px;
}

body.force-mobile .card-family:not(.card-dynamic) .puja-btn {
  left: 59px;
  top: 506px;
}

body.force-mobile .card-health:not(.card-dynamic) .puja-btn,
body.force-mobile .card-protection:not(.card-dynamic) .puja-btn,
body.force-mobile .card-luck:not(.card-dynamic) .puja-btn {
  left: 59px;
  top: 520px;
}

body.force-mobile .puja-btn-outline {
  height: 37px;
  font-size: 12px;
}

body.force-mobile .puja-card.card-dynamic .puja-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.force-mobile .card-finance:not(.card-dynamic) .puja-btn-outline {
  left: 63px;
  top: 559px;
}

body.force-mobile .card-family:not(.card-dynamic) .puja-btn-outline {
  left: 59px;
  top: 556px;
}

body.force-mobile .card-health:not(.card-dynamic) .puja-btn-outline,
body.force-mobile .card-protection:not(.card-dynamic) .puja-btn-outline,
body.force-mobile .card-luck:not(.card-dynamic) .puja-btn-outline {
  left: 59px;
  top: 570px;
}

body.force-mobile .section-5-gallery-title {
  left: 94px;
  top: 3977px;
  width: 187px;
  font-size: 60px;
  line-height: 66.06px;
}

body.force-mobile .gallery-slider {
  left: 24px;
  top: 4082px;
  width: calc(100% - 48px);
  height: auto;
  /* aspect-ratio removed to allow proportional scaling based on image */
  border-radius: 6px;
}

body.force-mobile .gallery-arrow {
  width: 34px;
  height: 34px;
  font-size: 22px;
}

body.force-mobile .gallery-arrow.prev {
  left: 8px;
}

body.force-mobile .gallery-arrow.next {
  right: 8px;
}

@media (max-width: 350px) {
  .page {
    transform: translateX(-50%) scale(calc(100vw / 375));
    transform-origin: top center;
  }
}

/* ========== Modal Styles ========== */
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.modal.is-open {
  display: flex;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 21, 0.85);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.modal-content {
  position: relative;
  width: 100%;
  max-width: 440px;
  max-height: min(90vh, calc(100dvh - 40px));
  overflow-y: auto;
  scrollbar-gutter: stable;
  overflow-x: hidden;
  overscroll-behavior: contain;
  touch-action: pan-y;
  background: linear-gradient(135deg, rgba(8, 32, 70, 0.95) 0%, rgba(8, 12, 21, 0.98) 100%);
  border-radius: 12px;
  padding: 28px 24px 20px;
  box-shadow:
    0 0 0 1px rgba(213, 187, 128, 0.2),
    0 20px 60px rgba(0, 0, 0, 0.6),
    inset 0 0 40px rgba(213, 187, 128, 0.05);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }

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

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  padding: 0;
  background: rgba(213, 187, 128, 0.1);
  border: 1px solid rgba(213, 187, 128, 0.3);
  border-radius: 6px;
  color: var(--gold);
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close:hover {
  background: rgba(213, 187, 128, 0.2);
  border-color: var(--gold);
}

.modal-title {
  margin: 0 0 6px 0;
  color: var(--gold);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.modal-service-name {
  margin: 0 0 3px 0;
  color: var(--white);
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  opacity: 0.9;
}

.modal-price {
  margin: 0 0 18px 0;
  color: var(--gold);
  font-size: 22px;
  line-height: 1.2;
  min-height: 1.2em;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  text-align: center;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

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

.form-group label {
  color: var(--white);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.required {
  color: #ff6b6b;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group input[type="date"],
.form-group input[type="time"] {
  width: 100%;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(213, 187, 128, 0.3);
  border-radius: 6px;
  color: var(--white);
  font-size: 14px;
  font-family: inherit;
  transition: all 0.2s;
}

.form-group input::placeholder {
  color: rgba(245, 245, 245, 0.4);
}

.form-group input:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(213, 187, 128, 0.1);
}

.form-group input.error {
  border-color: #ff6b6b;
}

.error-message {
  color: #ff6b6b;
  font-size: 13px;
  min-height: 18px;
  display: none;
}

.error-message.visible {
  display: block;
}

.checkbox-group {
  gap: 4px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
  font-size: 8px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
}

.checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkbox-custom {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(213, 187, 128, 0.4);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.2s;
  position: relative;
}

.checkbox-label input:checked+.checkbox-custom {
  background: var(--gold);
  border-color: var(--gold);
}

.checkbox-label input:checked+.checkbox-custom::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid var(--deep);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-label input:focus+.checkbox-custom {
  box-shadow: 0 0 0 3px rgba(213, 187, 128, 0.2);
}

.checkbox-text {
  color: rgba(245, 245, 245, 0.85);
  font-size: 8px;
  line-height: 1.5;
}

.checkbox-text a {
  color: #5b9bd5;
  text-decoration: none;
  transition: opacity 0.2s;
}

.checkbox-text a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.modal-submit {
  margin-top: 6px;
  width: 100%;
  padding: 12px 20px;
  background: linear-gradient(112.25deg, rgba(213, 187, 128, 1) 0%, rgba(160, 131, 73, 1) 100%);
  border: none;
  border-radius: 8px;
  color: var(--deep);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 16px rgba(213, 187, 128, 0.3);
}

.modal-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(213, 187, 128, 0.4);
}

.modal-submit:active {
  transform: translateY(0);
}

.modal-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.modal-step {
  display: none;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.modal-step.is-active {
  display: flex;
}

.modal-actions {
  display: flex;
  gap: 12px;
}

.modal-actions .modal-submit {
  margin-top: 0;
}

.details-description {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 15px;
  line-height: 1.65;
  opacity: 0.9;
}

#details-modal .modal-content {
  max-width: min(860px, calc(100vw - 80px));
}

.details-description p {
  margin: 0 0 12px;
}

.details-description p:last-child {
  margin-bottom: 0;
}

.details-description ul {
  margin: 0 0 12px;
  padding-left: 18px;
  list-style: disc;
}

.details-description li {
  margin: 0 0 6px;
}

.modal-back {
  background: transparent;
  border: 1px solid rgba(213, 187, 128, 0.5);
  color: var(--gold);
  box-shadow: none;
}

.modal-back:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(213, 187, 128, 0.2);
}

.payment-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.payment-label {
  color: var(--white);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.option-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 10px;
  border-radius: 10px;
  border: 1px solid rgba(213, 187, 128, 0.35);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.option-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option-card.is-selected {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(213, 187, 128, 0.2);
  background: rgba(213, 187, 128, 0.15);
  color: var(--gold);
}

.option-card.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.option-card.is-hidden {
  display: none;
}

.price-summary {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(213, 187, 128, 0.2);
  color: var(--white);
  font-size: 14px;
}

.price-summary strong {
  display: inline-block;
  min-width: 8ch;
  text-align: right;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  color: var(--gold);
}

@media (max-width: 720px) {
  .modal {
    padding: 10px;
    align-items: flex-start;
  }

  .modal-content {
    max-width: 100%;
    max-height: calc(100dvh - 20px);
    padding: 28px 16px 16px;
  }

  .modal-title {
    font-size: 24px;
  }

  .modal-service-name {
    font-size: 16px;
  }

  .modal-price {
    font-size: 20px;
  }

  .form-group input[type="text"],
  .form-group input[type="tel"],
  .form-group input[type="email"],
  .form-group input[type="date"],
  .form-group input[type="time"] {
    font-size: 16px;
  }

  .option-grid {
    grid-template-columns: 1fr;
  }

  .modal-actions {
    flex-direction: column;
  }
}

/* Contact Modal Styles */
.contact-modal-content {
  background: #f0f0f0;
  /* Light grey background as in screenshot */
  color: #000000;
  text-align: center;
  max-width: 600px;
  border-radius: 20px;
  padding: 40px;
}

.contact-title {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 40px;
  color: #000000;
  text-transform: none;
  /* Override possible uppercase */
}

.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.contact-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}

.contact-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-name {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  color: #000000;
}

.contact-role {
  font-size: 16px;
  color: #666666;
  margin: 0 0 20px 0;
}

.contact-info {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}

.contact-info p {
  margin: 5px 0;
  color: #000000;
  font-weight: 600;
}

.contact-info a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}

.contact-telegram-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  background: #2aabee;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.contact-telegram-btn:hover {
  background: #229ed9;
}

/* Close button override for light modal */
.contact-modal-content .modal-close {
  color: #000;
  border-color: rgba(0, 0, 0, 0.1);
}

.contact-modal-content .modal-close:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: #000;
}
