
body.theme-pro { --primary: #0f172a; --accent: #d4af37; --bg-body: #f1f5f9; --container-width: 1600px; --header-height: 80px; }
body.theme-pro .pro-container { max-width: var(--container-width); margin: 0 auto; padding: 0 40px; }
body.theme-pro .header-pro-wrapper { position: sticky; top: 20px; z-index: 100; padding: 0 20px; pointer-events: none; }
body.theme-pro .header-pro { background: rgba(15, 23, 42, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: 16px; padding: 10px 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); border: 1px solid rgba(255,255,255,0.1); pointer-events: auto; max-width: var(--container-width); margin: 0 auto; }
body.theme-pro .header-inner { display: flex; justify-content: space-between; align-items: center; height: 60px; }
body.theme-pro .brand { display: flex; align-items: center; gap: 12px; color: white; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.4rem; }
body.theme-pro .brand-icon { color: var(--accent); }
body.theme-pro .nav-links { background: transparent; gap: 40px; }
body.theme-pro .nav-links a { color: #cbd5e1; font-weight: 500; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.5px; transition: 0.3s; }
body.theme-pro .nav-links a:hover, body.theme-pro .nav-links a.active { color: var(--accent); }
body.theme-pro .nav-btn-pro { background: rgba(255,255,255,0.1); padding: 6px 16px; border-radius: 20px; }
body.theme-pro .btn-pro { background: var(--accent); color: var(--primary); border-radius: 8px; padding: 10px 24px; font-weight: 700; border: none; transition: 0.3s; }
body.theme-pro .btn-pro:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4); }
body.theme-pro .hero-wrapper { min-height: 90vh; margin-top: -100px; padding-top: 100px; }
body.theme-pro .hero-content { background: rgba(15, 23, 42, 0.4); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.15); max-width: 1000px; }
body.theme-pro .hero-title { font-family: 'Outfit', sans-serif; font-weight: 800; letter-spacing: -1px; }
body.theme-pro .gv-feature-card { flex-direction: row; align-items: center; gap: 20px; text-align: left; padding: 24px; border: 1px solid #e2e8f0; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }
body.theme-pro .gv-feature-icon { margin-bottom: 0; min-width: 60px; height: 60px; background: #fff; border: 1px solid #e2e8f0; }
body.theme-pro .gv-feature-card h3 { margin-bottom: 4px; font-size: 1.1rem; }
body.theme-pro .gv-feature-card p { font-size: 0.9rem; }
body.theme-pro .footer-pro { background: #0f172a; color: #94a3b8; padding: 80px 0 30px; margin-top: auto; }
body.theme-pro .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 60px; }
body.theme-pro .footer-col h4 { color: white; margin-bottom: 24px; font-family: 'Outfit', sans-serif; }
body.theme-pro .footer-bottom-pro { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; display: flex; justify-content: space-between; font-size: 0.85rem; }
body.theme-pro .modal-backdrop { position: fixed; inset: 0; background: rgba(15,23,42,0.6); backdrop-filter: blur(8px); display: none; align-items: center; justify-content: center; z-index: 9999; }
body.theme-pro .modal-content-pro { background: white; padding: 40px; border-radius: 24px; width: min(500px, 90vw); position: relative; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
body.theme-pro .modal-large { width: min(1200px, 95vw); height: 85vh; padding: 0; overflow: hidden; display: flex; flex-direction: column; }
body.theme-pro .modal-header { padding: 20px; background: #0f172a; color: white; display: flex; justify-content: space-between; align-items: center; font-weight: 700; }
body.theme-pro .modal-close { position: absolute; top: 20px; right: 20px; background: none; border: none; font-size: 1.5rem; cursor: pointer; }
body.theme-pro .form-group-pro { margin-bottom: 20px; }
body.theme-pro .form-group-pro label { display: block; margin-bottom: 8px; font-weight: 600; font-size: 0.9rem; }
body.theme-pro .form-group-pro input, body.theme-pro .form-group-pro select, body.theme-pro .form-group-pro textarea { width: 100%; padding: 12px 16px; border: 1px solid #e2e8f0; border-radius: 10px; background: #f8fafc; transition: 0.2s; }
body.theme-pro .form-group-pro input:focus { background: white; border-color: var(--accent); outline: none; }
body.theme-pro .captcha-group { display: flex; gap: 10px; align-items: center; }
