* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --vs-black: #050503; --vs-light: #e9e9e9; --vs-darkgray: #292929;
    --vs-pink: #f92baa; --vs-white: #ffffff;
    --vw-bg: #f0ede8; --vw-text: #1a1a1a; --vw-muted: #6b6b6b;
    --vw-border: #e0ddd8; --vw-card: #ffffff; --vw-accent: #8a8a8a;
    --vw-gray: #6b6b6b;
    --corp-bg: #1a1a1c; --corp-card: #242426; --corp-accent: #f92baa;
    --corp-text: #e9e9e9; --corp-muted: #9a9a9a; --corp-border: #2e2e30;
    --corp-darkcard: #292929; --corp-social: #e9e9e9;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.7; overflow-x: hidden; }
.landing { min-height: 100vh; background-color: var(--vs-black); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px 24px; position: relative; overflow: hidden; }
.landing-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.landing-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(5,5,3,0.65), rgba(5,5,3,0.75)); z-index: 1; }
.landing-logo { max-width: 220px; width: 100%; margin-top: 2rem; margin-bottom: 2.5rem; position: relative; z-index: 2; }
.landing-logo img { width: 100%; height: auto; }
.landing h1 { color: var(--vs-white); font-size: 2.5rem; font-weight: 800; margin-bottom: 0.5rem; position: relative; z-index: 2; }
.landing p { color: var(--vs-light); font-size: 1.05rem; margin-bottom: 3rem; max-width: 500px; position: relative; z-index: 2; }
.landing-buttons { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; position: relative; z-index: 2; }
.landing-btn { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; width: 240px; height: 160px; border-radius: 16px; text-decoration: none; font-weight: 700; font-size: 1.2rem; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 2px solid transparent; cursor: pointer; }
.landing-btn span { font-size: 0.85rem; font-weight: 400; margin-top: 4px; opacity: 0.8; }
.landing-btn.corporate { background-color: var(--vs-darkgray); color: var(--vs-white); border-color: transparent; }
.landing-btn.corporate:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(249,43,170,0.3); }
.landing-btn.weddings { background-color: var(--vw-card); color: var(--vw-text); border-color: var(--vw-border); }
.landing-btn.weddings:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,0.15); }
.landing-footer { position: relative; z-index: 2; margin-top: 3rem; text-align: center; }
.landing-footer p { color: rgba(255,255,255,0.4); font-size: 0.8rem; margin: 0; }
.navbar { position: fixed; top: 0; width: 100%; z-index: 1000; padding: 12px 0; transition: all 0.3s ease; }
.navbar.corporate-theme { background-color: rgba(26,26,28,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--corp-border); }
.navbar.weddings-theme { background-color: rgba(240,237,232,0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--vw-border); }
.nav-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 24px; }
.nav-logo-img { height: 36px; width: auto; cursor: pointer; }
.nav-links { display: flex; gap: 28px; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s ease; }
.corporate-theme .nav-links a { color: var(--corp-muted); }
.corporate-theme .nav-links a:hover { color: var(--corp-accent); }
.weddings-theme .nav-links a { color: var(--vw-muted); }
.weddings-theme .nav-links a:hover { color: var(--vw-text); }
.nav-cta { padding: 10px 22px; border-radius: 8px; font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; transition: transform 0.2s ease; }
.corporate-theme .nav-cta { background-color: var(--corp-accent); color: var(--vs-white) !important; }
.weddings-theme .nav-cta { background-color: var(--vw-text); color: var(--vs-white) !important; }
.menu-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; }
.corporate-theme .menu-toggle { color: var(--corp-text); }
.weddings-theme .menu-toggle { color: var(--vw-text); }
.corp-body { background-color: var(--corp-bg); color: var(--corp-text); }
.corp-hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 140px 24px 100px; position: relative; overflow: hidden; }
.corp-hero-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.corp-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(26,26,28,0.6), rgba(26,26,28,0.78)); z-index: 1; }
.corp-hero h1 { color: var(--vs-white); font-size: 3rem; font-weight: 700; line-height: 1.15; margin-bottom: 1.5rem; max-width: 900px; letter-spacing: -0.02em; position: relative; z-index: 2; }
.corp-hero p { color: var(--corp-muted); font-size: 1.15rem; max-width: 700px; margin-bottom: 2.5rem; font-weight: 300; position: relative; z-index: 2; }
.corp-section { max-width: 1200px; margin: 0 auto; padding: 100px 24px; }
.corp-label { color: var(--corp-accent); font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 0.5rem; }
.corp-section h2 { color: var(--vs-white); font-size: 2.2rem; font-weight: 700; margin-bottom: 1rem; letter-spacing: -0.01em; }
.corp-intro { color: var(--corp-muted); font-size: 1.05rem; max-width: 700px; margin-bottom: 3.5rem; font-weight: 300; line-height: 1.8; }
.corp-services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.corp-card { background-color: rgba(41,41,41,0.6); border: 1px solid var(--corp-border); border-radius: 12px; padding: 40px; transition: transform 0.3s ease, border-color 0.3s ease; backdrop-filter: blur(4px); }
.corp-card:hover { transform: translateY(-4px); border-color: var(--corp-accent); }
.corp-card h3 { color: var(--corp-accent); font-size: 1.15rem; margin-bottom: 0.75rem; font-weight: 600; }
.corp-card p { color: var(--corp-muted); font-size: 0.92rem; line-height: 1.7; font-weight: 300; }
.corp-btn { display: inline-block; background-color: var(--corp-accent); color: var(--vs-white); padding: 14px 36px; border-radius: 8px; font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; text-decoration: none; border: none; cursor: pointer; transition: transform 0.2s ease, opacity 0.2s ease; position: relative; z-index: 2; }
.corp-btn:hover { transform: translateY(-2px); opacity: 0.9; }
.corp-btn-gray { display: inline-block; background-color: var(--vw-gray); color: var(--vs-white); padding: 14px 36px; border-radius: 8px; font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; text-decoration: none; border: none; cursor: pointer; transition: transform 0.2s ease, opacity 0.2s ease; }
.corp-btn-gray:hover { transform: translateY(-2px); opacity: 0.9; }
.trusted-section { max-width: 1200px; margin: 0 auto; padding: 60px 24px; }
.trusted-section.white-bg { background-color: var(--corp-darkcard); border: 1px solid var(--corp-border); border-radius: 16px; margin: 40px auto; }
.trusted-logos-img { width: 100%; max-width: 900px; display: block; margin: 1.5rem auto 0; opacity: 0.85; }
.corp-team-card { background-color: rgba(41,41,41,0.6); border: 1px solid var(--corp-border); border-radius: 12px; padding: 40px; border-left: 3px solid var(--corp-accent); backdrop-filter: blur(4px); }
.corp-team-card h3 { color: var(--vs-white); font-size: 1.3rem; margin-bottom: 0.25rem; font-weight: 600; }
.corp-team-card .role { color: var(--corp-accent); font-size: 0.82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; }
.corp-team-card p { color: var(--corp-muted); font-size: 0.92rem; line-height: 1.8; font-weight: 300; }
.corp-stat { background-color: rgba(41,41,41,0.6); border: 1px solid var(--corp-border); border-radius: 12px; padding: 28px; text-align: center; backdrop-filter: blur(4px); }
.corp-stat .num { color: var(--corp-accent); font-size: 2.4rem; font-weight: 700; }
.corp-stat .label { color: var(--corp-muted); font-size: 0.85rem; font-weight: 300; }
.corp-contact-info h3 { color: var(--vs-white); font-size: 1.2rem; margin-bottom: 1rem; font-weight: 600; }
.corp-contact-info p { color: var(--corp-muted); margin-bottom: 0.5rem; font-weight: 300; }
.corp-contact-info a { color: var(--corp-accent); text-decoration: none; transition: opacity 0.2s ease; }
.corp-contact-info a:hover { opacity: 0.8; }
.corp-form { background-color: rgba(41,41,41,0.6); border: 1px solid var(--corp-border); border-radius: 12px; padding: 40px; backdrop-filter: blur(4px); }
.corp-form .form-group label { color: var(--corp-muted); font-size: 0.85rem; font-weight: 500; }
.corp-form input, .corp-form select, .corp-form textarea { background-color: var(--corp-bg); border: 1px solid var(--corp-border); color: var(--vs-white); border-radius: 8px; padding: 14px 16px; font-size: 0.92rem; transition: border-color 0.2s ease; width: 100%; font-family: inherit; }
.corp-form input:focus, .corp-form select:focus, .corp-form textarea:focus { outline: none; border-color: var(--corp-accent); }
.corp-form input::placeholder, .corp-form textarea::placeholder { color: #555; }
.corp-submit { background-color: var(--corp-accent); color: var(--vs-white); border: none; padding: 16px 32px; border-radius: 8px; font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; cursor: pointer; width: 100%; transition: opacity 0.2s ease; }
.corp-submit:hover { opacity: 0.9; }
.corp-footer { border-top: 1px solid var(--corp-border); padding: 60px 24px 32px; text-align: center; background-color: var(--corp-bg); }
.corp-footer p { color: var(--corp-muted); font-size: 0.88rem; margin-bottom: 0.5rem; font-weight: 300; }
.corp-footer .footer-social a { color: var(--corp-social) !important; text-decoration: none; transition: color 0.2s ease; font-size: 0.9rem; }
.corp-footer .footer-social a:hover { color: var(--corp-accent) !important; }
.corp-blog-card { background-color: rgba(41,41,41,0.6); border: 1px solid var(--corp-border); border-radius: 12px; cursor: pointer; }
.corp-blog-card:hover { border-color: var(--corp-accent); }
.corp-blog-card .blog-date { color: var(--corp-accent); }
.corp-blog-card h3 { color: var(--vs-white); }
.corp-blog-card p { color: var(--corp-muted); }
.corp-blog-card .blog-read-more { color: var(--corp-accent); }
.article-page { max-width: 800px; margin: 0 auto; padding: 140px 24px 80px; }
.article-meta { color: var(--corp-muted); font-size: 0.85rem; margin-bottom: 2rem; display: flex; gap: 16px; align-items: center; }
.article-meta .article-date { color: var(--corp-accent); font-weight: 600; }
.article-page h1 { color: var(--vs-white); font-size: 2.2rem; font-weight: 700; line-height: 1.2; margin-bottom: 1.5rem; letter-spacing: -0.02em; }
.article-page .article-lead { color: var(--corp-muted); font-size: 1.15rem; line-height: 1.8; margin-bottom: 3rem; font-weight: 300; padding-bottom: 2rem; border-bottom: 1px solid var(--corp-border); }
.article-page h2 { color: var(--vs-white); font-size: 1.5rem; font-weight: 600; margin-top: 3rem; margin-bottom: 1rem; }
.article-page h3 { color: var(--corp-accent); font-size: 1.15rem; font-weight: 600; margin-top: 2rem; margin-bottom: 0.75rem; }
.article-page p { color: var(--corp-muted); font-size: 1rem; line-height: 1.9; margin-bottom: 1.5rem; font-weight: 300; }
.article-page ul { margin-bottom: 1.5rem; padding-left: 20px; }
.article-page ul li { color: var(--corp-muted); font-size: 1rem; line-height: 1.9; margin-bottom: 0.5rem; font-weight: 300; }
.article-page ul li::marker { color: var(--corp-accent); }
.article-page strong { color: var(--corp-text); font-weight: 600; }
.article-page a { color: var(--corp-accent); text-decoration: none; border-bottom: 1px solid var(--corp-accent); }
.article-page blockquote { border-left: 3px solid var(--corp-accent); padding-left: 24px; margin: 2rem 0; font-style: italic; color: var(--corp-text); font-size: 1.1rem; }
.article-cta-box { background-color: rgba(41,41,41,0.6); border: 1px solid var(--corp-border); border-radius: 12px; padding: 32px; margin-top: 3rem; text-align: center; backdrop-filter: blur(4px); }
.article-cta-box h3 { color: var(--vs-white); margin-top: 0; }
.article-cta-box p { color: var(--corp-muted); margin-bottom: 1.5rem; }
.article-back { display: inline-flex; align-items: center; gap: 8px; color: var(--corp-accent); text-decoration: none; font-weight: 600; font-size: 0.9rem; margin-bottom: 2rem; }
.article-back:hover { opacity: 0.8; }
.article-nav { display: flex; justify-content: space-between; gap: 16px; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--corp-border); flex-wrap: wrap; }
.article-nav a { color: var(--corp-muted); text-decoration: none; font-size: 0.9rem; border-bottom: none; }
.article-nav a:hover { color: var(--corp-accent); }
.article-nav .nav-label { display: block; font-size: 0.75rem; color: var(--corp-muted); margin-bottom: 4px; }
.article-nav .nav-title { color: var(--corp-text); font-weight: 500; }
.wed-body { background-color: var(--vw-bg); color: var(--vw-text); }
.wed-hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 120px 24px 80px; position: relative; overflow: hidden; }
.wed-hero-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.wed-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(15,15,12,0.55), rgba(15,15,12,0.7)); z-index: 1; }
.wed-hero h1 { color: var(--vs-white); font-size: 3.2rem; font-weight: 300; line-height: 1.2; margin-bottom: 1.5rem; max-width: 800px; position: relative; z-index: 2; }
.wed-hero p { color: rgba(255,255,255,0.85); font-size: 1.1rem; max-width: 600px; margin-bottom: 2.5rem; font-weight: 300; position: relative; z-index: 2; }
.wed-btn { display: inline-block; background-color: var(--vw-gray); color: var(--vs-white); padding: 14px 40px; border-radius: 4px; font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.1em; text-decoration: none; border: none; cursor: pointer; }
.wed-btn-gray { display: inline-block; background-color: rgba(255,255,255,0.9); color: var(--vw-text); padding: 14px 40px; border-radius: 8px; font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; text-decoration: none; border: none; cursor: pointer; transition: transform 0.2s ease; }
.wed-btn-gray:hover { transform: translateY(-3px); }
.wed-section { max-width: 1200px; margin: 0 auto; padding: 80px 24px; }
.wed-label { color: var(--vw-accent); font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 0.5rem; }
.wed-section h2 { color: var(--vw-text); font-size: 2rem; font-weight: 300; margin-bottom: 1rem; }
.wed-intro { color: var(--vw-muted); font-size: 1.05rem; max-width: 700px; margin-bottom: 3rem; font-weight: 300; }
.wed-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 3rem; }
.wed-feature { background-color: var(--vw-card); border-radius: 8px; padding: 28px; border: 1px solid var(--vw-border); text-align: center; }
.wed-feature h4 { color: var(--vw-text); font-size: 1rem; font-weight: 600; margin-bottom: 0.5rem; }
.wed-feature p { color: var(--vw-muted); font-size: 0.85rem; font-weight: 300; }
.accordion { max-width: 900px; margin: 0 auto; }
.acc-item { background-color: var(--vw-card); border: 1px solid var(--vw-border); border-radius: 8px; margin-bottom: 12px; overflow: hidden; transition: box-shadow 0.3s ease; }
.acc-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.acc-item.open { box-shadow: 0 8px 32px rgba(0,0,0,0.08); }
.acc-header { display: flex; align-items: center; justify-content: space-between; padding: 24px 28px; cursor: pointer; user-select: none; }
.acc-header:hover { background-color: rgba(0,0,0,0.02); }
.acc-header-left { flex: 1; }
.acc-header h3 { color: var(--vw-text); font-size: 1.15rem; font-weight: 600; margin-bottom: 2px; }
.acc-header .acc-tagline { color: var(--vw-muted); font-size: 0.85rem; font-weight: 300; }
.acc-header .acc-meta { color: var(--vw-accent); font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 4px; }
.acc-icon { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color: var(--vw-bg); color: var(--vw-text); font-size: 1.2rem; font-weight: 300; transition: transform 0.3s ease; flex-shrink: 0; margin-left: 16px; }
.acc-item.open .acc-icon { transform: rotate(45deg); background-color: var(--vw-text); color: var(--vs-white); }
.acc-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.acc-content-inner { padding: 0 28px 28px; }
.acc-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 16px; }
.acc-option { background-color: var(--vw-bg); border-radius: 8px; padding: 20px; border: 1px solid var(--vw-border); }
.acc-option .opt-title { color: var(--vw-text); font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--vw-border); }
.acc-option ul { list-style: none; padding: 0; }
.acc-option ul li { color: var(--vw-muted); font-size: 0.82rem; padding: 4px 0; font-weight: 300; }
.acc-option ul li::before { content: '— '; color: var(--vw-accent); }
.acc-note { font-size: 0.78rem; color: var(--vw-muted); font-weight: 300; line-height: 1.5; margin-bottom: 16px; padding-top: 16px; border-top: 1px solid var(--vw-border); }
.acc-cta { display: inline-block; color: var(--vw-text); font-weight: 600; text-decoration: none; font-size: 0.85rem; border: 1px solid var(--vw-text); padding: 8px 24px; border-radius: 4px; transition: all 0.2s ease; }
.acc-cta:hover { background-color: var(--vw-text); color: var(--vs-white); }
.wed-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; padding: 16px 0; }
.wed-gallery-item { border-radius: 8px; overflow: hidden; cursor: pointer; transition: transform 0.3s ease, opacity 0.3s ease; }
.wed-gallery-item:hover { transform: scale(1.02); opacity: 0.9; }
.wed-gallery-item img { width: 100%; height: auto; display: block; transition: transform 0.4s ease; }
.wed-gallery-item:hover img { transform: scale(1.05); }
.lightbox { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.92); z-index: 9999; justify-content: center; align-items: center; }
.lightbox.active { display: flex; }
.lightbox-content { max-width: 90%; max-height: 90vh; position: relative; }
.lightbox-img { max-width: 100%; max-height: 90vh; object-fit: contain; border-radius: 8px; display: block; }
.lightbox-close { position: fixed; top: 24px; right: 32px; color: #fff; font-size: 2.5rem; cursor: pointer; z-index: 10001; background: none; border: none; line-height: 1; opacity: 0.7; }
.lightbox-close:hover { opacity: 1; }
.lightbox-nav { position: fixed; top: 50%; transform: translateY(-50%); color: #fff; font-size: 2rem; cursor: pointer; z-index: 10000; background: none; border: none; padding: 16px; opacity: 0.5; }
.lightbox-nav:hover { opacity: 1; }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
.lightbox-counter { position: fixed; bottom: 32px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.6); font-size: 0.85rem; z-index: 10000; }
.wed-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 3rem; }
.wed-step { background-color: var(--vw-card); border-radius: 8px; padding: 32px; border: 1px solid var(--vw-border); }
.wed-step .num { color: var(--vw-accent); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; margin-bottom: 1rem; }
.wed-step h4 { color: var(--vw-text); font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; }
.wed-step p { color: var(--vw-muted); font-size: 0.92rem; font-weight: 300; }
.wed-cta-bar { background-color: var(--vw-text); padding: 28px 24px; text-align: center; }
.wed-cta-bar-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.wed-cta-bar p { color: var(--vs-white); font-size: 1.1rem; font-weight: 300; }
.wed-cta-bar a { background-color: var(--vs-white); color: var(--vw-text); padding: 12px 32px; border-radius: 4px; font-weight: 600; text-decoration: none; text-transform: uppercase; font-size: 0.9rem; }
.wed-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.wed-testimonial { background-color: var(--vw-card); border-radius: 8px; padding: 32px; border: 1px solid var(--vw-border); }
.wed-testimonial .t-title { color: var(--vw-text); font-size: 1.05rem; font-weight: 600; margin-bottom: 12px; }
.wed-testimonial p { color: var(--vw-muted); font-style: italic; font-size: 0.9rem; font-weight: 300; margin-bottom: 1rem; line-height: 1.8; }
.wed-testimonial .author { color: var(--vw-text); font-weight: 600; font-size: 0.88rem; }
.wed-testimonial .author .author-date { display: block; color: var(--vw-accent); font-size: 0.78rem; font-weight: 400; margin-top: 2px; }
.wed-team-card { background-color: var(--vw-card); border-radius: 8px; padding: 36px; border: 1px solid var(--vw-border); }
.wed-team-card h3 { color: var(--vw-text); font-size: 1.3rem; font-weight: 600; margin-bottom: 0.25rem; }
.wed-team-card .role { color: var(--vw-accent); font-size: 0.8rem; font-weight: 600; text-transform: uppercase; margin-bottom: 1rem; }
.wed-team-card p { color: var(--vw-muted); font-size: 0.92rem; line-height: 1.7; font-weight: 300; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.wed-stat { background-color: var(--vw-card); border-radius: 8px; padding: 24px; text-align: center; border: 1px solid var(--vw-border); }
.wed-stat .num { color: var(--vw-text); font-size: 2.2rem; font-weight: 300; }
.wed-stat .label { color: var(--vw-muted); font-size: 0.88rem; font-weight: 300; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.wed-contact-info h3 { color: var(--vw-text); font-size: 1.2rem; font-weight: 600; margin-bottom: 1rem; }
.wed-contact-info p { color: var(--vw-muted); margin-bottom: 0.5rem; font-weight: 300; }
.wed-contact-info a { color: var(--vw-text); text-decoration: none; border-bottom: 1px solid var(--vw-text); }
.wed-form { background-color: var(--vw-card); border-radius: 8px; padding: 32px; border: 1px solid var(--vw-border); }
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; font-size: 0.88rem; margin-bottom: 0.5rem; }
.wed-form .form-group label { color: var(--vw-muted); }
.form-group input, .form-group select, .form-group textarea { width: 100%; border-radius: 8px; padding: 12px 16px; font-size: 0.92rem; font-family: inherit; }
.wed-form input, .wed-form select, .wed-form textarea { background-color: var(--vw-bg); border: 1px solid var(--vw-border); color: var(--vw-text); }
.wed-form input:focus, .wed-form select:focus, .wed-form textarea:focus { outline: none; border-color: var(--vw-text); }
.form-group textarea { resize: vertical; min-height: 100px; }
.wed-submit { background-color: var(--vw-gray); color: var(--vs-white); border: none; padding: 14px 32px; border-radius: 4px; font-weight: 600; font-size: 0.9rem; text-transform: uppercase; cursor: pointer; width: 100%; }
.wed-footer { border-top: 1px solid var(--vw-border); padding: 48px 24px 24px; text-align: center; background-color: var(--vw-bg); }
.footer-content { max-width: 1200px; margin: 0 auto; }
.wed-footer p { color: var(--vw-muted); font-size: 0.88rem; margin-bottom: 0.5rem; font-weight: 300; }
.wed-footer a { color: var(--vw-text); text-decoration: none; }
.footer-social { display: flex; justify-content: center; gap: 16px; margin-top: 1.5rem; }
.copyright { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--corp-border); font-size: 0.78rem; }
.wed-footer .copyright { border-top: 1px solid var(--vw-border); }
.copyright p { color: #555; margin: 0; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { border-radius: 12px; overflow: hidden; transition: transform 0.3s ease; text-decoration: none; display: block; }
.wed-blog-card { background-color: var(--vw-card); border: 1px solid var(--vw-border); cursor: pointer; }
.wed-blog-card:hover { border-color: var(--vw-text); }
.blog-card:hover { transform: translateY(-4px); }
.blog-card-body { padding: 24px; }
.wed-blog-card .blog-date { color: var(--vw-accent); font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; }
.wed-blog-card h3 { color: var(--vw-text); font-size: 1.15rem; font-weight: 600; margin-bottom: 0.5rem; }
.wed-blog-card p { color: var(--vw-muted); font-size: 0.9rem; line-height: 1.6; font-weight: 300; }
.blog-read-more { display: inline-block; margin-top: 0.75rem; font-size: 0.85rem; font-weight: 700; }
.wed-blog-card .blog-read-more { color: var(--vw-text); }
.blog-hero { min-height: 60vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 120px 24px 40px; }
.wed-article-page { max-width: 800px; margin: 0 auto; padding: 140px 24px 80px; }
.wed-article-meta { color: var(--vw-muted); font-size: 0.85rem; margin-bottom: 2rem; display: flex; gap: 16px; align-items: center; }
.wed-article-meta .wed-article-date { color: var(--vw-text); font-weight: 600; }
.wed-article-page h1 { color: var(--vw-text); font-size: 2.2rem; font-weight: 700; line-height: 1.2; margin-bottom: 1.5rem; letter-spacing: -0.02em; }
.wed-article-page .wed-article-lead { color: var(--vw-muted); font-size: 1.15rem; line-height: 1.8; margin-bottom: 3rem; font-weight: 300; padding-bottom: 2rem; border-bottom: 1px solid var(--vw-border); }
.wed-article-page h2 { color: var(--vw-text); font-size: 1.5rem; font-weight: 600; margin-top: 3rem; margin-bottom: 1rem; }
.wed-article-page h3 { color: var(--vw-accent); font-size: 1.15rem; font-weight: 600; margin-top: 2rem; margin-bottom: 0.75rem; }
.wed-article-page p { color: var(--vw-muted); font-size: 1rem; line-height: 1.9; margin-bottom: 1.5rem; font-weight: 300; }
.wed-article-page ul { margin-bottom: 1.5rem; padding-left: 20px; }
.wed-article-page ul li { color: var(--vw-muted); font-size: 1rem; line-height: 1.9; margin-bottom: 0.5rem; font-weight: 300; }
.wed-article-page ul li::marker { color: var(--vw-accent); }
.wed-article-page strong { color: var(--vw-text); font-weight: 600; }
.wed-article-page a { color: var(--vw-text); text-decoration: none; border-bottom: 1px solid var(--vw-text); }
.wed-article-page blockquote { border-left: 3px solid var(--vw-text); padding-left: 24px; margin: 2rem 0; font-style: italic; color: var(--vw-text); font-size: 1.1rem; }
.wed-article-cta-box { background-color: var(--vw-card); border: 1px solid var(--vw-border); border-radius: 12px; padding: 32px; margin-top: 3rem; text-align: center; }
.wed-article-cta-box h3 { color: var(--vw-text); margin-top: 0; }
.wed-article-cta-box p { color: var(--vw-muted); margin-bottom: 1.5rem; }
.wed-article-back { display: inline-flex; align-items: center; gap: 8px; color: var(--vw-text); text-decoration: none; font-weight: 600; font-size: 0.9rem; margin-bottom: 2rem; }
.wed-article-nav { display: flex; justify-content: space-between; gap: 16px; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--vw-border); flex-wrap: wrap; }
.wed-article-nav a { color: var(--vw-muted); text-decoration: none; font-size: 0.9rem; border-bottom: none; }
.wed-article-nav a:hover { color: var(--vw-text); }
.wed-article-nav .nav-label { display: block; font-size: 0.75rem; color: var(--vw-muted); margin-bottom: 4px; }
.wed-article-nav .nav-title { color: var(--vw-text); font-weight: 500; }
.privacy-page { max-width: 800px; margin: 0 auto; padding: 140px 24px 80px; }
.privacy-page h1 { color: var(--vs-white); font-size: 2.2rem; font-weight: 700; margin-bottom: 1.5rem; }
.privacy-page h2 { color: var(--vs-white); font-size: 1.5rem; font-weight: 600; margin-top: 3rem; margin-bottom: 1rem; }
.privacy-page p { color: var(--corp-muted); font-size: 1rem; line-height: 1.9; margin-bottom: 1.5rem; font-weight: 300; }
.privacy-page ul { margin-bottom: 1.5rem; padding-left: 20px; }
.privacy-page ul li { color: var(--corp-muted); font-size: 1rem; line-height: 1.9; font-weight: 300; }
@media (max-width: 768px) {
    .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; padding: 24px; gap: 16px; }
    .corporate-theme .nav-links { background-color: var(--corp-bg); border-bottom: 1px solid var(--corp-border); }
    .weddings-theme .nav-links { background-color: var(--vw-bg); border-bottom: 1px solid var(--vw-border); }
    .nav-links.active { display: flex; }
    .menu-toggle { display: block; }
    .corp-hero h1, .wed-hero h1 { font-size: 1.8rem; }
    .landing h1 { font-size: 1.8rem; }
    .corp-services, .wed-testimonials, .contact-grid, .team-grid, .stats-grid, .blog-grid { grid-template-columns: 1fr; }
    .acc-options { grid-template-columns: 1fr; }
    .wed-gallery { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .wed-features { grid-template-columns: 1fr 1fr; }
    .wed-process { grid-template-columns: 1fr; }
    .wed-cta-bar-inner { flex-direction: column; text-align: center; }
    .landing-buttons { flex-direction: column; }
    .lightbox-close { top: 12px; right: 16px; font-size: 2rem; }
    .lightbox-nav { font-size: 1.5rem; padding: 8px; }
    .lightbox-prev { left: 8px; }
    .lightbox-next { right: 8px; }
    .article-page h1, .wed-article-page h1 { font-size: 1.6rem; }
}