:root {
            --emerald: #a8802e; --emerald-dark: #101010; --gold: #a8802e; --gold-light: #fdd8a7;
            --white: #ffffff; --text: #201a10; --text-mid: #423520; --text-muted: #7a6a4a;
            --bg: #f7f1e3; --bg-alt: #fbf2dc; --border: #e3d3a0;
        }
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: var(--bg); color: var(--text); line-height: 1.7; }
        header { background: var(--emerald-dark); padding: 16px 5%; display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,0.2); }
        .logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--white); }
        .logo-icon-img { height: 40px; width: auto; display: block; }
        .logo-text { font-size: 1rem; font-weight: 700; }
        .logo-sub { font-size: 0.75rem; opacity: 0.8; }
        .header-btn { background: var(--gold); color: white; padding: 10px 24px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: all 0.3s; }
        .header-btn:hover { background: #6d5219; transform: translateY(-2px); }
        .breadcrumb { padding: 14px 5%; background: var(--white); border-bottom: 1px solid var(--border); font-size: 0.88rem; color: var(--text-muted); }
        .breadcrumb a { color: var(--emerald); text-decoration: none; }
        .breadcrumb span { margin: 0 8px; }
        .hero { background: linear-gradient(135deg, var(--emerald-dark), #151515, var(--emerald)); padding: 80px 5% 70px; text-align: center; position: relative; overflow: hidden; }
        .hero::before { content: '⚖️'; position: absolute; font-size: 280px; opacity: 0.04; top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
        .hero-badge { display: inline-block; background: rgba(253,216,167,0.2); border: 1px solid rgba(253,216,167,0.4); color: var(--gold-light); padding: 6px 18px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; margin-bottom: 24px; }
        .hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); color: var(--white); font-weight: 700; margin-bottom: 20px; line-height: 1.2; }
        .hero h1 span { color: var(--gold-light); }
        .hero-sub { font-size: 1.1rem; color: rgba(255,255,255,0.85); max-width: 680px; margin: 0 auto 40px; }
        .hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
        .btn-primary { background: linear-gradient(135deg, #8a6a1f, #a8802e); color: white; padding: 16px 36px; border-radius: 50px; text-decoration: none; font-weight: 700; transition: all 0.3s; box-shadow: 0 4px 16px rgba(90,56,12,0.4); }
        .btn-primary:hover { transform: translateY(-3px); }
        .btn-secondary { background: rgba(255,255,255,0.12); color: white; padding: 16px 36px; border-radius: 50px; text-decoration: none; font-weight: 600; border: 1.5px solid rgba(255,255,255,0.3); transition: all 0.3s; }
        .btn-secondary:hover { background: rgba(255,255,255,0.2); }
        .container { max-width: 1100px; margin: 0 auto; padding: 0 5%; }
        .section { padding: 80px 0; }
        .section-alt { background: var(--white); }
        .section-title { font-size: 2.2rem; font-weight: 700; color: var(--text); margin-bottom: 12px; position: relative; display: inline-block; }
        .section-title::after { content: ''; position: absolute; bottom: -8px; left: 0; width: 60px; height: 3px; background: var(--emerald); border-radius: 4px; }
        .section-sub { color: var(--text-muted); font-size: 1.05rem; margin-top: 20px; margin-bottom: 48px; }
        .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
        .service-item { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 28px; transition: all 0.3s; }
        .service-item:hover { border-color: var(--emerald); box-shadow: 0 6px 24px rgba(212, 175, 55, 0.1); transform: translateY(-3px); }
        .service-item-icon { font-size: 2rem; margin-bottom: 14px; }
        .service-item h3 { font-size: 1.1rem; font-weight: 700; color: var(--text); margin-bottom: 10px; }
        .service-item p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 12px; }
        .service-item a { color: var(--emerald); font-size: 0.88rem; font-weight: 600; text-decoration: none; }
        .remote-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
        .remote-item { text-align: center; padding: 20px; }
        .remote-item-icon { font-size: 2.2rem; color: var(--emerald); margin-bottom: 14px; }
        .remote-item h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
        .remote-item p { font-size: 0.9rem; color: var(--text-muted); }
        .faq-list { display: flex; flex-direction: column; gap: 12px; }
        .faq-item { background: var(--white); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: border-color 0.3s; }
        .faq-item:hover, .faq-item.open { border-color: var(--emerald); }
        .faq-q { width: 100%; background: none; border: none; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; text-align: left; font-size: 1rem; font-weight: 600; color: var(--text); transition: color 0.3s; }
        .faq-item.open .faq-q, .faq-q:hover { color: var(--emerald); }
        .faq-chevron { color: var(--emerald); flex-shrink: 0; transition: transform 0.35s; }
        .faq-item.open .faq-chevron { transform: rotate(180deg); }
        .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; padding: 0 24px; }
        .faq-item.open .faq-a { max-height: 300px; padding: 0 24px 20px; }
        .faq-a p { font-size: 0.95rem; color: var(--text-mid); border-left: 3px solid var(--emerald); padding-left: 14px; line-height: 1.75; }
        .form-section { background: linear-gradient(135deg, var(--emerald-dark), var(--emerald)); padding: 80px 0; text-align: center; }
        .form-section .section-title { color: var(--white); }
        .form-section .section-title::after { background: var(--gold-light); }
        .form-section .section-sub { color: rgba(255,255,255,0.8); }
        .form-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 24px; padding: 48px; max-width: 600px; margin: 0 auto; backdrop-filter: blur(10px); }
        .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
        .form-group { margin-bottom: 16px; }
        .form-group label { display: block; color: rgba(255,255,255,0.8); font-size: 0.9rem; margin-bottom: 8px; }
        .form-group input, .form-group textarea, .form-group select { width: 100%; padding: 12px 16px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 10px; color: white; font-size: 0.95rem; font-family: inherit; outline: none; transition: border-color 0.3s; }
        .form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.4); }
        .form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--gold-light); }
        .form-group textarea { resize: vertical; min-height: 100px; }
        .form-group select option { background: #101010; }
        .form-consent { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 24px; }
        .form-consent input { width: 18px; height: 18px; min-width: 18px; margin-top: 2px; cursor: pointer; }
        .form-consent label { font-size: 0.82rem; color: rgba(255,255,255,0.65); line-height: 1.4; }
        .form-consent a { color: var(--gold-light); }
        .form-submit { width: 100%; padding: 15px; background: linear-gradient(135deg, #8a6a1f, #a8802e); color: white; border: none; border-radius: 50px; font-size: 1rem; font-weight: 700; cursor: pointer; transition: all 0.3s; }
        .form-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(90,56,12,0.5); }
        .form-status { margin-top: 16px; padding: 12px; border-radius: 10px; text-align: center; display: none; font-size: 0.9rem; }
        .form-status.success { background: rgba(76,175,80,0.2); color: #a5d6a7; border: 1px solid rgba(76,175,80,0.3); display: block; }
        .form-status.error { background: rgba(255,100,100,0.2); color: #ffaaaa; border: 1px solid rgba(255,100,100,0.3); display: block; }
        .float-btns { position: fixed; bottom: 30px; right: 30px; display: flex; flex-direction: column; gap: 12px; z-index: 999; }
        .float-btn { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: white; text-decoration: none; box-shadow: 0 4px 16px rgba(0,0,0,0.2); animation: float 3s ease-in-out infinite; }
        .float-btn:hover { transform: scale(1.12); }
        .float-btn.tg { background: #0088cc; }
        .float-btn.email { background: #d44638; animation-delay: 0.5s; }
        .float-btn.vk { background: #4c75a3; animation-delay: 1s; }
        @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
        footer { background: var(--emerald-dark); color: rgba(255,255,255,0.8); text-align: center; padding: 32px 5%; font-size: 0.9rem; }
        footer a { color: var(--gold-light); text-decoration: none; }
        @media (max-width: 768px) {
            .hero { padding: 60px 5% 50px; }
            .hero h1 { font-size: 1.9rem; }
            .form-card { padding: 28px 20px; }
            .form-row { grid-template-columns: 1fr; }
            .float-btns { bottom: 20px; right: 16px; }
            .float-btn { width: 48px; height: 48px; font-size: 1.4rem; }
            .section { padding: 56px 0; }
            .section-title { font-size: 1.8rem; }
            .services-grid { grid-template-columns: 1fr; }
        }
        @media (max-width: 480px) {
            .hero h1 { font-size: 1.6rem; }
            .hero-actions { flex-direction: column; }
            .btn-primary, .btn-secondary { width: calc(100% - 70px); max-width: 320px; margin: 0 auto; text-align: center; }
            .section-title { font-size: 1.5rem; }
            .logo-sub { display: none; }
        }
