/* Start custom CSS for html, class: .elementor-element-6c45377 *//* =========================
   LHAM TECH
   SERVICES — PILIER CENTRAL
   Premium / Futuristic / Professional
========================= */
/* === VARIABLES === */
:root {
    --services-navy: #050b16;
    --services-navy-2: #081221;
    --services-navy-3: #0c1728;
    --services-blue: #1f8fff;
    --services-blue-light: #66c7ff;
    --services-cyan: #26d9ff;
    --services-gold: #d8a94c;
    --services-gold-light: #f3d27a;
    --services-white: #f9fbfd;
    --services-text: #d8e0ec;
    --services-muted: #8f9caf;
    --services-border: rgba(255,255,255,.09);
    --services-border-blue: rgba(31,143,255,.32);
    --services-container: 1240px;
    --services-radius: 22px;
    --services-shadow: 0 35px 100px rgba(0,0,0,.32);
    --lham-surface: #060612;
    --bg: #070c16;
    --panel: #0d1a2c;
    --panel-2: #111f34;
    --ink: #eef4fb;
    --slate: #8ea1ba;
    --cyan: #00d4ff;
    --cyan-dim: rgba(0,212,255,.16);
    --amber: #ffb020;
    --line: rgba(0,212,255,.18);
    --lham-navy: #0A2D62;
    --lham-blue: #1E88E5;
    --lham-blue-2: #38d9ff;
    --lham-blue-deep: #0B4EA9;
    --lham-gold: #D4AF37;
    --lham-gold-2: #ffd66b;
    --lham-gold-light: #F3D36A;
    --lham-ink: #050B1A;
    --lham-ink-soft: #0C1730;
    --lham-body: #526079;
    --lham-mist: #AEC1E8;
    --lham-muted: var(--lham-mist);
    --lham-surface: #FFFFFF;
    --lham-surface-alt: #F5F9FF;
    --lham-border: rgba(30,136,229,.12);
    --lham-line: rgba(255,255,255,.10);
    --lham-bg: #07111f;
    --lham-bg-2: #0d1828;
    --lham-white: #ffffff;
    --lham-text: rgba(255, 255, 255, 0.84);
    --lham-line: rgba(255, 255, 255, 0.08);
    --lham-glass: rgba(255, 255, 255, 0.06);
    --lham-glass-strong: rgba(255, 255, 255, 0.10);
    --radius-sm: 10px;
    --radius: 1.125rem;
    --radius-lg: 1.75rem;
    --radius-pill: 999px;
    --shadow-soft: 0 20px 50px rgba(3,10,22,.35);
    --shadow-card: 0 16px 34px rgba(10,45,98,.08);
    --shadow-hover: 0 28px 54px rgba(10,45,98,.15);
    --shadow-md: 0 14px 34px rgba(10,45,98,.12);
    --shadow-lg: 0 24px 60px rgba(10,45,98,.16);
    --shadow-xl: 0 30px 70px rgba(0,0,0,.35);
    --ease: cubic-bezier(.16,.84,.44,1);
    --transition: .35s var(--ease);
    --ease-late: cubic-bezier(0.22, 1, 0.36, 1);
}
/* === RESET === */
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    font-size: 16px;
}
main.lham-services-page {
    margin: 0;
    overflow-x: hidden;
    background: var(--services-navy);
    color: #d8e0ec;
    font-family:
        Inter, "Segoe UI", system-ui,
        -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.7;
}
.lham-services-page img {
    display: block;
    max-width: 100%;
}
.lham-services-page a {
    color: inherit;
    text-decoration: none;
}
.lham-services-page button {
    font: inherit;
}
.lham-services-page ::selection {
    background: rgba(31,143,255,.4);
    color: #fff;
}
/* === CONTAINER === */
.services-container {
    width: min(calc(100% - 48px), var(--services-container));
    margin-inline: auto;
}
/* === HERO === */
.services-hero {
    position: relative;
    min-height: 820px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #030811;
}
.services-hero-background {
    position: absolute;
    inset: 0;
    z-index: -5;
}
.services-hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .28;
    filter: saturate(.8) contrast(1.1);
}
.services-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -4;
    background:
        linear-gradient(
            90deg, #030811 0%, rgba(3,8,17,.94) 38%, 
            rgba(3,8,17,.7) 65%, rgba(3,8,17,.9) 100%
        ),
        radial-gradient(circle at 75% 45%, rgba(31,143,255,.12), transparent 35%);
}
.services-hero-grid {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: .32;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 72px 72px;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent 95%);
    mask-image: linear-gradient(to bottom, black, transparent 95%);
}
.services-hero::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    right: -180px;
    top: 10%;
    z-index: -2;
    border-radius: 50%;
    background: rgba(31,143,255,.08);
    filter: blur(90px);
}
.services-hero-content {
    position: relative;
    z-index: 5;
    width: 56%;
    padding: 110px 0 100px;
}
.services-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    border: 1px solid var(--services-border-blue);
    border-radius: 999px;
    background: rgba(31,143,255,.06);
    color: var(--services-blue-light);
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.services-hero-content h1 {
    max-width: 850px;
    margin: 25px 0 27px;
    color: var(--services-white) !important;
    font-size: clamp(3.3rem, 6vw, 6rem);
    line-height: .94;
    letter-spacing: -.075em;
}
.services-hero-content h1 span {
    display: block;
    color: var(--services-blue-light);
    text-shadow: 0 0 45px rgba(31,143,255,.18);
}
.services-hero-intro {
    max-width: 720px;
    margin: 0;
    color: var(--services-text);
    font-size: clamp(.95rem, 1.3vw, 1.08rem);
    line-height: 1.85;
}
.services-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 34px;
}
/* === BUTTONS === */
.services-btn {
    min-height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 23px;
    border-radius: 11px;
    font-size: .78rem;
    font-weight: 800;
    transition:
        transform .25s ease, box-shadow .25s ease,
        border-color .25s ease, background .25s ease;
}
.services-btn:hover {
    transform: translateY(-3px);
}
.services-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #087df5, #1250bb);
    box-shadow: 0 18px 50px rgba(31,143,255,.25);
}
.services-btn-primary:hover {
    box-shadow: 0 25px 70px rgba(31,143,255,.4);
}
.services-btn-outline {
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.035);
    color: var(--services-white);
}
.services-btn-outline:hover {
    border-color: rgba(102,199,255,.6);
    background: rgba(31,143,255,.07);
}
/* === HERO POINTS === */
.services-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    color: var(--services-muted);
    font-size: .68rem;
}
.services-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.services-hero-points i {
    color: var(--services-blue-light);
}
/* === HERO INTERFACE === */
.services-hero-interface {
    position: absolute;
    right: 2%;
    top: 50%;
    width: 480px;
    height: 560px;
    transform: translateY(-50%);
    z-index: 2;
}
.services-interface-main {
    position: absolute;
    inset: 45px 25px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 25px;
    background: linear-gradient(145deg, rgba(13,27,47,.92), rgba(3,9,18,.95));
    box-shadow:
        0 45px 100px rgba(0,0,0,.5),
        0 0 80px rgba(31,143,255,.08);
    transform: perspective(1200px) rotateY(-8deg) rotateX(3deg);
}
.interface-topbar {
    height: 45px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 17px;
    border-bottom: 1px solid var(--services-border);
}
.interface-topbar > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,.22);
}
.interface-topbar > span:first-child {
    background: var(--services-blue);
}
.interface-topbar small {
    margin-left: auto;
    color: rgba(255,255,255,.32);
    font-size: .48rem;
    letter-spacing: .14em;
}
.interface-content {
    padding: 45px 32px;
}
.interface-heading small {
    color: var(--services-blue-light);
    font-size: .52rem;
    letter-spacing: .18em;
}
.interface-heading strong {
    display: block;
    margin-top: 10px;
    color: var(--services-white);
    font-size: 2.5rem;
    line-height: .9;
    letter-spacing: -.07em;
}
.interface-network {
    position: relative;
    width: 250px;
    height: 210px;
    margin: 35px auto;
}
.network-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    transform: translate(-50%,-50%);
    border: 1px solid rgba(102,199,255,.5);
    border-radius: 18px;
    background: linear-gradient(135deg, #087df5, #092f78);
    color: #fff;
    font-size: 1.4rem;
    box-shadow: 0 0 45px rgba(31,143,255,.35);
}
.network-core::before,
.network-core::after {
    content: "";
    position: absolute;
    inset: -15px;
    border: 1px solid rgba(31,143,255,.16);
    border-radius: 50%;
    animation: services-pulse 3s ease-in-out infinite;
}
.network-core::after {
    inset: -30px;
    animation-delay: 1.3s;
}
.network-node {
    position: absolute;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 12px;
    background: rgba(255,255,255,.035);
    color: var(--services-blue-light);
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
}
.node-one {
    left: 0;
    top: 15px;
}
.node-two {
    right: 0;
    top: 15px;
}
.node-three {
    left: 0;
    bottom: 15px;
}
.node-four {
    right: 0;
    bottom: 15px;
}
.interface-metrics {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 8px;
}
.interface-metrics div {
    padding: 14px 10px;
    border: 1px solid var(--services-border);
    border-radius: 10px;
    background: rgba(255,255,255,.025);
    text-align: center;
}
.interface-metrics small {
    display: block;
    color: var(--services-muted);
    font-size: .45rem;
}
.interface-metrics strong {
    display: block;
    margin-top: 3px;
    color: var(--services-blue-light);
    font-size: .85rem;
}
.interface-floating {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 13px 17px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 13px;
    background: rgba(7,15,27,.9);
    color: var(--services-white);
    font-size: .58rem;
    box-shadow: 0 20px 55px rgba(0,0,0,.4);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.interface-floating i {
    color: var(--services-blue-light);
}
.interface-floating-one {
    top: 5%;
    right: -2%;
}
.interface-floating-two {
    bottom: 5%;
    left: -2%;
}
.services-hero-scroll {
    position: absolute;
    bottom: 25px;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    transform: translateX(-50%);
    color: rgba(255,255,255,.45);
    font-size: .55rem;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.services-hero-scroll i {
    color: var(--services-blue-light);
}
/* === SECTIONS === */
.services-section {
    position: relative;
    padding: 120px 0;
}
.services-section-light {
    background: #f6f8fb;
    color: #263344;
}
.services-section-dark {
    background: linear-gradient(145deg, #040b16, #081525);
    color: var(--services-text);
}
.services-section-header {
    max-width: 850px;
    margin: 0 auto 65px;
    text-align: center;
}
.services-section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--services-blue);
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.services-section-dark
.services-section-label {
    color: var(--services-blue-light);
}
.services-section-header h2 {
    margin: 17px 0 20px;
    color: #071222;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -.06em;
}
.services-section-dark
.services-section-header h2 {
    color: var(--services-white);
}
.services-section-header h2 span {
    display: block;
    color: var(--services-blue);
}
.services-section-dark
.services-section-header h2 span {
    color: var(--services-blue-light);
}
.services-section-header p {
    max-width: 760px;
    margin-inline: auto;
    color: #667386;
    font-size: .9rem;
    line-height: 1.85;
}
.services-section-dark
.services-section-header p {
    color: var(--services-muted);
}
/* === STATS === */
.services-stats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border: 1px solid rgba(8,18,33,.09);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,.75);
    box-shadow: 0 20px 70px rgba(5,20,40,.08);
}
.services-stat {
    padding: 30px;
    text-align: center;
    border-right: 1px solid rgba(8,18,33,.08);
}
.services-stat:last-child {
    border-right: 0;
}
.services-stat strong {
    display: block;
    color: #0b72d9;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -.05em;
}
.services-stat span {
    display: block;
    margin-top: 9px;
    color: #738093;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}
/* === SERVICE CARDS === */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
}
.service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 650px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: var(--services-radius);
    background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015)) !important;
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.service-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -100px;
    top: -100px;
    border-radius: 50%;
    background: rgba(31,143,255,.07) !important;
    filter: blur(20px);
}
.service-card:hover {
    transform: translateY(-8px);
    border-color: var(--services-border-blue);
    box-shadow: 0 30px 90px rgba(0,0,0,.25) !important;
}
.service-card-featured {
    border-color: rgba(31,143,255,.3);
    background: linear-gradient(145deg, rgba(31,143,255,.095), rgba(255,255,255,.02)) !important;
}
.service-card-number {
    position: absolute;
    top: 28px;
    right: 30px;
    color: rgba(255,255,255,.2);
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .12em;
}
.service-card-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(31,143,255,.35);
    border-radius: 15px;
    background: rgba(31,143,255,.08);
    color: var(--services-blue-light);
    font-size: 1.3rem;
}
.service-card-category {
    display: block;
    margin-top: 27px;
    color: var(--services-blue-light);
    font-size: .57rem;
    font-weight: 850;
    letter-spacing: .18em;
}
.service-card h3 {
    margin: 10px 0 15px;
    color: var(--services-white);
    font-size: clamp(1.45rem,2vw,2rem);
    line-height: 1.05;
    letter-spacing: -.045em;
    font-weight: 800 !important;
}
.service-card-text-h{
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0.1em !important;
    font-weight: 800;
    background: linear-gradient(90deg, #fff, #9ee7ff, #ffd66b) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.service-card-text-dark-h{
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0.1em !important;
    font-weight: 800;
    background: linear-gradient(90deg, #07081b, #0780a8, #b98f24) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.service-card > p {
    margin: 0;
    color: var(--services-muted);
    font-size: .79rem;
    line-height: 1.8;
}
.service-card ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 9px 15px;
    margin: 27px 0;
    padding: 0;
    list-style: none;
}
.service-card li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #c4cedb;
    font-size: .68rem;
}
.service-card li i {
    margin-top: 4px;
    color: var(--services-blue-light);
    font-size: .55rem;
}
.service-card-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid var(--services-border);
}
.service-card-tech span {
    padding: 6px 9px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 7px;
    background: rgba(255,255,255,.025);
    color: #9eabba;
    font-size: .54rem;
    font-weight: 750;
}
.service-card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.08);
    color: var(--services-blue-light);
    font-size: .7rem;
    font-weight: 800;
}
.service-card-link i {
    transition: transform .25s ease;
}
.service-card-link:hover i {
    transform: translateX(5px);
}
/* === ADVANTAGES === */
.services-advantages {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 17px;
}
.services-advantages article {
    position: relative;
    min-height: 290px;
    padding: 30px;
    border: 1px solid rgba(5,15,30,.09);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 15px 55px rgba(5,20,40,.055);
    transition: transform .3s ease, box-shadow .3s ease;
}
.services-advantages article:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 75px rgba(5,20,40,.1);
}
.advantage-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(31,143,255,.08);
    color: #087df5;
}
.services-advantages article > span {
    position: absolute;
    top: 30px;
    right: 30px;
    color: rgba(7,18,34,.2);
    font-size: .6rem;
    font-weight: 900;
}
.services-advantages h3 {
    margin: 25px 0 10px;
    color: #071222;
    font-size: 1rem;
    font-weight: 800;
}
.services-advantages p {
    margin: 0;
    color: #728094;
    font-size: .75rem;
}
/* === PROCESS === */
.services-process {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 12px;
}
.services-process article {
    position: relative;
    min-height: 290px;
    padding: 28px 23px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 17px;
    background: rgba(255,255,255,.025);
    transition: border-color .3s ease, transform .3s ease;
}
.services-process article:hover {
    transform: translateY(-6px);
    border-color: var(--services-border-blue);
}
.services-process article > span {
    color: rgba(255,255,255,.22);
    font-size: .62rem;
    font-weight: 900;
}
.services-process article > i {
    display: block;
    margin-top: 28px;
    color: var(--services-blue-light);
    font-size: 1.4rem;
}
.services-process h3 {
    margin: 20px 0 9px;
    color: var(--services-white);
    font-size: .95rem;
    font-weight: 800;
}
.services-process p {
    margin: 0;
    color: var(--services-muted);
    font-size: .7rem;
}
/* === TECHNOLOGIES === */
.technology-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
}
.technology-grid article {
    padding: 30px;
    border: 1px solid rgba(7,18,34,.08);
    border-radius: 17px;
    background: rgba(255,255,255,.75);
    transition: transform .3s ease, border-color .3s ease;
}
.technology-grid article:hover {
    transform: translateY(-6px);
    border-color: rgba(31,143,255,.3);
}
.technology-grid article > i {
    color: #087df5;
    font-size: 1.45rem;
}
.technology-grid h3 {
    margin: 20px 0 8px;
    color: #071222;
    font-size: .98rem;
    font-weight: 800;
}
.technology-grid p {
    margin: 0;
    color: #718094;
    font-size: .73rem;
}
/* === SECTORS === */
.sector-mini-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
}
.sector-mini-grid a {
    min-height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 23px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 15px;
    background: rgba(255,255,255,.025);
    transition:
        transform .3s ease,
        border-color .3s ease,
        background .3s ease;
}
.sector-mini-grid a:hover {
    transform: translateY(-5px);
    border-color: var(--services-border-blue);
    background: rgba(31,143,255,.06);
}
.sector-mini-grid i {
    color: var(--services-blue-light);
    font-size: 1.1rem;
}
.sector-mini-grid span {
    color: var(--services-white);
    font-size: .72rem;
    font-weight: 750;
}
.sector-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 35px;
    padding: 28px;
    border: 1px solid rgba(31,143,255,.2);
    border-radius: 17px;
    background: rgba(31,143,255,.035);
}
.sector-cta p {
    margin: 0;
    color: var(--services-text);
    font-size: .78rem;
}
/* === FAQ === */
.services-faq {
    max-width: 900px;
    margin: auto;
}
.services-faq details {
    border-bottom: 1px solid rgba(7,18,34,.1);
}
.services-faq summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 5px;
    cursor: pointer;
    list-style: none;
    color: #071222;
    font-size: .84rem;
    font-weight: 800;
}
.services-faq summary::-webkit-details-marker {
    display: none;
}
.services-faq summary i {
    color: #087df5;
    transition: transform .25s ease;
}
.services-faq details[open]
summary i {
    transform:
        rotate(45deg);
}
.services-faq details p {
    max-width: 820px;
    margin: 0 0 25px;
    color: #718094;
    font-size: .76rem;
    line-height: 1.8;
}
/* === FINAL CTA === */
.services-final-cta {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: #020711;
}
.services-final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
    background-size: 65px 65px;
    opacity: .35;
}
.services-final-glow {
    position: absolute;
    width: 550px;
    height: 550px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: rgba(31,143,255,.09);
    filter: blur(100px);
}
.services-final-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: auto;
    text-align: center;
}
.services-final-content h2 {
    margin: 20px 0;
    color: var(--services-white);
    font-size: clamp(2.5rem,5vw,5rem);
    line-height: .98;
    letter-spacing: -.07em;
    font-weight: 800;
}
.services-final-content h2 span {
    display: block;
    color: var(--services-blue-light);
}
.services-final-content p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--services-muted);
    font-size: .88rem;
    line-height: 1.85;
}
.services-final-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 35px;
}
/* === FOOTER === */
.services-footer {
    padding: 45px 0;
    border-top: 1px solid rgba(255,255,255,.07);
    background: #01050b;
}
.services-footer
.services-container {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 70px;
}
.services-footer strong {
    color: var(--services-white);
    font-size: 1rem;
    letter-spacing: .08em;
}
.services-footer p {
    max-width: 420px;
    margin: 12px 0 0;
    color: var(--services-muted);
    font-size: .68rem;
}
.services-footer-links {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-end;
    gap: 10px 22px;
}
.services-footer-links a {
    color: var(--services-muted);
    font-size: .65rem;
    transition: color .25s ease;
}
.services-footer-links a:hover {
    color: var(--services-blue-light);
}
/* === ANIMATION === */
@keyframes services-pulse {
    0%, 100% {
        transform: scale(.85);
        opacity: .2;
    }
    50% {
        transform: scale(1.08);
        opacity: .65;
    }
}
/* === TABLET === */
@media (max-width: 1100px) {
    .services-hero {
        min-height: 100%;
    }
    .services-hero-content {
        width: 100%;
        padding: 100px 0 80px;
        text-align: center;
    }
    .services-hero-intro {
        margin-inline: auto;
    }
    .services-hero-actions,
    .services-hero-points {
        justify-content: center;
    }
    .services-hero-interface {
        display: none;
    }
    .services-stats {
        grid-template-columns: repeat(2,1fr);
    }
    .services-stat:nth-child(2) {
        border-right: 0;
    }
    .services-stat:nth-child(-n+2) {
        border-bottom: 1px solid rgba(8,18,33,.08);
    }
    .services-grid {
        grid-template-columns: 1fr;
    }
    .services-process {
        grid-template-columns: repeat(3,1fr);
    }
    .services-advantages,
    .technology-grid {
        grid-template-columns: repeat(2,1fr);
    }
    .sector-mini-grid {
        grid-template-columns: repeat(3,1fr);
    }
}
/* === MOBILE === */
@media (max-width: 700px) {
    .services-container {
        width: min(calc(100% - 30px), var(--services-container));
    }
    .services-section {
        padding: 80px 0;
    }
    .services-hero-content {
        padding: 75px 0 65px;
    }
    .services-hero-content h1 {
        font-size: clamp(2.8rem,13vw,4rem);
    }
    .services-hero-intro {
        font-size: .85rem;
    }
    .services-hero-actions {
        flex-direction: column;
    }
    .services-btn {
        width: 100%;
    }
    .services-hero-points {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .services-section-header {
        margin-bottom: 42px;
    }
    .services-section-header h2 {
        font-size: clamp(2rem,10vw,3rem);
    }
    .services-stats {
        grid-template-columns: 1fr;
    }
    .services-stat {
        border-right: 0;
        border-bottom: 1px solid rgba(8,18,33,.08);
    }
    .services-stat:last-child {
        border-bottom: 0;
    }
    .service-card {
        min-height: 100%;
        padding: 27px;
    }
    .service-card ul {
        grid-template-columns: 1fr;
    }
    .services-advantages,
    .technology-grid,
    .sector-mini-grid {
        grid-template-columns: 1fr;
    }
    .services-process {
        grid-template-columns: 1fr;
    }
    .services-process article {
        min-height: 100%;
    }
    .sector-cta {
        flex-direction: column;
        align-items: stretch;
    }
    .services-final-content h2 {
        font-size: clamp(2.4rem,12vw,4rem);
    }
    .services-final-actions {
        flex-direction: column;
    }
    .services-footer
    .services-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .services-footer-links {
        justify-content: flex-start;
    }
}
/* === REDUCED MOTION === */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}/* End custom CSS */