/* ============================================================
   VERTEX WORKSPACES — STYLESHEET
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; overflow-x: hidden; }

/* SCROLL PROGRESS */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: var(--primary); z-index: 9999; transition: width .1s linear; }

/* ALERT BAR */
.alert-bar { background: var(--primary); color: #fff; text-align: center; padding: 10px 20px; font-size: .8rem; font-weight: 600; letter-spacing: .3px; display: flex; align-items: center; justify-content: center; gap: 8px; }

/* NAVBAR */
.navbar { position: sticky; top: 0; z-index: 1000; background: rgba(7,8,15,0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); transition: background .3s; }
.navbar.scrolled { background: rgba(7,8,15,0.97); }
.navbar-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; height: 68px; display: flex; align-items: center; gap: 32px; }
.navbar-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.logo-main { font-size: .95rem; font-weight: 800; letter-spacing: 3px; color: var(--text); }
.logo-sub { display: block; font-size: .55rem; font-weight: 600; letter-spacing: 2.5px; color: var(--text-muted); margin-top: -2px; }
.navbar-links { display: flex; list-style: none; gap: 4px; flex: 1; justify-content: center; }
.navbar-links a { color: var(--text-muted); text-decoration: none; font-size: .84rem; font-weight: 500; padding: 6px 14px; border-radius: 8px; transition: color .2s, background .2s; }
.navbar-links a:hover { color: var(--text); background: var(--surface); }
.btn-nav-cta { background: var(--primary); color: #fff; border: none; padding: 9px 22px; border-radius: 10px; font-size: .84rem; font-weight: 700; cursor: pointer; text-decoration: none; transition: background .2s, transform .15s; white-space: nowrap; flex-shrink: 0; }
.btn-nav-cta:hover { background: var(--primary-dark); transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; flex-shrink: 0; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .3s; }
@media (max-width: 900px) {
  .navbar-links { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--bg-card); border-bottom: 1px solid var(--border); flex-direction: column; padding: 16px 24px; gap: 4px; }
  .navbar-links.open { display: flex; }
  .navbar-links li a { display: block; padding: 10px 14px; border-radius: 8px; }
  .hamburger { display: flex; }
  .btn-nav-cta { display: none; }
}

/* HERO */
.hero { position: relative; overflow: hidden; min-height: 100vh; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(7,8,15,.95) 45%, rgba(7,8,15,.6) 100%); }
.hero-inner { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 120px 24px 80px; }
.hero-text-col { max-width: 660px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--primary); background: var(--primary-glow); border: 1px solid var(--border); padding: 6px 16px; border-radius: 100px; margin-bottom: 28px; }
.hero-headline { font-size: clamp(2.6rem, 5.5vw, 4.4rem); font-weight: 800; line-height: 1.08; letter-spacing: -1.5px; color: var(--text); margin-bottom: 24px; }
.headline-accent { color: var(--primary); }
.hero-sub { font-size: 1.08rem; color: var(--text-muted); line-height: 1.8; max-width: 540px; margin-bottom: 40px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }
.btn-primary { background: var(--primary); color: #fff; padding: 14px 30px; border-radius: 12px; font-size: .94rem; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background .2s, transform .15s, box-shadow .2s; }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(99,102,241,.4); }
.btn-secondary { background: rgba(255,255,255,.07); color: var(--text); padding: 14px 30px; border-radius: 12px; font-size: .94rem; font-weight: 600; text-decoration: none; border: 1px solid var(--border-subtle); transition: background .2s, border-color .2s; }
.btn-secondary:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.18); }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--border); border-radius: 16px; background: rgba(14,16,32,.7); backdrop-filter: blur(12px); overflow: hidden; }
.hero-stat { padding: 22px 20px; text-align: center; border-right: 1px solid var(--border); }
.hero-stat:last-child { border-right: none; }
.hero-stat .val { font-size: 1.6rem; font-weight: 800; color: var(--text); display: block; }
.hero-stat .lbl { font-size: .72rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }
@media (max-width: 600px) { .hero-stats { grid-template-columns: 1fr 1fr; } .hero-stat { border-right: none; border-bottom: 1px solid var(--border); } }

/* TRUST BAR */
.trust-bar { background: var(--bg-card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-bar-inner { max-width: 1280px; margin: 0 auto; padding: 20px 24px; display: flex; justify-content: center; flex-wrap: wrap; gap: 32px; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: var(--text-muted); font-weight: 500; }
.trust-item svg { color: var(--primary); }

/* SECTION COMMONS */
.section { padding: 100px 0; }
.section-alt { background: var(--bg-card); }
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.section-header { text-align: center; margin-bottom: 64px; }
.section-header .eyebrow { margin-bottom: 16px; }
.section-headline { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -1px; color: var(--text); margin-bottom: 16px; line-height: 1.15; }
.section-sub { color: var(--text-muted); font-size: 1rem; line-height: 1.8; max-width: 600px; margin: 0 auto; }

/* SPACES */
.spaces-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.space-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 20px; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.space-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.space-img { height: 230px; overflow: hidden; position: relative; }
.space-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.space-card:hover .space-img img { transform: scale(1.04); }
.space-from { position: absolute; bottom: 12px; right: 12px; background: var(--primary); color: #fff; font-size: .72rem; font-weight: 700; padding: 5px 12px; border-radius: 100px; letter-spacing: .3px; }
.space-body { padding: 28px; }
.space-icon { width: 44px; height: 44px; background: var(--primary-glow); border: 1px solid var(--border); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--primary); }
.space-body h3 { font-size: 1.2rem; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.space-body p { font-size: .88rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 18px; }
.space-features { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.space-features li { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: var(--text-muted); }
.space-features li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--primary); flex-shrink: 0; }
@media (max-width: 768px) { .spaces-grid { grid-template-columns: 1fr; } }

/* AMENITIES */
.amenities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.amenity-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 24px 20px; transition: border-color .2s, transform .2s; }
.amenity-card:hover { border-color: var(--primary); transform: translateY(-3px); }
.amenity-icon { width: 40px; height: 40px; background: var(--primary-glow); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--primary); margin-bottom: 14px; }
.amenity-card h4 { font-size: .9rem; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.amenity-card p { font-size: .78rem; color: var(--text-muted); line-height: 1.6; }
@media (max-width: 1024px) { .amenities-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .amenities-grid { grid-template-columns: repeat(2, 1fr); } }

/* COMMUNITY */
.community-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.community-img { border-radius: 24px; overflow: hidden; position: relative; }
.community-img img { width: 100%; height: 460px; object-fit: cover; border-radius: 24px; }
.community-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-bottom: 32px; background: var(--border); border-radius: 16px; overflow: hidden; }
.comm-stat { background: var(--bg-card); padding: 24px 20px; text-align: center; }
.comm-stat .val { font-size: 1.8rem; font-weight: 800; color: var(--primary); display: block; }
.comm-stat .lbl { font-size: .74rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: .8px; margin-top: 4px; }
.member-types { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.member-type { display: flex; align-items: center; gap: 10px; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 10px 14px; font-size: .82rem; color: var(--text-muted); font-weight: 500; }
.member-type svg { color: var(--primary); }
@media (max-width: 900px) { .community-layout { grid-template-columns: 1fr; gap: 40px; } }

/* PLANS */
.plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.plan-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 20px; padding: 32px 28px; position: relative; transition: transform .3s, box-shadow .3s; }
.plan-card.popular { border-color: var(--primary); box-shadow: 0 0 0 1px var(--primary); }
.plan-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,.4); }
.plan-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--primary); color: #fff; font-size: .7rem; font-weight: 800; padding: 5px 16px; border-radius: 100px; white-space: nowrap; letter-spacing: .5px; }
.team-badge { background: var(--accent); color: #000; }
.plan-name { font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 16px; }
.plan-price { font-size: 2rem; font-weight: 800; color: var(--text); margin-bottom: 4px; line-height: 1; }
.plan-period { font-size: .78rem; color: var(--text-muted); margin-bottom: 16px; }
.plan-desc { font-size: .84rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 24px; border-bottom: 1px solid var(--border); padding-bottom: 24px; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.plan-features li { display: flex; align-items: flex-start; gap: 10px; font-size: .82rem; color: var(--text-muted); line-height: 1.5; }
.feat-check { color: var(--primary); flex-shrink: 0; margin-top: 2px; }
.btn-plan { display: block; text-align: center; padding: 12px; border-radius: 10px; font-size: .88rem; font-weight: 700; text-decoration: none; transition: all .2s; cursor: pointer; border: none; width: 100%; font-family: inherit; }
.btn-plan-primary { background: var(--primary); color: #fff; }
.btn-plan-primary:hover { background: var(--primary-dark); }
.btn-plan-outline { background: transparent; color: var(--text); border: 1px solid var(--border-subtle); }
.btn-plan-outline:hover { background: var(--surface); border-color: var(--primary); color: var(--primary); }
@media (max-width: 1100px) { .plans-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .plans-grid { grid-template-columns: 1fr; } }

/* TESTIMONIALS */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 20px; padding: 32px; }
.stars { display: flex; gap: 3px; margin-bottom: 18px; }
.stars svg { color: #f59e0b; }
.testimonial-card blockquote { font-size: .9rem; color: var(--text-muted); line-height: 1.8; font-style: italic; margin-bottom: 24px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.testimonial-name { font-size: .9rem; font-weight: 700; color: var(--text); }
.testimonial-role { font-size: .75rem; color: var(--text-muted); }
@media (max-width: 900px) { .testimonials-grid { grid-template-columns: 1fr; } }

/* FAQ */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.faq-q { width: 100%; text-align: left; padding: 20px 24px; background: none; border: none; color: var(--text); font-size: .95rem; font-weight: 600; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: inherit; transition: color .2s; }
.faq-q:hover { color: var(--primary); }
.faq-chevron { flex-shrink: 0; transition: transform .3s; color: var(--text-muted); }
.faq-item.open .faq-chevron { transform: rotate(180deg); color: var(--primary); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a-inner { padding: 0 24px 20px; font-size: .88rem; color: var(--text-muted); line-height: 1.8; }

/* TOUR FORM */
.tour-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.tour-form { background: var(--bg-card); border: 1px solid var(--border); border-radius: 24px; padding: 40px; }
.form-group { margin-bottom: 18px; }
.form-label { display: block; font-size: .8rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.form-input, .form-select, .form-textarea { width: 100%; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 12px 16px; color: var(--text); font-size: .9rem; font-family: inherit; transition: border-color .2s, box-shadow .2s; }
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px var(--primary-glow); }
.form-select option { background: var(--bg-card); }
.form-textarea { resize: vertical; min-height: 100px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.btn-form { width: 100%; background: var(--primary); color: #fff; border: none; padding: 14px; border-radius: 12px; font-size: .95rem; font-weight: 700; cursor: pointer; font-family: inherit; transition: background .2s, transform .15s; margin-top: 8px; }
.btn-form:hover { background: var(--primary-dark); transform: translateY(-1px); }
.tour-info-list { display: flex; flex-direction: column; gap: 20px; }
.tour-info-item { display: flex; gap: 16px; }
.tour-info-icon { width: 48px; height: 48px; background: var(--primary-glow); border: 1px solid var(--border); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: var(--primary); flex-shrink: 0; }
.tour-info-body h4 { font-size: .95rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.tour-info-body p { font-size: .84rem; color: var(--text-muted); line-height: 1.6; }
@media (max-width: 900px) { .tour-layout { grid-template-columns: 1fr; gap: 40px; } }

/* FOOTER */
.site-footer { background: var(--bg-card); border-top: 1px solid var(--border); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand p { font-size: .84rem; color: var(--text-muted); line-height: 1.7; margin: 16px 0 24px; max-width: 280px; }
.footer-social { display: flex; gap: 10px; }
.social-btn { width: 36px; height: 36px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--text-muted); text-decoration: none; transition: color .2s, border-color .2s; }
.social-btn:hover { color: var(--primary); border-color: var(--primary); }
.footer-col h5 { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--text-muted); text-decoration: none; font-size: .84rem; transition: color .2s; }
.footer-col a:hover { color: var(--primary); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { font-size: .78rem; color: var(--text-dim); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* BACK TO TOP */
.back-to-top { position: fixed; bottom: 28px; right: 28px; width: 44px; height: 44px; background: var(--primary); color: #fff; border: none; border-radius: 12px; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s; z-index: 900; }
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover { transform: translateY(-3px); }

/* REVEAL ANIMATIONS */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) { [data-reveal], .back-to-top, .btn-primary, .btn-secondary, .space-card, .plan-card { transition: none; } }
