
:root{
  --vip-white:#ffffff;
  --vip-cream:#fbfaf6;
  --vip-soft:#f4f1e8;
  --vip-black:#0b0b0d;
  --vip-gray:#5b5b62;
  --vip-muted:#7a7a82;
  --vip-gold:#b88a28;
  --vip-gold-dark:#8b6414;
  --vip-gold-soft:#efe2c2;
  --vip-border:#e6dcc6;
  --shadow:0 20px 45px rgba(11,11,13,.08);
  --shadow-sm:0 10px 25px rgba(11,11,13,.06);
  --radius:26px;
  --radius-sm:18px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Tahoma, Arial, sans-serif;
  color:var(--vip-black);
  background:
    radial-gradient(circle at 12% 5%, rgba(184,138,40,.13), transparent 32%),
    linear-gradient(180deg,#fff 0%,#fbfaf6 54%,#fff 100%);
  line-height:1.8;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--container), calc(100% - 32px)); margin-inline:auto}
.topbar{background:var(--vip-black); color:#fff; font-size:13px; padding:8px 0}
.topbar .container{display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap}
.site-header{position:sticky; top:0; z-index:50; background:rgba(255,255,255,.94); backdrop-filter:blur(14px); border-bottom:1px solid var(--vip-border)}
.header-inner{display:flex; align-items:center; justify-content:space-between; gap:18px; padding:14px 0}
.brand{display:flex; align-items:center; gap:12px; min-width:210px}
.logo-frame{width:74px; height:50px; border-radius:16px; overflow:hidden; background:#000; box-shadow:var(--shadow-sm); border:1px solid rgba(184,138,40,.45)}
.logo-frame img{width:100%; height:100%; object-fit:cover}
.brand-name{font-weight:900; letter-spacing:.7px; font-size:18px; line-height:1.2}
.brand-name span{display:block; color:var(--vip-gold); font-size:12px; letter-spacing:0}
.main-nav{display:flex; align-items:center; gap:8px; flex-wrap:wrap; justify-content:center}
.nav-link,.mega summary{padding:10px 12px; border-radius:999px; font-size:14px; color:#161616; cursor:pointer; list-style:none}
.nav-link:hover,.mega summary:hover{background:var(--vip-soft); color:var(--vip-gold-dark)}
.mega{position:relative}
.mega summary::-webkit-details-marker{display:none}
.mega-panel{position:absolute; top:48px; inset-inline-end:0; width:min(780px, calc(100vw - 34px)); max-height:70vh; overflow:auto; background:#fff; border:1px solid var(--vip-border); border-radius:24px; box-shadow:var(--shadow); padding:18px; z-index:70}
.mega-grid{display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:12px}
.mega-group h4{margin:0 0 8px; color:var(--vip-gold-dark); font-size:13px}
.mega-group a{display:block; padding:7px 8px; border-radius:10px; color:#222; font-size:13px}
.mega-group a:hover{background:var(--vip-cream)}
.header-actions{display:flex; gap:10px; align-items:center}
.btn{display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:12px 18px; border-radius:999px; border:1px solid transparent; font-weight:800; cursor:pointer; transition:.2s ease; white-space:nowrap}
.btn.gold{background:linear-gradient(135deg,var(--vip-gold),#d7b35d); color:#111; box-shadow:0 12px 24px rgba(184,138,40,.22)}
.btn.gold:hover{transform:translateY(-2px); box-shadow:0 16px 30px rgba(184,138,40,.30)}
.btn.black{background:var(--vip-black); color:#fff}
.btn.ghost{background:#fff; border-color:var(--vip-border); color:#111}
.menu-toggle{display:none;background:#fff;border:1px solid var(--vip-border);border-radius:14px;padding:10px 12px;font-weight:900}
.hero{padding:72px 0 44px; position:relative; overflow:hidden}
.hero::before{content:""; position:absolute; width:520px; height:520px; border:1px solid rgba(184,138,40,.18); border-radius:50%; inset-inline-start:-180px; top:-220px; pointer-events:none}
.hero-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:38px; align-items:center}
.eyebrow{display:inline-flex; align-items:center; gap:8px; color:var(--vip-gold-dark); font-weight:900; background:#fff; border:1px solid var(--vip-border); border-radius:999px; padding:7px 12px; box-shadow:var(--shadow-sm); font-size:13px}
.eyebrow::before{content:""; width:9px; height:9px; border-radius:50%; background:var(--vip-gold)}
h1{font-size:clamp(34px,5vw,66px); line-height:1.15; margin:18px 0; letter-spacing:-1px}
.lead{font-size:18px; color:var(--vip-gray); max-width:760px; margin:0 0 26px}
.hero-actions{display:flex; gap:12px; flex-wrap:wrap; align-items:center; margin-top:24px}
.hero-card{background:#0b0b0d; border-radius:36px; padding:22px; min-height:430px; display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden; box-shadow:var(--shadow)}
.hero-card::after{content:""; position:absolute; width:360px; height:360px; background:radial-gradient(circle,rgba(184,138,40,.28),transparent 62%); bottom:-150px; inset-inline-start:-70px}
.hero-card img{border-radius:26px; width:100%; height:auto; position:relative; z-index:1}
.stats{display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:28px}
.stat{background:#fff; border:1px solid var(--vip-border); border-radius:20px; padding:16px; box-shadow:var(--shadow-sm)}
.stat strong{display:block; font-size:22px; color:var(--vip-gold-dark)}
.stat span{font-size:13px; color:var(--vip-muted)}
.section{padding:56px 0}
.section-title{display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:24px}
.section-title h2{font-size:clamp(25px,3vw,38px); margin:0; line-height:1.25}
.section-title p{margin:0; color:var(--vip-muted); max-width:560px}
.grid{display:grid; gap:18px}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.card{background:#fff; border:1px solid var(--vip-border); border-radius:var(--radius); padding:24px; box-shadow:var(--shadow-sm); position:relative; overflow:hidden}
.card::before{content:""; position:absolute; inset-inline-start:0; top:0; width:4px; height:100%; background:linear-gradient(var(--vip-gold),transparent)}
.card h3{margin:0 0 8px; font-size:20px}
.card p{margin:0; color:var(--vip-gray)}
.icon{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#fff,var(--vip-gold-soft));border:1px solid var(--vip-border);display:flex;align-items:center;justify-content:center;color:var(--vip-gold-dark);font-weight:900;margin-bottom:14px}
.step{display:flex; gap:16px; align-items:flex-start}
.step-number{min-width:44px;height:44px;border-radius:50%;background:var(--vip-black);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;border:3px solid var(--vip-gold-soft)}
.sitemap-grid{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px}
.site-link{display:flex; gap:12px; align-items:flex-start; min-height:108px; padding:16px; border:1px solid var(--vip-border); border-radius:20px; background:#fff; box-shadow:var(--shadow-sm); transition:.2s ease}
.site-link:hover{transform:translateY(-3px); border-color:var(--vip-gold); box-shadow:var(--shadow)}
.site-link .num{min-width:34px;height:34px;border-radius:12px;background:var(--vip-black);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:13px}
.site-link strong{display:block;line-height:1.4;margin-bottom:4px}
.site-link span{display:block;color:var(--vip-muted);font-size:12px;line-height:1.45}
.breadcrumb{display:flex; gap:8px; align-items:center; flex-wrap:wrap; color:var(--vip-muted); font-size:14px; margin-bottom:18px}
.breadcrumb a{color:var(--vip-gold-dark); font-weight:800}
.content-panel{background:#fff; border:1px solid var(--vip-border); border-radius:32px; box-shadow:var(--shadow); padding:28px; margin-top:22px}
.list-check{padding:0; margin:14px 0 0; list-style:none; display:grid; gap:10px}
.list-check li{position:relative; padding-inline-start:30px; color:var(--vip-gray)}
.list-check li::before{content:"✓"; position:absolute; inset-inline-start:0; top:0; color:var(--vip-gold-dark); font-weight:900}
.table-wrap{overflow:auto; border:1px solid var(--vip-border); border-radius:22px; background:#fff; box-shadow:var(--shadow-sm)}
table{width:100%; border-collapse:collapse; min-width:620px}
th,td{padding:16px; border-bottom:1px solid var(--vip-border); text-align:right}
th{background:var(--vip-cream); color:#111; font-weight:900}
tr:last-child td{border-bottom:0}
.form-card{background:#fff; border:1px solid var(--vip-border); border-radius:28px; padding:24px; box-shadow:var(--shadow)}
.form-grid{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px}
.field{display:flex; flex-direction:column; gap:7px}
.field label{font-size:14px; font-weight:800; color:#222}
input,select,textarea{width:100%; border:1px solid var(--vip-border); border-radius:16px; padding:14px 16px; font:inherit; background:#fff; color:#111; outline:none}
input:focus,select:focus,textarea:focus{border-color:var(--vip-gold); box-shadow:0 0 0 4px rgba(184,138,40,.12)}
textarea{min-height:120px; resize:vertical}
.notice{border:1px solid var(--vip-border); background:linear-gradient(135deg,#fff,var(--vip-cream)); border-radius:24px; padding:18px; color:#343434; margin-top:18px}
.notice strong{color:var(--vip-gold-dark)}
.faq-item{border:1px solid var(--vip-border); border-radius:20px; background:#fff; padding:0; overflow:hidden; box-shadow:var(--shadow-sm)}
.faq-item summary{cursor:pointer; padding:18px 20px; font-weight:900; color:#111; list-style:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item p{padding:0 20px 18px; margin:0; color:var(--vip-gray)}
.cta{background:linear-gradient(135deg,#111,#000); color:#fff; border-radius:38px; padding:36px; display:grid; grid-template-columns:1fr auto; align-items:center; gap:22px; overflow:hidden; position:relative}
.cta::before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(184,138,40,.32),transparent 65%);inset-inline-start:-120px;top:-160px}
.cta h2,.cta p,.cta a{position:relative; z-index:1}
.cta h2{margin:0 0 8px; font-size:30px}
.cta p{margin:0; color:#ddd}
.footer{background:#080808;color:#fff;margin-top:70px;padding:46px 0 24px}
.footer-grid{display:grid; grid-template-columns:1.1fr 1fr 1fr 1fr; gap:24px; margin-bottom:30px}
.footer h3,.footer h4{margin:0 0 12px}
.footer p,.footer a{color:#d7d7d7; font-size:14px}
.footer a{display:block; margin:7px 0}
.footer .logo-frame{width:112px;height:74px;margin-bottom:14px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.15); padding-top:18px; display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; color:#cfcfcf; font-size:13px}
.page-actions{display:flex; flex-wrap:wrap; gap:10px; margin-top:22px}
.badges{display:flex; flex-wrap:wrap; gap:8px; margin-top:16px}
.badge{border:1px solid var(--vip-border); border-radius:999px; padding:7px 11px; background:#fff; color:var(--vip-gold-dark); font-size:13px; font-weight:800}
.timeline{display:grid; gap:14px; position:relative}
.timeline .step{background:#fff; border:1px solid var(--vip-border); border-radius:24px; padding:18px; box-shadow:var(--shadow-sm)}
.map-placeholder{min-height:360px; border-radius:30px; background:linear-gradient(135deg,#fff,var(--vip-cream)); border:1px solid var(--vip-border); position:relative; overflow:hidden; box-shadow:var(--shadow-sm); display:flex;align-items:center;justify-content:center;text-align:center;padding:20px}
.map-placeholder::before{content:"";position:absolute;inset:25px;border:1px dashed rgba(184,138,40,.55);border-radius:24px}
.map-placeholder span{position:relative;z-index:1;font-size:42px;color:var(--vip-gold-dark)}
@media (max-width: 1020px){
  .hero-grid,.grid-4,.footer-grid{grid-template-columns:1fr 1fr}
  .sitemap-grid{grid-template-columns:repeat(3,1fr)}
  .main-nav{display:none; width:100%; order:4; justify-content:flex-start; padding-top:10px}
  .main-nav.open{display:flex}
  .menu-toggle{display:inline-flex}
  .header-inner{flex-wrap:wrap}
  .mega-panel{position:fixed; top:120px; inset-inline:16px; width:auto}
}
@media (max-width: 720px){
  .topbar .container,.section-title,.cta{display:block}
  .hero{padding-top:42px}
  .hero-grid,.grid-2,.grid-3,.grid-4,.footer-grid,.form-grid,.stats{grid-template-columns:1fr}
  .sitemap-grid{grid-template-columns:1fr}
  .hero-card{min-height:260px;border-radius:26px}
  .brand{min-width:auto}
  .brand-name{font-size:15px}
  .header-actions{width:100%; justify-content:space-between}
  .btn{width:100%}
  .header-actions .btn.ghost{width:auto}
  .mega-grid{grid-template-columns:1fr}
  .cta .btn{margin-top:18px}
}


.vip-form-status{margin-top:16px; padding:14px 16px; border-radius:16px; border:1px solid var(--vip-border); background:#fff; color:#111; line-height:1.8; font-weight:700}
.vip-form-status.is-success{border-color:rgba(34,139,34,.35); background:rgba(34,139,34,.08); color:#176b2c}
.vip-form-status.is-error{border-color:rgba(180,20,20,.35); background:rgba(180,20,20,.08); color:#8a1111}
.vip-form-status.is-loading{border-color:rgba(184,138,40,.35); background:rgba(184,138,40,.08); color:#8a6415}
button[disabled], .btn[disabled]{opacity:.65; cursor:not-allowed; filter:grayscale(.2)}
.production-badge{display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border-radius:999px; background:#111; color:#fff; border:1px solid rgba(184,138,40,.65); font-size:13px; font-weight:800}
.file-hint{font-size:13px; color:#6b7280; margin-top:6px; line-height:1.7}
