/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --gold-50: #fffbf0;
    --gold-100: #fef3e2;
    --gold-200: #fde8c9;
    --gold-300: #fcd34d;
    --gold-400: #fbbf24;
    --gold-500: #f59e0b;
    --gold-600: #d97706;
    --gold-700: #b45309;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --black: #000;
    --white: #fff;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
    color: var(--gray-900);
    background-color: var(--white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--white);
    border-bottom: 1px solid var(--gray-200);
    backdrop-filter: blur(10px);
}

.header-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: transform 0.2s;
}

.logo:hover {
    transform: translateY(-2px);
}

.logo-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.logo-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.logo-text h1 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: var(--gray-900);
    letter-spacing: -0.5px;
}

.logo-text p {
    font-size: 11px;
    margin: 2px 0 0;
    color: var(--gray-500);
}

/* Navigation */
.nav {
    display: flex;
    gap: 32px;
    align-items: center;
}

.nav-link {
    color: var(--gray-700);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.2s;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: var(--gold-600);
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gold-600);
    border-radius: 2px;
}

.desktop-nav {
    display: none;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.desktop-buttons {
    display: none;
    gap: 12px;
}

.btn {
    padding: 10px 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    font-size: 14px;
    white-space: nowrap;
}

.btn-icon {
    padding: 8px 12px;
    background: none;
    font-size: 18px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.46.57 3.58a1 1 0 0 1-.24 1.01l-2.2 2.2z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.46.57 3.58a1 1 0 0 1-.24 1.01l-2.2 2.2z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    flex-shrink: 0;
}

.tg-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
    vertical-align: middle;
    flex-shrink: 0;
}

/* Service category icons */
.ico-ring,
.ico-scrap,
.ico-gem,
.ico-bars {
    display: inline-block;
    width: 48px;
    height: 48px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: var(--gold-500);
}

.ico-ring {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cellipse cx='32' cy='40' rx='20' ry='16' fill='none' stroke='black' stroke-width='5'/%3E%3Cellipse cx='32' cy='22' rx='10' ry='8' fill='none' stroke='black' stroke-width='4'/%3E%3Cline x1='22' y1='22' x2='14' y2='32' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3Cline x1='42' y1='22' x2='50' y2='32' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cellipse cx='32' cy='40' rx='20' ry='16' fill='none' stroke='black' stroke-width='5'/%3E%3Cellipse cx='32' cy='22' rx='10' ry='8' fill='none' stroke='black' stroke-width='4'/%3E%3Cline x1='22' y1='22' x2='14' y2='32' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3Cline x1='42' y1='22' x2='50' y2='32' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.ico-scrap {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='8' y='28' width='20' height='14' rx='2' fill='black' transform='rotate(-15 18 35)'/%3E%3Crect x='36' y='22' width='22' height='10' rx='2' fill='black' transform='rotate(10 47 27)'/%3E%3Ccircle cx='20' cy='16' r='6' fill='black'/%3E%3Crect x='10' y='48' width='16' height='8' rx='2' fill='black' transform='rotate(-5 18 52)'/%3E%3Crect x='34' y='42' width='24' height='12' rx='2' fill='black' transform='rotate(5 46 48)'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='8' y='28' width='20' height='14' rx='2' fill='black' transform='rotate(-15 18 35)'/%3E%3Crect x='36' y='22' width='22' height='10' rx='2' fill='black' transform='rotate(10 47 27)'/%3E%3Ccircle cx='20' cy='16' r='6' fill='black'/%3E%3Crect x='10' y='48' width='16' height='8' rx='2' fill='black' transform='rotate(-5 18 52)'/%3E%3Crect x='34' y='42' width='24' height='12' rx='2' fill='black' transform='rotate(5 46 48)'/%3E%3C/svg%3E");
}

.ico-gem {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpolygon points='32,4 52,24 32,60 12,24' fill='none' stroke='black' stroke-width='4' stroke-linejoin='round'/%3E%3Cline x1='12' y1='24' x2='52' y2='24' stroke='black' stroke-width='4'/%3E%3Cline x1='22' y1='24' x2='32' y2='4' stroke='black' stroke-width='3'/%3E%3Cline x1='42' y1='24' x2='32' y2='4' stroke='black' stroke-width='3'/%3E%3Cline x1='22' y1='24' x2='32' y2='60' stroke='black' stroke-width='3'/%3E%3Cline x1='42' y1='24' x2='32' y2='60' stroke='black' stroke-width='3'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpolygon points='32,4 52,24 32,60 12,24' fill='none' stroke='black' stroke-width='4' stroke-linejoin='round'/%3E%3Cline x1='12' y1='24' x2='52' y2='24' stroke='black' stroke-width='4'/%3E%3Cline x1='22' y1='24' x2='32' y2='4' stroke='black' stroke-width='3'/%3E%3Cline x1='42' y1='24' x2='32' y2='4' stroke='black' stroke-width='3'/%3E%3Cline x1='22' y1='24' x2='32' y2='60' stroke='black' stroke-width='3'/%3E%3Cline x1='42' y1='24' x2='32' y2='60' stroke='black' stroke-width='3'/%3E%3C/svg%3E");
}

.ico-bars {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='24' cy='32' r='16' fill='none' stroke='black' stroke-width='4'/%3E%3Ccircle cx='24' cy='32' r='8' fill='none' stroke='black' stroke-width='2.5'/%3E%3Ccircle cx='42' cy='32' r='16' fill='none' stroke='black' stroke-width='4'/%3E%3Ccircle cx='42' cy='32' r='8' fill='none' stroke='black' stroke-width='2.5'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='24' cy='32' r='16' fill='none' stroke='black' stroke-width='4'/%3E%3Ccircle cx='24' cy='32' r='8' fill='none' stroke='black' stroke-width='2.5'/%3E%3Ccircle cx='42' cy='32' r='16' fill='none' stroke='black' stroke-width='4'/%3E%3Ccircle cx='42' cy='32' r='8' fill='none' stroke='black' stroke-width='2.5'/%3E%3C/svg%3E");
}

.btn-phone {
    background: var(--gray-900);
    color: var(--white);
}

.btn-phone:hover {
    background: var(--gray-800);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-telegram {
    background: #0088cc;
    color: var(--white);
}

.btn-telegram:hover {
    background: #006ba3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 136, 204, 0.3);
}

.btn-primary {
    background: #0088cc;
    color: var(--white);
    padding: 12px 24px;
}

.btn-primary:hover {
    background: #006ba3;
    box-shadow: 0 4px 12px rgba(0, 136, 204, 0.3);
    transform: translateY(-2px);
}

.btn-secondary {
    background: var(--gray-200);
    color: var(--gray-900);
    padding: 12px 24px;
}

.btn-secondary:hover {
    background: var(--gray-300);
}

.btn-small {
    padding: 8px 16px;
    font-size: 13px;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    gap: 6px;
}

.hamburger {
    width: 24px;
    height: 2px;
    background: var(--gray-900);
    border-radius: 1px;
    transition: all 0.3s;
}

.menu-toggle.active .hamburger:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
}

.menu-toggle.active .hamburger:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active .hamburger:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile Menu */
.mobile-nav {
    display: none;
    flex-direction: column;
    gap: 8px;
    padding: 16px 0;
    border-top: 1px solid var(--gray-100);
}

.mobile-nav.active {
    display: flex;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--white) 0%, var(--gray-50) 100%);
    padding: 80px 20px 60px;
    border-bottom: 1px solid var(--gray-200);
}

.hero-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--gray-900);
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 18px;
    color: var(--gold-600);
    margin-bottom: 20px;
    font-weight: 600;
}

.hero-desc {
    font-size: 16px;
    color: var(--gray-700);
    margin-bottom: 32px;
    line-height: 1.7;
}

/* Stats */
.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 32px 0;
    border-top: 1px solid var(--gray-200);
    border-bottom: 1px solid var(--gray-200);
    margin-bottom: 32px;
}

.stat {
    text-align: center;
}

.stat-value {
    font-size: 32px;
    font-weight: 700;
    color: var(--gold-600);
    margin-bottom: 8px;
}

.stat-label {
    font-size: 13px;
    color: var(--gray-600);
    margin: 0;
    font-weight: 500;
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 32px 0;
}

.cta-buttons .btn {
    width: 100%;
    padding: 14px 24px;
    font-size: 15px;
    justify-content: center;
    border-radius: 6px;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--gray-600);
    margin-top: 16px;
}

.stars {
    font-size: 16px;
    color: var(--gold-600);
}

.hero-image {
    width: 100%;
    aspect-ratio: 1;
    background: transparent;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
}

/* Services Section */
.services {
    background: var(--white);
    padding: 80px 20px;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 56px;
    color: var(--gray-900);
    letter-spacing: -0.5px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}

.service-card {
    background: var(--white);
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--gray-200);
    text-align: center;
    overflow: hidden;
}

.service-card h3,
.service-card p,
.service-card .link {
    padding: 0 24px;
}

.service-card .link {
    padding-bottom: 24px;
}

.service-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
    border-color: var(--gold-300);
}

.service-icon {
    font-size: 64px;
    margin-bottom: 20px;
    display: block;
    transition: transform 0.3s;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 16px;
}

.service-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--gray-900);
    font-weight: 700;
}

.service-card p {
    font-size: 14px;
    color: var(--gray-600);
    margin-bottom: 16px;
    line-height: 1.6;
}

.link {
    color: var(--gold-600);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
    font-size: 14px;
    display: inline-block;
}

.link:hover {
    color: var(--gold-700);
}

/* Why Us Section */
.why-us {
    padding: 80px 20px;
    background: var(--white);
}

.benefits-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.benefit-card {
    background: var(--gray-50);
    padding: 32px 24px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.2s;
    border: 1px solid var(--gray-200);
}

.benefit-card:hover {
    background: var(--gold-50);
    border-color: var(--gold-300);
    transform: translateY(-4px);
}

.benefit-number {
    font-size: 36px;
    font-weight: 700;
    color: var(--gold-600);
    margin-bottom: 8px;
}

.benefit-card p {
    color: var(--gray-700);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Page Hero */
.page-hero {
    background: linear-gradient(135deg, var(--gold-600), var(--gold-700));
    color: var(--white);
    padding: 60px 20px;
    text-align: center;
}

.page-hero h1 {
    font-size: 40px;
    margin-bottom: 12px;
    font-weight: 700;
}

.page-hero p {
    font-size: 16px;
    opacity: 0.95;
    line-height: 1.6;
}

/* Page Content */
.page-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 64px 20px;
}

.content-block {
    margin-bottom: 48px;
}

.content-block h2 {
    font-size: 28px;
    margin-bottom: 16px;
    color: var(--gray-900);
    font-weight: 700;
}

.content-block p {
    font-size: 16px;
    color: var(--gray-700);
    line-height: 1.8;
    margin-bottom: 16px;
}

.content-block h3 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: var(--gray-900);
    font-weight: 700;
}

.service-list,
.process-list,
.principles-list {
    list-style: none;
    padding: 0;
}

.service-list li,
.process-list li,
.principles-list li {
    padding: 12px 0;
    padding-left: 28px;
    position: relative;
    color: var(--gray-700);
    line-height: 1.6;
    font-size: 15px;
}

.service-list li::before,
.process-list li::before,
.principles-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 8px;
    height: 8px;
    background: var(--gold-600);
    border-radius: 50%;
}

.process-list li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    background: var(--gold-600);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;
    font-size: 11px;
    counter-increment: item;
}

.process-list {
    counter-reset: item;
}

/* Reasons Grid */
.reasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.reason-card {
    background: var(--gray-50);
    padding: 24px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid var(--gray-200);
    transition: all 0.2s;
}

.reason-card:hover {
    border-color: var(--gold-300);
    background: var(--gold-50);
}

.reason-icon {
    font-size: 36px;
    color: var(--gold-600);
    margin-bottom: 12px;
}

.reason-img {
    width: 120px;
    height: auto;
    object-fit: contain;
}

.reason-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 700;
}

.reason-card p {
    font-size: 13px;
    color: var(--gray-600);
    margin: 0;
}

/* CTA Block */
.cta-block {
    background: linear-gradient(135deg, var(--gold-50), var(--white));
    padding: 48px 32px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid var(--gold-200);
}

.cta-block h2 {
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: 700;
    color: var(--gray-900);
}

.cta-block > p {
    font-size: 16px;
    margin-bottom: 24px;
    color: var(--gray-700);
}

/* Contacts Grid */
.contacts-grid {
    max-width: 1400px;
    margin: 0 auto 48px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.contact-card {
    background: var(--white);
    padding: 32px 24px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--gray-200);
    transition: all 0.2s;
}

.contact-card:hover {
    border-color: var(--gold-300);
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.1);
}

.contact-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.contact-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
    color: var(--gray-900);
}

.contact-value {
    font-size: 16px;
    font-weight: 700;
    color: var(--gold-600);
    margin-bottom: 8px;
}

.contact-value a {
    color: var(--gold-600);
    text-decoration: none;
    transition: color 0.2s;
}

.contact-value a:hover {
    color: var(--gold-700);
}

.contact-desc {
    font-size: 13px;
    color: var(--gray-600);
    margin: 0;
}

/* Form Block */
.form-block {
    max-width: 1400px;
    margin: 0 auto 48px;
    background: var(--gray-50);
    padding: 48px 32px;
    border-radius: 8px;
    border: 1px solid var(--gray-200);
}

.form-block h2 {
    text-align: center;
    margin-bottom: 32px;
    font-size: 28px;
    font-weight: 700;
    color: var(--gray-900);
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--gray-900);
    font-size: 14px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--gray-300);
    border-radius: 6px;
    font-family: inherit;
    font-size: 14px;
    transition: all 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--gold-600);
    box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.1);
}

.contact-form button {
    width: 100%;
    margin-bottom: 12px;
}

.form-note {
    font-size: 12px;
    color: var(--gray-600);
    text-align: center;
    margin: 0;
}

.form-message {
    text-align: center;
    padding: 16px;
    border-radius: 6px;
    margin-top: 16px;
    display: none;
    font-weight: 500;
}

.form-message.success {
    background: #d1fae5;
    color: #065f46;
    display: block;
}

.form-message.error {
    background: #fee2e2;
    color: #991b1b;
    display: block;
}

/* Addresses Grid */
.addresses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.address-card {
    background: white;
    padding: 32px 24px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--gray-100);
}

.address-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.address {
    font-weight: 600;
    color: var(--gray-900);
    margin-bottom: 12px;
}

.hours {
    font-size: 13px;
    color: var(--gray-600);
    margin-bottom: 16px;
    line-height: 1.6;
}

/* FAQ */
.faq {
    max-width: 800px;
}

.faq-item {
    border-bottom: 1px solid var(--gray-200);
    padding: 20px 0;
}

.faq-item:first-child {
    padding-top: 0;
}

.faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: var(--gray-900);
    cursor: pointer;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question::after {
    content: '+';
    font-size: 24px;
    color: var(--gold-600);
    transition: transform 0.3s;
}

.faq-question.active::after {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0;
}

.faq-answer.active {
    max-height: 500px;
    padding-top: 16px;
}

.faq-answer p {
    color: var(--gray-700);
    margin: 0;
}

/* Footer */
.footer {
    background: var(--gray-900);
    color: white;
    padding: 48px 0 24px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
    margin-bottom: 32px;
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 12px;
    font-size: 16px;
}

.footer-section p {
    font-size: 14px;
    color: #d1d5db;
    margin-bottom: 8px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    font-size: 14px;
    color: #d1d5db;
    margin-bottom: 8px;
}

.footer-section a {
    color: var(--gold-400);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: var(--gold-300);
}

.addresses {
    font-size: 13px !important;
}

.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 24px;
    text-align: center;
    font-size: 13px;
    color: #9ca3af;
}

.footer-bottom p {
    margin: 4px 0;
}

/* Responsive */
@media (max-width: 768px) {
    :root {
        font-size: 14px;
    }

    body {
        padding: 0;
    }

    .container {
        padding: 0 16px;
    }

    /* Header */
    header {
        padding: 12px 0;
    }

    .header-content {
        gap: 12px;
    }

    .logo {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .logo-icon {
        font-size: 18px;
    }

    .logo-text {
        display: none;
    }

    .desktop-nav {
        display: none !important;
    }

    .desktop-buttons {
        display: none !important;
    }

    .mobile-buttons {
        display: flex !important;
        gap: 8px;
    }

    .btn-icon {
        width: 40px;
        height: 40px;
        padding: 0;
        font-size: 18px;
    }

    .menu-toggle {
        display: flex;
        width: 40px;
        height: 40px;
        padding: 0;
        margin-left: 8px;
    }

    /* Mobile Menu */
    .mobile-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--white);
        border-bottom: 1px solid var(--gray-200);
        flex-direction: column;
        gap: 0;
        padding: 12px 0;
    }

    .mobile-nav.active {
        display: flex;
    }

    .mobile-nav .nav-link {
        padding: 12px 16px;
        border-bottom: 1px solid var(--gray-100);
    }

    /* Hero Section */
    .hero {
        position: relative;
        background: linear-gradient(135deg, var(--gold-700) 0%, #78350f 100%);
        padding: 40px 0;
        min-height: 100vh;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('/images/zolotomain.png');
        background-size: cover;
        background-position: center;
        opacity: 0.15;
        z-index: 1;
    }

    .hero .container {
        position: relative;
        z-index: 2;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hero-title {
        font-size: 48px;
        margin-bottom: 8px;
        color: var(--white);
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        line-height: 1.1;
    }

    .hero-subtitle {
        font-size: 30px;
        color: rgba(255, 255, 255, 0.95);
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }

    .hero-desc {
        font-size: 16px;
        margin-bottom: 24px;
        color: rgba(255, 255, 255, 0.9);
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        line-height: 1.6;
    }

    .hero-image {
        display: none;
    }

    .stat-label {
        color: rgba(255, 255, 255, 0.85);
    }

    .stat-value {
        color: var(--white);
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .trust-badge {
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: var(--white);
        padding: 12px 16px;
        border-radius: 8px;
    }

    .trust-badge .stars {
        color: #fbbf24;
    }

    .cta-buttons .btn-primary {
        background: #0088cc;
        color: var(--white);
        font-weight: 600;
    }

    .cta-buttons .btn-primary:hover {
        background: #006ba3;
    }

    .cta-buttons .btn-secondary {
        background: var(--white);
        color: var(--gray-900);
        font-weight: 600;
    }

    .cta-buttons .btn-secondary:hover {
        background: rgba(255, 255, 255, 0.9);
    }

    .stats {
        flex-direction: row;
        gap: 16px;
        margin-bottom: 20px;
    }

    .stat {
        text-align: center;
        flex: 1;
    }

    .stat-value {
        font-size: 26px;
    }

    .stat-label {
        font-size: 13px;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .trust-badge {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        font-size: 15px;
    }

    /* Services */
    .services {
        padding: 40px 0;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .service-card {
        padding: 20px 16px;
    }

    .service-icon {
        font-size: 48px;
        margin-bottom: 16px;
    }

    .service-card h3 {
        font-size: 16px;
    }

    .service-card p {
        font-size: 13px;
    }

    /* Benefits */
    .why-us {
        padding: 40px 0;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .benefit-card {
        padding: 20px 16px;
    }

    .benefit-number {
        font-size: 28px;
    }

    .benefit-card p {
        font-size: 13px;
    }

    /* Page Hero */
    .page-hero {
        padding: 40px 0;
    }

    .page-hero h1 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .page-hero p {
        font-size: 13px;
    }

    /* Page Content */
    .page-content {
        padding: 32px 0;
    }

    .content-block {
        margin-bottom: 32px;
    }

    .content-block h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .content-block p {
        font-size: 13px;
        line-height: 1.6;
    }

    /* Grids */
    .reasons-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .reason-item {
        padding: 16px 12px;
    }

    .reason-icon {
        font-size: 32px;
    }

    .reason-item h3 {
        font-size: 14px;
    }

    .reason-item p {
        font-size: 12px;
    }

    /* FAQ */
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-question {
        padding: 16px;
        font-size: 13px;
    }

    .faq-answer p {
        padding: 0 16px 16px;
        font-size: 12px;
    }

    /* Contacts Grid */
    .contacts-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .contact-card {
        padding: 20px 16px;
    }

    /* Forms */
    .form-block {
        padding: 32px 16px;
    }

    .form-block h2 {
        font-size: 20px;
    }

    .form-group input,
    .form-group textarea {
        padding: 10px;
        font-size: 14px;
    }

    /* CTA Section */
    .cta-section {
        padding: 40px 16px;
    }

    .cta-section h2 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .cta-section p {
        font-size: 13px;
    }

    /* Footer */
    footer {
        padding: 32px 0 16px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-section h3 {
        font-size: 12px;
    }

    .footer-section p,
    .footer-links a {
        font-size: 12px;
    }

    .footer-bottom {
        font-size: 11px;
        padding-top: 16px;
    }

    .footer-bottom p {
        margin: 2px 0;
    }

    /* Buttons */
    button,
    .btn {
        padding: 12px 16px;
        font-size: 13px;
    }

    .btn-phone,
    .btn-telegram {
        width: 100%;
    }

    .phone-text,
    .telegram-text {
        display: none;
    }

    /* Links */
    .link {
        font-size: 13px;
    }
}

@media (min-width: 769px) {
    .desktop-nav {
        display: flex !important;
    }

    .desktop-buttons {
        display: flex !important;
    }

    .mobile-buttons {
        display: none !important;
    }

    .menu-toggle {
        display: none !important;
    }

    .mobile-nav {
        display: none !important;
    }

    /* Hero */
    .hero {
        background: var(--white) !important;
        min-height: auto !important;
        padding: 80px 20px !important;
    }

    .hero-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hero-image {
        display: flex !important;
    }

    .hero-title {
        color: var(--gray-900) !important;
        text-shadow: none !important;
    }

    .hero-subtitle {
        color: var(--gray-700) !important;
        text-shadow: none !important;
    }

    .hero-desc {
        color: var(--gray-600) !important;
        text-shadow: none !important;
    }

    .stat-label {
        color: var(--gray-600) !important;
    }

    .stat-value {
        color: var(--gray-900) !important;
        text-shadow: none !important;
    }

    .trust-badge {
        background: transparent !important;
        border: none !important;
        backdrop-filter: none !important;
        color: var(--gray-700) !important;
        padding: 0 !important;
    }

    .cta-buttons .btn-primary {
        background: #0088cc !important;
        color: var(--white) !important;
    }

    .cta-buttons .btn-secondary {
        background: var(--gray-200) !important;
        color: var(--gray-900) !important;
    }

    .cta-buttons {
        flex-direction: row;
    }
}
