@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
    --navy: #07182e;
    --navy-light: #0d2544;
    --blue: #1769ff;
    --cyan: #19d3e6;
    --ice: #eef7fb;
    --white: #ffffff;
    --ink: #102239;
    --muted: #64748b;
    --line: #dce8ee;
    --shadow: 0 24px 60px rgba(15, 35, 60, .11);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    color: var(--ink);
    background: var(--white);
    font-family: "DM Sans", sans-serif;
    line-height: 1.65;
    overflow-x: hidden;
}
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    border-bottom: 1px solid rgba(255,255,255,.08);
    transition: .3s ease;
}
.site-header.scrolled {
    background: rgba(7, 24, 46, .94);
    box-shadow: 0 10px 35px rgba(0,0,0,.12);
    backdrop-filter: blur(14px);
}
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; }
.brand-mark { width: 35px; height: 34px; display: flex; align-items: flex-end; gap: 3px; transform: skewX(-12deg); }
.brand-mark span { width: 9px; border-radius: 2px 2px 0 0; background: var(--cyan); }
.brand-mark span:nth-child(1) { height: 17px; opacity: .55; }
.brand-mark span:nth-child(2) { height: 25px; opacity: .8; }
.brand-mark span:nth-child(3) { height: 34px; }
.brand-name { font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -.5px; font-size: 1.17rem; }
.brand-name strong { color: var(--cyan); }
.nav-links { display: flex; align-items: center; gap: 35px; color: #d8e4ee; font-weight: 600; font-size: .94rem; }
.nav-links > a:not(.nav-cta) { position: relative; }
.nav-links > a:not(.nav-cta)::after {
    content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px;
    background: var(--cyan); transition: width .25s;
}
.nav-links > a:hover::after { width: 100%; }
.nav-address {
    max-width: 230px;
    padding-left: 22px;
    position: relative;
    color: #b9d7e7;
    font-size: .82rem;
    line-height: 1.25;
}
.nav-address::before {
    content: "⌂";
    position: absolute;
    left: 0;
    color: var(--cyan);
}
.nav-cta { padding: 11px 19px; border: 1px solid rgba(25,211,230,.5); border-radius: 8px; color: white; }
.nav-cta:hover { background: var(--cyan); color: var(--navy); }
.menu-button { display: none; background: transparent; border: 0; padding: 6px; cursor: pointer; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 5px; background: white; transition: .25s; }

.hero {
    min-height: 780px;
    position: relative;
    display: grid;
    align-items: center;
    padding: 145px 0 80px;
    background:
        linear-gradient(115deg, rgba(7,24,46,.99) 0%, rgba(7,24,46,.97) 53%, rgba(9,39,71,.92) 100%),
        radial-gradient(circle at 80% 20%, #1769ff, transparent 38%);
    color: white;
    overflow: hidden;
}
.hero::before {
    content: ""; position: absolute; inset: 0; opacity: .22;
    background-image: linear-gradient(rgba(25,211,230,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(25,211,230,.08) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(90deg, transparent, black 65%);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.06fr .94fr; gap: 70px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--cyan); text-transform: uppercase; letter-spacing: 1.8px; font-weight: 700; font-size: .76rem; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--blue); }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.15; }
h1 { max-width: 760px; margin: 21px 0 25px; font-size: clamp(2.75rem, 5vw, 4.7rem); letter-spacing: -3.5px; }
.hero-text { max-width: 650px; color: #b8c8d8; font-size: 1.12rem; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button {
    display: inline-flex; justify-content: center; align-items: center; gap: 18px; border: 0;
    padding: 15px 23px; border-radius: 8px; font-weight: 700; cursor: pointer; transition: .25s ease;
}
.button-primary { color: var(--navy); background: var(--cyan); box-shadow: 0 12px 28px rgba(25,211,230,.19); }
.button-primary:hover { transform: translateY(-2px); background: #55e3ef; box-shadow: 0 16px 32px rgba(25,211,230,.28); }
.button-ghost { border: 1px solid rgba(255,255,255,.24); color: white; background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.09); }
.trust-row { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 35px; color: #9eb2c6; font-size: .88rem; }
.trust-row i { color: var(--cyan); font-style: normal; margin-right: 5px; }

.hero-visual { min-height: 480px; position: relative; display: grid; place-items: center; }
.hero-glow { position: absolute; right: -180px; bottom: -250px; width: 600px; height: 600px; border-radius: 50%; background: rgba(23,105,255,.17); filter: blur(40px); }
.orbit { position: absolute; border: 1px solid rgba(25,211,230,.18); border-radius: 50%; }
.orbit-one { width: 390px; height: 390px; animation: pulse 5s ease-in-out infinite; }
.orbit-two { width: 520px; height: 520px; animation: pulse 5s 1s ease-in-out infinite; }
.server-card {
    position: relative; z-index: 2; width: min(390px, 90%); padding: 28px;
    border: 1px solid rgba(255,255,255,.15); border-radius: 18px;
    background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035));
    box-shadow: 0 34px 70px rgba(0,0,0,.28); backdrop-filter: blur(16px);
}
.card-top { display: flex; align-items: center; gap: 9px; font-size: .86rem; color: #dce8f2; }
.card-top strong { margin-left: auto; color: var(--cyan); }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #2ee69e; box-shadow: 0 0 0 5px rgba(46,230,158,.12); }
.signal { height: 135px; display: flex; align-items: end; gap: 12px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.signal span { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(to top, var(--blue), var(--cyan)); animation: signal 2.4s ease-in-out infinite alternate; }
.signal span:nth-child(1) { height: 38%; }.signal span:nth-child(2) { height: 57%; animation-delay: -.7s; }
.signal span:nth-child(3) { height: 46%; animation-delay: -.2s; }.signal span:nth-child(4) { height: 76%; animation-delay: -1s; }
.signal span:nth-child(5) { height: 66%; animation-delay: -.4s; }.signal span:nth-child(6) { height: 92%; animation-delay: -.8s; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; padding-top: 22px; }
.metric-row div { display: flex; flex-direction: column; }.metric-row small { color: #8fa5b9; }.metric-row b { color: white; margin-top: 3px; }
.floating-card {
    position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; padding: 14px 17px;
    background: rgba(250,253,255,.95); color: var(--ink); border-radius: 12px; box-shadow: 0 18px 40px rgba(0,0,0,.23);
}
.floating-card b, .floating-card small { display: block; }.floating-card b { font-size: .87rem; }.floating-card small { color: var(--muted); font-size: .72rem; }
.shield-card { left: 1%; top: 20%; animation: float 4s ease-in-out infinite; }
.support-card { right: -2%; bottom: 18%; animation: float 4s 1.3s ease-in-out infinite; }
.icon-shield, .headset-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: white; background: var(--blue); font-weight: 800; }
.headset-icon { background: var(--cyan); color: var(--navy); font-size: 1.4rem; }

.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 48px; }
.section-heading > div { max-width: 670px; }
.section-heading h2, .about-content h2, .contact h2 { margin-top: 15px; font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -2px; }
.section-heading > p { max-width: 430px; color: var(--muted); }
.section-heading.centered { display: block; max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }

.services { background: #f5f9fb; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card {
    position: relative; overflow: hidden; padding: 38px; border: 1px solid var(--line);
    border-radius: 16px; background: white; transition: .3s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { background: var(--navy); color: white; border-color: var(--navy); }
.service-number { position: absolute; top: 28px; right: 32px; color: #cad9e2; font-family: "Manrope"; font-weight: 800; font-size: 1.25rem; }
.featured .service-number { color: #3b526a; }
.popular { position: absolute; right: 75px; top: 27px; padding: 4px 9px; border-radius: 20px; background: rgba(25,211,230,.13); color: var(--cyan); font-size: .68rem; text-transform: uppercase; letter-spacing: 1px; }
.service-icon { width: 52px; height: 52px; position: relative; margin-bottom: 26px; border-radius: 13px; background: #e9f2ff; }
.featured .service-icon { background: rgba(25,211,230,.12); }
.computer-icon::before { content: ""; position: absolute; inset: 12px 9px 17px; border: 2px solid var(--blue); border-radius: 3px; }
.computer-icon::after { content: ""; position: absolute; width: 21px; height: 2px; left: 16px; bottom: 11px; background: var(--blue); box-shadow: 0 -5px 0 -0.3px var(--blue); }
.network-icon i { position: absolute; width: 9px; height: 9px; border: 2px solid var(--cyan); border-radius: 50%; top: 11px; left: 21px; }
.network-icon i:nth-child(2) { top: 31px; left: 10px; }.network-icon i:nth-child(3) { top: 31px; left: 32px; }
.network-icon::after { content:""; position:absolute; left:17px; top:23px; width:19px; height:11px; border-left:2px solid var(--cyan); border-right:2px solid var(--cyan); transform: perspective(10px) rotateX(-20deg); }
.lock-icon::before { content:""; position:absolute; left:14px; top:22px; width:24px; height:20px; border:2px solid var(--blue); border-radius:4px; }
.lock-icon::after { content:""; position:absolute; left:19px; top:10px; width:14px; height:15px; border:2px solid var(--blue); border-bottom:0; border-radius:9px 9px 0 0; }
.cloud-icon::before { content:""; position:absolute; left:10px; top:20px; width:33px; height:20px; border:2px solid var(--blue); border-radius:16px; }
.cloud-icon::after { content:""; position:absolute; left:20px; top:13px; width:17px; height:17px; border:2px solid var(--blue); border-bottom-color:white; border-radius:50%; background:#e9f2ff; }
.service-card h3 { font-size: 1.45rem; margin-bottom: 12px; }
.service-card p { color: var(--muted); max-width: 500px; }
.featured p { color: #9db0c3; }
.service-card ul { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 24px; padding-top: 23px; border-top: 1px solid var(--line); font-size: .87rem; }
.featured ul { border-color: rgba(255,255,255,.12); color: #cfdae5; }
.service-card li::before { content: "✓"; color: var(--blue); font-weight: 800; margin-right: 7px; }
.featured li::before { color: var(--cyan); }

.about { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.about-visual { min-height: 500px; position: relative; display: grid; place-items: center; background: #edf5f8; border-radius: 20px; }
.about-visual::before { content: ""; position: absolute; inset: 28px; border: 1px dashed #b6ccd8; border-radius: 14px; }
.tech-panel { width: 70%; position: relative; padding: 35px; border-radius: 15px; color: white; background: var(--navy); box-shadow: 30px 30px 0 var(--cyan); }
.panel-label { color: #9fb4c8; font-size: .7rem; letter-spacing: 2px; }
.panel-core { width: 110px; height: 110px; display: grid; place-items: center; margin: 45px auto; border: 1px solid var(--cyan); border-radius: 50%; font: 800 2rem "Manrope"; color: var(--cyan); box-shadow: 0 0 0 18px rgba(25,211,230,.05), 0 0 0 38px rgba(25,211,230,.025); }
.panel-lines i { position: absolute; width: 35px; height: 1px; background: #2b5571; }
.panel-lines i:nth-child(1) { top: 42%; left: 10%; }.panel-lines i:nth-child(2) { top: 58%; right: 10%; }
.panel-lines i:nth-child(3) { top: 20%; right: 20%; transform: rotate(45deg); }.panel-lines i:nth-child(4) { bottom: 20%; left: 18%; transform: rotate(-45deg); }
.panel-status { font-size: .76rem; color: #a9bbca; }.panel-status span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #2ee69e; margin-right: 6px; }
.experience-badge { position: absolute; left: 3%; bottom: 7%; display: flex; align-items: center; gap: 12px; padding: 16px 19px; border-radius: 12px; background: white; box-shadow: var(--shadow); }
.experience-badge strong { font: 800 1.8rem "Manrope"; color: var(--blue); }.experience-badge span { font-size: .78rem; line-height: 1.25; color: var(--muted); }
.about-content .lead { margin: 25px 0 17px; color: var(--ink); font-size: 1.1rem; font-weight: 600; }
.about-content > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); }
.about-values div { display: flex; flex-direction: column; }.about-values strong { color: var(--blue); }.about-values span { margin-top: 3px; color: var(--muted); font-size: .8rem; }

.process { background: #f5f9fb; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--line); }
.process-step { position: relative; padding: 34px 28px; background: white; }
.process-step span { display: inline-grid; place-items: center; width: 41px; height: 41px; margin-bottom: 28px; border-radius: 50%; background: var(--ice); color: var(--blue); font-family: "Manrope"; font-weight: 800; font-size: .8rem; }
.process-step:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 44px; right: -10px; color: var(--blue); font-weight: 800; }
.process-step h3 { font-size: 1.18rem; margin-bottom: 10px; }.process-step p { color: var(--muted); font-size: .9rem; }

.contact { color: white; background: var(--navy); }
.contact-box { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: center; }
.contact-copy > p:not(.eyebrow) { margin-top: 20px; color: #a9bbcc; }
.contact-points { display: grid; gap: 18px; margin-top: 35px; }
.contact-points span { display: grid; grid-template-columns: 35px 1fr; align-items: center; color: #9fb1c3; font-size: .86rem; }
.contact-points i { grid-row: 1 / 3; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; background: rgba(25,211,230,.12); color: var(--cyan); font-style: normal; }
.contact-points b { color: white; }
.contact-form { padding: 38px; border-radius: 18px; background: white; color: var(--ink); box-shadow: 0 35px 80px rgba(0,0,0,.18); }
.contact-form label { display: block; margin-bottom: 17px; font-size: .82rem; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form textarea, .contact-form select {
    width: 100%; margin-top: 7px; padding: 12px 14px; border: 1px solid #dbe5eb; border-radius: 7px; outline: none; color: var(--ink); background: #f8fbfc;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,105,255,.08); }
.contact-form textarea { resize: vertical; min-height: 105px; }
.contact-form .button { width: 100%; }
.form-status { min-height: 22px; margin-top: 12px; color: #18875a; text-align: center; font-size: .85rem; }
.form-status.error { color: #b42318; }
.contact-form .button:disabled { opacity: .7; cursor: wait; transform: none; }

.footer { padding: 35px 0; background: #041225; color: #849aaf; font-size: .82rem; }
.footer-content { display: grid; grid-template-columns: auto 1fr auto; gap: 35px; align-items: center; }
.footer .brand-mark { transform: skewX(-12deg) scale(.75); transform-origin: left; width: 27px; }
.footer .brand-name { font-size: .92rem; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes float { 50% { transform: translateY(-12px); } }
@keyframes pulse { 50% { transform: scale(1.05); opacity: .55; } }
@keyframes signal { to { transform: scaleY(.74); opacity: .75; } }

@media (max-width: 980px) {
    .hero-grid, .about-grid, .contact-box { grid-template-columns: 1fr; }
    .hero { padding-top: 140px; }
    .hero-content { text-align: center; }.hero-text { margin-inline: auto; }.eyebrow, .hero-actions, .trust-row { justify-content: center; }
    .hero-visual { min-height: 430px; }
    .section-heading { display: block; }.section-heading > p { margin-top: 18px; }
    .about-grid { gap: 60px; }.about-content { order: -1; }
    .process-grid { grid-template-columns: 1fr 1fr; }
    .process-step:nth-child(2)::after { display: none; }
    .footer-content { grid-template-columns: 1fr; text-align: center; }.footer .brand { justify-content: center; }
}

@media (max-width: 760px) {
    .section { padding: 80px 0; }
    .menu-button { display: block; }
    .menu-button.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-button.active span:nth-child(2) { opacity: 0; }
    .menu-button.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .nav-links {
        position: absolute; top: 82px; left: 0; right: 0; display: none; align-items: stretch;
        padding: 25px 20px 30px; background: var(--navy); flex-direction: column; gap: 22px;
        border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 20px 35px rgba(0,0,0,.2);
    }
    .nav-links.open { display: flex; }
    .nav-address { max-width: none; }
    .nav-cta { text-align: center; }
    h1 { font-size: clamp(2.6rem, 12vw, 4rem); letter-spacing: -2.5px; }
    .hero-actions { flex-direction: column; align-items: stretch; max-width: 380px; margin-inline: auto; margin-top: 32px; }
    .trust-row { display: none; }
    .hero-visual { min-height: 365px; }.orbit-one { width: 300px; height: 300px; }.orbit-two { width: 390px; height: 390px; }
    .floating-card { transform: scale(.84); }.shield-card { left: -6%; }.support-card { right: -8%; }
    .service-grid { grid-template-columns: 1fr; }.service-card { padding: 30px; }
    .about-visual { min-height: 420px; }.tech-panel { width: 78%; box-shadow: 18px 18px 0 var(--cyan); }
    .about-values { grid-template-columns: 1fr; }
    .process-grid { grid-template-columns: 1fr; }.process-step::after { display: none; }
    .field-row { grid-template-columns: 1fr; gap: 0; }.contact-form { padding: 26px 22px; }
}

@media (max-width: 420px) {
    .container { width: min(100% - 28px, 1180px); }
    .brand-name { font-size: 1rem; }
    .hero { min-height: auto; }
    .server-card { padding: 20px; }.floating-card { display: none; }
    .about-visual { min-height: 360px; }.tech-panel { padding: 24px; }.panel-core { width: 88px; height: 88px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
}
