:root {
    --bg: #071116;
    --bg-2: #0c1b22;
    --panel: rgba(255, 255, 255, 0.08);
    --panel-strong: rgba(255, 255, 255, 0.13);
    --text: #f4fffb;
    --muted: #c2d4d7;
    --line: rgba(255, 255, 255, 0.14);
    --brand: #39f2a1;
    --brand-2: #23b9d3;
    --accent: #8c67ff;
    --warm: #ffcf5a;
    --dark-text: #091217;
    --white: #ffffff;
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", Arial, sans-serif;
    color: var(--text);
    background: radial-gradient(circle at 18% 0%, rgba(57, 242, 161, 0.18), transparent 28rem), radial-gradient(circle at 80% 10%, rgba(35, 185, 211, 0.18), transparent 30rem), linear-gradient(180deg, #071116 0%, #0b171d 48%, #edf7f4 48%, #edf7f4 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(180deg, black, transparent 78%);
}

.noise {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.38;
    background-image: radial-gradient(rgba(255, 255, 255, 0.16) 0.5px, transparent 0.5px);
    background-size: 5px 5px;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.site-header {
    position: fixed;
    top: 18px;
    left: 50%;
    z-index: 30;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 22px;
    width: min(1180px, calc(100% - 28px));
    min-height: 76px;
    padding: 12px 14px 12px 18px;
    transform: translateX(-50%);
    background: rgba(6, 16, 21, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(22px);
    border-radius: 24px;
}

.brand img {
    width: 178px;
    height: auto;
}

.nav-links {
    display: flex;
    justify-content: center;
    gap: 26px;
    color: #e5f2ef;
    font-size: 0.92rem;
    font-weight: 700;
}

.nav-links a {
    position: relative;
    padding: 8px 0;
}

.nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, var(--brand), var(--brand-2));
    transition: transform 180ms ease;
}

.nav-links a:hover::after {
    transform: scaleX(1);
}

.header-cta,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    font-weight: 900;
    cursor: pointer;
}

.header-cta,
.button.primary {
    color: #061016;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    box-shadow: 0 18px 42px rgba(35, 185, 211, 0.25);
}

.button.ghost {
    color: var(--text);
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
}

.button.light {
    color: var(--text);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.menu-button {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.08);
}

.menu-button span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    background: var(--text);
}

.hero {
    min-height: 100vh;
    padding: 132px max(18px, calc((100vw - 1180px) / 2)) 82px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
    gap: 44px;
    align-items: center;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 9px 13px;
    color: #edf9f6;
    font-size: 0.84rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
}

.status-pill span {
    width: 9px;
    height: 9px;
    border-radius: 99px;
    background: var(--brand);
    box-shadow: 0 0 0 7px rgba(57, 242, 161, 0.12);
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 780px;
    margin-bottom: 24px;
    font-size: clamp(3.1rem, 5.65vw, 5.55rem);
    line-height: 0.96;
    letter-spacing: 0;
}

h2 {
    margin-bottom: 18px;
    font-size: clamp(2.25rem, 4.8vw, 4.9rem);
    line-height: 0.96;
    letter-spacing: 0;
}

h3 {
    margin-bottom: 12px;
    font-size: 1.25rem;
    line-height: 1.2;
}

.hero-copy p {
    max-width: 630px;
    color: #c8d8da;
    font-size: 1.1rem;
    line-height: 1.75;
}

.hero-actions,
.platform-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.proof-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 620px;
    margin-top: 30px;
}

.proof-row div {
    padding: 16px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
}

.proof-row strong,
.proof-row span {
    display: block;
}

.proof-row strong {
    margin-bottom: 5px;
    color: var(--brand);
    font-size: 1.2rem;
}

.proof-row span {
    color: #c5d5d7;
    font-size: 0.88rem;
    line-height: 1.35;
}

.hero-visual {
    position: relative;
    min-height: 610px;
}

.hero-device {
    position: absolute;
    inset: 78px 0 28px 54px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 42px;
    box-shadow: var(--shadow);
}

.hero-device::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 17, 22, 0.03), rgba(7, 17, 22, 0.65)), radial-gradient(circle at 20% 20%, rgba(57, 242, 161, 0.2), transparent 22rem);
}

.hero-device img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.orbital-card,
.dashboard-card {
    position: absolute;
    z-index: 3;
    background: rgba(8, 22, 28, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
    border-radius: 28px;
}

.card-main {
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 18px;
    align-items: center;
    width: min(430px, 82%);
    padding: 18px;
}

.hero-mark {
    width: 96px;
    aspect-ratio: 1;
    object-fit: contain;
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
}

.orbital-card span,
.dashboard-card span {
    display: block;
    margin-bottom: 7px;
    color: #c7d7d9;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.orbital-card strong {
    display: block;
    font-size: 1.2rem;
    line-height: 1.3;
}

.performance-card {
    top: 164px;
    right: 0;
    width: 190px;
    padding: 18px;
}

.performance-card strong {
    display: block;
    margin-bottom: 14px;
    font-size: 2.8rem;
}

.meter {
    height: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 20px;
}

.meter i {
    display: block;
    width: 88%;
    height: 100%;
    background: linear-gradient(90deg, var(--brand), var(--brand-2));
    border-radius: inherit;
}

.launch-card {
    right: 24px;
    bottom: 0;
    width: 265px;
    padding: 20px;
}

.launch-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #edf9f6;
    font-weight: 700;
}

.launch-card li {
    padding-left: 18px;
    position: relative;
}

.launch-card li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--brand);
    border-radius: 99px;
}

.logo-band {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    width: min(1180px, calc(100% - 28px));
    margin: -40px auto 0;
    padding: 18px;
    color: #edf9f6;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 28px;
    backdrop-filter: blur(18px);
}

.logo-band span {
    padding: 10px 16px;
    font-size: 0.9rem;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 999px;
}

.section,
.platform-section,
.contact-section,
.contact-details,
.site-footer {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
}

.section {
    padding: 104px 0;
}

.services-section {
    color: var(--text);
}

.process-section {
    color: var(--dark-text);
}

.section-kicker {
    margin-bottom: 14px;
    color: #139d8d;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.section-top {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
    gap: 48px;
    align-items: end;
    margin-bottom: 34px;
}

.section-top p {
    margin-bottom: 10px;
    color: #596a6f;
    font-size: 1.05rem;
    line-height: 1.75;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.service-card {
    position: relative;
    min-height: 285px;
    padding: 28px;
    overflow: hidden;
    color: #102026;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(11, 42, 47, 0.1);
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(7, 17, 22, 0.08);
}

.service-card::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(57, 242, 161, 0.26), transparent 68%);
}

.service-card.featured {
    grid-column: span 2;
    color: var(--text);
    background: linear-gradient(135deg, rgba(8, 22, 28, 0.94), rgba(14, 55, 61, 0.94)), radial-gradient(circle at top right, rgba(57, 242, 161, 0.24), transparent 22rem);
}

.card-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 60px;
    color: #061016;
    font-weight: 900;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    border-radius: 14px;
}

.service-card h3 {
    font-size: 1.42rem;
}

.service-card p {
    max-width: 620px;
    color: #5d6d72;
    line-height: 1.7;
}

.service-card.featured p {
    color: #d4e3e5;
}

.service-card a {
    display: inline-flex;
    margin-top: 12px;
    color: var(--brand);
    font-weight: 900;
}

.platform-section {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
    gap: 56px;
    align-items: center;
    padding: 98px 0;
}

.platform-copy p {
    color: #d0e0e2;
    font-size: 1.08rem;
    line-height: 1.78;
}

.stack-map {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.stack-node {
    display: grid;
    place-items: center;
    min-height: 120px;
    padding: 18px;
    color: #f4fffb;
    font-size: 1rem;
    font-weight: 900;
    text-align: center;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.stack-node.large {
    grid-column: span 2;
    color: #061016;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

.stats-section {
    color: var(--dark-text);
    padding-top: 42px;
}

.stats-panel {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 34px;
    align-items: center;
    padding: 34px;
    background: #08161c;
    border-radius: 34px;
    box-shadow: var(--shadow);
}

.stats-panel>div:first-child span {
    display: block;
    margin-bottom: 10px;
    color: var(--brand);
    font-size: 0.84rem;
    font-weight: 900;
    text-transform: uppercase;
}

.stats-panel>div:first-child strong {
    color: var(--text);
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.08;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.stats-grid article {
    min-height: 150px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
}

.stats-grid strong {
    display: block;
    margin-bottom: 36px;
    color: var(--text);
    font-size: 2rem;
}

.stats-grid span {
    color: #c9dadc;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.timeline article {
    min-height: 270px;
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(11, 42, 47, 0.1);
    border-radius: 26px;
    box-shadow: 0 20px 60px rgba(7, 17, 22, 0.07);
}

.timeline span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 58px;
    color: #061016;
    font-weight: 900;
    background: #dff8ed;
    border-radius: 15px;
}

.timeline p {
    color: #5d6d72;
    line-height: 1.65;
}

.industries-section {
    color: var(--dark-text);
    padding-top: 40px;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.industry-grid span {
    padding: 22px;
    color: #12282e;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(11, 42, 47, 0.1);
    border-radius: 22px;
}

.contact-section {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
    gap: 24px;
    align-items: stretch;
    padding: 86px 0 98px;
    color: var(--dark-text);
}

.contact-details {
    padding: 0 0 92px;
    color: var(--dark-text);
}

.contact-details-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr) auto;
    gap: 22px;
    align-items: stretch;
    padding: 28px;
    background: linear-gradient(135deg, rgba(8, 22, 28, 0.97), rgba(10, 39, 45, 0.95)), radial-gradient(circle at 100% 0%, rgba(57, 242, 161, 0.18), transparent 18rem);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 34px;
    box-shadow: var(--shadow);
}

.contact-detail-intro h2 {
    margin-bottom: 0;
    color: var(--text);
    font-size: clamp(1.75rem, 3vw, 2.8rem);
}

.contact-methods {
    display: grid;
    gap: 12px;
}

.contact-method {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: center;
    min-height: 74px;
    padding: 12px;
    color: #f1fffb;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
}

.contact-icon,
.social-links a {
    display: grid;
    place-items: center;
    color: #061016;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

.contact-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
}

.contact-icon svg,
.social-links svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.social-links svg {
    fill: currentColor;
    stroke: none;
}

.contact-method strong,
.contact-method span span {
    display: block;
}

.contact-method strong {
    margin-bottom: 4px;
    color: var(--brand);
    font-size: 0.8rem;
    text-transform: uppercase;
}

.contact-method span {
    color: #f1fffb;
    font-weight: 800;
    line-height: 1.35;
}

.social-links {
    display: grid;
    grid-template-columns: repeat(2, 54px);
    gap: 12px;
    align-content: center;
}

.social-links a {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(35, 185, 211, 0.2);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.social-links a:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(35, 185, 211, 0.32);
}

.contact-card {
    display: grid;
    align-content: space-between;
    min-height: 590px;
    padding: 36px;
    color: var(--text);
    background: linear-gradient(135deg, rgba(7, 17, 22, 0.96), rgba(17, 54, 61, 0.94)), radial-gradient(circle at 20% 20%, rgba(57, 242, 161, 0.22), transparent 22rem);
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.contact-card img {
    width: min(330px, 78%);
}

.contact-card p {
    max-width: 650px;
    color: #d0e0e2;
    font-size: 1.08rem;
    line-height: 1.75;
}

.contact-form {
    display: grid;
    gap: 14px;
    padding: 26px;
    background: #ffffff;
    border: 1px solid rgba(11, 42, 47, 0.1);
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(7, 17, 22, 0.1);
}

label {
    display: grid;
    gap: 8px;
    color: #607176;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

input,
select,
textarea {
    width: 100%;
    min-height: 52px;
    padding: 13px 15px;
    color: #102026;
    font: inherit;
    border: 1px solid rgba(11, 42, 47, 0.13);
    border-radius: 16px;
    background: #f6fbf9;
    outline: none;
}

textarea {
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #25c9bd;
    box-shadow: 0 0 0 4px rgba(37, 201, 189, 0.13);
}

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding: 28px 0 48px;
    color: #21373d;
    border-top: 1px solid rgba(11, 42, 47, 0.1);
}

.site-footer span {
    color: #43565b;
    font-weight: 800;
}

.site-footer img {
    width: 170px;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.08));
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    font-weight: 900;
}

@media (max-width: 1060px) {
    .site-header {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }
    .nav-links,
    .header-cta {
        display: none;
    }
    .menu-button {
        display: block;
    }
    .nav-links.is-open {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        display: grid;
        gap: 0;
        padding: 8px;
        background: rgba(6, 16, 21, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 22px;
        box-shadow: var(--shadow);
    }
    .nav-links.is-open a {
        padding: 15px;
    }
    .hero-grid,
    .platform-section,
    .contact-section,
    .contact-details-grid,
    .stats-panel,
    .section-top {
        grid-template-columns: 1fr;
    }
    .social-links {
        grid-template-columns: repeat(4, 54px);
        justify-content: start;
    }
    .hero-visual {
        min-height: 590px;
    }
    .hero-device {
        inset: 80px 0 24px 42px;
    }
    .service-grid,
    .timeline {
        grid-template-columns: repeat(2, 1fr);
    }
    .stats-grid,
    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .site-header {
        top: 10px;
        width: calc(100% - 20px);
        min-height: 66px;
        border-radius: 18px;
    }
    .brand img {
        width: 138px;
    }
    .hero {
        padding: 114px 14px 62px;
    }
    h1 {
        font-size: clamp(2.45rem, 12vw, 3.65rem);
        line-height: 1;
    }
    h2 {
        font-size: clamp(2rem, 10vw, 3.2rem);
    }
    .hero-copy p {
        font-size: 1rem;
    }
    .hero-actions,
    .platform-actions {
        display: grid;
    }
    .button,
    .header-cta {
        width: 100%;
    }
    .proof-row,
    .service-grid,
    .timeline,
    .stats-grid,
    .industry-grid,
    .stack-map {
        grid-template-columns: 1fr;
    }
    .hero-visual {
        min-height: 560px;
    }
    .card-main {
        grid-template-columns: 72px 1fr;
        width: 100%;
    }
    .hero-mark {
        width: 72px;
        border-radius: 18px;
    }
    .hero-device {
        inset: 104px 0 70px 0;
        border-radius: 30px;
    }
    .performance-card {
        top: 246px;
        right: 10px;
        width: 155px;
    }
    .performance-card strong {
        font-size: 2.1rem;
    }
    .launch-card {
        right: 8px;
        bottom: 0;
        width: calc(100% - 16px);
    }
    .logo-band {
        margin-top: -20px;
        justify-content: flex-start;
        border-radius: 22px;
    }
    .section,
    .platform-section,
    .contact-section,
    .contact-details {
        width: calc(100% - 28px);
        padding: 68px 0;
    }
    .contact-details {
        padding-top: 0;
    }
    .contact-details-grid {
        padding: 20px;
        border-radius: 26px;
    }
    .contact-method {
        grid-template-columns: 42px 1fr;
        min-height: 68px;
        padding: 10px;
    }
    .contact-icon {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }
    .social-links {
        grid-template-columns: repeat(4, 48px);
    }
    .social-links a {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }
    .service-card.featured,
    .stack-node.large {
        grid-column: auto;
    }
    .service-card,
    .timeline article {
        min-height: auto;
    }
    .card-index,
    .timeline span {
        margin-bottom: 30px;
    }
    .contact-card {
        min-height: 520px;
        padding: 26px;
    }
    .contact-card img {
        width: min(260px, 86%);
    }
    .site-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}