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

.hero-background {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 80vh;
}

.hero-image {
    width: 100%;
    height: 100%;
    min-height: 80vh;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-overlay {
    position: relative;
    top: -100%;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.8) 0%, rgba(118, 75, 162, 0.9) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    top: -200%;
    width: 100%;
    z-index: 3;
    padding: 2rem 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.3);
}

.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-cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.6);
    color: white;
}

@media (max-width: 1200px) {
    .hero-title {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .hero-banner {
        min-height: 70vh;
    }
    
    .hero-background {
        min-height: 70vh;
    }
    
    .hero-image {
        min-height: 70vh;
    }
    
    .hero-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    .hero-cta-button {
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero-cta-button {
        padding: 0.75rem 1.75rem;
        font-size: 0.9rem;
    }
}

/* Block 2 */
.ai-innovation-showcase {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e8f4f8 50%, #f0f8ff 100%);
    position: relative;
    overflow: hidden;
}

.ai-innovation-showcase::before {
    content: '';
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    top: -100px;
    right: -100px;
    z-index: 1;
}

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

.innovation-title {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    margin-bottom: 20px;
}

.innovation-subtitle {
    font-size: 1.3rem;
    color: #64748b;
    margin-bottom: 40px;
    line-height: 1.6;
}

.feature-grid {
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.15);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 24px;
    color: white;
}

.feature-text h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.feature-text p {
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

.innovation-cta {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.innovation-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
    color: white;
}

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

.innovation-image {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.innovation-image:hover {
    transform: scale(1.02);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.2);
}

.floating-stats {
    position: relative;
    margin-top: -60px;
    z-index: 3;
}

.stat-bubble {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 20px;
    border-radius: 20px;
    margin: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: float 6s ease-in-out infinite;
}

.stat-1 {
    animation-delay: 0s;
}

.stat-2 {
    animation-delay: 2s;
}

.stat-3 {
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.stat-number {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 768px) {
    .innovation-title {
        font-size: 2.2rem;
    }
    
    .innovation-subtitle {
        font-size: 1.1rem;
    }
    
    .feature-item {
        flex-direction: column;
        text-align: center;
    }
    
    .feature-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .floating-stats {
        margin-top: 30px;
    }
    
    .stat-bubble {
        margin: 10px 5px;
        padding: 15px;
    }
}

/* Block 3 */
.quantum-ecosystem-preview {
    padding: 80px 0;
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
    color: white;
    overflow: hidden;
}

.ecosystem-main-title {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(45deg, #00f5ff, #ff00f5, #f5ff00);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: quantumGlow 4s ease-in-out infinite alternate;
    margin-bottom: 1rem;
}

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

.quantum-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
}

.quantum-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 245, 255, 0.3);
}

.quantum-card-primary:hover {
    box-shadow: 0 25px 50px rgba(0, 245, 255, 0.4);
}

.quantum-card-secondary:hover {
    box-shadow: 0 25px 50px rgba(255, 0, 245, 0.4);
}

.quantum-card-tertiary:hover {
    box-shadow: 0 25px 50px rgba(245, 255, 0, 0.4);
}

.quantum-header {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.quantum-device-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

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

.quantum-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(45deg, #00f5ff, #0066ff);
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.quantum-content {
    padding: 30px;
}

.quantum-device-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.quantum-description {
    color: #b0b3c7;
    margin-bottom: 25px;
    line-height: 1.6;
}

.quantum-specs {
    margin-bottom: 30px;
}

.spec-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.spec-icon {
    font-size: 1.2rem;
    margin-right: 12px;
    width: 24px;
}

.spec-text {
    color: #d0d3e7;
    font-weight: 500;
}

.quantum-explore-btn {
    display: inline-block;
    padding: 12px 28px;
    background: linear-gradient(45deg, rgba(0, 245, 255, 0.2), rgba(0, 102, 255, 0.2));
    color: #00f5ff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    border: 2px solid rgba(0, 245, 255, 0.3);
    transition: all 0.3s ease;
}

.quantum-explore-btn:hover {
    background: linear-gradient(45deg, rgba(0, 245, 255, 0.3), rgba(0, 102, 255, 0.3));
    color: white;
    border-color: #00f5ff;
    transform: translateY(-2px);
}

.quantum-innovation-banner {
    background: linear-gradient(135deg, rgba(0, 245, 255, 0.1), rgba(255, 0, 245, 0.1));
    border-radius: 25px;
    padding: 50px 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.innovation-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.stat-column {
    text-align: center;
}

.stat-value {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(45deg, #00f5ff, #ff00f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin-bottom: 10px;
}

.stat-description {
    color: #b0b3c7;
    font-size: 1rem;
    font-weight: 500;
}

.innovation-cta-section {
    margin-top: 30px;
}

.innovation-cta-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: white;
}

.quantum-main-cta {
    display: inline-block;
    padding: 18px 40px;
    background: linear-gradient(45deg, #00f5ff, #ff00f5);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 245, 255, 0.3);
}

.quantum-main-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 245, 255, 0.5);
    color: white;
}

@keyframes quantumGlow {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

@media (max-width: 768px) {
    .ecosystem-main-title {
        font-size: 2.5rem;
    }
    
    .ecosystem-subtitle {
        font-size: 1.1rem;
    }
    
    .quantum-content {
        padding: 20px;
    }
    
    .innovation-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .stat-value {
        font-size: 2rem;
    }
    
    .innovation-cta-title {
        font-size: 1.5rem;
    }
}

/* Block 4 */
.order-form-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.form-wrapper {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 50px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
}

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

.form-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: white;
    font-size: 32px;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.form-title {
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea, #764ba2);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 16px;
    line-height: 1.2;
}

.form-subtitle {
    color: #6c757d;
    font-size: 18px;
    line-height: 1.6;
    max-width: 480px;
    margin: 0 auto;
}

.quantum-order-form {
    margin-top: 40px;
}

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

.form-label {
    display: block;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
    font-size: 16px;
}

.form-label i {
    margin-right: 8px;
    color: #667eea;
    width: 16px;
}

.form-input {
    width: 100%;
    padding: 18px 20px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: white;
    position: relative;
    z-index: 1;
}

.form-input:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.input-highlight {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    transition: width 0.3s ease;
    border-radius: 1px;
}

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

.form-benefits {
    background: linear-gradient(135deg, #f8f9ff, #e8f2ff);
    border-radius: 16px;
    padding: 24px;
    margin: 32px 0;
    border: 1px solid rgba(102, 126, 234, 0.1);
}

.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-weight: 500;
    color: #2c3e50;
}

.benefit-item:last-child {
    margin-bottom: 0;
}

.benefit-icon {
    font-size: 20px;
    margin-right: 12px;
    width: 24px;
}

.submit-button {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    padding: 20px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

.button-icon {
    transition: transform 0.3s ease;
}

.submit-button:hover .button-icon {
    transform: translateX(4px);
}

.form-security {
    text-align: center;
    margin-top: 24px;
    color: #6c757d;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.form-security i {
    color: #28a745;
}

.floating-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.particle {
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: float 6s infinite ease-in-out;
}

.particle-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.particle-2 {
    top: 60%;
    left: 85%;
    animation-delay: 1s;
}

.particle-3 {
    top: 80%;
    left: 15%;
    animation-delay: 2s;
}

.particle-4 {
    top: 30%;
    left: 80%;
    animation-delay: 3s;
}

.particle-5 {
    top: 10%;
    left: 60%;
    animation-delay: 4s;
}

.particle-6 {
    top: 70%;
    left: 40%;
    animation-delay: 5s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .order-form-section {
        padding: 60px 0;
    }
    
    .form-wrapper {
        padding: 40px 24px;
        margin: 0 16px;
    }
    
    .form-title {
        font-size: 28px;
    }
    
    .form-subtitle {
        font-size: 16px;
    }
    
    .form-input {
        padding: 16px 18px;
    }
    
    .submit-button {
        padding: 18px 32px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .form-wrapper {
        margin: 0 8px;
    }
    
    .form-title {
        font-size: 24px;
    }
    
    .benefit-item {
        font-size: 14px;
    }
}
