
/* Align all desktop home sections to the same content width as the header */
@media (min-width: 960px) {
.home-section-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

  /* Sections use full-width fluid containers internally; neutralize their
     extra horizontal padding so they line up with the wrapper edges. */
.home-section-wrap .container--fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

  /* Inner (non-fluid) containers default to Vuetify's narrower max-width and
     centre themselves, which makes section content narrower than the carousel.
     Let them fill the 1400px wrapper so every section shares the same edges. */
.home-section-wrap .container:not(.container--fluid) {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}


/* ── Hide scrollbar globally ── */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* ── Category Card Hover Effects ── */
.category-card-hover {
  transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.category-card-hover {
  transform: translateY(0);
}
.category-circle-shell {
  transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.5, 1),
    box-shadow 0.45s cubic-bezier(0.25, 0.8, 0.5, 1), border-color 0.35s ease !important;
}
.category-card-hover:hover {
  transform: translateY(-8px) !important;
}
.category-card-hover:hover .category-circle-shell {
  transform: scale(1.03) !important;
  box-shadow: 0 24px 56px rgba(166, 120, 100, 0.2),
    0 10px 24px rgba(166, 120, 100, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(184, 115, 90, 0.3) !important;
}
.category-card-hover:hover .category-img-zoom {
  transform: scale(1.08) !important;
}
.category-card-hover:hover .cat-underline {
  width: 48px !important;
  opacity: 1 !important;
}
.category-card-hover:active {
  transform: translateY(-3px) scale(0.98) !important;
}
.category-img-align .v-image__image {
  background-size: cover !important;
  background-position: center center !important;
}
.exchange-banner-image {
  width: 100%;
  background: #f6eee4;
}
.exchange-banner-mobile-image {
  display: block;
  width: 100%;
  height: auto;
  background: #f6eee4;
  border-radius: 12px;
}
.exchange-banner-card {
  width: 100%;
}
@media (max-width: 959px) {
.exchange-banner-card {
    background: transparent !important;
    box-shadow: none !important;
}
}
.exchange-banner-image .v-image__image {
  background-size: cover !important;
  background-position: center center !important;
}
.exchange-banner-image .v-responsive__content {
  width: 100% !important;
}
/* ── Feature Card Hover Effects ── */
.feature-card-hover:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 45px rgba(166, 120, 100, 0.12),
    0 6px 16px rgba(166, 120, 100, 0.06), 0 0 0 1px rgba(196, 145, 122, 0.15) !important;
  border-color: rgba(196, 145, 122, 0.2) !important;
  background: rgba(255, 255, 255, 0.85) !important;
}
.feature-card-hover:hover .feature-top-accent {
  width: 50% !important;
}
.feature-card-hover:hover .feature-icon-container {
  background: linear-gradient(145deg, #c4917a, #d9a189) !important;
  box-shadow: 0 8px 25px rgba(196, 145, 122, 0.35),
    0 2px 6px rgba(166, 120, 100, 0.15) !important;
  border-color: transparent !important;
}
.feature-card-hover:hover .feature-icon-container {
  transform: scale(1.08);
}
.feature-card-hover:hover .feature-icon-inner {
  color: white !important;
}
.feature-card-hover:hover .feature-bg-glow {
  background: radial-gradient(
    circle,
    rgba(217, 161, 137, 0.12) 0%,
    transparent 70%
  ) !important;
}
.feature-card-hover:hover .feature-bg-glow {
  transform: scale(1.4);
}
/* ── Pulse animation for banner dot ── */
@keyframes pulse-dot {
0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 8px rgba(196, 145, 122, 0.6);
}
50% {
    opacity: 0.5;
    box-shadow: 0 0 16px rgba(196, 145, 122, 0.3);
}
}

.luxury-wrapper {
  background: #faf8f5;
}
.category-scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  display: block;
  padding-bottom: 10px;
}
.category-flex-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}
.category-item-mobile {
  flex: 0 0 auto;
  width: 130px;
}
.category-card-mobile {
  border-radius: 12px;
  overflow: hidden;
}
.category-image {
  height: 160px;
}
.feature-item-mobile {
  cursor: pointer;
  min-height: 100%;
  padding: 18px 12px 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(253,247,242,0.96) 100%);
  border: 1px solid rgba(196, 145, 122, 0.18);
  box-shadow: 0 10px 28px rgba(166, 120, 100, 0.10), 0 2px 8px rgba(166, 120, 100, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.feature-item-mobile:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(166, 120, 100, 0.14), 0 4px 10px rgba(166, 120, 100, 0.06);
  border-color: rgba(196, 145, 122, 0.26);
}
.mobile-banner-shell {
  border-radius: 18px;
  overflow: hidden;
  background: #f6eee4;
  box-shadow: 0 14px 34px rgba(120, 70, 50, 0.12);
}
.mobile-banner-image {
  display: block;
  width: 100%;
  height: auto;
}
.feature-detail-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
}
.feature-detail-icon {
  color: #b8735a !important;
  font-size: 14px !important;
}
.feature-copy {
  font-size: 11px;
  line-height: 1.45;
  color: #7c6b63;
  max-width: 150px;
}

/* Feature Item Adjustments */
.feature-icon-wrap {
  background: linear-gradient(145deg, #fffdfc, #f8eee7);
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(196, 145, 122, 0.12);
  border: 1px solid rgba(196, 145, 122, 0.10);
}
.luxury-divider {
  width: 40px;
  height: 2px;
  background: #4A2018;
}
.banner-eyebrow {
  letter-spacing: 1.5px;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.9);
}

/* Hide scrollbar for clean look */
.category-scroll-container::-webkit-scrollbar {
  display: none;
}



.hto-section[data-v-e96f2d12] {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 50%, rgba(232, 184, 164, 0.28) 0%, transparent 42%),
    linear-gradient(120deg, #FAF8F5 0%, #FAF8F5 45%, #f7e6e0 100%);
  padding: 40px 16px 56px;
  font-family: 'Instrument Sans', sans-serif;
}

/* Decorative sparkles in the right-side space */
.hto-decor[data-v-e96f2d12] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42%;
  pointer-events: none;
  z-index: 0;
}
.hto-spark[data-v-e96f2d12] {
  color: rgba(217, 161, 137, 0.45) !important;
}
.hto-spark[data-v-e96f2d12] {
  position: absolute;
}
.hto-spark--1[data-v-e96f2d12] {
  font-size: 96px !important;
  color: rgba(217, 161, 137, 0.20) !important;
}
.hto-spark--1[data-v-e96f2d12] {
  top: 14%;
  right: 28%;
}
.hto-spark--2[data-v-e96f2d12] {
  font-size: 120px !important;
  color: rgba(217, 161, 137, 0.26) !important;
}
.hto-spark--2[data-v-e96f2d12] {
  top: 48%;
  right: 14%;
}
.hto-spark--3[data-v-e96f2d12] {
  font-size: 40px !important;
}
.hto-spark--3[data-v-e96f2d12] {
  top: 8%;
  right: 6%;
}
.hto-spark--4[data-v-e96f2d12] {
  font-size: 30px !important;
}
.hto-spark--4[data-v-e96f2d12] {
  top: 70%;
  right: 34%;
}
.hto-spark--5[data-v-e96f2d12] {
  font-size: 56px !important;
  color: rgba(217, 161, 137, 0.22) !important;
}
.hto-spark--5[data-v-e96f2d12] {
  top: 32%;
  right: 2%;
}
.hto-spark--6[data-v-e96f2d12] {
  font-size: 26px !important;
}
.hto-spark--6[data-v-e96f2d12] {
  top: 84%;
  right: 8%;
}
.hto-spark--7[data-v-e96f2d12] {
  font-size: 18px !important;
}
.hto-spark--7[data-v-e96f2d12] {
  top: 60%;
  right: 40%;
}
.hto-spark--8[data-v-e96f2d12] {
  font-size: 22px !important;
}
.hto-spark--8[data-v-e96f2d12] {
  top: 22%;
  right: 44%;
}
.hto-inner[data-v-e96f2d12] {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
}

/* ── Left ── */
.hto-left[data-v-e96f2d12] {
  flex: 1 1 50%;
  min-width: 0;
}
.hto-eyebrow[data-v-e96f2d12] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4a2018;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
}
.hto-eyebrow-icon[data-v-e96f2d12] {
  color: #c79a8e !important;
  font-size: 18px !important;
}
.hto-title[data-v-e96f2d12] {
  font-family: 'Instrument Sans', sans-serif;
  color: #4a2018;
  font-size: max(30px, min(4vw, 46px));
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.5px;
  margin: 0 0 16px;
}
.hto-subtitle[data-v-e96f2d12] {
  color: #8f6c61;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 36px;
  max-width: 460px;
}

/* ── Steps ── */
.hto-steps[data-v-e96f2d12] {
  display: flex;
  align-items: flex-start;
}
.hto-step[data-v-e96f2d12] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}
.hto-step-circle[data-v-e96f2d12] {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(196, 145, 122, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hto-step-icon[data-v-e96f2d12] {
  font-size: 40px !important;
  color: #4a2018 !important;
}
.hto-step-label[data-v-e96f2d12] {
  color: #4a2018;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}
.hto-connector[data-v-e96f2d12] {
  flex: 1 1 auto;
  min-width: 30px;
  margin-top: 44px;
  border-top: 2px dotted rgba(196, 145, 122, 0.45);
  position: relative;
}
.hto-connector[data-v-e96f2d12]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c4917a;
}

/* ── Right image ── */
.hto-right[data-v-e96f2d12] {
  flex: 1 1 50%;
  min-width: 0;
}
.hto-image[data-v-e96f2d12] {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/* ── Responsive ── */
@media (max-width: 900px) {
.hto-inner[data-v-e96f2d12] {
    flex-direction: column;
    gap: 28px;
}
.hto-left[data-v-e96f2d12],
  .hto-right[data-v-e96f2d12] {
    flex: 1 1 100%;
    width: 100%;
}
.hto-step-circle[data-v-e96f2d12] {
    width: 66px;
    height: 66px;
}
.hto-step-icon[data-v-e96f2d12] {
    font-size: 30px !important;
}
.hto-step-label[data-v-e96f2d12] {
    font-size: 13px;
}
.hto-connector[data-v-e96f2d12] {
    margin-top: 33px;
    min-width: 16px;
}
}
@media (max-width: 600px) {
.hto-title[data-v-e96f2d12] {
    font-size: 24px;
}
.hto-subtitle[data-v-e96f2d12] {
    font-size: 13px;
}
}

.serif-font { font-family: "Playfair Display", serif !important;
}
.brand--text { color: #4A2018 !important;
}
.bg-berry-soft { background: linear-gradient(180deg, #fffdfa 0%, #faf4ee 100%) !important;
}
.border-berry-subtle { border: 1px solid rgba(184, 115, 90, 0.18) !important;
}
.border-bottom-subtle { border-bottom: 1px solid rgba(184, 115, 90, 0.12);
}
.letter-spacing-1 { letter-spacing: 1px !important;
}
.letter-spacing-2 { letter-spacing: 2px !important;
}
.uppercase { text-transform: uppercase;
}
/* Trigger Bar */
.luxury-location-bar {
  background-color: #FAF8F5; 
  border-bottom: 1px solid rgba(184, 115, 90, 0.12);
  cursor: pointer; 
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.luxury-location-bar:hover {
  background-color: #fffaf6;
  border-bottom-color: rgba(184, 115, 90, 0.2);
}
/* Sheet Handle */
.sheet-handle-berry {
  width: 36px;
  height: 4px;
  background-color: rgba(122, 92, 84, 0.22);
  border-radius: 10px;
}
/* Action Buttons */
.action-btn-premium {
  border-radius: 18px !important;
  background: linear-gradient(180deg, #f7e6d8 0%, #eed4c1 100%) !important;
}
.action-btn-premium {
  box-shadow: 0 10px 24px rgba(120, 70, 50, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.action-btn-premium:hover {
  background: linear-gradient(180deg, #f0d9c7 0%, #e5c4ad 100%) !important;
  border-color: rgba(152, 92, 66, 0.34) !important;
}
.action-btn-premium:hover {
  box-shadow: 0 14px 28px rgba(120, 70, 50, 0.1);
  transform: translateY(-1px);
}
.action-btn-premium:active {
  transform: translateY(0) scale(0.99);
}
.action-btn-premium.v-btn--disabled {
  background: linear-gradient(180deg, #ead6c7 0%, #ddc1ad 100%) !important;
  border-color: rgba(184, 115, 90, 0.14) !important;
  box-shadow: none !important;
}
.action-btn-premium .brand--text {
  color: #4a2018 !important;
}
.action-btn-premium.v-btn--disabled .brand--text,
.action-btn-premium.v-btn--disabled .action-btn-caption,
.action-btn-premium.v-btn--disabled .action-btn-icon {
  color: rgba(106, 74, 62, 0.72) !important;
}
.action-btn-icon {
  color: #fffaf6 !important;
}
.action-btn-caption {
  color: rgba(248, 243, 242, 0.72) !important;
  font-size: 0.66rem !important;
}
.action-btn-caption {
  line-height: 1.2;
}
/* Address Cards */
.address-card-premium {
  border-radius: 18px !important;
}
.address-card-premium {
  border: 1px solid rgba(184, 115, 90, 0.12);
  cursor: pointer;
  background: linear-gradient(180deg, #fffdfa 0%, #faf4ee 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.address-card-premium:hover {
  border-color: rgba(184, 115, 90, 0.22);
  box-shadow: 0 14px 28px rgba(120, 70, 50, 0.08);
  transform: translateY(-1px);
}
.selected-berry-card {
  border-color: #4A2018 !important;
  background: linear-gradient(180deg, #fffaf6 0%, #f8ede5 100%) !important;
  box-shadow: 0 16px 34px rgba(120, 70, 50, 0.1) !important;
}
/* Icons */
.berry-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid rgba(184, 115, 90, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fffdfa 0%, #fbf4ed 100%);
}
.leading-tight { line-height: 1.2;
}


.lucky-page[data-v-1f86a230] {
  min-height: 100vh;
  background: #faf8f5;
}


.lucky-section[data-v-2e0b91d4] {
  position: relative;
  overflow: hidden;
  background: #fdfaf7;
  border-top: 1px solid rgba(196, 145, 122, 0.16);
}
.lucky-bg-deco[data-v-2e0b91d4],
.lucky-bg-pattern[data-v-2e0b91d4] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.lucky-bg-deco[data-v-2e0b91d4]::before,
.lucky-bg-deco[data-v-2e0b91d4]::after {
  content: '';
  position: absolute;
  border-radius: 50%;
}
.lucky-bg-deco[data-v-2e0b91d4]::before {
  top: -120px;
  right: -120px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(183, 110, 121, 0.12) 0%, transparent 70%);
}
.lucky-bg-deco[data-v-2e0b91d4]::after {
  bottom: -80px;
  left: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 149, 106, 0.1) 0%, transparent 70%);
}
.lucky-bg-pattern[data-v-2e0b91d4] {
  opacity: 0.025;
  background-image:
    repeating-linear-gradient(45deg, #b76e79 0, #b76e79 1px, transparent 0, transparent 50%),
    repeating-linear-gradient(-45deg, #d4956a 0, #d4956a 1px, transparent 0, transparent 50%);
  background-size: 28px 28px;
}
.lucky-page[data-v-2e0b91d4] {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 16px;
}
.lucky-card[data-v-2e0b91d4] {
  width: 100%;
  max-width: 560px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 80px rgba(122, 61, 69, 0.13), 0 4px 20px rgba(122, 61, 69, 0.07);
}
.lucky-card-header[data-v-2e0b91d4] {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 44px 40px 36px;
  background: linear-gradient(135deg, #7a3d45 0%, #b76e79 45%, #d4956a 80%, #e8b888 100%);
}
.lucky-card-header[data-v-2e0b91d4]::before,
.lucky-card-header[data-v-2e0b91d4]::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}
.lucky-card-header[data-v-2e0b91d4]::before { top: -60px; left: -60px; width: 240px; height: 240px;
}
.lucky-card-header[data-v-2e0b91d4]::after { bottom: -50px; right: -50px; width: 200px; height: 200px;
}
.lucky-header-ornament[data-v-2e0b91d4] {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.lucky-header-title[data-v-2e0b91d4] {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 48px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}
.lucky-header-title em[data-v-2e0b91d4] { font-style: italic; font-weight: 300;
}
.lucky-header-sub[data-v-2e0b91d4] {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  letter-spacing: 0.08em;
}
.lucky-petal[data-v-2e0b91d4] {
  position: absolute;
  z-index: 0;
  width: 8px;
  height: 12px;
  border-radius: 50% 50% 50% 0;
  background: rgba(255, 255, 255, 0.12);
  animation: luckyFloatPetal-2e0b91d4 6s ease-in-out infinite;
}
.petal-1[data-v-2e0b91d4] { top: 15%; left: 10%;
}
.petal-2[data-v-2e0b91d4] { top: 55%; left: 6%; animation-delay: 1s;
}
.petal-3[data-v-2e0b91d4] { top: 20%; right: 8%; animation-delay: .5s;
}
.petal-4[data-v-2e0b91d4] { top: 65%; right: 12%; animation-delay: 1.5s;
}
.petal-5[data-v-2e0b91d4] { top: 40%; left: 22%; animation-delay: 2s;
}
.petal-6[data-v-2e0b91d4] { top: 30%; right: 25%; animation-delay: 2.5s;
}
@keyframes luckyFloatPetal-2e0b91d4 {
0%, 100% { transform: translateY(0) rotate(0deg); opacity: .3;
}
50% { transform: translateY(-18px) rotate(20deg); opacity: .7;
}
}
.lucky-steps-bar[data-v-2e0b91d4] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 40px 0;
}
.lucky-step-dot[data-v-2e0b91d4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.lucky-step-circle[data-v-2e0b91d4] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #e8cfc8;
  color: #a07878;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
}
.lucky-step-circle.active[data-v-2e0b91d4] {
  background: linear-gradient(135deg, #b76e79, #d4956a);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 12px rgba(183, 110, 121, 0.35);
}
.lucky-step-circle.done[data-v-2e0b91d4] {
  background: #e8c4a0;
  border-color: #e8c4a0;
  color: #7a3d45;
}
.lucky-step-label[data-v-2e0b91d4] {
  color: #a07878;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lucky-step-line[data-v-2e0b91d4] {
  flex: 1;
  max-width: 60px;
  height: 1px;
  margin: 0 6px 22px;
  background: #e8cfc8;
}
.lucky-step-line.done[data-v-2e0b91d4] { background: #e8c4a0;
}
.lucky-card-body[data-v-2e0b91d4] { padding: 32px 40px 40px;
}
.lucky-step-panel.active[data-v-2e0b91d4] { animation: luckyStepIn-2e0b91d4 .45s cubic-bezier(.22, 1, .36, 1);
}
@keyframes luckyStepIn-2e0b91d4 {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}
.lucky-step-eyebrow[data-v-2e0b91d4] {
  color: #b76e79;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}
.lucky-step-heading[data-v-2e0b91d4] {
  margin: 0 0 6px;
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 30px;
  color: #4a2830;
}
.lucky-step-desc[data-v-2e0b91d4] {
  color: #a07878;
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 28px;
}
.lucky-form-grid[data-v-2e0b91d4] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 14px 16px;
  gap: 14px 16px;
  margin-bottom: 24px;
}
.lucky-field.full[data-v-2e0b91d4] { grid-column: 1 / -1;
}
.lucky-field label[data-v-2e0b91d4] {
  display: block;
  color: #4a2830;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}
.lucky-field input[data-v-2e0b91d4],
.lucky-field textarea[data-v-2e0b91d4] {
  width: 100%;
  border: 1px solid #e8cfc8;
  border-radius: 6px;
  padding: 11px 14px;
  font-size: 13px;
  color: #4a2830;
  outline: none;
  background: #fdf6f0;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.lucky-field textarea[data-v-2e0b91d4] {
  min-height: 72px;
  resize: vertical;
  line-height: 1.5;
}
.lucky-field input[data-v-2e0b91d4]:focus,
.lucky-field textarea[data-v-2e0b91d4]:focus {
  border-color: #b76e79;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(183, 110, 121, .12);
}
.lucky-field .err[data-v-2e0b91d4],
.lucky-otp-box.err[data-v-2e0b91d4] { border-color: #c0392b;
}
.lucky-phone-wrap[data-v-2e0b91d4] { display: flex;
}
.lucky-phone-prefix[data-v-2e0b91d4] {
  background: #f5e6d8;
  border: 1px solid #e8cfc8;
  border-right: 0;
  border-radius: 6px 0 0 6px;
  padding: 11px 12px;
  color: #a07878;
  font-size: 13px;
}
.lucky-phone-wrap input[data-v-2e0b91d4] { border-radius: 0 6px 6px 0;
}
.lucky-err[data-v-2e0b91d4] {
  display: none;
  color: #c0392b;
  font-size: 11px;
  margin-top: 5px;
}
.lucky-err.show[data-v-2e0b91d4] { display: block;
}
.lucky-btn[data-v-2e0b91d4] {
  width: 100%;
  padding: 14px;
  border: 0;
  border-radius: 8px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
}
.lucky-btn[data-v-2e0b91d4]:disabled { opacity: .65; cursor: not-allowed;
}
.lucky-btn-primary[data-v-2e0b91d4] {
  background: linear-gradient(135deg, #7a3d45 0%, #b76e79 50%, #d4956a 100%);
  color: #fff;
  box-shadow: 0 6px 24px rgba(183, 110, 121, .3);
}
.lucky-btn-primary[data-v-2e0b91d4]:not(:disabled):hover { transform: translateY(-1px); box-shadow: 0 8px 32px rgba(183, 110, 121, .42);
}
.lucky-btn-ghost[data-v-2e0b91d4] {
  margin-top: 10px;
  background: transparent;
  border: 1px solid #e8cfc8;
  color: #a07878;
}
.lucky-otp-intro[data-v-2e0b91d4] {
  color: #a07878;
  font-size: 13px;
  margin-bottom: 24px;
  background: #f5e6d8;
  border-left: 3px solid #b76e79;
  border-radius: 8px;
  padding: 12px 16px;
}
.lucky-otp-row[data-v-2e0b91d4] { display: flex; gap: 10px; justify-content: center; margin-bottom: 12px;
}
.lucky-otp-box[data-v-2e0b91d4] {
  width: 52px;
  height: 62px;
  border: 1.5px solid #e8cfc8;
  border-radius: 8px;
  text-align: center;
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 700;
  color: #4a2830;
  outline: none;
  background: #fdf6f0;
}
.lucky-otp-box[data-v-2e0b91d4]:focus { border-color: #b76e79; box-shadow: 0 0 0 3px rgba(183, 110, 121, .15); background: #fff;
}
.lucky-otp-hint[data-v-2e0b91d4] { text-align: center; color: #a07878; font-size: 12px; margin-bottom: 14px;
}
.lucky-otp-hint button[data-v-2e0b91d4] { color: #b76e79; border: 0; background: transparent; -webkit-text-decoration: underline; text-decoration: underline; cursor: pointer;
}
.lucky-demo-note[data-v-2e0b91d4],
.lucky-email-warning[data-v-2e0b91d4],
.lucky-email-success[data-v-2e0b91d4] {
  text-align: center;
  color: #c4826e;
  background: rgba(183, 110, 121, .07);
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 11px;
  margin-bottom: 20px;
}
.lucky-email-warning[data-v-2e0b91d4] { color: #9a4a35;
}
.lucky-email-success[data-v-2e0b91d4] { color: #4f7a45;
}

/* Thank you section - matches email template */
.lucky-ty-wrap[data-v-2e0b91d4] { text-align: center;
}

/* Email-style header */
.lucky-ty-email-header[data-v-2e0b91d4] {
  padding: 44px 40px 36px;
  background: linear-gradient(135deg, #7a3d45 0%, #b76e79 45%, #d4956a 80%, #e8b888 100%);
  border-radius: 12px 12px 0 0;
  margin: -32px -40px 0;
  text-align: center;
}
.lucky-ty-header-logo[data-v-2e0b91d4] {
  display: block;
  margin: 0 auto 12px;
  width: 48px;
  height: 48px;
}
.lucky-ty-header-brand[data-v-2e0b91d4] {
  font-family: Georgia, serif;
  font-size: 28px;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
}
.lucky-ty-header-subtitle[data-v-2e0b91d4] {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

/* Content area below header */
.lucky-ty-content[data-v-2e0b91d4] {
  padding: 34px 0 10px;
}
.lucky-ty-burst[data-v-2e0b91d4] {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #7a3d45, #b76e79, #d4956a);
  box-shadow: 0 8px 30px rgba(183, 110, 121, .4);
}

/* Dear Name and message paragraphs */
.lucky-ty-dear[data-v-2e0b91d4] {
  font-size: 15px;
  color: #4a2830;
  margin: 0 0 16px;
  line-height: 1.7;
}
.lucky-ty-msg[data-v-2e0b91d4] {
  font-size: 14px;
  color: #666;
  margin: 0 0 10px;
  line-height: 1.7;
}
.lucky-ty-msg strong[data-v-2e0b91d4] {
  color: #4a2830;
}

/* Coupon card - matches email gradient card exactly */
.lucky-ty-card[data-v-2e0b91d4] {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 32px 28px 24px;
  margin: 24px 0;
  background: linear-gradient(135deg, #6e3340 0%, #a85e6a 35%, #c4826e 65%, #d4a070 100%);
  box-shadow: 0 16px 60px rgba(122, 61, 69, .25);
  text-align: center;
}
.lucky-ty-card-eyebrow[data-v-2e0b91d4] {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .55);
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.lucky-ty-card-winner[data-v-2e0b91d4] {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  padding-bottom: 6px;
}
.lucky-ty-card-userid[data-v-2e0b91d4] {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 1px;
  padding-bottom: 16px;
}
.lucky-ty-card-divider[data-v-2e0b91d4] {
  position: relative;
  z-index: 1;
  height: 1px;
  background: rgba(255, 255, 255, .2);
}
.lucky-ty-card-code-label[data-v-2e0b91d4] {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .55);
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 8px;
}
.lucky-ty-card-code[data-v-2e0b91d4] {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 6px;
  background: rgba(255, 255, 255, .12);
  padding: 8px 24px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, .2);
}
.lucky-ty-card-footer[data-v-2e0b91d4] {
  position: relative;
  z-index: 1;
  padding-top: 16px;
  text-align: left;
  font-family: Georgia, serif;
  font-size: 12px;
  color: rgba(255, 255, 255, .45);
  letter-spacing: 2px;
}

/* Coupon strip - matches email dashed coupon strip */
.lucky-copy-strip[data-v-2e0b91d4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5e6d8;
  border: 1px dashed #e8c4a0;
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 28px;
}
.lucky-copy-code[data-v-2e0b91d4] {
  color: #7a3d45;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 3px;
}
.lucky-copy-discount[data-v-2e0b91d4] {
  color: #b76e79;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
.lucky-copy-strip button[data-v-2e0b91d4] {
  background: #b76e79;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s;
}
.lucky-copy-strip button[data-v-2e0b91d4]:hover {
  background: #7a3d45;
}

/* Footer - matches email footer */
.lucky-ty-footer[data-v-2e0b91d4] {
  margin-top: 20px;
  padding: 20px;
  background: #f9ede6;
  border-top: 1px solid #f0ddd0;
  border-radius: 0 0 12px 12px;
  margin: 30px -40px -40px;
  color: #a07878;
  font-size: 12px;
}
.lucky-ty-footer p[data-v-2e0b91d4] {
  margin: 0 0 4px;
}
.lucky-ty-footer p[data-v-2e0b91d4]:last-child {
  margin: 0;
}
.lucky-ty-footer strong[data-v-2e0b91d4] {
  color: #7a3d45;
}
@media (max-width: 640px) {
.lucky-page[data-v-2e0b91d4] { padding: 48px 12px;
}
.lucky-card-header[data-v-2e0b91d4] { padding: 36px 22px 30px;
}
.lucky-header-title[data-v-2e0b91d4] { font-size: 40px;
}
.lucky-card-body[data-v-2e0b91d4] { padding: 28px 22px 32px;
}
.lucky-form-grid[data-v-2e0b91d4] { grid-template-columns: 1fr;
}
.lucky-steps-bar[data-v-2e0b91d4] { padding: 22px 22px 0;
}
.lucky-otp-row[data-v-2e0b91d4] { gap: 6px;
}
.lucky-otp-box[data-v-2e0b91d4] { width: 42px; height: 54px; font-size: 24px;
}
.lucky-ty-email-header[data-v-2e0b91d4] { margin: -28px -22px 0; padding: 36px 22px 28px;
}
.lucky-ty-header-brand[data-v-2e0b91d4] { font-size: 24px;
}
.lucky-ty-card[data-v-2e0b91d4] { padding: 24px 18px 20px;
}
.lucky-ty-card-code[data-v-2e0b91d4] { font-size: 24px; letter-spacing: 4px; padding: 8px 16px;
}
.lucky-ty-card-winner[data-v-2e0b91d4] { font-size: 18px;
}
.lucky-copy-strip[data-v-2e0b91d4] { flex-wrap: wrap; gap: 10px; padding: 12px 14px;
}
.lucky-copy-code[data-v-2e0b91d4] { font-size: 18px; letter-spacing: 2px;
}
.lucky-ty-footer[data-v-2e0b91d4] { margin: 30px -22px -32px; padding: 16px;
}
}

