*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box
}

:root{
  --black:#080808;
  --card:#111;
  --gold:#C9A97A;
  --gold2:#A8893A;
  --gold3:#E8D5A3;
  --w60:rgba(255,255,255,.6);
  --w30:rgba(255,255,255,.3);
  --w10:rgba(255,255,255,.08);
  --gb:rgba(201,169,122,.18);
  --serif:'Playfair Display',Georgia,serif;
  --sans:'Montserrat',system-ui,sans-serif;
}

html{
  scroll-behavior:smooth;
  font-size:16px
}

body{
  background:var(--black);
  color:#fff;
  font-family:var(--sans);
  line-height:1.6;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased
}

img{
  display:block;
  max-width:100%
}

a{
  color:inherit;
  text-decoration:none
}

/* ── NAV ── */

nav{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:100;
  padding:18px 40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:rgba(8,8,8,.6);
  -webkit-backdrop-filter:blur(16px);
          backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(201,169,122,.12);
  transition:background .3s
}

nav.scrolled{
  background:rgba(8,8,8,.95)
}

.nav-logo{
  display:flex;
  align-items:center;
  gap:10px
}

.nav-logo span{
  font-family:var(--serif);
  font-size:1.1rem;
  font-weight:700;
  color:#fff
}

.nav-logo small{
  display:block;
  font-size:.6rem;
  letter-spacing:.14em;
  color:rgba(201,169,122,.55);
  text-transform:uppercase
}

.nav-links{
  display:flex;
  gap:32px
}

.nav-links a{
  font-size:.75rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--w60);
  transition:color .2s
}

.nav-links a:hover{
  color:var(--gold)
}

.nav-cta{
  background:transparent;
  border:1px solid var(--gold);
  color:var(--gold);
  padding:9px 22px;
  border-radius:6px;
  font-size:.72rem;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
  cursor:pointer;
  transition:all .25s;
  font-family:var(--sans)
}

.nav-cta:hover{
  background:var(--gold);
  color:#080808
}

.nav-menu-btn{
  display:none;
  background:none;
  border:none;
  color:#fff;
  cursor:pointer;
  flex-direction:column;
  gap:5px
}

.nav-menu-btn span{
  display:block;
  width:22px;
  height:1.5px;
  background:#fff;
  transition:all .3s
}

/* ── HERO ── */

#hero{
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  overflow:hidden;
  padding:120px 40px 80px
}

.hero-bg{
  position:absolute;
  inset:0;
  z-index:0
}

.hero-bg img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  -o-object-position:center;
     object-position:center
}

.hero-bg::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(to right,rgba(8,8,8,.92) 45%,rgba(8,8,8,.55) 100%)
}

.hero-inner{
  position:relative;
  z-index:1;
  max-width:660px
}

.hero-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(201,169,122,.3);
  border-radius:99px;
  padding:6px 14px;
  margin-bottom:28px
}

.hero-eyebrow span{
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--gold);
  display:inline-block;
  animation:pulse 2s infinite
}

.hero-eyebrow p{
  font-size:.62rem;
  font-weight:600;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--gold)
}

@keyframes pulse{
  0%,100%{
    opacity:1
  }

  50%{
    opacity:.4
  }
}

.hero-h1{
  font-family:var(--serif);
  font-size:clamp(1.5rem,6.2vw,4rem);
  font-style:italic;
  line-height:1.12;
  margin-bottom:22px;
  color:#fff;
  white-space:nowrap
}

.hero-h1 em{
  color:var(--gold);
  font-style:italic;
  background:linear-gradient(90deg,var(--gold2),var(--gold3),var(--gold));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text
}

.hero-sub{
  font-size:1rem;
  color:var(--w60);
  font-weight:300;
  line-height:1.75;
  max-width:500px;
  margin-bottom:36px
}

.hero-btns{
  display:flex;
  gap:14px;
  flex-wrap:wrap
}

.btn-gold{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#080808;
  padding:15px 32px;
  border-radius:8px;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  transition:all .25s;
  border:none;
  cursor:pointer;
  font-family:var(--sans)
}

.btn-gold:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 30px rgba(168,137,58,.4)
}

.btn-outline{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:transparent;
  color:#fff;
  padding:15px 28px;
  border-radius:8px;
  font-size:.78rem;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
  transition:all .25s;
  border:1px solid rgba(255,255,255,.2);
  cursor:pointer;
  font-family:var(--sans)
}

.btn-outline:hover{
  border-color:var(--gold);
  color:var(--gold)
}

/* hero right: countdown */

.hero-grid{
  display:grid;
  grid-template-columns:1fr 420px;
  gap:60px;
  align-items:center;
  max-width:1160px;
  margin:0 auto;
  padding:120px 40px 80px;
  position:relative;
  z-index:1
}

.countdown-card{
  background:rgba(12,10,7,.75);
  border:1px solid rgba(201,169,122,.22);
  border-radius:20px;
  padding:36px;
  -webkit-backdrop-filter:blur(20px);
          backdrop-filter:blur(20px)
}

.countdown-label-top{
  font-size:.62rem;
  font-weight:600;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--gold);
  text-align:center;
  margin-bottom:24px
}

.countdown-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-bottom:24px
}

.cd-item{
  background:rgba(0,0,0,.5);
  border:1px solid rgba(201,169,122,.15);
  border-radius:12px;
  padding:18px 8px;
  text-align:center
}

.cd-num{
  font-family:var(--serif);
  font-size:2.4rem;
  font-style:italic;
  color:var(--gold3);
  display:block;
  line-height:1
}

.cd-unit{
  font-size:.58rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--w30);
  display:block;
  margin-top:6px
}

.countdown-meta{
  border-top:1px solid rgba(201,169,122,.12);
  padding-top:20px;
  display:flex;
  flex-direction:column;
  gap:8px;
  text-align:center
}

.countdown-meta p{
  font-size:.75rem;
  color:var(--w30)
}

.countdown-meta strong{
  color:#fff;
  font-weight:500
}

/* ── STATS ── */

#stats{
  padding:0;
  border-top:1px solid rgba(201,169,122,.12);
  border-bottom:1px solid rgba(201,169,122,.12);
  background:#0d0d0d
}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  max-width:1160px;
  margin:0 auto
}

.stat-item{
  padding:42px 20px;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.05)
}

.stat-item:last-child{
  border-right:none
}

.stat-num{
  font-family:var(--serif);
  font-size:3rem;
  font-style:italic;
  color:var(--gold);
  display:block;
  line-height:1
}

.stat-desc{
  font-size:.62rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--w30);
  margin-top:8px;
  display:block
}

/* ── SECTIONS ── */

.section{
  padding:96px 40px;
  max-width:1160px;
  margin:0 auto
}

.section-full{
  padding:96px 40px;
  background:var(--card)
}

.section-full-inner{
  max-width:1160px;
  margin:0 auto
}

.sec-eyebrow{
  font-size:.62rem;
  font-weight:600;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:var(--gold);
  display:block;
  margin-bottom:12px
}

.sec-title{
  font-family:var(--serif);
  font-size:clamp(1.8rem,3vw,2.6rem);
  font-style:italic;
  color:#fff;
  line-height:1.2;
  margin-bottom:16px
}

.sec-title em{
  color:var(--gold)
}

.sec-sub{
  font-size:.9rem;
  color:var(--w60);
  font-weight:300;
  line-height:1.75;
  max-width:560px
}

.gold-line{
  width:50px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
  margin:20px 0
}

/* ── VIP BENEFITS ── */

.benefits-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:52px
}

.benefit-card{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(201,169,122,.14);
  border-radius:16px;
  overflow:hidden;
  transition:all .3s;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  height:100%
}

.benefit-card:hover{
  border-color:rgba(201,169,122,.4);
  transform:translateY(-4px);
  box-shadow:0 16px 40px rgba(0,0,0,.5)
}

.benefit-card.featured{
  border-color:rgba(201,169,122,.45)
}

.benefit-img{
  height:220px;
  flex-shrink:0;
  overflow:hidden;
  position:relative
}

.benefit-img img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  transition:transform .6s
}

.benefit-card:hover .benefit-img img{
  transform:scale(1.06)
}

.benefit-img::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(8,8,8,.85),transparent 60%)
}

.benefit-badge{
  position:absolute;
  top:14px;
  left:14px;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#080808;
  font-size:.58rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  padding:5px 12px;
  border-radius:99px;
  z-index:1
}

.benefit-body{
  padding:24px;
  flex:1;
  display:flex;
  flex-direction:column
}

/* Đẩy ô giá (div cuối trong body) xuống đáy để 3 card thẳng hàng */
.benefit-body > div:last-child{
  margin-top:auto
}

.benefit-body h3{
  font-family:var(--serif);
  font-size:1.1rem;
  font-style:italic;
  color:#fff;
  margin-bottom:8px
}

.benefit-body p{
  font-size:.8rem;
  color:var(--w60);
  line-height:1.7;
  font-weight:300
}

.benefit-foot{
  padding:16px 24px;
  border-top:1px solid rgba(255,255,255,.05);
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:auto
}

.benefit-tag{
  font-size:.62rem;
  color:var(--gold);
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase
}

/* ── GALLERY ── */

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  grid-template-rows:240px 240px;
  gap:12px;
  margin-top:52px
}

/* Nhóm dự án theo phân khúc phòng ngủ */
.gallery-subheading{
  display:flex;
  align-items:center;
  gap:14px;
  font-family:var(--serif);
  font-size:1.5rem;
  font-style:italic;
  color:var(--gold);
  margin:52px 0 4px
}

.gallery-subheading::before{
  content:'';
  width:32px;
  height:2px;
  background:var(--gold);
  flex-shrink:0
}

.gallery-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:24px
}

.gallery-row .gallery-item{
  height:280px
}

.gallery-item{
  border-radius:12px;
  overflow:hidden;
  position:relative;
  cursor:pointer
}

.gallery-item:first-child{
  grid-column:1/2;
  grid-row:1/3
}

.gallery-item:nth-child(4){
  grid-column:3/4;
  grid-row:1/3
}

.gallery-item img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  transition:transform .5s
}

.gallery-item:hover img{
  transform:scale(1.04)
}

.gallery-item::after{
  content:'';
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.25);
  transition:background .3s
}

.gallery-item:hover::after{
  background:rgba(0,0,0,.1)
}

.gallery-cap{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:16px;
  background:linear-gradient(to top,rgba(0,0,0,.8),transparent);
  z-index:1;
  font-size:.78rem;
  font-weight:500;
  color:#fff
}

/* ── TESTIMONIALS ── */

.testi-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:52px
}

.testi-card{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(201,169,122,.14);
  border-radius:16px;
  padding:28px;
  transition:border-color .3s
}

.testi-card:hover{
  border-color:rgba(201,169,122,.35)
}

.testi-quote{
  font-size:.88rem;
  color:var(--w60);
  font-style:italic;
  line-height:1.75;
  margin-bottom:20px;
  font-weight:300
}

.testi-quote::before{
  content:'\201C';
  font-family:var(--serif);
  font-size:2.5rem;
  color:var(--gold);
  display:block;
  line-height:.8;
  margin-bottom:8px;
  opacity:.6
}

.testi-author{
  display:flex;
  align-items:center;
  gap:12px;
  border-top:1px solid rgba(255,255,255,.06);
  padding-top:18px
}

.testi-avatar{
  width:42px;
  height:42px;
  border-radius:50%;
  -o-object-fit:cover;
     object-fit:cover;
  border:1px solid rgba(201,169,122,.3)
}

.testi-name{
  font-family:var(--serif);
  font-size:.9rem;
  font-style:italic;
  color:#fff;
  display:block
}

.testi-style{
  font-size:.62rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--gold);
  margin-top:2px;
  display:block
}

/* ── MAP / LOCATION ── */

.location-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:start;
  margin-top:52px
}

.location-info{
  display:flex;
  flex-direction:column;
  gap:24px
}

.loc-item{
  display:flex;
  gap:16px;
  align-items:flex-start
}

.loc-icon{
  width:42px;
  height:42px;
  border:1px solid rgba(201,169,122,.3);
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  color:var(--gold);
  font-size:1.1rem
}

.loc-item h4{
  font-size:.72rem;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:4px
}

.loc-item p{
  font-size:.85rem;
  color:var(--w60);
  line-height:1.65;
  font-weight:300
}

.loc-item a{
  color:#fff;
  font-weight:600
}

.map-wrap{
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(201,169,122,.18);
  aspect-ratio:4/3
}

.map-wrap iframe{
  width:100%;
  height:100%;
  display:block;
  border:none
}

/* ── FORM ── */

#form-section{
  background:var(--card);
  padding:96px 40px;
  border-top:1px solid rgba(201,169,122,.12)
}

.form-inner{
  max-width:1080px;
  margin:0 auto
}

/* Countdown (trái) + Form (phải) cùng một hàng */
.form-layout{
  display:grid;
  grid-template-columns:0.8fr 1fr;
  gap:36px;
  align-items:stretch
}

.form-layout .countdown-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  margin:0
}

.form-layout .form-card{
  margin:0
}

.form-card{
  background:rgba(0,0,0,.45);
  border:1px solid rgba(201,169,122,.22);
  border-radius:20px;
  padding:48px;
  position:relative;
  overflow:hidden
}

.form-card::before{
  content:'';
  position:absolute;
  top:-80px;
  right:-80px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(201,169,122,.07),transparent 70%);
  pointer-events:none
}

.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}

.field{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin-bottom:18px
}

.field label{
  font-size:.62rem;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--w60)
}

.field label span{
  color:var(--gold)
}

.field input{
  background:rgba(0,0,0,.5);
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  padding:13px 16px;
  color:#fff;
  font-family:var(--sans);
  font-size:.88rem;
  transition:all .25s;
  outline:none
}

.field input::-moz-placeholder{
  color:rgba(255,255,255,.18)
}

.field input::placeholder{
  color:rgba(255,255,255,.18)
}

.field input:focus{
  border-color:rgba(201,169,122,.5);
  box-shadow:0 0 0 3px rgba(201,169,122,.08)
}

.field input.err{
  border-color:rgba(201,169,122,.6);
  background:rgba(201,169,122,.04)
}

.field .errmsg{
  font-size:.68rem;
  color:#e0aa7a;
  display:none;
  margin-top:2px
}

.field .errmsg.show{
  display:block
}

.form-submit{
  width:100%;
  padding:16px;
  font-size:.82rem;
  letter-spacing:.12em;
  margin-top:8px
}

.form-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin-top:14px;
  font-size:.7rem;
  color:var(--w30)
}

/* ── FOOTER ── */

footer{
  background:#080808;
  border-top:1px solid rgba(201,169,122,.15);
  padding:60px 40px 32px
}

.footer-inner{
  max-width:1160px;
  margin:0 auto
}

/* Showroom + Hotline trong footer */
.footer-location{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
  padding-bottom:52px;
  margin-bottom:52px;
  border-bottom:1px solid rgba(201,169,122,.15)
}

.footer-location .location-info{
  display:flex;
  flex-direction:column;
  gap:20px
}

.footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:48px;
  margin-bottom:48px
}

.footer-brand p{
  font-size:.8rem;
  color:var(--w30);
  line-height:1.75;
  font-weight:300;
  font-style:italic;
  margin-top:16px;
  max-width:340px
}

.footer-col h5{
  font-size:.62rem;
  font-weight:600;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:#fff;
  border-left:2px solid var(--gold);
  padding-left:10px;
  margin-bottom:16px
}

.footer-col ul{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:10px
}

.footer-col ul li a{
  font-size:.78rem;
  color:var(--w30);
  transition:color .2s
}

.footer-col ul li a:hover{
  color:var(--gold)
}

.footer-col ul li{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:.78rem;
  color:var(--w30)
}

.footer-col ul li svg{
  color:var(--gold);
  flex-shrink:0
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.05);
  padding-top:24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:10px
}

.footer-bottom p{
  font-size:.65rem;
  color:rgba(255,255,255,.25)
}

.footer-links{
  display:flex;
  gap:20px
}

.footer-links a{
  font-size:.65rem;
  color:rgba(255,255,255,.25);
  transition:color .2s
}

.footer-links a:hover{
  color:var(--gold)
}

.socials{
  display:flex;
  gap:10px;
  margin-top:16px
}

.socials a{
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid rgba(201,169,122,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(255,255,255,.4);
  transition:all .25s
}

.socials a:hover{
  border-color:var(--gold);
  color:var(--gold)
}

/* ── STICKY MOBILE CTA ── */

.sticky-cta{
  display:none;
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  z-index:99;
  padding:12px 16px;
  background:rgba(8,8,8,.95);
  border-top:1px solid rgba(201,169,122,.15);
  -webkit-backdrop-filter:blur(12px);
          backdrop-filter:blur(12px);
  gap:10px
}

/* ── SUCCESS MODAL ── */

#modal{
  position:fixed;
  inset:0;
  z-index:200;
  background:rgba(0,0,0,.88);
  -webkit-backdrop-filter:blur(10px);
          backdrop-filter:blur(10px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  opacity:0;
  pointer-events:none;
  transition:opacity .3s
}

#modal.open{
  opacity:1;
  pointer-events:auto
}

.modal-box{
  background:#0f0d09;
  border:1px solid rgba(201,169,122,.35);
  border-radius:20px;
  padding:40px;
  max-width:400px;
  width:100%;
  text-align:center;
  transform:scale(.92);
  transition:transform .3s;
  position:relative
}

#modal.open .modal-box{
  transform:scale(1)
}

.modal-icon{
  width:64px;
  height:64px;
  border-radius:50%;
  border:1px solid rgba(201,169,122,.35);
  background:rgba(201,169,122,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 18px;
  font-size:2rem
}

.modal-box h3{
  font-family:var(--serif);
  font-size:1.5rem;
  font-style:italic;
  color:#fff;
  margin-bottom:8px
}

.modal-box p{
  font-size:.82rem;
  color:var(--w60);
  font-weight:300;
  line-height:1.65;
  margin-bottom:24px
}

.ticket{
  background:rgba(0,0,0,.5);
  border:1px solid rgba(255,255,255,.06);
  border-radius:12px;
  padding:18px;
  text-align:left;
  margin-bottom:24px
}

.ticket-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:12px;
  margin-bottom:12px;
  border-bottom:1px dashed rgba(255,255,255,.08)
}

.ticket-top span:first-child{
  font-size:.58rem;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--gold)
}

.ticket-top span:last-child{
  font-size:.7rem;
  font-family:monospace;
  color:var(--w30)
}

.ticket-name{
  font-family:var(--serif);
  font-size:1rem;
  font-style:italic;
  color:#fff
}

.ticket-date{
  font-size:.72rem;
  color:var(--w30);
  margin-top:6px
}

.modal-close-btn{
  width:100%
}

/* ── RESPONSIVE ── */

@media(max-width:900px){
  nav{
    padding:16px 20px
  }

  .nav-links{
    display:none
  }

  .nav-menu-btn{
    display:flex
  }

  .mobile-nav{
    display:none;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(8,8,8,.98);
    z-index:200;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:32px
  }

  .mobile-nav.open{
    display:flex
  }

  .mobile-nav a{
    font-size:1.2rem;
    color:#fff;
    letter-spacing:.08em;
    text-transform:uppercase
  }

  .mobile-nav .close-btn{
    position:absolute;
    top:20px;
    right:20px;
    background:none;
    border:none;
    color:#fff;
    font-size:1.5rem;
    cursor:pointer
  }

  .hero-grid{
    grid-template-columns:1fr;
    padding:100px 20px 60px;
    gap:40px
  }

  .countdown-card{
    max-width:100%
  }

  #stats .stats-grid{
    grid-template-columns:repeat(2,1fr)
  }

  .stat-item{
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.05)
  }

  .section,.section-full,.form-inner,.footer-inner{
    padding-left:20px;
    padding-right:20px
  }

  .section-full{
    padding:64px 0
  }

  .section-full-inner{
    padding:0 20px
  }

  .benefits-grid,.testi-grid{
    grid-template-columns:1fr
  }

  .gallery-grid{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto
  }

  .gallery-item:first-child,.gallery-item:nth-child(4){
    grid-column:auto;
    grid-row:auto
  }

  .gallery-row{
    grid-template-columns:1fr 1fr
  }

  .gallery-row .gallery-item{
    height:200px
  }

  .gallery-subheading{
    font-size:1.25rem;
    margin-top:40px
  }

  .location-grid{
    grid-template-columns:1fr
  }

  .form-layout{
    grid-template-columns:1fr;
    gap:28px
  }

  .footer-location{
    grid-template-columns:1fr;
    gap:32px;
    padding-bottom:40px;
    margin-bottom:40px
  }

  .footer-grid{
    grid-template-columns:1fr
  }

  .footer-bottom{
    flex-direction:column;
    text-align:center
  }

  .form-row{
    grid-template-columns:1fr
  }

  .sticky-cta{
    display:flex
  }

  body{
    padding-bottom:70px
  }

  #form-section{
    padding:64px 20px
  }

  .form-card{
    padding:28px 20px
  }
}

@media(max-width:480px){
  .hero-grid{
    padding:90px 16px 48px
  }

  .hero-h1{
    font-size:clamp(1.25rem,7.5vw,2rem)
  }

  .hero-btns{
    flex-direction:column
  }

  .btn-gold,.btn-outline{
    justify-content:center;
    width:100%
  }

  .section{
    padding:64px 16px
  }

  .cd-num{
    font-size:1.9rem
  }
}

/* NEW WIDGETS CSS */

.qz-widget {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 999999;
  font-family: var(--sans);
}

.qz-toggle {
  display: none;
}

.qz-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--card);
  border: 2px solid var(--gold);
  box-shadow: 0 10px 28px rgba(201, 169, 122, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.qz-button img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.qz-button:before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 122, 0.4);
  animation: qzPulse 1.8s infinite;
}

@keyframes qzPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.qz-box {
  display: none;
  width: 315px;
  margin-bottom: 14px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--card);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--gb);
}

.qz-toggle:checked ~ .qz-box {
  display: block;
}

.qz-header {
  background: var(--black);
  color: #fff;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--gb);
}

.qz-avatar {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--w10);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
}

.qz-avatar img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.qz-title {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--gold);
}

.qz-status {
  font-size: 12px;
  color: var(--w60);
  margin-top: 2px;
}

.qz-close {
  margin-left: auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--w10);
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
}

.qz-close:hover {
  background: var(--w30);
}

.qz-body {
  padding: 16px;
  background: var(--card);
}

.qz-message {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  background: var(--w10);
  border-radius: 14px;
  padding: 12px 13px;
  margin-bottom: 13px;
  border: 1px solid rgba(255,255,255,0.05);
}

.qz-cta, .qz-cta:link, .qz-cta:visited, .qz-cta:hover, .qz-cta:active {
  display: block;
  text-align: center;
  text-decoration: none !important;
  color: var(--black) !important;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 16px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 10px 24px rgba(201, 169, 122, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.qz-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(201, 169, 122, 0.4);
}

.qz-note {
  margin-top: 10px;
  color: var(--w60);
  font-size: 11.5px;
  text-align: center;
  line-height: 1.35;
}

@media (max-width: 480px) {
  .qz-widget {
    right: 16px;
    bottom: 18px;
  }

  .qz-box {
    width: calc(100vw - 32px);
  }
}

.qm-widget {
  position: fixed;
  right: 22px;
  bottom: 96px;
  z-index: 999998;
  font-family: var(--sans);
}

.qm-toggle {
  display: none;
}

.qm-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--card);
  border: 2px solid var(--gold);
  box-shadow: 0 10px 28px rgba(201, 169, 122, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.qm-button img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.qm-button:before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 122, 0.4);
  animation: qmPulse 1.8s infinite;
}

@keyframes qmPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.qm-box {
  display: none;
  width: 315px;
  margin-bottom: 14px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--card);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--gb);
}

.qm-toggle:checked ~ .qm-box {
  display: block;
}

.qm-header {
  background: var(--black);
  color: #fff;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--gb);
}

.qm-avatar {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--w10);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.1);
}

.qm-avatar img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.qm-title {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--gold);
}

.qm-status {
  font-size: 12px;
  color: var(--w60);
  margin-top: 2px;
}

.qm-close {
  margin-left: auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--w10);
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
}

.qm-close:hover {
  background: var(--w30);
}

.qm-body {
  padding: 16px;
  background: var(--card);
}

.qm-message {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  background: var(--w10);
  border-radius: 14px;
  padding: 12px 13px;
  margin-bottom: 13px;
  border: 1px solid rgba(255,255,255,0.05);
}

.qm-cta, .qm-cta:link, .qm-cta:visited, .qm-cta:hover, .qm-cta:active {
  display: block;
  text-align: center;
  text-decoration: none !important;
  color: var(--black) !important;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 16px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 10px 24px rgba(201, 169, 122, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.qm-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(201, 169, 122, 0.4);
}

.qm-note {
  margin-top: 10px;
  color: var(--w60);
  font-size: 11.5px;
  text-align: center;
  line-height: 1.35;
}

@media (max-width: 480px) {
  .qm-widget {
    right: 16px;
    bottom: 92px;
  }

  .qm-box {
    width: calc(100vw - 32px);
  }
}

/* GALLERY MODAL REDESIGN */

.gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-modal.show {
  display: flex;
  opacity: 1;
}

.gallery-modal-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  transition: color 0.3s;
}

.gallery-modal-close:hover {
  color: var(--gold);
}

.gallery-modal-content {
  position: relative;
  width: 95%;
  max-width: 1200px;
  max-height: 95vh;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  background: var(--card);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  border: 1px solid var(--w10);
}

.gallery-modal-header {
  display: none;
}

.gallery-modal-header h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-family: var(--serif);
  margin: 0 0 5px;
}

.gallery-modal-header p {
  color: var(--w60);
  font-size: 15px;
  margin: 0;
}

.gallery-main-view {
  position: relative;
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.gallery-main-view img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.9);
  color: #000;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: background 0.3s, transform 0.2s;
}

.gallery-nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.1);
}

.gallery-nav.prev {
  left: 20px;
}

.gallery-nav.next {
  right: 20px;
}

.gallery-counter {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 2;
}

.gallery-overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 40px 30px;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
  color: #fff;
  z-index: 2;
}

.gallery-overlay-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--gold);
}

.gallery-overlay-text p {
  font-size: 15px;
  margin: 0;
  color: rgba(255,255,255,0.8);
}

.gallery-thumbnails-wrapper {
  width: 100%;
  background: rgba(255,255,255,0.03);
  padding: 15px;
  border-radius: 12px;
  border: 1px solid var(--w10);
}

.gallery-thumbnails {
  display: flex;
  gap: 12px;
  max-width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
}

/* Hide scrollbar */

.gallery-thumbnails::-webkit-scrollbar {
  height: 6px;
}

.gallery-thumbnails::-webkit-scrollbar-thumb {
  background: var(--w30);
  border-radius: 3px;
}

.gallery-thumbnail {
  width: 120px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s, transform 0.3s, border 0.3s;
  border: 2px solid transparent;
  flex-shrink: 0;
}

.gallery-thumbnail:hover {
  opacity: 0.9;
}

.gallery-thumbnail.active {
  opacity: 1;
  border-color: var(--gold);
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .gallery-main-view {
    height: 40vh;
  }

  .gallery-modal-content {
    padding: 15px;
    width: 100%;
    height: 100%;
    border-radius: 0;
    justify-content: center;
  }

  .gallery-modal-close {
    top: 10px;
    right: 20px;
  }

  .gallery-thumbnail {
    width: 80px;
    height: 60px;
  }
}

/* NEW WIDGETS CSS */

.qz-widget {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 999999;
  font-family: var(--sans);
}

.qz-toggle {
  display: none;
}

.qz-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--card);
  border: 2px solid var(--gold);
  box-shadow: 0 10px 28px rgba(201, 169, 122, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.qz-button img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.qz-button:before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 122, 0.4);
  animation: qzPulse 1.8s infinite;
}

@keyframes qzPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.qz-box {
  display: none;
  width: 315px;
  margin-bottom: 14px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--card);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--gb);
}

.qz-toggle:checked ~ .qz-box {
  display: block;
}

.qz-header {
  background: var(--black);
  color: #fff;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--gb);
}

.qz-avatar {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--w10);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
}

.qz-avatar img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.qz-title {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--gold);
}

.qz-status {
  font-size: 12px;
  color: var(--w60);
  margin-top: 2px;
}

.qz-close {
  margin-left: auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--w10);
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
}

.qz-close:hover {
  background: var(--w30);
}

.qz-body {
  padding: 16px;
  background: var(--card);
}

.qz-message {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  background: var(--w10);
  border-radius: 14px;
  padding: 12px 13px;
  margin-bottom: 13px;
  border: 1px solid rgba(255,255,255,0.05);
}

.qz-cta, .qz-cta:link, .qz-cta:visited, .qz-cta:hover, .qz-cta:active {
  display: block;
  text-align: center;
  text-decoration: none !important;
  color: var(--black) !important;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 16px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 10px 24px rgba(201, 169, 122, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.qz-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(201, 169, 122, 0.4);
}

.qz-note {
  margin-top: 10px;
  color: var(--w60);
  font-size: 11.5px;
  text-align: center;
  line-height: 1.35;
}

@media (max-width: 480px) {
  .qz-widget {
    right: 16px;
    bottom: 18px;
  }

  .qz-box {
    width: calc(100vw - 32px);
  }
}

.qm-widget {
  position: fixed;
  right: 22px;
  bottom: 96px;
  z-index: 999998;
  font-family: var(--sans);
}

.qm-toggle {
  display: none;
}

.qm-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--card);
  border: 2px solid var(--gold);
  box-shadow: 0 10px 28px rgba(201, 169, 122, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.qm-button img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.qm-button:before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 122, 0.4);
  animation: qmPulse 1.8s infinite;
}

@keyframes qmPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.qm-box {
  display: none;
  width: 315px;
  margin-bottom: 14px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--card);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--gb);
}

.qm-toggle:checked ~ .qm-box {
  display: block;
}

.qm-header {
  background: var(--black);
  color: #fff;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--gb);
}

.qm-avatar {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--w10);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.1);
}

.qm-avatar img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.qm-title {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--gold);
}

.qm-status {
  font-size: 12px;
  color: var(--w60);
  margin-top: 2px;
}

.qm-close {
  margin-left: auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--w10);
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
}

.qm-close:hover {
  background: var(--w30);
}

.qm-body {
  padding: 16px;
  background: var(--card);
}

.qm-message {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  background: var(--w10);
  border-radius: 14px;
  padding: 12px 13px;
  margin-bottom: 13px;
  border: 1px solid rgba(255,255,255,0.05);
}

.qm-cta, .qm-cta:link, .qm-cta:visited, .qm-cta:hover, .qm-cta:active {
  display: block;
  text-align: center;
  text-decoration: none !important;
  color: var(--black) !important;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 16px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 10px 24px rgba(201, 169, 122, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.qm-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(201, 169, 122, 0.4);
}

.qm-note {
  margin-top: 10px;
  color: var(--w60);
  font-size: 11.5px;
  text-align: center;
  line-height: 1.35;
}

@media (max-width: 480px) {
  .qm-widget {
    right: 16px;
    bottom: 92px;
  }

  .qm-box {
    width: calc(100vw - 32px);
  }
}

/* GALLERY MODAL REDESIGN */

.gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-modal.show {
  display: flex;
  opacity: 1;
}

.gallery-modal-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  transition: color 0.3s;
}

.gallery-modal-close:hover {
  color: var(--gold);
}

.gallery-modal-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.gallery-main-view {
  width: 100%;
  height: 68vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  background: #0a0a0a;
}

.gallery-main-view img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

.gallery-thumbnails {
  display: flex;
  gap: 12px;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-behavior: smooth;
}

/* Hide scrollbar */

.gallery-thumbnails::-webkit-scrollbar {
  height: 6px;
}

.gallery-thumbnails::-webkit-scrollbar-thumb {
  background: var(--w30);
  border-radius: 3px;
}

.gallery-thumbnail {
  width: 100px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s, border 0.3s;
  border: 2px solid transparent;
  flex-shrink: 0;
}

.gallery-thumbnail:hover {
  opacity: 0.8;
}

.gallery-thumbnail.active {
  opacity: 1;
  border-color: var(--gold);
}

/* NEW WIDGETS CSS */

.qz-widget {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 999999;
  font-family: var(--sans);
}

.qz-toggle {
  display: none;
}

.qz-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--card);
  border: 2px solid var(--gold);
  box-shadow: 0 10px 28px rgba(201, 169, 122, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.qz-button img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.qz-button:before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 122, 0.4);
  animation: qzPulse 1.8s infinite;
}

@keyframes qzPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.qz-box {
  display: none;
  width: 315px;
  margin-bottom: 14px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--card);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--gb);
}

.qz-toggle:checked ~ .qz-box {
  display: block;
}

.qz-header {
  background: var(--black);
  color: #fff;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--gb);
}

.qz-avatar {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--w10);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
}

.qz-avatar img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.qz-title {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--gold);
}

.qz-status {
  font-size: 12px;
  color: var(--w60);
  margin-top: 2px;
}

.qz-close {
  margin-left: auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--w10);
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
}

.qz-close:hover {
  background: var(--w30);
}

.qz-body {
  padding: 16px;
  background: var(--card);
}

.qz-message {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  background: var(--w10);
  border-radius: 14px;
  padding: 12px 13px;
  margin-bottom: 13px;
  border: 1px solid rgba(255,255,255,0.05);
}

.qz-cta, .qz-cta:link, .qz-cta:visited, .qz-cta:hover, .qz-cta:active {
  display: block;
  text-align: center;
  text-decoration: none !important;
  color: var(--black) !important;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 16px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 10px 24px rgba(201, 169, 122, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.qz-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(201, 169, 122, 0.4);
}

.qz-note {
  margin-top: 10px;
  color: var(--w60);
  font-size: 11.5px;
  text-align: center;
  line-height: 1.35;
}

@media (max-width: 480px) {
  .qz-widget {
    right: 16px;
    bottom: 18px;
  }

  .qz-box {
    width: calc(100vw - 32px);
  }
}

.qm-widget {
  position: fixed;
  right: 22px;
  bottom: 96px;
  z-index: 999998;
  font-family: var(--sans);
}

.qm-toggle {
  display: none;
}

.qm-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--card);
  border: 2px solid var(--gold);
  box-shadow: 0 10px 28px rgba(201, 169, 122, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.qm-button img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.qm-button:before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 122, 0.4);
  animation: qmPulse 1.8s infinite;
}

@keyframes qmPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.qm-box {
  display: none;
  width: 315px;
  margin-bottom: 14px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--card);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--gb);
}

.qm-toggle:checked ~ .qm-box {
  display: block;
}

.qm-header {
  background: var(--black);
  color: #fff;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--gb);
}

.qm-avatar {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--w10);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.1);
}

.qm-avatar img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.qm-title {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--gold);
}

.qm-status {
  font-size: 12px;
  color: var(--w60);
  margin-top: 2px;
}

.qm-close {
  margin-left: auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--w10);
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
}

.qm-close:hover {
  background: var(--w30);
}

.qm-body {
  padding: 16px;
  background: var(--card);
}

.qm-message {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  background: var(--w10);
  border-radius: 14px;
  padding: 12px 13px;
  margin-bottom: 13px;
  border: 1px solid rgba(255,255,255,0.05);
}

.qm-cta, .qm-cta:link, .qm-cta:visited, .qm-cta:hover, .qm-cta:active {
  display: block;
  text-align: center;
  text-decoration: none !important;
  color: var(--black) !important;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 16px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 10px 24px rgba(201, 169, 122, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.qm-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(201, 169, 122, 0.4);
}

.qm-note {
  margin-top: 10px;
  color: var(--w60);
  font-size: 11.5px;
  text-align: center;
  line-height: 1.35;
}

@media (max-width: 480px) {
  .qm-widget {
    right: 16px;
    bottom: 92px;
  }

  .qm-box {
    width: calc(100vw - 32px);
  }
}

/* GALLERY MODAL */

.gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-modal.show {
  display: flex;
  opacity: 1;
}

.gallery-modal-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  transition: color 0.3s;
}

.gallery-modal-close:hover {
  color: var(--gold);
}

.gallery-modal-content {
  position: relative;
  width: 92%;
  max-width: 1200px;
  max-height: 94vh;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gallery-carousel {
  position: relative;
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-slide.active {
  opacity: 1;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.gallery-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--w30);
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

.gallery-dot.active {
  background-color: var(--gold);
  transform: scale(1.2);
}

/* ══════════════════════════════════════════════════════
   FUNNEL UPDATE — Partnership video (TOFU), policy price-bar
   in gallery modal, form select fields, form trust badge
   ══════════════════════════════════════════════════════ */

/* ── PARTNERSHIP VIDEO (TOFU trust anchor) ── */
.partnership-section{
  padding:80px 40px;
  background:var(--card);
  border-top:1px solid rgba(201,169,122,.12);
  border-bottom:1px solid rgba(201,169,122,.12);
  text-align:center;
}

.partnership-inner{
  max-width:1000px;
  margin:0 auto;
}

.partnership-video-wrap{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  border-radius:16px;
  overflow:hidden;
  margin-top:40px;
  border:1px solid rgba(201,169,122,.25);
  box-shadow:0 20px 50px rgba(0,0,0,.5);
  background:#000;
}

.partnership-video-wrap iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:none;
}

.video-facade{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  cursor:pointer;
  border:none;
  padding:0;
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:center;
  justify-content:center;
}

.video-facade::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.65),rgba(0,0,0,.15));
}

.video-facade-play{
  position:relative;
  z-index:1;
  width:76px;
  height:76px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 30px rgba(168,137,58,.5);
  transition:transform .25s;
}

.video-facade:hover .video-facade-play{
  transform:scale(1.08);
}

.video-facade-play svg{
  margin-left:4px;
}

.partnership-caption{
  position:absolute;
  z-index:2;
  left:16px;
  bottom:16px;
  font-size:.68rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#fff;
  background:rgba(0,0,0,.55);
  padding:6px 16px;
  border-radius:99px;
  display:inline-block;
  pointer-events:none;
}

@media(max-width:900px){
  .partnership-section{padding:64px 20px}
  .video-facade-play{width:60px;height:60px}
}

/* ── PRICE BAR inside gallery modal (policy / pricing-segment entries) ── */
.gallery-price-bar{
  display:none;
  width:100%;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  background:rgba(201,169,122,.08);
  border:1px solid rgba(201,169,122,.3);
  border-radius:12px;
  padding:16px 20px;
  flex-wrap:wrap;
}

.gallery-price-bar.show{
  display:flex;
}

.gallery-price-bar .gp-type{
  font-family:var(--serif);
  font-style:italic;
  font-size:1.05rem;
  color:#fff;
}

.gallery-price-bar .gp-price{
  text-align:right;
}

.gallery-price-bar .gp-price-label{
  display:block;
  font-size:.6rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--w60);
  margin-bottom:2px;
}

.gallery-price-bar .gp-price-value{
  font-size:1.15rem;
  font-weight:700;
  color:var(--gold);
}

.gallery-modal-cta{
  margin-top:4px;
  width:100%;
  justify-content:center;
}

/* ── FORM SELECT FIELDS + TRUST BADGE ── */
.field select{
  background:rgba(0,0,0,.5);
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  padding:13px 16px;
  color:#fff;
  font-family:var(--sans);
  font-size:.88rem;
  transition:all .25s;
  outline:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M0 0l5 6 5-6z' fill='%23C9A97A'/></svg>");
  background-repeat:no-repeat;
  background-position:right 16px center;
}

.field select:focus{
  border-color:rgba(201,169,122,.5);
  box-shadow:0 0 0 3px rgba(201,169,122,.08);
}

.field select.err{
  border-color:rgba(201,169,122,.6);
  background-color:rgba(201,169,122,.04);
}

.field select option{
  background:#111;
  color:#fff;
}

.form-trust-badge{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-bottom:16px;
  font-size:.68rem;
  color:var(--w60);
  letter-spacing:.04em;
  text-align:center;
}

/* ── PRICING MODULE CARD AFFORDANCE (matches VIP benefit-foot pattern) ── */
.benefit-card .benefit-foot{
  cursor:pointer;
}


/* ===== HERO COUNTDOWN (compact) ===== */
.hero-countdown{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:30px;
  flex-wrap:wrap
}
.hero-cd-label{
  font-size:.62rem;
  font-weight:600;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--gold)
}
.hero-cd-items{display:flex;gap:10px}
.hero-cd-item{
  min-width:56px;
  padding:9px 6px;
  text-align:center;
  background:rgba(12,10,7,.6);
  border:1px solid rgba(201,169,122,.25);
  border-radius:10px;
  -webkit-backdrop-filter:blur(10px);
          backdrop-filter:blur(10px)
}
.hero-cd-item .num{
  display:block;
  font-size:1.15rem;
  font-weight:700;
  color:#fff;
  font-variant-numeric:tabular-nums
}
.hero-cd-item .unit{
  font-size:.55rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--w60)
}
@media(max-width:640px){
  .hero-countdown{gap:12px;margin-top:24px}
  .hero-cd-item{min-width:48px;padding:7px 5px}
  .hero-cd-item .num{font-size:1rem}
}

/* Gallery modal — preview fill (override cho mobile, đặt cuối để thắng cascade) */
@media(max-width:768px){
  .gallery-main-view{height:46vh}
}


/* Nut goi gon o sticky CTA mobile — dong bo mau gold voi btn-gold */
.sticky-call{
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  flex-shrink:0;
  border-radius:50%;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#080808;
  box-shadow:0 4px 14px rgba(201,169,122,.35)
}
.sticky-call svg{width:19px;height:19px}
