.elementor-element-3d25b79{
    background-color: black;
}
.site_footer{
    background-color: black;
}
#sertechs-site .sr-hero {
    position: relative;
    min-height: 920px;
    padding: 180px 0 105px;
    background: var(--sr-page);
    overflow: hidden;
}
#sertechs-site .sr-hero::before {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
            rgba(17, 17, 17, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(90deg, rgba(17, 17, 17, 0.045) 1px, transparent 1px);
    background-size: 54px 54px;
    content: "";
    mask-image: linear-gradient(to bottom, #000, transparent 86%);
    opacity: 0.35;
}
#sertechs-site .sr-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(470px, 0.95fr);
    align-items: center;
    gap: 72px;
}
#sertechs-site .sr-hero h1 {
    max-width: 810px;
    font-size: 86px;
    line-height: 80px;
    letter-spacing: -0.075em;
}
#sertechs-site .sr-hero h1 em {
    display: inline-block;
    line-height: 100px;
}
#sertechs-site .sr-hero__intro {
    max-width: 680px;
    margin-top: 36px;
    color: #504b47;
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.62;
}
#sertechs-site .sr-hero__actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 36px;
}
#sertechs-site .sr-hero__proof {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 48px;
}
#sertechs-site .sr-hero__proof p {
    color: var(--sr-muted);
    font-size: 13px;
    line-height: 1.55;
}
#sertechs-site .sr-hero__proof strong {
    color: var(--sr-ink);
}
#sertechs-site .sr-avatars {
    display: flex;
    padding-left: 10px;
}
#sertechs-site .sr-avatars span {
    display: grid;
    width: 38px;
    height: 38px;
    margin-left: -10px;
    place-items: center;
    border: 3px solid var(--sr-page);
    border-radius: 50%;
    background: var(--sr-ink);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}
#sertechs-site .sr-avatars span:nth-child(2) {
    background: var(--sr-orange);
}
#sertechs-site .sr-avatars span:nth-child(3) {
    background: #8d837c;
}
#sertechs-site .sr-avatars span:nth-child(4) {
    background: #fff;
    color: var(--sr-ink);
}
#sertechs-site .sr-performance {
    position: relative;
    padding: 34px;
    border: 1px solid rgba(17, 17, 17, 0.11);
    border-radius: var(--sr-radius-lg);
    background: rgba(255, 253, 249, 0.92);
    box-shadow: var(--sr-shadow);
    transform: rotate(1deg);
    backdrop-filter: blur(12px);
}
#sertechs-site .sr-performance::before {
    position: absolute;
    z-index: -1;
    inset: 18px -18px -18px 18px;
    border-radius: inherit;
    background: var(--sr-orange);
    content: "";
    opacity: 0.13;
}
#sertechs-site .sr-performance__top {
    display: flex;
    justify-content: space-between;
    color: var(--sr-muted);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
#sertechs-site .sr-live {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--sr-ink);
}
#sertechs-site .sr-live i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sr-orange);
    box-shadow: 0 0 0 5px rgba(255, 106, 0, 0.13);
    animation: sr-pulse 1.8s infinite;
}
#sertechs-site .sr-performance__value {
    display: flex;
    align-items: flex-start;
    margin-top: 28px;
    letter-spacing: -0.07em;
}
#sertechs-site .sr-performance__value span {
    margin-top: 12px;
    color: var(--sr-orange);
    font-size: 30px;
    font-weight: 850;
}
#sertechs-site .sr-performance__value strong {
    font-size: clamp(74px, 7vw, 112px);
    line-height: 0.8;
}
#sertechs-site .sr-performance__value small {
    align-self: flex-end;
    margin: 0 0 4px 8px;
    font-size: 27px;
    font-weight: 850;
}
#sertechs-site .sr-performance > p {
    max-width: 480px;
    margin-top: 20px;
    color: var(--sr-muted);
    font-size: 14px;
    line-height: 1.65;
}
#sertechs-site .sr-chart {
    height: 210px;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(
        180deg,
        rgba(255, 106, 0, 0.05),
        rgba(255, 255, 255, 0.1)
    );
}
#sertechs-site .sr-chart svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}
#sertechs-site .sr-chart__area {
    fill: url(#orangeFade);
}
#sertechs-site .sr-chart__line {
    fill: none;
    stroke: var(--sr-orange);
    stroke-width: 5;
    stroke-linecap: round;
}
#sertechs-site .sr-chart circle {
    fill: #fff;
    stroke: var(--sr-orange);
    stroke-width: 5;
}
#sertechs-site .sr-performance__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 18px;
}
#sertechs-site .sr-performance__stats div {
    padding: 15px;
    border: 1px solid var(--sr-line);
    border-radius: 16px;
    background: #fff;
}
#sertechs-site .sr-performance__stats span {
    display: block;
    color: var(--sr-muted);
    font-size: 10px;
    text-transform: uppercase;
}
#sertechs-site .sr-performance__stats strong {
    display: block;
    margin-top: 5px;
    font-size: 23px;
    letter-spacing: -0.04em;
}
#sertechs-site .sr-orbit {
    position: absolute;
    border: 1px solid rgba(255, 106, 0, 0.25);
    border-radius: 50%;
    pointer-events: none;
}
#sertechs-site .sr-orbit--one {
    right: -250px;
    bottom: -360px;
    width: 760px;
    height: 760px;
}
#sertechs-site .sr-orbit--two {
    right: -80px;
    bottom: -185px;
    width: 430px;
    height: 430px;
}
@keyframes sr-pulse {
    50% {
        box-shadow: 0 0 0 9px rgba(255, 106, 0, 0);
    }
}

#sertechs-site .sr-chart__line {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    filter: drop-shadow(0 5px 8px rgba(255, 106, 0, 0.28));
}
#sertechs-site .sr-chart__area {
    opacity: 0;
    transform-origin: bottom;
}
#sertechs-site .sr-chart__point,
#sertechs-site .sr-chart__pulse {
    transform-box: fill-box;
    transform-origin: center;
    opacity: 0;
}
#sertechs-site .sr-chart__pulse {
    fill: transparent;
    stroke: var(--sr-orange);
    stroke-width: 3;
}
#sertechs-site .sr-performance.is-visible .sr-chart__line {
    animation: srChartDraw 2.5s cubic-bezier(0.2, 0.75, 0.18, 1) 0.25s forwards;
}
#sertechs-site .sr-performance.is-visible .sr-chart__area {
    animation: srChartArea 1.25s ease 1.45s forwards;
}
#sertechs-site .sr-performance.is-visible .sr-chart__point {
    animation: srChartPoint 0.55s var(--sr-ease) 2.25s forwards;
}
#sertechs-site .sr-performance.is-visible .sr-chart__pulse {
    animation: srChartPulse 2s ease-out 2.45s infinite;
}
@keyframes srChartDraw {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes srChartArea {
    from {
        opacity: 0;
        clip-path: inset(100% 0 0);
    }
    to {
        opacity: 1;
        clip-path: inset(0 0 0);
    }
}
@keyframes srChartPoint {
    from {
        opacity: 0;
        transform: scale(0.25);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes srChartPulse {
    0% {
        opacity: 0.72;
        transform: scale(0.4);
    }
    75%,
    100% {
        opacity: 0;
        transform: scale(3.7);
    }
}

/* Compact transition into the technology strip. */
#sertechs-site .sr-hero {
    min-height: auto !important;
}
@media (max-width: 1100px) {
    #sertechs-site .sr-hero {
        min-height: auto;
    }
    #sertechs-site .sr-hero__grid {
        grid-template-columns: 1fr;
    }
    #sertechs-site .sr-performance {
        max-width: 760px;
        transform: none;
    }
}
@media (max-width: 780px) {
    #sertechs-site .sr-hero {
        padding: 135px 0 20px !important;
    }
    #sertechs-site .sr-hero h1 {
        font-size: clamp(55px, 16vw, 78px);
    }
    #sertechs-site .sr-hero__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
    #sertechs-site .sr-performance {
        padding: 24px;
        border-radius: 28px;
    }
    #sertechs-site .sr-performance__value strong {
        font-size: 80px;
    }
    #sertechs-site .sr-performance__stats {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 480px) {
    #sertechs-site .sr-hero h1 {
        font-size: 54px;
    }
    #sertechs-site .sr-hero__intro {
        font-size: 17px;
    }
    #sertechs-site .sr-performance__value strong {
        font-size: 66px;
    }
    #sertechs-site .sr-performance__value small {
        font-size: 20px;
    }
    #sertechs-site .sr-chart {
        height: 170px;
    }
}
