
/* Block 1 */
.hero-banner {
    position: relative;
    background-image: linear-gradient(45deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1)), url('hero-background.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }

  .hero-overlay {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(102, 126, 234, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

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

  .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    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;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
    line-height: 1.6;
    max-width: 600px;
  }

  .hero-actions {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  .hero-btn {
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
  }

  .hero-btn-primary {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  }

  .hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
    color: #ffffff;
  }

  .hero-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
  }

  .hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    color: #ffffff;
  }

  .consultation-form {
    padding: 1rem 0;
  }

  .form-control-custom {
    border-radius: 10px;
    border: 2px solid #e9ecef;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
  }

  .form-control-custom:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
  }

  .consultation-submit-btn {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #ffffff;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
  }

  .consultation-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    color: #ffffff;
  }

  .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  }

  .modal-header {
    border-bottom: 2px solid #f8f9fa;
    padding: 1.5rem 2rem;
  }

  .modal-body {
    padding: 2rem;
  }

  .modal-title {
    font-weight: 700;
    color: #2d3748;
    font-size: 1.5rem;
  }

  @media (max-width: 768px) {
    .hero-banner {
      background-attachment: scroll;
      min-height: 80vh;
    }

    .hero-title {
      font-size: 2.5rem;
    }

    .hero-description {
      font-size: 1.1rem;
    }

    .hero-actions {
      flex-direction: column;
      align-items: stretch;
    }

    .hero-btn {
      justify-content: center;
      padding: 1rem 1.5rem;
    }

    .modal-dialog {
      margin: 1rem;
    }

    .modal-body {
      padding: 1.5rem;
    }
  }

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

    .hero-description {
      font-size: 1rem;
    }
  }

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

    .innovation-badge {
      display: inline-flex;
      align-items: center;
      background: linear-gradient(45deg, #667eea, #764ba2);
      color: white;
      padding: 0.5rem 1.5rem;
      border-radius: 50px;
      font-size: 0.9rem;
      font-weight: 600;
      margin-bottom: 1.5rem;
      box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    }

    .innovation-title {
      font-size: 3.5rem;
      font-weight: 800;
      line-height: 1.2;
      margin-bottom: 1.5rem;
      color: #1a202c;
    }

    .gradient-text {
      background: linear-gradient(45deg, #667eea, #764ba2);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .innovation-description {
      font-size: 1.2rem;
      color: #4a5568;
      line-height: 1.7;
      margin-bottom: 3rem;
    }

    .innovation-features {
      margin-bottom: 3rem;
    }

    .feature-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 2rem;
      gap: 1.5rem;
    }

    .feature-icon {
      background: linear-gradient(45deg, #667eea, #764ba2);
      color: white;
      width: 60px;
      height: 60px;
      border-radius: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      flex-shrink: 0;
      box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
    }

    .feature-text h4 {
      font-size: 1.3rem;
      font-weight: 700;
      color: #2d3748;
      margin-bottom: 0.5rem;
    }

    .feature-text p {
      color: #4a5568;
      margin: 0;
      line-height: 1.6;
    }

    .innovation-cta-btn {
      background: linear-gradient(45deg, #667eea, #764ba2);
      color: white;
      border: none;
      padding: 1rem 2.5rem;
      border-radius: 50px;
      font-size: 1.1rem;
      font-weight: 600;
      transition: all 0.3s ease;
      box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    }

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

    .innovation-visual {
      margin-left: 2rem;
    }

    .ai-dashboard {
      background: linear-gradient(145deg, #ffffff, #f1f5f9);
      border-radius: 25px;
      padding: 2rem;
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(10px);
      transform: rotate(-2deg);
      transition: transform 0.3s ease;
    }

    .ai-dashboard:hover {
      transform: rotate(0deg) scale(1.02);
    }

    .dashboard-image {
      width: 100%;
      height: auto;
      border-radius: 15px;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }

    .floating-metrics {
      margin-top: 2rem;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }

    .metric-card {
      background: linear-gradient(135deg, #667eea, #764ba2);
      color: white;
      padding: 1.5rem;
      border-radius: 15px;
      text-align: center;
      box-shadow: 0 10px 25px rgba(102, 126, 234, 0.2);
      animation: float 3s ease-in-out infinite;
    }

    .metric-card.metric-2 {
      animation-delay: -1s;
    }

    .metric-card.metric-3 {
      animation-delay: -2s;
    }

    .metric-value {
      font-size: 2rem;
      font-weight: 800;
      margin-bottom: 0.5rem;
    }

    .metric-label {
      font-size: 0.8rem;
      opacity: 0.9;
      font-weight: 500;
    }

    .neural-network {
      margin-top: 2rem;
      height: 100px;
      opacity: 0.6;
    }

    .node {
      width: 12px;
      height: 12px;
      background: linear-gradient(45deg, #667eea, #764ba2);
      border-radius: 50%;
      animation: pulse 2s infinite;
    }

    .node-1 {
      transform: translate(20px, 20px);
    }

    .node-2 {
      transform: translate(180px, 10px);
      animation-delay: -0.5s;
    }

    .node-3 {
      transform: translate(300px, 40px);
      animation-delay: -1s;
    }

    .node-4 {
      transform: translate(120px, 60px);
      animation-delay: -1.5s;
    }

    .connection {
      height: 2px;
      background: linear-gradient(90deg, #667eea, transparent);
      transform-origin: left;
      animation: dataFlow 3s infinite;
    }

    .connection-1 {
      width: 150px;
      transform: translate(32px, 14px) rotate(5deg);
    }

    .connection-2 {
      width: 120px;
      transform: translate(192px, 24px) rotate(25deg);
      animation-delay: -1s;
    }

    .connection-3 {
      width: 100px;
      transform: translate(132px, 54px) rotate(-15deg);
      animation-delay: -2s;
    }

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

    @keyframes pulse {
      0%, 100% {
        transform: scale(1);
        opacity: 1;
      }
      50% {
        transform: scale(1.3);
        opacity: 0.7;
      }
    }

    @keyframes dataFlow {
      0% {
        opacity: 0;
        transform: scaleX(0);
      }
      50% {
        opacity: 1;
        transform: scaleX(1);
      }
      100% {
        opacity: 0;
        transform: scaleX(1);
      }
    }

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

      .innovation-visual {
        margin-left: 0;
        margin-top: 3rem;
      }

      .floating-metrics {
        grid-template-columns: 1fr;
      }

      .feature-item {
        flex-direction: column;
        text-align: center;
      }
    }

/* Block 3 */
.quantum-lifestyle-lab {
      padding: 120px 0;
      background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
      overflow: hidden;
      position: relative;
    }
    
    .quantum-lifestyle-lab::before {
      content: '';
      width: 100%;
      height: 100%;
      background: radial-gradient(ellipse at center, rgba(0,255,255,0.1) 0%, transparent 70%);
      top: 0;
      left: 0;
      z-index: 1;
    }
    
    .lab-header {
      text-align: center;
      margin-bottom: 80px;
      position: relative;
      z-index: 2;
    }
    
    .quantum-badge {
      display: inline-flex;
      align-items: center;
      padding: 12px 24px;
      background: linear-gradient(135deg, #00ffff, #ff00ff);
      border-radius: 50px;
      color: #0f0f23;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 24px;
      box-shadow: 0 0 30px rgba(0,255,255,0.3);
    }
    
    .lab-title {
      font-size: 3.5rem;
      font-weight: 800;
      color: #ffffff;
      margin-bottom: 24px;
      line-height: 1.2;
    }
    
    .holographic-text {
      background: linear-gradient(45deg, #00ffff, #ff00ff, #ffff00, #00ffff);
      background-size: 300% 300%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: holographicShimmer 3s ease-in-out infinite;
    }
    
    @keyframes holographicShimmer {
      0%, 100% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
    }
    
    .lab-subtitle {
      font-size: 1.25rem;
      color: rgba(255,255,255,0.8);
      max-width: 800px;
      margin: 0 auto;
      line-height: 1.6;
    }
    
    .quantum-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
      gap: 40px;
      margin-bottom: 100px;
      position: relative;
      z-index: 2;
    }
    
    .quantum-card {
      background: rgba(255,255,255,0.05);
      backdrop-filter: blur(20px);
      border-radius: 20px;
      padding: 40px;
      border: 1px solid rgba(255,255,255,0.1);
      transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
      position: relative;
      overflow: hidden;
    }
    
    .quantum-card:hover {
      transform: translateY(-10px);
      border-color: rgba(0,255,255,0.3);
    }
    
    .card-glow {
      width: 100%;
      height: 100%;
      background: radial-gradient(circle at center, rgba(0,255,255,0.1), transparent);
      opacity: 0;
      transition: opacity 0.4s ease;
      border-radius: 20px;
    }
    
    .quantum-card:hover .card-glow {
      opacity: 1;
    }
    
    .quantum-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 24px;
      position: relative;
    }
    
    .icon-image {
      width: 100%;
      height: 100%;
      object-fit: contain;
      filter: drop-shadow(0 0 20px rgba(0,255,255,0.5));
    }
    
    .card-title {
      font-size: 1.5rem;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 16px;
    }
    
    .card-description {
      font-size: 1rem;
      color: rgba(255,255,255,0.8);
      line-height: 1.6;
      margin-bottom: 24px;
    }
    
    .quantum-metrics {
      display: flex;
      gap: 24px;
      margin-bottom: 32px;
    }
    
    .metric {
      display: flex;
      flex-direction: column;
    }
    
    .metric-number {
      font-size: 1.5rem;
      font-weight: 800;
      color: #00ffff;
    }
    
    .metric-label {
      font-size: 0.875rem;
      color: rgba(255,255,255,0.6);
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    
    .quantum-btn {
      background: linear-gradient(135deg, #00ffff, #0080ff);
      border: none;
      border-radius: 12px;
      padding: 14px 28px;
      color: #0f0f23;
      font-weight: 600;
      font-size: 0.95rem;
      cursor: pointer;
      transition: all 0.3s ease;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    
    .quantum-btn:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 30px rgba(0,255,255,0.3);
    }
    
    .laboratory-showcase {
      position: relative;
      z-index: 2;
    }
    
    .showcase-content {
      padding-right: 40px;
    }
    
    .showcase-title {
      font-size: 2.5rem;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 24px;
    }
    
    .showcase-description {
      font-size: 1.125rem;
      color: rgba(255,255,255,0.8);
      line-height: 1.7;
      margin-bottom: 32px;
    }
    
    .tech-features {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    
    .tech-item {
      display: flex;
      align-items: center;
      gap: 16px;
      color: rgba(255,255,255,0.9);
      font-size: 1rem;
    }
    
    .tech-bullet {
      width: 8px;
      height: 8px;
      background: linear-gradient(135deg, #00ffff, #ff00ff);
      border-radius: 50%;
      flex-shrink: 0;
      box-shadow: 0 0 10px rgba(0,255,255,0.5);
    }
    
    .laboratory-visual {
      position: relative;
    }
    
    .lab-image {
      width: 100%;
      height: auto;
      border-radius: 20px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    }
    
    .floating-particles {
      position: relative;
    }
    
    .particle {
      width: 6px;
      height: 6px;
      background: radial-gradient(circle, #00ffff, transparent);
      border-radius: 50%;
      animation: floatParticle 4s ease-in-out infinite;
    }
    
    .particle-1 { animation-delay: 0s; animation-duration: 3s; }
    .particle-2 { animation-delay: 0.8s; animation-duration: 4s; }
    .particle-3 { animation-delay: 1.6s; animation-duration: 3.5s; }
    .particle-4 { animation-delay: 2.4s; animation-duration: 4.2s; }
    .particle-5 { animation-delay: 3.2s; animation-duration: 3.8s; }
    
    @keyframes floatParticle {
      0%, 100% { transform: translateY(0) translateX(0); opacity: 0.3; }
      50% { transform: translateY(-20px) translateX(10px); opacity: 1; }
    }
    
    @media (max-width: 768px) {
      .lab-title {
        font-size: 2.5rem;
      }
      
      .quantum-grid {
        grid-template-columns: 1fr;
        gap: 24px;
      }
      
      .quantum-card {
        padding: 24px;
      }
      
      .showcase-content {
        padding-right: 0;
        margin-bottom: 40px;
      }
      
      .showcase-title {
        font-size: 2rem;
      }
    }

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

    .premium-order-section::before {
      content: '';
      background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.1) 0%, transparent 50%);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
    }

    .order-wrapper {
      position: relative;
      z-index: 2;
    }

    .order-content {
      color: white;
      padding-right: 2rem;
    }

    .premium-badge {
      background: rgba(255,255,255,0.2);
      backdrop-filter: blur(10px);
      padding: 0.75rem 1.5rem;
      border-radius: 50px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      margin-bottom: 1.5rem;
      border: 1px solid rgba(255,255,255,0.3);
    }

    .order-title {
      font-size: 3.5rem;
      font-weight: 800;
      margin-bottom: 1.5rem;
      line-height: 1.2;
    }

    .premium-text {
      background: linear-gradient(45deg, #ffd700, #ffed4e);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      filter: drop-shadow(0 2px 4px rgba(255,215,0,0.3));
    }

    .order-description {
      font-size: 1.2rem;
      margin-bottom: 2.5rem;
      opacity: 0.95;
      line-height: 1.6;
    }

    .premium-features {
      margin-bottom: 2rem;
    }

    .feature-highlight {
      display: flex;
      align-items: center;
      margin-bottom: 1.5rem;
    }

    .feature-icon-wrapper {
      width: 60px;
      height: 60px;
      background: linear-gradient(45deg, rgba(255,255,255,0.2), rgba(255,255,255,0.1));
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 1rem;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255,255,255,0.3);
    }

    .feature-icon-wrapper i {
      font-size: 1.5rem;
      color: #ffd700;
    }

    .feature-details h4 {
      font-size: 1.1rem;
      font-weight: 700;
      margin-bottom: 0.25rem;
    }

    .feature-details p {
      opacity: 0.8;
      margin: 0;
      font-size: 0.95rem;
    }

    .value-proposition {
      display: flex;
      align-items: center;
      gap: 2rem;
      margin-top: 2rem;
    }

    .value-image {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 3px solid rgba(255,255,255,0.3);
    }

    .value-stats {
      display: flex;
      gap: 2rem;
    }

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

    .stat-number {
      display: block;
      font-size: 1.8rem;
      font-weight: 800;
      color: #ffd700;
    }

    .stat-label {
      font-size: 0.85rem;
      opacity: 0.9;
    }

    .order-form-container {
      background: rgba(255,255,255,0.95);
      backdrop-filter: blur(20px);
      border-radius: 24px;
      padding: 2.5rem;
      border: 1px solid rgba(255,255,255,0.3);
      box-shadow: 0 20px 60px rgba(0,0,0,0.1);
      position: relative;
      overflow: hidden;
    }

    .form-glow-effect {
      background: linear-gradient(45deg, rgba(102,126,234,0.1), rgba(240,147,251,0.1));
      border-radius: 24px;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
    }

    .form-header {
      text-align: center;
      margin-bottom: 2rem;
    }

    .form-title {
      font-size: 2rem;
      font-weight: 800;
      color: #2d3748;
      margin-bottom: 0.5rem;
    }

    .form-subtitle {
      color: #718096;
      margin: 0;
    }

    .premium-order-form {
      position: relative;
    }

    .input-group-premium {
      position: relative;
      margin-bottom: 2rem;
    }

    .premium-label {
      display: block;
      font-weight: 600;
      color: #4a5568;
      margin-bottom: 0.5rem;
      font-size: 0.95rem;
    }

    .premium-input {
      width: 100%;
      padding: 1rem 0;
      border: none;
      border-bottom: 2px solid #e2e8f0;
      background: transparent;
      font-size: 1.1rem;
      color: #2d3748;
      transition: all 0.3s ease;
      outline: none;
    }

    .premium-input:focus {
      border-bottom-color: #667eea;
    }

    .premium-input:focus + .input-underline {
      transform: scaleX(1);
    }

    .input-underline {
      height: 2px;
      background: linear-gradient(45deg, #667eea, #764ba2);
      transform: scaleX(0);
      transition: transform 0.3s ease;
      transform-origin: left;
    }

    .premium-options {
      display: flex;
      gap: 1rem;
      margin: 2rem 0;
    }

    .option-card {
      flex: 1;
      background: #f7fafc;
      border: 2px solid #e2e8f0;
      border-radius: 16px;
      padding: 1.5rem;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .option-card.selected {
      border-color: #667eea;
      background: linear-gradient(45deg, rgba(102,126,234,0.1), rgba(240,147,251,0.05));
    }

    .option-header {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      margin-bottom: 0.5rem;
    }

    .option-header i {
      color: #667eea;
      font-size: 1.2rem;
    }

    .option-name {
      font-weight: 700;
      color: #2d3748;
    }

    .option-price {
      font-size: 1.5rem;
      font-weight: 800;
      color: #667eea;
      margin-bottom: 0.5rem;
    }

    .option-features {
      font-size: 0.85rem;
      color: #718096;
    }

    .form-benefits {
      background: #f7fafc;
      border-radius: 12px;
      padding: 1.5rem;
      margin: 2rem 0;
    }

    .benefit-item {
      display: flex;
      align-items: center;
      margin-bottom: 0.75rem;
      font-size: 0.95rem;
      color: #4a5568;
    }

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

    .benefit-item i {
      color: #48bb78;
      margin-right: 0.75rem;
      width: 16px;
    }

    .premium-submit-btn {
      width: 100%;
      background: linear-gradient(45deg, #667eea, #764ba2);
      border: none;
      border-radius: 50px;
      padding: 1.25rem 2rem;
      color: white;
      font-size: 1.1rem;
      font-weight: 700;
      position: relative;
      overflow: hidden;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .premium-submit-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 30px rgba(102,126,234,0.3);
    }

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

    .btn-shimmer {
      background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
      transform: translateX(-100%);
      transition: transform 0.6s ease;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    }

    .premium-submit-btn:hover .btn-shimmer {
      transform: translateX(100%);
    }

    .security-badges {
      display: flex;
      justify-content: center;
      gap: 1rem;
      margin-top: 2rem;
      padding-top: 2rem;
      border-top: 1px solid #e2e8f0;
    }

    .security-badge {
      height: 40px;
      opacity: 0.7;
      transition: opacity 0.3s ease;
    }

    .security-badge:hover {
      opacity: 1;
    }

    @media (max-width: 991px) {
      .order-content {
        padding-right: 0;
        margin-bottom: 3rem;
      }

      .order-title {
        font-size: 2.5rem;
      }

      .premium-options {
        flex-direction: column;
      }

      .value-proposition {
        justify-content: center;
        flex-wrap: wrap;
      }
    }

    @media (max-width: 576px) {
      .premium-order-section {
        padding: 60px 0;
      }

      .order-form-container {
        padding: 2rem 1.5rem;
      }

      .order-title {
        font-size: 2rem;
      }

      .form-title {
        font-size: 1.5rem;
      }
    }
