:root {
    --primary-blue: #0066cc;
    --light-blue: #00a8ff;
    --electric-blue: #00eeff;
    --silver: #e0e0e0;
    --dark-silver: #a0a0a0;
    --bg-dark: #0a0f2b;
    --bg-medium: #1a1f40;
    --card-bg: rgba(30, 40, 70, 0.6);
}

html {
    overflow-x: hidden;
}

body {
    max-width: 100%;
    font-family: 'Exo 2', sans-serif;
    background: linear-gradient(135deg, var(--bg-dark), var(--bg-medium));
    color: var(--silver);
    overflow-x: hidden;
    position: relative;
}

html {
    overflow-x: hidden;
    max-width: 100%;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 30%, rgba(0, 170, 255, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(0, 238, 255, 0.1) 0%, transparent 40%);
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 767px) {
    body {
        width: 100%;
        position: relative;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .navbar-collapse {
        width: 100%;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar.fixed-top {
        left: 0;
        right: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        font-size: 13px;
        letter-spacing: 0;
        white-space: nowrap;
        max-width: calc(100vw - 90px);
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 8px;
    }

    .navbar-brand .brand-ru {
        display: inline-block;
        max-width: calc(100vw - 120px);
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }

    .navbar-brand .brand-en {
        display: inline;
    }

    .navbar-brand .brand-sep {
        display: inline;
    }

    body .corner-logo {
        display: block;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
    }

    body .corner-logo img {
        height: 28px !important;
        width: auto;
    }

    body .corner-text {
        top: 90px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        font-size: 16px;
        font-weight: 800;
        line-height: 1.25;
        white-space: normal;
        max-width: calc(100vw - 20px);
        text-align: center;
        text-shadow: 0 0 14px rgba(0, 255, 153, 0.6), 0 0 30px rgba(0, 255, 153, 0.4);
    }

    body .floating-video-btn {
        top: 150px;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
        font-size: 13px;
        padding: 10px 22px;
        z-index: 999;
        box-shadow: 0 0 20px rgba(0, 255, 153, 0.5);
    }
}

h1, h2, h3, h4, h5, .navbar-brand {
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px var(--electric-blue);
}

.section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--electric-blue), transparent);
    border-radius: 50%;
}

.navbar {
    background: rgba(10, 15, 30, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--electric-blue);
    box-shadow: 0 0 20px rgba(0, 170, 255, 0.3);
    padding: 15px 0;
    width: 100%;
    left: 0;
    right: 0;
}

.navbar-brand {
    font-size: 28px;
    font-weight: 900;
    color: var(--electric-blue) !important;
    display: flex;
    align-items: center;
    text-shadow: none;
}

.logo-image {
    height: 40px;
    width: auto;
    margin-right: 0.5rem;
    vertical-align: text-top;
}

.nav-link {
    color: var(--silver) !important;
    font-weight: 500;
    margin: 0 10px;
    padding: 8px 15px !important;
    border-radius: 30px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--electric-blue);
    transition: width 0.3s ease;
}

.nav-link:hover {
    color: var(--electric-blue) !important;
    text-shadow: 0 0 10px var(--electric-blue);
}

.nav-link:hover::before {
    width: 100%;
}

.container-fluid {
    max-width: 100%;
    overflow-x: hidden;
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    background:
        linear-gradient(rgba(10, 15, 30, 0.85), rgba(10, 15, 30, 0.9)),
        url('https://images.unsplash.com/photo-1542362567-b07e54358753?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
}

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

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    background: linear-gradient(90deg, var(--silver), var(--electric-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { text-shadow: 0 0 10px rgba(0, 238, 255, 0.5); }
    50% { text-shadow: 0 0 20px var(--electric-blue), 0 0 30px var(--light-blue); }
    100% { text-shadow: 0 0 10px rgba(0, 238, 255, 0.5); }
}

.hero p {
    font-size: 1.5rem;
    margin-bottom: 30px;
    color: var(--silver);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 50px;
}

@media (max-width: 992px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}

.benefit-card {
    background: var(--card-bg);
    border: 1px solid rgba(0, 170, 255, 0.3);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
}

.benefit-card::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, var(--primary-blue), var(--light-blue), var(--electric-blue));
    z-index: -1;
    border-radius: 17px;
    animation: gradientRotate 5s linear infinite;
}

.benefit-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 15, 30, 0.85);
    border-radius: 15px;
    z-index: -1;
}

@keyframes gradientRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: var(--electric-blue);
    text-shadow: 0 0 15px var(--electric-blue);
}

.benefit-value {
    font-size: 2.2rem;
    font-weight: bold;
    background: linear-gradient(90deg, var(--electric-blue), var(--light-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 10px 0;
    font-family: 'Orbitron', sans-serif;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 170, 255, 0.2);
}

.products-section {
    padding: 100px 0;
    background:
        linear-gradient(rgba(10, 15, 30, 0.85), rgba(10, 15, 30, 0.9)),
        url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
}

.process-section {
    padding: 100px 0;
    background:
        linear-gradient(rgba(10, 15, 30, 0.85), rgba(10, 15, 30, 0.9)),
        url('https://images.unsplash.com/photo-1511919884226-fd3cad34687c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    position: relative;
}

.process-content {
    background: var(--card-bg);
    border: 1px solid rgba(0, 170, 255, 0.3);
    border-radius: 15px;
    padding: 40px;
    backdrop-filter: blur(5px);
}

.process-content p {
    color: var(--silver);
    line-height: 1.6;
}

.process-diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
}

.process-step {
    display: flex;
    align-items: center;
    margin: 20px 0;
    width: 100%;
    max-width: 600px;
}

.process-step h4 {
    font-family: 'Orbitron', sans-serif;
}

.process-step p {
    color: var(--silver);
}

.process-step-icon {
    width: 60px;
    height: 60px;
    background: var(--electric-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--bg-dark);
    flex-shrink: 0;
    margin-right: 20px;
    box-shadow: 0 0 15px rgba(0, 238, 255, 0.5);
}

.process-arrow {
    font-size: 24px;
    color: var(--electric-blue);
    margin: 10px 0;
    transform: rotate(90deg);
}

@media (min-width: 768px) {
    .process-diagram {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .process-step {
        flex-direction: column;
        text-align: center;
        margin: 10px;
    }

    .process-step-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .process-arrow {
        transform: rotate(0deg);
    }
}

.product-card {
    background: var(--card-bg);
    border: 1px solid rgba(0, 170, 255, 0.3);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
}

.product-card::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, var(--primary-blue), var(--light-blue), var(--electric-blue));
    z-index: -1;
    border-radius: 17px;
    animation: gradientRotate 5s linear infinite;
}

.product-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 15, 30, 0.85);
    border-radius: 15px;
    z-index: -1;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 170, 255, 0.3);
}

.product-card p {
    color: var(--silver);
}

.product-name {
    font-size: 1.8rem;
    color: var(--electric-blue);
    margin-bottom: 15px;
    font-family: 'Orbitron', sans-serif;
}

.product-price {
    font-size: 2.2rem;
    font-weight: bold;
    background: linear-gradient(90deg, var(--electric-blue), var(--light-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 20px 0;
    font-family: 'Orbitron', sans-serif;
}

.features-list {
    list-style: none;
    padding: 0;
}

.features-list li {
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 170, 255, 0.3);
    position: relative;
    padding-left: 30px;
    color: var(--silver);
}

.features-list li::before {
    content: "✓";
    color: var(--electric-blue);
    position: absolute;
    left: 0;
    font-weight: bold;
}

.btn-primary {
    background: linear-gradient(45deg, var(--primary-blue), var(--light-blue));
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    color: white;
}

.btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s ease;
}

.btn-primary:hover {
    box-shadow: 0 0 20px rgba(0, 170, 255, 0.7);
    transform: translateY(-3px);
    background: linear-gradient(45deg, var(--primary-blue), var(--light-blue));
    color: white;
}

.btn-primary:hover::before {
    left: 100%;
}

.certificates-section {
    padding: 100px 0;
    background:
        linear-gradient(rgba(10, 15, 30, 0.85), rgba(10, 15, 30, 0.9)),
        url('https://images.unsplash.com/photo-1543465077-db45d34b88a5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
}

.certificates-carousel {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.certificate-item {
    background: var(--card-bg);
    border: 1px solid rgba(0, 170, 255, 0.3);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    backdrop-filter: blur(5px);
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
}

.certificate-icon {
    font-size: 3rem;
    color: var(--electric-blue);
    margin-bottom: 15px;
}

.carousel-control-prev, .carousel-control-next {
    width: 50px;
    height: 50px;
    background: var(--electric-blue);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev {
    left: -60px;
}

.carousel-control-next {
    right: -60px;
}

.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--card-bg);
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: var(--electric-blue);
    box-shadow: 0 0 10px var(--electric-blue);
}

.view-certificate {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--electric-blue);
    border: none;
    color: var(--bg-dark);
    padding: 8px 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}

.view-certificate:hover {
    background: var(--electric-blue);
    color: var(--bg-dark);
    box-shadow: 0 0 15px rgba(0, 238, 255, 0.6);
    text-decoration: none;
}

.certificate-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background: var(--bg-medium);
    max-width: 90%;
    max-height: 90%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: var(--bg-dark);
    border-bottom: 1px solid var(--electric-blue);
}

.modal-header h3 {
    margin: 0;
    color: var(--silver);
    font-family: 'Orbitron', sans-serif;
}

.close-modal {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--silver);
}

.close-modal:hover {
    color: var(--electric-blue);
}

.certificate-image {
    max-width: 100%;
    display: block;
}

.contacts-section {
    padding: 100px 0;
    background:
        linear-gradient(rgba(10, 15, 30, 0.85), rgba(10, 15, 30, 0.9)),
        url('https://images.unsplash.com/photo-1553440569-bcc63803a83d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    position: relative;
}

.contact-info {
    background: var(--card-bg);
    border: 1px solid rgba(0, 170, 255, 0.3);
    border-radius: 15px;
    padding: 30px;
    backdrop-filter: blur(5px);
}

.contact-info h4 {
    font-family: 'Orbitron', sans-serif;
}

.contact-item {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.contact-item h5, .contact-item p {
    color: var(--silver);
}

.contact-item a {
    color: var(--electric-blue);
}

.contact-icon {
    font-size: 1.5rem;
    color: var(--electric-blue);
    margin-right: 15px;
    min-width: 30px;
}

.woman-drawing {
    position: absolute;
    bottom: 195px;
    right: 30px;
    width: 200px;
    height: 300px;
    z-index: 1;
}

.woman-drawing path {
    stroke: var(--electric-blue);
    stroke-width: 3;
    stroke-dasharray: 5, 5;
    fill: none;
    animation: dash 30s linear infinite;
}

@keyframes dash {
    to {
        stroke-dashoffset: -1000;
    }
}

.form-control {
    background: rgba(10, 15, 30, 0.7);
    border: 1px solid rgba(0, 170, 255, 0.3);
    color: var(--silver);
    border-radius: 30px;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.form-control:focus {
    background: rgba(20, 30, 50, 0.8);
    border: 1px solid var(--electric-blue);
    box-shadow: 0 0 15px rgba(0, 238, 255, 0.3);
    color: var(--silver);
}

.cities-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.city-badge {
    background: rgba(10, 15, 30, 0.7);
    border: 1px solid rgba(0, 170, 255, 0.3);
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 0.9rem;
    color: var(--silver);
}

.footer {
    background: rgba(5, 10, 20, 0.95);
    padding: 40px 0 20px;
    border-top: 1px solid rgba(0, 170, 255, 0.3);
}

.footer h4 {
    font-family: 'Orbitron', sans-serif;
}

.footer p, .footer li, .footer a {
    color: var(--silver);
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 170, 255, 0.2);
    color: var(--electric-blue);
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--electric-blue);
    color: var(--bg-dark);
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 238, 255, 0.4);
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(0, 238, 255, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(0, 238, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 238, 255, 0); }
}

.highlight {
    color: var(--electric-blue);
    font-weight: bold;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .hero p {
        font-size: 1.2rem;
    }

    .woman-drawing {
        width: 150px;
        height: 225px;
        right: 115px;
        bottom: -65px;
    }

    .carousel-control-prev {
        left: 10px;
    }

    .carousel-control-next {
        right: 10px;
    }

    .process-step {
        width: 100%;
    }
}

/* Fancybox */
.fancybox-caption {
    font-size: 16px;
    text-align: center;
    font-family: 'Exo 2', sans-serif;
}

/* blok-zakaz */

.order-section {
    background:
        linear-gradient(rgba(10, 15, 30, 0.85), rgba(10, 15, 30, 0.9)),
        url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    border: 1px solid rgba(0, 170, 255, 0.3);
    border-radius: 15px;
    padding: 40px;
    max-width: 800px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 170, 255, 0.3);
}

.order-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 15, 30, 0.85);
    z-index: 0;
}

.order-content {
    position: relative;
    z-index: 1;
}

h1 {
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    color: var(--silver);
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    text-shadow: 0 0 10px var(--electric-blue);
}

h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--electric-blue), transparent);
    border-radius: 50%;
}

.order-text {
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
}

.phone-highlight {
    color: var(--electric-blue);
    font-weight: bold;
    font-size: 1.4rem;
    text-shadow: 0 0 8px rgba(0, 238, 255, 0.5);
    display: inline-block;
    margin: 10px 0;
    transition: all 0.3s ease;
}

.phone-highlight:hover {
    color: var(--electric-blue);
    transform: scale(1.05);
    text-shadow: 0 0 15px rgba(0, 238, 255, 0.8);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.feature-card {
    background: var(--card-bg);
    border: 1px solid rgba(0, 170, 255, 0.3);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 170, 255, 0.2);
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--electric-blue);
    margin-bottom: 15px;
}

.feature-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.feature-desc {
    font-size: 0.9rem;
    opacity: 0.9;
}

.buttons-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.btn-primary {
    background: linear-gradient(45deg, var(--primary-blue), var(--light-blue));
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}

.btn-primary i {
    margin-right: 10px;
}

.btn-primary:hover {
    box-shadow: 0 0 20px rgba(0, 170, 255, 0.7);
    transform: translateY(-3px);
    background: linear-gradient(45deg, var(--primary-blue), var(--light-blue));
    color: white;
    text-decoration: none;
}

.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 20px rgba(0, 170, 255, 0.7);
    transform: translateY(-3px);
    background: linear-gradient(45deg, var(--primary-blue), var(--light-blue)) !important;
    color: white;
    text-decoration: none;
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--electric-blue);
    color: var(--electric-blue);
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}

.btn-outline:hover {
    background: var(--electric-blue);
    color: var(--bg-dark);
    text-decoration: none;
}

.footer-note {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 170, 255, 0.3);
    font-size: 0.9rem;
    opacity: 0.8;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.logo-placeholder {
    width: 60px;
    height: 60px;
    background: var(--electric-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-weight: bold;
    color: var(--bg-dark);
    font-family: 'Orbitron', sans-serif;
    font-size: 24px;
}

.logo-text {
    font-family: 'Orbitron', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: var(--electric-blue);
}

.form-check-input {
    margin-right: 8px;
}

.form-check-label {
    font-size: 0.85rem;
    color: var(--silver);
}

.form-check-label a {
    color: var(--electric-blue);
}

@media (max-width: 768px) {
    .order-section {
        padding: 30px 20px;
    }

    h1 {
        font-size: 1.8rem;
    }

    .order-text {
        font-size: 1.1rem;
        padding: 0;
    }

    .phone-highlight {
        font-size: 1.3rem;
    }

    .buttons-container {
        flex-direction: column;
        align-items: center;
    }

    .btn-primary, .btn-outline {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .order-section {
        padding: 25px 15px;
    }

    h1 {
        font-size: 1.6rem;
    }

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

.floating-video-btn {
    position: fixed;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 998;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, var(--primary-blue), var(--light-blue));
    color: #fff;
    border-radius: 30px;
    padding: 10px 28px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0 0 18px rgba(0, 170, 255, 0.6);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.floating-video-btn i {
    margin-right: 8px;
}

.floating-video-btn:hover {
    box-shadow: 0 0 26px rgba(0, 255, 153, 0.8);
    transform: translateX(-50%) translateY(-3px);
    color: #fff;
    text-decoration: none;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

@media (min-width: 992px) {
    body.video-page #video .container {
        max-width: calc(100% - 320px);
        margin-left: 300px;
        margin-right: 16px;
    }
}

.video-card-item {
    min-width: 0;
}

.video-card {
    display: block;
    background: rgba(0, 170, 255, 0.08);
    border: 1px solid rgba(0, 170, 255, 0.25);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
}

.video-card:hover {
    border-color: var(--electric-blue);
    box-shadow: 0 0 25px rgba(0, 170, 255, 0.4);
    transform: translateY(-4px);
    text-decoration: none;
}

.video-thumb {
    position: relative;
    padding-top: 56.25%;
    background: #0a1628;
}

.video-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-duration {
    position: absolute;
    right: 8px;
    bottom: 8px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    z-index: 2;
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(0, 170, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 170, 255, 0.6);
}

.video-card:hover .video-play {
    opacity: 1;
    background: rgba(0, 255, 153, 0.9);
}

.video-title {
    padding: 12px 14px;
    color: var(--silver);
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    min-height: 60px;
}

.video-card:hover .video-title {
    color: #fff;
}

.video-nav {
    position: fixed;
    top: 160px;
    left: 16px;
    z-index: 990;
    width: 260px;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--bg-medium);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 170, 255, 0.25);
    border-radius: 12px;
    padding: 12px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 170, 255, 0.5) transparent;
}

.video-nav::-webkit-scrollbar {
    width: 6px;
}

.video-nav::-webkit-scrollbar-thumb {
    background: rgba(0, 170, 255, 0.5);
    border-radius: 3px;
}

.video-nav-heading {
    font-family: 'Orbitron', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--electric-blue);
    padding: 4px 8px 10px;
    border-bottom: 1px solid rgba(0, 170, 255, 0.2);
    margin-bottom: 8px;
}

.video-nav-item {
    margin-bottom: 6px;
}

.video-nav-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 9px 12px;
    border-radius: 8px;
    border: 1px solid rgba(0, 170, 255, 0.3);
    background: rgba(0, 170, 255, 0.08);
    color: var(--silver);
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-nav-title:hover {
    background: rgba(0, 170, 255, 0.18);
    color: #fff;
    border-color: var(--electric-blue);
}

.video-nav-arrow {
    font-size: 11px;
    color: var(--electric-blue);
    transition: transform 0.3s ease;
    margin-left: 8px;
}

.video-nav-title.open .video-nav-arrow {
    transform: rotate(180deg);
}

.video-nav-drop {
    display: none;
    padding: 6px 0 6px 8px;
}

.video-nav-drop.open {
    display: block;
}

.video-nav-goto {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 6px;
    font-family: 'Exo 2', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #00ff99;
    text-decoration: none;
    transition: all 0.3s ease;
}

.video-nav-goto:hover {
    background: rgba(0, 255, 153, 0.12);
    color: #00ff99;
    text-decoration: none;
}

.video-nav-video {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 6px;
    font-family: 'Exo 2', sans-serif;
    font-size: 12px;
    color: #b8d4e8;
    text-decoration: none;
    line-height: 1.35;
    transition: all 0.3s ease;
}

.video-nav-video:hover {
    background: rgba(0, 170, 255, 0.14);
    color: #fff;
    text-decoration: none;
    padding-left: 14px;
}

.vn-dur {
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 700;
    color: var(--electric-blue);
    min-width: 30px;
}

html {
    scroll-padding-top: 140px;
}

@media (max-width: 991px) {
    .video-nav {
        position: static;
        width: 100%;
        max-height: none;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .video-grid {
        grid-template-columns: 1fr;
    }
}
