
/* Block 1 */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #0f172a;
    color: #ffffff;
    margin-top: 56px;
  }

  .hero-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
  }

  .hero-content-wrapper {
    width: 100%;
    max-width: 650px;
  }

  .hero-title {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .hero-text {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.6;
    color: #94a3b8;
    margin-bottom: 2.5rem;
    font-weight: 400;
  }

  .hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #2563eb;
    border: 1px solid transparent;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.1), 0 2px 4px -1px rgba(37, 99, 235, 0.06);
  }

  .hero-button:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.2), 0 4px 6px -2px rgba(37, 99, 235, 0.1);
  }

  .hero-button:focus {
    outline: 2px solid #93c5fd;
    outline-offset: 2px;
  }

  .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
  }

  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.7) 50%, rgba(15, 23, 42, 0.4) 100%);
    z-index: 1;
  }

  @media (max-width: 768px) {
    .hero-section {
      min-height: 75vh;
    }

    .hero-overlay {
      background: rgba(15, 23, 42, 0.85);
    }

    .hero-button {
      width: 100%;
    }
  }

/* Block 2 */
.features-future {
padding: 8rem 0 5rem;
position: relative;
background-color: #050505;
overflow: hidden;
color: #ffffff;
font-family: system-ui, -apple-system, sans-serif;
}

.features-future::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.3), transparent);
opacity: 0.5;
}

.section-tag {
display: inline-block;
padding: 0.5rem 1rem;
margin-bottom: 1.5rem;
background: rgba(0, 255, 255, 0.05);
border: 1px solid rgba(0, 255, 255, 0.2);
color: #00ffff;
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 2px;
border-radius: 2px;
}

.section-heading {
font-size: 3.5rem;
font-weight: 800;
line-height: 1.1;
margin-bottom: 1.5rem;
background: linear-gradient(135deg, #ffffff 0%, #a5b4fc 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.section-description {
font-size: 1.125rem;
line-height: 1.8;
color: #9ca3af;
margin-bottom: 2.5rem;
}

.tech-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 1rem;
}

.tech-item {
display: flex;
align-items: center;
font-size: 1.1rem;
color: #e5e7eb;
font-weight: 500;
}

.tech-item i {
color: #00ffff;
margin-right: 1rem;
font-size: 1.25rem;
}

.features-grid {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 1.5rem;
}

.glass-panel {
background: rgba(255, 255, 255, 0.02);
border: 1px solid rgba(255, 255, 255, 0.05);
padding: 2rem;
border-radius: 1rem;
transition: transform 0.3s ease, background 0.3s ease;
}

.glass-panel:hover {
transform: translateY(-5px);
background: rgba(255, 255, 255, 0.04);
border-color: rgba(0, 255, 255, 0.2);
}

.card-icon-wrapper {
width: 3rem;
height: 3rem;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #00c6ff, #0072ff);
border-radius: 0.5rem;
margin-bottom: 1.5rem;
font-size: 1.25rem;
color: #fff;
box-shadow: 0 0 15px rgba(0, 198, 255, 0.3);
}

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

.card-text {
color: #9ca3af;
line-height: 1.6;
font-size: 1rem;
}

.tech-visual-container {
margin-top: 6rem;
position: relative;
z-index: 1;
}

.tech-visual-container::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80%;
height: 80%;
background: radial-gradient(circle, rgba(0, 198, 255, 0.15) 0%, rgba(5, 5, 5, 0) 70%);
z-index: -1;
pointer-events: none;
}

.tech-image {
width: 100%;
height: auto;
border-radius: 1.5rem;
display: block;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
.features-grid {
grid-template-columns: repeat(2, 1fr);
}
.features-grid .feature-card:last-child {
grid-column: span 2;
}
}

@media (max-width: 991px) {
.section-heading {
font-size: 2.5rem;
}
.features-future {
padding: 5rem 0;
}
}

/* Block 3 */
.interface-evolution-block {
padding: 100px 0;
position: relative;
background: #ffffff;
overflow: hidden;
}
.interface-evolution-block::before {
content: '';
position: absolute;
top: -50%;
right: -20%;
width: 800px;
height: 800px;
background: radial-gradient(circle, rgba(13,110,253,0.05) 0%, rgba(255,255,255,0) 70%);
border-radius: 50%;
z-index: 0;
}
.evolution-container {
position: relative;
z-index: 1;
}
.tech-badge {
display: inline-block;
padding: 8px 16px;
background: rgba(13, 110, 253, 0.1);
color: #0d6efd;
border-radius: 50px;
font-size: 0.85rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 20px;
}
.evolution-media-wrapper {
position: relative;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}
.evolution-main-img {
width: 100%;
height: auto;
display: block;
transition: transform 0.6s ease;
}
.evolution-media-wrapper:hover .evolution-main-img {
transform: scale(1.02);
}
.floating-stat-card {
position: absolute;
bottom: 30px;
left: -20px;
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(12px);
padding: 20px;
border-radius: 16px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
border: 1px solid rgba(255,255,255,0.5);
display: flex;
flex-direction: column;
align-items: center;
min-width: 120px;
animation: float 4s ease-in-out infinite;
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-10px); }
100% { transform: translateY(0px); }
}
.stat-value {
font-size: 1.8rem;
font-weight: 800;
color: #0d6efd;
line-height: 1;
}
.stat-label {
font-size: 0.75rem;
color: #6c757d;
margin-top: 5px;
text-transform: uppercase;
}
.evolution-features {
margin-top: 30px;
}
.evolution-item {
display: flex;
align-items: flex-start;
margin-bottom: 25px;
}
.item-icon {
width: 50px;
height: 50px;
background: #f8f9fa;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: #0d6efd;
font-size: 1.2rem;
margin-right: 20px;
flex-shrink: 0;
transition: all 0.3s ease;
}
.evolution-item:hover .item-icon {
background: #0d6efd;
color: #ffffff;
transform: rotateY(180deg);
}
.item-text h5 {
font-size: 1.1rem;
}

/* Block 4 */
.contact-future-section {
position: relative;
padding: 100px 0;
background-color: #050505;
overflow: hidden;
z-index: 1;
}
.contact-future-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at 50% 50%, #1a0b2e 0%, #000000 70%);
z-index: -1;
}
.contact-wrapper {
background: rgba(20, 20, 25, 0.6);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 24px;
padding: 3rem;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
display: flex;
flex-direction: column;
gap: 2rem;
position: relative;
overflow: hidden;
}
.contact-wrapper::after {
content: "";
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: linear-gradient(45deg, transparent, rgba(120, 50, 255, 0.05), transparent);
transform: rotate(45deg);
pointer-events: none;
z-index: -1;
}
.contact-header {
text-align: center;
}
.contact-title {
font-family: system-ui, -apple-system, sans-serif;
font-weight: 800;
font-size: 2.5rem;
letter-spacing: -1px;
color: #fff;
margin-bottom: 0.5rem;
text-transform: uppercase;
background: linear-gradient(135deg, #fff 0%, #a5b4fc 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.contact-subtitle {
color: #94a3b8;
font-size: 1rem;
margin-bottom: 0;
}
.contact-form {
display: flex;
flex-direction: column;
gap: 1rem;
}
.input-group-float {
position: relative;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 12px;
background: rgba(0, 0, 0, 0.2);
transition: all 0.3s ease;
}
.input-group-float:focus-within {
border-color: #6366f1;
box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
background: rgba(0, 0, 0, 0.4);
}
.form-control-input,
.form-control-textarea {
width: 100%;
padding: 1.25rem 1rem;
font-size: 1rem;
color: #fff;
background: transparent;
border: none;
border-radius: 12px;
outline: none;
font-family: inherit;
}
.form-control-textarea {
resize: vertical;
min-height: 120px;
}
.form-control-label {
position: absolute;
top: 1rem;
left: 1rem;
color: #64748b;
font-size: 1rem;
pointer-events: none;
transition: all 0.3s ease;
margin: 0;
background: transparent;
}
.form-control-input:focus ~ .form-control-label,
.form-control-input:not(:placeholder-shown) ~ .form-control-label,
.form-control-textarea:focus ~ .form-control-label,
.form-control-textarea:not(:placeholder-shown) ~ .form-control-label {
top: -0.6rem;
left: 0.8rem;
font-size: 0.75rem;
color: #818cf8;
background: #050505;
padding: 0 0.5rem;
border-radius: 4px;
}
.submit-button {
position: relative;
display: flex;
align-items: center;
justify-content: center;
gap: 0.75rem;
width: 100%;
padding: 1.2rem;
font-size: 1rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
background: linear-gradient(90deg, #4f46e5, #7c3aed);
border: none;
border-radius: 12px;
cursor: pointer;
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
overflow: hidden;
}
.submit-button:hover {
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(124, 58, 237, 0.4);
filter: brightness(1.1);
}
.submit-button:active {
transform: translateY(1px);
}
.btn-text {
position: relative;
z-index: 2;
}
.btn-icon {
position: relative;
z-index: 2;
transition: transform 0.3s ease;
}
.submit-button:hover .btn-icon {
transform: translateX(5px);
}
.contact-visual {
width: 100%;
height: 200px;
border-radius: 16px;
overflow: hidden;
position: relative;
margin-top: 1rem;
border: 1px solid rgba(255, 255, 255, 0.05);
}
.contact-image {
width: 100%;
height: 100%;
object-fit: cover;
filter: hue-rotate(220deg) contrast(1.2) brightness(0.8);
transition: transform 0.7s ease;
}
.contact-wrapper:hover .contact-image {
transform: scale(1.05);
}
@media (min-width: 992px) {
.contact-wrapper {
padding: 4rem;
}
}
