.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);height:72px;transition:var(--transition);background:#0f0f0f99;border-bottom:1px solid #c9a84c14;padding:0 2.5rem;position:fixed;top:0;left:0;right:0}.navbar--scrolled{background:#0f0f0feb;border-bottom-color:#c9a84c2e;box-shadow:0 4px 30px #00000080}.navbar__inner{align-items:center;gap:2rem;max-width:1400px;height:100%;margin:0 auto;display:flex}.navbar__logo{cursor:pointer;transition:var(--transition);flex-shrink:0;align-items:center;text-decoration:none;display:flex}.navbar__logo:hover{filter:brightness(1.15);opacity:.9}.navbar__logo-img{object-fit:contain;border-radius:4px;width:auto;height:52px;display:block}.navbar__links{flex:1;justify-content:center;gap:.25rem;list-style:none;display:flex}.navbar__link{color:var(--text-light);cursor:pointer;transition:var(--transition);letter-spacing:.01em;background:0 0;border:none;padding:.5rem .85rem;font-size:.9rem;font-weight:500;position:relative}.navbar__link:after{content:"";background:var(--gold);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.navbar__link:hover{color:var(--white)}.navbar__link:hover:after,.navbar__link--active:after{width:70%}.navbar__link--active{color:var(--white);font-weight:600}.navbar__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.navbar__btn-outline{color:var(--white);letter-spacing:.02em;transition:var(--transition);background:0 0;border:1px solid #ffffff40;border-radius:6px;padding:.5rem 1.1rem;font-size:.85rem;font-weight:500}.navbar__btn-outline:hover{border-color:var(--gold);color:var(--gold);background:#c9a84c0d}.navbar__btn-gold{background:var(--gold-btn);color:var(--dark);letter-spacing:.04em;transition:var(--transition);border:none;border-radius:6px;padding:.5rem 1.4rem;font-size:.85rem;font-weight:700}.navbar__btn-gold:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 6px 20px #c9a84c59}.navbar__btn-signup{border:1.5px solid var(--gold-btn);color:var(--gold);letter-spacing:.04em;transition:var(--transition);cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--font-primary);background:0 0;border-radius:6px;padding:.5rem 1.2rem}.navbar__btn-signup:hover{border-color:var(--gold-light);color:var(--gold-light);background:#c9a84c1a;transform:translateY(-1px);box-shadow:0 6px 20px #c9a84c26}.navbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;padding:6px;display:none}.navbar__hamburger span{background:var(--white);width:24px;height:2px;transition:var(--transition);border-radius:2px;display:block}.navbar__hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__hamburger.open span:nth-child(2){opacity:0}.navbar__hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__mobile{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;transition:var(--transition);background:#0f0f0ffa;border-bottom:1px solid #c9a84c26;flex-direction:column;gap:.5rem;padding:1.5rem 2rem 2rem;display:none;position:fixed;top:72px;left:0;right:0;transform:translateY(-20px)}.navbar__mobile--open{opacity:1;transform:translateY(0)}.navbar__mobile-link{color:var(--text-light);text-align:left;border:none;border-bottom:1px solid var(--dark-border);transition:var(--transition);cursor:pointer;background:0 0;padding:.75rem 0;font-size:1rem;font-weight:500}.navbar__mobile-link:hover,.navbar__mobile-link.active{color:var(--gold)}.navbar__mobile-actions{gap:1rem;margin-top:1rem;display:flex}@media (width<=900px){.navbar{padding:0 1rem}.navbar__links,.navbar__actions{display:none}.navbar__hamburger{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:flex}.navbar__mobile{visibility:hidden;pointer-events:none;max-height:calc(100dvh - 72px);display:flex;overflow-y:auto}.navbar__mobile--open{visibility:visible;pointer-events:auto}.navbar__mobile-link{align-items:center;min-height:48px;display:flex}.navbar__mobile-actions>*{min-height:48px}}@media (width<=380px){.navbar{padding:0 .75rem}.navbar__logo-img{height:42px}.navbar__mobile{padding:1.25rem 1rem 1.75rem}.navbar__mobile-actions{flex-direction:column;align-items:stretch}.navbar__mobile-actions>*{text-align:center;min-height:48px}}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__bg{background:url(https://images.unsplash.com/photo-1613977257363-707ba9348227?w=1800&q=80) 50%/cover no-repeat;animation:20s ease-in-out infinite alternate heroZoom;position:absolute;inset:0;transform:scale(1.05)}@keyframes heroZoom{0%{transform:scale(1.05)}to{transform:scale(1.12)}}.hero__overlay{background:linear-gradient(100deg,#0a0a0ae0 0%,#0a0a0aa6 50%,#0a0a0a4d 100%);position:absolute;inset:0}.hero__content{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:72px 4rem 0;position:relative}.hero__badge{color:var(--gold);letter-spacing:.15em;text-transform:uppercase;background:#c9a84c1a;border:1px solid #c9a84c4d;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.72rem;font-weight:600;animation:.7s .1s both fadeInUp;display:inline-flex}.hero__badge-dot{background:var(--gold);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-gold}.hero__heading{font-family:var(--font-primary);letter-spacing:-.02em;color:var(--white);opacity:0;margin-bottom:1.5rem;font-size:clamp(2.8rem,6vw,5.5rem);font-weight:800;line-height:1.05}.hero__heading-accent{color:#ffffffd9}.hero__subtitle{color:#ffffffa6;opacity:0;max-width:480px;margin-bottom:2.8rem;font-size:clamp(.95rem,1.5vw,1.1rem);line-height:1.75}.hero__actions{opacity:0;flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero__btn-primary{background:var(--gold-btn);color:var(--dark);letter-spacing:.02em;transition:var(--transition);border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.9rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.hero__btn-primary:before{content:"";opacity:0;background:linear-gradient(135deg,#0000 40%,#ffffff26 100%);transition:opacity .3s;position:absolute;inset:0}.hero__btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 10px 30px #c9a84c66}.hero__btn-primary:hover:before{opacity:1}.hero__btn-secondary{color:var(--white);letter-spacing:.02em;transition:var(--transition);background:0 0;border:1px solid #ffffff4d;border-radius:6px;padding:.9rem 1.8rem;font-size:.9rem;font-weight:500}.hero__btn-secondary:hover{background:#ffffff0d;border-color:#fff9;transform:translateY(-2px)}.hero__scroll{color:#fff6;letter-spacing:.2em;text-transform:uppercase;z-index:2;flex-direction:column;align-items:center;gap:.5rem;font-size:.65rem;animation:3s infinite float;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero__scroll-line{background:linear-gradient(#0000,#c9a84c80);width:1px;height:40px}@media (width<=768px){.hero__content{padding:72px 1.5rem 0}.hero__heading{font-size:2.5rem}.hero__subtitle{font-size:.95rem}.hero__actions{flex-direction:column;align-items:stretch}.hero__btn-primary,.hero__btn-secondary{text-align:center;justify-content:center;width:100%;min-height:52px}}@media (width<=380px){.hero__content{padding:72px 1rem 0}.hero__heading{overflow-wrap:break-word;font-size:2rem}.hero__badge{max-width:100%;font-size:.62rem}.hero__scroll{display:none}}.stats{background:var(--off-white);padding:4rem 2rem}.stats__inner{text-align:center;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto;display:grid}.stat{padding:1rem 2rem;position:relative}.stat:not(:last-child):after{content:"";background:#c9a84c40;width:1px;height:60%;position:absolute;top:20%;right:0}.stat__value{color:var(--gold);letter-spacing:-.01em;font-variant-numeric:tabular-nums;margin-bottom:.75rem;font-size:clamp(2.5rem,5vw,3.8rem);font-weight:700;line-height:1}.stat__label{letter-spacing:.22em;text-transform:uppercase;color:#888;font-size:.68rem;font-weight:600}@media (width<=600px){.stats__inner{grid-template-columns:1fr;gap:2rem}.stat:after{display:none}}.services{background:var(--dark);padding:7rem 2rem;position:relative;overflow:hidden}.services:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a84c0f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.services__inner{max-width:1300px;margin:0 auto}.services__header{text-align:center;margin-bottom:4rem}.services__title{color:var(--white);letter-spacing:-.02em;margin:1rem 0;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.services__subtitle{color:var(--text-muted);max-width:520px;margin:0 auto;font-size:.95rem;line-height:1.75}.services__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-card{background:var(--dark-card);border:1px solid var(--dark-border);transition:var(--transition);opacity:0;cursor:pointer;border-radius:16px;padding:2rem;position:relative;overflow:hidden;transform:translateY(30px)}.service-card:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.service-card.visible{opacity:1;transition:opacity .6s,transform .6s,border-color .3s,box-shadow .3s,background .3s;transform:translateY(0)}.service-card:hover{box-shadow:0 20px 50px #0006, var(--shadow-gold);background:#1f1f1f;border-color:#c9a84c4d;transform:translateY(-4px)}.service-card:hover:before{opacity:1}.service-card__icon{width:48px;height:48px;color:var(--gold);transition:var(--transition);margin-bottom:1.25rem}.service-card:hover .service-card__icon{filter:drop-shadow(0 0 8px #c9a84c66);transform:scale(1.1)}.service-card__title{color:var(--white);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.service-card__desc{color:var(--text-muted);margin-bottom:1.25rem;font-size:.875rem;line-height:1.7}.service-card__features{flex-direction:column;gap:.4rem;margin-bottom:1.5rem;list-style:none;display:flex}.service-card__features li{color:var(--text-light);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.service-card__check{color:var(--gold);font-size:.6rem}.service-card__cta{color:var(--gold);letter-spacing:.03em;transition:var(--transition);opacity:.8;cursor:pointer;background:0 0;border:none;padding:0;font-size:.82rem;font-weight:600}.service-card:hover .service-card__cta{opacity:1;letter-spacing:.06em}@media (width<=1024px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.services__grid{grid-template-columns:1fr}.services{padding:4rem 1.5rem}}.plans{background:#080808;padding:7rem 0;position:relative;overflow:hidden}.plans:before{content:"";background:linear-gradient(90deg,#0000,#c9a84c40,#0000);width:700px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.plans__inner{max-width:1180px;margin:0 auto;padding:0 2rem}.plans__header{text-align:center;margin-bottom:2.75rem}.plans__title{letter-spacing:-.03em;color:var(--white);margin:.6rem 0 .9rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.plans__subtitle{color:var(--text-muted);max-width:460px;margin:0 auto;font-size:.95rem;line-height:1.75}.plans__tabs{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.75rem;display:flex}.plans__tab{color:#777;font-family:var(--font-primary);cursor:pointer;letter-spacing:.02em;background:#111;border:1px solid #222;border-radius:50px;align-items:center;gap:.5rem;padding:.65rem 1.5rem;font-size:.85rem;font-weight:600;transition:all .25s;display:flex}.plans__tab:hover{color:#ccc;border-color:#c9a84c4d}.plans__tab--active{border-color:var(--gold);color:var(--gold);background:#c9a84c1a;box-shadow:0 0 20px #c9a84c1a}.plans__tab-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:transform .2s;display:inline-flex}.plans__tab:hover .plans__tab-icon{transform:scale(1.1)}.plans__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;animation:.35s both fadeInUp;display:grid}.plan-card{box-sizing:border-box;background:#111;border:1px solid #1e1e1e;border-radius:20px;flex-direction:column;height:100%;padding:1.75rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative}.plan-card:hover{border-color:#c9a84c33;transform:translateY(-5px);box-shadow:0 20px 50px #00000080}.plan-card--featured{background:linear-gradient(160deg,#18140b 0%,#111 100%);border-color:#c9a84c8c;animation:4s ease-in-out infinite subtle-gold-pulse;transform:none;box-shadow:0 0 20px #c9a84c2e,0 0 6px #eab30840,0 20px 50px #00000080}@keyframes subtle-gold-pulse{0%,to{border-color:#c9a84c73;box-shadow:0 0 16px #c9a84c29,0 0 4px #eab30833,0 20px 50px #00000080}50%{border-color:#c9a84cb3;box-shadow:0 0 24px #c9a84c47,0 0 8px #eab30859,0 20px 50px #00000080}}.plan-card--featured:hover{transform:translateY(-5px);box-shadow:0 0 28px #c9a84c52,0 0 10px #eab30866,0 25px 60px #0009}.plan-card__badge{background:var(--gold-btn);color:#000;letter-spacing:.2em;white-space:nowrap;border-radius:50px;align-items:center;gap:.35rem;padding:.22rem .9rem;font-size:.58rem;font-weight:800;display:inline-flex;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 0 12px #c9a84c73,0 2px 4px #0000004d}.plan-card__header{margin-bottom:1.25rem}.plan-card__tier{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem;font-size:.65rem;font-weight:700}.plan-card__price-wrap{align-items:flex-start;gap:.25rem;margin-bottom:.1rem;display:flex}.plan-card__currency{color:#888;margin-top:.6rem;font-size:.9rem;font-weight:700;line-height:1}.plan-card__amount{color:var(--white);letter-spacing:-.04em;font-size:2.5rem;font-weight:900;line-height:1}.plan-card__period{color:#555;margin-bottom:.7rem;font-size:.72rem}.plan-card__summary{color:#777;border-left:2px solid #c9a84c4d;padding-left:.65rem;font-size:.78rem;line-height:1.55}.plan-card__divider{background:linear-gradient(90deg,#0000,#222,#0000);height:1px;margin:1.25rem 0}.plan-card__features{flex-direction:column;flex:1;gap:.6rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.plan-card__feature{align-items:flex-start;gap:.6rem;font-size:.8rem;line-height:1.45;display:flex}.plan-card__feature--on{color:#ccc}.plan-card__feature--off{color:#383838}.plan-card__check{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;display:flex}.plan-card__check--on{color:var(--gold);background:#c9a84c26}.plan-card__check--off{color:#333;background:#1a1a1a}.plan-card__cta{width:100%;font-family:var(--font-primary);letter-spacing:.1em;cursor:pointer;border-radius:10px;margin-top:auto;padding:.85rem;font-size:.8rem;font-weight:700;transition:all .25s}.plan-card--featured .plan-card__cta{background:var(--gold-btn);color:#000;border:none}.plan-card--featured .plan-card__cta:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 8px 24px #c9a84c4d}.plan-card:not(.plan-card--featured) .plan-card__cta{color:var(--white);background:0 0;border:1px solid #272727}.plan-card:not(.plan-card--featured) .plan-card__cta:hover{color:var(--gold);border-color:#c9a84c66}.plans__note{text-align:center;color:#444;max-width:500px;margin-top:2.25rem;margin-left:auto;margin-right:auto;font-size:.75rem;line-height:1.75}@media (width<=1024px){.plans__grid{grid-template-columns:repeat(3,1fr);gap:1rem}.plan-card{padding:1.5rem 1.25rem}}@media (width<=768px){.plans__grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.plan-card--featured{order:-1;transform:none}.plan-card--featured:hover{transform:translateY(-5px)}}.about{background:var(--dark-secondary);padding:7rem 2rem;position:relative;overflow:hidden}.about:after{content:"";pointer-events:none;background:radial-gradient(circle,#c9a84c0d 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-150px;right:-150px}.about__inner{grid-template-columns:1fr 1fr;align-items:start;gap:6rem;max-width:1300px;margin:0 auto;display:grid}.about__title{color:var(--white);letter-spacing:-.02em;margin:1rem 0 1.5rem;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;line-height:1.2}.about__divider{background:linear-gradient(90deg, var(--gold), transparent);width:60px;height:2px;margin-bottom:1.5rem}.about__text{color:var(--text-muted);margin-bottom:1.25rem;font-size:.925rem;line-height:1.8}.about__cta{color:var(--gold);cursor:pointer;transition:var(--transition);letter-spacing:.04em;background:0 0;border:1px solid #c9a84c66;border-radius:6px;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.about__cta:hover{border-color:var(--gold);background:#c9a84c14;transform:translate(4px)}.about__highlight{color:var(--white);font-weight:600}.about__section-heading{color:var(--white);letter-spacing:-.01em;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700}.about__pillars{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.about__pillar{border:1px solid var(--dark-border);transition:var(--transition);background:#ffffff08;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.about__pillar:hover{background:#c9a84c08;border-color:#c9a84c40;transform:translateY(-2px)}.about__pillar-icon{color:var(--gold);font-size:1.4rem;line-height:1}.about__pillar-title{color:var(--white);margin-bottom:.25rem;font-size:.95rem;font-weight:700}.about__pillar-desc{color:var(--text-muted);font-size:.8rem;line-height:1.6}.about__quote{background:linear-gradient(135deg,#c9a84c14,#c9a84c08);border:1px solid #c9a84c33;border-radius:12px;padding:2rem;position:relative}.about__quote-mark{color:var(--gold);opacity:.4;margin-bottom:1rem;font-family:Georgia,serif;font-size:4rem;line-height:.5}.about__quote p{color:var(--text-light);margin-bottom:1rem;font-size:.95rem;font-style:italic;line-height:1.7}.about__quote-author{letter-spacing:.1em;color:var(--gold);text-transform:uppercase;font-size:.72rem;font-weight:600}@media (width<=960px){.about__inner{grid-template-columns:1fr;gap:3rem}.about__pillars{grid-template-columns:1fr 1fr}}@media (width<=500px){.about__pillars{grid-template-columns:1fr}.about{padding:4rem 1.5rem}}.how-it-works{color:#fff;background:#070809;align-items:center;min-height:100vh;padding:clamp(3.25rem,6vw,5.5rem) 2rem;display:flex;position:relative;overflow:hidden}.how-it-works:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a84c1f,#0000 65%);width:900px;height:620px;position:absolute;top:-430px;left:50%;transform:translate(-50%)}.how-it-works__inner{text-align:center;width:100%;max-width:1420px;margin:0 auto;position:relative}.how-it-works__title{color:#fff;font-family:var(--font-primary);letter-spacing:-.025em;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.how-it-works__title em{color:#ffffffd1;font-style:normal}.how-it-works__intro{color:#ffffffb8;max-width:660px;margin:1.1rem auto 0;font-size:clamp(.9rem,1.5vw,1.05rem);line-height:1.7}.how-it-works__timeline{height:clamp(48px,6vw,84px);margin:1.15rem 5% .8rem}.how-it-works__journey{width:100%;height:100%;display:block;overflow:visible}.how-it-works__journey-glow{fill:none;filter:url(#journey-glow);opacity:.36;stroke:#f7dc88;stroke-width:4px}.how-it-works__journey-path{fill:none;stroke:url(#journey-gold);stroke-width:2.5px}.how-it-works__journey-points circle{fill:#070809;filter:drop-shadow(0 0 5px #f7dc88c2);stroke:#f4d57e;stroke-width:2.25px}.how-it-works__stage{perspective:var(--journey-perspective,1400px);perspective-origin:50% 45%;width:100%}.how-it-works__steps{transform-style:preserve-3d;will-change:transform;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.8rem,1.5vw,1.35rem);display:grid}.journey-card{height:clamp(300px,46vh,440px);min-height:0;transform-style:preserve-3d;will-change:transform;width:100%;position:relative}.journey-card__face{backface-visibility:hidden;color:#0e0e12;transform-style:preserve-3d;background:#f5f2e9;border:1px solid #00000024;border-radius:18px;flex-direction:column;padding:clamp(1.15rem,1.6vw,1.75rem);display:flex;position:absolute;inset:0;overflow:hidden;box-shadow:0 24px 52px #05052f47}.journey-card__face:after{content:"";pointer-events:none;border:1px solid #00000014;border-radius:12px;position:absolute;inset:9px}.journey-card__face--front{background:#080808;padding:0}.journey-card__artwork{object-fit:cover;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%}.journey-card__face--back{color:#f7f4ec;background:#111118;border-color:#ffffff29;transform:rotateY(180deg)}.journey-card__topline{z-index:1;justify-content:space-between;align-items:center;display:flex;position:relative}.journey-card__logo{color:#f5f2e9;font-family:var(--font-display);background:#111118;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.8rem;font-weight:700;display:inline-flex}.journey-card__logo--dark{color:#111118;background:#f5f2e9}.journey-card__number{letter-spacing:.16em;font-size:.68rem;font-weight:800}.journey-card__body{z-index:1;flex-direction:column;flex:1;padding-top:clamp(1.25rem,2.3vw,2.6rem);display:flex;position:relative}.journey-card__label{letter-spacing:.2em;opacity:.52;margin:0 0 .7rem;font-size:.58rem;font-weight:800}.journey-card h3{font-family:var(--font-primary);letter-spacing:-.035em;margin:0;font-size:clamp(1.15rem,1.7vw,1.65rem);font-weight:800;line-height:1.08}.journey-card__description{opacity:.62;margin:.65rem 0 1rem;font-size:.76rem;line-height:1.5}.journey-card ul{border-top:1px solid #00000021;margin:auto 0 0;padding:.85rem 0 0;list-style:none}.journey-card li{align-items:center;gap:.5rem;padding:.25rem 0;font-size:.72rem;font-weight:650;line-height:1.35;display:flex}.journey-card li:before{background:var(--gold);content:"";border-radius:50%;flex:none;width:5px;height:5px}.journey-card__footer{letter-spacing:.12em;opacity:.65;text-transform:uppercase;z-index:1;align-items:center;gap:.45rem;margin-top:.85rem;font-size:.55rem;font-weight:800;display:flex;position:relative}.journey-card__footer span{background:currentColor;border-radius:50%;width:4px;height:4px}.journey-card__back-content{text-align:center;z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:1rem .35rem;display:flex;position:relative}.journey-card__back-mark{color:#d9ba67;margin-bottom:1rem;font-size:2rem}.journey-card__back-content h3{color:#fff;font-size:clamp(1.3rem,1.8vw,1.75rem)}.journey-card__back-content p{color:#ffffffa6;max-width:250px;margin:.8rem 0 0;font-size:.77rem;line-height:1.62}.journey-card__face--back .journey-card__footer{color:#d9ba67}@media (width<=1050px){.how-it-works{padding-block:clamp(2rem,5vh,3.25rem)}.how-it-works__intro{margin-top:.7rem}.how-it-works__timeline{height:clamp(38px,5vw,58px);margin-block:.7rem .55rem}.journey-card{height:clamp(250px,42vh,320px)}.journey-card__face{border-radius:15px;padding:1.15rem}.journey-card__face--front{padding:0}.journey-card__description{font-size:.7rem}.journey-card li{font-size:.66rem}}@media (width<=768px){.how-it-works{min-height:100svh;padding:3.25rem 0}.how-it-works__inner{max-width:none}.how-it-works__title,.how-it-works__intro{padding-inline:1.25rem}.how-it-works__title{font-size:clamp(2rem,9vw,2.6rem)}.how-it-works__timeline{margin-inline:1.25rem}.how-it-works__stage{overscroll-behavior-x:contain;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;perspective:850px;scrollbar-width:thin;scrollbar-color:#c9a84c73 transparent;padding-bottom:.85rem;scroll-padding-inline:18px;overflow-x:auto}.how-it-works__stage::-webkit-scrollbar{height:4px}.how-it-works__stage::-webkit-scrollbar-thumb{background:#c9a84c66;border-radius:999px}.how-it-works__steps{grid-template-columns:repeat(4,min(68vw,250px));gap:14px;width:max-content;padding-inline:18px}.journey-card{scroll-snap-align:center;width:min(68vw,250px);height:clamp(300px,48vh,350px)}.journey-card__face{padding:1.35rem}.journey-card__face--front{padding:0}.journey-card__description{font-size:.76rem}.journey-card li{font-size:.71rem}}@media (height<=700px) and (width>=769px){.how-it-works{padding-block:1.5rem}.how-it-works__title{font-size:clamp(1.65rem,3vw,2.35rem)}.how-it-works__intro{font-size:.84rem;line-height:1.5}.how-it-works__timeline{height:34px;margin-block:.35rem}.journey-card{height:clamp(235px,43vh,290px)}}@media (prefers-reduced-motion:reduce){.how-it-works{min-height:auto}.how-it-works__stage{padding-bottom:.75rem;overflow-x:auto}.how-it-works__steps,.journey-card{transform:none!important}}.trust-section{color:var(--white);background:radial-gradient(circle at 50% 0,#c9a84c1a,#0000 31%),#0b0b0c;border-top:1px solid #c9a84c29;padding:clamp(5rem,9vw,8rem) 2rem;position:relative;overflow:hidden}.trust-section__inner{max-width:1240px;margin:0 auto}.trust-section__header{text-align:center;max-width:720px;margin:0 auto}.trust-section__header h2{font-family:var(--font-primary);letter-spacing:-.03em;margin:.85rem 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.14}.trust-section__header h2 span{color:var(--gold-light)}.trust-section__header p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:.95rem;line-height:1.75}.trust-section__line{background:#ffffff14;max-width:920px;height:1px;margin:2.5rem auto 2.2rem;overflow:hidden}.trust-section__line-progress{background:linear-gradient(90deg, transparent, var(--gold), var(--gold-light), transparent);width:100%;height:100%;display:block}.trust-section__grid{perspective:1200px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;display:grid}.trust-card{border:1px solid var(--dark-border);min-height:360px;transform-style:preserve-3d;background:linear-gradient(145deg,#181818,#111112);border-radius:18px;flex-direction:column;padding:clamp(1.5rem,2.4vw,2.25rem);transition:border-color .22s,box-shadow .22s,transform .22s;display:flex;position:relative;box-shadow:0 22px 48px #00000047}.trust-card:before{background:linear-gradient(90deg, transparent, var(--gold), transparent);content:"";opacity:.55;height:1px;position:absolute;top:0;left:18px;right:18px}.trust-card:hover{border-color:#c9a84c61;transform:translateY(-4px);box-shadow:0 26px 58px #0006,0 0 28px #c9a84c14}.trust-card__top{justify-content:space-between;align-items:center;display:flex}.trust-card__number{color:#6d6d6d;letter-spacing:.18em;font-size:.65rem;font-weight:800}.trust-card__icon{color:var(--gold-light);background:#c9a84c1a;border:1px solid #c9a84c57;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;font-weight:800;display:inline-flex;box-shadow:0 0 22px #c9a84c14}.trust-card__eyebrow{color:var(--gold);letter-spacing:.16em;margin:clamp(2.2rem,4vw,3.5rem) 0 .7rem;font-size:.61rem;font-weight:800}.trust-card h3{color:var(--white);letter-spacing:-.025em;margin:0;font-size:clamp(1.25rem,2vw,1.65rem);font-weight:750;line-height:1.2}.trust-card__description{color:#aaa;margin:.9rem 0 1.5rem;font-size:.86rem;line-height:1.7}.trust-card__detail{border-top:1px solid var(--dark-border);color:#c9c6bd;letter-spacing:.035em;align-items:center;gap:.55rem;margin-top:auto;padding-top:1.1rem;font-size:.68rem;font-weight:650;display:flex}.trust-card__detail span{background:var(--gold);border-radius:50%;width:5px;height:5px;box-shadow:0 0 8px #c9a84c99}@media (width<=900px){.trust-section__grid{grid-template-columns:1fr;max-width:620px;margin:0 auto}.trust-card{min-height:260px}.trust-card__eyebrow{margin-top:1.8rem}}@media (width<=560px){.trust-section{padding:4.5rem 1.2rem}.trust-card{border-radius:15px;min-height:250px;padding:1.5rem}}@media (prefers-reduced-motion:reduce){.trust-section__header,.trust-card,.trust-section__line-progress{opacity:1!important;transform:none!important}}.footer{background:#0d0d0d;border-top:1px solid #c9a84c1f}.footer__inner{max-width:1300px;margin:0 auto;padding:4rem 2rem 2rem}.footer__top{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer__logo{margin-bottom:1rem}.footer__logo-img{object-fit:contain;border-radius:4px;width:auto;height:70px}.footer__tagline{color:#666;max-width:240px;margin-bottom:1.5rem;font-size:.875rem;line-height:1.7}.footer__socials{gap:.75rem;display:flex}.footer__social{color:#666;width:38px;height:38px;transition:var(--transition);background:#1a1a1a;border:1px solid #2a2a2a;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.footer__social:hover{background:var(--gold);border-color:var(--gold);color:var(--dark);transform:translateY(-2px)}.footer__col-heading{letter-spacing:.2em;color:var(--gold);margin-bottom:1.25rem;font-size:.68rem;font-weight:700}.footer__col-links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer__link{color:#888;transition:var(--transition);font-size:.875rem;text-decoration:none;position:relative}.footer__link:after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.footer__link:hover{color:var(--white)}.footer__link:hover:after{width:100%}.footer__divider{background:linear-gradient(90deg,#0000,#c9a84c33,#0000);height:1px;margin-bottom:1.5rem}.footer__bottom{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.footer__copy{color:#555;letter-spacing:.02em;font-size:.82rem}.footer__bottom-links{align-items:center;gap:.75rem;display:flex}.footer__bottom-link{color:#555;font-size:.82rem;text-decoration:none;transition:color .2s}.footer__bottom-link:hover{color:var(--gold)}.footer__dot{color:#333;font-size:.7rem}@media (width<=1024px){.footer__top{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:span 2}}@media (width<=600px){.footer__top{grid-template-columns:1fr}.footer__brand{grid-column:span 1}.footer__bottom{text-align:center;flex-direction:column;gap:.75rem}}.about-modal__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000c;justify-content:center;align-items:center;padding:1.5rem;animation:.25s ease-out fadeIn;display:flex;position:fixed;inset:0}.about-modal__window{width:100%;max-width:580px;color:var(--white);background:#141414;border:1px solid #c9a84c4d;border-radius:20px;padding:2.5rem 2.25rem 2rem;animation:.3s cubic-bezier(.34,1.56,.64,1) popIn;position:relative;box-shadow:0 25px 60px #000c,0 0 40px #c9a84c26}.about-modal__close{color:#888;cursor:pointer;background:#1e1e1e;border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.about-modal__close:hover{color:var(--gold);border-color:var(--gold);background:#c9a84c1a;transform:rotate(90deg)}.about-modal__badge{letter-spacing:.2em;color:var(--gold);text-transform:uppercase;margin-bottom:.5rem;font-size:.65rem;font-weight:700}.about-modal__title{color:var(--white);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.75rem;font-weight:800}.about-modal__content{color:#bbb;flex-direction:column;gap:1rem;font-size:.92rem;line-height:1.75;display:flex}.about-modal__content p{margin:0}.about-modal__footer{border-top:1px solid #222;justify-content:flex-end;margin-top:2rem;padding-top:1.25rem;display:flex}.about-modal__btn{background:var(--gold-btn);color:#000;font-family:var(--font-primary);letter-spacing:.1em;cursor:pointer;border:none;border-radius:8px;padding:.65rem 1.75rem;font-size:.82rem;font-weight:700;transition:all .2s}.about-modal__btn:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 4px 15px #c9a84c4d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:scale(.85)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.vision-modal__window{text-align:center}.vision-modal__quote-wrap{background:#c9a84c0a;border:1px solid #c9a84c26;border-radius:12px;margin:1rem 0;padding:1.5rem 1rem;position:relative}.vision-modal__quote-mark{color:var(--gold);opacity:.7;margin-bottom:-.5rem;font-family:serif;font-size:3rem;line-height:1;display:block}.vision-modal__quote{color:var(--gold-light);letter-spacing:.01em;margin:0;font-size:1.2rem;font-style:italic;font-weight:500;line-height:1.6}.privacy-modal__window{flex-direction:column;max-width:680px;max-height:85vh;display:flex}.privacy-modal__content{max-height:55vh;padding-right:.75rem;overflow-y:auto}.privacy-modal__content::-webkit-scrollbar{width:5px}.privacy-modal__content::-webkit-scrollbar-track{background:#1e1e1e;border-radius:4px}.privacy-modal__content::-webkit-scrollbar-thumb{background:var(--gold);border-radius:4px}.privacy-modal__content h3{color:var(--gold);letter-spacing:-.01em;margin-top:1.25rem;margin-bottom:.4rem;font-size:1rem;font-weight:700}.privacy-modal__content ul{flex-direction:column;gap:.35rem;margin:.4rem 0 1rem;padding-left:1.25rem;display:flex}.privacy-modal__content li{color:#ccc;font-size:.88rem;line-height:1.6}.contact-modal__window{max-width:520px}.contact-modal__list{flex-direction:column;gap:1rem;margin:.75rem 0 .5rem;display:flex}.contact-modal__item{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:1.15rem;padding:1rem 1.25rem;transition:all .25s;display:flex}.contact-modal__item:hover{background:#c9a84c0f;border-color:#c9a84c59;transform:translate(4px)}.contact-modal__icon{width:44px;height:44px;color:var(--gold);background:#c9a84c1f;border:1px solid #c9a84c40;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-modal__details{flex-direction:column;gap:.2rem;display:flex}.contact-modal__label{letter-spacing:.12em;color:#888;text-transform:uppercase;font-size:.68rem;font-weight:700}.contact-modal__val{color:var(--white);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s}.contact-modal__val:hover{color:var(--gold);text-decoration:underline}@media (width<=480px){.about-modal__backdrop{padding:.75rem}.about-modal__window{border-radius:14px;max-height:calc(100dvh - 1.5rem);padding:1.5rem 1.15rem 1.25rem;overflow-y:auto}.about-modal__title{padding-right:2.5rem;font-size:1.35rem}.about-modal__close{min-width:44px;min-height:44px;top:.75rem;right:.75rem}.about-modal__footer{flex-direction:column;align-items:stretch}.about-modal__btn{width:100%;min-height:48px}.contact-modal__item{gap:.8rem;padding:.85rem}.contact-modal__val{overflow-wrap:anywhere;font-size:.85rem}}.ui-overlay{z-index:80;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#040505a8;place-items:center;padding:22px;animation:.18s ui-fade;display:grid;position:fixed;inset:0}.ui-modal{border:1px solid var(--p-line,#2a2d2c);background:#141615;border-radius:14px;flex-direction:column;width:min(540px,100%);max-height:min(86vh,860px);animation:.2s cubic-bezier(.22,1,.36,1) ui-pop;display:flex;box-shadow:0 30px 70px #00000080}.ui-modal--wide{width:min(880px,100%)}.ui-modal-head{justify-content:space-between;align-items:flex-start;gap:14px;padding:20px 24px 0;display:flex}.ui-modal-head h3{letter-spacing:-.02em;margin:2px 0 0;font-size:19px}.ui-modal-head .portal-kicker{margin:0}.ui-modal-close{border:1px solid var(--p-line,#2a2d2c);color:#cfd0cb;background:#191b1a;border-radius:7px;width:30px;height:30px;font-size:12px}.ui-modal-close:hover{color:#fff;border-color:#4a4c48}.ui-modal-body{padding:16px 24px 20px;overflow:auto}.ui-modal-foot{justify-content:flex-end;gap:10px;padding:0 24px 20px;display:flex}.ui-confirm-message{color:#d6d4cc;margin:2px 0 4px;font-size:14px;line-height:1.55}.ui-fields{grid-template-columns:1fr 1fr;gap:14px;display:grid}.ui-field{gap:6px;min-width:0;display:grid}.ui-field--full{grid-column:1/-1}.ui-field>span{text-transform:uppercase;letter-spacing:.14em;color:var(--p-muted,#989b96);font-size:10px;font-weight:700}.ui-field input,.ui-field select,.ui-field textarea{box-sizing:border-box;border:1px solid var(--p-line,#2a2d2c);width:100%;color:var(--p-text,#f3f1eb);font:500 13.5px var(--font-primary,inherit);background:#0e0f0f;border-radius:8px;padding:10px 12px}.ui-field textarea{resize:vertical}.ui-field input:focus,.ui-field select:focus,.ui-field textarea:focus{border-color:var(--p-accent,#c5a764);outline:none}.ui-field small{color:var(--p-muted,#989b96);font-size:11px}.ui-field-error{color:var(--p-red,#ce807a);margin:10px 0 0;font-size:12.5px}.ui-button--danger{background:var(--p-red,#ce807a);color:#1c0f0e;font:700 13px var(--font-primary,inherit);border:0;border-radius:8px;padding:10px 18px}.ui-button--danger:hover{filter:brightness(1.06)}.ui-pills{flex-wrap:wrap;gap:6px;display:flex}.ui-pills button{border:1px solid var(--p-line,#2a2d2c);color:#b9bab4;font:650 11.5px var(--font-primary,inherit);background:#121413;border-radius:999px;align-items:center;gap:7px;padding:6px 13px;transition:all .18s;display:inline-flex}.ui-pills button b{color:var(--p-muted,#989b96);font-size:10px}.ui-pills button:hover{color:#fff;border-color:#4a4c48}.ui-pills button.is-active{color:var(--p-accent,#c5a764);border-color:var(--p-accent,#c5a764);background:#c5a76412}.ui-search{border:1px solid var(--p-line,#2a2d2c);background:#101211;border-radius:9px;align-items:center;gap:8px;min-width:220px;padding:8px 12px;display:flex}.ui-search span{color:var(--p-accent,#c5a764);font-size:15px;line-height:1}.ui-search input{color:var(--p-text,#f3f1eb);font:500 13px var(--font-primary,inherit);background:0 0;border:0;width:100%}.ui-search input:focus{outline:none}.ui-search input::placeholder{color:#6f726d}.portal-bell{border:1px solid var(--p-line,#2a2d2c);color:#d8d9d3;background:#181a18;border-radius:9px;width:36px;height:36px;font-size:15px;line-height:1;position:relative}.portal-bell:hover{color:#fff;border-color:#4a4c48}.portal-bell-badge{background:var(--p-accent,#c5a764);min-width:17px;height:17px;color:var(--p-accent-ink,#17140d);font:800 10px/17px var(--font-primary,inherit);text-align:center;border-radius:999px;padding:0 4px;position:absolute;top:-6px;right:-6px}.ui-notification-list{gap:8px;max-height:52vh;padding-right:2px;display:grid;overflow:auto}.ui-notification-item{border:1px solid var(--p-line,#2a2d2c);text-align:left;color:#d6d4cc;background:#111312;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:start;gap:10px;padding:12px 14px;font-size:13px;display:grid}.ui-notification-item.is-unread{border-color:#c5a76466}.ui-notification-item>i{background:var(--p-accent,#c5a764);border-radius:50%;width:7px;height:7px;margin-top:6px}.ui-notification-item small{color:var(--p-muted,#989b96);margin-top:4px;font-size:11px;display:block}.provider-calendar{border:1px solid var(--p-line,#2a2d2c);background:#111212;border-radius:14px;align-self:start;padding:16px}.provider-calendar-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.provider-calendar-head b{letter-spacing:.02em;text-transform:capitalize;font-size:13.5px}.provider-calendar-head button{border:1px solid var(--p-line,#2a2d2c);color:#cfd0ca;background:#181a18;border-radius:7px;width:28px;height:28px}.provider-calendar-grid{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.provider-calendar-grid span{font:700 9.5px var(--font-primary,inherit);color:var(--p-muted,#989b96);text-align:center;text-transform:uppercase;letter-spacing:.08em;padding:4px 0}.provider-calendar-day{color:#c9cac4;min-height:38px;font:600 12.5px var(--font-primary,inherit);background:0 0;border:0;border-radius:8px;place-items:center;gap:0;display:grid;position:relative}.provider-calendar-day:hover{color:#fff;background:#1a1c1a}.provider-calendar-day.is-today{box-shadow:inset 0 0 0 1px var(--p-accent,#c5a764)}.provider-calendar-day.is-selected{background:var(--p-accent,#c5a764);color:var(--p-accent-ink,#17140d)}.provider-calendar-day.is-empty{visibility:hidden}.provider-calendar-day i{gap:3px;display:flex;position:absolute;bottom:5px}.provider-calendar-day i b{background:var(--p-accent,#c5a764);border-radius:50%;width:4px;height:4px}.provider-calendar-day.is-selected i b{background:var(--p-accent-ink,#17140d)}.provider-calendar-foot{color:var(--p-muted,#989b96);margin-top:10px;font-size:11.5px}.booking-wizard{gap:18px;display:grid}.wizard-steps{gap:8px;display:flex}.wizard-steps span{border:1px solid var(--p-line,#2a2d2c);font:700 10px var(--font-primary,inherit);letter-spacing:.1em;text-transform:uppercase;color:var(--p-muted,#989b96);text-align:center;border-radius:999px;flex:1;padding:6px 12px}.wizard-steps span.is-active{color:var(--p-accent,#c5a764);border-color:var(--p-accent,#c5a764)}.wizard-category-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;display:grid}.wizard-category{border:1px solid var(--p-line,#2a2d2c);text-align:left;color:var(--p-text,#f3f1eb);background:#111212;border-radius:13px;padding:18px;transition:all .18s}.wizard-category i{color:var(--p-accent,#c5a764);font-size:19px;font-style:normal}.wizard-category b{margin:9px 0 3px;font-size:15px;display:block}.wizard-category small{color:var(--p-muted,#989b96);font-size:11.5px}.wizard-category:hover{border-color:#4a4c48;transform:translateY(-1px)}.wizard-category.is-selected{border-color:var(--p-accent,#c5a764);box-shadow:0 0 0 1px var(--p-accent,#c5a764) inset}.wizard-review{border:1px dashed var(--p-line,#2a2d2c);border-radius:12px;gap:9px;padding:16px 18px;display:grid}.wizard-review div{justify-content:space-between;gap:14px;font-size:13.5px;display:flex}.wizard-review span{color:var(--p-muted,#989b96)}.wizard-review b{text-align:right}.wizard-actions{justify-content:space-between;gap:10px;display:flex}.pin-display{grid-template-columns:1fr 1fr;gap:12px;margin-top:14px;display:grid}.pin-display div{text-align:center;background:#c5a7640f;border:1px solid #c5a76466;border-radius:12px;padding:14px}.pin-display span{letter-spacing:.16em;text-transform:uppercase;color:var(--p-muted,#989b96);font-size:10px;font-weight:750;display:block}.pin-display b{font:700 30px/1.2 var(--font-display,inherit);letter-spacing:.24em;color:var(--p-accent,#c5a764)}.ui-receipt{color:#d8d6ce;font-size:13px}.ui-receipt-head{border-bottom:1px solid var(--p-line,#2a2d2c);justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:14px;display:flex}.ui-receipt-head b{font:700 20px var(--font-display,inherit);letter-spacing:.04em}.ui-receipt-head small{color:var(--p-muted,#989b96);display:block}.ui-receipt dl{grid-template-columns:1fr 1fr;gap:10px 22px;margin:0;display:grid}.ui-receipt dl div{gap:2px;display:grid}.ui-receipt dt{text-transform:uppercase;letter-spacing:.12em;color:var(--p-muted,#989b96);font-size:10px;font-weight:700}.ui-receipt dd{margin:0;font-weight:600}.ui-receipt-total{border-top:1px solid var(--p-line,#2a2d2c);justify-content:space-between;align-items:center;margin-top:16px;padding-top:14px;display:flex}.ui-receipt-total b{color:var(--p-accent,#c5a764);font-size:21px}.kyc-gallery{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.kyc-gallery button{border:1px solid var(--p-line,#2a2d2c);color:#c9cac4;font:650 12px var(--font-primary,inherit);background:#121413;border-radius:9px;padding:9px 13px}.kyc-gallery button.is-active{color:var(--p-accent,#c5a764);border-color:var(--p-accent,#c5a764)}.kyc-preview{border:1px solid var(--p-line,#2a2d2c);background:#0c0d0d;border-radius:12px;place-items:center;min-height:260px;display:grid;overflow:hidden}.kyc-preview img{max-width:100%;max-height:52vh;display:block}.kyc-preview iframe{background:#fff;border:0;width:100%;height:52vh}.kyc-meta{color:var(--p-muted,#989b96);grid-template-columns:1fr 1fr;gap:8px 20px;margin-top:12px;font-size:12.5px;display:grid}.kyc-meta b{color:var(--p-text,#f3f1eb)}@media print{body{background:#fff}body *{visibility:hidden}.print-target,.print-target *{visibility:visible}.print-target{width:100%;max-height:none;box-shadow:none;color:#111;background:#fff;border:0;animation:none;position:absolute;inset:0 auto auto 0}.print-target .ui-modal-close,.print-target .ui-modal-foot{display:none}.print-target .ui-receipt,.print-target .ui-receipt *{color:#111!important}.print-target dt,.print-target small,.print-target .kyc-meta{color:#555!important}.print-target .ui-receipt-total b{color:#111!important}}@keyframes ui-fade{0%{opacity:0}}@keyframes ui-pop{0%{opacity:0;transform:translateY(9px)scale(.97)}}@media (prefers-reduced-motion:reduce){.ui-overlay,.ui-modal{animation:none}}.coin-bar{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.coin-pill{font:650 12px var(--font-primary,inherit);color:#e6d9b4;background:#c5a76412;border:1px solid #c5a7646b;border-radius:999px;align-items:center;gap:7px;padding:7px 14px;display:inline-flex}.coin-pill b{color:var(--p-accent,#c5a764);align-items:center;gap:4px;font-size:13px;display:inline-flex}.coin-pill.is-empty{border-color:var(--p-line,#2a2d2c);color:var(--p-muted,#989b96);background:#121413}.coin-inline{align-items:center;gap:5px;display:inline-flex}.coin-hint{color:var(--p-muted,#989b96);letter-spacing:.02em;margin:14px 0 0;font-size:11.5px}.coin-used-note{color:var(--p-accent,#c5a764);font:650 12.5px var(--font-primary,inherit);align-items:center;gap:8px;margin:12px 0 0;display:flex}.luxora-category-icon{color:var(--p-accent,#c5a764);flex:none}.credit-summary-grid>div span{align-items:center;gap:8px;display:inline-flex}.wizard-category:disabled{opacity:.45;cursor:not-allowed}.wizard-category:disabled:hover{border-color:var(--p-line,#2a2d2c);transform:none}.ui-spinner{vertical-align:middle;flex-shrink:0;animation:.75s linear infinite ui-spin;display:inline-block}@keyframes ui-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ui-action-btn{cursor:pointer;justify-content:center;align-items:center;gap:8px;transition:opacity .15s,filter .15s;display:inline-flex}.ui-action-btn:disabled,.ui-action-btn.is-loading{opacity:.65;cursor:not-allowed;pointer-events:none}.ui-button{font:650 13px var(--font-primary,inherit);border:1px solid #0000;border-radius:8px;padding:10px 18px}.ui-button--primary{background:var(--p-accent,#c5a764);color:var(--p-accent-ink,#17140d);border-color:var(--p-accent,#c5a764)}.ui-button--primary:hover{filter:brightness(1.08)}.ui-button--secondary{border:1px solid var(--p-line,#2a2d2c);color:var(--p-text,#f3f1eb);background:#191b1a}.ui-button--secondary:hover{color:#fff;border-color:#4a4c48}.ui-button--text{color:var(--p-muted,#989b96);background:0 0;border:0}.ui-button--text:hover{color:var(--p-text,#f3f1eb)}@media (width<=640px){.ui-overlay{padding:12px 12px max(12px, env(safe-area-inset-bottom,0px))}.ui-modal{border-radius:12px;width:100%;max-height:calc(100dvh - 24px)}.ui-modal--wide{width:100%}.ui-modal-head{padding:16px 16px 0}.ui-modal-head h3{font-size:17px}.ui-modal-close{min-width:40px;min-height:40px;font-size:14px}.ui-modal-body{padding:14px 16px 16px}.ui-modal-foot{flex-wrap:wrap;padding:0 16px 16px}.ui-modal-foot .ui-button{text-align:center;flex:auto;min-height:44px}.ui-fields{grid-template-columns:1fr}.ui-field input,.ui-field select,.ui-field textarea{min-height:44px}.ui-pills button{min-height:36px;padding:8px 14px}.ui-search{flex:auto;width:100%;min-width:0}.ui-search input{min-height:40px}.wizard-steps{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;padding-bottom:4px;overflow-x:auto}.wizard-steps span{flex:1 0 auto;justify-content:center;align-items:center;min-height:36px;display:inline-flex}.wizard-category-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr))}.wizard-category{min-height:72px}.wizard-actions{flex-wrap:wrap}.wizard-actions .ui-button{flex:auto;min-height:44px}.wizard-review div{flex-wrap:wrap;gap:4px}.pin-display{grid-template-columns:1fr}.pin-display b{letter-spacing:.18em;font-size:26px}.ui-receipt dl,.kyc-meta{grid-template-columns:1fr}.kyc-preview iframe{height:44vh}.ui-notification-item{grid-template-columns:auto 1fr}.ui-notification-item small{grid-column:2}.ui-button{min-height:44px}.provider-calendar-day{min-height:42px}.provider-calendar-head button{width:36px;height:36px}}@media (width<=380px){.wizard-category-grid{grid-template-columns:1fr}}.auth-page{background:#0a0a0a;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;padding:2rem 1rem 3rem;display:flex;position:relative;overflow:hidden}.auth-bg{pointer-events:none;z-index:0;background:radial-gradient(at 20% 30%,#c9a84c14 0%,#0000 55%),radial-gradient(at 80% 70%,#c9a84c0d 0%,#0000 55%);position:fixed;inset:0}.auth-logo{z-index:2;box-shadow:none;background:0 0;border:none;outline:none;text-decoration:none;display:block;position:relative}.auth-logo-img{object-fit:contain;width:auto;height:75px;box-shadow:none;mix-blend-mode:lighten;filter:brightness(1.15)contrast(1.05);border:none;border-radius:0;outline:none;transition:transform .3s,filter .3s;-webkit-mask-image:radial-gradient(#000 55%,#0000 98%);mask-image:radial-gradient(#000 55%,#0000 98%)}.auth-logo-img:hover{filter:brightness(1.25)contrast(1.1);transform:scale(1.03)}.auth-card{z-index:2;background:#141414;border:1px solid #242424;border-radius:20px;width:100%;max-width:440px;padding:2.5rem 2.25rem 2rem;transition:border-color .3s,box-shadow .3s;animation:.5s both fadeInUp;position:relative;overflow:hidden;box-shadow:0 25px 60px #0009,inset 0 0 0 1px #c9a84c0d}.auth-card--loading{border-color:#c9a84c59;box-shadow:0 25px 60px #000000b3,0 0 25px #c9a84c1f,inset 0 0 0 1px #c9a84c26}.auth-card--success{border-color:#c9a84cbf;box-shadow:0 25px 60px #000c,0 0 35px #c9a84c40,inset 0 0 0 1px #c9a84c4d}.auth-card__beam{z-index:10;background:linear-gradient(90deg,#0000 0%,#c9a84c 50%,#fff6d6 75%,#0000 100%) 0 0/200% 100%;height:2.5px;animation:1s linear infinite authBeamScan;position:absolute;top:0;left:0;right:0}@keyframes authBeamScan{0%{transform:translate(-100%)}to{transform:translate(100%)}}.auth-card__shimmer{pointer-events:none;z-index:1;background:linear-gradient(115deg,#0000 0%,#c9a84c08 40%,#fff6d614 50%,#c9a84c08 60%,#0000 100%);animation:1s ease-in-out forwards authCardShimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes authCardShimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.auth-card--wide{max-width:520px}.auth-card__header{text-align:center;margin-bottom:1.75rem}.auth-card__title{color:var(--white);letter-spacing:-.02em;margin-bottom:.4rem;font-size:1.75rem;font-weight:700}.auth-card__subtitle{color:var(--text-muted);font-size:.875rem}.auth-tabs{background:#0e0e0e;border:1px solid #222;border-radius:50px;margin-bottom:1.75rem;padding:4px;display:flex}.auth-tab{color:#666;font-family:var(--font-primary);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:50px;flex:1;padding:.55rem .5rem;font-size:.75rem;font-weight:600}.auth-tab--active{color:var(--gold);background:#1e1e1e;box-shadow:0 2px 10px #0000004d}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-form-row{grid-template-columns:1fr 1fr;gap:.9rem;display:grid}.auth-field{width:100%}.auth-input-wrap{width:100%;position:relative}.auth-input{width:100%;color:var(--white);font-family:var(--font-primary);background:#0e0e0e;border:1px solid #252525;border-radius:10px;outline:none;padding:.9rem 1.1rem;font-size:.9rem;transition:border-color .25s,box-shadow .25s}.auth-input::placeholder{color:#555}.auth-input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c9a84c14}.auth-eye{color:#555;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;line-height:1;transition:color .2s;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.auth-eye:hover{color:var(--gold)}.auth-input-wrap .auth-input{padding-right:3rem}.auth-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.auth-checkbox{cursor:pointer;align-items:center;gap:.6rem;display:flex;position:relative}.auth-checkbox input[type=checkbox]{opacity:0;cursor:pointer;width:16px;height:16px;margin:0;position:absolute}.auth-checkbox input[type=checkbox]:focus-visible+.auth-checkbox__box{border-color:var(--gold);outline:1px solid var(--gold);outline-offset:2px}.auth-checkbox__box{width:16px;height:16px;transition:var(--transition);background:0 0;border:1.5px solid #444;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.auth-checkbox input:checked+.auth-checkbox__box{background:var(--gold);border-color:var(--gold)}.auth-checkbox input:checked+.auth-checkbox__box:after{content:"✓";color:#000;font-size:10px;font-weight:700;line-height:1}.auth-checkbox__label{color:#888;-webkit-user-select:none;user-select:none;font-size:.82rem}.auth-checkbox--terms{align-items:flex-start}.auth-forgot{color:var(--gold);white-space:nowrap;font-size:.82rem;font-weight:500;text-decoration:none;transition:color .2s}.auth-forgot:hover{color:var(--gold-light);text-decoration:underline}.auth-submit{background:var(--gold-btn);width:100%;color:var(--dark);font-family:var(--font-primary);letter-spacing:.15em;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.65rem;min-height:52px;margin-top:.25rem;padding:1rem;font-size:.82rem;font-weight:700;transition:all .25s;display:flex;position:relative;overflow:hidden}.auth-submit:hover:not(:disabled){background:var(--gold-light);transform:translateY(-1px);box-shadow:0 8px 25px #c9a84c59}.auth-submit:disabled{cursor:not-allowed}.auth-submit--loading{color:#0b0b0d;background:linear-gradient(135deg,#c9a84c 0%,#e2c472 50%,#b38f38 100%);box-shadow:0 4px 20px #c9a84c4d}.auth-submit--verifying{background:linear-gradient(135deg,#dfbc5e 0%,#f7e2a0 50%,#c9a84c 100%);box-shadow:0 4px 25px #c9a84c73}.auth-submit--success{color:#000;background:linear-gradient(135deg,#22c55e 0%,#4ade80 50%,#16a34a 100%);font-weight:800;animation:.4s ease-out authSuccessPulse;box-shadow:0 4px 25px #22c55e73}@keyframes authSuccessPulse{0%{transform:scale(.97)}50%{transform:scale(1.02)}to{transform:scale(1)}}.auth-submit__spinner{border:2.2px solid #0003;border-top-color:#000;border-radius:50%;flex-shrink:0;width:17px;height:17px;animation:.75s linear infinite spin;display:inline-block}.auth-submit__check{color:#4ade80;background:#000;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.72rem;font-weight:900;display:inline-flex}.auth-spinner{border:2px solid #00000040;border-top-color:#000;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-divider{align-items:center;margin:1.75rem 0 1.25rem;display:flex}.auth-divider span{background:linear-gradient(90deg,#0000,#2a2a2a,#0000);flex:1;height:1px}.auth-card__footer{text-align:center}.auth-card__footer-text{color:#666;margin-bottom:.4rem;font-size:.82rem}.auth-card__footer-link{letter-spacing:.1em;color:var(--white);font-size:.78rem;font-weight:700;text-decoration:none;transition:color .2s}.auth-card__footer-link:hover{color:var(--gold)}.auth-tagline{z-index:2;letter-spacing:.3em;text-transform:uppercase;color:#333;margin-top:.5rem;font-size:.65rem;position:relative}@media (width<=540px){.auth-page{padding:5rem .85rem 3rem}.auth-card{border-radius:16px;padding:2rem 1.5rem 1.75rem}.auth-form-row{grid-template-columns:1fr}.auth-card__title{font-size:1.5rem}.auth-eye{justify-content:center;min-width:44px;min-height:44px;right:.35rem}.auth-row{flex-wrap:wrap;gap:.6rem}.auth-forgot{align-items:center;min-height:44px;display:inline-flex}.auth-submit{min-height:50px}.auth-logo-img{height:60px}}.auth-or{color:#8a8d88;letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:12px;margin:18px 0 14px;font-size:10px;font-weight:700;display:flex}.auth-or:before,.auth-or:after{content:"";background:#ffffff1f;flex:1;height:1px}.auth-google{flex-direction:column;align-items:center;gap:9px;width:100%;display:flex}.auth-google-fallback{color:#1f1f1f;cursor:pointer;background:#f6f6f6;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:100%;max-width:320px;height:44px;font:600 14px Inter,system-ui,sans-serif;transition:all .18s;display:inline-flex}.auth-google-fallback:hover{background:#fff;box-shadow:0 4px 14px #00000040}.auth-google-note{color:#e0b937;text-align:center;background:#c9a84c14;border:1px solid #c9a84c4d;border-radius:8px;max-width:340px;margin:0;padding:8px 12px;font-size:11.5px;line-height:1.5}.auth-google-caption{color:#7c7f7a;letter-spacing:.03em;text-align:center;font-size:10.5px}@media (width<=768px){.auth-eye{justify-content:center;min-width:44px;min-height:44px;right:.35rem}.auth-submit{min-height:50px}.auth-forgot{align-items:center;min-height:44px;display:inline-flex}.auth-card-close-btn{min-width:44px;min-height:44px;width:44px!important;height:44px!important}}@media (prefers-reduced-motion:reduce){.auth-card__beam,.auth-card__shimmer,.auth-submit__spinner,.auth-submit--success{transition:none!important;animation:none!important}}.robot-half-wrapper{z-index:1;pointer-events:none;opacity:0;transform-origin:bottom;-webkit-user-select:none;user-select:none;transition:transform .44s cubic-bezier(.34,1.56,.64,1),opacity .22s;position:absolute;top:-40px;left:24px;right:auto;transform:translateY(32px)scale(.7)}.robot-half-wrapper--left{left:24px;right:auto}.robot-half-wrapper--right{left:auto;right:28px}.robot-half-wrapper.is-active{opacity:1;transform:translateY(1px)scale(1)}.robot-half-wrapper.is-typing{animation:.14s ease-out robot-half-pulse}@keyframes robot-half-pulse{0%{transform:translateY(1px)scale(1)}50%{transform:translateY(-2px)scale(1.035)}to{transform:translateY(1px)scale(1)}}.robot-half-container{filter:drop-shadow(0 4px 12px #000000bf);justify-content:center;align-items:flex-end;width:82px;height:40px;display:flex;position:relative}.robot-half-svg{width:100%;height:100%;overflow:visible}.robot-led-eyes{transition:transform .12s cubic-bezier(.4,0,.2,1)}.robot-led-eyes.is-blinking{transform:scaleY(.08)}.robot-shy-eyes{animation:.25s cubic-bezier(.34,1.56,.64,1) robot-shy-pop}@keyframes robot-shy-pop{0%{opacity:0;transform:scaleY(.1)}to{opacity:1;transform:scaleY(1)}}.robot-half-wrapper.is-shy .robot-led-eyes{opacity:.25}.cursor-glow{pointer-events:none;z-index:3;opacity:0;will-change:transform;background:radial-gradient(circle,#c9a84c2b 0%,#c9a84c14 36%,#c9a84c05 58%,#c9a84c00 72%);border-radius:50%;width:360px;height:360px;transition:opacity .45s;position:fixed;top:0;left:0}@media (width<=768px){.cursor-glow{display:none}}@media (prefers-reduced-motion:reduce){.cursor-glow{display:none}}@keyframes lxPulseGold{0%,to{box-shadow:0 0 #c9a84c73}50%{box-shadow:0 0 0 14px #c9a84c00}}@keyframes lxWaveDots{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}@keyframes lxShimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes lxWindowSlideUp{0%{opacity:0;transform:translateY(24px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes lxMessageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes lxSparkleTwinkle{0%,to{opacity:.85;transform:scale(1)rotate(0)}50%{opacity:1;filter:drop-shadow(0 0 6px #e8c96b);transform:scale(1.18)rotate(15deg)}}@media (width<=640px){.lx-chat-trigger{padding:10px 14px 10px 10px;font-size:.82rem}.lx-chat-trigger__icon-wrap{width:32px;height:32px}.lx-chat-window{z-index:999999;border:none;border-radius:0;width:100dvw;max-width:100vw;height:100dvh;max-height:100dvh;position:fixed;inset:0}.lx-chat-header{padding-top:max(12px, env(safe-area-inset-top));padding-left:14px;padding-right:14px}.lx-chat-header__btn{min-width:40px;min-height:40px}.lx-chat-messages{-webkit-overflow-scrolling:touch;gap:12px;padding:14px 12px}.lx-message{max-width:94%}.lx-chat-input-bar{padding-bottom:max(12px, env(safe-area-inset-bottom));padding-left:12px;padding-right:12px}.lx-chat-input{min-height:42px;font-size:16px!important}.lx-chat-send-btn{min-width:42px;min-height:42px}.category-action-pills,.action-buttons-list,.quick-actions-grid,.escalation-channels-grid{flex-direction:column!important;gap:8px!important;width:100%!important;display:flex!important}.action-btn,.channel-btn,.quick-action-card,.chip-option{box-sizing:border-box!important;justify-content:flex-start!important;align-items:center!important;width:100%!important;min-height:44px!important;padding:12px 14px!important;font-size:.88rem!important;display:flex!important}.stepper-control{justify-content:center!important;gap:14px!important}.stepper-btn{touch-action:manipulation;justify-content:center!important;align-items:center!important;min-width:44px!important;min-height:44px!important;font-size:20px!important;display:flex!important}.stepper-count{min-width:40px!important;font-size:1.25rem!important}.special-ask-form input,.special-ask-form textarea,.special-ask-form select{min-height:42px!important;font-size:16px!important}}:root{--lx-chat-gold:#c9a84c;--lx-chat-gold-light:#e8c96b;--lx-chat-gold-btn:#d4a843;--lx-chat-gold-dark:#8c6d23;--lx-chat-gold-glow:#c9a84c40;--lx-chat-gold-bg:#c9a84c1f;--lx-chat-gold-border:#c9a84c47;--lx-chat-dark:#0f0f0f;--lx-chat-dark-secondary:#161616;--lx-chat-dark-card:#1a1a1a;--lx-chat-dark-surface:#121212;--lx-chat-dark-surface-raised:#1d1d1d;--lx-chat-dark-border:#2a2a2a;--lx-chat-line:#ffffff14;--lx-chat-white:#fff;--lx-chat-offwhite:#f5f5f0;--lx-chat-text-light:#ccc;--lx-chat-text-muted:#888;--lx-chat-success:#5fbd8b;--lx-chat-danger:#df7a78;--lx-chat-warning:#e8c96b;--lx-chat-font-primary:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--lx-chat-font-display:"Playfair Display", Georgia, serif;--lx-chat-radius-card:18px;--lx-chat-radius-window:20px;--lx-chat-radius-button:9px;--lx-chat-radius-pill:999px;--lx-chat-radius-bubble-user:18px 18px 4px 18px;--lx-chat-radius-bubble-bot:18px 18px 18px 4px;--lx-chat-shadow-window:0 24px 60px #000c, 0 0 1px 1px #c9a84c40;--lx-chat-shadow-card:0 14px 30px #00000059;--lx-chat-shadow-trigger:0 10px 30px #0009, 0 0 24px #c9a84c59;--lx-chat-transition:all .28s cubic-bezier(.4, 0, .2, 1)}.lx-pulse-gold{animation:2.8s infinite lxPulseGold}.lx-anim-slide-up{animation:.3s cubic-bezier(.16,1,.3,1) forwards lxWindowSlideUp}.lx-anim-msg-in{animation:.25s forwards lxMessageFadeIn}.lx-anim-sparkle{animation:3.2s ease-in-out infinite lxSparkleTwinkle}.lx-chat-trigger{z-index:999999;border-radius:var(--lx-chat-radius-pill);border:1px solid var(--lx-chat-gold-border);box-shadow:var(--lx-chat-shadow-trigger);color:var(--lx-chat-white);cursor:grab;font-family:var(--lx-chat-font-primary);letter-spacing:.04em;-webkit-user-select:none;user-select:none;touch-action:none;background:linear-gradient(135deg,#1c1c1c 0%,#121212 100%);align-items:center;gap:10px;padding:12px 18px 12px 12px;font-size:.88rem;font-weight:700;transition:transform .2s cubic-bezier(.16,1,.3,1),border-color .2s,box-shadow .2s;display:flex;position:fixed}.lx-chat-trigger:hover{border-color:var(--lx-chat-gold);transform:translateY(-2px)scale(1.02);box-shadow:0 14px 36px #000000b3,0 0 28px #c9a84c73}.lx-chat-trigger--dragging{cursor:grabbing!important;border-color:var(--lx-chat-gold-light)!important;z-index:1000000!important;transition:none!important;transform:scale(1.05)!important;box-shadow:0 20px 48px #000000d9,0 0 35px #c9a84c99!important}.lx-chat-trigger__drag-grip{opacity:.65;cursor:grab;justify-content:center;align-items:center;padding:0 2px;display:flex}.lx-chat-trigger:hover .lx-chat-trigger__drag-grip{opacity:1}.lx-chat-trigger__icon-wrap{background:var(--lx-chat-gold-bg);border:1px solid var(--lx-chat-gold-border);border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:relative}.lx-chat-trigger__badge{background:var(--lx-chat-gold-light);border:2px solid var(--lx-chat-dark);border-radius:50%;width:10px;height:10px;position:absolute;top:-2px;right:-2px}.lx-chat-trigger__text{text-align:left;flex-direction:column;display:flex}.lx-chat-trigger__brand{letter-spacing:.16em;color:var(--lx-chat-gold);text-transform:uppercase;font-size:.65rem;font-weight:800}.lx-chat-trigger__label{color:var(--lx-chat-white);font-size:.84rem}.lx-chat-window{z-index:10000;border-radius:var(--lx-chat-radius-window);width:420px;max-width:calc(100vw - 32px);height:640px;max-height:calc(100vh - 48px);box-shadow:var(--lx-chat-shadow-window);font-family:var(--lx-chat-font-primary);color:var(--lx-chat-white);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(#181818 0%,#111 100%);border:1px solid #c9a84c4d;flex-direction:column;display:flex;position:fixed;bottom:24px;left:24px;overflow:hidden}.lx-chat-window--dragging{-webkit-user-select:none!important;user-select:none!important;transition:none!important}.lx-chat-header--draggable{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.lx-chat-window--dragging .lx-chat-header--draggable{cursor:grabbing!important}@media (width<=640px){.lx-chat-trigger{padding:10px 14px 10px 10px;font-size:.82rem}.lx-chat-trigger__icon-wrap{width:32px;height:32px}.lx-chat-window{z-index:999999;border:none;border-radius:0;width:100dvw;max-width:100vw;height:100dvh;max-height:100dvh;position:fixed;inset:0}.lx-chat-header{padding-top:max(12px, env(safe-area-inset-top));padding-left:14px;padding-right:14px}.lx-chat-header__btn{min-width:40px;min-height:40px}.lx-chat-messages{-webkit-overflow-scrolling:touch;gap:12px;padding:14px 12px}.lx-message{max-width:94%}.lx-chat-input-bar{padding-bottom:max(12px, env(safe-area-inset-bottom));padding-left:12px;padding-right:12px}.lx-chat-input{min-height:42px;font-size:16px!important}.lx-chat-send-btn{min-width:42px;min-height:42px}.category-action-pills,.action-buttons-list,.quick-actions-grid,.escalation-channels-grid{flex-direction:column!important;gap:8px!important;width:100%!important;display:flex!important}.action-btn,.channel-btn,.quick-action-card,.chip-option{box-sizing:border-box!important;justify-content:flex-start!important;align-items:center!important;width:100%!important;min-height:44px!important;padding:12px 14px!important;font-size:.88rem!important;display:flex!important}.stepper-control{justify-content:center!important;gap:14px!important}.stepper-btn{touch-action:manipulation;justify-content:center!important;align-items:center!important;min-width:44px!important;min-height:44px!important;font-size:20px!important;display:flex!important}.stepper-count{min-width:40px!important;font-size:1.25rem!important}.special-ask-form input,.special-ask-form textarea,.special-ask-form select{min-height:42px!important;font-size:16px!important}}.lx-chat-header{border-bottom:1px solid var(--lx-chat-line);background:linear-gradient(#1c1c1cfa 0%,#141414fa 100%);justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.lx-chat-header__brand{align-items:center;gap:12px;display:flex}.lx-chat-header__avatar{border:1px solid var(--lx-chat-gold-border);background:#c9a84c1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.lx-chat-header__status-dot{background:var(--lx-chat-success);border:2px solid var(--lx-chat-dark);border-radius:50%;width:9px;height:9px;position:absolute;bottom:0;right:0}.lx-chat-header__title-group{flex-direction:column;display:flex}.lx-chat-header__title{font-family:var(--lx-chat-font-display);letter-spacing:-.01em;color:var(--lx-chat-white);align-items:center;gap:6px;font-size:1.05rem;font-weight:700;display:flex}.lx-chat-header__kicker{letter-spacing:.14em;text-transform:uppercase;color:var(--lx-chat-gold);font-size:.65rem;font-weight:800}.lx-chat-header__actions{align-items:center;gap:6px;display:flex}.lx-chat-header__btn{width:32px;height:32px;color:var(--lx-chat-text-muted);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.lx-chat-header__btn:hover{border-color:var(--lx-chat-gold-border);color:var(--lx-chat-gold-light);background:#c9a84c26}.lx-chat-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:16px;padding:18px 16px;display:flex;overflow-y:auto}.lx-chat-messages::-webkit-scrollbar{width:5px}.lx-chat-messages::-webkit-scrollbar-thumb{background:#c9a84c4d;border-radius:4px}.lx-message{flex-direction:column;gap:4px;max-width:88%;display:flex}.lx-message--user{align-self:flex-end}.lx-message--bot{align-self:flex-start}.lx-message__bubble{word-break:break-word;padding:12px 16px;font-size:.88rem;line-height:1.55}.lx-message--user .lx-message__bubble{border-radius:var(--lx-chat-radius-bubble-user);color:var(--lx-chat-white);background:linear-gradient(135deg,#2a2a2a 0%,#1f1f1f 100%);border:1px solid #ffffff1f}.lx-message--bot .lx-message__bubble{border:1px solid var(--lx-chat-line);border-radius:var(--lx-chat-radius-bubble-bot);color:var(--lx-chat-text-light);background:linear-gradient(145deg,#ffffff0b,#ffffff04)}.lx-message__meta{color:var(--lx-chat-text-muted);align-items:center;gap:6px;padding:0 4px;font-size:.68rem;display:flex}.lx-message--user .lx-message__meta{justify-content:flex-end}.lx-typing-indicator{border:1px solid var(--lx-chat-line);border-radius:var(--lx-chat-radius-bubble-bot);background:#ffffff08;align-items:center;gap:5px;width:fit-content;padding:10px 14px;display:inline-flex}.lx-typing-dot{background:var(--lx-chat-gold);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both lxWaveDots}.lx-typing-dot:first-child{animation-delay:0s}.lx-typing-dot:nth-child(2){animation-delay:.2s}.lx-typing-dot:nth-child(3){animation-delay:.4s}.lx-quick-actions{flex-wrap:wrap;gap:8px;padding:4px 0;display:flex}.lx-quick-pill{border:1px solid var(--lx-chat-gold-border);border-radius:var(--lx-chat-radius-pill);color:var(--lx-chat-gold-light);cursor:pointer;white-space:nowrap;background:#c9a84c14;padding:6px 12px;font-size:.76rem;font-weight:600;transition:all .2s}.lx-quick-pill:hover{border-color:var(--lx-chat-gold);color:var(--lx-chat-white);background:#c9a84c33;transform:translateY(-1px)}.lx-service-carousel{flex-direction:column;gap:10px;width:100%;padding:4px 0;display:flex}.lx-service-card{border:1px solid var(--lx-chat-gold-border);border-radius:var(--lx-chat-radius-card);background:linear-gradient(145deg,#1c1c1c 0%,#151515 100%);flex-direction:column;gap:8px;width:100%;padding:14px;transition:transform .2s,border-color .2s;display:flex}.lx-service-card:hover{border-color:var(--lx-chat-gold);transform:translateY(-2px)}.lx-service-card__icon{width:32px;height:32px;color:var(--lx-chat-gold)}.lx-service-card__title{font-family:var(--lx-chat-font-display);color:var(--lx-chat-white);font-size:1rem;font-weight:700}.lx-service-card__desc{color:var(--lx-chat-text-muted);font-size:.78rem;line-height:1.4}.lx-service-card__btn{border:1px solid var(--lx-chat-gold-border);border-radius:var(--lx-chat-radius-button);color:var(--lx-chat-gold-light);cursor:pointer;text-align:center;background:0 0;margin-top:auto;padding:6px 12px;font-size:.78rem;font-weight:700;transition:all .2s}.lx-service-card__btn:hover{background:var(--lx-chat-gold);color:var(--lx-chat-dark)}.lx-package-card{border-radius:var(--lx-chat-radius-card);background:linear-gradient(145deg,#1e1e1e 0%,#141414 100%);border:1px solid #c9a84c59;flex-direction:column;gap:12px;padding:18px;display:flex;position:relative;overflow:hidden}.lx-package-card--highlight{border-color:var(--lx-chat-gold);box-shadow:0 0 24px #c9a84c26}.lx-package-card__badge{letter-spacing:.1em;border-radius:var(--lx-chat-radius-pill);color:var(--lx-chat-gold-light);border:1px solid var(--lx-chat-gold);background:#c9a84c2e;padding:3px 8px;font-size:.62rem;font-weight:800;position:absolute;top:12px;right:12px}.lx-package-card__tier{font-family:var(--lx-chat-font-display);color:var(--lx-chat-white);font-size:1.1rem;font-weight:700}.lx-package-card__price-wrap{align-items:baseline;gap:6px;display:flex}.lx-package-card__currency{color:var(--lx-chat-gold);font-size:.8rem;font-weight:700}.lx-package-card__amount{font-family:var(--lx-chat-font-display);color:var(--lx-chat-white);font-size:1.5rem;font-weight:800}.lx-package-card__period{color:var(--lx-chat-text-muted);font-size:.74rem}.lx-package-card__coins{color:var(--lx-chat-gold-light);border-radius:var(--lx-chat-radius-pill);background:#c9a84c1a;align-items:center;gap:6px;width:fit-content;padding:4px 10px;font-size:.78rem;font-weight:700;display:inline-flex}.lx-package-card__features{color:var(--lx-chat-text-light);flex-direction:column;gap:6px;font-size:.78rem;list-style:none;display:flex}.lx-package-card__feature-item{align-items:flex-start;gap:8px;display:flex}.lx-package-card__check{color:var(--lx-chat-success);flex-shrink:0}.lx-package-card__cta{border-radius:var(--lx-chat-radius-button);color:#121212;cursor:pointer;text-align:center;background:linear-gradient(135deg,#e8c96b 0%,#d4a843 100%);border:none;padding:10px 16px;font-size:.82rem;font-weight:800;transition:transform .2s,opacity .2s}.lx-package-card__cta:hover{opacity:.95;transform:translateY(-1px)}.lx-special-ask-card{border:1px solid var(--lx-chat-gold-border);border-radius:var(--lx-chat-radius-card);background:linear-gradient(145deg,#c9a84c14 0%,#141414e6 100%);flex-direction:column;gap:10px;padding:16px;display:flex}.lx-special-ask-card__header{align-items:center;gap:8px;display:flex}.lx-special-ask-card__badge{letter-spacing:.12em;border-radius:var(--lx-chat-radius-pill);color:var(--lx-chat-gold-light);border:1px solid var(--lx-chat-gold);background:#c9a84c33;padding:2px 8px;font-size:.65rem;font-weight:800}.lx-special-ask-card__text{color:var(--lx-chat-text-light);font-size:.82rem;line-height:1.5}.lx-special-ask-card__notice{color:var(--lx-chat-text-muted);border-left:2px solid var(--lx-chat-gold);padding-left:8px;font-size:.72rem}.lx-special-ask-card__btn{border:1px solid var(--lx-chat-gold);border-radius:var(--lx-chat-radius-button);color:var(--lx-chat-gold-light);cursor:pointer;background:0 0;padding:8px 14px;font-size:.8rem;font-weight:700;transition:all .2s}.lx-special-ask-card__btn:hover{background:#c9a84c26}.lx-chat-input-area{border-top:1px solid var(--lx-chat-line);background:#121212f2;flex-direction:column;gap:8px;padding:12px 16px 16px;display:flex}.lx-chat-form{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:8px;padding:6px 8px 6px 14px;transition:border-color .2s;display:flex}.lx-chat-form:focus-within{border-color:var(--lx-chat-gold-border);box-shadow:0 0 0 1px #c9a84c33}.lx-chat-input{font-family:var(--lx-chat-font-primary);color:var(--lx-chat-white);background:0 0;border:none;outline:none;flex:1;font-size:.86rem}.lx-chat-input::placeholder{color:var(--lx-chat-text-muted)}.lx-chat-send-btn{background:var(--lx-chat-gold);width:34px;height:34px;color:var(--lx-chat-dark);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;transition:transform .18s,background .18s;display:flex}.lx-chat-send-btn:hover{background:var(--lx-chat-gold-light);transform:translateY(-1px)}.lx-chat-send-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.in-chat-widget{border:1px solid var(--lx-chat-gold-border);border-radius:var(--lx-chat-radius-card);background:#0b0f19f2;margin-top:10px;padding:14px}.in-chat-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.btn-primary{color:#0f0f0f;border-radius:var(--lx-chat-radius-pill);cursor:pointer;letter-spacing:.02em;text-align:center;background:linear-gradient(135deg,#e8c96b 0%,#d4a843 50%,#a67c1e 100%);border:1px solid #ffffff4d;padding:8px 16px;font-size:.82rem;font-weight:700;transition:all .22s;box-shadow:0 4px 14px #c9a84c59}.btn-primary:hover{background:linear-gradient(135deg,#fff0b8 0%,#e8c96b 50%,#c9a84c 100%);transform:translateY(-1.5px);box-shadow:0 6px 20px #c9a84c80}.btn-secondary,.in-chat-actions button{border:1px solid var(--lx-chat-gold-border);color:var(--lx-chat-gold-light);border-radius:var(--lx-chat-radius-pill);cursor:pointer;letter-spacing:.02em;text-align:center;background:linear-gradient(135deg,#c9a84c1f 0%,#8c6d2338 100%);align-items:center;gap:6px;padding:8px 16px;font-size:.82rem;font-weight:700;transition:all .22s;display:inline-flex;box-shadow:0 2px 8px #00000059,inset 0 1px #ffffff1a}.btn-secondary:hover,.in-chat-actions button:hover{border-color:var(--lx-chat-gold);color:#fff;background:linear-gradient(135deg,#c9a84c47 0%,#8c6d236b 100%);transform:translateY(-1.5px);box-shadow:0 4px 16px #c9a84c59,inset 0 1px #fff3}.stepper-box{flex-direction:column;gap:10px;display:flex}.stepper-control-row{justify-content:center;align-items:center;gap:16px;padding:8px 0;display:flex}.stepper-btn-large{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;font-weight:700;transition:all .2s;display:flex}.stepper-btn-large:hover{background:var(--lx-chat-gold);color:#0b0f19;border-color:var(--lx-chat-gold)}.stepper-display-value{color:var(--lx-chat-gold-light);text-align:center;min-width:36px;font-size:22px;font-weight:800}.option-chips-container{flex-wrap:wrap;gap:8px;margin:10px 0;display:flex}.option-chip{color:var(--lx-chat-text-muted);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;padding:6px 14px;font-size:.78rem;font-weight:500;transition:all .2s}.option-chip:hover{border-color:var(--lx-chat-gold);color:var(--lx-chat-gold-light)}.option-chip.selected{background:var(--lx-chat-gold);border-color:var(--lx-chat-gold);color:#0b0f19;font-weight:700}.form-input{color:#fff;background:#161e31;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:8px 12px;font-family:inherit;font-size:.8rem}.form-input:focus{border-color:var(--lx-chat-gold)}.inline-text-area{color:#fff;resize:vertical;background:#161e31;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;min-height:60px;margin:8px 0;padding:8px 12px;font-family:inherit;font-size:.8rem}.inline-text-area:focus{border-color:var(--lx-chat-gold)}.image-uploader-dropzone{border:1px dashed var(--lx-chat-gold-border);text-align:center;cursor:pointer;background:#c9a84c08;border-radius:8px;margin:8px 0;padding:12px;transition:all .2s}.image-uploader-dropzone:hover{background:#c9a84c14}.upload-thumbnails{flex-wrap:wrap;gap:8px;margin:8px 0;display:flex}.thumb-preview{border:1px solid var(--lx-chat-gold-border);border-radius:6px;width:50px;height:50px;position:relative;overflow:hidden}.thumb-preview img{object-fit:cover;width:100%;height:100%}.thumb-remove{color:#fff;cursor:pointer;background:#000000bf;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:9px;display:flex;position:absolute;top:2px;right:2px}.rec-cards-list{flex-direction:column;gap:10px;margin:10px 0;display:flex}.rec-card-item{border-radius:var(--lx-chat-radius-card);background:#ffffff08;border:1px solid #ffffff1a;padding:14px;transition:all .2s}.rec-card-item.best-match{border-color:var(--lx-chat-gold);background:#c9a84c0f}.rec-badge{color:var(--lx-chat-gold-light);letter-spacing:.06em;margin-bottom:4px;font-size:.65rem;font-weight:700;display:inline-block}.rec-title-row{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.rec-name{color:#fff;font-size:.95rem;font-weight:700}.rec-price{color:var(--lx-chat-gold);font-size:.9rem;font-weight:800}.rec-features-list{color:var(--lx-chat-text-muted);margin:6px 0 6px 14px;font-size:.76rem}.rec-why-box{color:var(--lx-chat-white);background:#00000059;border-radius:6px;margin-top:6px;padding:6px 10px;font-size:.74rem}.summary-review-card{border:1px solid var(--lx-chat-gold);border-radius:var(--lx-chat-radius-card);background:#c9a84c0d;margin:10px 0;padding:14px}.summary-details{background:#00000059;border-radius:8px;flex-direction:column;gap:6px;margin:8px 0;padding:10px;font-size:.78rem;display:flex}.summary-row{justify-content:space-between;gap:8px;display:flex}.summary-label{color:var(--lx-chat-text-muted)}.summary-val{color:#fff;text-align:right;font-weight:600}.escalation-channels-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin:10px 0;display:grid}.channel-btn{border:1px solid var(--lx-chat-gold-border);text-align:left;cursor:pointer;background:#ffffff08;border-radius:8px;padding:10px;transition:all .2s}.channel-btn:hover{border-color:var(--lx-chat-gold);background:#c9a84c1f}.channel-title{color:var(--lx-chat-gold-light);margin-bottom:2px;font-size:.8rem;font-weight:700}.channel-desc{color:var(--lx-chat-text-muted);font-size:.72rem}.lx-gold-text{color:var(--lx-chat-gold)}.lx-font-display{font-family:var(--lx-chat-font-display)}.lx-glass-panel{border:1px solid var(--lx-chat-line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(145deg,#ffffff09,#ffffff03)}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}*{box-sizing:border-box;margin:0;padding:0}img[src$=luxora-logo\.png]{mix-blend-mode:screen;-webkit-mask-image:radial-gradient(80% 84%,#000 56%,#000000f5 70%,#0000 100%);mask-image:radial-gradient(80% 84%,#000 56%,#000000f5 70%,#0000 100%)}:root{--gold:#c9a84c;--gold-light:#e8c96b;--gold-btn:#d4a843;--dark:#0f0f0f;--dark-secondary:#1a1a1a;--dark-card:#1c1c1c;--dark-border:#2a2a2a;--white:#fff;--off-white:#f5f5f0;--text-muted:#888;--text-light:#ccc;--font-primary:"Inter", sans-serif;--font-display:"Playfair Display", serif;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--shadow-gold:0 0 30px #c9a84c26;--surface:#121212;--surface-raised:#181818;--line:#ffffff17;--success:#5fbd8b;--danger:#df7a78}.luxora-shell{max-width:1280px;margin:0 auto;padding:clamp(1rem,3vw,2.5rem)}.luxora-eyebrow{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;font-size:.68rem;font-weight:800}.luxora-heading{font-family:var(--font-display);letter-spacing:-.035em;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05}.luxora-card{border:1px solid var(--line);background:linear-gradient(145deg,#ffffff09,#ffffff03);border-radius:18px;box-shadow:0 18px 40px #0000002e}.luxora-badge{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-light);background:#c9a84c21;border:1px solid #c9a84c40;border-radius:999px;align-items:center;gap:.35rem;padding:.28rem .58rem;font-size:.67rem;font-weight:800;display:inline-flex}.luxora-badge[data-status=completed],.luxora-badge[data-status=resolved]{color:var(--success);background:#5fbd8b1a;border-color:#5fbd8b40}.luxora-badge[data-status=pending],.luxora-badge[data-status=open]{color:#e8c96b}.luxora-badge[data-status=cancelled]{color:var(--danger);background:#df7a781a;border-color:#df7a7840}.luxora-button{border:1px solid #0000;border-radius:9px;padding:.62rem .9rem;font-weight:800;transition:transform .18s,background .18s,border-color .18s}.luxora-button:hover{transform:translateY(-1px)}html{scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}body{font-family:var(--font-primary);background:var(--dark);color:var(--white);-webkit-text-size-adjust:100%;touch-action:manipulation;max-width:100vw;line-height:1.6;overflow-x:hidden}button,input,select,textarea{touch-action:manipulation}@media (width<=768px){body{font-size:.92rem}body,main,section,article,div{overflow-wrap:anywhere}p,h1,h2,h3,h4,h5,h6,span,td,th,li{overflow-wrap:break-word}input,select,textarea{font-size:max(16px,1em)}img,video,iframe,table,input[type=file]{max-width:100%}}:root{--safe-bottom:env(safe-area-inset-bottom,0px)}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-primary)}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--dark)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}::selection{color:var(--white);background:#c9a84c4d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse-gold{0%,to{box-shadow:0 0 #c9a84c66}50%{box-shadow:0 0 0 10px #c9a84c00}}.animate-fade-up{animation:.8s both fadeInUp}.gold-text{color:var(--gold)}.section-label{letter-spacing:.25em;text-transform:uppercase;color:var(--gold);font-size:.7rem;font-weight:600}
