
/* Block 1 */
.group:hover .group-hover\:scale-105 {
    transform: scale(1.05);
  }
  @keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
  }
  .animate-pulse {
    animation: pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

/* Block 2 */
.section-2026-grid {
      width: 100%;
      padding: 5rem 1.5rem;
      background-color: #f8fafc;
      box-sizing: border-box;
    }
    .grid-container {
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr;
      gap: 4rem;
    }
    @media (min-width: 1024px) {
      .grid-container {
        grid-template-columns: 350px 1fr;
        align-items: center;
      }
    }
    .intro-wrapper {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }
    .eyebrow {
      font-size: 0.875rem;
      font-weight: 700;
      color: #2563eb;
      text-transform: uppercase;
      letter-spacing: 0.1em;
    }
    .section-title {
      font-size: 2.5rem;
      font-weight: 800;
      color: #0f172a;
      line-height: 1.1;
    }
    .section-desc {
      font-size: 1.125rem;
      color: #475569;
      line-height: 1.6;
    }
    .stat-group {
      display: flex;
      gap: 2rem;
      margin-top: 1rem;
      padding-top: 2rem;
      border-top: 1px solid #e2e8f0;
    }
    .stat-item {
      display: flex;
      flex-direction: column;
    }
    .stat-number {
      font-size: 1.75rem;
      font-weight: 800;
      color: #0f172a;
    }
    .stat-label {
      font-size: 0.875rem;
      color: #64748b;
    }
    .visual-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
    @media (min-width: 768px) {
      .visual-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, minmax(250px, auto));
      }
    }
    .visual-card {
      background: #ffffff;
      border-radius: 1.5rem;
      overflow: hidden;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      display: flex;
      flex-direction: column;
      position: relative;
    }
    .visual-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 25px 30px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }
    @media (min-width: 768px) {
      .primary-card {
        grid-column: span 2;
        flex-direction: row;
        align-items: stretch;
      }
      .primary-card .card-img {
        width: 50%;
        height: auto;
      }
      .primary-card .card-content {
        width: 50%;
        justify-content: center;
      }
    }
    @media (max-width: 767px) {
      .primary-card .card-img {
        height: 200px;
      }
    }
    .card-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      transition: transform 0.6s ease;
    }
    .visual-card:hover .card-img {
      transform: scale(1.05);
    }
    .card-content {
      padding: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-grow: 1;
      z-index: 10;
      background: #ffffff;
    }
    .icon-box {
      width: 3rem;
      height: 3rem;
      background: #eff6ff;
      color: #2563eb;
      border-radius: 0.75rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.25rem;
      margin-bottom: 1rem;
    }
    .card-title {
      font-size: 1.25rem;
      font-weight: 700;
      color: #1e293b;
      margin-bottom: 0.5rem;
    }
    .card-text {
      font-size: 0.95rem;
      color: #64748b;
      margin-bottom: 1.5rem;
      line-height: 1.5;
    }
    .card-link {
      font-size: 0.95rem;
      font-weight: 600;
      color: #2563eb;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      transition: gap 0.2s ease;
    }
    .card-link:hover {
      gap: 0.75rem;
    }

/* Block 3 */
.section-2026-immersive {
position: relative;
width: 100%;
padding: 6rem 1.5rem;
background: #0f172a;
overflow: hidden;
border-radius: 1.5rem;
margin-bottom: 3rem;
}
.section-2026-immersive::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle at 50% 0%, #1e40af 0%, transparent 60%), radial-gradient(circle at 100% 100%, #7c3aed 0%, transparent 50%);
opacity: 0.15;
pointer-events: none;
z-index: 0;
}
.immersive-container {
position: relative;
z-index: 1;
max-width: 1200px;
margin: 0 auto;
}
.immersive-header {
text-align: center;
margin-bottom: 4rem;
}
.tag-pill {
display: inline-block;
padding: 0.5rem 1.25rem;
background: rgba(56, 189, 248, 0.1);
color: #38bdf8;
border: 1px solid rgba(56, 189, 248, 0.2);
border-radius: 9999px;
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 1.5rem;
}
.immersive-title {
font-size: 3rem;
font-weight: 800;
color: #ffffff;
margin: 0 0 1rem 0;
line-height: 1.1;
letter-spacing: -0.02em;
}
.immersive-subtitle {
font-size: 1.25rem;
color: #94a3b8;
max-width: 600px;
margin: 0 auto;
}
.immersive-grid {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 2rem;
margin-bottom: 4rem;
}
@media (min-width: 768px) {
.immersive-grid {
grid-template-columns: repeat(3, 1fr);
}
.immersive-title {
font-size: 3.5rem;
}
}
.glass-panel {
background: rgba(30, 41, 59, 0.6);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 1.5rem;
padding: 2rem;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 400px;
transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.glass-panel:hover {
transform: translateY(-8px);
border-color: rgba(56, 189, 248, 0.4);
box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(56, 189, 248, 0.1);
}
.card-header {
display: flex;
align-items: center;
gap: 1rem;
margin-bottom: 2rem;
}
.icon-gradient {
font-size: 1.75rem;
background: linear-gradient(135deg, #38bdf8 0%, #818cf8 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.card-header h3 {
font-size: 1.25rem;
color: #f8fafc;
font-weight: 700;
margin: 0;
}
.card-body {
color: #cbd5e1;
font-size: 1rem;
line-height: 1.6;
margin-top: auto;
margin-bottom: 1.5rem;
}
.card-footer {
display: flex;
align-items: center;
gap: 0.75rem;
border-top: 1px solid rgba(255, 255, 255, 0.05);
padding-top: 1rem;
}
.status-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #22c55e;
box-shadow: 0 0 8px #22c55e;
}
.status-text {
font-size: 0.875rem;
color: #94a3b8;
font-weight: 500;
}
.chart-visual {
display: flex;
align-items: flex-end;
justify-content: space-between;
height: 120px;
margin-bottom: 1.5rem;
gap: 8px;
}
.bar {
width: 100%;
background: linear-gradient(to top, rgba(56, 189, 248, 0.3), rgba(56, 189, 248, 0.8));
border-radius: 4px 4px 0 0;
animation: chartPulse 3s infinite ease-in-out;
}
.bar-1 { height: 40%; animation-delay: 0s; }
.bar-2 { height: 70%; animation-delay: 0.5s; }
.bar-3 { height: 55%; animation-delay: 1s; }
.bar-4 { height: 85%; animation-delay: 1.5s; }

@keyframes chartPulse {
0%, 100% { opacity: 0.6; transform: scaleY(1); }
50% { opacity: 1; transform: scaleY(1.05); }
}

.mesh-visual {
position: relative;
height: 140px;
width: 100%;
border-radius: 0.75rem;
overflow: hidden;
margin-bottom: 1.5rem;
background: #020617;
}
.mesh-image {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.8;
mix-blend-mode: luminosity;
}
.overlay-glow {
position: absolute;
inset: 0;
background: radial-gradient(circle at center, rgba(56, 189, 248, 0.4) 0%, transparent 70%);
mix-blend-mode: screen;
}

.bio-visual {
position: relative;
height: 140px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
background: radial-gradient(circle, rgba(124, 58, 237, 0.1) 0%, transparent 70%);
}
.scan-line {
position: absolute;
width: 80%;
height: 2px;
background: #a855f7;
box-shadow: 0 0 10px #a855f7;
top: 0;
animation: scanMove 2.5s infinite linear;
}
@keyframes scanMove {
0% { top: 10%; opacity: 0; }
10% { opacity: 1; }
90% { opacity: 1; }
100% { top: 90%; opacity: 0; }
}
.fingerprint-icon {
font-size: 4rem;
color: rgba(255, 255, 255, 0.1);
z-index: 1;
}
.immersive-data-strip {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
padding: 2rem;
background: rgba(15, 23, 42, 0.5);
border-radius: 1rem;
border: 1px solid rgba(255, 255, 255, 0.05);
}
@media (min-width: 640px) {
.immersive-data-strip {
grid-template-columns: repeat(4, 1fr);
}
}
.data-point {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.data-label {
font-size: 0.875rem;
color: #64748b;
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: 600;
}
.data-value {
font-size: 1.75rem;
font-weight: 700;
color: #f1f5f9;
font-variant-numeric: tabular-nums;
}

/* Block 4 */
.contact-section-2026 {
display: flex;
justify-content: center;
align-items: center;
padding: 6rem 1.5rem;
background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
border-radius: 24px;
margin-top: 4rem;
margin-bottom: 4rem;
overflow: hidden;
position: relative;
}

.contact-section-2026::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #3b82f6, #06b6d4);
}

.contact-wrapper {
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: 4rem;
max-width: 1100px;
width: 100%;
z-index: 1;
}

.contact-intro {
display: flex;
flex-direction: column;
justify-content: center;
}

.contact-eyebrow {
display: inline-block;
font-size: 0.875rem;
font-weight: 700;
color: #3b82f6;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 1rem;
}

.contact-heading {
font-size: 3rem;
line-height: 1.1;
font-weight: 800;
color: #0f172a;
margin-bottom: 1.5rem;
letter-spacing: -0.02em;
}

.contact-text {
font-size: 1.125rem;
line-height: 1.6;
color: #64748b;
margin-bottom: 3rem;
max-width: 400px;
}

.contact-visual {
position: relative;
width: 100%;
height: 280px;
border-radius: 20px;
overflow: hidden;
background: #0f172a;
box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.2);
}

.hologram-img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.8;
mix-blend-mode: luminosity;
transition: transform 0.5s ease;
}

.contact-visual:hover .hologram-img {
transform: scale(1.05);
mix-blend-mode: normal;
}

.glow-effect {
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
animation: rotateGlow 10s linear infinite;
}

@keyframes rotateGlow {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.contact-form {
background: #ffffff;
padding: 3rem;
border-radius: 24px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.05);
border: 1px solid rgba(226, 232, 240, 0.8);
display: flex;
flex-direction: column;
gap: 1.5rem;
}

.form-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1rem;
}

.form-title {
font-size: 1.25rem;
font-weight: 700;
color: #1e293b;
}

.form-indicator {
width: 12px;
height: 12px;
background-color: #22c55e;
border-radius: 50%;
box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.1);
animation: pulseGreen 2s infinite;
}

@keyframes pulseGreen {
0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4); }
70% { box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.input-group {
display: flex;
flex-direction: column;
gap: 0.5rem;
}

.input-label {
font-size: 0.875rem;
font-weight: 600;
color: #475569;
margin-left: 0.25rem;
}

.input-wrapper {
position: relative;
display: flex;
align-items: center;
}

.input-icon {
position: absolute;
left: 1rem;
color: #94a3b8;
pointer-events: none;
transition: color 0.2s;
}

.form-input {
width: 100%;
padding: 1rem 1rem 1rem 3rem;
background-color: #f8fafc;
border: 2px solid #e2e8f0;
border-radius: 12px;
font-size: 1rem;
color: #334155;
transition: all 0.2s;
outline: none;
font-family: inherit;
}

.form-input:focus {
background-color: #ffffff;
border-color: #3b82f6;
box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.form-input:focus + .input-icon {
color: #3b82f6;
}

.submit-btn {
margin-top: 1rem;
display: flex;
align-items: center;
justify-content: center;
gap: 0.75rem;
padding: 1rem 2rem;
background: linear-gradient(135deg, #2563eb, #0891b2);
color: white;
font-weight: 700;
font-size: 1rem;
border: none;
border-radius: 12px;
cursor: pointer;
transition: transform 0.2s, box-shadow 0.2s;
box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.submit-btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
}

.submit-btn:active {
transform: translateY(0);
}

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

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

@media (max-width: 900px) {
.contact-wrapper {
grid-template-columns: 1fr;
gap: 3rem;
}

.contact-heading {
font-size: 2.25rem;
}
}
