
/* Block 1 */
.hero-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #4facfe 100%);
    position: relative;
    overflow: hidden;
  }
  
  .hero-banner::before {
    content: '';
    background-image: url('hero-bg-pattern.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
  }
  
  .hero-overlay {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  
  .hero-content {
    color: white;
    padding: 2rem 0;
  }
  
  .hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  
  .hero-description {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 500px;
  }
  
  .btn-hero-primary {
    background: linear-gradient(135deg, #ff6b6b 0%, #feca57 100%);
    border: none;
    color: white;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
    margin-bottom: 2rem;
  }
  
  .btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 107, 0.4);
    color: white;
  }
  
  .hero-stats {
    display: flex;
    gap: 2rem;
  }
  
  .stat-item {
    text-align: center;
  }
  
  .stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: white;
    line-height: 1;
  }
  
  .stat-label {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.25rem;
  }
  
  .hero-image {
    position: relative;
    padding: 2rem 0;
  }
  
  .hero-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
  }
  
  .hero-img:hover {
    transform: scale(1.02);
  }
  
  .hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
    justify-content: center;
  }
  
  .feature-badge {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.75rem 1.25rem;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  
  .feature-badge:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
  }
  
  .feature-badge i {
    font-size: 1rem;
    opacity: 0.8;
  }
  
  @media (max-width: 991px) {
    .hero-title {
      font-size: 2.5rem;
    }
    
    .hero-description {
      font-size: 1.1rem;
    }
    
    .hero-stats {
      justify-content: center;
      gap: 3rem;
      margin-top: 1rem;
    }
    
    .hero-image {
      margin-top: 2rem;
    }
  }
  
  @media (max-width: 576px) {
    .hero-title {
      font-size: 2rem;
    }
    
    .hero-description {
      font-size: 1rem;
    }
    
    .btn-hero-primary {
      padding: 0.875rem 2rem;
      font-size: 1rem;
    }
    
    .hero-stats {
      gap: 2rem;
    }
    
    .stat-number {
      font-size: 1.5rem;
    }
    
    .feature-badge {
      padding: 0.5rem 1rem;
      font-size: 0.8rem;
    }
  }

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

.insights-content {
    padding: 2rem 0;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.insights-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a202c;
    margin-bottom: 1.5rem;
}

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

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

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

.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;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

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

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

.insights-cta {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.btn-insights-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}

.btn-insights-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
    color: white;
}

.insights-metrics {
    display: flex;
    gap: 2rem;
}

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

.metric-value {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #667eea;
}

.metric-label {
    display: block;
    font-size: 0.9rem;
    color: #718096;
    margin-top: 0.25rem;
}

.insights-visual {
    position: relative;
    padding: 2rem;
}

.visual-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

.insights-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.floating-cards {
    position: relative;
    margin-top: -100px;
    z-index: 2;
}

.insight-card {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: float 6s ease-in-out infinite;
}

.insight-card.card-1 {
    margin-left: 2rem;
    animation-delay: 0s;
}

.insight-card.card-2 {
    margin-left: 4rem;
    animation-delay: 2s;
}

.insight-card.card-3 {
    margin-left: 1rem;
    animation-delay: 4s;
}

.card-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.card-content {
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: 0.9rem;
    color: #718096;
    font-weight: 500;
}

.card-value {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2d3748;
}

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

@media (max-width: 768px) {
    .insights-title {
        font-size: 2.2rem;
    }
    
    .insights-description {
        font-size: 1.1rem;
    }
    
    .feature-row {
        gap: 1rem;
    }
    
    .insights-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    
    .insights-metrics {
        gap: 1.5rem;
    }
    
    .floating-cards {
        margin-top: -50px;
    }
    
    .insight-card {
        margin-left: 0 !important;
        margin-right: 0;
    }
}

/* Block 3 */
.quantum-security {
    padding: 8rem 0;
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.quantum-security::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(99, 102, 241, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(139, 92, 246, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.security-visual {
    position: relative;
    padding: 3rem;
}

.quantum-sphere {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 400px;
    margin: 0 auto;
}

.quantum-image {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    object-fit: cover;
    z-index: 3;
    filter: drop-shadow(0 0 30px rgba(99, 102, 241, 0.6));
    animation: quantumPulse 4s ease-in-out infinite;
}

@keyframes quantumPulse {
    0%, 100% { transform: scale(1); filter: drop-shadow(0 0 30px rgba(99, 102, 241, 0.6)); }
    50% { transform: scale(1.05); filter: drop-shadow(0 0 50px rgba(139, 92, 246, 0.8)); }
}

.security-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.particle {
    position: absolute;
    width: 8px;
    height: 8px;
    background: linear-gradient(45deg, #6366f1, #8b5cf6);
    border-radius: 50%;
    animation: floatParticle 6s ease-in-out infinite;
}

.particle-1 { top: 10%; left: 20%; animation-delay: 0s; }
.particle-2 { top: 30%; right: 15%; animation-delay: 1s; }
.particle-3 { bottom: 25%; left: 10%; animation-delay: 2s; }
.particle-4 { bottom: 40%; right: 20%; animation-delay: 3s; }
.particle-5 { top: 60%; left: 25%; animation-delay: 4s; }
.particle-6 { top: 15%; right: 30%; animation-delay: 5s; }

@keyframes floatParticle {
    0%, 100% { transform: translateY(0px) scale(1); opacity: 0.7; }
    50% { transform: translateY(-20px) scale(1.2); opacity: 1; }
}

.security-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ring {
    position: absolute;
    border: 2px solid;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotateRing 10s linear infinite;
}

.ring-1 {
    width: 320px;
    height: 320px;
    border-color: rgba(99, 102, 241, 0.3);
    animation-duration: 8s;
}

.ring-2 {
    width: 360px;
    height: 360px;
    border-color: rgba(139, 92, 246, 0.2);
    animation-duration: 12s;
    animation-direction: reverse;
}

.ring-3 {
    width: 400px;
    height: 400px;
    border-color: rgba(167, 139, 250, 0.1);
    animation-duration: 15s;
}

@keyframes rotateRing {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.security-badges {
    position: absolute;
    top: -20px;
    right: -20px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 5;
}

.cert-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    animation: badgeFloat 3s ease-in-out infinite;
}

.badge-1 { animation-delay: 0s; }
.badge-2 { animation-delay: 1s; }
.badge-3 { animation-delay: 2s; }

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

.cert-image {
    width: 20px;
    height: 20px;
}

.security-content {
    position: relative;
    z-index: 4;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.2), rgba(139, 92, 246, 0.2));
    border: 1px solid rgba(99, 102, 241, 0.3);
    border-radius: 30px;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #a5b4fc;
}

.security-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff, #a5b4fc);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.security-description {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 3rem;
}

.security-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.security-feature {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.security-feature:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(99, 102, 241, 0.3);
}

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

.feature-icon-wrapper {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.feature-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.feature-desc {
    color: #cbd5e1;
    line-height: 1.6;
    margin: 0;
}

.security-stats {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.stat-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    flex: 1;
    min-width: 160px;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.08);
}

.stat-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
}

.stat-content {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.stat-label {
    font-size: 0.85rem;
    color: #cbd5e1;
    margin-top: 0.25rem;
}

@media (max-width: 992px) {
    .quantum-security {
        padding: 5rem 0;
    }
    
    .security-title {
        font-size: 2.5rem;
    }
    
    .quantum-sphere {
        width: 300px;
        height: 300px;
    }
    
    .quantum-image {
        width: 200px;
        height: 200px;
    }
    
    .ring-1 { width: 240px; height: 240px; }
    .ring-2 { width: 270px; height: 270px; }
    .ring-3 { width: 300px; height: 300px; }
}

@media (max-width: 768px) {
    .quantum-security {
        padding: 4rem 0;
    }
    
    .security-title {
        font-size: 2rem;
    }
    
    .security-visual {
        padding: 2rem;
        margin-bottom: 2rem;
    }
    
    .security-badges {
        position: relative;
        top: auto;
        right: auto;
        flex-direction: row;
        justify-content: center;
        margin-top: 2rem;
        flex-wrap: wrap;
    }
    
    .security-stats {
        flex-direction: column;
    }
    
    .security-grid {
        grid-template-columns: 1fr;
    }
}

/* Block 4 */
.order-form-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8faff 0%, #e8f2ff 50%, #f0f8ff 100%);
    position: relative;
    overflow: hidden;
}

.order-form-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 120%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(13, 110, 253, 0.05) 0%, transparent 70%);
    z-index: 1;
}

.order-form-section .container {
    position: relative;
    z-index: 2;
}

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

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

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

.form-title {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #2c3e50 0%, #4a90e2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    line-height: 1.2;
}

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

.order-card {
    background: white;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    overflow: hidden;
    backdrop-filter: blur(20px);
}

.card-content {
    padding: 50px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
    padding: 40px;
    background: linear-gradient(135deg, #f8faff 0%, #e3f2fd 100%);
    border-radius: 16px;
    border: 2px solid rgba(13, 110, 253, 0.1);
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

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

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

.benefit-text {
    font-weight: 600;
    color: #2c3e50;
    font-size: 1.1rem;
}

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

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

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

.input-wrapper {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 18px;
    z-index: 3;
}

.custom-input {
    padding: 18px 20px 18px 60px;
    border: 2px solid #e9ecef;
    border-radius: 16px;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    background: #fafbfc;
    height: auto;
}

.custom-input:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.15);
    background: white;
    outline: none;
}

.custom-input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.form-actions {
    text-align: center;
    margin-top: 40px;
}

.btn-order-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 20px 50px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
    text-transform: none;
    letter-spacing: 0.5px;
}

.btn-order-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(102, 126, 234, 0.6);
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
    color: white;
}

.btn-icon {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.btn-order-primary:hover .btn-icon {
    transform: translateX(5px);
}

.security-notice {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #6c757d;
    font-size: 0.95rem;
    font-weight: 500;
}

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

.trust-indicators {
    padding: 40px;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border-top: 1px solid rgba(13, 110, 253, 0.1);
}

.trust-item {
    text-align: center;
    margin-bottom: 40px;
}

.trust-image {
    max-width: 100%;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
    opacity: 0.8;
}

.trust-label {
    font-weight: 600;
    color: #6c757d;
    font-size: 1.1rem;
}

.testimonial-preview {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(13, 110, 253, 0.1);
}

.testimonial-avatar {
    flex-shrink: 0;
}

.avatar-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #667eea;
}

.testimonial-content {
    flex: 1;
}

.testimonial-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 10px;
    line-height: 1.5;
    font-style: italic;
}

.testimonial-author strong {
    color: #2c3e50;
    font-weight: 700;
    display: block;
    font-size: 1.1rem;
}

.testimonial-author span {
    color: #6c757d;
    font-size: 0.95rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .order-form-section {
        padding: 60px 0;
    }
    
    .form-title {
        font-size: 2.2rem;
    }
    
    .form-subtitle {
        font-size: 1.1rem;
    }
    
    .card-content {
        padding: 30px 20px;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        padding: 25px 20px;
        gap: 20px;
    }
    
    .testimonial-preview {
        flex-direction: column;
        text-align: center;
    }
    
    .btn-order-primary {
        padding: 18px 40px;
        font-size: 1.1rem;
        width: 100%;
        justify-content: center;
    }
    
    .custom-input {
        padding: 16px 18px 16px 55px;
    }
}

@media (max-width: 576px) {
    .form-title {
        font-size: 1.8rem;
    }
    
    .benefits-grid {
        padding: 20px 15px;
    }
    
    .benefit-item {
        gap: 10px;
    }
    
    .benefit-icon {
        width: 40px;
        height: 40px;
    }
    
    .benefit-text {
        font-size: 1rem;
    }
}
