
/* Block 1 */
.hero-banner {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(30, 58, 138, 0.6));
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-content {
    z-index: 3;
    color: white;
    padding: 4rem 0;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-description {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    opacity: 0.95;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-btn {
    display: inline-block;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.4);
    color: white;
    background: linear-gradient(135deg, #2563eb, #1e40af);
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
    }
    
    .hero-banner {
        min-height: 60vh;
    }
    
    .hero-content {
        padding: 2rem 0;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-btn {
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }
}

/* Block 2 */
.quantum-storage-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1d3a 50%, #2d1b69 100%);
    color: white;
    overflow: hidden;
}

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

.quantum-badge {
    display: inline-block;
    background: linear-gradient(45deg, #00ff9f, #00b8ff);
    color: #0a0e27;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.quantum-title {
    font-size: 3.2rem;
    font-weight: 700;
    background: linear-gradient(45deg, #ffffff, #00ff9f, #00b8ff);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: quantum-glow 3s ease-in-out infinite;
    margin-bottom: 25px;
    line-height: 1.2;
}

.quantum-description {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #b8c5d1;
    margin-bottom: 40px;
}

.quantum-features {
    margin-bottom: 40px;
}

.quantum-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(0, 255, 159, 0.2);
    transition: all 0.3s ease;
}

.quantum-feature-item:hover {
    background: rgba(0, 255, 159, 0.1);
    transform: translateX(10px);
    border-color: rgba(0, 255, 159, 0.4);
}

.quantum-feature-icon {
    background: linear-gradient(45deg, #00ff9f, #00b8ff);
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.quantum-feature-icon i {
    color: #0a0e27;
    font-size: 20px;
}

.quantum-feature-text h4 {
    color: white;
    margin-bottom: 5px;
    font-size: 1.1rem;
    font-weight: 600;
}

.quantum-feature-text p {
    color: #9ca3af;
    margin: 0;
    font-size: 0.95rem;
}

.quantum-cta-btn {
    background: linear-gradient(45deg, #00ff9f, #00b8ff);
    color: #0a0e27;
    border: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 255, 159, 0.3);
}

.quantum-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 255, 159, 0.5);
    filter: brightness(1.1);
}

.quantum-visual-container {
    position: relative;
}

.quantum-main-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 255, 159, 0.3);
    transition: all 0.4s ease;
}

.quantum-main-image:hover {
    transform: scale(1.02);
    box-shadow: 0 30px 80px rgba(0, 255, 159, 0.4);
}

.quantum-overlay-stats {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    background: rgba(10, 14, 39, 0.9);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(0, 255, 159, 0.3);
}

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

.quantum-stat-number {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(45deg, #00ff9f, #00b8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 5px;
}

.quantum-stat-label {
    font-size: 0.8rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes quantum-glow {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@media (max-width: 991px) {
    .quantum-title {
        font-size: 2.5rem;
    }
    
    .quantum-description {
        font-size: 1.1rem;
    }
    
    .quantum-overlay-stats {
        position: static;
        margin-top: 20px;
    }
    
    .quantum-feature-item:hover {
        transform: none;
    }
}

@media (max-width: 576px) {
    .quantum-storage-section {
        padding: 60px 0;
    }
    
    .quantum-title {
        font-size: 2rem;
    }
    
    .quantum-overlay-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .quantum-stat-number {
        font-size: 1.5rem;
    }
}

/* Block 3 */
.neural-memory-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a3a 50%, #2d1b69 100%);
    color: #ffffff;
    overflow: hidden;
}

.neural-header-container {
    margin-bottom: 80px;
}

.neural-category-badge {
    display: inline-block;
    padding: 8px 24px;
    background: linear-gradient(45deg, #00d4ff, #7b2cbf);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.neural-main-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(45deg, #00d4ff, #7b2cbf, #ff006e);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.neural-subtitle {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #b8b8d4;
    max-width: 800px;
    margin: 0 auto;
}

.neural-grid-container {
    margin-bottom: 100px;
}

.neural-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    height: 100%;
}

.neural-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 212, 255, 0.2);
    border-color: rgba(0, 212, 255, 0.3);
}

.neural-card-featured {
    border: 2px solid #00d4ff;
    transform: scale(1.05);
}

.neural-card-featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.neural-card-header {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.neural-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.neural-card:hover .neural-card-image {
    transform: scale(1.1);
}

.neural-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.8), rgba(123, 44, 191, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.neural-card:hover .neural-card-overlay {
    opacity: 1;
}

.neural-card-icon {
    font-size: 3rem;
    color: #ffffff;
}

.neural-featured-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(45deg, #ff006e, #7b2cbf);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.neural-card-body {
    padding: 30px;
}

.neural-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #00d4ff;
}

.neural-card-description {
    color: #b8b8d4;
    line-height: 1.6;
    margin-bottom: 25px;
}

.neural-card-metrics {
    display: flex;
    gap: 20px;
}

.neural-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.neural-metric-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #00d4ff;
    margin-bottom: 5px;
}

.neural-metric-label {
    font-size: 0.85rem;
    color: #8888a8;
    text-align: center;
}

.neural-innovation-showcase {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 30px;
    padding: 60px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.neural-showcase-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
}

.neural-showcase-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #b8b8d4;
    margin-bottom: 35px;
}

.neural-showcase-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.neural-showcase-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ffffff;
    font-weight: 500;
}

.neural-showcase-feature-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(45deg, #00d4ff, #7b2cbf);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.neural-showcase-button {
    background: linear-gradient(45deg, #00d4ff, #7b2cbf);
    border: none;
    padding: 15px 35px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.neural-showcase-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0, 212, 255, 0.4);
}

.neural-showcase-visual {
    position: relative;
    text-align: center;
}

.neural-showcase-image {
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.neural-showcase-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.3), transparent);
    border-radius: 50%;
    animation: neuralPulse 3s infinite ease-in-out;
}

@keyframes neuralPulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }
}

@media (max-width: 992px) {
    .neural-main-title {
        font-size: 2.8rem;
    }
    
    .neural-showcase-title {
        font-size: 2rem;
    }
    
    .neural-innovation-showcase {
        padding: 40px 30px;
    }
    
    .neural-card-featured {
        transform: none;
    }
    
    .neural-card-featured:hover {
        transform: translateY(-10px);
    }
}

@media (max-width: 768px) {
    .neural-memory-section {
        padding: 80px 0;
    }
    
    .neural-main-title {
        font-size: 2.2rem;
    }
    
    .neural-subtitle {
        font-size: 1.1rem;
    }
    
    .neural-card-metrics {
        justify-content: center;
    }
    
    .neural-innovation-showcase {
        padding: 30px 20px;
    }
    
    .neural-showcase-features {
        align-items: center;
    }
}

/* Block 4 */
.order-form-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #2d3748 100%);
    position: relative;
    overflow: hidden;
}

.order-form-background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(147, 51, 234, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.order-form-container {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 32px;
    padding: 60px 50px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.order-form-header {
    text-align: center;
    margin-bottom: 50px;
}

.order-form-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3b82f6, #9333ea);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.3);
}

.order-form-icon i {
    font-size: 36px;
    color: white;
}

.order-form-title {
    font-size: 42px;
    font-weight: 800;
    color: white;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff, #e2e8f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.order-form-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.order-form {
    margin-bottom: 40px;
}

.order-form-group {
    position: relative;
    margin-bottom: 30px;
}

.order-form-label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin-bottom: 12px;
}

.order-form-label-icon {
    margin-right: 10px;
    color: #3b82f6;
    font-size: 18px;
}

.order-form-input {
    width: 100%;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    color: white;
    font-size: 16px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.order-form-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.order-form-input:focus {
    outline: none;
    border-color: #3b82f6;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
    transform: translateY(-2px);
}

.order-form-input-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #9333ea);
    transition: width 0.3s ease;
}

.order-form-input:focus + .order-form-input-border {
    width: 100%;
}

.order-form-benefits {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
    padding: 30px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.order-benefit-item {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 200px;
}

.order-benefit-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.order-benefit-icon i {
    color: white;
    font-size: 20px;
}

.order-benefit-text {
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.order-form-submit-btn {
    width: 100%;
    padding: 24px 40px;
    background: linear-gradient(135deg, #3b82f6 0%, #9333ea 100%);
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.order-form-submit-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px rgba(59, 130, 246, 0.4);
}

.order-form-btn-text {
    position: relative;
    z-index: 2;
}

.order-form-btn-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.order-form-submit-btn:hover .order-form-btn-glow {
    left: 100%;
}

.order-form-security-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-top: 30px;
}

.order-form-security-notice i {
    margin-right: 10px;
    color: #10b981;
    font-size: 16px;
}

@media (max-width: 768px) {
    .order-form-section {
        padding: 80px 0;
    }
    
    .order-form-container {
        padding: 40px 30px;
        margin: 0 15px;
    }
    
    .order-form-title {
        font-size: 32px;
    }
    
    .order-form-benefits {
        flex-direction: column;
        gap: 15px;
    }
    
    .order-benefit-item {
        min-width: auto;
    }
    
    .order-form-submit-btn {
        padding: 20px 30px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .order-form-container {
        padding: 30px 20px;
    }
    
    .order-form-title {
        font-size: 28px;
    }
    
    .order-form-subtitle {
        font-size: 16px;
    }
    
    .order-form-input {
        padding: 18px 20px;
    }
}
