
/* Block 1 */
.relative\:isolate {
        isolation: isolate;
    }
    
    .overflow-hidden {
        overflow: hidden;
    }
    
    .rounded-3xl {
        border-radius: 1.5rem;
    }
    
    .bg-slate-900 {
        background-color: rgb(15 23 42);
    }
    
    .shadow-2xl {
        box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    }
    
    .ring-1 {
        --tw-ring-opacity: 1;
        box-shadow: 0 0 0 1px rgb(255 255 255 / var(--tw-ring-opacity));
    }
    
    .ring-white\/10 {
        --tw-ring-color: rgb(255 255 255 / 0.1);
    }
    
    .absolute {
        position: absolute;
    }
    
    .inset-0 {
        inset: 0px;
    }
    
    .object-cover {
        object-fit: cover;
    }
    
    .opacity-60 {
        opacity: 0.6;
    }
    
    .bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }
    
    .from-slate-950 {
        --tw-gradient-from: #020617;
        --tw-gradient-to: rgb(2 6 23 / 0);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
    
    .via-slate-950\/80 {
        --tw-gradient-to: rgb(2 6 23 / 0);
        --tw-gradient-stops: var(--tw-gradient-from), rgba(2,6,23,0.8), var(--tw-gradient-to);
    }
    
    .to-transparent {
        --tw-gradient-to: transparent;
    }
    
    .relative {
        position: relative;
    }
    
    .mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    
    .max-w-7xl {
        max-width: 80rem;
    }
    
    .flex {
        display: flex;
    }
    
    .flex-col {
        flex-direction: column;
    }
    
    .items-start {
        align-items: flex-start;
    }
    
    .justify-between {
        justify-content: space-between;
    }
    
    .px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .lg\:flex-row {
        flex-direction: row;
    }
    
    .lg\:items-center {
        align-items: center;
    }
    
    .max-w-2xl {
        max-width: 42rem;
    }
    
    .space-y-8 > * + * {
        margin-top: 2rem;
    }
    
    .inline-flex {
        display: inline-flex;
    }
    
    .items-center {
        align-items: center;
    }
    
    .gap-2 {
        gap: 0.5rem;
    }
    
    .rounded-full {
        border-radius: 9999px;
    }
    
    .border {
        border-width: 1px;
    }
    
    .border-blue-500\/30 {
        border-color: rgb(59 130 246 / 0.3);
    }
    
    .bg-blue-500\/10 {
        background-color: rgb(59 130 246 / 0.1);
    }
    
    .px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }
    
    .text-sm {
        font-size: 0.875rem;
    }
    
    .font-medium {
        font-weight: 500;
    }
    
    .text-blue-300 {
        color: rgb(147 197 253);
    }
    
    .backdrop-blur-sm {
        backdrop-filter: blur(4px);
    }
    
    .h-2 {
        height: 0.5rem;
    }
    
    .w-2 {
        width: 0.5rem;
    }
    
    .rounded-full {
        border-radius: 9999px;
    }
    
    .bg-blue-400 {
        background-color: rgb(96 165 250);
    }
    
    .animate-ping {
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }
    
    @keyframes ping {
        75%, 100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    
    .text-4xl {
        font-size: 2.25rem;
    }
    
    .font-bold {
        font-weight: 700;
    }
    
    .tracking-tight {
        letter-spacing: -0.025em;
    }
    
    .text-white {
        color: rgb(255 255 255);
    }
    
    .sm\:text-6xl {
        font-size: 3.75rem;
    }
    
    .bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }
    
    .text-transparent {
        color: transparent;
    }
    
    .to-cyan-300 {
        --tw-gradient-to: #67e8f9;
    }
    
    .text-lg {
        font-size: 1.125rem;
    }
    
    .leading-8 {
        line-height: 2rem;
    }
    
    .text-gray-300 {
        color: rgb(209 213 219);
    }
    
    .flex-wrap {
        flex-wrap: wrap;
    }
    
    .gap-6 {
        gap: 1.5rem;
    }
    
    .pt-4 {
        padding-top: 1rem;
    }
    
    .group {
        /* group class logic */
    }
    
    .justify-center {
        justify-content: center;
    }
    
    .rounded-xl {
        border-radius: 0.75rem;
    }
    
    .bg-blue-600 {
        background-color: rgb(37 99 235);
    }
    
    .px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .text-base {
        font-size: 1rem;
    }
    
    .text-white {
        color: rgb(255 255 255);
    }
    
    .shadow-lg {
        box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
    }
    
    .transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
    }
    
    .duration-300 {
        transition-duration: 300ms;
    }
    
    .hover\:bg-blue-500:hover {
        background-color: rgb(59 130 246);
    }
    
    .hover\:shadow-blue-500\/25:hover {
        --tw-shadow-color: rgb(59 130 246 / 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    
    .focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    
    .focus\:ring-2:focus {
        --tw-ring-width: 2px;
    }
    
    .focus\:ring-blue-400:focus {
        --tw-ring-color: rgb(96 165 250);
    }
    
    .focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }
    
    .focus\:ring-offset-slate-900:focus {
        --tw-ring-offset-color: #0f172a;
    }
    
    .ml-2 {
        margin-left: 0.5rem;
    }
    
    .group-hover\:translate-x-1:hover {
        transform: translateX(0.25rem);
    }
    
    .text-gray-400 {
        color: rgb(156 163 175);
    }
    
    .-space-x-3 > * + * {
        margin-left: -0.75rem;
    }
    
    .h-10 {
        height: 2.5rem;
    }
    
    .w-10 {
        width: 2.5rem;
    }
    
    .ring-2 {
        --tw-ring-width: 2px;
    }
    
    .ring-slate-900 {
        --tw-ring-color: #0f172a;
    }
    
    .mt-12 {
        margin-top: 3rem;
    }
    
    .lg\:block {
        display: block;
    }
    
    .hidden {
        display: none;
    }
    
    .lg\:mt-0 {
        margin-top: 0px;
    }
    
    .-inset-1 {
        inset: -0.25rem;
    }
    
    .rounded-2xl {
        border-radius: 1rem;
    }
    
    .to-cyan-600 {
        --tw-gradient-to: #0891b2;
    }
    
    .opacity-75 {
        opacity: 0.75;
    }
    
    .blur {
        filter: blur(20px);
    }
    
    .duration-1000 {
        transition-duration: 1000ms;
    }
    
    .group-hover\:opacity-100:hover {
        opacity: 1;
    }
    
    .group-hover\:duration-200:hover {
        transition-duration: 200ms;
    }
    
    .p-8 {
        padding: 2rem;
    }
    
    .mb-6 {
        margin-bottom: 1.5rem;
    }
    
    .justify-between {
        justify-content: space-between;
    }
    
    .bg-emerald-500 {
        background-color: rgb(16 185 129);
    }
    
    .space-y-6 > * + * {
        margin-top: 1.5rem;
    }
    
    .text-gray-300 {
        color: rgb(209 213 219);
    }
    
    .text-white {
        color: rgb(255 255 255);
    }
    
    .font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }
    
    .h-2 {
        height: 0.5rem;
    }
    
    .w-full {
        width: 100%;
    }
    
    .bg-slate-800 {
        background-color: rgb(30 41 59);
    }
    
    .w-\[85\%\] {
        width: 85%;
    }
    
    .from-blue-500 {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-to: rgb(59 130 246 / 0);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
    
    .to-cyan-400 {
        --tw-gradient-to: #22d3ee;
    }
    
    .h-8 {
        height: 2rem;
    }
    
    .items-end {
        align-items: flex-end;
    }
    
    .w-1\/6 {
        width: 16.666667%;
    }
    
    .rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }
    
    .h-\[40\%\] {
        height: 40%;
    }
    
    .h-\[60\%\] {
        height: 60%;
    }
    
    .h-\[30\%\] {
        height: 30%;
    }
    
    .h-\[80\%\] {
        height: 80%;
    }
    
    .h-\[50\%\] {
        height: 50%;
    }
    
    .h-\[20\%\] {
        height: 20%;
    }
    
    .pt-4 {
        padding-top: 1rem;
    }
    
    .border-t {
        border-top-width: 1px;
    }
    
    .border-slate-800 {
        border-color: rgb(30 41 59);
    }
    
    .bg-slate-800 {
        background-color: rgb(30 41 59);
    }
    
    .text-blue-400 {
        color: rgb(96 165 250);
    }
    
    .text-xs {
        font-size: 0.75rem;
    }
    
    .text-gray-500 {
        color: rgb(107 114 128);
    }

/* Block 2 */
.section-future-tech {
        padding: 6rem 0;
        background-color: #ffffff;
        background-image: radial-gradient(circle at 15% 50%, rgba(224, 242, 254, 0.5) 0%, transparent 25%),
                          radial-gradient(circle at 85% 30%, rgba(236, 254, 255, 0.5) 0%, transparent 25%);
        position: relative;
        overflow: hidden;
    }

    .section-future-tech::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMSIgY3k9IjEiIHI9IjEiIGZpbGw9InJnYmEoMjAsIDE4NCwgMTY2LCAwLjEpIi8+PC9zdmc+');
        animation: moveBackground 100s linear infinite;
        z-index: 0;
        pointer-events: none;
    }

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

    .container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 1.5rem;
        position: relative;
        z-index: 1;
    }

    .header {
        text-align: center;
        margin-bottom: 4rem;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .pill {
        display: inline-block;
        padding: 0.5rem 1.5rem;
        background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
        color: #2563eb;
        font-size: 0.875rem;
        font-weight: 600;
        letter-spacing: 0.05em;
        border-radius: 9999px;
        margin-bottom: 1.5rem;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    }

    .title {
        font-size: 2.5rem;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 1rem;
        line-height: 1.2;
        background: linear-gradient(to right, #1e293b, #334155);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .description {
        font-size: 1.125rem;
        color: #64748b;
        line-height: 1.7;
    }

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

    .card {
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 1.5rem;
        border: 1px solid rgba(255, 255, 255, 0.8);
        box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.05);
        padding: 2rem;
        display: flex;
        flex-direction: column;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        overflow: hidden;
    }

    .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 50px -10px rgba(37, 99, 235, 0.15);
        border-color: rgba(37, 99, 235, 0.3);
    }

    .visual-layer {
        height: 200px;
        border-radius: 1rem;
        overflow: hidden;
        margin-bottom: 1.5rem;
        position: relative;
    }

    .card-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .card:hover .card-image {
        transform: scale(1.05);
    }

    .content-layer {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .icon-wrapper {
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.25rem;
        margin-bottom: 1rem;
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    }

    .card-title {
        font-size: 1.25rem;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 0.75rem;
    }

    .card-text {
        color: #64748b;
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
        flex: 1;
    }

    .card-link {
        display: inline-flex;
        align-items: center;
        font-weight: 600;
        color: #2563eb;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .card-link i {
        margin-left: 0.5rem;
        font-size: 0.8rem;
        transition: transform 0.3s ease;
    }

    .card:hover .card-link i {
        transform: translateX(4px);
    }

    .stats-section {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        background: linear-gradient(to right, #0f172a, #1e293b);
        border-radius: 2rem;
        padding: 3rem 2rem;
        color: white;
        box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
    }

    .stat-item {
        text-align: center;
        flex: 1;
        min-width: 200px;
        margin: 1rem 0;
    }

    .stat-value {
        font-size: 3.5rem;
        font-weight: 800;
        background: linear-gradient(to right, #60a5fa, #22d3ee);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 1;
        margin-bottom: 0.5rem;
        font-family: monospace;
    }

    .percent, .unit {
        font-size: 1.5rem;
        opacity: 0.8;
    }

    .stat-label {
        color: #94a3b8;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 0.875rem;
        font-weight: 500;
    }

    @media (max-width: 768px) {
        .title {
            font-size: 2rem;
        }
        .stat-value {
            font-size: 2.5rem;
        }
        .stats-section {
            flex-direction: column;
            gap: 2rem;
        }
        .stat-item {
            border-bottom: 1px solid rgba(255,255,255,0.1);
            padding-bottom: 1rem;
        }
        .stat-item:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }
    }

/* Block 3 */
.section-future-tech {
margin-top: 6rem;
margin-bottom: 6rem;
}
.section-future-tech .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 1.5rem;
}
.section-future-tech .header {
text-align: center;
margin-bottom: 4rem;
}
.section-future-tech .pill {
display: inline-block;
padding: 0.5rem 1.25rem;
border-radius: 9999px;
background-color: rgba(37, 99, 235, 0.1);
color: #3b82f6;
font-size: 0.875rem;
font-weight: 600;
margin-bottom: 1rem;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.section-future-tech .title {
font-size: 2.5rem;
font-weight: 800;
color: #0f172a;
margin: 0 0 1rem 0;
line-height: 1.2;
}
@media (min-width: 768px) {
.section-future-tech .title {
font-size: 3.5rem;
}
}
.section-future-tech .description {
font-size: 1.125rem;
color: #64748b;
max-width: 700px;
margin: 0 auto;
line-height: 1.6;
}
.section-future-tech .grid-layout {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
margin-bottom: 4rem;
}
@media (min-width: 1024px) {
.section-future-tech .grid-layout {
grid-template-columns: repeat(3, 1fr);
}
}
.section-future-tech .card {
background-color: #ffffff;
border-radius: 1.5rem;
overflow: hidden;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
display: flex;
flex-direction: column;
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.section-future-tech .card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
border-color: #cbd5e1;
}
.section-future-tech .visual-layer {
height: 240px;
overflow: hidden;
position: relative;
}
.section-future-tech .card-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s ease;
}
.section-future-tech .card:hover .card-image {
transform: scale(1.08);
}
.section-future-tech .content-layer {
padding: 2rem;
flex-grow: 1;
display: flex;
flex-direction: column;
background: linear-gradient(to bottom, #ffffff, #f8fafc);
}
.section-future-tech .icon-wrapper {
width: 48px;
height: 48px;
border-radius: 12px;
background: rgba(59, 130, 246, 0.1);
color: #2563eb;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
margin-bottom: 1.5rem;
}
.section-future-tech .card-title {
font-size: 1.25rem;
font-weight: 700;
color: #1e293b;
margin: 0 0 0.75rem 0;
}
.section-future-tech .card-text {
font-size: 1rem;
color: #475569;
line-height: 1.6;
margin-bottom: 1.5rem;
flex-grow: 1;
}
.section-future-tech .card-link {
color: #2563eb;
font-weight: 600;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 0.5rem;
transition: gap 0.2s ease, color 0.2s ease;
}
.section-future-tech .card-link:hover {
gap: 0.75rem;
color: #1d4ed8;
}
.section-future-tech .stats-section {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
padding: 3rem;
border-radius: 1.5rem;
background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
color: white;
text-align: center;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
.section-future-tech .stats-section {
grid-template-columns: repeat(3, 1fr);
}
}
.section-future-tech .stat-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.section-future-tech .stat-value {
font-size: 3rem;
font-weight: 800;
line-height: 1;
margin-bottom: 0.5rem;
background: linear-gradient(to right, #60a5fa, #22d3ee);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.section-future-tech .stat-value .unit,
.section-future-tech .stat-value .percent {
font-size: 1.5rem;
color: #94a3b8;
background: none;
-webkit-text-fill-color: #94a3b8;
margin-left: 2px;
}
.section-future-tech .stat-label {
font-size: 0.875rem;
font-weight: 500;
color: #cbd5e1;
text-transform: uppercase;
letter-spacing: 0.1em;
}

/* Block 4 */
.cyber-contact-section {
padding: 6rem 1.5rem;
background: #0f172a;
position: relative;
overflow: hidden;
}
.cyber-contact-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: radial-gradient(circle at 50% 50%, rgba(30, 58, 138, 0.15) 0%, transparent 50%), linear-gradient(rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.95));
z-index: 0;
}
.cyber-contact-section .container {
position: relative;
z-index: 1;
max-width: 1280px;
margin: 0 auto;
}
.cyber-contact-section .split-layout {
display: grid;
grid-template-columns: 1fr;
gap: 3rem;
align-items: center;
}
@media (min-width: 1024px) {
.cyber-contact-section .split-layout {
grid-template-columns: 1fr 1fr;
}
}
.cyber-contact-section .info-panel {
color: #e2e8f0;
}
.cyber-contact-section .section-heading {
font-size: 2.5rem;
font-weight: 800;
margin-bottom: 1.5rem;
background: linear-gradient(to right, #fff, #94a3b8);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
line-height: 1.1;
}
.cyber-contact-section .section-subheading {
font-size: 1.125rem;
line-height: 1.7;
color: #94a3b8;
margin-bottom: 3rem;
max-width: 500px;
}
.cyber-contact-section .network-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 1.5rem;
margin-bottom: 3rem;
}
.cyber-contact-section .grid-item {
background: rgba(30, 41, 59, 0.5);
border: 1px solid rgba(148, 163, 184, 0.1);
padding: 1.5rem;
border-radius: 1rem;
transition: transform 0.3s ease, border-color 0.3s ease;
display: flex;
gap: 1rem;
align-items: flex-start;
}
.cyber-contact-section .grid-item:hover {
transform: translateY(-5px);
border-color: rgba(56, 189, 248, 0.5);
background: rgba(30, 41, 59, 0.8);
}
.cyber-contact-section .item-icon {
flex-shrink: 0;
width: 3rem;
height: 3rem;
background: rgba(56, 189, 248, 0.1);
color: #38bdf8;
border-radius: 0.75rem;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
}
.cyber-contact-section .item-title {
font-size: 1.125rem;
font-weight: 700;
color: #f1f5f9;
margin-bottom: 0.25rem;
}
.cyber-contact-section .item-desc {
font-size: 0.875rem;
color: #94a3b8;
line-height: 1.5;
}
.cyber-contact-section .visual-accent {
position: relative;
margin-top: 2rem;
border-radius: 1rem;
overflow: hidden;
border: 1px solid rgba(56, 189, 248, 0.2);
}
.cyber-contact-section .map-image {
width: 100%;
height: auto;
display: block;
opacity: 0.8;
}
.cyber-contact-section .map-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top, #0f172a 10%, transparent);
}
.cyber-contact-section .form-panel {
width: 100%;
}
.cyber-contact-section .form-wrapper {
background: #1e293b;
padding: 2.5rem;
border-radius: 1.5rem;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
border: 1px solid rgba(255, 255, 255, 0.05);
}
.cyber-contact-section .form-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2rem;
padding-bottom: 1.5rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.cyber-contact-section .form-title {
font-size: 1.5rem;
font-weight: 700;
color: #fff;
}
.cyber-contact-section .status-indicator {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.875rem;
color: #10b981;
font-weight: 500;
}
.cyber-contact-section .status-dot {
width: 0.5rem;
height: 0.5rem;
background: #10b981;
border-radius: 50%;
box-shadow: 0 0 10px #10b981;
animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
0% { opacity: 1; }
50% { opacity: 0.5; }
100% { opacity: 1; }
}
.cyber-contact-section .cyber-form {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.cyber-contact-section .input-group {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.cyber-contact-section .input-label {
font-size: 0.875rem;
font-weight: 600;
color: #cbd5e1;
}
.cyber-contact-section .input-wrapper {
position: relative;
}
.cyber-contact-section .input-icon {
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
color: #64748b;
transition: color 0.3s ease;
}
.cyber-contact-section .cyber-input {
width: 100%;
background: #0f172a;
border: 1px solid #334155;
border-radius: 0.75rem;
padding: 1rem 1rem 1rem 3rem;
color: #fff;
font-size: 1rem;
font-family: inherit;
transition: all 0.3s ease;
}
.cyber-contact-section .cyber-input:focus {
outline: none;
border-color: #38bdf8;
box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.1);
}
.cyber-contact-section .cyber-input:focus + .input-icon {
color: #38bdf8;
}
.cyber-contact-section .submit-btn {
margin-top: 1rem;
background: linear-gradient(135deg, #2563eb, #0ea5e9);
color: white;
border: none;
padding: 1rem 2rem;
border-radius: 0.75rem;
font-size: 1.125rem;
font-weight: 600;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 0.75rem;
transition: all 0.3s ease;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.cyber-contact-section .submit-btn:hover {
transform: translateY(-2px);
box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3), 0 4px 6px -2px rgba(37, 99, 235, 0.1);
filter: brightness(1.1);
}
.cyber-contact-section .submit-btn i {
transition: transform 0.3s ease;
}
.cyber-contact-section .submit-btn:hover i {
transform: translateX(4px);
}
.cyber-contact-section .form-footer {
margin-top: 2rem;
text-align: center;
}
.cyber-contact-section .encryption-note {
font-size: 0.75rem;
color: #64748b;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
}
