/* ==========================================
   MixxxPartyClud KTV - Unified Stylesheet
   All styles consolidated from all pages
   ========================================== */

/* ===== 1. VARIABLES & RESET ===== */
:root {
    --bg: #0a0a0a;
    --bg-card: #1e1e1e;
    --bg-darker: #050505;
    --accent: #8B5CF6;
    --accent-dim: rgba(139,92,246,0.15);
    --accent-glow: rgba(139,92,246,0.25);
    --text: #fafafa;
    --text-muted: #ccc;
    --text-secondary: #b0b0b0;
    --text-gold: #8B5CF6;
    --border: rgba(255,255,255,0.1);
    --border-accent: rgba(139,92,246,0.3);
    --border-color: #333;
    --primary-color: #8B5CF6;
    --primary-dark: #7C3AED;
    --primary-light: #A78BFA;
    --font-display: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;
    --font-body: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;
    --ease: cubic-bezier(0.16,1,0.3,1);
    --ease-spring: cubic-bezier(0.34,1.56,0.64,1);
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-xxl: 2rem;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 20px;
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
.skip-link{position:absolute;top:-100%;left:1rem;z-index:10000;padding:0.5rem 1rem;background:var(--primary-color);color:#fff;border-radius:0 0 4px 4px;font-size:0.875rem;text-decoration:none}.skip-link:focus{top:0}
html{scroll-behavior:auto}
body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}
::selection{background:var(--accent);color:var(--bg)}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
ul,ol{list-style:none}

/* ===== 2. CONTAINER (legacy pages) ===== */
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}
.main-content{padding-top:72px;min-height:100vh}

/* ===== 3. HEADER & NAVIGATION ===== */
.header{position:fixed;inset:0 0 auto 0;z-index:100;background:transparent;transition:background 0.4s}
.header.scrolled{background:rgba(10,10,10,0.94);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}
.header-inner{max-width:1400px;margin:0 auto;padding:0 2rem;height:72px;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:10px}
.logo-mark{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;overflow:hidden;box-shadow:0 0 0 1px rgba(167,139,250,0.24),0 12px 30px rgba(124,58,237,0.22)}
.logo-mark img{width:100%;height:100%;display:block}
.logo-mark svg{width:20px;height:20px;color:var(--bg)}
.logo-text{font-family:var(--font-display);font-weight:700;font-size:1rem}

.nav{display:flex;align-items:center;gap:1.25rem}
.nav a{font-size:0.825rem;font-weight:500;color:rgba(255,255,255,0.9);transition:color 0.25s;position:relative;white-space:nowrap}
.nav a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1.5px;background:var(--accent);transition:width 0.3s var(--ease)}
.nav a:hover,.nav a.active{color:var(--text)}
.nav a:hover::after,.nav a.active::after{width:100%}
.nav a.nav-phone::after{display:none}

.nav-phone{display:inline-flex;align-items:center;gap:6px;padding:10px 24px;background:linear-gradient(135deg,#8B5CF6,#7C3AED);color:#fff;font-weight:700;font-size:0.85rem;border-radius:8px;border:1px solid rgba(167,139,250,0.3);transition:transform 0.25s var(--ease-spring),box-shadow 0.3s ease;touch-action:manipulation;box-shadow:0 2px 12px rgba(139,92,246,0.25)}
.nav-phone:hover{transform:translateY(-1px);box-shadow:0 4px 20px rgba(139,92,246,0.4),0 0 40px rgba(139,92,246,0.15)}
.nav-phone:active{transform:scale(0.97)}
.nav-phone:focus-visible{outline:none}
.nav-phone svg{width:15px;height:15px}
.nav .nav-phone{padding:10px 24px}

.header-phone{display:none;align-items:center;justify-content:center;gap:6px;height:36px;padding:10px 18px;background:linear-gradient(135deg,#8B5CF6,#7C3AED);color:#fff;border:1px solid rgba(167,139,250,0.3);border-radius:8px;font-size:0.75rem;font-weight:700;transition:transform 0.2s var(--ease-spring),box-shadow 0.3s ease;-webkit-tap-highlight-color:transparent;box-shadow:0 2px 12px rgba(139,92,246,0.25)}
.header-phone:active{transform:scale(0.95)}
.header-phone:focus-visible{outline:none}
.header-phone svg{width:14px;height:14px;flex-shrink:0;stroke:#fff}

/* ===== 4. HERO — INDEX PAGE ===== */
.hero{position:relative;height:100dvh;min-height:700px;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%}
.hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,10,10,0.95) 0%,rgba(10,10,10,0.4) 40%,rgba(10,10,10,0.15) 100%)}
.hero-content{position:relative;z-index:2;width:100%;padding:0 2rem;display:flex;align-items:center;justify-content:center;min-height:100dvh}
.hero-content-inner{max-width:1400px;margin:0 auto;text-align:center}
.hero-brand{font-family:var(--font-display);font-size:clamp(3.5rem,8vw,65px);font-weight:800;color:var(--text);letter-spacing:-0.03em;margin-bottom:0.75rem}
.hero-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:rgba(139,92,246,0.12);border:1px solid var(--border-accent);border-radius:8px;font-size:0.72rem;font-weight:600;color:var(--accent);letter-spacing:0.1em;text-transform:uppercase;margin-bottom:1.5rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:transparent;color:var(--text);font-weight:500;font-size:0.95rem;border:1px solid rgba(255,255,255,0.2);border-radius:8px;transition:border-color 0.3s,color 0.3s,background 0.3s;touch-action:manipulation;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.btn-secondary:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-dim)}

.hero-subtitle{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem}
.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}
.hero-title{font-family:var(--font-display);font-size:clamp(3rem,7vw,6.5rem);font-weight:900;line-height:0.95;letter-spacing:-0.04em;margin-bottom:1.25rem;text-wrap:balance}
.hero-title span{display:block;color:#fff;font-size:clamp(2.5rem,5vw,4rem)}
.hero-desc{font-size:1rem;color:rgba(255,255,255,0.9);line-height:1.8;max-width:480px;margin:0 auto 2.5rem}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;align-content:center}
.section-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:1.5rem}
.flow-card a{color:var(--accent);font-weight:700;text-decoration:none}
.flow-card a:hover{text-decoration:underline}
.hero-info{display:flex;justify-content:center;gap:1.5rem;margin-top:2.5rem;flex-wrap:wrap}
.hero-info-item{display:inline-flex;align-items:center;gap:0.5rem;padding:0.6rem 1.2rem;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:10px;font-size:1rem;color:rgba(255,255,255,0.85);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.hero-info-icon{display:flex;align-items:center;flex-shrink:0}
.hero-info-icon svg{width:15px;height:15px;color:var(--accent)}
.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:6px;opacity:0.5}
.hero-scroll span{font-size:0.65rem;letter-spacing:0.15em;text-transform:uppercase;color:var(--text-muted)}
.hero-scroll-line{width:1px;height:40px;background:linear-gradient(180deg,var(--accent),transparent);animation:scrollPulse 2s ease-in-out infinite}

/* Buttons */
.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:var(--accent);color:var(--bg);font-weight:700;font-size:0.95rem;border-radius:8px;transition:transform 0.25s var(--ease-spring),box-shadow 0.3s;touch-action:manipulation}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px var(--accent-glow)}
.btn-primary:active{transform:scale(0.97)}
.btn-primary svg{width:17px;height:17px}
.btn-outline{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:transparent;color:var(--text);font-weight:500;font-size:0.95rem;border:1px solid rgba(255,255,255,0.2);border-radius:8px;transition:border-color 0.3s,color 0.3s,background 0.3s;touch-action:manipulation;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.btn-outline:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-dim)}

/* Reveal animation */
.reveal{opacity:0;transform:translateY(30px);transition:opacity 0.6s var(--ease),transform 0.6s var(--ease)}
.reveal.visible{opacity:1;transform:translateY(0)}

/* ===== 5. PAGE HERO — SUBPAGES (news default) ===== */
.page-hero{padding:clamp(80px,12vh,120px) 2rem clamp(1.5rem,3vw,2.5rem);text-align:center;max-width:1400px;margin:0 auto}
.page-hero .sec-label{font-size:0.7rem;font-weight:700;color:var(--accent);letter-spacing:0.12em;text-transform:uppercase;margin-bottom:0.75rem}
.page-hero h1{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.8rem);font-weight:900;letter-spacing:-0.03em;line-height:1.1;margin-bottom:1rem;color:var(--accent)}
.page-hero h1 span{display:block;color:#fff;font-size:clamp(1.6rem,3.5vw,2.8rem)}
.page-hero>p{font-size:1rem;color:var(--text-muted);max-width:520px;margin:0 auto;line-height:1.8}

/* Rooms page hero variant — use .page-hero--rooms class */
.page-hero--rooms{text-align:left;display:grid;grid-template-columns:minmax(0,0.95fr) minmax(420px,0.9fr);gap:clamp(2rem,4vw,4rem);align-items:center;max-width:1320px;min-height:min(720px,calc(100svh - 24px));padding:clamp(84px,10vh,112px) 2rem clamp(2rem,4vw,3rem)}
.page-hero--rooms .page-hero-content>p{color:rgba(255,255,255,0.72);max-width:620px;margin:0 0 1.5rem;line-height:1.8}
.page-hero--rooms .hero-info{display:flex;flex-direction:column;gap:0.75rem;margin-top:1.5rem}
.page-hero--rooms .hero-info-item{display:flex;align-items:center;gap:8px;font-size:1rem;color:rgba(255,255,255,0.85);background:none;border:none;padding:0;backdrop-filter:none;-webkit-backdrop-filter:none}
.page-hero--rooms .hero-info-item svg{width:16px;height:16px;color:var(--accent);flex-shrink:0}
.page-hero-visual{position:relative}
.page-hero-visual::before{content:'';position:absolute;inset:-20px;background:radial-gradient(circle,rgba(139,92,246,0.08),transparent 70%);z-index:-1}
.page-hero--rooms .page-hero-visual img{width:100%;height:clamp(320px,34vw,500px);object-fit:cover;object-position:center;border-radius:1.25rem;border:1px solid var(--border)}
.page-hero--rooms .page-hero-content{order:0}

/* Contact page hero variant — use .page-hero--contact class */
.page-hero--contact{position:relative;padding:92px 0 1.25rem;display:flex;align-items:center;overflow:hidden;max-width:none;text-align:center}
.page-hero-bg{position:absolute;inset:0;z-index:0}
.page-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%}
.page-hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,10,10,0.97) 0%,rgba(10,10,10,0.4) 50%,rgba(10,10,10,0.12) 100%)}
.page-hero--contact .page-hero-content{position:relative;z-index:2;width:100%;padding:0 2rem;display:flex;align-items:center;justify-content:center}
.page-hero--contact .page-hero-inner{max-width:1400px;margin:0 auto;text-align:center}
.page-hero--contact .page-hero-inner h1{font-family:var(--font-display);font-size:clamp(2.3rem,4.8vw,3.8rem);font-weight:900;letter-spacing:-0.03em;line-height:1.05;margin-bottom:0.5rem}
.page-hero--contact .page-hero-inner h1 span{display:block;color:var(--accent);font-size:clamp(1.6rem,3vw,2.6rem)}
.page-hero--contact .page-hero-inner>p{font-size:clamp(0.9rem,1.1vw,1.05rem);color:rgba(255,255,255,0.45);max-width:520px;margin:0 auto;line-height:1.8}

/* ===== 6. SECTION COMMONS ===== */
.sec-label{font-size:0.7rem;font-weight:700;color:var(--accent);letter-spacing:0.12em;text-transform:uppercase;margin-bottom:0.5rem;text-align:center}
.sec-heading{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;letter-spacing:-0.03em;line-height:1.1;margin-bottom:20px;text-align:center}
.sec-sub{font-size:1rem;color:var(--text-muted);text-align:center;max-width:520px;margin:0 auto clamp(1.5rem,2.5vw,2rem);line-height:1.7}

/* ===== 7. INDEX PAGE — ROOMS GRID ===== */
.sec-rooms{padding:2rem 2rem}
.rooms-grid-new{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.rooms-grid-new .room-card{background:var(--accent-dim);border:1px solid var(--border);border-radius:1.25rem;overflow:hidden;cursor:pointer;transition:border-color 0.3s}
.rooms-grid-new .room-card:hover{border-color:var(--border-accent)}
.rooms-grid-new .room-card-img{aspect-ratio:3/2;overflow:hidden}
.rooms-grid-new .room-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s var(--ease)}
.rooms-grid-new .room-card:hover .room-card-img img{transform:scale(1.06)}
.rooms-grid-new .room-card-body{padding:1.1rem 1.1rem 1.25rem}
.rooms-grid-new .room-card-badge{display:inline-block;padding:2px 8px;background:rgba(139,92,246,0.15);border:1px solid var(--border-accent);border-radius:8px;font-size:0.6rem;font-weight:600;color:var(--accent);margin-bottom:0.35rem}
.rooms-grid-new .room-card-name{font-family:var(--font-display);font-size:1.1rem;font-weight:800;margin-bottom:0.25rem}
.rooms-grid-new .room-card-desc{font-size:1rem;color:var(--text-muted);line-height:1.6;margin-bottom:0}
.rooms-grid-new .room-card-price{font-family:var(--font-display);font-size:1.5rem;font-weight:900;color:var(--accent)}
.rooms-grid-new .room-card-price small{font-size:0.6rem;font-weight:400;color:rgba(255,255,255,0.9)}

/* ===== 8. INDEX PAGE — FEATURES ===== */
.sec-features{padding:0.5rem 2rem clamp(1.5rem,3.5vw,3rem)}
.feat-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.feat-card-new{background:var(--accent-dim);border:1px solid var(--border);border-radius:1.5rem;padding:1.75rem 1.5rem;transition:border-color 0.3s;display:flex;align-items:flex-start;gap:1rem}
.feat-card-new:hover{border-color:var(--border-accent)}
.feat-card-new .fc-icon{width:48px;height:48px;min-width:48px;background:rgba(139,92,246,0.12);border:1px solid var(--border-accent);border-radius:0.75rem;display:grid;place-items:center;flex-shrink:0}
.feat-card-new .fc-icon svg{width:22px;height:22px;color:var(--accent)}
.feat-card-new .fc-num{display:none}
.feat-card-new .fc-body{display:flex;flex-direction:column;gap:0.3rem}
.feat-card-new h3{font-family:var(--font-display);font-size:1.1rem;font-weight:800}
.feat-card-new p{font-size:1rem;color:var(--text-muted);line-height:1.7}

/* ===== 9. INDEX PAGE — CONTACT ===== */
.sec-contact{padding:clamp(0.8rem,1.5vw,1.2rem) 2rem 3rem}
.contact-layout{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:clamp(2rem,5vw,5rem);align-items:end}
.sec-contact .contact-info h3{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;letter-spacing:-0.02em;margin-bottom:0.5rem}
.sec-contact .contact-info>p{font-size:1rem;color:var(--text-muted);margin-bottom:2rem}
.contact-items{list-style:none;display:flex;flex-direction:column;gap:1.25rem}
.contact-items li{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:var(--accent-dim);border:1px solid var(--border);border-radius:1rem;transition:border-color 0.3s}
.contact-items li:hover{border-color:var(--border-accent)}
.ci-icon{width:42px;height:42px;flex-shrink:0;background:rgba(139,92,246,0.1);border:1px solid var(--border-accent);border-radius:10px;display:grid;place-items:center}
.ci-icon svg{width:18px;height:18px;color:var(--accent)}
.ci-label{font-size:0.75rem;font-weight:600;color:var(--accent);margin-bottom:0.2rem}
.ci-value{font-size:1rem;font-weight:500;color:var(--text)}
.contact-qr{background:var(--accent-dim);border:1px solid var(--border);border-radius:1.25rem;padding:2.5rem 2rem;text-align:center}
.contact-qr h3{font-family:var(--font-display);font-size:1.5rem;font-weight:700;margin-bottom:0.5rem}
.contact-qr-text{font-size:1rem;color:var(--text-muted);margin-bottom:1.5rem}
.qr-wrap{width:200px;height:200px;margin:0 auto 1rem;border-radius:1rem;overflow:hidden;background:var(--text);padding:6px}
.qr-wrap img{width:100%;height:100%;object-fit:contain}
.qr-label{font-size:1rem;color:var(--text);margin-bottom:0.25rem}
.qr-sub{font-size:0.8rem;color:var(--text-muted)}

/* ===== 10. ROOMS PAGE — ROOMS GRID (2-col with details) ===== */
.rooms-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.rooms-grid .room-card{background:var(--accent-dim);border:1px solid var(--border);border-radius:1.5rem;overflow:hidden;cursor:pointer;transition:border-color 0.3s,transform 0.3s var(--ease-spring);display:grid;grid-template-columns:1fr 1fr}
.rooms-grid .room-card:hover{border-color:var(--border-accent);transform:translateY(-4px)}
.rooms-grid .room-card-img{overflow:hidden;aspect-ratio:4/3}
.rooms-grid .room-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s var(--ease)}
.rooms-grid .room-card:hover .room-card-img img{transform:scale(1.06)}
.rooms-grid .room-card-body{padding:1.5rem;display:flex;flex-direction:column;justify-content:center}
.rooms-grid .room-card-badge{display:inline-block;padding:3px 10px;background:rgba(139,92,246,0.15);border:1px solid var(--border-accent);border-radius:8px;font-size:0.65rem;font-weight:600;color:var(--accent);margin-bottom:0.75rem;align-self:flex-start}
.rooms-grid .room-card-name{font-family:var(--font-display);font-size:1.3rem;font-weight:800;margin-bottom:0.5rem}
.rooms-grid .room-card-desc{font-size:1rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem}
.rooms-grid .room-card-features{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:auto}
.rooms-grid .room-card-features span{padding:4px 12px;background:rgba(255,255,255,0.06);border:1px solid var(--border);border-radius:8px;font-size:0.75rem;color:var(--text-muted)}

/* Rooms page features */
.feat-card{background:var(--accent-dim);border:1px solid var(--border);border-radius:1.5rem;padding:2.5rem 2rem;text-align:left;transition:border-color 0.3s,transform 0.3s var(--ease-spring);display:flex;flex-direction:column;align-items:flex-start}
.feat-card:hover{border-color:var(--border-accent);transform:translateY(-4px)}
.feat-card .fc-head{display:flex;align-items:center;gap:0.5rem;margin-bottom:0.5rem}
.feat-card .fc-num{font-family:var(--font-display);font-size:0.7rem;font-weight:700;color:var(--accent);letter-spacing:0.1em}
.feat-card .fc-icon{width:24px;height:24px;background:rgba(139,92,246,0.12);border:1px solid var(--border-accent);border-radius:6px;display:grid;place-items:center;flex-shrink:0}
.feat-card .fc-icon svg{width:14px;height:14px;color:var(--accent)}
.feat-card h3{font-family:var(--font-display);font-size:1.25rem;font-weight:800;margin-bottom:0.75rem}
.feat-card p{font-size:1rem;color:var(--text-muted);line-height:1.7}

/* ===== 11. NEWS PAGE ===== */
.sec-news{padding:0 2rem clamp(2rem,4vw,3rem)}
.news-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.news-card{background:var(--accent-dim);border:1px solid var(--border);border-radius:1.5rem;padding:1.5rem 1.6rem;transition:border-color 0.3s,transform 0.3s var(--ease-spring);cursor:pointer;display:flex;flex-direction:column;gap:0.75rem;overflow:hidden}
.news-card:hover{border-color:var(--border-accent);transform:translateY(-4px)}
.news-card-meta{display:flex;align-items:flex-start;gap:0.65rem;flex-wrap:wrap;margin-bottom:0.25rem}
.news-card-date{font-size:0.75rem;color:var(--text-muted);font-weight:500;display:inline-flex;align-items:center;gap:5px}
.news-card-date svg{width:12px;height:12px;color:var(--accent);flex-shrink:0}
.news-card-tags{display:flex;gap:0.35rem;flex-wrap:wrap;overflow:hidden;max-height:1.55rem}
.news-card-tag{font-size:0.66rem;padding:2px 9px;border:1px solid var(--border-accent);border-radius:8px;color:var(--accent);background:rgba(139,92,246,0.08);font-weight:500;white-space:nowrap;line-height:1.5}
.news-card-title{font-family:var(--font-display);font-size:19px;font-weight:800;letter-spacing:-0.01em;line-height:1.35;color:var(--text);transition:color 0.25s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}
.news-card:hover .news-card-title{color:var(--accent)}
.news-card-excerpt{font-size:1rem;color:var(--text-muted);line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere;flex:1}
.news-card-link{font-size:0.78rem;font-weight:700;color:var(--accent);display:inline-flex;align-items:center;gap:4px;transition:gap 0.3s var(--ease);margin-top:auto;padding-top:0.25rem}
.news-card-link svg{width:13px;height:13px;transition:transform 0.3s var(--ease)}
.news-card:hover .news-card-link{gap:8px}
.news-card:hover .news-card-link svg{transform:translateX(3px)}

/* Pagination */
.pagination{display:flex;align-items:center;justify-content:center;gap:0.5rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1);max-width:1200px;margin-left:auto;margin-right:auto}
.pagination button,.pagination span{min-width:40px;height:40px;border-radius:0.75rem;display:grid;place-items:center;font-size:0.8rem;font-weight:600;font-family:inherit;transition:all 0.25s var(--ease)}
.pagination .page-btn{background:var(--accent-dim);border:1px solid var(--border);color:var(--text-muted);cursor:pointer}
.pagination .page-btn:hover{color:var(--text);border-color:var(--border-accent)}
.pagination .page-btn.active{background:rgba(139,92,246,0.18);border-color:var(--accent);color:var(--accent)}
.pagination .page-btn:disabled{opacity:0.3;cursor:not-allowed;pointer-events:none}
.pagination .page-nav{background:var(--accent-dim);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;padding:0 0.75rem;display:flex;align-items:center;gap:6px;font-size:0.82rem;font-weight:600;font-family:inherit}
.pagination .page-nav:hover:not(:disabled){color:var(--text);border-color:var(--border-accent)}
.pagination .page-nav:disabled{opacity:0.3;cursor:not-allowed}
.pagination .page-nav svg{width:14px;height:14px}

/* Empty state */
.news-empty{text-align:center;padding:3rem 1rem;color:var(--text-muted);grid-column:1/-1}
.news-empty svg{width:48px;height:48px;color:var(--accent);opacity:0.4;margin-bottom:1rem}
.news-empty h3{font-family:var(--font-display);font-size:1.1rem;margin-bottom:0.5rem;color:var(--text-muted)}
.news-empty p{font-size:0.85rem}

/* ===== 12. CONTACT PAGE ===== */
.sec-contact.contact-page{padding:1.5rem 2rem 2rem}
.contact-panels{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,320px);gap:1.25rem;align-items:start}
.contact-left{background:linear-gradient(160deg,rgba(139,92,246,0.12),rgba(139,92,246,0.04));border:1px solid var(--border);border-radius:1.25rem;padding:2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.contact-left .cl-head{text-align:left;padding-bottom:1rem;border-bottom:1px solid var(--border)}
.contact-left .cl-head{grid-column:1/-1}
.contact-left .cl-head h2,.contact-left .cl-head h3{font-family:var(--font-display);font-size:1.35rem;font-weight:800;margin-bottom:0.25rem}
.contact-left .cl-head p{font-size:1rem;color:var(--text-muted)}
.contact-row{display:flex;align-items:flex-start;gap:1rem;height:100%;padding:1.05rem 1.2rem;background:rgba(0,0,0,0.3);border:1px solid var(--border);border-radius:0.9rem;transition:border-color 0.3s}
.contact-row:hover{border-color:var(--border-accent)}
.contact-row .cr-icon{width:40px;height:40px;flex-shrink:0;background:rgba(139,92,246,0.12);border:1px solid var(--border-accent);border-radius:9px;display:grid;place-items:center}
.contact-row .cr-icon svg{width:17px;height:17px;color:var(--accent)}
.contact-row .cr-body h3,.contact-row .cr-body h4{font-family:var(--font-display);font-size:0.9rem;font-weight:800;color:var(--text);margin-bottom:0.2rem;letter-spacing:0}
.contact-row .cr-body p{font-size:1rem;color:var(--text);line-height:1.5}
.contact-row .cr-body .cr-phone{font-family:var(--font-display);font-size:1.3rem;font-weight:900;color:var(--accent);margin-top:0.15rem}
.contact-right{display:flex;flex-direction:column;gap:0;align-self:start}
.contact-right .qr-panel{flex:none;background:linear-gradient(160deg,rgba(139,92,246,0.15),rgba(139,92,246,0.06));border:1px solid var(--border-accent);border-radius:1.25rem;padding:1.75rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}
.contact-right .qr-panel h3{font-family:var(--font-display);font-size:1.2rem;font-weight:800;margin-bottom:0.35rem}
.contact-right .qr-panel>p{font-size:1rem;color:var(--text-muted);margin-bottom:1.25rem}
.contact-right .qr-wrap{width:190px;height:190px;border-radius:1rem;overflow:hidden;background:var(--text);padding:8px;margin-bottom:1.25rem}
.contact-right .qr-wrap img{width:100%;height:100%;object-fit:contain;border-radius:0.5rem}
.qr-phone-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:linear-gradient(135deg,#8B5CF6,#7C3AED);color:#fff;font-weight:700;font-size:0.9rem;border-radius:8px;border:1px solid rgba(167,139,250,0.3);transition:transform 0.25s var(--ease-spring),box-shadow 0.3s;box-shadow:0 2px 12px rgba(139,92,246,0.25)}
.qr-phone-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(124,58,237,0.4),0 0 40px rgba(139,92,246,0.15)}
.qr-phone-btn svg{width:16px;height:16px}

/* Flow steps */
.sec-flow{padding:clamp(1rem,2vw,1.5rem) 2rem}
.flow-steps{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.flow-card{position:relative;background:var(--accent-dim);border:1px solid var(--border);border-radius:1.5rem;padding:2rem 1.25rem;text-align:center;transition:border-color 0.3s,transform 0.3s var(--ease-spring)}
.flow-card:hover{border-color:var(--border-accent);transform:translateY(-4px)}
.flow-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--accent),transparent);border-radius:1.5rem 1.5rem 0 0;opacity:0;transition:opacity 0.3s}
.flow-card:hover::before{opacity:1}
.flow-card .fc-head{display:flex;align-items:center;gap:0.5rem;margin-bottom:0.4rem;justify-content:center}
.flow-card .fc-num{font-family:var(--font-display);font-size:1.1rem;font-weight:900;color:var(--accent)}
.flow-card h3{font-family:var(--font-display);font-size:1rem;font-weight:800}
.flow-card p{font-size:1rem;color:var(--text-muted);line-height:1.6}

/* FAQ */
.sec-faq{padding:clamp(1rem,2vw,1.5rem) 2rem clamp(2rem,3vw,2.5rem)}
.faq-columns{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}
.faq-col{display:flex;flex-direction:column;gap:0.75rem}
.faq-item{background:var(--accent-dim);border:1px solid var(--border);border-radius:1.25rem;padding:1.5rem;transition:border-color 0.3s,transform 0.3s var(--ease-spring)}
.faq-item:hover{border-color:var(--border-accent);transform:translateY(-2px)}
.faq-item .faq-q{font-family:var(--font-display);font-size:0.88rem;font-weight:700;color:var(--text);margin-bottom:0.5rem;display:flex;align-items:center;gap:0.6rem}
.faq-item .faq-q::before{content:'';width:8px;height:8px;background:var(--accent);border-radius:2px;flex-shrink:0}
.faq-item .faq-a{font-size:1rem;color:var(--text-muted);line-height:1.7}

/* ===== 13. ARTICLE PAGES ===== */
.article-hero{position:relative;min-height:clamp(200px,35vh,350px);display:flex;align-items:center;overflow:hidden;padding:clamp(80px,10vh,100px) 2rem 0}
.article-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(160deg,rgba(139,92,246,0.12),transparent 60%)}
.article-hero-inner{max-width:800px;margin:0 auto;width:100%;text-align:center}
.article-hero h1{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3rem);font-weight:900;letter-spacing:-0.03em;line-height:1.15;margin-bottom:1rem;color:var(--text);overflow-wrap:break-word;word-break:break-word}
.article-hero .meta{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:0.8rem;color:var(--text-muted);flex-wrap:wrap;margin-bottom:1rem}
.article-hero .article-tags{display:flex;align-items:center;justify-content:center;gap:0.35rem;flex-wrap:wrap}
.article-hero .article-tags .news-card-tag{font-size:0.7rem;padding:3px 12px}
.article-hero .meta span+span::before{content:'·';margin-right:1rem;color:var(--border-accent)}
.article-body{max-width:800px;margin:0 auto;padding:0 2rem 4rem}
.article-cover{border-radius:1.25rem;overflow:hidden;margin-bottom:2.5rem;border:1px solid var(--border)}
.article-cover img{width:100%;aspect-ratio:16/9;object-fit:cover}
.article-content{font-size:1rem;line-height:1.9;color:rgba(255,255,255,0.8);overflow-wrap:break-word;word-break:break-word}
.article-content img{max-width:100%!important;width:auto!important;height:auto!important;border-radius:0.75rem}
.article-content p{margin-bottom:1.25rem}
.article-content h2{font-family:var(--font-display);font-size:1.3rem;font-weight:800;margin:2.5rem 0 1rem;color:var(--text)}
.article-content ul,.article-content ol{margin:0 0 1.25rem 1.5rem}
.article-content li{margin-bottom:0.5rem}
.article-content strong{color:var(--accent);font-weight:700}
.article-content .highlight-box{background:var(--accent-dim);border:1px solid var(--border-accent);border-radius:1rem;padding:1.5rem;margin:1.5rem 0}
.article-content .highlight-box h3{font-family:var(--font-display);font-size:1rem;font-weight:700;margin-bottom:0.5rem;color:var(--accent)}
.article-content .tip-box{background:rgba(139,92,246,0.06);border-left:3px solid var(--accent);border-radius:0 0.75rem 0.75rem 0;padding:1rem 1.25rem;margin:1.5rem 0;font-size:0.88rem}
.article-content .spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0.75rem;margin:1.5rem 0}
.article-content .spec-item{background:rgba(0,0,0,0.3);border:1px solid var(--border);border-radius:0.75rem;padding:1rem 1.25rem}
.article-content .spec-item .spec-label{font-size:0.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.25rem}
.article-content .spec-item .spec-value{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--accent)}
.article-divider{border:none;border-top:1px solid rgba(255,255,255,0.1);margin:2.5rem 0}
.article-related{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1)}
.article-related h3{font-family:var(--font-display);font-size:1rem;font-weight:700;margin-bottom:1rem;color:var(--text-muted)}
.article-related-list{display:flex;flex-direction:column;gap:0.5rem}
.article-related-list a{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--accent-dim);border:1px solid var(--border);border-radius:0.75rem;font-size:0.88rem;font-weight:500;transition:border-color 0.3s,color 0.3s;overflow-wrap:break-word;word-break:break-word;gap:0.75rem}
.article-related-list a:hover{border-color:var(--border-accent);color:var(--accent)}
.article-related-list a svg{width:16px;height:16px;flex-shrink:0;opacity:0.4}
.article-pager{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1)}
.article-pager__prev,.article-pager__next{display:flex;align-items:center;justify-content:center;padding:0.85rem 1.25rem;background:var(--accent-dim);border:1px solid var(--border);border-radius:0.75rem;font-size:0.88rem;font-weight:500;color:var(--text-muted);transition:border-color 0.3s,color 0.3s}
a.article-pager__prev:hover,a.article-pager__next:hover{border-color:var(--border-accent);color:var(--accent)}
.article-nav__disabled{opacity:0.3;pointer-events:none}
.article-back{margin-top:1.5rem;text-align:center}
.article-back a{font-size:0.85rem;color:var(--text-muted);transition:color 0.2s}
.article-back a:hover{color:var(--accent)}

.breadcrumb{padding:1rem 0;background:var(--bg-darker)}
.breadcrumb .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.breadcrumb-list{display:flex;align-items:center;gap:0.5rem;list-style:none;font-size:0.85rem}
.breadcrumb-list a{color:var(--text-muted);transition:color 0.2s}
.breadcrumb-list a:hover{color:var(--accent)}
.breadcrumb-list .separator{color:var(--text-muted)}
.breadcrumb-list .current{color:var(--accent)}

/* ===== 14. LEGACY PAGES (about, faq, 404, recruit) ===== */
.page-header{padding:2rem 0;background:#050505;text-align:center;position:relative;overflow:hidden}
.page-header::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,rgba(139,92,246,0.08) 0%,transparent 70%)}
.page-header h1{font-family:var(--font-display);font-size:3rem;font-weight:700;background:linear-gradient(135deg,#C4B5FD 0%,#A78BFA 25%,#8B5CF6 50%,#7C3AED 75%,#6D28D9 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;position:relative;filter:drop-shadow(0 0 20px rgba(139,92,246,0.15))}
.page-header p{color:#b0b0b0;font-size:1.1rem;position:relative}

.section-title{text-align:center;margin-bottom:2rem}
.section-title h2{font-family:var(--font-display);font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#C4B5FD 0%,#A78BFA 25%,#8B5CF6 50%,#7C3AED 75%,#6D28D9 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;filter:drop-shadow(0 0 20px rgba(139,92,246,0.15))}
.section-title p{color:#b0b0b0;font-size:1.1rem;max-width:600px;margin:0 auto}

.section-divider{width:60px;height:3px;background:linear-gradient(90deg,transparent,#8B5CF6,#A78BFA,#8B5CF6,transparent);margin:1.5rem auto;border-radius:2px;box-shadow:0 0 12px rgba(139,92,246,0.3)}

.about-section{padding:2rem 0}
.about-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.about-text h2{font-family:var(--font-display);font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#C4B5FD 0%,#A78BFA 25%,#8B5CF6 50%,#7C3AED 75%,#6D28D9 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;text-align:center;filter:drop-shadow(0 0 20px rgba(139,92,246,0.15))}
.about-text p{color:#b0b0b0;line-height:1.8;margin-bottom:1.5rem;text-indent:2em}
.about-image{border-radius:12px;overflow:hidden;border:1px solid #333}
.about-image img{width:100%;height:400px;object-fit:cover}

.timeline{background:#050505}
.timeline-item{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #333}
.timeline-item:last-child{border-bottom:none}
.timeline-year{display:inline-block;font-size:1.2rem;font-weight:700;color:var(--accent);margin-right:0.5rem}
.timeline-content h3{font-size:1.3rem;font-weight:600;margin-bottom:0.5rem;color:var(--text)}
.timeline-content p{color:#b0b0b0;line-height:1.7}

.features-section{background:transparent;padding:0 2rem clamp(2rem,4vw,3rem)}
.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.feature-item{padding:1.5rem;background:#1e1e1e;border-radius:12px;border:1px solid #333;transition:transform 0.3s ease,border-color 0.3s ease,box-shadow 0.35s ease;position:relative}
.feature-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,#8B5CF6,#A78BFA,#8B5CF6,transparent);border-radius:12px 12px 0 0;opacity:0;transition:opacity 0.3s ease}
.feature-item:hover{transform:translateY(-3px);border-color:var(--border-accent);box-shadow:0 8px 32px rgba(139,92,246,0.12),0 0 60px rgba(139,92,246,0.06)}
.feature-item:hover::before{opacity:1}
.feature-head{display:flex;align-items:center;gap:0.5rem;margin-bottom:1rem}
.feature-icon{width:28px;height:28px;min-width:28px;background:rgba(139,92,246,0.12);border:1px solid var(--border-accent);border-radius:8px;display:grid;place-items:center;color:var(--accent);transition:background 0.3s ease,color 0.3s ease,transform 0.3s ease,box-shadow 0.3s ease}
.feature-icon svg{width:16px;height:16px}
.feature-item:hover .feature-icon{background:linear-gradient(135deg,#8B5CF6,#7C3AED);color:#0a0a0a;transform:scale(1.1);box-shadow:0 0 16px rgba(139,92,246,0.4)}
.feature-title{font-size:1.2rem;font-weight:600;color:var(--text)}
.feature-desc{color:#b0b0b0;font-size:1rem;line-height:1.7}

.rooms-section{padding:clamp(2rem,4vw,3rem) 2rem}
.rooms-section .rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}
.rooms-section .room-card{background:#1e1e1e;border-radius:12px;overflow:hidden;border:1px solid #333;transition:border-color 0.2s ease,box-shadow 0.35s ease,transform 0.35s ease;position:relative;display:block}
.rooms-section .room-card:hover{border-color:var(--border-accent);box-shadow:0 8px 40px rgba(139,92,246,0.15),0 0 80px rgba(139,92,246,0.06)}
.rooms-section .room-card-image{position:relative;height:200px;overflow:hidden}
.rooms-section .room-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}
.rooms-section .room-card:hover .room-card-image img{transform:scale(1.1)}
.rooms-section .room-card-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#A78BFA,#7C3AED);color:#0a0a0a;padding:0.25rem 1rem;border-radius:4px;font-size:0.85rem;font-weight:600;box-shadow:0 2px 12px rgba(139,92,246,0.35)}
.rooms-section .room-card-content{padding:1.5rem}
.rooms-section .room-card-title{font-size:1.4rem;font-weight:600;margin-bottom:0.5rem;color:var(--text)}
.rooms-section .room-card-desc{color:#b0b0b0;font-size:0.95rem;margin-bottom:1.5rem;line-height:1.7}
.rooms-section .room-card-price{display:flex;align-items:baseline;gap:0.25rem;margin-bottom:1.5rem}
.rooms-section .room-card-link{display:block;text-align:center;padding:1rem;background:rgba(139,92,246,0.08);border:1px solid var(--border-accent);border-radius:8px;color:var(--accent);font-weight:600;transition:background 0.2s ease,color 0.2s ease,box-shadow 0.3s ease}
.rooms-section .room-card-link:hover{background:linear-gradient(135deg,#8B5CF6,#7C3AED);color:#0a0a0a;box-shadow:0 4px 20px rgba(139,92,246,0.35)}

.contact-section{padding:0 32px}
.contact-wrapper{display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}
.contact-section .contact-info{padding:0;background:transparent;border-radius:0;border:none}
.contact-section .contact-info h3{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;color:var(--text);padding-bottom:0.75rem;border-bottom:1px solid #333}
.contact-section .info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1.25rem;background:#1e1e1e;border:1px solid #333;border-radius:12px;transition:border-color 0.2s ease,transform 0.2s ease,box-shadow 0.3s ease}
.contact-section .info-item:hover{border-color:var(--border-accent);transform:translateY(-2px);box-shadow:0 4px 24px rgba(139,92,246,0.1)}
.contact-section .info-icon{width:45px;height:45px;background:rgba(139,92,246,0.1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:1.2rem;flex-shrink:0}
.contact-section .info-content h4{font-size:1rem;font-weight:600;margin-bottom:0.25rem;color:var(--text)}
.contact-section .info-content p{color:#b0b0b0;font-size:1rem;line-height:1.5}
.contact-section .contact-qrcode{text-align:center;padding:1.5rem;background:#1e1e1e;border-radius:12px;border:1px solid #333;height:fit-content;position:sticky;top:100px}
.contact-section .contact-qrcode h3{font-size:1.2rem;font-weight:600;margin-bottom:1.25rem;color:var(--text)}
.contact-section .qrcode-img{width:200px;height:200px;margin:0 auto 1.25rem;border-radius:8px;overflow:hidden;border:2px solid var(--border-accent)}
.contact-section .qrcode-img img{width:100%;height:100%;object-fit:cover}
.contact-section .qrcode-text{color:#b0b0b0;font-size:1rem}

.recruit-section{padding:clamp(2rem,4vw,3rem) 2rem}
.recruit-content{display:grid;grid-template-columns:1.5fr 1fr;gap:2.5rem;align-items:start}
.recruit-info{padding:0;background:transparent;border-radius:0;border:none}
.recruit-info h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:var(--text)}
.recruit-info p{color:#b0b0b0;line-height:1.8;margin-bottom:2rem}
.recruit-positions{margin-top:2rem}
.recruit-positions h3{font-size:1.2rem;font-weight:600;margin-bottom:1.25rem;color:var(--text);padding-bottom:0.75rem;border-bottom:1px solid #333}
.position-item{padding:1.25rem;background:#1e1e1e;border:1px solid #333;border-radius:12px;margin-bottom:1rem;transition:border-color 0.2s ease,transform 0.2s ease}
.position-item:hover{border-color:var(--border-accent);transform:translateY(-2px)}
.position-title{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:0.5rem;display:flex;align-items:center;gap:0.5rem}
.position-title::before{content:'';width:4px;height:4px;background:var(--accent);border-radius:50%;flex-shrink:0}
.position-desc{color:#b0b0b0;font-size:0.9rem;line-height:1.6;padding-left:1rem}
.recruit-qrcode{text-align:center;padding:10px 55px;background:#1e1e1e;border-radius:12px;border:1px solid #333;height:fit-content;justify-self:center;align-self:center}
.recruit-qrcode h3{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;color:var(--text)}
.recruit-qrcode-img{width:200px;height:200px;margin:0 auto 1.5rem;border-radius:8px;overflow:hidden;border:2px solid var(--border-accent)}
.recruit-qrcode-img img{width:100%;height:100%;object-fit:cover}
.recruit-qrcode p{color:#b0b0b0;font-size:0.9rem}

/* Sitemap page */
.sitemap-section{padding:0 32px 10px 32px}
.sitemap-intro{text-align:center;max-width:600px;margin:0 auto 2.5rem}
.sitemap-intro p{font-size:0.9rem;color:var(--text-muted);line-height:1.7}
.sitemap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1200px;margin:0 auto}
.sitemap-card{background:var(--accent-dim);border:1px solid var(--border);border-radius:1.25rem;padding:1.75rem 1.5rem;text-align:center;transition:border-color 0.3s,transform 0.3s var(--ease-spring)}
.sitemap-card:hover{border-color:var(--border-accent);transform:translateY(-4px)}
.sitemap-card .sitemap-card-icon{width:48px;height:48px;background:rgba(139,92,246,0.12);border:1px solid var(--border-accent);border-radius:12px;display:grid;place-items:center;margin:0 auto 1rem}
.sitemap-card .sitemap-card-icon svg{width:22px;height:22px;color:var(--accent)}
.sitemap-card h3{font-family:var(--font-display);font-size:1.05rem;font-weight:700;margin-bottom:0.35rem}
.sitemap-card h3 a{color:var(--text);transition:color 0.2s}
.sitemap-card h3 a:hover{color:var(--accent)}
.sitemap-card>p{font-size:0.8rem;color:var(--text-muted);line-height:1.5}
/* Articles section */
.sitemap-articles{margin-top:2.5rem;max-width:1200px;margin-left:auto;margin-right:auto}
.sitemap-articles-head{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}
.sitemap-articles-head .sitemap-card-icon{width:44px;height:44px;background:rgba(139,92,246,0.12);border:1px solid var(--border-accent);border-radius:10px;display:grid;place-items:center;flex-shrink:0}
.sitemap-articles-head .sitemap-card-icon svg{width:20px;height:20px;color:var(--accent)}
.sitemap-articles-head h3{font-family:var(--font-display);font-size:1.15rem;font-weight:700}
.sitemap-articles-head p{font-size:0.8rem;color:var(--text-muted)}
.sitemap-articles-list{display:grid;grid-template-columns:1fr 1fr;gap:0.5rem}
.sitemap-articles-list a{display:block;padding:0.65rem 1rem;font-size:0.88rem;font-weight:500;color:var(--text-muted);background:var(--accent-dim);border:1px solid var(--border);border-radius:0.5rem;transition:border-color 0.25s,color 0.2s;overflow-wrap:break-word;word-break:break-word}
.sitemap-articles-list a:hover{border-color:var(--border-accent);color:var(--accent)}
.sitemap-articles-list p{font-size:0.85rem;color:var(--text-muted);text-align:center;padding:1rem}
.sitemap-page .footer{padding:16px 32px 16px}
.sitemap-page .container{padding:0 24px 20px}
.sitemap-page .page-header{padding:32px 0 0 0}

/* Legacy page responsive */
.sec-benefits{padding:0 2rem clamp(2rem,4vw,3rem)}
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}
.benefit-item{text-align:center;padding:2rem 1.5rem;background:#1e1e1e;border:1px solid #333;border-radius:12px;transition:transform 0.3s ease,border-color 0.3s ease,box-shadow 0.35s ease}
.benefit-item:hover{transform:translateY(-3px);border-color:var(--border-accent);box-shadow:0 8px 32px rgba(139,92,246,0.12),0 0 60px rgba(139,92,246,0.06)}
.benefit-icon{width:48px;height:48px;margin:0 auto 1rem;background:rgba(139,92,246,0.12);border:1px solid var(--border-accent);border-radius:10px;display:grid;place-items:center;color:var(--accent)}
.benefit-icon svg{width:22px;height:22px}
.benefit-item h3{font-family:var(--font-display);font-size:1.1rem;font-weight:800;margin-bottom:0.5rem;color:var(--text)}
.benefit-item p{font-size:0.85rem;color:#b0b0b0;line-height:1.7}

.benefits-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}

/* ===== 15. FOOTER ===== */
.footer{padding:2rem 2rem 1rem;border-top:1px solid rgba(255,255,255,0.1)}
.footer-inner{max-width:1400px;margin:0 auto}
.footer-grid{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:2rem;margin-bottom:1.5rem}
.footer-brand{font-family:var(--font-display);font-size:1.1rem;font-weight:700;margin-bottom:0.5rem}
.footer-desc{font-size:13px;color:#ccc;line-height:1.7;max-width:32ch}
.footer-heading{font-size:0.85rem;font-weight:700;color:#fff;letter-spacing:0.06em;text-transform:uppercase;margin-bottom:0.5rem}
.footer-list{list-style:none;display:flex;gap:1.25rem;flex-wrap:wrap;margin:0;padding:0}
.footer-list li{margin-bottom:0}
.footer-list a{font-size:0.8rem;font-weight:400;color:#ccc;text-decoration:none;transition:color 0.2s}
.footer-list a:hover{color:#fafafa}
.footer-phone{font-size:1.6rem;font-weight:900;color:#fff}
.footer-bottom{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem}
.footer-copy{font-size:0.75rem;color:#ccc}
.footer-beian{color:#ccc;text-decoration:none;margin-left:0.5rem}
.footer-beian:hover{color:#8B5CF6}

/* ===== 16. MODAL ===== */
.modal{display:none;position:fixed;inset:0;z-index:300;align-items:center;justify-content:center}
.modal.active{display:flex}
.modal-bg{position:absolute;inset:0;background:rgba(0,0,0,0.65);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.modal-box{position:relative;background:#18181b;border:1px solid var(--border);border-radius:1.5rem;padding:2.5rem;text-align:center;max-width:340px;width:90%;z-index:1;animation:modalIn 0.25s var(--ease)}
.modal-close{position:absolute;top:12px;right:12px;width:28px;height:28px;display:grid;place-items:center;border-radius:6px;color:var(--text-muted);cursor:pointer}
.modal-close:hover{color:var(--text);background:#27272a}
.modal-close svg{width:16px;height:16px}
.modal-icon{width:56px;height:56px;margin:0 auto 1rem;background:var(--accent-dim);border:1px solid var(--border-accent);border-radius:14px;display:grid;place-items:center}
.modal-icon svg{width:24px;height:24px;color:var(--accent)}
.modal-title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;margin-bottom:0.35rem}
.modal-sub{font-size:0.85rem;color:var(--text-muted);margin-bottom:1.25rem}
.modal-num{display:inline-block;font-family:var(--font-display);font-size:1.6rem;font-weight:800;color:var(--accent);padding:10px 20px;background:var(--accent-dim);border:1px solid var(--border-accent);border-radius:0.75rem;margin-bottom:0.5rem;transition:background 0.2s,color 0.2s;text-decoration:none}
.modal-num:hover{background:var(--accent);color:var(--bg)}
.modal-hint{font-size:0.8rem;color:var(--text-muted)}

/* ===== 17. TABBAR (mobile) ===== */
.tabbar{position:fixed;bottom:0;left:0;right:0;height:56px;background:rgba(10,10,10,0.96);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,0.1);z-index:200;padding-bottom:env(safe-area-inset-bottom,0);display:none}
.tabbar-inner{display:flex;height:100%;max-width:100%;margin:0 auto;padding:0 2px;width:100%}
.tabbar-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#ccc;font-size:9px;font-weight:500;text-decoration:none;background:none;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent;padding:4px 0;font-family:inherit;touch-action:manipulation;position:relative;min-width:0}
.tabbar-item svg{width:18px;height:18px;transition:transform 0.2s;flex-shrink:0}
.tabbar-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.tabbar-item.active{color:#8B5CF6}
.tabbar-item.active svg{transform:scale(1.08)}
.tabbar-item:active{transform:scale(0.92)}

/* ===== 18. FLOAT CALL BUTTON ===== */
.float-call{display:none;position:fixed;right:16px;bottom:100px;z-index:190;width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#8B5CF6,#7C3AED);color:#fff;box-shadow:0 4px 16px rgba(139,92,246,0.4);align-items:center;justify-content:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:transform 0.2s var(--ease-spring),box-shadow 0.3s}
.float-call:active{transform:scale(0.9)}
.float-call svg{width:22px;height:22px}
.float-call-pulse{position:absolute;inset:-4px;border-radius:50%;border:2px solid rgba(139,92,246,0.4);animation:floatPulse 2s ease-in-out infinite}

/* ===== 19. ANIMATIONS ===== */
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(1.4)}}
@keyframes scrollPulse{0%,100%{opacity:0.3;transform:scaleY(0.6)}50%{opacity:1;transform:scaleY(1)}}
@keyframes modalIn{from{opacity:0;transform:scale(0.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}
@keyframes floatPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(1.25)}}

/* ===== 20. RESPONSIVE ===== */
@media(max-width:1024px){
    .contact-layout{grid-template-columns:1fr;gap:3rem}
    .rooms-grid-new{grid-template-columns:1fr 1fr;gap:1rem}
    .rooms-grid-new .room-card-body{padding:1rem}
    .rooms-grid-new .room-card-name{font-size:1rem}
    .rooms-grid-new .room-card-price{font-size:1.25rem}
    .feat-grid{grid-template-columns:1fr 1fr}
    .contact-panels{grid-template-columns:1fr}
    .news-grid{grid-template-columns:repeat(2,1fr)}
    .features-grid{grid-template-columns:repeat(2,1fr)}
    .benefits-grid{grid-template-columns:repeat(2,1fr)}
    .benefits-list{grid-template-columns:repeat(2,1fr)}
    .sitemap-grid{grid-template-columns:repeat(2,1fr)}
    .sitemap-articles-list a{font-size:0.82rem;padding:0.55rem 0.85rem}
    .features-section .features-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:768px){
    html{font-size:14px}
    .nav{display:none !important}
    .header-phone{display:inline-flex !important}
    .tabbar{display:flex !important}
    body{padding-bottom:56px}

    /* Header mobile */
    .header-inner{padding:0 1rem;height:60px}
    .header{background:rgba(10,10,10,0.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
    .logo-mark{width:32px;height:32px;border-radius:9px}
    .logo-mark svg{width:17px;height:17px}
    .logo-text{font-size:0.9rem}

    /* Index hero mobile */
    .hero{height:auto;min-height:100svh;display:block;overflow:visible}
    .hero-content{min-height:100svh;padding:0 1rem 60px;display:flex;align-items:center;justify-content:center}
    .hero-content-inner{width:100%;max-width:none;text-align:center}
    .hero-brand{font-size:clamp(1.6rem,7vw,2.2rem);margin-bottom:0.4rem;letter-spacing:-0.02em}
    .hero-tag{margin-bottom:0.625rem;font-size:0.55rem;padding:4px 10px}
    .hero-title{font-size:clamp(1.4rem,6vw,1.8rem);margin-bottom:0.5rem;line-height:1.05}
    .hero-title span{font-size:clamp(1.1rem,4.5vw,1.4rem);display:block;margin-top:0.15rem}
    .hero-desc{font-size:1rem;line-height:1.65;margin:0 auto 1rem;color:rgba(255,255,255,0.9);max-width:100%}
    .hero-actions{display:flex;flex-direction:column;gap:0.5rem;width:100%;margin-top:45px}
    .hero-actions .btn-primary,.hero-actions .btn-outline{width:100%;justify-content:center;padding:12px 16px;font-size:0.85rem}
    .section-actions{flex-direction:column;gap:0.5rem;width:100%;margin-top:1rem}
    .section-actions .btn-primary,.section-actions .btn-outline{width:100%;justify-content:center;padding:12px 16px;font-size:0.85rem}
    .hero-info{font-size:0.65rem;flex-direction:column;gap:0.4rem;margin-top:40px;text-align:center;padding-bottom:0.5rem;align-items:center}
    .hero-info-item{gap:0.3rem}
    .hero-info-item span:last-child{word-break:break-all;overflow-wrap:break-word}
    .hero-scroll{display:none}

    /* Index rooms mobile */
    .sec-rooms{padding:1.5rem 1rem 1.5rem}
    .sec-heading{font-size:clamp(1rem,4.5vw,1.35rem);margin-bottom:20px}
    .rooms-grid-new{grid-template-columns:1fr;gap:0.625rem}
    .rooms-grid-new .room-card{border-radius:0.75rem}
    .rooms-grid-new .room-card-img{aspect-ratio:16/10}
    .rooms-grid-new .room-card-body{padding:0.6rem 0.6rem 0.7rem}
    .rooms-grid-new .room-card-name{font-size:0.85rem;margin-bottom:0.15rem}
    .rooms-grid-new .room-card-desc{font-size:1rem;line-height:1.5}
    .rooms-grid-new .room-card-badge{font-size:0.5rem;padding:2px 5px;margin-bottom:0.2rem}

    /* Index features mobile */
    .sec-features{padding:0 1rem 1.25rem}
    .feat-grid{grid-template-columns:1fr;gap:0.5rem}
    .feat-card-new{padding:0.75rem;border-radius:0.75rem;gap:0.75rem}
    .feat-card-new .fc-icon{width:36px;height:36px;min-width:36px}
    .feat-card-new .fc-icon svg{width:16px;height:16px}
    .feat-card-new h3{font-size:0.82rem}
    .feat-card-new p{font-size:1rem;line-height:1.5}

    /* Index contact mobile */
    .sec-contact{padding:1.5rem}
    .contact-layout{grid-template-columns:1fr;gap:1rem}
    .contact-info h3{font-size:1.1rem;margin-bottom:0.3rem}
    .contact-info>p{font-size:0.85rem;margin-bottom:0.75rem}
    .contact-items{gap:0.5rem}
    .contact-items li{padding:0.6rem;gap:0.5rem}
    .ci-icon{width:28px;height:28px;min-width:28px;border-radius:7px}
    .ci-icon svg{width:12px;height:12px}
    .ci-label{font-size:0.58rem;margin-bottom:0.1rem}
    .ci-value{font-size:1rem;line-height:1.4}
    .contact-qr{padding:1.5rem 1.25rem;max-width:420px;width:100%}
    .contact-qr h3{font-size:0.95rem;margin-bottom:0.25rem}
    .contact-qr-text{font-size:1rem;margin-bottom:0.75rem}
    .qr-wrap{width:200px;height:200px;margin-bottom:0.5rem}
    .qr-label{font-size:1rem;margin-bottom:0.15rem}
    .qr-sub{font-size:0.6rem}

    /* Rooms page mobile */
    .page-hero--rooms{grid-template-columns:1fr;gap:1rem;min-height:0;padding:78px 1rem 1.25rem;max-width:none}
    .page-hero-content{order:1}
    .page-hero-visual{order:2}
    .page-hero-visual::before{display:none}
    .page-hero--rooms .page-hero-content>p{font-size:1rem;line-height:1.65;margin-bottom:1rem}
    .page-hero--rooms .page-hero-visual img{height:220px;border-radius:1rem}
    .page-hero--rooms .hero-info{gap:0.5rem;margin-top:1rem}
    .page-hero--rooms .hero-info-item{font-size:0.9rem;line-height:1.5}
    .rooms-grid{grid-template-columns:1fr;gap:1.25rem}
    .rooms-grid .room-card{grid-template-columns:1fr}
    .rooms-grid .room-card-img{aspect-ratio:16/9}
    .rooms-grid .room-card-body{padding:1.25rem}
    .feat-card{padding:1.25rem}
    .features-section .features-grid{grid-template-columns:1fr}

    /* News mobile */
    .page-hero:not(.page-hero--contact):not(.page-hero--rooms){padding:clamp(60px,10vh,90px) 1rem 1.5rem}
    .sec-news{padding:0 1rem 1.5rem}
    .news-grid{grid-template-columns:1fr;gap:1rem}
    .pagination{gap:0.3rem}
    .pagination button,.pagination span{min-width:34px;height:34px;border-radius:0.625rem;font-size:0.75rem}

    /* Contact page mobile */
    .page-hero--contact{min-height:auto;padding:74px 0 0.75rem}
    .page-hero--contact .page-hero-content{min-height:auto;padding:0 1rem}
    .page-hero--contact .page-hero-inner h1{margin-bottom:0.5rem}
    .page-hero--contact .page-hero-inner>p{margin-bottom:0}
    .sec-contact.contact-page{padding:0 1rem}
    .contact-panels{grid-template-columns:1fr;gap:1rem}
    .contact-left{display:flex;flex-direction:column;padding:1.1rem;gap:0.75rem;border-radius:1rem}
    .contact-left .cl-head{padding-bottom:0.75rem}
    .contact-left .cl-head h2,.contact-left .cl-head h3{font-size:1.1rem}
    .contact-left .cl-head p{font-size:0.9rem}
    .contact-row{padding:0.9rem;gap:0.7rem;border-radius:0.8rem}
    .contact-row .cr-icon{width:34px;height:34px;border-radius:8px}
    .contact-row .cr-icon svg{width:15px;height:15px}
    .contact-row .cr-body h3,.contact-row .cr-body h4{font-size:0.82rem}
    .contact-row .cr-body p{font-size:0.9rem;line-height:1.55}
    .contact-row .cr-body .cr-phone{font-size:1.1rem}
    .contact-right .qr-panel{padding:1.25rem 1rem;border-radius:1rem}
    .contact-right .qr-panel h3{font-size:1.05rem}
    .contact-right .qr-panel>p{font-size:0.9rem;margin-bottom:1rem}
    .contact-right .qr-wrap{width:168px;height:168px}
    .flow-steps{grid-template-columns:repeat(2,1fr);gap:0.75rem}
    .flow-card{padding:1.25rem 1rem}
    .sec-flow{padding:1rem 1rem}
    .faq-columns{grid-template-columns:1fr;gap:0.75rem}
    .faq-item{padding:1.1rem 1.25rem}
    .sec-faq{padding:1rem 1rem 1.5rem}

    .qr-phone-btn{width:100%;justify-content:center;padding:12px 16px}

    /* Article mobile */
    .article-hero{min-height:clamp(200px,30vh,300px);padding:60px 1rem 1rem}
    .article-body{padding:0 1rem 3rem}
    .article-content .spec-grid{grid-template-columns:1fr}

    /* Legacy pages mobile */
    .page-header h1{font-size:2rem}
    .about-section{padding:0.5rem 0}
    .about-content{grid-template-columns:1fr;gap:1rem}
    .about-image img{height:220px}
    .timeline-item{flex-direction:column;gap:0;margin-bottom:1rem;padding-bottom:1rem}
    .timeline-year{min-width:auto;font-size:1.3rem;margin-bottom:0.25rem}
    .timeline-content h3{font-size:1.3rem}
    .timeline-content p{font-size:1rem;line-height:1.6}
    .features-grid{grid-template-columns:1fr}
    .feature-item{padding:1.25rem}
    .features-section{padding:0 0.75rem 1.5rem}
    .rooms-section{padding:0.5rem 0.75rem}
    .rooms-section .room-card-image{height:140px}
    .contact-section{padding:0 0.75rem}
    .contact-wrapper{grid-template-columns:1fr}
    .recruit-section{padding:0.5rem 0.75rem}
    .recruit-content{grid-template-columns:1fr}
    .benefits-grid{grid-template-columns:1fr}
    .benefits-list{grid-template-columns:1fr}
    .sitemap-section{padding:0 1rem 10px 1rem}
    .sitemap-intro{margin-bottom:1.25rem}
    .sitemap-intro p{font-size:0.78rem;line-height:1.6}
    .sitemap-grid{grid-template-columns:repeat(2,1fr);gap:0.5rem}
    .sitemap-card{padding:1rem 0.6rem;border-radius:0.85rem}
    .sitemap-card .sitemap-card-icon{width:36px;height:36px;border-radius:8px;margin:0 auto 0.6rem}
    .sitemap-card .sitemap-card-icon svg{width:16px;height:16px}
    .sitemap-card h3{font-size:0.82rem;margin-bottom:0.2rem}
    .sitemap-card>p{font-size:0.65rem;line-height:1.4}
    .sitemap-articles{margin-top:1.25rem}
    .sitemap-articles-head{margin-bottom:0.65rem;padding-bottom:0.65rem;gap:0.6rem}
    .sitemap-articles-head .sitemap-card-icon{width:32px;height:32px;min-width:32px;border-radius:7px}
    .sitemap-articles-head .sitemap-card-icon svg{width:14px;height:14px}
    .sitemap-articles-head h3{font-size:0.85rem}
    .sitemap-articles-head p{font-size:0.68rem}
    .sitemap-articles-list a{font-size:0.72rem;padding:0.45rem 0.6rem}

    /* Shared mobile */
    .modal-box{padding:1.5rem 1rem;max-width:92%}
    .modal-num{font-size:1.1rem;padding:8px 12px}
    .float-call{display:flex}
    .footer-grid{flex-direction:column;gap:1.5rem}
    .footer-desc{max-width:350px}
    .container{padding:0 1rem}
}

@media(max-width:520px){
    .page-hero--rooms .page-hero-visual img{height:190px}
    .rooms-grid .room-card-body{padding:1rem}
    .rooms-grid .room-card-name{font-size:1.05rem}
    .rooms-grid .room-card-desc{font-size:0.9rem}
    .rooms-grid .room-card-features span{font-size:0.68rem;padding:3px 9px}
    .flow-steps{grid-template-columns:1fr}
    .contact-panels{gap:0.75rem}
    .contact-left,.contact-right .qr-panel{border-radius:0.9rem}
}

@media(hover:hover){
    .rooms-grid-new .room-card:hover{transform:translateY(-6px)}
    .feat-card-new:hover{transform:translateY(-6px)}
}

/* ===== 21. ACCESSIBILITY & PRINT ===== */
@media(prefers-reduced-motion:reduce){
    *,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}
}

a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}

@media print{
    .header,.footer,.hero,.nav,.tabbar,.float-call{display:none}
    body{background:white;color:black}
    .main-content{padding-top:0}
}
