* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    font-size: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-padding-top: 80px;
}
html::-webkit-scrollbar {
    display: none;
}
::placeholder {
    color: #8a8f99;
    opacity: 1;
}
.ymaps-2-1-79-map-copyrights-promo {
display: none !important;
}

:root {
    --primary: #007aff;
    --primary-dark: #005fc1;
    --primary-light: #5e9eff;
    --accent: #af52de;
    --success: #34c759;
    --warning: #ff9500;
    --danger: #ff3b30;
    --gray-1: #8e8e93;
    --gray-2: #aeaeb2;
    --gray-3: #c6c6c8;
    --gray-4: #e5e5ea;
    --gray-5: #f2f2f7;
    --glass-bg: rgba(255, 255, 255, 0.88);
    --glass-border: rgba(255, 255, 255, 0.5);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 20px 48px rgba(0, 0, 0, 0.12);
    --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.12);
    --text-dark: #1d1d1f;
    --text-light: #86868b;
    --bg: #ffffff;
    --bg-secondary: #f8f8fa;
    --card-bg: rgba(255, 255, 255, 0.8);
    --radius: 2rem;
    --radius-lg: 3rem;
    --transition: all 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    --transition-fast: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
[data-theme="dark"] {
    --glass-bg: rgba(28, 28, 30, 0.88);
    --glass-border: rgba(255, 255, 255, 0.08);
    --text-dark: #f5f5f7;
    --text-light: #8e8e93;
    --card-bg: rgba(44, 44, 46, 0.8);
    --bg: #000000;
    --bg-secondary: #1c1c1e;
    --gray-4: #38383a;
    --gray-5: #1c1c1e;
}
body {
    background: var(--bg-secondary);
    color: var(--text-dark);
    font-family: -apple-system, 'SF Pro Display', 'Inter', system-ui, sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}
.footer {
    position: relative;
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
    margin-top: auto;
    overflow: hidden;
}
[data-theme="dark"] .footer {
    background: linear-gradient(135deg, #0f0f13 0%, #0a0a0e 100%);
}
.footer-wave {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 0;
    pointer-events: none;
}
.footer-wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}
[data-theme="dark"] .footer-wave path {
    fill-opacity: 0.8;
}
.footer-content {
    padding: 4rem 0 2rem;
    position: relative;
    z-index: 2;
}
.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2rem;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 2rem;
    margin-bottom: 3rem;
}
.footer-col-brand {
    padding-right: 1rem;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
}
.footer-logo svg {
    color: #007aff;
    filter: drop-shadow(0 2px 4px rgba(0,122,255,0.2));
}
.footer-logo h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    color: #1d1d1f;
}
.footer-logo h3 span {
    background: linear-gradient(135deg, #007aff, #af52de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
[data-theme="dark"] .footer-logo h3 {
    color: white;
}
.footer-description {
    color: #86868b;
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 300px;
}
.footer-social {
    display: flex;
    gap: 0.8rem;
}
.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #1d1d1f;
    font-size: 1.2rem;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
[data-theme="dark"] .social-icon {
    background: rgba(255, 255, 255, 0.08);
    color: #f5f5f7;
}
.social-icon:hover {
    background: #007aff;
    color: white;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 6px 12px rgba(0,122,255,0.3);
}
.footer-col h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    color: #1d1d1f;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.footer-col h4 i {
    color: #007aff;
    font-size: 1rem;
}
[data-theme="dark"] .footer-col h4 {
    color: white;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 0.7rem;
}
.footer-links a {
    text-decoration: none;
    color: #86868b;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
.footer-links a i {
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}
.footer-links a:hover {
    color: #007aff;
}
.footer-links a:hover i {
    transform: translateX(3px);
}
.footer-contacts {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-contacts li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 0.9rem;
    color: #86868b;
    font-size: 0.85rem;
}
.footer-contacts li i {
    flex-shrink: 0;
    margin-top: 0.1rem;
    color: #007aff;
    font-size: 1rem;
    width: 18px;
}
.contact-links {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.contact-links a {
    text-decoration: none;
    color: #86868b;
    transition: color 0.3s ease;
}
.contact-links a:hover {
    color: #007aff;
}
.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    color: #86868b;
    font-size: 0.8rem;
}
[data-theme="dark"] .footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.06);
}
.footer-made {
    margin-top: 0.5rem;
}
.footer-made span {
    color: #ff3b30;
    display: inline-block;
    animation: heartbeat 1.5s ease infinite;
}
@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    .footer-col-brand {
        grid-column: span 2;
        padding-right: 0;
    }
    .footer-description {
        max-width: 100%;
    }
}
@media (max-width: 640px) {
    .footer-wave {
        top: -40px;
        height: 40px;
    }
    .footer-wave svg {
        height: 40px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .footer-col-brand {
        grid-column: span 1;
    }
    .footer-container {
        padding: 0 1.5rem;
    }
    .footer-content {
        padding: 3rem 0 1.5rem;
    }
    .footer-logo h3 {
        font-size: 1.4rem;
    }
    .footer-logo svg {
        width: 28px;
        height: 28px;
    }
}
@media (max-width: 480px) {
    .footer-contacts li {
        flex-wrap: wrap;
    }
    .footer-social {
        justify-content: center;
    }
    .footer-logo {
        justify-content: center;
    }
    .footer-description {
        text-align: center;
    }
    .footer-col h4 {
        justify-content: center;
    }
    .footer-links {
        text-align: center;
    }
    .footer-links a {
        justify-content: center;
    }
    .footer-contacts li {
        justify-content: center;
    }
    .footer-made {
        text-align: center;
    }
}
.glass-card,
.btn,
.contact-card,
.service-card,
.portfolio-item,
.tab-btn,
.profile-card,
.order-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
}

.section-wrapper,
.portfolio-section,
.contacts-section {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    scroll-margin-top: 80px;
    overflow: hidden;
}

.section-wrapper:nth-child(1) {
    background: linear-gradient(135deg, #e8f0ff 0%, #f5f5ff 100%);
    position: relative;
    overflow: hidden;
}
.section-wrapper:nth-child(1)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: 
        repeating-linear-gradient(
            90deg,
            rgba(100, 120, 200, 0.02) 0px,
            rgba(100, 120, 200, 0.02) 1px,
            transparent 1px,
            transparent 70px
        ),
        repeating-linear-gradient(
            0deg,
            rgba(100, 120, 200, 0.015) 0px,
            rgba(100, 120, 200, 0.015) 1px,
            transparent 1px,
            transparent 70px
        );
}

.portfolio-section {
    background: linear-gradient(135deg, rgb(106 143 203), rgb(135 140 207 / 26%));
    position: relative;
    overflow: hidden;
}

.portfolio-section::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: 
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.04) 0px,
            rgba(255, 255, 255, 0.04) 1px,
            transparent 1px,
            transparent 65px
        ),
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.03) 0px,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 65px
        );
}

.portfolio-section::after {
    content: 'âœ¦';
    position: absolute;
    font-size: 18rem;
    color: rgba(255, 255, 255, 0.02);
    bottom: -50px;
    right: -50px;
    pointer-events: none;
    transform: rotate(-10deg);
}

.contacts-section {
    background: linear-gradient(135deg, #10102b 0%, #39477b 50%, #6c80c5ed 100%);
    position: relative;
    overflow: hidden;
}

.contacts-section::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: 
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.03) 0px,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 80px
        );
}

.contacts-section::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: 
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.02) 0px,
            rgba(255, 255, 255, 0.02) 1px,
            transparent 1px,
            transparent 80px
        );
}

.about-section {
    background: linear-gradient(135deg, #fdf6ed 0%, #f5ede3 100%);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-section::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: 
        repeating-linear-gradient(
            90deg,
            rgba(200, 170, 140, 0.02) 0px,
            rgba(200, 170, 140, 0.02) 1px,
            transparent 1px,
            transparent 75px
        ),
        repeating-linear-gradient(
            0deg,
            rgba(200, 170, 140, 0.015) 0px,
            rgba(200, 170, 140, 0.015) 1px,
            transparent 1px,
            transparent 75px
        );
}

.prices-section {
    background: linear-gradient(135deg, #eef2f7 0%, #dce3ed 100%);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prices-section::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: 
        repeating-linear-gradient(
            90deg,
            rgba(100, 130, 180, 0.02) 0px,
            rgba(100, 130, 180, 0.02) 1px,
            transparent 1px,
            transparent 70px
        ),
        repeating-linear-gradient(
            0deg,
            rgba(100, 130, 180, 0.015) 0px,
            rgba(100, 130, 180, 0.015) 1px,
            transparent 1px,
            transparent 70px
        );
}

@media (max-width: 768px) {
    .section-wrapper,
    .portfolio-section,
    .contacts-section,
    .about-section,
    .prices-section {
        min-height: auto;
        padding: 80px 0;
    }
    
    .portfolio-section::after {
        font-size: 10rem;
        bottom: -30px;
        right: -30px;
    }
}
[data-theme="dark"] .section-wrapper:nth-child(1) {
    background: linear-gradient(135deg, #0a0a0f 0%, #1a1a2e 100%);
}
[data-theme="dark"] .portfolio-section {
    background: radial-gradient(circle at 10% 20%, rgba(0,122,255,0.05) 0%, rgba(175,82,222,0.02) 100%);
}
[data-theme="dark"] .section-wrapper:nth-child(3) {
    background: radial-gradient(circle at 90% 80%, rgba(52,199,89,0.03) 0%, rgba(0,122,255,0.03) 100%);
}
[data-theme="dark"] .contacts-section {
    background: linear-gradient(180deg, rgba(0,122,255,0.03) 0%, rgba(255,59,48,0.02) 100%);
}
.section {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 40px;
}
.section h2 {
    text-align: center;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
}
.section > p {
    text-align: center;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
}
#home {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.home-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    position: relative;
    z-index: 2;
}
.home-content {
    flex: 1;
    max-width: 600px;
    text-align: left;
    animation: fadeInUp 0.8s ease forwards;
}
.home-badge {
    display: inline-block;
    background: rgba(0,122,255,0.12);
    backdrop-filter: blur(10px);
    padding: 0.5rem 1.2rem;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 1.5rem;
    border: 1px solid rgba(0,122,255,0.2);
}
.home-content h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}
.home-content .gradient-text {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    background: linear-gradient(135deg, #007aff 0%, #5e9eff 40%, #af52de 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
}
.home-content p {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    color: var(--text-light);
    margin-bottom: 2rem;
    line-height: 1.5;
}
.btn-primary,
.btn-outline {
    flex: 1;
    min-width: 180px;
    padding: 12px 16px;
    border-radius: 100px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
}
.btn-primary {
    background: var(--primary, #3b82f6);
    border: none;
    color: white;
}
.btn-primary:hover {
    background: var(--primary-dark, #2563eb);
}
.btn-outline {
    background: transparent;
    border: 1px solid #3b82f6;
    color: #3b82f6;
}
.btn-outline:hover {
    background: #3b82f620;
}
.btn-icon {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.btn-icon-solid {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.home-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 590;
    border-radius: 100px;
    text-decoration: none;
    transition: var(--transition-fast);
    cursor: pointer;
    border: none;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    color: var(--primary);
    border: 1px solid var(--glass-border);
}
.btn-primary {
    background: var(--primary);
    color: white;
    border: none;
    box-shadow: 0 4px 12px rgba(0,122,255,0.3);
}
.btn-primary:hover {
    background: var(--primary-dark);
    transform: scale(0.98);
}
.btn-outline {
    background: transparent;
    border: 1px solid rgba(0,122,255,0.3);
    color: var(--primary);
}
.btn-outline:hover {
    background: rgba(0,122,255,0.1);
    transform: scale(0.98);
}
.btn svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: currentColor;
    transition: transform 0.3s;
}
.btn:hover svg {
    transform: translateX(4px);
}
.home-illustration {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}
.liquid-glass {
    position: relative;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1 / 1;
}
.glass-morph {
    position: absolute;
    border-radius: 48% 52% 36% 64% / 53% 45% 55% 47%;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(40px);
    border: 1px solid rgba(255,255,255,0.6);
    animation: floatLiquid 8s ease-in-out infinite;
}
[data-theme="dark"] .glass-morph {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.15);
}
.morph-1 { width: 100%; height: 100%; background: linear-gradient(135deg, rgba(0,122,255,0.15), rgba(175,82,222,0.1)); animation-delay: 0s; }
.morph-2 { width: 70%; height: 70%; top: 15%; left: 15%; background: linear-gradient(225deg, rgba(94,158,255,0.12), rgba(0,122,255,0.08)); animation-delay: -2s; animation-duration: 10s; }
.morph-3 { width: 40%; height: 40%; top: 30%; left: 30%; background: rgba(175,82,222,0.08); backdrop-filter: blur(60px); animation-delay: -4s; animation-duration: 12s; }
.center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    z-index: 10;
}
.center-icon svg {
    width: 100%;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1));
    animation: iconFloat 4s ease-in-out infinite;
}
@keyframes floatLiquid {
    0% { border-radius: 48% 52% 36% 64% / 53% 45% 55% 47%; transform: rotate(0deg); }
    50% { border-radius: 58% 42% 62% 38% / 43% 55% 45% 57%; transform: rotate(5deg); }
    100% { border-radius: 48% 52% 36% 64% / 53% 45% 55% 47%; transform: rotate(0deg); }
}
@keyframes iconFloat {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}
.portfolio-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 40px;
    width: 100%;
}
.portfolio-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}
.portfolio-title h2 {
    text-align: left;
    background: linear-gradient(135deg, #ffffff 0%, #aaccff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 0.5rem;
}
.portfolio-subtitle {
    color: rgba(255,255,255,0.7);
    font-size: 1rem;
}
.portfolio-nav {
    display: flex;
    gap: 1rem;
}
.portfolio-nav-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}
.portfolio-nav-btn:hover {
    background: var(--primary);
    transform: scale(1.05);
}

.portfolio-slider {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 0.5rem 0 1.5rem;
}
.portfolio-slider::-webkit-scrollbar {
    display: none;
}
.portfolio-item {
    flex: 0 0 calc(33.333% - 1.334rem);
    min-width: 320px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    border-radius: 2rem;
    overflow: hidden;
    transition: all 0.4s;
    border: 1px solid rgba(255,255,255,0.1);
}
.portfolio-item:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,0.12);
}
.portfolio-image-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}
.portfolio-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.portfolio-item:hover .portfolio-img {
    transform: scale(1.05);
}
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,122,255,0.85), rgba(175,82,222,0.85));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    opacity: 0;
    transition: 0.3s;
    backdrop-filter: blur(4px);
}
.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}
.portfolio-category {
    background: rgba(255,255,255,0.2);
    padding: 0.5rem 1rem;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    color: white;
}
.portfolio-details {
    background: white;
    color: var(--primary);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 100px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}
.portfolio-details:hover {
    transform: scale(1.05);
    gap: 12px;
    background: var(--primary);
    color: white;
}
.portfolio-caption {
    padding: 1.5rem;
    text-align: left;
}
.portfolio-caption h3 {
    font-size: 1.2rem;
    color: white;
    margin-bottom: 0.5rem;
}
.portfolio-caption p {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.7);
}
.portfolio-dots {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2.5rem;
}
.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}
.dot.active {
    width: 28px;
    border-radius: 4px;
    background: var(--primary);
}
@media (max-width: 1024px) {
    .portfolio-item { flex: 0 0 calc(50% - 1rem); min-width: 280px; }
}
@media (max-width: 768px) {
    .portfolio-item { flex: 0 0 85%; }
}
.services-section {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
}
[data-theme="dark"] .services-section {
    background: linear-gradient(135deg, #0a0a15 0%, #151528 100%);
}
.services-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
    width: 100%;
}
.services-header {
    text-align: center;
    margin-bottom: 3rem;
}
.section-badge {
    display: inline-block;
    background: rgba(0,122,255,0.1);
    padding: 0.3rem 1rem;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #007aff;
}
.services-header h2 {
    background: linear-gradient(135deg, #1d1d1f, #007aff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(2rem, 4vw, 3rem);
}
.service-tabs-container {
    margin-bottom: 2rem;
}
.service-tabs-scroll {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: center;
}
.service-tabs-scroll::-webkit-scrollbar { display: none; }
.service-tabs {
    display: flex;
    gap: 0.75rem;
    background: rgba(0,0,0,0.04);
    padding: 0.5rem;
    border-radius: 100px;
    flex-wrap: wrap;
    justify-content: center;
}
[data-theme="dark"] .service-tabs {
    background: rgba(255,255,255,0.05);
}
.tab-btn {
    padding: 0.7rem 1.5rem;
    background: transparent;
    border: none;
    font-weight: 600;
    font-size: 0.9rem;
    color: #666;
    cursor: pointer;
    border-radius: 100px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
[data-theme="dark"] .tab-btn { color: rgba(255,255,255,0.7); }
.tab-btn.active {
    background: #007aff;
    color: white;
    box-shadow: 0 6px 16px rgba(0,122,255,0.3);
    transform: translateY(-2px);
}
.tab-content {
    margin-top: 2rem;
}
.services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}
.service-card {
    flex: 0 0 340px;
    background: white;
    border-radius: 1.5rem;
    padding: 1.5rem;
    transition: all 0.4s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
}
[data-theme="dark"] .service-card {
    background: rgba(28,28,30,0.9);
    backdrop-filter: blur(10px);
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 32px rgba(0,0,0,0.08);
}
.service-card-top {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.service-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(0,122,255,0.1), rgba(175,82,222,0.08));
    border-radius: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-icon i {
    font-size: 1.8rem;
    background: linear-gradient(135deg, #007aff, #af52de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-info {
    flex: 1;
}
.service-info h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.service-info p {
    font-size: 0.85rem;
    color: #86868b;
    line-height: 1.4;
}
.service-card-bottom {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 1rem;
    margin-top: 1rem;
}
.service-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #007aff;
}
.btn-service {
    padding: 0.6rem 1.2rem;
    background: rgba(0,122,255,0.08);
    border: none;
    border-radius: 100px;
    font-weight: 600;
    color: #007aff;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-service:hover {
    background: #007aff;
    color: white;
}
.services-cta {
    text-align: center;
    margin-top: 3rem;
}
.btn-other {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0.9rem 2rem;
    background: #007aff;
    color: white;
    border: none;
    border-radius: 100px;
    font-weight: 600;
    cursor: pointer;
}
.contacts-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 40px;
    width: 100%;
}
.contacts-header {
    text-align: left;
    margin-bottom: 3rem;
}
.contacts-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    background: linear-gradient(135deg, #ffffff 0%, #aaccff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contacts-subtitle {
    color: rgba(255,255,255,0.6);
    font-size: 1rem;
    margin-top: 0.5rem;
}
.contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: stretch;
}
.contacts-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}
.contact-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 1.2rem;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(10px);
    border-radius: 3.5rem;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.08);
    flex: 1;
}
.contact-card:hover {
    transform: translateX(6px);
    background: rgba(255,255,255,0.12);
}
.contact-icon {
    width: 44px;
    height: 44px;
    background: rgba(0,122,255,0.15);
    border-radius: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contact-icon svg {
    width: 22px;
    height: 22px;
    stroke: #5e9eff;
}
.contact-card-content h3 {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5);
    margin-bottom: 0.2rem;
    text-transform: uppercase;
}
.contact-card-content p {
    font-size: 0.95rem;
    font-weight: 500;
    color: white;
}
.contact-card-content small {
    color: white;
}
.contact-card-content p a {
    color: white;
    text-decoration: none;
}
.contact-card-content p a:hover {
    color: #5e9eff;
}
.contacts-form-wrapper {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(10px);
    border-radius: 3.5rem;
    padding: 1.8rem;
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: column;
}
.quick-form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.form-header {
    text-align: center;
    margin-bottom: 1.5rem;
}
.form-badge {
    display: inline-block;
    background: rgba(0,122,255,0.2);
    padding: 0.25rem 1rem;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #5e9eff;
}
.quick-form h3 {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 0.25rem;
}
.quick-form p {
    color: white;
    font-size: 0.8rem;
}
.form-field {
    position: relative;
    margin-bottom: 1rem;
}
.form-field i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.4);
    pointer-events: none;
}
.form-field textarea ~ i {
    top: 1rem;
    transform: none;
}
.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    padding: 0.85rem 1rem 0.85rem 2.8rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 1rem;
    font-size: 0.9rem;
    color: white;
    transition: all 0.3s;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #007aff;
    background: rgba(255,255,255,0.12);
}
.btn-submit {
    width: 100%;
    padding: 0.9rem;
    background: linear-gradient(135deg, #007aff, #5e9eff);
    color: white;
    border: none;
    border-radius: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s;
}
.btn-submit:hover {
    transform: translateY(-2px);
    gap: 14px;
    box-shadow: 0 8px 20px rgba(0,122,255,0.3);
}
.form-note {
    text-align: center;
    font-size: 0.7rem;
    color: rgba(255,255,255,0.35);
    margin-top: 1rem;
}
#yandex-map {
    margin-top: 2.5rem;
    border-radius: 3.5rem;
    overflow: hidden;
    height: 320px;
    border: 1px solid rgba(255,255,255,0.1);
}
@media (max-width: 1024px) {
    .contacts-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .contact-card { flex-direction: column; text-align: center; padding: 1rem; border-radius: 2rem; }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.8);
    padding: 12px 0;
    transition: all 0.3s ease;
}
[data-theme="dark"] .header {
    background: rgba(0, 0, 0, 0.8);
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5%;
}
.logo {
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}
.nav {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.nav-link {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 100px;
    transition: all 0.3s;
}
.nav-link:hover, .nav-link.active {
    background: rgba(0,122,255,0.1);
    color: var(--primary);
}
.btn-login {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 0.5rem 1rem;
    border-radius: 100px;
    font-weight: 500;
    text-decoration: none;
}
.btn-login:hover {
    background: var(--primary);
    color: white;
}
.theme-toggle-header {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
}
.menu-toggle span {
    width: 28px;
    height: 3px;
    background: var(--text-dark);
    margin: 3px 0;
    border-radius: 3px;
}
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(20px);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}
.mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
.mobile-nav .nav-link {
    font-size: 1.5rem;
}
.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}
@media (max-width: 768px) {
    .nav { display: none; }
    .menu-toggle { display: flex; }
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}
.modal-content {
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    border-radius: 2rem;
    width: 90%;
    max-width: 500px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--glass-border);
    animation: modalFadeIn 0.3s ease;
}
.modal-header {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--glass-border);
    display: flex;
    justify-content: space-between;
}
.modal-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}
.modal-form {
    padding: 1.5rem;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}
.form-group input, .form-group textarea, .form-group select {
    width: 100%;
    padding: 0.75rem 1rem;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 1rem;
}
.form-row {
    display: flex;
    gap: 1rem;
}
.center-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}
@keyframes modalFadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}
@media (max-width: 480px) {
    .form-row { flex-direction: column; }
}
.checkbox-modern {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}
.checkbox-modern input {
    display: none;
}
.checkmark-custom {
    width: 18px;
    height: 18px;
    border: 1px solid #5e9eff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}
.checkbox-modern input:checked + .checkmark-custom::after {
    content: 'âœ“';
    position: absolute;
    top: -2px;
    left: 3px;
    font-size: 12px;
    color: #5e9eff;
}
.forgot-link {
    color: #5e9eff;
    text-decoration: none;
    font-size: 0.85rem;
}
.btn-auth-submit {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #007aff, #5e9eff);
    border: none;
    border-radius: 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s;
}
.btn-auth-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 122, 255, 0.4);
    gap: 0.8rem;
}
.auth-demo-hint {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}
.form-step-indicator {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.5rem;
}
.form-step-indicator .step {
    flex: 1;
    text-align: center;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 0.3rem;
    border-radius: 2rem;
    transition: all 0.3s;
}
.form-step-indicator .step.active {
    color: #5e9eff;
    background: rgba(94, 158, 255, 0.15);
}
.step-content {
    display: none;
    animation: fadeSlide 0.3s ease;
}
.step-content.active {
    display: block;
}
.step-buttons-modern {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}
.btn-step {
    flex: 1;
    padding: 0.8rem;
    border-radius: 2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}
.btn-step.primary {
    background: linear-gradient(135deg, #007aff, #5e9eff);
    border: none;
    color: white;
}
.btn-step.secondary {
    background: transparent;
    border: 1px solid #5e9eff;
    color: #5e9eff;
}
.btn-step:hover {
    transform: translateY(-2px);
}
@media (max-width: 900px) {
    .auth-wrapper { flex-direction: column; }
    .auth-illustration { min-height: 250px; }
    .auth-form-container { padding: 1.5rem; }
}
@media (max-width: 500px) {
    .auth-card-modern { max-width: 100%; }
    .form-step-indicator { flex-direction: column; gap: 0.3rem; align-items: stretch; }
}
@keyframes patternMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(40px, 40px); }
}
.logo-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.logo-icon {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.illustration-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 20px 0 16px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}
.illustration-desc {
    opacity: 0.85;
    line-height: 1.6;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}
.stats-row {
    display: flex;
    gap: 24px;
    margin-top: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.stat-block {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 12px 20px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.2);
    flex: 1;
    min-width: 80px;
}
.stat-number {
    font-size: 1.5rem;
    font-weight: 700;
}
.stat-label {
    font-size: 0.7rem;
    opacity: 0.85;
}
.print-animation {
    display: flex;
    gap: 16px;
    margin-top: 32px;
    position: relative;
    z-index: 2;
}
.print-icon {
    width: 55px;
    height: 55px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    animation: bounceAnim 2s ease-in-out infinite;
    border: 1px solid rgba(255,255,255,0.2);
}
.print-icon:nth-child(2) { animation-delay: 0.3s; }
.print-icon:nth-child(3) { animation-delay: 0.6s; }
@keyframes bounceAnim {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
.form-side {
    flex: 1;
    padding: 48px 40px;
    background: var(--glass-bg);
}
.auth-tabs {
    display: flex;
    gap: 8px;
    background: rgba(0,0,0,0.05);
    padding: 6px;
    border-radius: 60px;
    margin-bottom: 32px;
}
[data-theme="dark"] .auth-tabs {
    background: rgba(255,255,255,0.1);
}
.auth-form {
    display: none;
    animation: fadeSlide 0.4s ease;
}
.auth-form.active {
    display: block;
}
@keyframes fadeSlide {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}
.form-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-dark);
}
.form-subtitle {
    color: var(--text-light);
    margin-bottom: 28px;
    font-size: 0.9rem;
}
.input-wrapper {
    position: relative;
    margin-bottom: 20px;
}
.input-wrapper i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
    font-size: 1rem;
    pointer-events: none;
    z-index: 1;
}
.input-wrapper input {
    width: 100%;
    padding: 14px 18px 14px 48px;
    border: 1px solid var(--gray-4);
    border-radius: 16px;
    font-size: 1rem;
    transition: all 0.2s;
    font-family: inherit;
    background: var(--bg-secondary);
    color: var(--text-dark);
}
.input-wrapper input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0,122,255,0.15);
}
.checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}
.checkbox-group input {
    width: auto;
    padding: 0;
    margin: 0;
}
.checkbox-group label {
    margin: 0;
    font-weight: normal;
    font-size: 0.85rem;
    color: var(--text-dark);
}
.checkbox-group a {
    color: var(--primary);
    text-decoration: none;
}
.forgot-link {
    text-align: right;
    margin-top: -12px;
    margin-bottom: 20px;
}
.forgot-link a {
    color: var(--primary);
    text-decoration: none;
    font-size: 0.8rem;
}
.demo-hint {
    text-align: center;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--gray-4);
    font-size: 0.75rem;
    color: var(--text-light);
}
@media (max-width: 900px) {
    .illustration-side { display: none; }
    .form-side { flex: 1; }
    .auth-card { max-width: 500px; margin: 0 auto; }
}
@media (max-width: 600px) {
    .form-side { padding: 32px 24px; }
    .form-title { font-size: 1.5rem; }
}
.error-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border-radius: 3rem;
    padding: 3rem 2.5rem;
    text-align: center;
    max-width: 800px;
    margin: auto;
    animation: fadeInUp 0.8s ease;
}
.error-number {
    font-size: 5rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: pulseText 2s ease-in-out infinite;
}
@keyframes pulseText {
    0%, 100% { opacity: 0.8; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.05); }
}
.error-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.error-description {
    font-size: 1rem;
    color: var(--text-light);
    max-width: 500px;
    margin: 0 auto 2rem;
}
.error-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}
.profile-header {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(20px);
    border-bottom: 0.5px solid var(--gray-4);
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    margin: 0;
    padding: 0;
}
[data-theme="dark"] .profile-header {
    background: rgba(0, 0, 0, 0.94);
}
.header-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
}
.logo i {
    color: var(--primary);
    font-size: 1.4rem;
}
.logo span {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}
.theme-toggle, .logout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.theme-toggle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--gray-5);
    border: none;
    font-size: 1.1rem;
    color: var(--text-dark);
}
.logout-btn {
    gap: 8px;
    padding: 8px 16px;
    background: transparent;
    border: 1px solid var(--danger);
    border-radius: 30px;
    color: var(--danger);
    font-weight: 500;
    font-size: 0.85rem;
}
.logout-btn:hover {
    background: var(--danger);
    color: white;
}
.welcome-banner {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 28px;
    padding: 20px 28px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    color: white;
}
.welcome-text h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 4px;
}
.welcome-text p {
    opacity: 0.85;
    font-size: 0.85rem;
}
.welcome-stats {
    display: flex;
    gap: 24px;
}
.stat-item {
    text-align: center;
}
.stat-value {
    font-size: 1.4rem;
    font-weight: 700;
}
.stat-label {
    font-size: 0.7rem;
    opacity: 0.85;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}
.stat-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 16px;
    border: 0.5px solid var(--gray-4);
    transition: all 0.2s;
}
.stat-card-icon {
    width: 44px;
    height: 44px;
    background: rgba(0, 122, 255, 0.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.stat-card-icon i {
    font-size: 1.2rem;
    color: var(--primary);
}
.stat-card h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 4px;
}
.stat-card p {
    color: var(--text-light);
    font-size: 0.75rem;
}
.profile-tabs {
    display: flex;
    gap: 8px;
    background: var(--gray-5);
    padding: 4px;
    border-radius: 100px;
    margin-bottom: 24px;
    width: fit-content;
}
.tab-btn {
    padding: 10px 24px;
    border: none;
    background: transparent;
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.2s;
    color: var(--text-light);
}
.tab-btn.active {
    background: var(--primary);
    color: white;
}
.orders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 16px;
}
.order-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 16px;
    border: 0.5px solid var(--gray-4);
    transition: all 0.2s;
    position: relative;
}
.order-card::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 4px;
    height: 40px;
    background: var(--primary);
    border-radius: 0 4px 4px 0;
}
.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-left: 12px;
}
.order-id {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--primary);
}
.order-date {
    font-size: 0.7rem;
    color: var(--text-light);
}
.order-service {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 8px;
    padding-left: 12px;
}
.order-description {
    font-size: 0.75rem;
    color: var(--text-light);
    margin-bottom: 12px;
    padding-left: 12px;
    line-height: 1.4;
}
.order-status {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
    margin-bottom: 12px;
    margin-left: 12px;
}
.status-completed { background: rgba(52,199,89,0.12); color: var(--success); }
.status-processing { background: rgba(255,149,0,0.12); color: var(--warning); }
.status-pending { background: rgba(0,122,255,0.12); color: var(--primary); }
.order-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 12px;
    padding-left: 12px;
}
.order-actions {
    display: flex;
    gap: 8px;
    padding-left: 12px;
}
.profile-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border-radius: 28px;
    padding: 28px;
    border: 0.5px solid var(--gray-4);
    max-width: 500px;
    margin: 0 auto;
}
.profile-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}
.avatar-image {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.avatar-image i {
    font-size: 2.5rem;
    color: white;
}
.profile-name {
    font-size: 1.3rem;
    font-weight: 600;
}
.profile-email {
    color: var(--text-light);
    font-size: 0.85rem;
}
.info-group {
    margin-bottom: 16px;
}
.info-group label {
    display: block;
    font-size: 0.7rem;
    color: var(--text-light);
    margin-bottom: 6px;
}
.info-group input {
    width: 100%;
    padding: 12px 14px;
    background: var(--bg-secondary);
    border: 0.5px solid var(--gray-4);
    border-radius: 14px;
    font-size: 0.9rem;
    font-family: inherit;
    color: var(--text-dark);
    transition: all 0.2s;
}
.info-group input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0,122,255,0.1);
}
.profile-actions {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}
.btn-primary {
    flex: 1;
    padding: 12px;
    background: var(--primary);
    border: none;
    border-radius: 100px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
    max-width: 100px;
}
.btn-primary:hover {
    background: var(--primary-dark);
}
.btn-secondary {
    flex: 1;
    padding: 12px;
    background: transparent;
    border: 1px solid var(--danger);
    border-radius: 100px;
    color: var(--danger);
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}
.btn-secondary:hover {
    background: var(--danger);
    color: white;
}
.settings-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border-radius: 28px;
    padding: 28px;
    border: 0.5px solid var(--gray-4);
    max-width: 500px;
    margin: 0 auto;
}
.settings-card h3 {
    margin-bottom: 20px;
    font-size: 1.2rem;
}
.setting-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 0.5px solid var(--gray-4);
}
.setting-info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.setting-info i {
    width: 28px;
    color: var(--primary);
}
.toggle-switch {
    position: relative;
    width: 51px;
    height: 31px;
    background: var(--gray-3);
    border-radius: 31px;
    cursor: pointer;
    transition: 0.2s;
}
.toggle-switch.active {
    background: var(--success);
}
.toggle-switch::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 27px;
    height: 27px;
    background: white;
    border-radius: 50%;
    transition: 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.toggle-switch.active::after {
    left: 22px;
}
.detail-row {
    display: flex;
    margin-bottom: 12px;
    gap: 12px;
    font-size: 0.85rem;
}
.detail-row strong {
    width: 80px;
    color: var(--primary);
}
.modal-footer {
    margin-top: 20px;
    text-align: center;
}
#toastMsg {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: #1c1c1e;
    color: white;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 0.85rem;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(8px);
    font-weight: 500;
    white-space: nowrap;
    animation: fadeInUpToast 0.3s ease;
}
@keyframes fadeInUpToast {
    from { opacity: 0; transform: translateX(-50%) translateY(20px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}
@media (max-width: 1024px) {
    .stats-grid { gap: 16px; }
}
@media (max-width: 768px) {
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .orders-grid { grid-template-columns: 1fr; }
    .profile-actions { flex-direction: column; }
}
@media (max-width: 480px) {
    .stats-grid { grid-template-columns: 1fr; }
}
.admin-header {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--gray-4);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.admin-wrapper {
    display: flex;
    min-height: calc(100vh - 76px);
}
.admin-sidebar {
    width: 280px;
    flex-shrink: 0;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border-right: 1px solid var(--gray-4);
    padding: 24px 16px;
    position: sticky;
    top: 76px;
    height: calc(100vh - 76px);
    overflow-y: auto;
}
.nav-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    border-radius: 28px;
    color: var(--text-dark);
    font-weight: 500;
    transition: all 0.2s;
    margin-bottom: 8px;
    cursor: pointer;
}
.nav-item.active, .nav-item:hover {
    background: linear-gradient(135deg, rgba(0,122,255,0.15), rgba(175,82,222,0.08));
    transform: translateX(8px);
}
.admin-content {
    flex: 1;
    padding: 32px;
    min-width: 0;
}
.page {
    display: none;
    animation: fadeIn 0.3s ease;
}
.page.active-page {
    display: block;
}
.card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border-radius: 32px;
    border: 1px solid var(--gray-4);
    padding: 28px;
    margin-bottom: 28px;
}
.card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.table-container {
    overflow-x: auto;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    padding: 14px 12px;
    text-align: left;
    border-bottom: 1px solid var(--gray-4);
}
th {
    font-weight: 600;
    color: var(--primary);
    font-size: 0.85rem;
}
.status-badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 600;
}
.status-new { background: rgba(0,122,255,0.15); color: var(--primary); }
.status-processing { background: rgba(255,149,0,0.15); color: var(--warning); }
.status-completed { background: rgba(52,199,89,0.15); color: var(--success); }
.btn-icon {
    background: transparent;
    border: none;
    cursor: pointer;
    margin: 0 6px;
    font-size: 1.1rem;
    color: var(--primary);
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}
.page-btn {
    padding: 8px 14px;
    border-radius: 30px;
    border: 1px solid var(--gray-4);
    background: var(--bg-secondary);
    cursor: pointer;
}
.page-btn.active {
    background: var(--primary);
    color: white;
}
@media (max-width: 900px) {
    .admin-sidebar {
        position: fixed;
        left: -280px;
        transition: left 0.3s;
        z-index: 150;
    }
    .admin-sidebar.open { left: 0; }
    .admin-content { padding: 20px; }
}
.animated {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}
.animated.active {
    opacity: 1;
    transform: translateY(0);
}
.step-indicator {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
    justify-content: space-between;
}
.step {
    flex: 1;
    text-align: center;
    position: relative;
}
.step-number {
    width: 40px;
    height: 40px;
    background: var(--gray-4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    font-weight: 600;
    color: var(--text-light);
    transition: all 0.3s;
}
.step.active .step-number {
    background: var(--primary);
    color: white;
    box-shadow: 0 0 0 4px rgba(0,122,255,0.2);
}
.step.completed .step-number {
    background: var(--success);
    color: white;
}
.step.completed .step-number::after {
    content: 'âœ“';
}
.step.completed .step-number span {
    display: none;
}
.step-label {
    font-size: 0.75rem;
    color: var(--text-light);
}
.step.active .step-label {
    color: var(--primary);
    font-weight: 500;
}
.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 20px;
    right: -6px;
    width: calc(100% - 40px);
    height: 2px;
    background: var(--gray-4);
    z-index: 0;
}
.step.completed:not(:last-child)::after {
    background: var(--success);
}
.step.active:not(:last-child)::after {
    background: linear-gradient(90deg, var(--primary), var(--gray-4));
}
.step-form {
    display: none;
    animation: fadeSlide 0.3s ease;
}
.step-form.active-step {
    display: block;
}
.step-buttons {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}
.btn-secondary-outline {
    flex: 1;
    padding: 14px 0;
    background: transparent;
    border: 1px solid var(--primary);
    border-radius: 60px;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--primary);
    cursor: pointer;
    transition: all 0.2s;
}
.btn-secondary-outline:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-2px);
}
.animated-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 30% 40%, #0a1620, #02060c);
    z-index: -1;
}
.moving-grad {
    position: absolute;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle at 30% 40%, rgba(59,130,246,0.15), rgba(168,85,247,0.1));
    animation: shiftGrad 18s infinite alternate;
}
@keyframes shiftGrad {
    0% { transform: translate(-10%, -10%) rotate(0deg); }
    100% { transform: translate(10%, 10%) rotate(5deg); }
}
.particles {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}
.particle {
    position: absolute;
    background: rgba(59,130,246,0.3);
    border-radius: 50%;
    filter: blur(6px);
    animation: floatParticle 12s infinite alternate;
}
@keyframes floatParticle {
    0% { transform: translateY(0) translateX(0) scale(1); opacity: 0.3; }
    100% { transform: translateY(-60px) translateX(40px) scale(1.2); opacity: 0.7; }
}
.glass-vert-card {
    position: relative;
    z-index: 30;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    background: rgba(10, 18, 28, 0.7);
    backdrop-filter: blur(20px);
    border-radius: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 35px 60px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.05);
    transition: all 0.3s cubic-bezier(0.2,0.9,0.4,1.1);
}
.glass-vert-card:hover {
    transform: translateY(-5px);
    border-color: rgba(59,130,246,0.3);
}
.card-padding {
    padding: 2rem 2rem 2.2rem;
}
.illustration-area {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
    animation: gentleBounce 3s infinite ease-in-out;
}
.ill-item {
    background: rgba(59,130,246,0.1);
    backdrop-filter: blur(8px);
    width: 55px;
    height: 55px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #3b82f6;
    border: 1px solid rgba(59,130,246,0.3);
    transition: transform 0.2s;
}
.ill-item:nth-child(2) {
    animation-delay: 0.2s;
    background: rgba(168,85,247,0.1);
    color: #a855f7;
}
.ill-item:nth-child(3) {
    animation-delay: 0.4s;
    background: rgba(34,197,94,0.08);
    color: #22c55e;
}
@keyframes gentleBounce {
    0%,100%{ transform: translateY(0);}
    50%{ transform: translateY(-5px);}
}
.brand-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 1.9rem;
    font-weight: 700;
    background: linear-gradient(135deg, #F0F4FF, #A5C9FF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.3px;
}
.subhead {
    font-size: 0.8rem;
    color: #8f9bb3;
    margin-top: 4px;
}
.form-tab-group {
    display: flex;
    gap: 0.8rem;
    background: rgba(255,255,255,0.04);
    padding: 0.3rem;
    border-radius: 3rem;
    margin: 1.5rem 0 1.8rem;
}
.form-tab-group button {
    flex: 1;
    background: transparent;
    border: none;
    padding: 0.7rem 0;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 2.5rem;
    color: #b9c7e0;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}
.form-tab-group button.active {
    background: linear-gradient(105deg, #2563eb, #7c3aed);
    color: white;
    box-shadow: 0 6px 12px rgba(37,99,235,0.3);
}
.form-pane {
    display: none;
    animation: fadeSlide 0.4s ease;
}
.form-pane.active-pane {
    display: block;
}
.input-group {
    margin-bottom: 1.2rem;
    position: relative;
}
.input-group i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #5f7fbf;
    font-size: 1rem;
}
.input-group input {
    width: 100%;
    padding: 0.85rem 1rem 0.85rem 3rem;
    background: rgba(20, 28, 40, 0.8);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 1.3rem;
    font-size: 0.9rem;
    color: #eef2ff;
    font-family: inherit;
    transition: 0.2s;
}
.input-group input:focus {
    outline: none;
    border-color: #3b82f6;
    background: #0f1825;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.2);
}
.checkbox-inline {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0.7rem 0 1.2rem;
    font-size: 0.8rem;
    color: #b9c7e0;
}
.checkbox-inline input {
    width: 16px;
    height: 16px;
    accent-color: #3b82f6;
}
.submit-action {
    width: 100%;
    padding: 0.9rem;
    background: linear-gradient(95deg, #2563eb, #7c3aed);
    border: none;
    border-radius: 2rem;
    font-weight: 700;
    font-size: 0.95rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    cursor: pointer;
    transition: all 0.3s;
}
.submit-action:hover {
    transform: translateY(-2px);
    gap: 1rem;
    box-shadow: 0 12px 22px rgba(37,99,235,0.4);
}
.step {
    flex: 1;
    text-align: center;
    padding: 0.5rem 0;
    font-size: 0.7rem;
    font-weight: 600;
    background: transparent;
    border-radius: 2rem;
    color: #7e8bab;
    transition: 0.2s;
    cursor: pointer;
}
.step.active-step {
    background: rgba(59,130,246,0.3);
    color: white;
    backdrop-filter: blur(4px);
}
.step-content {
    display: none;
    animation: fadeStep 0.3s;
}
.step-content.active-step-content {
    display: block;
}
@keyframes fadeStep {
    from { opacity: 0; transform: translateX(6px);}
    to { opacity: 1; transform: translateX(0);}
}
.step-nav {
    display: flex;
    gap: 1rem;
    margin-top: 1.8rem;
}
.btn-outline {
    flex: 1;
    background: transparent;
    border: 1px solid #3b82f6;
    padding: 0.75rem;
    border-radius: 2rem;
    color: #3b82f6;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
    max-width: 100px;
}
.btn-outline:hover {
    background: #3b82f620;
}
.btn-gradient {
    flex: 1;
    background: linear-gradient(95deg, #2563eb, #7c3aed);
    border: none;
    padding: 0.75rem;
    border-radius: 2rem;
    color: white;
    font-weight: 600;
    cursor: pointer;
}
.demo-note {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.7rem;
    background: rgba(59,130,246,0.1);
    padding: 0.4rem;
    border-radius: 2rem;
    color: #9db4f0;
}
@media (max-width: 768px) {
    .profile-tabs {
        width: 100%;
        justify-content: space-between;
    }
    .tab-btn {
        flex: 1;
        text-align: center;
        padding: 8px 12px;
        font-size: 0.8rem;
    }
}
@media (max-width: 480px) {
    .header-actions .logo span {
        display: none;
    }
    .logout-btn span {
        display: none;
    }
    .logout-btn {
        padding: 8px 12px;
    }
    .stat-card {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .stat-card-icon {
        margin-bottom: 0;
    }
    .profile-card, .settings-card {
        padding: 20px;
    }
}
.status-badge {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}
.status-completed { background: #d1fae5; color: #065f46; }
.status-processing { background: #fffbeb; color: #92400e; }
.status-pending { background: #e0f2fe; color: #0891b2; }
.badge {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
}
.role-admin { background: #ddd; color: #333; }
.role-user { background: #efefef; color: #555; }
.btn-sm {
    padding: 4px 8px;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    background: #007aff;
    color: white;
    cursor: pointer;
}
.btn-sm:hover { opacity: 0.8; }
.auth-page-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #f0f4ff 0%, #e9eaff 50%, #f5e6ff 100%);
    position: relative;
    padding: 1.5rem;
}
.auth-page-wrapper .bg-illustration {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.auth-page-wrapper .bg-illustration i {
    position: absolute;
    font-size: 6rem;
    color: rgba(0, 122, 255, 0.08);
    animation: float 20s infinite ease-in-out;
}
.auth-page-wrapper .bg-illustration i:nth-child(1) { top: 10%; left: 5%; font-size: 8rem; animation-duration: 25s; }
.auth-page-wrapper .bg-illustration i:nth-child(2) { bottom: 15%; right: 3%; font-size: 10rem; color: rgba(175, 82, 222, 0.08); animation-duration: 30s; }
.auth-page-wrapper .bg-illustration i:nth-child(3) { top: 40%; right: 12%; font-size: 5rem; animation-duration: 18s; }
.auth-page-wrapper .bg-illustration i:nth-child(4) { bottom: 30%; left: 8%; font-size: 7rem; color: rgba(94, 158, 255, 0.07); animation-duration: 22s; }
.auth-page-wrapper .bg-illustration i:nth-child(5) { top: 70%; left: 20%; font-size: 4rem; animation-duration: 28s; }
.auth-container {
    width: 100%;
    max-width: 520px;
    margin: auto;
    position: relative;
    z-index: 10;
}
.auth-card {
    background: white;
    border-radius: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    padding: 2rem 2rem 2.5rem;
    backdrop-filter: blur(2px);
}
.logo-area {
    text-align: center;
    margin-bottom: 1.8rem;
}
.logo-icons {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-bottom: 1rem;
}
.logo-icons span {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, rgba(0,122,255,0.1), rgba(175,82,222,0.08));
    border-radius: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #007aff;
    transition: transform 0.3s;
}
.logo-icons span:nth-child(2) { color: #af52de; }
.logo-icons span:nth-child(3) { color: #5e9eff; }
.logo-icons span:hover { transform: translateY(-5px); }
.auth-card h1 {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #007aff, #af52de);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.25rem;
}
.subhead {
    font-size: 0.85rem;
    color: #6c6f78;
}
.auth-card .form-tab-group {
    display: flex;
    gap: 0.8rem;
    background: #f2f4f9;
    padding: 0.3rem;
    border-radius: 3.5rem;
    margin: 1.5rem 0 1.8rem;
}
.auth-card .form-tab-group button {
    flex: 1;
    background: transparent;
    border: none;
    padding: 0.7rem 0;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 3rem;
    color: #5f6a7a;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}
.auth-card .form-tab-group button.active {
    background: linear-gradient(105deg, #007aff, #af52de);
    color: white;
    box-shadow: 0 6px 12px rgba(0,122,255,0.25);
}
.auth-card .form-pane {
    display: none;
    animation: fadeSlide 0.3s ease;
}
.auth-card .form-pane.active {
    display: block;
}
.auth-card .input-group {
    margin-bottom: 1.2rem;
    position: relative;
}
.auth-card .input-group i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #007aff;
    font-size: 1rem;
}
.auth-card .input-group input {
    width: 100%;
    padding: 0.85rem 1rem 0.85rem 3rem;
    background: #f8f9fc;
    border: 1px solid #e2e6ed;
    border-radius: 1.3rem;
    font-size: 0.9rem;
    color: #1e293b;
    font-family: inherit;
    transition: 0.2s;
}
.auth-card .input-group input:focus {
    outline: none;
    border-color: #007aff;
    background: white;
    box-shadow: 0 0 0 3px rgba(0,122,255,0.1);
}
.auth-card .checkbox-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 1rem 0 1.2rem;
    font-size: 0.85rem;
    color: #334155;
    cursor: pointer;
}
.auth-card .checkbox-inline input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.auth-card .custom-checkbox {
    width: 20px;
    height: 20px;
    background: #f8f9fc;
    border: 1.5px solid #cbd5e1;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    transition: all 0.2s;
}
.auth-card .checkbox-inline input:checked + .custom-checkbox {
    background: linear-gradient(135deg, #007aff, #5e9eff);
    border-color: #007aff;
}
.auth-card .checkbox-inline input:checked + .custom-checkbox::after {
    content: 'âœ“';
    position: absolute;
    top: -1px;
    left: 3px;
    font-size: 13px;
    color: white;
    font-weight: bold;
}
.auth-card .login-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-top: 0.5rem;
}
.auth-card .btn-login {
    padding: 0.85rem 2rem;
    background: linear-gradient(135deg, #007aff, #5e9eff);
    border: none;
    border-radius: 3.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    transition: all 0.3s;
    box-shadow: 0 4px 10px rgba(0,122,255,0.3);
}
.auth-card .btn-login:hover {
    transform: translateY(-2px);
    gap: 0.9rem;
    box-shadow: 0 8px 20px rgba(0,122,255,0.4);
}
.auth-card .btn-forgot {
    padding: 0.85rem 1.5rem;
    background: rgba(175, 82, 222, 0.08);
    border: 1px solid rgba(175, 82, 222, 0.3);
    border-radius: 3.5rem;
    font-weight: 500;
    font-size: 0.85rem;
    color: #af52de;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.auth-card .btn-forgot:hover {
    background: rgba(175, 82, 222, 0.15);
    border-color: #af52de;
}
.auth-card .submit-action {
    width: 100%;
    padding: 0.9rem;
    background: linear-gradient(95deg, #007aff, #5e9eff);
    border: none;
    border-radius: 3rem;
    font-weight: 700;
    font-size: 0.95rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 0.5rem;
}
.auth-card .submit-action:hover {
    transform: translateY(-2px);
    gap: 1rem;
    box-shadow: 0 12px 22px rgba(0,122,255,0.3);
}
.auth-card .demo-note {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.7rem;
    background: rgba(0,122,255,0.06);
    padding: 0.5rem;
    border-radius: 2rem;
    color: #4b5565;
}
.reg-stepper {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 2rem;
    background: rgba(0, 0, 0, 0.03);
    padding: 0.4rem;
    border-radius: 3rem;
    backdrop-filter: blur(4px);
}
[data-theme="dark"] .reg-stepper {
    background: rgba(255, 255, 255, 0.05);
}
.reg-step {
    flex: 1;
    text-align: center;
    padding: 0.6rem 0.2rem;
    border-radius: 2.5rem;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.3px;
    background: transparent;
    color: #6c757d;
    transition: all 0.25s ease;
    cursor: default;
    position: relative;
    backdrop-filter: blur(2px);
}
.reg-step.active {
    background: linear-gradient(105deg, var(--primary), var(--accent));
    color: white;
    box-shadow: 0 4px 12px rgba(0, 122, 255, 0.25);
    transform: scale(1.02);
}
.reg-step.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: var(--primary);
    border-radius: 3px;
    animation: stepGlow 0.4s ease;
}
@keyframes stepGlow {
    from { width: 0; opacity: 0; }
    to { width: 30px; opacity: 1; }
}
.reg-step-pane {
    display: none;
    animation: paneFade 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
.reg-step-pane.active-pane {
    display: block;
}
@keyframes paneFade {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}
.reg-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}
.reg-btn {
    flex: 1;
    padding: 0.8rem 0;
    border-radius: 3rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s;
    border: none;
    background: none;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.reg-btn-back {
    background: transparent;
    border: 1.5px solid var(--primary);
    color: var(--primary);
}
.reg-btn-back:hover {
    background: rgba(0, 122, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 122, 255, 0.15);
}
.reg-btn-next {
    background: linear-gradient(95deg, var(--primary), var(--primary-light));
    color: white;
    box-shadow: 0 4px 10px rgba(0, 122, 255, 0.3);
}
.reg-btn-next:hover {
    transform: translateY(-2px);
    gap: 12px;
    box-shadow: 0 8px 20px rgba(0, 122, 255, 0.4);
}
.reg-btn-submit {
    background: linear-gradient(95deg, var(--success), #2eb872);
    color: white;
    box-shadow: 0 4px 12px rgba(52, 199, 89, 0.3);
}
.reg-btn-submit:hover {
    transform: translateY(-2px);
    gap: 12px;
    box-shadow: 0 8px 20px rgba(52, 199, 89, 0.4);
}
@keyframes float {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-40px) rotate(5deg); }
    100% { transform: translateY(0) rotate(0deg); }
}
@keyframes fadeSlide {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeStep {
    from { opacity: 0; transform: translateX(6px);}
    to { opacity: 1; transform: translateX(0);}
}
@media (max-width: 640px) {
    .reg-stepper {
        flex-direction: column;
        background: transparent;
        gap: 0.5rem;
        padding: 0;
        border-radius: 0;
    }
    .reg-step {
        background: rgba(0, 0, 0, 0.04);
        border-radius: 2rem;
        padding: 0.5rem;
        font-size: 0.8rem;
    }
    [data-theme="dark"] .reg-step {
        background: rgba(255, 255, 255, 0.05);
    }
    .reg-step.active::after {
        display: none;
    }
    .reg-actions {
        flex-direction: column;
        gap: 0.7rem;
    }
    .reg-btn {
        width: 100%;
    }
    .auth-card {
        padding: 1.5rem;
    }
    .auth-card .login-actions {
        flex-direction: column;
    }
    .auth-card .btn-login,
    .auth-card .btn-forgot {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .auth-card {
        padding: 1.2rem;
    }
}
.service-card .service-image {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
.service-card .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.language-select {
    background: var(--bg-secondary);
    border: 1px solid var(--gray-4);
    border-radius: 30px;
    padding: 8px 16px;
    font-family: inherit;
    font-size: 0.9rem;
    color: var(--text-dark);
    cursor: pointer;
    outline: none;
}
.settings-buttons {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}
.settings-status {
    margin-top: 16px;
    font-size: 0.8rem;
    text-align: center;
    color: var(--success);
}
#paginationControls {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
    flex-wrap: wrap;
}
.pagination-btn {
    min-width: 40px;
    padding: 8px 12px;
    border-radius: 30px;
    border: 1px solid var(--gray-4);
    background: var(--glass-bg);
    backdrop-filter: blur(8px);
    color: var(--text-dark);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}
.pagination-btn.active {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
    box-shadow: 0 2px 8px rgba(0,122,255,0.3);
}
.pagination-btn:hover:not(.active) {
    background: rgba(0,122,255,0.1);
    border-color: var(--primary);
    transform: translateY(-2px);
}
#saveSettingsBtn {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border: none;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 1rem;
    color: white;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 4px 12px rgba(0,122,255,0.3);
    letter-spacing: 0.3px;
}
#saveSettingsBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,122,255,0.4);
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}
#saveSettingsBtn:active {
    transform: translateY(1px);
}
.btn-secondary {
    background: transparent;
    border: 1px solid var(--gray-4);
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    color: var(--text-light);
    cursor: pointer;
    transition: all 0.2s;
}
.btn-secondary:hover {
    background: rgba(0,0,0,0.05);
    border-color: var(--danger);
    color: var(--danger);
}
.glass-vert-card {
    max-width: 96%;
    border-radius: 1.8rem;
}
.card-padding {
    padding: 1.2rem 1rem 1.5rem;
}
.illustration-area {
    gap: 0.5rem;
    margin-bottom: 0.3rem;
}
.ill-item {
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
}
.brand-header h1 {
    font-size: 1.4rem;
}
.subhead {
    font-size: 0.65rem;
}
.form-tab-group {
    margin: 1rem 0;
    border-radius: 2rem;
}
.form-tab-group button {
    padding: 0.5rem 0;
    font-size: 0.8rem;
}
.input-group input {
    padding: 0.8rem 1rem 0.8rem 2.5rem;
    font-size: 0.9rem;
    min-height: 48px;
}
.input-group i {
    left: 0.8rem;
    font-size: 1rem;
}
.submit-action {
    min-height: 48px;
    padding: 0.7rem;
    font-size: 0.9rem;
}
.step {
    background: rgba(255,255,255,0.05);
    border-radius: 2rem;
    text-align: center;
    font-size: 0.7rem;
    padding: 0.45rem;
}
.step.active-step {
    background: rgba(59,130,246,0.4);
}
.step-content {
    margin-top: 0.5rem;
}
.step-nav {
    flex-direction: column;
    gap: 0.7rem;
}
.btn-outline, .btn-gradient {
    width: 100%;
    text-align: center;
    justify-content: center;
    min-height: 46px;
}
.demo-note {
    font-size: 0.6rem;
    padding: 0.3rem 0.5rem;
}
@media (max-width: 360px) {
    .card-padding {
        padding: 1rem 0.8rem 1.2rem;
    }
    .ill-item {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }
    .brand-header h1 {
        font-size: 1.3rem;
    }
    .input-group input {
        padding-left: 2.3rem;
        font-size: 0.85rem;
    }
    .step {
        font-size: 0.65rem;
        padding: 0.35rem;
    }
}
@media (max-width: 850px) and (orientation: landscape) {
    .glass-vert-card {
        max-width: 85%;
        margin: 15px auto;
    }
    .card-padding {
        padding: 1.2rem;
    }
    .illustration-area {
        margin-bottom: 0.2rem;
    }
    .brand-header h1 {
        font-size: 1.3rem;
    }
    .step-indicator-modern {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .step {
        flex: auto;
        min-width: 80px;
    }
}
@media (max-width: 640px) {
    .animated-bg, .particles {
        display: none;
    }
    .glass-vert-card {
        backdrop-filter: blur(12px);
    }
}
@media(max-width: 915px) {
    .home-illustration {
        display: none;
    }
}
@media(max-width: 420px) {
    .home-buttons {
        justify-content: center;
    }
}
@media (max-width: 640px) {
    .step-indicator-modern {
        flex-direction: column;
        background: transparent;
        gap: 0.4rem;
        border-radius: 0;
    }
    .step {
        background: rgba(255,255,255,0.05);
        border-radius: 2rem;
        text-align: center;
        font-size: 0.7rem;
        padding: 0.45rem;
    }
    .step.active-step {
        background: rgba(59,130,246,0.4);
    }
    .step-content {
        margin-top: 0.5rem;
    }
    .step-nav {
        flex-direction: column;
        gap: 0.7rem;
    }
    .btn-outline, .btn-gradient {
        width: 100%;
        text-align: center;
        justify-content: center;
        min-height: 46px;
    }
}
.order-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.order-modal.active {
    display: flex;
    opacity: 1;
}

.order-modal__container {
    background: var(--bg-card, #ffffff);
    border-radius: 28px;
    width: 90%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.order-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 28px;
    border-bottom: 1px solid var(--border, #e5e7eb);
    background: linear-gradient(135deg, var(--primary-light, #f0f9ff) 0%, transparent 100%);
    border-radius: 28px 28px 0 0;
}

.order-modal__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: var(--text-primary, #111827);
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-modal__title i {
    color: var(--primary, #3b82f6);
    font-size: 1.4rem;
}

.order-modal__close {
    background: var(--bg-secondary, #f3f4f6);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    color: var(--text-secondary, #6b7280);
}

.order-modal__close:hover {
    background: var(--danger, #ef4444);
    color: white;
    transform: rotate(90deg);
}

.order-form,
.order-confirm {
    padding: 28px;
}

.order-form__field,
.order-confirm__field {
    margin-bottom: 20px;
}

.order-form__row,
.order-confirm__row {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.order-form__field--half,
.order-confirm__field--half {
    flex: 1;
    margin-bottom: 0;
}

.order-form__label,
.order-confirm__label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-primary, #374151);
}

.order-form__required {
    color: var(--danger, #ef4444);
    margin-left: 2px;
}

.order-form__input,
.order-form__select,
.order-form__textarea,
.order-confirm__input,
.order-confirm__textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid var(--border, #e5e7eb);
    border-radius: 14px;
    font-size: 0.95rem;
    font-family: inherit;
    transition: all 0.2s;
    background: var(--bg-input, #ffffff);
    color: var(--text-primary, #111827);
}

.order-form__input:focus,
.order-form__select:focus,
.order-form__textarea:focus,
.order-confirm__input:focus,
.order-confirm__textarea:focus {
    outline: none;
    border-color: var(--primary, #3b82f6);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.order-form__select-wrapper {
    position: relative;
}

.order-form__select {
    appearance: none;
    cursor: pointer;
    padding-right: 40px;
}

.order-form__select-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--text-secondary, #6b7280);
}

.order-form__textarea,
.order-confirm__textarea {
    resize: vertical;
    min-height: 90px;
}

.order-form__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    position: relative;
}

.order-form__checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.order-form__checkmark {
    width: 20px;
    height: 20px;
    background: var(--bg-input, #ffffff);
    border: 2px solid var(--border, #d1d5db);
    border-radius: 6px;
    display: inline-block;
    flex-shrink: 0;
    transition: all 0.2s;
}

.order-form__checkbox input:checked ~ .order-form__checkmark {
    background: var(--primary, #3b82f6);
    border-color: var(--primary, #3b82f6);
}

.order-form__checkbox input:checked ~ .order-form__checkmark::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 16px;
}

.order-form__checkbox-text {
    font-size: 0.85rem;
    color: var(--text-secondary, #6b7280);
    line-height: 1.4;
}

.order-form__checkbox-text a {
    color: var(--primary, #3b82f6);
    text-decoration: none;
}

.order-form__checkbox-text a:hover {
    text-decoration: underline;
}

.order-form__submit {
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, var(--primary, #3b82f6) 0%, var(--primary-dark, #2563eb) 100%);
    border: none;
    border-radius: 16px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s;
    margin-top: 8px;
}

.order-form__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -5px rgba(59, 130, 246, 0.4);
}

.order-form__submit--confirm {
    background: linear-gradient(135deg, var(--success, #10b981) 0%, var(--success-dark, #059669) 100%);
}

.order-form__captcha {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.order-confirm {
    text-align: center;
}

.order-confirm__icon {
    font-size: 3rem;
    color: var(--success, #10b981);
    margin-bottom: 16px;
}

.order-confirm__title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--text-primary, #111827);
}

.order-confirm__field {
    text-align: left;
}

.order-confirm__input,
.order-confirm__textarea {
    background: var(--bg-secondary, #f9fafb);
    cursor: default;
}

.readonly-input {
    background: #f9fafb;
    cursor: default;
}

[data-theme="dark"] .order-modal__container {
    background: var(--bg-card-dark, #1f2937);
}

[data-theme="dark"] .order-form__input,
[data-theme="dark"] .order-form__select,
[data-theme="dark"] .order-form__textarea {
    background: var(--bg-input-dark, #374151);
    border-color: var(--border-dark, #4b5563);
    color: #f3f4f6;
}

.contact-glass-panel {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    border-radius: 2rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.25);
}

.contact-glass-panel:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 122, 255, 0.4);
    box-shadow: 0 30px 55px -15px rgba(0, 122, 255, 0.2);
}

[data-theme="dark"] .contact-glass-panel {
    background: rgba(20, 20, 30, 0.7);
    border-color: rgba(255, 255, 255, 0.08);
}

.contact-quick-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-form-header {
    text-align: center;
    margin-bottom: 0;
}

.contact-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(0, 122, 255, 0.2), rgba(175, 82, 222, 0.15));
    padding: 0.6rem 1.2rem;
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 600;
    color: #5e9eff;
    backdrop-filter: blur(4px);
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.contact-badge i {
    font-size: 1.3rem;
}

.contact-quick-form h3 {
    font-size: 1.3rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff, #aaccff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0;
}

.contact-demo-area {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-buttons-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-phone-link,
.contact-email-link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 1.5rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}

.contact-phone-link::before,
.contact-email-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.contact-phone-link:hover::before,
.contact-email-link:hover::before {
    left: 100%;
}

.contact-phone-link:hover,
.contact-email-link:hover {
    background: linear-gradient(135deg, rgba(0, 122, 255, 0.2), rgba(175, 82, 222, 0.15));
    transform: translateX(5px);
    border-color: rgba(0, 122, 255, 0.4);
}

.contact-icon-circle {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(0, 122, 255, 0.2), rgba(175, 82, 222, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s;
}

.contact-phone-link:hover .contact-icon-circle,
.contact-email-link:hover .contact-icon-circle {
    background: linear-gradient(135deg, rgba(0, 122, 255, 0.4), rgba(175, 82, 222, 0.25));
    transform: scale(1.05);
}

.contact-icon-circle i {
    font-size: 1.1rem;
    color: #5e9eff;
}

.contact-link-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.contact-link-label {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-link-value {
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
}

.contact-link-arrow {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.contact-phone-link:hover .contact-link-arrow,
.contact-email-link:hover .contact-link-arrow {
    transform: translateX(5px);
    color: #5e9eff;
}

.contact-divider-line {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0.25rem 0;
}

.contact-divider-line::before,
.contact-divider-line::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-divider-line span {
    padding: 0 1rem;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-social-row {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin: 0;
}

.contact-social-icon {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    padding: 0.6rem 0.4rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-social-icon i {
    font-size: 1.2rem;
    color: white;
    transition: all 0.3s;
}

.contact-social-icon span {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.6);
}

.contact-social-icon:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgba(0, 122, 255, 0.2), rgba(175, 82, 222, 0.15));
    border-color: rgba(0, 122, 255, 0.4);
}

.contact-social-icon:hover i {
    color: #5e9eff;
    transform: scale(1.05);
}

.contact-working-hours {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.6rem 0.8rem;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 1rem;
    margin-top: 0.25rem;
}

.contact-working-hours i {
    font-size: 1rem;
    color: #5e9eff;
}

.contact-hours-info {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.contact-hours-info span {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.5);
}

.contact-hours-info strong {
    font-size: 0.75rem;
    color: white;
    font-weight: 600;
}

.contact-day-off {
    color: #ff9500;
}

@media (max-width: 768px) {
    .contact-glass-panel {
        padding: 1rem 1.25rem;
    }
    
    .contact-quick-form h3 {
        font-size: 1.2rem;
    }
    
    .contact-icon-circle {
        width: 36px;
        height: 36px;
    }
    
    .contact-icon-circle i {
        font-size: 0.95rem;
    }
    
    .contact-link-value {
        font-size: 0.8rem;
    }
    
    .contact-social-icon {
        padding: 0.5rem 0.3rem;
    }
    
    .contact-social-icon i {
        font-size: 1rem;
    }
    
    .contact-social-icon span {
        font-size: 0.55rem;
    }
    
    .contact-working-hours {
        padding: 0.5rem 0.7rem;
    }
}

@media (max-width: 480px) {
    .contact-glass-panel {
        padding: 0.9rem 1rem;
    }
    
    .contact-quick-form h3 {
        font-size: 1.1rem;
    }
    
    .contact-buttons-group {
        gap: 0.6rem;
    }
    
    .contact-phone-link,
    .contact-email-link {
        padding: 0.6rem 0.8rem;
    }
    
    .contact-icon-circle {
        width: 32px;
        height: 32px;
    }
    
    .contact-icon-circle i {
        font-size: 0.85rem;
    }
    
    .contact-link-value {
        font-size: 0.75rem;
    }
    
    .contact-link-label {
        font-size: 0.6rem;
    }
    
    .contact-social-row {
        gap: 0.6rem;
    }
    
    .contact-social-icon {
        padding: 0.4rem 0.2rem;
    }
    
    .contact-social-icon i {
        font-size: 0.9rem;
    }
    
    .contact-social-icon span {
        font-size: 0.5rem;
    }
    
    .contact-working-hours {
        padding: 0.4rem 0.6rem;
    }
    
    .contact-working-hours i {
        font-size: 0.9rem;
    }
    
    .contact-hours-info strong {
        font-size: 0.7rem;
    }
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-container {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fc 100%);
    border-radius: 32px;
    max-width: 550px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.modal-overlay.active .modal-container {
    transform: scale(1);
}

.modal-container::-webkit-scrollbar {
    width: 6px;
}

.modal-container::-webkit-scrollbar-track {
    background: #e2e8f0;
    border-radius: 10px;
}

.modal-container::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 10px;
}

.modal-header {
    padding: 24px 28px 16px;
    border-bottom: 1px solid rgba(102, 126, 234, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
}

.modal-header-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    flex-shrink: 0;
}

.modal-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 36px;
    height: 36px;
    background: rgba(102, 126, 234, 0.1);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    color: #667eea;
    font-size: 18px;
    z-index: 1;
}

.modal-close:hover {
    background: rgba(102, 126, 234, 0.2);
    transform: rotate(90deg);
}

.modal-body {
    padding: 24px 28px 32px;
}

.modal-body p {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 16px;
}

.modal-body h4 {
    color: #1a1a2e;
    font-size: 1.1rem;
    margin: 20px 0 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.modal-body h4 i {
    color: #667eea;
}

.modal-body ul, .modal-body ol {
    margin: 12px 0 16px;
    padding-left: 24px;
    color: #4a5568;
}

.modal-body li {
    margin: 8px 0;
    line-height: 1.5;
}

.modal-body li i {
    color: #667eea;
    margin-right: 8px;
    width: 20px;
}

.modal-tip {
    background: linear-gradient(135deg, #667eea10, #764ba210);
    border-left: 4px solid #667eea;
    padding: 16px 20px;
    border-radius: 16px;
    margin-top: 20px;
}

.modal-tip i {
    color: #667eea;
    margin-right: 10px;
}

.modal-footer {
    padding: 16px 28px 24px;
    border-top: 1px solid rgba(102, 126, 234, 0.1);
    display: flex;
    justify-content: flex-end;
}

.modal-footer button {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    padding: 10px 24px;
    border-radius: 40px;
    color: white;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.modal-footer button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

@media (max-width: 640px) {
    .modal-container {
        width: 95%;
        border-radius: 24px;
    }
    .modal-header {
        padding: 20px 20px 12px;
    }
    .modal-body {
        padding: 20px;
    }
    .modal-header h3 {
        font-size: 1.25rem;
    }
    .modal-close {
        top: 16px;
        right: 16px;
        width: 32px;
        height: 32px;
    }
}

.prices-section {
    background: linear-gradient(135deg, #f8f9fc 0%, #ffffff 100%);
    padding: 80px 0;
}

.prices-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.prices-badge {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.prices-header h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #1a1a2e;
}

.prices-subtitle {
    color: #666;
    margin-bottom: 40px;
}

.prices-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
    justify-content: center;
}

.price-cat-btn {
    background: transparent;
    border: 1px solid #e2e8f0;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    color: #4a5568;
}

.price-cat-btn:hover {
    border-color: #667eea;
    color: #667eea;
}

.price-cat-btn.active {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-color: transparent;
    color: white;
}

.prices-table-wrapper {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.price-table {
    width: 100%;
    border-collapse: collapse;
}

.price-row {
    display: grid;
    grid-template-columns: 1fr 0.8fr 0.8fr 0.8fr;
    border-bottom: 1px solid #e2e8f0;
}

.price-header {
    background: linear-gradient(135deg, #667eea10, #764ba210);
    font-weight: 700;
    color: #1a1a2e;
}

.price-col {
    padding: 15px 20px;
}

.price-header .price-col {
    padding: 18px 20px;
}

.prices-note {
    margin-top: 30px;
    padding: 20px;
    background: #fef3c7;
    border-radius: 16px;
    display: flex;
    gap: 12px;
    color: #92400e;
    font-size: 0.9rem;
}

.prices-note i {
    font-size: 1.2rem;
}

.faq-section {
    background: #f5f7fb;
    padding: 80px 0;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-badge {
    display: inline-block;
    background: #e8eef5;
    color: #667eea;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.faq-header h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #1a1a2e;
}

.faq-subtitle {
    color: #666;
    margin-bottom: 50px;
}

.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    cursor: pointer;
    transition: all 0.3s;
}

.faq-question:hover {
    background: #f8f9fc;
}

.faq-question i:first-child {
    color: #667eea;
    font-size: 1.2rem;
}

.faq-question span {
    flex: 1;
    font-weight: 600;
    font-size: 1rem;
    color: #1a1a2e;
}

.faq-toggle {
    color: #a0aec0;
    transition: transform 0.3s;
}

.faq-item.active .faq-toggle {
    transform: rotate(-90deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fafbfd;
    border-top: 0px solid #e2e8f0;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    border-top-width: 1px;
}

.faq-answer p {
    padding: 20px 24px;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

.faq-footer {
    margin-top: 40px;
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 50px;
}

.faq-footer p {
    margin: 0;
    font-weight: 500;
}

.faq-footer i {
    color: #667eea;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .price-row {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 12px 16px;
    }
    .price-header {
        display: none;
    }
    .price-col {
        padding: 4px 0;
    }
    .price-col:first-child {
        font-weight: 700;
        color: #1a1a2e;
    }
    .price-col:not(:first-child)::before {
        content: attr(data-label);
        font-weight: 500;
        color: #667eea;
        margin-right: 10px;
    }
    .prices-categories {
        gap: 8px;
    }
    .price-cat-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
    .faq-question {
        padding: 16px 20px;
    }
    .faq-question span {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .prices-section, .faq-section {
        padding: 50px 0;
    }
    .prices-header h2, .faq-header h2 {
        font-size: 1.8rem;
    }
    .price-cat-btn {
        padding: 6px 14px;
        font-size: 0.75rem;
    }
    .faq-question {
        padding: 14px 16px;
    }
    .faq-question span {
        font-size: 0.85rem;
    }
}
.contacts-fullwidth-map {
    width: 100%;
    height: 450px;
    min-height: 450px;
    border-radius: 2rem;
    overflow: hidden;
    background: #1a1a2e;
    margin-top: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 1024px) {
    .contacts-fullwidth-map {
        height: 500px;
        min-height: 420px;
    }
}

@media (max-width: 768px) {
    .contacts-fullwidth-map {
        height: 350px;
        min-height: 350px;
        border-radius: 1.5rem;
    }
}

@media (max-width: 480px) {
    .contacts-fullwidth-map {
        height: 280px;
        min-height: 280px;
    }
}

.contact-info-note {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1rem;
    background: linear-gradient(135deg, rgba(0, 122, 255, 0.15), rgba(175, 82, 222, 0.08));
    border-radius: 1rem;
    margin-top: 0.5rem;
    border: 1px solid rgba(0, 122, 255, 0.2);
}

.contact-info-note i {
    font-size: 1.2rem;
    color: #5e9eff;
}

.contact-note-text {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.contact-note-text strong {
    font-size: 0.85rem;
    color: white;
    font-weight: 600;
}

.contact-note-text span {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.5);
}
.contact-social-single {
    display: flex;
    justify-content: center;
    margin: 0.5rem 0;
}

.contact-social-icon-large {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 0.8rem 1.8rem;
    background: rgba(0, 122, 255, 0.12);
    border-radius: 3rem;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 260px;
}

.contact-social-icon-large i:first-child {
    font-size: 1.8rem;
    color: #007aff;
}

.contact-social-icon-large span {
    font-size: 1rem;
    font-weight: 500;
    color: white;
}

.contact-social-icon-large i:last-child {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease;
}

.contact-social-icon-large:hover {
    background: rgba(0, 122, 255, 0.2);
    transform: translateX(5px);
}

.contact-social-icon-large:hover i:last-child {
    transform: translateX(3px);
    color: #007aff;
}
.work-status-toggle {
    cursor: pointer;
    padding: 6px 14px;
    border-radius: 40px;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.work-status-toggle:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-sm);
}

.status-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #34c759;
    transition: all 0.3s ease;
}

.status-dot.working {
    background: #34c759;
    animation: pulse-green 1.5s infinite;
}

.status-dot.not-working {
    background: #ff3b30;
    box-shadow: none;
    animation: none;
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 199, 89, 0.4);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(52, 199, 89, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(52, 199, 89, 0);
    }
}

.status-text {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-dark);
}

[data-theme="dark"] .status-text {
    color: #f5f5f7;
}

.status-text.working {
    color: #34c759;
}

.status-text.not-working {
    color: #ff3b30;
}

@media (max-width: 768px) {
    .work-status-toggle {
        padding: 4px 10px;
    }
    .status-text {
        font-size: 0.7rem;
    }
    .status-dot {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 480px) {
    .work-status-toggle {
        padding: 4px 8px;
    }
    .status-text {
        font-size: 0.65rem;
    } 
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgb(255 255 255 / 65%);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

[data-theme="dark"] .header {
    background: rgba(18, 18, 18, 0.95);
    border-bottom-color: rgba(255, 255, 255, 0.05);
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0.8rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    color: #1d1d1f;
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.02);
}

.logo svg {
    color: #007aff;
}

.logo-highlight {
    background: linear-gradient(135deg, #007aff, #af52de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

[data-theme="dark"] .logo {
    color: white;
}

.nav {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    background: rgba(0, 0, 0, 0.03);
    padding: 0.3rem;
    border-radius: 100px;
}

[data-theme="dark"] .nav {
    background: rgba(255, 255, 255, 0.05);
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    color: #55555b;
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: 100px;
    transition: all 0.3s ease;
}

.nav-link svg {
    width: 18px;
    height: 18px;
    color: #86868b;
    transition: all 0.3s ease;
}

.nav-link:hover {
    background: rgba(0, 122, 255, 0.1);
    color: #007aff;
}

.nav-link:hover svg {
    color: #007aff;
}

.nav-link.active {
    background: rgba(0, 122, 255, 0.15);
    color: #007aff;
}

.nav-link.active svg {
    color: #007aff;
}

[data-theme="dark"] .nav-link {
    color: #f5f5f7;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.theme-toggle-header {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.theme-toggle-header:hover {
    background: rgba(0, 122, 255, 0.1);
    transform: scale(1.05);
}

.theme-toggle-header svg {
    width: 20px;
    height: 20px;
    color: #1d1d1f;
}

[data-theme="dark"] .theme-toggle-header {
    background: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .theme-toggle-header svg {
    color: #f5f5f7;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.menu-toggle span {
    width: 24px;
    height: 2px;
    background: #1d1d1f;
    border-radius: 2px;
    transition: all 0.3s ease;
}

[data-theme="dark"] .menu-toggle span {
    background: #f5f5f7;
}

.menu-toggle:hover {
    background: rgba(0, 0, 0, 0.05);
}

.work-status-toggle {
    cursor: pointer;
    padding: 6px 14px;
    border-radius: 40px;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.work-status-toggle:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-sm);
}

.status-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #34c759;
    transition: all 0.3s ease;
}

.status-dot.working {
    background: #34c759;
    animation: pulse-green 1.5s infinite;
}

.status-dot.not-working {
    background: #ff3b30;
    box-shadow: none;
    animation: none;
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 199, 89, 0.4);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(52, 199, 89, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(52, 199, 89, 0);
    }
}

.status-text {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-dark);
}

[data-theme="dark"] .status-text {
    color: #f5f5f7;
}

.status-text.working {
    color: #34c759;
}

.status-text.not-working {
    color: #ff3b30;
}

@media (max-width: 1024px) {
    .header-container {
        padding: 0.8rem 1.5rem;
    }
    
    .nav {
        display: none;
    }
    
    .menu-toggle {
        display: flex;
    }
    
    .nav-link-profile {
        display: none;
    }
}

@media (max-width: 768px) {
    .work-status-toggle {
        padding: 4px 10px;
    }
    .status-text {
        font-size: 0.7rem;
    }
    .status-dot {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 600px) {
    .header-container {
        padding: 0.6rem 1rem;
    }
    
    .logo span {
        font-size: 1rem;
    }
    
    .logo svg {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 480px) {
    .work-status-toggle {
        padding: 4px 8px;
    }
    .status-text {
        font-size: 0.65rem;
    }
}
.portfolio-empty {
    text-align: center;
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 500px;
    margin: 2rem auto;
    animation: fadeInUp 0.6s ease;
}

.portfolio-empty-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, rgba(0, 122, 255, 0.15), rgba(175, 82, 222, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-empty-icon svg {
    width: 40px;
    height: 40px;
    stroke: var(--primary);
}

.portfolio-empty-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.portfolio-empty-text {
    font-size: 0.95rem;
    color: #f3f3f3;
    line-height: 1.5;
    max-width: 350px;
    margin: 0 auto;
}

.portfolio-empty-decoration {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.portfolio-empty-decoration span {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 50%;
    animation: pulseDot 1.5s ease infinite;
}

.portfolio-empty-decoration span:nth-child(2) { animation-delay: 0.2s; }
.portfolio-empty-decoration span:nth-child(3) { animation-delay: 0.4s; }
.portfolio-empty-decoration span:nth-child(4) { animation-delay: 0.6s; }
.portfolio-empty-decoration span:nth-child(5) { animation-delay: 0.8s; }

@keyframes pulseDot {
    0%, 100% {
        transform: scale(1);
        opacity: 0.4;
    }
    50% {
        transform: scale(1.3);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

[data-theme="dark"] .portfolio-empty {
    background: rgba(255, 255, 255, 0.03);
}

[data-theme="dark"] .portfolio-empty-icon {
    background: linear-gradient(135deg, rgba(0, 122, 255, 0.1), rgba(175, 82, 222, 0.05));
}

.lux-empty {
    text-align: center;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 2rem auto;
    max-width: 500px;
}

.lux-empty i {
    font-size: 3rem;
    color: var(--primary);
    opacity: 0.5;
    margin-bottom: 1rem;
    display: inline-block;
}

.lux-empty h3 {
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.lux-empty p {
    color: var(--text-light);
    font-size: 0.85rem;
}
.price-tabs-container {
    margin-bottom: 40px;
}

.price-tabs-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    scroll-behavior: smooth;
}

.price-tabs-scroll:active {
    cursor: grabbing;
}

.price-tabs-scroll::-webkit-scrollbar {
    height: 4px;
}

.price-tabs-scroll::-webkit-scrollbar-track {
    background: rgba(102, 126, 234, 0.1);
    border-radius: 10px;
}

.price-tabs-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 10px;
}

.price-tabs {
    display: flex;
    gap: 12px;
    min-width: min-content;
    padding: 4px 0 12px 0;
}

.price-tab {
    background: transparent;
    border: 1px solid #e2e8f0;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    color: #4a5568;
    white-space: nowrap;
    flex-shrink: 0;
}

.price-tab:hover {
    border-color: #667eea;
    color: #667eea;
}

.price-tab.active {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-color: transparent;
    color: white;
}

@media (max-width: 768px) {
    .price-tab {
        padding: 8px 18px;
        font-size: 0.85rem;
    }
    
    .price-tabs-scroll::-webkit-scrollbar {
        height: 3px;
    }
}

@media (max-width: 480px) {
    .price-tab {
        padding: 6px 14px;
        font-size: 0.75rem;
    }
    
    .price-tabs {
        gap: 8px;
    }
}

.schedule-card {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.schedule-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 58, 107, 0.03), transparent);
    pointer-events: none;
}

.schedule-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.schedule-content {
    flex: 1;
    width: 100%;
    position: relative;
    z-index: 1;
}

.schedule-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}

.schedule-header h3 {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6f88a5;
}

body[data-theme="dark"] .schedule-header h3 {
    color: #8fa3c4;
}

.schedule-detail-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #1a3a6b;
    border: none;
    padding: 5px 16px 5px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: inherit;
    box-shadow: 0 2px 8px rgba(26, 58, 107, 0.3);
    position: relative;
    overflow: hidden;
}

.schedule-detail-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.schedule-detail-btn:hover::before {
    left: 100%;
}

.schedule-detail-btn:hover {
    background: #244d87;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(26, 58, 107, 0.4);
}

.schedule-detail-btn:active {
    transform: translateY(0px);
    box-shadow: 0 2px 8px rgba(26, 58, 107, 0.3);
}

.schedule-detail-btn svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.schedule-detail-btn:hover svg {
    transform: rotate(90deg);
}

body[data-theme="dark"] .schedule-detail-btn {
    background: #2b5c9e;
    box-shadow: 0 2px 12px rgba(43, 92, 158, 0.4);
}

body[data-theme="dark"] .schedule-detail-btn:hover {
    background: #3a6fb0;
    box-shadow: 0 4px 20px rgba(43, 92, 158, 0.5);
}

.schedule-today {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 4px 0 4px;
}

.today-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    background: rgba(148, 163, 184, 0.1);
    padding: 1px 10px;
    border-radius: 10px;
}

.today-hours {
    font-weight: 600;
    font-size: 0.9rem;
    color: #1e293b;
}

body[data-theme="dark"] .today-hours {
    color: #e2e8f0;
}

.schedule-short {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: #64748b;
    flex-wrap: wrap;
}

body[data-theme="dark"] .schedule-short {
    color: #94a3b8;
}

.schedule-separator {
    color: #cbd5e1;
}

.schedule-lunch-short {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.7rem;
    color: #ca8a04;
    margin-top: 2px;
    background: rgba(251, 191, 36, 0.06);
    padding: 1px 10px 1px 6px;
    border-radius: 12px;
    border: 1px solid rgba(251, 191, 36, 0.08);
    width: fit-content;
}

body[data-theme="dark"] .schedule-lunch-short {
    color: #fbbf24;
    background: rgba(251, 191, 36, 0.04);
    border-color: rgba(251, 191, 36, 0.06);
}

.lunch-icon {
    font-size: 0.75rem;
}

.status-badge {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 1px 10px;
    border-radius: 12px;
    display: inline-block;
}

.status-badge.working {
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
}

.status-badge.lunch {
    background: rgba(251, 191, 36, 0.15);
    color: #ca8a04;
}

.status-badge.closed {
    background: rgba(148, 163, 184, 0.12);
    color: #64748b;
}

body[data-theme="dark"] .status-badge.working {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

body[data-theme="dark"] .status-badge.lunch {
    background: rgba(251, 191, 36, 0.2);
    color: #fbbf24;
}

body[data-theme="dark"] .status-badge.closed {
    background: rgba(148, 163, 184, 0.15);
    color: #94a3b8;
}

.schedule-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeIn 0.3s ease;
}

.schedule-modal-overlay.active {
    display: flex;
}

.schedule-modal {
    background: #ffffff;
    border-radius: 28px;
    max-width: 820px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 32px 40px 40px;
    position: relative;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
    animation: slideUp 0.4s ease;
}

body[data-theme="dark"] .schedule-modal {
    background: #0f1f38;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

.schedule-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(0, 0, 0, 0.04);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: all 0.3s ease;
}

body[data-theme="dark"] .schedule-modal-close {
    background: rgba(255, 255, 255, 0.04);
    color: #94a3b8;
}

.schedule-modal-close:hover {
    background: rgba(0, 0, 0, 0.08);
    transform: rotate(90deg);
}

body[data-theme="dark"] .schedule-modal-close:hover {
    background: rgba(255, 255, 255, 0.08);
}

.schedule-modal-header {
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
}

body[data-theme="dark"] .schedule-modal-header {
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

.schedule-modal-icon {
    display: inline-flex;
    background: rgba(26, 58, 107, 0.06);
    padding: 12px;
    border-radius: 16px;
    color: #1a3a6b;
    margin-bottom: 12px;
}

body[data-theme="dark"] .schedule-modal-icon {
    background: rgba(255, 255, 255, 0.06);
    color: #b6d0f0;
}

.schedule-modal-header h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0b1a33;
    margin: 0;
}

body[data-theme="dark"] .schedule-modal-header h2 {
    color: #e8edf5;
}

.schedule-modal-subtitle {
    color: #64748b;
    font-size: 0.95rem;
    margin-top: 4px;
}

body[data-theme="dark"] .schedule-modal-subtitle {
    color: #94a3b8;
}

.schedule-current-day {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(26, 58, 107, 0.04);
    padding: 12px 20px;
    border-radius: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 8px;
}

body[data-theme="dark"] .schedule-current-day {
    background: rgba(255, 255, 255, 0.04);
}

.current-day-label {
    font-weight: 600;
    font-size: 0.85rem;
    color: #1e293b;
}

body[data-theme="dark"] .current-day-label {
    color: #e2e8f0;
}

.current-day-date {
    color: #64748b;
    font-size: 0.9rem;
    flex: 1;
}

body[data-theme="dark"] .current-day-date {
    color: #94a3b8;
}

.schedule-table {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 24px;
}

.schedule-row {
    display: grid;
    grid-template-columns: 140px 1fr 1fr 1fr 100px;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 12px;
    align-items: center;
    font-size: 0.85rem;
    transition: all 0.2s;
}

.schedule-row.header-row {
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.04);
}

body[data-theme="dark"] .schedule-row.header-row {
    color: #64748b;
    border-bottom-color: rgba(255, 255, 255, 0.04);
}

.schedule-row:not(.header-row):hover {
    background: rgba(0, 0, 0, 0.02);
}

body[data-theme="dark"] .schedule-row:not(.header-row):hover {
    background: rgba(255, 255, 255, 0.02);
}

.schedule-row.today-highlight {
    background: rgba(26, 58, 107, 0.06);
    border: 1px solid rgba(26, 58, 107, 0.1);
}

body[data-theme="dark"] .schedule-row.today-highlight {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.06);
}

.schedule-row.weekend {
    opacity: 0.7;
}

.day-name {
    font-weight: 600;
    color: #1e293b;
}

body[data-theme="dark"] .day-name {
    color: #e2e8f0;
}

.time-slot {
    font-weight: 500;
    color: #334155;
    padding: 2px 8px;
    border-radius: 6px;
    text-align: center;
}

body[data-theme="dark"] .time-slot {
    color: #cbd5e1;
}

.time-slot.morning {
    background: rgba(34, 197, 94, 0.06);
}

.time-slot.lunch-break {
    background: rgba(251, 191, 36, 0.08);
    color: #ca8a04;
}

body[data-theme="dark"] .time-slot.lunch-break {
    background: rgba(251, 191, 36, 0.12);
    color: #fbbf24;
}

.time-slot.afternoon {
    background: rgba(59, 130, 246, 0.06);
}

.day-status {
    font-weight: 600;
    font-size: 0.75rem;
    text-align: center;
    padding: 2px 8px;
    border-radius: 12px;
}

.day-status.working {
    background: rgba(34, 197, 94, 0.1);
    color: #16a34a;
}

.day-status.working-short {
    background: rgba(251, 191, 36, 0.1);
    color: #ca8a04;
}

body[data-theme="dark"] .day-status.working {
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
}

body[data-theme="dark"] .day-status.working-short {
    background: rgba(251, 191, 36, 0.15);
    color: #fbbf24;
}

.schedule-lunch-info {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(251, 191, 36, 0.06);
    border: 1px solid rgba(251, 191, 36, 0.12);
    padding: 14px 20px;
    border-radius: 16px;
    margin-bottom: 24px;
}

body[data-theme="dark"] .schedule-lunch-info {
    background: rgba(251, 191, 36, 0.04);
    border-color: rgba(251, 191, 36, 0.08);
}

.lunch-info-icon {
    font-size: 1.8rem;
}

.lunch-info-text {
    display: flex;
    flex-direction: column;
}

.lunch-info-text strong {
    color: #1e293b;
    font-size: 0.95rem;
}

body[data-theme="dark"] .lunch-info-text strong {
    color: #e2e8f0;
}

.lunch-info-text span {
    color: #64748b;
    font-size: 0.85rem;
}

body[data-theme="dark"] .lunch-info-text span {
    color: #94a3b8;
}

.schedule-modal-contacts {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

body[data-theme="dark"] .schedule-modal-contacts {
    border-top-color: rgba(255, 255, 255, 0.06);
}

.schedule-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(26, 58, 107, 0.04);
    border-radius: 12px;
    color: #1a3a6b;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s;
}

body[data-theme="dark"] .schedule-contact-link {
    background: rgba(255, 255, 255, 0.04);
    color: #b6d0f0;
}

.schedule-contact-link:hover {
    background: rgba(26, 58, 107, 0.08);
    transform: translateY(-1px);
}

body[data-theme="dark"] .schedule-contact-link:hover {
    background: rgba(255, 255, 255, 0.08);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 768px) {
    .schedule-modal {
        padding: 24px 20px 28px;
        max-height: 95vh;
        border-radius: 20px;
    }
    
    .schedule-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 12px 14px;
        font-size: 0.8rem;
    }
    
    .schedule-row.header-row {
        display: none;
    }
    
    .schedule-row .day-name {
        font-weight: 700;
        font-size: 0.9rem;
    }
    
    .schedule-row .time-slot {
        text-align: left;
        padding: 2px 0;
        background: none !important;
    }
    
    .schedule-row .day-status {
        text-align: left;
        padding: 2px 0;
    }
    
    .schedule-current-day {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    
    .schedule-modal-contacts {
        flex-direction: column;
    }
    
    .schedule-contact-link {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .schedule-modal-header h2 {
        font-size: 1.4rem;
    }
    
    .schedule-header {
        flex-wrap: wrap;
        gap: 6px;
    }
    
    .schedule-detail-btn {
        font-size: 0.7rem;
        padding: 4px 12px 4px 10px;
    }
    
    .schedule-today {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
    
    .schedule-short {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
    
    .schedule-separator {
        display: none;
    }
}

.advantages-section {
    background: linear-gradient(145deg, #f4f6fa 0%, #e6ecf5 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
[data-theme="dark"] .advantages-section {
    background: radial-gradient(ellipse at 20% 30%, #0b1428, #030712);
}
.advantages-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.adv-bg-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}
.adv-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.25;
    animation: shapeFloat 18s infinite alternate ease-in-out;
}
.adv-shape-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #667eea, transparent 70%);
    top: -200px;
    left: -200px;
    animation-duration: 22s;
}
.adv-shape-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #764ba2, transparent 70%);
    bottom: -100px;
    right: -100px;
    animation-duration: 26s;
    animation-delay: -4s;
}
.adv-shape-3 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #34d399, transparent 70%);
    top: 40%;
    right: 10%;
    animation-duration: 20s;
    animation-delay: -8s;
}
.adv-shape-4 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #fbbf24, transparent 70%);
    bottom: 20%;
    left: 15%;
    animation-duration: 24s;
    animation-delay: -12s;
}
@keyframes shapeFloat {
    0% { transform: translate(0, 0) scale(1) rotate(0deg); }
    25% { transform: translate(30px, -20px) scale(1.1) rotate(5deg); }
    50% { transform: translate(-20px, 30px) scale(0.9) rotate(-3deg); }
    75% { transform: translate(15px, -10px) scale(1.05) rotate(4deg); }
    100% { transform: translate(-10px, 15px) scale(1) rotate(-2deg); }
}
.advantages-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}
.adv-badge {
    display: inline-block;
    background: linear-gradient(135deg, #667eea, #764ba2);
    padding: 8px 22px;
    border-radius: 60px;
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
    box-shadow: 0 4px 14px rgba(102, 126, 234, 0.3);
}
.advantages-header h2 {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}
[data-theme="dark"] .advantages-header h2 { color: white; }
.adv-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}
.adv-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: 28px;
    padding: 32px 24px 28px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
    animation: cardAppear 0.8s forwards;
    animation-delay: var(--delay);
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}
.adv-card:hover {
    transform: translateY(-12px) scale(1.01);
    border-color: rgba(102, 126, 234, 0.4);
    box-shadow: 0 24px 48px rgba(102, 126, 234, 0.12);
}
@keyframes cardAppear {
    to { opacity: 1; transform: translateY(0); }
}
.adv-card-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.1));
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: #667eea;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}
.adv-card:hover .adv-card-icon {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    transform: rotate(-8deg) scale(1.05);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}
.adv-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}
.adv-card p {
    font-size: 0.92rem;
    color: var(--text-light);
    line-height: 1.6;
}
.adv-card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(102, 126, 234, 0.06), transparent 70%);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}
.adv-card:hover .adv-card-glow { opacity: 1; }
.process-section {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: 40px;
    padding: 50px 40px 40px;
    margin-bottom: 60px;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}
[data-theme="dark"] .process-section {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255,255,255,0.06);
}
.process-header {
    text-align: center;
    margin-bottom: 50px;
}
.process-badge {
    display: inline-block;
    background: rgba(102, 126, 234, 0.12);
    padding: 6px 18px;
    border-radius: 60px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #667eea;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.process-header h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    color: var(--text-dark);
}
[data-theme="dark"] .process-header h2 { color: white; }
.process-timeline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    gap: 20px 0;
}
.process-timeline::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #764ba2, #667eea);
    opacity: 0.2;
    border-radius: 3px;
}
.process-step {
    flex: 1 1 140px;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 0 8px;
}
.process-step-number {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
}
.process-step:hover .process-step-number {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 28px rgba(102, 126, 234, 0.5);
}
.process-step-content { flex: 1; }
.process-step-icon {
    font-size: 2rem;
    color: #667eea;
    margin-bottom: 8px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.process-step:hover .process-step-icon {
    transform: translateY(-6px) scale(1.1);
}
.process-step-content h4 {
    font-weight: 700;
    font-size: 1rem;
    color: var(--text-dark);
    margin-bottom: 4px;
}
.process-step-content p {
    font-size: 0.8rem;
    color: var(--text-light);
    line-height: 1.4;
    margin: 0;
}
.stats-extra {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
    margin-top: 20px;
    padding: 30px 0;
}
.stat-item {
    text-align: center;
    padding: 20px 12px;
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 1px solid var(--glass-border);
    transition: all 0.4s ease;
    box-shadow: var(--shadow-sm);
}
.stat-item:hover {
    transform: translateY(-8px);
    border-color: rgba(102, 126, 234, 0.3);
    box-shadow: var(--shadow-md);
}
.stat-number {
    display: block;
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}
.stat-label {
    display: block;
    font-size: 0.9rem;
    color: var(--text-light);
    margin-top: 4px;
}
@media (max-width: 768px) {
    .advantages-container { padding: 0 20px; }
    .advantages-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
    .adv-card { padding: 24px 16px; }
    .process-section { padding: 30px 20px; }
    .stats-extra { grid-template-columns: 1fr 1fr; gap: 16px; }
    .process-timeline::before { display: none; }
    .process-step {
        flex: 1 1 100%;
        flex-direction: row;
        text-align: left;
        gap: 16px;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0,0,0,0.04);
    }
    .process-step-number { margin-bottom: 0; flex-shrink: 0; }
    .process-step-content { flex: 1; }
    .process-step-icon { margin-bottom: 0; font-size: 1.6rem; }
    .process-step-content p { font-size: 0.8rem; }
}
@media (max-width: 480px) {
    .advantages-grid { grid-template-columns: 1fr; }
    .stats-extra { grid-template-columns: 1fr; }
}