
/* Block 1 */
.hero-banner {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  position: relative;
  overflow: hidden;
}

.hero-banner::before {
  content: '';
  background-image: url('hero-tech-pattern.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.hero-overlay {
  background: linear-gradient(45deg, rgba(30, 60, 114, 0.9) 0%, rgba(42, 82, 152, 0.8) 100%);
  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.1;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

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

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}

.btn-primary-custom {
  background: linear-gradient(135deg, #ff6b6b 0%, #ffa726 100%);
  border: none;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-primary-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(255, 107, 107, 0.4);
  background: linear-gradient(135deg, #ff5252 0%, #ff9800 100%);
}

.hero-stats {
  display: flex;
  gap: 3rem;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.5rem;
}

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

.hero-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
  transition: transform 0.6s ease;
}

.hero-image:hover {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.floating-elements {
  position: relative;
}

.floating-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1rem 1.5rem;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  color: #1e3c72;
  font-size: 0.9rem;
  animation: float 6s ease-in-out infinite;
  position: absolute;
}

.floating-card i {
  font-size: 1.2rem;
  color: #ff6b6b;
}

.card-security {
  top: -100px;
  right: -80px;
  animation-delay: 0s;
}

.card-speed {
  top: -20px;
  left: -120px;
  animation-delay: 2s;
}

.card-analytics {
  bottom: -80px;
  right: -60px;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
  }
}

@media (max-width: 1200px) {
  .floating-card {
    display: none;
  }
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 2.8rem;
  }
  
  .hero-description {
    font-size: 1.1rem;
  }
  
  .hero-visual {
    margin-top: 3rem;
  }
  
  .hero-stats {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .hero-stats {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 2rem;
  }
  
  .hero-actions {
    align-items: center;
  }
  
  .btn-primary-custom {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.8rem;
  }
  
  .stat-number {
    font-size: 1.5rem;
  }
  
  .stat-label {
    font-size: 0.8rem;
  }
}

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

.ai-browser-insights::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e0e7ff" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    z-index: 1;
}

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

.section-badge {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #1e293b 0%, #475569 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-description {
    font-size: 1.2rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 500px;
}

.features-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.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: 24px;
    flex-shrink: 0;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.feature-content {
    flex: 1;
}

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

.feature-description {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.insights-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-dashboard {
    position: relative;
    width: 100%;
    max-width: 500px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
}

.dashboard-image {
    width: 100%;
    height: auto;
    display: block;
}

.data-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.metric-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 16px;
    min-width: 150px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    animation: fadeInSlide 0.6s ease-out forwards;
    opacity: 0;
    transform: translateX(20px);
}

.metric-card:nth-child(1) {
    animation-delay: 0.2s;
}

.metric-card:nth-child(2) {
    animation-delay: 0.4s;
}

.metric-card:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes fadeInSlide {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.metric-label {
    display: block;
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.metric-value {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 8px;
}

.metric-trend {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #10b981;
    font-size: 14px;
    font-weight: 600;
}

.security-indicator {
    color: #10b981;
    font-size: 16px;
}

.speed-bar {
    width: 100%;
    height: 4px;
    background: #e2e8f0;
    border-radius: 2px;
    overflow: hidden;
}

.speed-progress {
    width: 85%;
    height: 100%;
    background: linear-gradient(90deg, #10b981 0%, #059669 100%);
    border-radius: 2px;
    animation: progressFill 1s ease-out 0.8s forwards;
    transform: scaleX(0);
    transform-origin: left;
}

@keyframes progressFill {
    to {
        transform: scaleX(1);
    }
}

.floating-insights {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.insight-bubble {
    background: white;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 300px;
    font-size: 14px;
    color: #475569;
    animation: floatIn 0.8s ease-out forwards;
    opacity: 0;
    transform: translateX(-30px);
}

.insight-top {
    animation-delay: 1s;
}

.insight-middle {
    animation-delay: 1.2s;
}

.insight-bottom {
    animation-delay: 1.4s;
}

@keyframes floatIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.insight-bubble i {
    color: #667eea;
    font-size: 16px;
    flex-shrink: 0;
}

@media (max-width: 1200px) {
    .floating-insights {
        position: static;
        transform: none;
        margin-top: 40px;
        left: auto;
        top: auto;
    }
}

@media (max-width: 768px) {
    .ai-browser-insights {
        padding: 60px 0;
    }

    .section-title {
        font-size: 2.2rem;
    }

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

    .features-grid {
        gap: 24px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .feature-title {
        font-size: 1.2rem;
    }

    .main-dashboard {
        transform: none;
    }

    .data-overlay {
        position: static;
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .floating-insights {
        display: none;
    }
}

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

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

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

    .feature-icon {
        align-self: center;
    }
}

/* Block 3 */
.quantum-browser-evolution {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a23 0%, #1a1a3a 50%, #2a0845 100%);
    position: relative;
    overflow: hidden;
}

.quantum-browser-evolution::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(138, 43, 226, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(0, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 40% 80%, rgba(255, 20, 147, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.innovation-badge {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    color: white;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    box-shadow: 0 8px 32px rgba(255, 107, 107, 0.3);
}

.quantum-title {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #fff 0%, #00ffff 50%, #ff00ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    line-height: 1.2;
}

.quantum-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 800px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

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

.quantum-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.quantum-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 255, 255, 0.2);
}

.quantum-card:hover::before {
    opacity: 1;
}

.card-neural:hover {
    box-shadow: 0 20px 60px rgba(138, 43, 226, 0.3);
}

.card-security:hover {
    box-shadow: 0 20px 60px rgba(255, 20, 147, 0.3);
}

.card-ecosystem:hover {
    box-shadow: 0 20px 60px rgba(0, 255, 255, 0.3);
}

.tech-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    filter: brightness(1.2);
    margin-bottom: 25px;
}

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

.quantum-card-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 30px;
}

.quantum-metrics {
    margin-top: auto;
}

.metric-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.metric-number {
    font-size: 2rem;
    font-weight: 800;
    color: #00ffff;
}

.metric-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.progress-indicator {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    border-radius: 3px;
    animation: progressFlow 2s ease-in-out infinite;
}

.neural-progress {
    background: linear-gradient(90deg, #8a2be2, #ff1493);
    width: 95%;
}

@keyframes progressFlow {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

.security-status, .sync-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #00ff00;
    font-weight: 600;
}

.sync-pulse {
    width: 12px;
    height: 12px;
    background: #00ffff;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

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

.quantum-demo-section {
    margin-top: 80px;
    position: relative;
}

.demo-interface {
    position: relative;
}

.demo-image {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.interface-overlays {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overlay-element {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #00ffff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid rgba(0, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.processing-indicator {
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.data-stream {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.security-layer {
    bottom: 20px;
    left: 20px;
    color: #ff00ff;
    border-color: rgba(255, 0, 255, 0.3);
}

.pulse-ring {
    width: 12px;
    height: 12px;
    border: 2px solid #00ffff;
    border-radius: 50%;
    animation: pulseRing 2s infinite;
}

@keyframes pulseRing {
    0% { transform: scale(0.8); opacity: 1; }
    100% { transform: scale(1.4); opacity: 0; }
}

.stream-line {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00ffff, transparent);
    animation: streamFlow 1.5s infinite;
}

@keyframes streamFlow {
    0% { transform: translateX(-20px); }
    100% { transform: translateX(20px); }
}

.timeline-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.timeline-container {
    position: relative;
    padding-left: 30px;
}

.timeline-container::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #00ffff 0%, #ff00ff 100%);
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
}

.timeline-marker {
    position: absolute;
    left: -22px;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid;
    background: #0a0a23;
}

.timeline-item.completed .timeline-marker {
    border-color: #00ff00;
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.5);
}

.timeline-item.active .timeline-marker {
    border-color: #00ffff;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
    animation: pulse 2s infinite;
}

.timeline-item.upcoming .timeline-marker {
    border-color: #ff00ff;
}

.timeline-item.future .timeline-marker {
    border-color: rgba(255, 255, 255, 0.3);
}

.timeline-year {
    color: #00ffff;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.timeline-event {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 5px 0 10px;
}

.timeline-description {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

@media (max-width: 768px) {
    .quantum-title {
        font-size: 2.5rem;
    }
    
    .quantum-subtitle {
        font-size: 1.1rem;
    }
    
    .quantum-card {
        margin-bottom: 30px;
    }
    
    .overlay-element {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
}

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

.premium-contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="grain"><stop offset="0%" stop-color="white" stop-opacity="0.03"/><stop offset="100%" stop-color="white" stop-opacity="0.01"/></radialGradient></defs><rect width="1000" height="1000" fill="url(%23grain)"/></svg>');
    opacity: 0.6;
}

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

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

.header-icon {
    margin-bottom: 20px;
}

.consultation-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}

.form-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 16px;
    line-height: 1.2;
}

.form-subtitle {
    font-size: 1.1rem;
    color: #718096;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto;
}

.form-container {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.form-grid {
    display: grid;
    gap: 24px;
    margin-bottom: 32px;
}

.form-group {
    position: relative;
}

.form-label {
    display: block;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 8px;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
}

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

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

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

.form-input:focus + .input-decoration {
    transform: scaleX(1);
}

.form-benefits {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 32px;
    padding: 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 12px;
}

.benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.benefit-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

.benefit-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #4a5568;
    text-align: center;
}

.submit-button {
    width: 100%;
    padding: 18px 32px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.submit-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(102, 126, 234, 0.4);
}

.button-text {
    position: relative;
    z-index: 2;
}

.button-effect {
    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;
}

.submit-button:hover .button-effect {
    left: 100%;
}

@media (max-width: 768px) {
    .form-wrapper {
        padding: 32px 24px;
    }
    
    .form-title {
        font-size: 2rem;
    }
    
    .form-container {
        padding: 24px;
    }
    
    .form-benefits {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .benefit-item {
        flex-direction: row;
        justify-content: center;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .premium-contact-form {
        padding: 60px 0;
    }
    
    .form-wrapper {
        margin: 0 16px;
    }
    
    .form-title {
        font-size: 1.75rem;
    }
}
