body {
    background: #061925;
}

.site-header {
    height: 88px;
    background: linear-gradient(180deg, rgba(2, 14, 24, .82), rgba(2, 14, 24, .22));
}

.site-header.scrolled {
    height: 74px;
    background: rgba(3, 18, 29, .92);
    border-bottom: 1px solid rgba(121, 201, 66, .14);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .28);
}

.home-strategic-nav {
    gap: 26px;
}

.home-strategic-nav a {
    color: rgba(255, 255, 255, .82);
    font-size: .8rem;
    letter-spacing: .01em;
}

.site-header.scrolled .home-strategic-nav a {
    color: rgba(255, 255, 255, .86);
}

.header-cta {
    box-shadow: 0 18px 42px rgba(121, 201, 66, .28);
}

.home-hero {
    min-height: 880px;
    overflow: hidden;
}

.home-hero::before {
    opacity: .32;
    filter: saturate(1.15) contrast(1.05);
}

.home-hero::after {
    background:
        radial-gradient(circle at 75% 20%, rgba(121, 201, 66, .24), transparent 30%),
        radial-gradient(circle at 54% 62%, rgba(20, 167, 160, .18), transparent 32%),
        linear-gradient(90deg, rgba(4, 19, 31, .99) 0%, rgba(5, 26, 41, .95) 48%, rgba(7, 42, 51, .68) 100%);
}

.home-hero .page-hero-grid {
    grid-template-columns: minmax(0, .96fr) minmax(430px, 1.04fr);
    gap: 78px;
    padding-top: 128px;
    padding-bottom: 88px;
}

.page-hero-copy .eyebrow {
    color: var(--green);
}

.home-hero h1 {
    max-width: 790px;
    font-size: clamp(3rem, 5.5vw, 5.55rem);
}

.home-hero .page-hero-copy > p {
    max-width: 720px;
}

.hero-pillar-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    padding: 0;
    margin: 0 0 34px;
    list-style: none;
}

.hero-pillar-list li {
    position: relative;
    padding-left: 27px;
    color: rgba(255, 255, 255, .83);
    font-size: .92rem;
    font-weight: 750;
    line-height: 1.35;
}

.hero-pillar-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .22rem;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(121, 201, 66, .58);
    border-radius: 50%;
    background: radial-gradient(circle, var(--green) 0 34%, transparent 38%);
    box-shadow: 0 0 20px rgba(121, 201, 66, .42);
}

.enterprise-visual {
    position: relative;
    min-height: 610px;
    isolation: isolate;
}

.enterprise-visual::before,
.enterprise-visual::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.enterprise-visual::before {
    inset: 32px 12px 42px 38px;
    border: 1px solid rgba(121, 201, 66, .16);
    box-shadow: inset 0 0 70px rgba(20, 167, 160, .08), 0 0 100px rgba(121, 201, 66, .12);
    animation: nsOrbitSlow 22s linear infinite;
}

.enterprise-visual::after {
    inset: 92px 70px 92px 88px;
    border: 1px solid rgba(20, 167, 160, .18);
    animation: nsOrbitSlow 28s linear infinite reverse;
}

.global-sphere {
    position: absolute;
    z-index: 2;
    inset: 90px 72px 92px 72px;
    overflow: hidden;
    border-radius: 50%;
    background:
        radial-gradient(circle at 34% 30%, rgba(255, 255, 255, .42), transparent 16%),
        radial-gradient(circle at 58% 48%, rgba(121, 201, 66, .24), transparent 26%),
        radial-gradient(circle at 52% 54%, rgba(31, 183, 170, .28), transparent 42%),
        radial-gradient(circle at 50% 50%, #143f54 0%, #08293a 50%, #020d18 76%);
    border: 1px solid rgba(121, 201, 66, .28);
    box-shadow: 0 42px 120px rgba(0, 0, 0, .38), inset 0 0 90px rgba(121, 201, 66, .16);
    animation: nsFloat 7s ease-in-out infinite;
}

.global-sphere::before {
    content: "";
    position: absolute;
    inset: -12%;
    background:
        linear-gradient(90deg, transparent 0 49%, rgba(121, 201, 66, .16) 50%, transparent 51%),
        linear-gradient(0deg, transparent 0 49%, rgba(121, 201, 66, .16) 50%, transparent 51%),
        repeating-linear-gradient(90deg, transparent 0 38px, rgba(255,255,255,.08) 39px 40px),
        repeating-linear-gradient(0deg, transparent 0 38px, rgba(255,255,255,.06) 39px 40px);
    border-radius: 50%;
    transform: rotate(-11deg);
    opacity: .65;
}

.global-sphere::after {
    content: "";
    position: absolute;
    inset: 16% 10%;
    background:
        radial-gradient(ellipse at 18% 42%, rgba(121,201,66,.48), transparent 14%),
        radial-gradient(ellipse at 58% 36%, rgba(121,201,66,.38), transparent 12%),
        radial-gradient(ellipse at 76% 61%, rgba(121,201,66,.32), transparent 10%),
        radial-gradient(ellipse at 38% 68%, rgba(121,201,66,.25), transparent 16%);
    filter: blur(.3px);
    opacity: .8;
}

.orbit-node {
    position: absolute;
    z-index: 4;
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    color: var(--green);
    background: rgba(4, 26, 38, .78);
    border: 1px solid rgba(121, 201, 66, .42);
    border-radius: 50%;
    box-shadow: 0 0 42px rgba(121, 201, 66, .2), inset 0 0 22px rgba(121, 201, 66, .08);
    backdrop-filter: blur(12px);
    animation: nsPulse 3.4s ease-in-out infinite;
}

.orbit-node svg {
    width: 31px;
    height: 31px;
}

.orbit-node.n1 { top: 44px; left: 36%; }
.orbit-node.n2 { right: 15px; top: 145px; animation-delay: .4s; }
.orbit-node.n3 { right: 72px; bottom: 140px; animation-delay: .8s; }
.orbit-node.n4 { left: 44px; bottom: 118px; animation-delay: 1.2s; }
.orbit-node.n5 { left: 66px; top: 220px; width: 58px; height: 58px; animation-delay: 1.6s; }

.tech-trail {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        radial-gradient(circle at 28% 34%, rgba(121,201,66,.5) 0 2px, transparent 3px),
        radial-gradient(circle at 66% 18%, rgba(121,201,66,.5) 0 2px, transparent 3px),
        radial-gradient(circle at 78% 70%, rgba(20,167,160,.5) 0 2px, transparent 3px),
        radial-gradient(circle at 18% 75%, rgba(121,201,66,.5) 0 2px, transparent 3px),
        linear-gradient(120deg, transparent, rgba(121,201,66,.18), transparent 60%),
        linear-gradient(28deg, transparent, rgba(20,167,160,.16), transparent 58%);
    opacity: .82;
    animation: nsTrail 9s ease-in-out infinite alternate;
}

.stats-strip {
    position: relative;
    z-index: 5;
    margin-top: -42px;
}

.stats-strip-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    box-shadow: 0 22px 70px rgba(0,0,0,.28);
    backdrop-filter: blur(18px);
}

.stat-item {
    min-height: 96px;
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 22px;
    background: rgba(3, 19, 32, .72);
}

.stat-item em {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--green);
    background: rgba(121, 201, 66, .08);
    border: 1px solid rgba(121, 201, 66, .22);
    border-radius: 14px;
    font-style: normal;
}

.stat-item strong {
    display: block;
    color: #fff;
    font-size: 1.18rem;
    line-height: 1.05;
}

.stat-item span {
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,.64);
    font-size: .78rem;
    line-height: 1.25;
}

.section-kicker {
    display: block;
    margin-bottom: 12px;
    color: var(--green);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.home-service-strip {
    display: none;
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.solution-card {
    min-height: 244px;
    padding: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(121, 201, 66, .12), transparent 28%),
        linear-gradient(180deg, rgba(8, 42, 60, .95), rgba(5, 26, 40, .92));
    border: 1px solid rgba(121, 201, 66, .18);
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .18);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.solution-card:hover {
    transform: translateY(-8px);
    border-color: rgba(121, 201, 66, .55);
    box-shadow: 0 22px 68px rgba(0, 0, 0, .26), 0 0 48px rgba(121, 201, 66, .08);
}

.solution-card-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    color: var(--green);
    border: 1px solid rgba(121, 201, 66, .28);
    border-radius: 16px;
    background: rgba(121, 201, 66, .06);
}

.solution-card-icon svg {
    width: 30px;
    height: 30px;
}

.solution-card h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 1.18rem;
    letter-spacing: -.025em;
}

.solution-card small {
    display: block;
    margin-bottom: 13px;
    color: var(--green);
    font-weight: 800;
    line-height: 1.35;
}

.solution-card p {
    margin-bottom: 0;
    color: rgba(255,255,255,.68);
    font-size: .9rem;
}

.ai-lab {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #041623;
}

.ai-lab::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 77% 23%, rgba(121, 201, 66, .20), transparent 28%),
        radial-gradient(circle at 18% 72%, rgba(20, 167, 160, .19), transparent 33%),
        linear-gradient(120deg, rgba(121,201,66,.08), transparent 40%);
}

.ai-lab .container {
    position: relative;
    z-index: 1;
}

.ai-stack {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 64px;
    align-items: center;
}

.engine-wrap {
    position: relative;
    min-height: 430px;
}

.engine-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 220px;
    height: 220px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #fff;
    background:
        radial-gradient(circle, rgba(121,201,66,.32), transparent 58%),
        linear-gradient(180deg, rgba(9, 54, 52, .98), rgba(5, 25, 38, .98));
    border: 1px solid rgba(121, 201, 66, .42);
    border-radius: 50%;
    box-shadow: 0 0 90px rgba(121,201,66,.25), inset 0 0 46px rgba(121,201,66,.16);
    transform: translate(-50%, -50%);
    animation: nsPulse 4.2s ease-in-out infinite;
}

.engine-core::before,
.engine-core::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(121, 201, 66, .24);
}

.engine-core::before { inset: -35px; animation: nsOrbitSlow 18s linear infinite; }
.engine-core::after { inset: -70px; animation: nsOrbitSlow 25s linear infinite reverse; }

.engine-core b {
    position: relative;
    z-index: 2;
    max-width: 145px;
    color: #fff;
    font-size: .86rem;
    line-height: 1.35;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.engine-side {
    position: absolute;
    top: 50%;
    width: 170px;
    display: grid;
    gap: 10px;
    transform: translateY(-50%);
}

.engine-side.sources { left: 0; }
.engine-side.outputs { right: 0; }

.engine-side strong {
    color: var(--green);
    font-size: .78rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.engine-side span {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 9px 12px;
    color: rgba(255,255,255,.72);
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    font-size: .78rem;
    font-weight: 700;
}

.engine-side span::before {
    content: "";
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 18px rgba(121,201,66,.55);
}

.content-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.content-pill-grid span {
    padding: 10px 14px;
    color: var(--navy);
    background: #fff;
    border: 1px solid rgba(10, 34, 51, .08);
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 850;
}

.crm-section {
    background: #061925;
    color: #fff;
}

.crm-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 56px;
    align-items: center;
}

.crm-panel {
    overflow: hidden;
    background: linear-gradient(180deg, rgba(10, 45, 64, .96), rgba(5, 24, 38, .98));
    border: 1px solid rgba(121,201,66,.20);
    border-radius: 24px;
    box-shadow: 0 28px 80px rgba(0,0,0,.32);
}

.crm-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.crm-topbar b { color: #fff; }
.crm-topbar span { color: var(--green); font-size: .78rem; font-weight: 900; }

.crm-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 22px;
}

.crm-metric {
    padding: 18px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 15px;
}

.crm-metric small {
    display: block;
    color: rgba(255,255,255,.56);
    font-size: .72rem;
}

.crm-metric strong {
    display: block;
    margin: 8px 0 4px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
}

.crm-metric em {
    color: var(--green);
    font-size: .74rem;
    font-style: normal;
    font-weight: 800;
}

.crm-body {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 18px;
    padding: 0 22px 24px;
}

.pipeline,
.activity-list {
    padding: 20px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
}

.pipeline h4,
.activity-list h4 {
    margin: 0 0 16px;
    color: #fff;
    font-size: .9rem;
}

.funnel {
    display: grid;
    gap: 7px;
    justify-items: center;
}

.funnel span {
    height: 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(121,201,66,.23), rgba(121,201,66,.78));
}

.funnel span:nth-child(1) { width: 100%; }
.funnel span:nth-child(2) { width: 82%; }
.funnel span:nth-child(3) { width: 64%; }
.funnel span:nth-child(4) { width: 46%; }
.funnel span:nth-child(5) { width: 30%; }

.activity-list ul {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.activity-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: rgba(255,255,255,.72);
    font-size: .78rem;
}

.activity-list li b { color: #fff; }
.activity-list li em { color: rgba(255,255,255,.42); font-style: normal; }

.funds-section {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #031521;
}

.funds-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 71% 45%, rgba(121,201,66,.17), transparent 28%),
        radial-gradient(circle at 82% 62%, rgba(20,167,160,.14), transparent 34%),
        linear-gradient(90deg, rgba(3,21,33,.98), rgba(3,21,33,.72));
}

.funds-section .container { position: relative; z-index: 1; }

.funds-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 64px;
    align-items: center;
}

.fund-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 28px 0 24px;
}

.fund-logo {
    min-width: 142px;
    padding: 17px 18px;
    color: #fff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    font-weight: 900;
    line-height: 1.05;
}

.fund-logo span {
    display: block;
    color: var(--green);
    font-size: .76rem;
    letter-spacing: .08em;
}

.fund-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.fund-checks li {
    position: relative;
    padding-left: 24px;
    color: rgba(255,255,255,.76);
    font-size: .9rem;
    font-weight: 750;
}

.fund-checks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--green);
}

.funds-visual {
    position: relative;
    min-height: 420px;
}

.europe-map {
    position: absolute;
    inset: 26px 62px 28px 20px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 58% 40%, rgba(121,201,66,.28), transparent 14%),
        radial-gradient(circle at 45% 48%, rgba(121,201,66,.22), transparent 11%),
        radial-gradient(circle at 63% 58%, rgba(121,201,66,.16), transparent 10%),
        radial-gradient(circle, #12475f 0%, #072b3d 44%, #020d18 77%);
    border: 1px solid rgba(121,201,66,.20);
    box-shadow: 0 30px 90px rgba(0,0,0,.32), inset 0 0 70px rgba(121,201,66,.1);
    animation: nsFloat 8s ease-in-out infinite;
}

.funds-panel {
    position: absolute;
    right: 0;
    top: 84px;
    width: min(330px, 72%);
    padding: 24px;
    background: rgba(7, 35, 50, .9);
    border: 1px solid rgba(121,201,66,.2);
    border-radius: 20px;
    box-shadow: 0 18px 60px rgba(0,0,0,.3);
    backdrop-filter: blur(12px);
}

.funds-panel ul {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.funds-panel li {
    position: relative;
    padding-left: 24px;
    color: rgba(255,255,255,.78);
    font-size: .86rem;
    font-weight: 750;
}

.funds-panel li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .35rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 20px rgba(121,201,66,.5);
}

.inquiry-section {
    background: #061925;
    color: #fff;
}

.inquiry-wrap {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 28px;
    padding: 32px;
    background: linear-gradient(180deg, rgba(12, 48, 66, .62), rgba(4, 23, 36, .9));
    border: 1px solid rgba(121,201,66,.2);
    border-radius: 26px;
    box-shadow: 0 28px 85px rgba(0,0,0,.28);
}

.contact-form,
.next-steps-panel {
    padding: 30px;
    background: rgba(2, 17, 28, .62);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
}

.next-steps-panel h3 {
    color: #fff;
    margin-bottom: 24px;
}

.next-steps-panel ul {
    display: grid;
    gap: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.next-steps-panel li {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    color: rgba(255,255,255,.75);
    font-size: .9rem;
}

.next-steps-panel li span {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: var(--green);
    border: 1px solid rgba(121,201,66,.28);
    border-radius: 50%;
}

.form-heading h3,
.contact-form label {
    color: #fff;
}

.form-heading span,
.form-actions small,
.privacy-row,
.privacy-row a {
    color: rgba(255,255,255,.66);
}

.privacy-row a { color: var(--green); }

.form-control {
    color: #fff;
    background: rgba(1, 12, 22, .74);
    border-color: rgba(255,255,255,.12);
}

.form-control option { color: #102532; }
.form-control:focus { background: rgba(1, 12, 22, .94); }

.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.submit-btn[disabled] { opacity: .65; cursor: wait; }

.crm-bonus {
    background: #061925;
    color: #fff;
    padding-top: 0;
}

.crm-bonus-box {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 34px;
    padding: 42px;
    background: linear-gradient(180deg, rgba(12, 48, 66, .55), rgba(5, 24, 38, .95));
    border: 1px solid rgba(121,201,66,.18);
    border-radius: 26px;
}

.bonus-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 28px;
}

.bonus-features span {
    display: block;
    padding: 16px;
    color: rgba(255,255,255,.78);
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    font-size: .8rem;
    font-weight: 800;
}

.auto-response-panel {
    display: grid;
    grid-template-columns: 1fr 150px;
    gap: 16px;
}

.chat-card,
.response-stats {
    padding: 24px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
}

.chat-card small,
.response-stats small {
    color: var(--green);
    font-weight: 850;
}

.chat-card p,
.response-stats span {
    color: rgba(255,255,255,.72);
}

.response-stats strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 2rem;
}

@keyframes nsOrbitSlow { to { transform: rotate(360deg); } }
@keyframes nsFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes nsPulse { 0%,100% { transform: scale(1); opacity: .92; } 50% { transform: scale(1.05); opacity: 1; } }
@keyframes nsTrail { 0% { opacity: .52; transform: translateX(-10px); } 100% { opacity: .95; transform: translateX(10px); } }

@media (max-width: 1180px) {
    .home-hero .page-hero-grid,
    .ai-stack,
    .crm-grid,
    .funds-grid,
    .inquiry-wrap,
    .crm-bonus-box {
        grid-template-columns: 1fr;
    }

    .enterprise-visual {
        min-height: 560px;
        max-width: 690px;
    }

    .solution-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-strip-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-strip-inner .stat-item:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    .home-strategic-nav {
        gap: 3px;
    }

    .hero-pillar-list,
    .fund-checks,
    .crm-metrics,
    .crm-body,
    .bonus-features,
    .auto-response-panel {
        grid-template-columns: 1fr;
    }

    .engine-wrap {
        min-height: auto;
        display: grid;
        gap: 18px;
    }

    .engine-core,
    .engine-side {
        position: relative;
        inset: auto;
        left: auto;
        top: auto;
        width: auto;
        transform: none;
    }

    .engine-core {
        width: 210px;
        height: 210px;
        justify-self: center;
    }

    .funds-visual {
        min-height: 360px;
    }
}

@media (max-width: 680px) {
    .home-hero {
        min-height: auto;
    }

    .home-hero .page-hero-grid {
        grid-template-columns: 1fr;
        padding-top: 120px;
    }

    .enterprise-visual {
        min-height: 440px;
    }

    .global-sphere {
        inset: 90px 42px 72px;
    }

    .orbit-node {
        width: 56px;
        height: 56px;
    }

    .solution-grid,
    .stats-strip-inner {
        grid-template-columns: 1fr;
    }

    .stats-strip {
        margin-top: 0;
    }

    .contact-form,
    .next-steps-panel,
    .inquiry-wrap,
    .crm-bonus-box {
        padding: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .enterprise-visual::before,
    .enterprise-visual::after,
    .global-sphere,
    .orbit-node,
    .tech-trail,
    .engine-core,
    .engine-core::before,
    .engine-core::after,
    .europe-map {
        animation: none !important;
    }
}
