@charset "UTF-8";

:root {
    --primary: #0A2A5E;
    --primary-light: #1a3a7a;
    --accent: #C9A96C;
    --accent-light: #d4b57c;
    --light: #F8F9FA;
    --dark: #1A1A1A;
    --gray: #6C757D;
    --light-gray: #E9ECEF;
    --success: #28a745;
    --warning: #ffc107;
    --danger: #dc3545;
    --gold: #FFD700;
    --silver: #C0C0C0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: var(--dark);
    line-height: 1.7;
    background-color: #fff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--primary);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.main-header {
    background: linear-gradient(rgba(10, 42, 94, 0.95), rgba(10, 42, 94, 0.98));
    background-size: cover;
    background-position: center;
    color: white;
    padding: 1.5rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-icon {
    font-size: 2.2rem;
    color: var(--accent);
}

.logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    letter-spacing: 1px;
}

.logo-subtitle {
    font-size: 0.7rem;
    color: var(--accent);
    letter-spacing: 2px;
    margin-top: -5px;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    font-family: 'Montserrat', sans-serif;
}

.nav-links a:hover {
    color: var(--accent);
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(10, 42, 94, 0.85) 0%, 
        rgba(26, 58, 122, 0.8) 30%, 
        rgba(201, 169, 108, 0.15) 70%, 
        rgba(248, 249, 250, 0.9) 100%);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 4rem 4rem;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 4rem;
}

@media (max-width: 992px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

.hero-text {
    color: white;
}

.hero-text h1 {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    max-width: 600px;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
}

.hero-feature i {
    color: var(--accent);
    font-size: 1.5rem;
}

.brand-mission {
    font-style: italic;
    color: rgba(255,255,255,0.9);
    border-left: 3px solid var(--accent);
    padding-left: 20px;
    margin: 2rem 0;
    font-size: 1.2rem;
}

.brand-mission i {
    color: var(--accent);
    margin-right: 10px;
}

.brand-mission .fa-quote-right {
    margin-left: 10px;
}

/* Combined Order Block - COMPACT & EXPRESSIVE */
.combined-order-block {
    background: linear-gradient(135deg, 
        rgba(10, 42, 94, 0.98) 0%, 
        rgba(26, 58, 122, 0.95) 50%,
        rgba(10, 42, 94, 0.98) 100%);
    backdrop-filter: blur(5px);
    border: 2px solid rgba(201, 169, 108, 0.4);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.2rem;
    align-items: center;
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset,
        0 0 30px rgba(201, 169, 108, 0.25) inset;
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.combined-order-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        #ff6b6b 0%, 
        var(--gold) 25%,
        #4cd964 50%,
        var(--gold) 75%,
        #ff6b6b 100%);
    z-index: 2;
    animation: rainbow-border 3s linear infinite;
}

.combined-order-block::after {
/*    content: '\1F525 ГОРЯЧАЯ АКЦИЯ \1F525';*/
    position: absolute;
    top: -15px;
    right: 30px;
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
    color: white;
    padding: 6px 20px;
    font-size: 0.75rem;
    font-weight: 900;
    border-radius: 25px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    z-index: 3;
    box-shadow: 
        0 5px 15px rgba(255, 107, 107, 0.5),
        0 0 10px rgba(255, 107, 107, 0.3);
    animation: badge-pulse 2s infinite;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
    .combined-order-block {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.5rem;
    }
}

/* Order Timer - COMPACT */
.order-timer {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(0, 0, 0, 0.3);
    padding: 0.8rem 1rem;
    border-radius: 10px;
    min-width: 180px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
}

.timer-icon {
    font-size: 1.8rem;
    color: var(--gold);
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.7));
    animation: icon-pulse 1.5s infinite;
}

.timer-text {
    color: white;
    flex: 1;
}

.timer-title {
    font-size: 0.75rem;
    opacity: 0.95;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
}

.timer-display {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--gold);
    display: flex;
    align-items: center;
    gap: 2px;
    text-shadow: 
        0 2px 6px rgba(0, 0, 0, 0.7),
        0 0 15px rgba(255, 215, 0, 0.4);
    letter-spacing: -0.5px;
}

.timer-digit {
    background: rgba(0, 0, 0, 0.5);
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
    min-width: 36px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-variant-numeric: tabular-nums;
    animation: digit-pulse 1s infinite alternate;
}

.timer-digit:nth-child(2) {
    animation-delay: 0.3s;
}

.timer-digit:nth-child(4) {
    animation-delay: 0.6s;
}

/* Order Price - EXPRESSIVE */
.order-price {
    color: white;
    padding: 0 1.2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.order-price::before,
.order-price::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: linear-gradient(to bottom, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent);
}

.order-price::before {
    left: 0;
}

.order-price::after {
    right: 0;
}

@media (max-width: 768px) {
    .order-price {
        padding: 1rem 0;
    }
    
    .order-price::before,
    .order-price::after {
        display: none;
    }
}

.old-price-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.6rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.old-price-label {
    font-size: 0.85rem;
    opacity: 0.9;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.old-price-value {
    font-size: 1.4rem;
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.new-price-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.6rem;
}

.new-price-label {
    font-size: 0.95rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.new-price-value {
    font-size: 2.6rem;
    font-weight: 900;
    color: var(--gold);
    text-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.8),
        0 0 20px rgba(255, 215, 0, 0.5),
        0 0 30px rgba(255, 215, 0, 0.3);
    letter-spacing: -1px;
    animation: price-glow 2s ease-in-out infinite alternate;
}

.price-save {
    display: flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, 
        rgba(76, 217, 100, 0.3), 
        rgba(76, 217, 100, 0.15));
    padding: 0.5rem 0.7rem;
    border-radius: 6px;
    font-size: 0.9rem;
    border: 1px solid rgba(76, 217, 100, 0.4);
    backdrop-filter: blur(5px);
}

.price-save i {
    color: #4cd964;
    font-size: 1rem;
}

.price-save strong {
    color: var(--gold);
    font-size: 1.05rem;
    font-weight: 800;
}

/* Order CTA - PROMINENT */
.order-cta {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    min-width: 200px;
}

.cta-button {
    background: linear-gradient(135deg, 
        var(--gold) 0%, 
        #ffed4e 50%,
        var(--gold) 100%);
    color: var(--primary);
    padding: 1.1rem 1.8rem;
    font-size: 1.05rem;
    font-weight: 900;
    text-decoration: none;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 
        0 6px 20px rgba(255, 215, 0, 0.5),
        0 0 0 2px rgba(255, 255, 255, 0.2) inset,
        0 0 15px rgba(255, 215, 0, 0.3) inset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.4), 
        transparent);
    transition: 0.6s;
}

.cta-button:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 
        0 10px 25px rgba(255, 215, 0, 0.7),
        0 0 0 2px rgba(255, 255, 255, 0.3) inset,
        0 0 25px rgba(255, 215, 0, 0.4) inset;
    color: var(--primary);
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button i {
    font-size: 1.2rem;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
    animation: bolt-shake 0.5s ease-in-out infinite alternate;
}

.order-guarantee, .order-note {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.75rem;
    padding: 0.2rem;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.order-guarantee i {
    color: #4cd964;
    font-size: 0.85rem;
    filter: drop-shadow(0 0 5px rgba(76, 217, 100, 0.5));
}

.order-note i {
    color: #5ac8fa;
    font-size: 0.85rem;
    filter: drop-shadow(0 0 5px rgba(90, 200, 250, 0.5));
}

/* Gallery with Images */
.gallery-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    height: 600px;
}

@media (max-width: 768px) {
    .gallery-container {
        height: 450px;
    }
}

.gallery-track {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.gallery-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-slide:hover .gallery-image {
    transform: scale(1.02);
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(10, 42, 94, 0.9), transparent);
    color: white;
    padding: 2rem;
}

.slide-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
	text-align: center;
}

.slide-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-nav:hover {
    background: var(--accent);
    color: var(--primary);
}

.gallery-nav.prev {
    left: 20px;
}

.gallery-nav.next {
    right: 20px;
}

.gallery-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.gallery-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-dot.active {
    background: var(--accent);
    transform: scale(1.3);
}

/* Sections */
.section {
    padding: 5rem 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
}

.section-title h2 {
    font-size: 2.5rem;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title h2:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background: var(--accent);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section-subtitle {
    text-align: center;
    color: var(--gray);
    max-width: 700px;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
}

/* Features */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature-card {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border-top: 5px solid transparent;
}

.feature-card:hover {
    transform: translateY(-15px);
    border-top: 5px solid var(--accent);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    font-size: 3.5rem;
    color: var(--primary);
    margin-bottom: 25px;
}

.feature-card h3 {
    margin-bottom: 15px;
    font-size: 1.5rem;
}

/* Tech Specs */
.tech-specs {
    background: linear-gradient(rgba(248, 249, 250, 0.9), rgba(248, 249, 250, 0.9));
    background-size: cover;
    background-attachment: fixed;
}

.specs-table {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.spec-item {
    background: white;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid var(--accent);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.spec-item strong {
    color: var(--primary);
    font-size: 1.1rem;
}

/* Benefits */
.benefits-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    align-items: start;
}

.benefit-list, .limitations {
    padding: 35px;
    border-radius: 15px;
}

.benefit-list {
    background: linear-gradient(135deg, #f0f7ff, #e6f0ff);
    border-left: 5px solid var(--primary);
}

.limitations {
    background: linear-gradient(135deg, #fff8f0, #ffefe6);
    border-left: 5px solid #E67E22;
}

.benefit-list h3, .limitations h3 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.benefit-list i {
    color: var(--accent);
}

.limitations i {
    color: #E67E22;
}

.benefit-list ul, .limitations ul {
    list-style: none;
    padding-left: 0;
}

.benefit-list li, .limitations li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.benefit-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent);
    font-weight: bold;
    font-size: 1.2rem;
}

.limitations li:before {
    content: "!";
    position: absolute;
    left: 0;
    color: #E67E22;
    font-weight: bold;
    font-size: 1.2rem;
}

.limitations-note {
    margin-top: 20px;
    font-style: italic;
    color: var(--gray);
}

.limitations-note i {
    color: var(--gray);
    margin-right: 10px;
}

/* Enhanced Gift Block */
.gift-block {
    background: linear-gradient(135deg, 
        rgba(255, 215, 0, 0.1) 0%, 
        rgba(255, 165, 0, 0.15) 50%,
        rgba(255, 215, 0, 0.1) 100%);
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 20px;
    padding: 2.5rem;
    margin: 40px auto;
    max-width: 900px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(255, 165, 0, 0.2),
        inset 0 0 30px rgba(255, 215, 0, 0.1);
}

.gift-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, 
        #FFD700, #FFA500, #FFD700);
}

.gift-ribbon {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: var(--primary);
    padding: 1rem 2rem;
    font-size: 1.3rem;
    font-weight: 900;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 5px 15px rgba(255, 165, 0, 0.3);
    animation: ribbon-pulse 2s infinite;
}

.gift-content {
    text-align: center;
}

.gift-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.gift-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gift-item:hover {
    transform: translateY(-5px);
}

.gift-icon {
    font-size: 2.5rem;
    color: var(--gold);
    min-width: 60px;
}

.gift-text h4 {
    color: var(--primary);
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.gift-text p {
    color: var(--gray);
    font-size: 0.95rem;
}

.gift-total {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    padding: 1.5rem;
    border-radius: 15px;
    border: 2px dashed var(--gold);
}

.gift-value {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}

.gift-value i {
    color: var(--gold);
    font-size: 1.5rem;
}

.gift-value strong {
    color: #e74c3c;
    font-size: 1.5rem;
}

.gift-note {
    color: var(--gray);
    font-size: 1rem;
    font-weight: 600;
}

/* Reviews Section with Background */
.reviews-section {
    position: relative;
    padding: 5rem 0;
    color: white;
}

.reviews-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(rgba(10, 42, 94, 0.92), rgba(10, 42, 94, 0.95)),
        url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

.reviews-section .container {
    position: relative;
    z-index: 2;
}

.reviews-section .section-title h2 {
    color: white;
}

.reviews-section .section-title h2:after {
    background: var(--gold);
}

.reviews-section .section-subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 40px;
}

.review-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.review-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, var(--gold), var(--accent));
}

.review-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.review-rating i {
    color: var(--gold);
    font-size: 1.1rem;
}

.rating-value {
    margin-left: 0.5rem;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--gold);
}

.review-date {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.review-text {
    font-style: italic;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.05rem;
}

.review-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 700;
    font-size: 1.1rem;
}

.author-location {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.verified-buyer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #4cd964;
    font-size: 0.85rem;
    font-weight: 600;
}

.reviews-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: var(--gold);
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.stat-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    font-weight: 600;
}

/* Order */
.order-section {
    background: linear-gradient(rgba(10, 42, 94, 0.05), rgba(10, 42, 94, 0.08));
    text-align: center;
}

.order-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 50px 0;
}

.step {
    background: white;
    border-radius: 20px;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    position: relative;
    border: 2px solid transparent;
}

.step:hover {
    transform: translateY(-10px);
    border-color: var(--accent);
}

.step-number {
    position: absolute;
    top: -15px;
    left: -15px;
    background: var(--primary);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.step i {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 15px;
}

.step span {
    font-weight: 600;
    color: var(--primary);
    font-family: 'Montserrat', sans-serif;
}

.order-form-container {
    background: white;
    max-width: 700px;
    margin: 50px auto;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.order-form-container h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
}

.form-subtitle {
    text-align: center;
    margin-bottom: 30px;
    color: var(--gray);
    font-size: 1.1rem;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--primary);
    font-family: 'Montserrat', sans-serif;
}

.form-control {
    width: 100%;
    padding: 18px 20px;
    border: 2px solid var(--light-gray);
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s;
    font-family: 'Open Sans', sans-serif;
}

.form-control:focus {
    border-color: var(--accent);
    outline: none;
    box-shadow: 0 0 0 3px rgba(201, 169, 108, 0.2);
}

.submit-btn {
    background: linear-gradient(to right, var(--primary), var(--primary-light));
    color: white;
    border: none;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.submit-btn:hover {
    background: linear-gradient(to right, var(--primary-light), #2a4a8c);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(10, 42, 94, 0.3);
}

.form-security {
    margin-top: 20px;
    text-align: center;
    color: var(--gray);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.form-security i {
    color: var(--accent);
}

/* Footer */
.main-footer {
    background: var(--primary);
    color: white;
    padding: 4rem 0 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    color: white;
    margin-bottom: 15px;
}

.footer-logo span {
    color: var(--accent);
}

.footer-location {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-location i {
    color: var(--accent);
}

.footer-content h4 {
    color: white;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.footer-content p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-content i {
    color: var(--accent);
    min-width: 20px;
}

.footer-content a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-content a:hover {
    color: var(--accent);
}

.warning-note {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.warning-note i {
    color: var(--warning);
    margin-right: 10px;
}

.copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

/* Animations */
@keyframes rainbow-border {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

@keyframes badge-pulse {
    0% { transform: scale(1); box-shadow: 0 5px 15px rgba(255, 107, 107, 0.5); }
    50% { transform: scale(1.05); box-shadow: 0 8px 25px rgba(255, 107, 107, 0.7); }
    100% { transform: scale(1); box-shadow: 0 5px 15px rgba(255, 107, 107, 0.5); }
}

@keyframes icon-pulse {
    0% { transform: scale(1); filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.7)); }
    50% { transform: scale(1.1); filter: drop-shadow(0 0 12px rgba(255, 215, 0, 1)); }
    100% { transform: scale(1); filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.7)); }
}

@keyframes digit-pulse {
    0% { background: rgba(0, 0, 0, 0.5); border-color: rgba(255, 255, 255, 0.2); }
    100% { background: rgba(0, 0, 0, 0.6); border-color: rgba(255, 215, 0, 0.4); }
}

@keyframes price-glow {
    0% { text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 215, 0, 0.5); }
    100% { text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9), 0 0 30px rgba(255, 215, 0, 0.7), 0 0 40px rgba(255, 215, 0, 0.4); }
}

@keyframes bolt-shake {
    0% { transform: rotate(-10deg); }
    100% { transform: rotate(10deg); }
}

@keyframes ribbon-pulse {
    0% { box-shadow: 0 5px 15px rgba(255, 165, 0, 0.3); }
    50% { box-shadow: 0 8px 25px rgba(255, 165, 0, 0.5); }
    100% { box-shadow: 0 5px 15px rgba(255, 165, 0, 0.3); }
}

/* Responsive */
@media (max-width: 992px) {
    .hero-text h1 { font-size: 2.4rem; }
    .new-price-value { font-size: 2.2rem; }
    .section { padding: 4rem 0; }
    .gallery-container { height: 500px; }
    .timer-display { font-size: 1.4rem; }
    .timer-digit { min-width: 32px; }
    .reviews-grid { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
}

@media (max-width: 768px) {
    .header-content { flex-direction: column; gap: 20px; }
    .nav-links { gap: 1.5rem; flex-wrap: wrap; justify-content: center; }
    .hero-text h1 { font-size: 2.0rem; }
    .hero-subtitle { font-size: 1.2rem; }
    .gallery-container { height: 400px; }
    .order-steps { gap: 20px; }
    .step { width: 130px; height: 130px; }
    .order-form-container { padding: 30px 20px; }
    .section-title h2 { font-size: 2rem; }
    .new-price-value { font-size: 2rem; }
    .timer-display { font-size: 1.2rem; }
    .timer-digit { min-width: 28px; padding: 0.15rem 0.4rem; }
    .cta-button { padding: 1rem 1.5rem; font-size: 0.95rem; }
    .gift-items { grid-template-columns: 1fr; }
    .gift-item { flex-direction: column; text-align: center; }
    .reviews-stats { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .features-grid, .specs-table, .benefits-container, .reviews-grid {
        grid-template-columns: 1fr;
    }
    .hero-container { gap: 1.8rem; }
    .hero-text h1 { font-size: 1.8rem; }
    .gallery-container { height: 350px; }
    .step { width: 100%; max-width: 200px; height: auto; padding: 20px; }
    .order-steps { flex-direction: column; align-items: center; }
    .combined-order-block::after {
        right: 50%;
        transform: translateX(50%);
        font-size: 0.7rem;
        padding: 5px 15px;
    }
    .gift-block { padding: 1.5rem; }
    .gift-ribbon { font-size: 1rem; padding: 0.8rem 1.5rem; }
    .stat-number { font-size: 2.5rem; }
}
/* Fix for logo image */
.logo img,
.logo-image,
.mobile-logo img,
.mobile-logo-image {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
    object-fit: contain !important;
    display: block !important;
    flex-shrink: 0 !important;
}

/* Для мобильных */
@media (max-width: 768px) {
    .logo img,
    .logo-image,
    .mobile-logo img,
    .mobile-logo-image {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
    }
}
/* Enhanced Form Styles */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}

.form-group.half {
    flex: 1;
}

@media (max-width: 768px) {
    .form-group.half {
        width: 100%;
    }
}

.form-hint {
    display: block;
    margin-top: 5px;
    color: var(--gray);
    font-size: 0.85rem;
    font-style: italic;
}

/* Agreement Checkbox */
.form-agreement {
    margin: 25px 0;
    padding: 15px;
    background: rgba(248, 249, 250, 0.8);
    border-radius: 10px;
    border-left: 3px solid var(--accent);
}

.form-agreement input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
}

.form-agreement label {
    display: inline;
    font-size: 0.95rem;
    color: var(--dark);
    cursor: pointer;
}

.agreement-link {
    color: var(--primary);
    text-decoration: none;
    border-bottom: 1px dashed var(--primary);
}

.agreement-link:hover {
    color: var(--accent);
    border-bottom: 1px solid var(--accent);
}

/* Loading Spinner */
.form-loading {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(248, 249, 250, 0.9);
    border-radius: 10px;
    margin-top: 20px;
}

.form-loading.active {
    display: flex;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid var(--light-gray);
    border-top: 4px solid var(--accent);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Success/Error Messages */
.form-message {
    display: none;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
}

.form-message.success {
    display: block;
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    display: block;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Form Validation Styles */
.form-control.valid {
    border-color: var(--success);
    background-color: rgba(40, 167, 69, 0.05);
}

.form-control.invalid {
    border-color: var(--danger);
    background-color: rgba(220, 53, 69, 0.05);
}

.validation-error {
    color: var(--danger);
    font-size: 0.85rem;
    margin-top: 5px;
    display: none;
}

.validation-error.show {
    display: block;
}