:root {
    --primary: #b8ff3d;
    --primary-2: #86d718;
    --ink: #08111f;
    --ink-2: #101d32;
    --blue: #1d64ff;
    --blue-2: #5a91ff;
    --accent: #ff5b4a;
    --paper: #f4f6f2;
    --white: #fff;
    --muted: #657083;
    --line: #dce1e7;
    --radius: 24px;
    --shadow: 0 28px 70px rgba(8,17,31,.12);
    --container: 1240px;
    --header: 84px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px
}

body {
    margin: 0;
    min-width: 0;
    overflow-x: hidden;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased
}

body.menu-open {
    overflow: hidden
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

a {
    color: inherit;
    text-decoration: none
}

button,input,select,textarea {
    font: inherit
}

button {
    color: inherit
}

h1,h2,h3,h4,p {
    margin-top: 0
}

h1,h2,h3,h4 {
    font-weight: 760;
    line-height: 1.04;
    letter-spacing: -.045em
}

p {
    color: var(--muted)
}

.container {
    width: min(var(--container),calc(100% - 64px));
    margin-inline:auto}

.section {
    padding: 118px 0
}

.section-soft {
    background: #eef1ec
}

.skip-link {
    position: fixed;
    z-index: 9999;
    left: 18px;
    top: -60px;
    padding: 10px 16px;
    background: var(--primary);
    color: var(--ink);
    font-weight: 800;
    border-radius: 10px
}

.skip-link:focus {
    top: 18px
}

:focus-visible {
    outline: 3px solid var(--primary);
    outline-offset: 4px
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: #395075;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase
}

.eyebrow i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 0 5px rgba(184,255,61,.15)
}

.eyebrow.light {
    color: #bbcae1
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 56px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .02em;
    transition: transform .25s,background .25s,border-color .25s,color .25s
}

.btn:hover {
    transform: translateY(-3px)
}

.btn-primary {
    background: var(--primary);
    color: var(--ink);
    box-shadow: 0 12px 28px rgba(184,255,61,.18)
}

.btn-primary:hover {
    background: #d0ff76
}

.btn-dark {
    background: var(--ink);
    color: #fff
}

.btn-light,.btn-white {
    background: #fff;
    color: var(--ink)
}

.btn-outline {
    border-color: var(--line);
    background: transparent
}

.btn-outline-light {
    border-color: rgba(255,255,255,.28);
    color: #fff;
    background: rgba(255,255,255,.04)
}

.arrow-link,.text-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    font-weight: 850
}

.arrow-link span,.text-link span {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid #bcc4cf;
    border-radius: 50%;
    transition: .25s
}

.arrow-link:hover span,.text-link:hover span {
    transform: rotate(45deg);
    background: var(--primary);
    border-color: var(--primary)
}

.text-link-light {
    color: #fff
}

.text-link-light span {
    border-color: rgba(255,255,255,.35)
}

.topbar {
    position: relative;
    z-index: 80;
    background: #050b14;
    color: #c3d0e4;
    border-bottom: 1px solid rgba(255,255,255,.08)
}

.topbar-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 11px;
    letter-spacing: .04em
}

.topbar p {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: #c3d0e4
}

.status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 0 5px rgba(184,255,61,.1)
}

.topbar-actions {
    display: flex;
    align-items: center;
    gap: 24px
}

.topbar-actions a {
    color: #fff;
    font-weight: 800
}

.site-header {
    position: relative;
    z-index: 70;
    background: rgba(8,17,31,.94);
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.1);
    transition: .3s
}

.site-header.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(8,17,31,.96);
    box-shadow: 0 16px 40px rgba(0,0,0,.18);
    backdrop-filter: blur(14px)
}

.header-inner {
    height: var(--header);
    display: flex;
    align-items: center;
    gap: 34px
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: none
}

.brand-mark {
    position: relative;
    display: flex;
    align-items: end;
    gap: 3px;
    width: 37px;
    height: 37px;
    padding: 7px;
    border-radius: 10px;
    background: var(--primary);
    overflow: hidden
}

.brand-mark i {
    width: 6px;
    background: var(--ink);
    border-radius: 4px 4px 1px 1px;
    transform: skew(-10deg)
}

.brand-mark i:nth-child(1) {
    height: 10px
}

.brand-mark i:nth-child(2) {
    height: 18px
}

.brand-mark i:nth-child(3) {
    height: 25px
}

.brand-copy {
    display: flex;
    flex-direction: column
}

.brand-copy strong {
    font-size: 17px;
    line-height: 1;
    letter-spacing: .08em
}

.brand-copy small {
    max-width: 150px;
    margin-top: 5px;
    color: #91a2bc;
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase
}

.main-nav {
    margin-left: auto
}

.nav-list,.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 2px
}

.nav-item {
    position: relative
}

.nav-item>a {
    display: flex;
    align-items: center;
    min-height: 39px;
    padding: 0 13px;
    color: #c9d4e4;
    font-size: 12px;
    font-weight: 750;
    white-space: nowrap;
    transition: .2s
}

.nav-item>a:hover {
    color: var(--primary)
}

.nav-item.has-children>a {
    padding-right: 29px
}

.nav-item.has-children>a:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 39px;
    width: 5px;
    height: 5px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg)
}

.submenu-toggle {
    display: none
}

.sub-menu {
    position: absolute;
    top: calc(100% - 7px);
    left: 0;
    width: 255px;
    padding: 10px;
    background: #fff;
    color: var(--ink);
    border: 1px solid #e7eaf0;
    border-radius: 16px;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s
}

.nav-item:hover>.sub-menu,.nav-item:focus-within>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none
}

.sub-menu li {
    position: relative
}

.sub-menu a {
    display: block;
    padding: 8px 4px 8px 18px;
    border-radius: 10px;
    color: #40506a;
    font-size: 12px;
    font-weight: 746;
}

.sub-menu a:hover {
    background: #eef4e6;
    color: var(--ink)
}

.sub-menu .sub-menu {
    left: calc(100% + 8px);
    top: 0
}

.header-cta {
    display: flex;
    align-items: center;
    gap: 10px
}

.header-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,.14)
}

.header-phone span {
    color: #8294af;
    font-size: 9px;
    letter-spacing: .11em;
    text-transform: uppercase
}

.header-phone strong {
    font-size: 13px;
    letter-spacing: .02em
}

.icon-button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: #21bf67;
    transition: .25s
}

.icon-button:hover {
    transform: translateY(-3px)
}

.icon-button svg {
    width: 20px;
    fill: #fff
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 12px;
    background: transparent;
    padding: 11px
}

.menu-toggle span {
    display: block;
    height: 2px;
    margin: 4px 0;
    background: #fff;
    transition: .25s
}

.hero {
    position: relative;
    height: min(820px,calc(100vh - 38px));
    min-height: 690px;
    background: var(--ink);
    color: #fff;
    overflow: hidden
}

.hero-slider,.hero-slide {
    position: absolute;
    inset: 0
}

.hero-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s ease,visibility .7s
}

.hero-slide.active {
    opacity: 1;
    visibility: visible
}

.hero-photo {
    position: absolute;
    inset: 0
}

.hero-photo:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(4,10,20,.98) 0%,rgba(5,13,26,.91) 38%,rgba(8,17,31,.34) 72%,rgba(8,17,31,.2) 100%)
}

.hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.theme-blue .hero-photo:after {
    background: linear-gradient(90deg,rgba(3,9,22,.99),rgba(7,27,60,.82) 45%,rgba(4,19,47,.22))
}

.theme-coral .hero-photo:after {
    background: linear-gradient(90deg,rgba(13,8,18,.99),rgba(45,17,31,.8) 44%,rgba(30,10,18,.2))
}

.hero-grid-lines {
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(90deg,#000,transparent 75%)
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: grid;
    grid-template-columns: minmax(0,1fr) 310px;
    align-items: center;
    gap: 60px;
    padding-top: 20px
}

.hero-copy {
    max-width: 790px
}

.hero-copy h1 {
    max-width: 820px;
    margin-bottom: 28px;
    font-size: clamp(52px,6.1vw,96px);
    line-height: .93;
    letter-spacing: -.065em;
    text-wrap: balance
}

.hero-copy>p {
    max-width: 680px;
    margin-bottom: 34px;
    color: #aebdd4;
    font-size: 18px;
    line-height: 1.7
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px
}

.hero-proof {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 45px
}

.hero-proof span {
    padding: 0 15px;
    border-right: 1px solid rgba(255,255,255,.18);
    color: #93a5c0;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase
}

.hero-proof span:first-child {
    padding-left: 0
}

.hero-proof span:last-child {
    border-right: 0
}

.hero-data-card {
    align-self: end;
    margin-bottom: 120px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 20px;
    background: rgba(7,18,38,.52);
    box-shadow: 0 24px 60px rgba(0,0,0,.2);
    backdrop-filter: blur(14px)
}

.data-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #9bb0ce;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em
}

.data-card-head i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 14px var(--primary)
}

.data-chart {
    height: 100px;
    margin: 24px 0 20px;
    display: flex;
    align-items: end;
    gap: 7px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.data-chart span {
    flex: 1;
    height: 20%;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(var(--primary),rgba(184,255,61,.12))
}

.data-chart span:nth-child(2) {
    height: 42%
}

.data-chart span:nth-child(3) {
    height: 34%
}

.data-chart span:nth-child(4) {
    height: 67%
}

.data-chart span:nth-child(5) {
    height: 54%
}

.data-chart span:nth-child(6) {
    height: 92%
}

.data-card-row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.data-card-row div {
    display: flex;
    flex-direction: column
}

.data-card-row small {
    color: #8191a9;
    font-size: 10px
}

.data-card-row strong {
    font-size: 16px
}

.data-card-row b {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    background: var(--primary);
    color: var(--ink)
}

.hero-controls {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-50%)
}

.slide-dots {
    display: flex;
    gap: 7px
}

.slide-dots button {
    width: 34px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: rgba(255,255,255,.24);
    cursor: pointer;
    transition: .25s
}

.slide-dots button.active {
    width: 66px;
    background: var(--primary)
}

.hero-scroll {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #92a2ba;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase
}

.hero-scroll i {
    display: block;
    width: 50px;
    height: 1px;
    background: rgba(255,255,255,.25);
    position: relative
}

.hero-scroll i:after {
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    width: 5px;
    height: 5px;
    border-right: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    transform: rotate(-45deg)
}

.signal-strip {
    position: relative;
    overflow: hidden;
    background: var(--primary);
    color: var(--ink);
    border-bottom: 1px solid rgba(8,17,31,.18)
}

.signal-track {
    min-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 18px 20px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em
}

.signal-track i {
    font-style: normal;
    font-size: 13px
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 54px
}

.section-heading h2 {
    max-width: 800px;
    margin: 0;
    font-size: clamp(40px,5vw,70px)
}

.section-heading>p {
    max-width: 390px;
    margin: 0;
    font-size: 16px
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    align-items: end;
    gap: 110px
}

.intro-title h2 {
    margin: 0;
    font-size: clamp(42px,5.2vw,74px)
}

.intro-copy {
    padding-bottom: 7px
}

.intro-copy p {
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 1.8
}

.services-section {
    background: #fff
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line)
}

.service-card {
    position: relative;
    min-height: 330px;
    padding: 34px 38px 32px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
    overflow: hidden;
    transition: .35s
}

.service-card:before {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: var(--primary);
    opacity: 0;
    transform: scale(.6);
    transition: .4s
}

.service-card:hover {
    z-index: 2;
    background: var(--ink);
    color: #fff;
    transform: translateY(-4px);
    box-shadow: var(--shadow)
}

.service-card:hover:before {
    opacity: .13;
    transform: scale(1)
}

.service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.service-icon {
    display: grid;
    width: 53px;
    height: 53px;
    place-items: center;
    border-radius: 16px;
    background: #edf3e5;
    color: var(--ink);
    font-size: 18px;
    font-weight: 900
}

.service-index {
    color: #9aa4b2;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em
}

.service-card h3 {
    max-width: 520px;
    margin: 54px 0 16px;
    font-size: 30px
}

.service-card p {
    max-width: 570px;
    margin-bottom: 32px
}

.service-card:hover p {
    color: #a9b7cb
}

.service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    font-size: 12px;
    font-weight: 850
}

.service-card:hover .service-link {
    border-color: rgba(255,255,255,.14);
    color: var(--primary)
}

.engine-section {
    position: relative;
    background: var(--ink);
    color: #fff;
    overflow: hidden
}

.engine-section:before {
    content: "";
    position: absolute;
    left: -220px;
    bottom: -260px;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(184,255,61,.15);
    border-radius: 50%;
    box-shadow: 0 0 120px rgba(29,100,255,.12)
}

.engine-grid {
    position: relative;
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    align-items: center;
    gap: 90px
}

.engine-copy h2 {
    margin-bottom: 28px;
    font-size: clamp(44px,5vw,72px)
}

.engine-copy h2 em {
    color: var(--primary);
    font-style: normal
}

.engine-copy p {
    max-width: 590px;
    color: #9dafc8;
    font-size: 17px
}

.check-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px 24px;
    margin: 30px 0 36px;
    padding: 0;
    list-style: none
}

.check-list li {
    position: relative;
    padding-left: 24px;
    color: #d2dcec;
    font-size: 13px
}

.check-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 9px;
    height: 5px;
    border-left: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    transform: rotate(-45deg)
}

.engine-dashboard {
    padding: 28px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 26px;
    background: linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));
    box-shadow: 0 40px 100px rgba(0,0,0,.25);
    backdrop-filter: blur(12px)
}

.dashboard-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.dashboard-head div {
    display: flex;
    align-items: center;
    gap: 10px
}

.pulse {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 0 6px rgba(184,255,61,.08)
}

.dashboard-head strong {
    font-size: 12px;
    letter-spacing: .05em
}

.dashboard-head small {
    color: #7890b2;
    font-size: 9px;
    letter-spacing: .12em
}

.dashboard-metric {
    padding: 27px 0 10px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px
}

.dashboard-metric span {
    color: #7f92ad;
    font-size: 11px
}

.dashboard-metric strong {
    font-size: 20px
}

.dashboard-chart {
    position: relative;
    height: 190px;
    margin: 10px 0 24px;
    background-image: linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px);
    background-size: 100% 38px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.dashboard-chart>i {
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,.05)
}

.dashboard-chart>i:nth-child(1) {
    left: 0
}

.dashboard-chart>i:nth-child(2) {
    left: 20%
}

.dashboard-chart>i:nth-child(3) {
    left: 40%
}

.dashboard-chart>i:nth-child(4) {
    left: 60%
}

.dashboard-chart>i:nth-child(5) {
    left: 80%
}

.dashboard-chart>i:nth-child(6) {
    right: 0
}

.dashboard-chart svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible
}

.dashboard-chart path {
    fill: none;
    stroke: var(--primary);
    stroke-width: 4;
    filter: drop-shadow(0 0 9px rgba(184,255,61,.4))
}

.dashboard-chart .chart-fill {
    fill: url(#none);
    stroke: none;
    opacity: .08
}

.dashboard-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px
}

.dashboard-cards div {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 15px;
    background: rgba(5,12,24,.4)
}

.dashboard-cards span {
    color: var(--primary);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .12em
}

.dashboard-cards strong {
    margin-top: 15px;
    font-size: 13px
}

.dashboard-cards small {
    color: #7286a4;
    font-size: 10px
}

.regions-section {
    background: #eef1ec
}

.region-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    border-top: 1px solid #cbd2d9
}

.region-card {
    display: grid;
    grid-template-columns: 50px 1fr 42px;
    align-items: start;
    gap: 20px;
    padding: 30px 18px;
    border-bottom: 1px solid #cbd2d9;
    transition: .3s
}

.region-card:nth-child(odd) {
    border-right: 1px solid #cbd2d9;
    padding-right: 36px
}

.region-card:nth-child(even) {
    padding-left: 36px
}

.region-card>span {
    color: #94a0ae;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em
}

.region-card small {
    color: #64738b;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .15em
}

.region-card h3 {
    margin: 6px 0 10px;
    font-size: 28px
}

.region-card p {
    margin: 0;
    font-size: 13px
}

.region-card>b {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid #bdc6d0;
    border-radius: 50%;
    font-size: 12px;
    transition: .3s
}

.region-card:hover {
    background: #fff
}

.region-card:hover>b {
    background: var(--primary);
    border-color: var(--primary);
    transform: rotate(45deg)
}

.region-note {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
    padding: 18px 22px;
    border-radius: 16px;
    background: var(--ink);
    color: #fff
}

.region-note>span {
    color: var(--primary)
}

.region-note p {
    flex: 1;
    margin: 0;
    color: #a9b8cd;
    font-size: 12px
}

.region-note a {
    color: var(--primary);
    font-size: 12px;
    font-weight: 850
}

.process-section {
    background: #fff
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line)
}

.process-card {
    min-height: 315px;
    padding: 28px 25px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.process-card>span {
    color: #97a2b0;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .14em
}

.process-card small {
    color: var(--blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .15em
}

.process-card h3 {
    margin: 10px 0 14px;
    font-size: 25px
}

.process-card p {
    margin: 0;
    font-size: 13px
}

.cases-section {
    background: var(--paper)
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px
}

.case-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(8,17,31,.08);
    transition: .35s
}

.case-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow)
}

.case-visual {
    position: relative;
    height: 285px;
    overflow: hidden;
    background: linear-gradient(145deg,#0f2040,#173d78)
}

.case-2 .case-visual {
    background: linear-gradient(145deg,#151c2d,#3b2c74)
}

.case-3 .case-visual {
    background: linear-gradient(145deg,#0d2c2f,#146d65)
}

.case-4 .case-visual {
    background: linear-gradient(145deg,#2b1825,#833a39)
}

.case-label {
    position: absolute;
    left: 24px;
    top: 22px;
    color: #b7c7dc;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .14em
}

.case-orbit {
    position: absolute;
    left: 50%;
    top: 52%;
    width: 240px;
    height: 150px;
    transform: translate(-50%,-50%)
}

.case-orbit:before,.case-orbit:after,.case-orbit i {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    transform: rotate(-18deg)
}

.case-orbit:before {
    inset: 0
}

.case-orbit:after {
    inset: 22px 38px
}

.case-orbit i:nth-child(1) {
    inset: 43px 76px;
    background: var(--primary);
    border: 0;
    box-shadow: 0 0 65px rgba(184,255,61,.4)
}

.case-orbit i:nth-child(2) {
    left: 3px;
    top: 65px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 0
}

.case-orbit i:nth-child(3) {
    right: 34px;
    top: 18px;
    width: 9px;
    height: 9px;
    background: var(--accent);
    border: 0
}

.case-info {
    padding: 27px
}

.case-info h3 {
    margin-bottom: 12px;
    font-size: 27px
}

.case-info p {
    font-size: 14px
}

.case-info>span {
    display: block;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    font-size: 12px;
    font-weight: 850
}

.stats-section {
    padding: 62px 0;
    background: var(--primary);
    color: var(--ink)
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr)
}

.stat {
    padding: 10px 34px;
    border-right: 1px solid rgba(8,17,31,.2)
}

.stat:last-child {
    border: 0
}

.stat strong {
    display: block;
    font-size: 54px;
    line-height: 1;
    letter-spacing: -.06em
}

.stat span {
    display: block;
    margin-top: 12px;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase
}

.insights-section {
    background: #fff
}

.insight-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px 24px
}

.insight-card {
    min-width: 0
}

.insight-visual {
    position: relative;
    height: 230px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg,#0c1b32,#1d64ff);
    color: #fff
}

.insight-visual:before,.insight-visual:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%
}

.insight-visual:before {
    width: 210px;
    height: 210px;
    right: -60px;
    bottom: -80px
}

.insight-visual:after {
    width: 110px;
    height: 110px;
    right: 30px;
    bottom: -35px;
    background: var(--primary);
    border: 0;
    opacity: .85
}

.insight-2 {
    background: linear-gradient(135deg,#21152f,#ff5b4a)
}

.insight-3 {
    background: linear-gradient(135deg,#0d292e,#16a694)
}

.insight-visual span,.insight-visual b {
    position: relative;
    z-index: 2;
    font-size: 11px;
    letter-spacing: .12em
}

.insight-visual b {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    transition: .3s
}

.insight-card:hover .insight-visual b {
    background: #fff;
    color: var(--ink);
    transform: rotate(45deg)
}

.insight-card time {
    display: block;
    margin: 20px 0 10px;
    color: #8995a5;
    font-size: 10px;
    font-weight: 750;
    text-transform: uppercase
}

.insight-card h3 {
    font-size: 23px
}

.insight-card h3 a:hover {
    color: var(--blue)
}

.insight-card p {
    font-size: 13px
}

.seo-note {
    position: relative;
    background: #1b2640;
    color: #fff;
    overflow: hidden
}

.seo-note:after {
    content: "SEO";
    position: absolute;
    right: -20px;
    bottom: -90px;
    color: rgba(255,255,255,.035);
    font-size: 270px;
    font-weight: 900;
    letter-spacing: -.1em
}

.seo-note-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr .75fr;
    align-items: end;
    gap: 110px
}

.seo-symbol {
    display: grid;
    width: 70px;
    height: 70px;
    margin-bottom: 36px;
    place-items: center;
    border-radius: 20px;
    background: var(--accent);
    font-size: 40px;
    font-weight: 900
}

.seo-note h2 {
    margin: 0;
    font-size: clamp(50px,6vw,88px)
}

.seo-note p {
    color: #aebbd0;
    font-size: 17px;
    line-height: 1.8
}

.faq-section {
    background: #eef1ec
}

.faq-grid {
    display: grid;
    grid-template-columns: .42fr .58fr;
    gap: 100px
}

.faq-intro {
    position: sticky;
    top: 120px;
    align-self: start
}

.faq-intro h2 {
    font-size: 54px
}

.faq-intro p {
    font-size: 16px
}

.faq-list {
    border-top: 1px solid #c8cfd7
}

.faq-item {
    border-bottom: 1px solid #c8cfd7
}

.faq-item button {
    width: 100%;
    display: grid;
    grid-template-columns: 42px 1fr 36px;
    align-items: center;
    gap: 12px;
    padding: 24px 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer
}

.faq-item button>span {
    color: #8e99a8;
    font-size: 10px;
    font-weight: 850
}

.faq-item button strong {
    font-size: 17px
}

.faq-item button i {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #bdc6cf;
    border-radius: 50%
}

.faq-item button i:before,.faq-item button i:after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 14px;
    height: 1px;
    background: var(--ink);
    transition: .25s
}

.faq-item button i:after {
    transform: rotate(90deg)
}

.faq-item button[aria-expanded="true"] i {
    background: var(--primary);
    border-color: var(--primary)
}

.faq-item button[aria-expanded="true"] i:after {
    transform: rotate(0)
}

.faq-answer {
    display: none;
    padding: 0 48px 24px 54px
}

.faq-answer.is-open {
    display: block
}

.faq-answer p {
    margin-bottom: 12px
}

.faq-answer a {
    color: var(--blue);
    font-size: 12px;
    font-weight: 850
}

.events-mini {
    background: #fff
}

.event-list {
    border-top: 1px solid var(--line)
}

.event-row {
    display: grid;
    grid-template-columns: 120px 1fr 50px;
    align-items: center;
    gap: 30px;
    padding: 25px 0;
    border-bottom: 1px solid var(--line);
    transition: .25s
}

.event-row:hover {
    padding-inline:18px;background: #f5f7f3
}

.event-row time {
    display: flex;
    align-items: center;
    gap: 12px
}

.event-row time strong {
    font-size: 40px
}

.event-row time span {
    font-size: 10px;
    color: #768397
}

.event-row>div>span {
    color: var(--blue);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase
}

.event-row h3 {
    margin: 6px 0;
    font-size: 23px
}

.event-row p {
    margin: 0;
    font-size: 13px
}

.event-row>b {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%
}

.page-hero,.detail-hero {
    position: relative;
    padding: 105px 0 92px;
    background: var(--ink);
    color: #fff;
    overflow: hidden
}

.page-hero:before,.detail-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg,#000,transparent 80%)
}

.page-hero>.container,.detail-hero>.container {
    position: relative;
    z-index: 2
}

.page-hero h1 {
    max-width: 900px;
    margin: 12px 0 22px;
    font-size: clamp(55px,7vw,104px)
}

.page-hero p {
    max-width: 700px;
    color: #a7b6cc;
    font-size: 18px
}

.page-hero-shape {
    position: absolute;
    right: 8%;
    bottom: -110px;
    width: 300px;
    height: 300px;
    border: 45px solid var(--primary);
    border-radius: 50%;
    opacity: .2
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 26px;
    color: #8fa1ba;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase
}

.breadcrumbs a:hover {
    color: var(--primary)
}

.archive-section {
    background: #fff
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 34px 24px
}

.content-card {
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    transition: .3s
}

.content-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow)
}

.content-card-visual {
    position: relative;
    height: 210px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 20px;
    background: linear-gradient(135deg,#0f2549,#1d64ff);
    color: #fff;
    overflow: hidden
}

.content-card-visual:after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: var(--primary);
    opacity: .7
}

.content-card-visual.has-image:after {
    inset: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background: linear-gradient(180deg,rgba(8,17,31,.28),rgba(8,17,31,.78));
    opacity: 1
}

.content-card-visual>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.visual-2 {
    background: linear-gradient(135deg,#2a1633,#b73e4b)
}

.visual-3 {
    background: linear-gradient(135deg,#0c2b31,#158477)
}

.visual-4 {
    background: linear-gradient(135deg,#252018,#9b7633)
}

.visual-5 {
    background: linear-gradient(135deg,#191f31,#5c54b8)
}

.visual-6 {
    background: linear-gradient(135deg,#282029,#c34b7b)
}

.content-card-visual span,.content-card-visual b {
    position: relative;
    z-index: 2
}

.content-card-visual span {
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase
}

.content-card-visual b {
    font-size: 70px;
    line-height: 1;
    opacity: .65
}

.content-card-visual.has-image b {
    display: none
}

.content-card-body {
    padding: 24px
}

.content-card-body time {
    display: block;
    margin-bottom: 12px;
    color: #8c98a8;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase
}

.content-card-body h2 {
    font-size: 23px
}

.content-card-body p {
    font-size: 13px
}

.read-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 17px;
    border-top: 1px solid var(--line);
    font-size: 11px;
    font-weight: 850
}

.search-form {
    max-width: 760px;
    margin-bottom: 50px;
    padding: 24px;
    border-radius: 18px;
    background: #eef1ec
}

.search-form label {
    display: block;
    margin-bottom: 9px;
    font-size: 11px;
    font-weight: 850
}

.search-form>div {
    display: flex;
    gap: 10px
}

.search-form input {
    flex: 1;
    min-width: 0;
    border: 1px solid #ccd3dc;
    border-radius: 12px;
    background: #fff;
    padding: 0 16px
}

.empty-state {
    padding: 80px 30px;
    text-align: center;
    border: 1px dashed #bec7d2;
    border-radius: 20px
}

.empty-state span {
    font-size: 50px
}

.empty-state h2 {
    font-size: 34px
}

.detail-hero {
    padding: 105px 0
}

.detail-hero-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    align-items: center;
    gap: 80px
}

.detail-hero h1 {
    max-width: 900px;
    margin: 0 0 25px;
    font-size: clamp(48px,6vw,82px)
}

.detail-hero p {
    max-width: 780px;
    color: #a8b8ce;
    font-size: 18px
}

.detail-meta {
    display: flex;
    gap: 25px;
    margin-top: 28px;
    color: #8094b2;
    font-size: 10px;
    font-weight: 750;
    text-transform: uppercase
}

.detail-art {
    display: grid;
    height: 280px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 30px;
    background: linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.02));
    box-shadow: 0 30px 70px rgba(0,0,0,.2);
    overflow: hidden
}

.detail-art span {
    display: grid;
    width: 140px;
    height: 140px;
    place-items: center;
    border-radius: 50%;
    background: var(--primary);
    color: var(--ink);
    font-size: 80px;
    font-weight: 900
}

.detail-art.has-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 340px;
    align-items: start;
    gap: 70px;
    background: var(--paper)
}

.article-body {
    min-width: 0;
    padding: 45px;
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 22px;
    box-shadow: 0 16px 50px rgba(8,17,31,.06)
}

.article-body h2 {
    margin: 42px 0 18px;
    font-size: 34px
}

.article-body h2:first-child {
    margin-top: 0
}

.article-body h3 {
    font-size: 25px
}

.article-body p,.article-body li {
    font-size: 16px;
    line-height: 1.85;
    color: #526079
}

.article-body a {
    color: var(--blue);
    text-decoration: underline
}

.article-body img {
    margin: 28px auto;
    border-radius: 16px
}

.article-body table {
    width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto
}

.article-body td,.article-body th {
    padding: 12px;
    border: 1px solid var(--line);
    text-align: left
}

.detail-sidebar {
    position: sticky;
    top: 110px
}

.contact-card {
    padding: 30px;
    border-radius: 22px;
    background: var(--ink);
    color: #fff;
    box-shadow: var(--shadow)
}

.contact-card h2 {
    font-size: 31px
}

.contact-card p {
    color: #9eafc6
}

.contact-card .btn {
    width: 100%;
    margin-top: 10px
}

.contact-card .btn-outline {
    border-color: rgba(255,255,255,.2);
    color: #fff
}

.custom-fields {
    margin-top: 40px;
    border-top: 1px solid var(--line)
}

.custom-field {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 25px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line)
}

.custom-field>span {
    color: #758297;
    font-size: 11px;
    font-weight: 850
}

.video-embed {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 16px
}

.video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.calendar {
    margin-bottom: 55px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 22px
}

.calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.calendar-head a {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%
}

.calendar-head h2 {
    margin: 0;
    font-size: 30px
}

.calendar-weekdays,.calendar-days {
    display: grid;
    grid-template-columns: repeat(7,1fr)
}

.calendar-weekdays {
    margin-top: 25px;
    background: var(--ink);
    color: #fff
}

.calendar-weekdays span {
    padding: 10px;
    text-align: center;
    font-size: 10px;
    font-weight: 850
}

.calendar-day {
    min-height: 95px;
    padding: 10px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.calendar-day:nth-child(7n) {
    border-right: 0
}

.calendar-day strong {
    font-size: 12px
}

.calendar-day a {
    display: block;
    margin-top: 8px;
    padding: 5px;
    border-radius: 6px;
    background: var(--primary);
    font-size: 9px;
    font-weight: 750
}

.calendar-day.has-event {
    background: #f5f9ec
}

.calendar-day.empty {
    background: #f5f6f5
}

.final-cta {
    position: relative;
    padding: 95px 0;
    background: var(--blue);
    color: #fff;
    overflow: hidden
}

.final-cta-grid {
    position: absolute;
    inset: 0;
    opacity: .13;
    background-image: linear-gradient(rgba(255,255,255,.4) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.4) 1px,transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(90deg,#000,transparent)
}

.final-cta-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 380px;
    align-items: center;
    gap: 90px
}

.final-cta h2 {
    max-width: 800px;
    margin: 0;
    font-size: clamp(46px,5.5vw,80px)
}

.final-cta p {
    max-width: 690px;
    margin: 25px 0 0;
    color: #c4d4ff;
    font-size: 16px
}

.cta-contact {
    display: flex;
    flex-direction: column;
    gap: 13px
}

.cta-phone {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px 58px 20px 22px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 15px;
    background: rgba(5,17,48,.17)
}

.cta-phone small {
    color: #b9c9f7;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase
}

.cta-phone strong {
    font-size: 22px
}

.cta-phone>span {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%)
}

.site-footer {
    padding: 75px 0 20px;
    background: #050b14;
    color: #fff
}

.footer-top {
    display: grid;
    grid-template-columns: 1.25fr .8fr .9fr .9fr;
    gap: 65px
}

.brand-light .brand-copy small {
    color: #8396b1
}

.footer-about p {
    max-width: 340px;
    margin: 25px 0;
    color: #8192aa;
    font-size: 13px
}

.footer-phone {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: var(--primary);
    font-size: 18px;
    font-weight: 850
}

.footer-column h3 {
    margin-bottom: 22px;
    color: #8ea0bb;
    font-size: 10px;
    letter-spacing: .13em;
    text-transform: uppercase
}

.footer-links,.contact-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-links {
    display: grid;
    gap: 10px
}

.footer-links a {
    color: #c0ccdc;
    font-size: 12px
}

.footer-links a:hover {
    color: var(--primary)
}

.footer-regions .footer-links {
    grid-template-columns: repeat(2,1fr);
    gap: 8px 12px
}

.contact-list {
    display: grid;
    gap: 17px
}

.contact-list li {
    display: flex;
    flex-direction: column
}

.contact-list span {
    color: #71839e;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase
}

.contact-list a,.contact-list p {
    margin: 3px 0 0;
    color: #d3dbe7;
    font-size: 12px
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1)
}

.footer-bottom p {
    margin: 0;
    color: #64758e;
    font-size: 10px
}

.footer-bottom>div {
    display: flex;
    gap: 20px
}

.footer-bottom a {
    color: #8294ae;
    font-size: 10px
}

.mobile-contact-bar {
    display: none
}

.not-found {
    min-height: 62vh;
    display: grid;
    place-items: center;
    padding: 90px 0;
    background: var(--ink);
    color: #fff;
    text-align: center
}

.not-found span {
    display: block;
    color: var(--primary);
    font-size: clamp(90px,18vw,220px);
    font-weight: 900;
    line-height: .8;
    letter-spacing: -.09em
}

.not-found h1 {
    margin: 35px 0 15px;
    font-size: clamp(38px,6vw,70px)
}

.not-found p {
    margin: 0 auto 28px;
    max-width: 540px;
    color: #a9b8cd
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease,transform .7s ease
}

.reveal.is-visible {
    opacity: 1;
    transform: none
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .reveal {
        opacity: 1;
        transform: none;
        transition: none
    }

    .hero-slide {
        transition: none
    }

    .btn,.service-card,.region-card,.case-card {
        transition: none
    }
}

@media (max-width: 1180px) {
    :root {
        --container:1080px
    }

    .container {
        width: min(var(--container),calc(100% - 48px))
    }

    .nav-item>a {
        padding-inline:9px}

    .nav-item.has-children>a {
        padding-right: 23px
    }

    .nav-item.has-children>a:after {
        right: 9px
    }

    .header-phone {
        display: none
    }

    .hero-content {
        grid-template-columns: 1fr 260px
    }

    .hero-copy h1 {
        font-size: 72px
    }

    .section {
        padding: 100px 0
    }

    .footer-top {
        grid-template-columns: 1.1fr .75fr .9fr
    }

    .footer-top>div:last-child {
        grid-column: 2/4
    }

    .process-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width: 960px) {
    :root {
        --header:72px
    }

    .container {
        width: calc(100% - 40px)
    }

    .topbar p {
        max-width: 64%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .topbar-actions span {
        display: none
    }

    .header-inner {
        height: var(--header)
    }

    .main-nav {
        position: fixed;
        z-index: 100;
        left: 0;
        right: 0;
        top: 110px;
        bottom: 0;
        margin: 0;
        padding: 18px 20px 100px;
        background: #07111f;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: .25s
    }

    .site-header.is-sticky .main-nav {
        top: 72px
    }

    .main-nav.is-open {
        opacity: 1;
        visibility: visible;
        transform: none
    }

    .nav-list {
        display: block
    }

    .nav-item {
        border-bottom: 1px solid rgba(255,255,255,.1)
    }

    .nav-item>a {
        min-height: 58px;
        padding: 0 46px 0 3px;
        color: #fff;
        font-size: 15px
    }

    .nav-item.has-children>a:after {
        display: none
    }

    .submenu-toggle {
        position: absolute;
        right: 0;
        top: 9px;
        display: block;
        width: 42px;
        height: 42px;
        border: 1px solid rgba(255,255,255,.15);
        border-radius: 10px;
        background: transparent
    }

    .submenu-toggle:before,.submenu-toggle:after {
        content: "";
        position: absolute;
        left: 12px;
        right: 12px;
        top: 20px;
        height: 1px;
        background: #fff
    }

    .submenu-toggle:after {
        transform: rotate(90deg);
        transition: .2s
    }

    .submenu-toggle[aria-expanded="true"]:after {
        transform: rotate(0)
    }

    .sub-menu {
        position: static;
        width: auto;
        padding: 0 0 10px 14px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #fff;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none
    }

    .sub-menu.is-open {
        display: block
    }

    .sub-menu a {
        padding: 9px 12px;
        color: #91a3be;
        font-size: 13px
    }

    .sub-menu a:hover {
        background: rgba(255,255,255,.05);
        color: var(--primary)
    }

    .header-cta {
        margin-left: auto
    }

    .icon-button {
        display: none
    }

    .menu-toggle {
        display: block
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(6px) rotate(45deg)
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg)
    }

    .hero {
        height: 760px;
        min-height: 0
    }

    .hero-content {
        grid-template-columns: 1fr;
        align-items: center
    }

    .hero-copy {
        padding-top: 20px
    }

    .hero-copy h1 {
        max-width: 720px;
        font-size: clamp(48px,8vw,72px)
    }

    .hero-data-card {
        display: none
    }

    .hero-photo img {
        object-position: 64% center
    }

    .hero-photo:after {
        background: linear-gradient(90deg,rgba(4,10,20,.99),rgba(5,13,26,.88) 60%,rgba(8,17,31,.45))
    }

    .intro-grid,.engine-grid,.seo-note-grid,.faq-grid,.final-cta-inner {
        grid-template-columns: 1fr;
        gap: 55px
    }

    .service-grid,.region-grid,.case-grid {
        grid-template-columns: 1fr
    }

    .region-card:nth-child(odd),.region-card:nth-child(even) {
        border-right: 0;
        padding-inline:18px}

    .section-heading {
        align-items: start;
        flex-direction: column;
        gap: 22px
    }

    .engine-dashboard {
        max-width: 720px
    }

    .process-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .insight-grid,.content-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .faq-intro {
        position: static
    }

    .stats-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 30px 0
    }

    .stat:nth-child(2) {
        border-right: 0
    }

    .detail-hero-grid,.detail-layout {
        grid-template-columns: 1fr
    }

    .detail-art {
        display: none
    }

    .detail-sidebar {
        position: static
    }

    .final-cta-inner {
        grid-template-columns: 1fr 320px
    }

    .footer-top {
        grid-template-columns: repeat(2,1fr)
    }

    .footer-top>div:last-child {
        grid-column: auto
    }

    .mobile-contact-bar {
        position: fixed;
        z-index: 120;
        left: 12px;
        right: 12px;
        bottom: max(10px,env(safe-area-inset-bottom));
        display: grid;
        grid-template-columns: 1fr 1fr;
        overflow: hidden;
        border: 1px solid rgba(255,255,255,.14);
        border-radius: 16px;
        background: #07111f;
        box-shadow: 0 15px 45px rgba(0,0,0,.3)
    }

    .mobile-contact-bar a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        min-height: 57px;
        color: #fff;
        font-size: 12px;
        font-weight: 850
    }

    .mobile-contact-bar a+ a {
        background: #21b967
    }

    .mobile-contact-bar svg {
        width: 18px;
        fill: currentColor
    }

    .site-footer {
        padding-bottom: 95px
    }
}

@media (max-width: 720px) {
    .container {
        width:calc(100% - 30px)
    }

    .section {
        padding: 76px 0
    }

    .topbar-inner {
        min-height: 34px
    }

    .topbar p {
        max-width: 72%;
        font-size: 9px
    }

    .topbar-actions {
        gap: 0
    }

    .topbar-actions a {
        font-size: 10px
    }

    .main-nav {
        top: 106px
    }

    .hero {
        height: 720px
    }

    .hero-photo img {
        object-position: 68% center
    }

    .hero-photo:after {
        background: linear-gradient(90deg,rgba(4,10,20,.99),rgba(5,13,26,.94) 68%,rgba(8,17,31,.65))
    }

    .hero-grid-lines {
        background-size: 48px 48px
    }

    .hero-content {
        padding-top: 0
    }

    .hero-copy h1 {
        font-size: clamp(44px,13vw,62px);
        line-height: .96
    }

    .hero-copy>p {
        font-size: 15px;
        line-height: 1.6
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px
    }

    .hero-proof {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 8px
    }

    .hero-proof span {
        padding: 0 9px;
        font-size: 8px
    }

    .hero-controls {
        bottom: 24px
    }

    .hero-scroll {
        display: none
    }

    .signal-track {
        justify-content: flex-start
    }

    .intro-title h2,.section-heading h2 {
        font-size: clamp(38px,11vw,52px)
    }

    .intro-copy p {
        font-size: 16px
    }

    .service-card {
        min-height: 300px;
        padding: 27px
    }

    .service-card h3 {
        margin-top: 42px;
        font-size: 27px
    }

    .engine-copy h2 {
        font-size: 44px
    }

    .check-list {
        grid-template-columns: 1fr
    }

    .engine-dashboard {
        padding: 18px
    }

    .dashboard-metric {
        align-items: flex-start;
        flex-direction: column
    }

    .dashboard-metric strong {
        font-size: 17px
    }

    .dashboard-chart {
        height: 150px
    }

    .dashboard-cards {
        grid-template-columns: 1fr
    }

    .dashboard-cards div {
        display: grid;
        grid-template-columns: 45px 1fr;
        align-items: center
    }

    .dashboard-cards strong {
        margin: 0
    }

    .dashboard-cards small {
        grid-column: 2
    }

    .region-card {
        grid-template-columns: 32px 1fr 36px;
        gap: 12px;
        padding: 24px 8px!important
    }

    .region-card h3 {
        font-size: 24px
    }

    .region-card p {
        font-size: 12px
    }

    .region-note {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .region-note p {
        flex-basis: 80%
    }

    .process-grid {
        grid-template-columns: 1fr
    }

    .process-card {
        min-height: 250px
    }

    .case-grid {
        gap: 18px
    }

    .case-visual {
        height: 235px
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr
    }

    .stat {
        padding: 8px 18px
    }

    .stat strong {
        font-size: 42px
    }

    .insight-grid,.content-grid {
        grid-template-columns: 1fr
    }

    .insight-visual {
        height: 210px
    }

    .seo-note-grid {
        gap: 42px
    }

    .seo-note h2 {
        font-size: 49px
    }

    .seo-note:after {
        font-size: 160px
    }

    .faq-intro h2 {
        font-size: 44px
    }

    .faq-item button {
        grid-template-columns: 30px 1fr 32px
    }

    .faq-item button strong {
        font-size: 15px
    }

    .faq-answer {
        padding-left: 42px;
        padding-right: 10px
    }

    .event-row {
        grid-template-columns: 75px 1fr 36px;
        gap: 14px
    }

    .event-row time {
        align-items: flex-start;
        flex-direction: column;
        gap: 0
    }

    .event-row h3 {
        font-size: 19px
    }

    .event-row p {
        display: none
    }

    .page-hero,.detail-hero {
        padding: 75px 0 65px
    }

    .page-hero h1 {
        font-size: 52px
    }

    .page-hero p,.detail-hero p {
        font-size: 15px
    }

    .detail-hero h1 {
        font-size: 46px
    }

    .detail-meta {
        flex-direction: column;
        gap: 5px
    }

    .detail-layout {
        gap: 35px
    }

    .article-body {
        padding: 26px 21px
    }

    .article-body h2 {
        font-size: 28px
    }

    .custom-field {
        grid-template-columns: 1fr;
        gap: 6px
    }

    .search-form {
        padding: 16px
    }

    .search-form>div {
        flex-direction: column
    }

    .search-form input {
        min-height: 50px
    }

    .calendar {
        padding: 12px
    }

    .calendar-day {
        min-height: 65px;
        padding: 5px
    }

    .calendar-day a {
        font-size: 7px
    }

    .calendar-weekdays span {
        padding: 7px 2px
    }

    .final-cta {
        padding: 76px 0
    }

    .final-cta-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .final-cta h2 {
        font-size: 49px
    }

    .cta-contact {
        width: 100%
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .footer-regions .footer-links {
        grid-template-columns: repeat(2,1fr)
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column
    }

    .brand-copy small {
        max-width: 130px
    }
}

@media (max-width: 420px) {
    .brand-copy strong {
        font-size:15px
    }

    .brand-copy small {
        font-size: 8px
    }

    .hero-copy h1 {
        font-size: 42px
    }

    .hero-proof span:nth-child(4) {
        border-right: 0
    }

    .section-heading h2,.intro-title h2 {
        font-size: 38px
    }

    .service-card h3 {
        font-size: 25px
    }

    .region-card p {
        display: none
    }

    .stats-grid {
        grid-template-columns: 1fr
    }

    .stat {
        border-right: 0;
        border-bottom: 1px solid rgba(8,17,31,.2);
        padding: 18px
    }

    .stat:last-child {
        border-bottom: 0
    }

    .footer-regions .footer-links {
        grid-template-columns: 1fr
    }
}
