body.service-page main {
    margin-bottom: clamp(56px, 6vw, 88px);
}

body.service-page main > section:last-of-type {
    margin-bottom: clamp(80px, 8vw, 128px);
}

.service-page-header-bg {
    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(90% 70% at 50% 30%, #0d0a0a 0%, #0a0a0a 45%, #050505 78%),
        #050505;
}

.service-page-header-bg.is-service-universe-ready .service-universe-nebula,
.service-page-header-bg.is-service-universe-ready .service-universe-sphere {
    opacity: 1;
}

.service-page-header-bg .three_wrapper {
    display: none;
}

.service-universe-bg,
.service-universe-stars,
.service-universe-nebula,
.service-universe-grain,
.service-universe-cursor-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.service-universe-bg {
    z-index: 0;
    background: radial-gradient(90% 70% at 50% 30%, #0d0a0a 0%, #0a0a0a 45%, #050505 78%);
    opacity: 0.8;
}

.service-universe-stars {
    z-index: 1;
}

.service-universe-stars canvas,
.service-universe-sphere canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.service-page-header-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(34% 40% at 50% 38%, rgba(226, 42, 42, 0.16) 0%, rgba(226, 42, 42, 0) 70%),
        radial-gradient(26% 30% at 38% 55%, rgba(45, 212, 191, 0.10) 0%, rgba(45, 212, 191, 0) 70%),
        radial-gradient(24% 28% at 64% 30%, rgba(61, 139, 255, 0.10) 0%, rgba(61, 139, 255, 0) 70%);
    filter: blur(46px);
    animation: service-header-nebula-breathe 13s ease-in-out infinite;
}

.service-universe-nebula {
    z-index: 1;
    background:
        radial-gradient(34% 40% at 50% 38%, rgba(226, 42, 42, 0.16) 0%, rgba(226, 42, 42, 0) 70%),
        radial-gradient(26% 30% at 38% 55%, rgba(45, 212, 191, 0.10) 0%, rgba(45, 212, 191, 0) 70%),
        radial-gradient(24% 28% at 64% 30%, rgba(61, 139, 255, 0.10) 0%, rgba(61, 139, 255, 0) 70%);
    filter: blur(46px);
    opacity: 0;
    transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1);
    animation: service-header-nebula-breathe 13s ease-in-out infinite;
}

.service-universe-grain {
    z-index: 2;
    opacity: 0.045;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.service-universe-cursor-glow {
    z-index: 2;
    background: radial-gradient(260px 260px at var(--mx, 50%) var(--my, 30%), rgba(226, 42, 42, 0.08), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-page-header-bg:hover .service-universe-cursor-glow {
    opacity: 1;
}

.service-universe-sphere {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: min(640px, 92vw);
    height: min(640px, 92vw);
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-universe-sphere-core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(61, 139, 255, 0.55) 0%, rgba(226, 42, 42, 0.32) 45%, rgba(226, 42, 42, 0) 75%);
    filter: blur(10px);
    transform: translate(-50%, -50%);
    animation: service-header-core-pulse 5s ease-in-out infinite;
}

.service-universe-orbit-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    border-radius: 50%;
}

.service-universe-orbit-dot--1 {
    background: #ff6a5a;
    box-shadow: 0 0 10px 2px rgba(255, 106, 90, 0.6);
    animation: service-header-orbit-1 18s linear infinite;
}

.service-universe-orbit-dot--2 {
    background: #2dd4bf;
    box-shadow: 0 0 10px 2px rgba(45, 212, 191, 0.55);
    animation: service-header-orbit-2 24s linear infinite;
}

.service-universe-orbit-dot--3 {
    width: 4px;
    height: 4px;
    background: #3d8bff;
    box-shadow: 0 0 8px 2px rgba(61, 139, 255, 0.5);
    animation: service-header-orbit-3 31s linear infinite;
}

.service-page-header-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    background:
        linear-gradient(to bottom, transparent 68%, #050505 100%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
    opacity: 0.16;
    mix-blend-mode: overlay;
}

.service-page-header-bg .background-pattern {
    left: 50%;
    top: 50%;
    width: min(640px, 92vw);
    height: min(640px, 92vw);
    opacity: 0.08;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 45px rgba(226, 42, 42, 0.18));
    z-index: 2;
}

.service-page-header-bg .background-pattern svg {
    opacity: 1;
    fill: rgba(255, 255, 255, 0.35);
}

.service-page-header-bg .topSection {
    position: relative;
    z-index: 6;
}

@keyframes service-header-nebula-breathe {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.07);
    }
}

@keyframes service-header-core-pulse {
    0%,
    100% {
        opacity: 0.7;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.18);
    }
}

@keyframes service-header-orbit-1 {
    from {
        transform: rotate(0deg) translateX(320px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateX(320px) rotate(-360deg);
    }
}

@keyframes service-header-orbit-2 {
    from {
        transform: rotate(120deg) translateX(300px) rotate(-120deg);
    }
    to {
        transform: rotate(-240deg) translateX(300px) rotate(240deg);
    }
}

@keyframes service-header-orbit-3 {
    from {
        transform: rotate(250deg) translateX(280px) rotate(-250deg);
    }
    to {
        transform: rotate(610deg) translateX(280px) rotate(-610deg);
    }
}

@media (max-width: 768px) {
    .service-page-header-bg {
        min-height: 64vh;
    }

    .service-universe-sphere {
        width: 80vw;
        height: 80vw;
    }

    .service-universe-orbit-dot,
    .service-universe-cursor-glow {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-universe-sphere,
    .service-universe-nebula {
        transition-duration: 0.01s !important;
        opacity: 1 !important;
    }

    .service-universe-orbit-dot,
    .service-universe-sphere-core,
    .service-universe-nebula {
        animation: none !important;
    }

    .service-universe-cursor-glow {
        display: none;
    }
}

.topSection {
    padding: 120px 0 64px 0;
}

@media (max-width: 768px) {
    .topSection {
        padding: 96px 0 56px 0;
    }
}

.topSection .titleAndBtn.service {
    width: 100% !important;
    align-items: center;
}
.topSection .titleTopSection.service {
    text-align: center;
}
/* ================================
   RESPONSIVE CSS LAYOUT
   ================================ */

/* Base Styles */
.text-zone {
    width: var(--rn-width1, 90%);
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

.section-title {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
}

.section-description {
    text-align: center;
    font-size: clamp(1rem, 2.5vw, 1.1875rem);
    font-family: 'PoppinsRegular';
    width: 91%;
    line-height: 1.6;
}

.section-description a {
    color: var(--primary-color);
    text-decoration: underline;
}

/* Main Container */
.containerPourquoi {
    display: flex;
    flex-direction: column;
    background-color: #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: var(--rn-width1, 90%);
    margin: auto;
}

/* Left Column */
.left-column {
    flex: 1;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: #ffffff;
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.14), transparent 24%),
        radial-gradient(circle at 78% 14%, rgba(160, 160, 160, 0.18), transparent 22%),
        linear-gradient(145deg, #050505 0%, #1b1b1b 52%, #090909 100%);
}

.left-column::before,
.left-column::after {
    content: "";
    position: absolute;
    inset: -40%;
    z-index: -1;
    pointer-events: none;
    background-repeat: repeat;
    opacity: 0.58;
}

.left-column::before {
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.86) 0 1px, transparent 1.7px),
        radial-gradient(circle, rgba(180, 180, 180, 0.55) 0 1px, transparent 1.8px),
        radial-gradient(circle, rgba(255, 255, 255, 0.32) 0 0.8px, transparent 1.5px);
    background-size: 82px 82px, 130px 130px, 46px 46px;
    background-position: 0 0, 35px 48px, 18px 12px;
    animation: service-left-stars-drift 28s linear infinite;
}

.left-column::after {
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.45) 0 1px, transparent 1.8px),
        radial-gradient(circle, rgba(120, 120, 120, 0.38) 0 1px, transparent 2px);
    background-size: 170px 170px, 96px 96px;
    background-position: 65px 20px, 10px 78px;
    filter: blur(0.2px);
    opacity: 0.42;
    animation: service-left-stars-float 42s linear infinite;
}

.left-column > * {
    position: relative;
    z-index: 1;
}

.left-column h2 {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    font-weight: bold;
    line-height: 1.2;
    margin-top: 10px;
}

.left-column p {
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.6;
    margin: 1rem 0;
    color: rgba(255, 255, 255, 0.84);
}

@keyframes service-left-stars-drift {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(96px, -140px, 0);
    }
}

@keyframes service-left-stars-float {
    from {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    to {
        transform: translate3d(-130px, 110px, 0) rotate(6deg);
    }
}

.google-partner-logo {
    margin-top: 1.5rem;
}

.google-partner-logo img {
    width: 100%;
    height: auto;
}

/* Right Column */
.right-column {
    flex: 1;
    padding: 2rem 1.5rem;
}

/* Accordion Styles */
.accordion-item {
    margin: 15px 0;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 19px;
    cursor: pointer;
    background-color: white;
}

.accordion-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    border: 1px solid rgba(100, 100, 104, 0.2);
    background-color: #f7f7f7;
    color: #111;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.3s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
}

.accordion-toggle:hover,
.accordion-toggle:focus-visible {
    background-color: #e8e8e8;
    border-color: rgba(100, 100, 104, 0.4);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    padding: 0 1rem 0 2rem;
}

.accordion-item.expanded .accordion-content {
    max-height: 200px;
    padding: 0 1rem 10px 2rem;
    font-size: clamp(0.8125rem, 2vw, 0.875rem);
    color: #646468;
    font-family: 'PoppinsSemiBold';
    line-height: 1.5;
}

.accordion-item.expanded .accordion-toggle {
    transform: rotate(45deg);
    background-color: #e53740;
    border-color: #e53740;
    color: #fff;
}

.accordion-item:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.title {
    font-weight: bold;
    font-size: clamp(0.875rem, 2.5vw, 1rem);
    line-height: 1.4;
    flex: 1;
}

/* Bottom Section */
.bottom-section h2 {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    margin-bottom: 0.5rem;
}

.bottom-section p {
    font-size: clamp(0.8125rem, 2vw, 0.9rem);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* ================================
   MEDIA QUERIES
   ================================ */

/* Tablet Styles (768px and up) */
@media (min-width: 768px) {
    .containerPourquoi {
        flex-direction: row;
    }

    .left-column {
        padding: 2.5rem;
    }

    .right-column {
        padding: 2.5rem;
    }

    .accordion-content {
        padding: 0 1rem 0 2.5rem;
    }

    .accordion-item.expanded .accordion-content {
        padding: 0 1rem 8px 2.5rem;
    }

    .icon {
        font-size: 1.5rem;
        margin-right: 1rem;
    }
}

/* Desktop Styles (1024px and up) */
@media (min-width: 1024px) {
    /*top section*/
    .imageWithAnimation {
        top: -240px;
    }


    .left-column {
        padding: 3rem;
    }
    .right-column {
        padding: 3rem;
    }
    .accordion-content {
        padding: 0 1rem 0 3rem;
    }
    .accordion-item.expanded .accordion-content {
        padding: 0 1rem 6px 3rem;
    }
}

/* Large Desktop Styles (1200px and up) */
@media (min-width: 1200px) {
    .text-zone {
        padding: 0 2rem;
    }
}

/* Mobile Styles (767px and down) */
@media (max-width: 767px) {
    .text-zone {
        padding: 0 0.5rem;
    }

    .containerPourquoi {
        margin: 1rem auto;
        width: calc(100% - 1rem);
        border-radius: 8px;
    }

    .accordion-header {
        padding: 15px;
        flex-wrap: wrap;
    }

    .accordion-content {
        padding: 0 1rem 0 1.5rem;
    }

    .accordion-item.expanded .accordion-content {
        padding: 0 1rem 12px 1.5rem;
        max-height: 250px;
    }

    .google-partner-logo {
        text-align: center;
        margin-top: 1rem;
        max-width: 300px;
    }

    .left-column {
        min-height: auto;
    }
}

/* Extra Small Screens (480px and down) */
@media (max-width: 480px) {
    .left-column,
    .right-column {
        padding: 1.5rem 1rem;
    }

    .section-description {
        width: 95%;
    }

    .accordion-item {
        margin: 10px 0;
        border-radius: 15px;
    }

    .accordion-header {
        padding: 12px;
    }

    .containerPourquoi {
        width: calc(100% - 0.5rem);
        margin: 0.5rem auto;
    }
}

/* Extra Extra Small Screens (320px and down) */
@media (max-width: 320px) {
    .left-column,
    .right-column {
        padding: 1rem 0.75rem;
    }

    .text-zone {
        padding: 0 0.25rem;
    }

    .section-description {
        width: 98%;
        font-size: 0.9rem;
    }
}

/* Modern shared hero for all service detail pages */
.service-page-header-bg {
    --service-red: #e53935;
    --service-teal: #69c1bd;
    --service-dark: #19191b;
    --service-white: #f7f7f5;
    min-height: clamp(620px, 78vh, 820px);
    align-items: stretch;
    margin-bottom: 64px;
    background:
        radial-gradient(circle at 14% 12%, rgba(105, 193, 189, 0.18), transparent 23%), radial-gradient(circle at 88% 14%, rgba(229, 55, 64, 0.18), transparent 24%), radial-gradient(circle at 50% 36%, rgba(42, 128, 255, 0.2), transparent 30%), radial-gradient(circle at 52% 64%, rgba(229, 55, 64, 0.28), transparent 32%), linear-gradient(
355deg, #69c1bd4f 0%, #69c1bd4f 44%, #8ac2c03b 100%);
    color: var(--service-white);
    font-family: "PoppinsRegular", "Poppins", Arial, sans-serif;
}

.service-page-header-bg .service-universe-sphere,
.service-page-header-bg .background-pattern,
.service-page-header-bg .three_wrapper {
    display: none;
}

.service-page-header-bg .service-universe-bg {
    background-image:
        linear-gradient(rgba(105, 193, 189, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(105, 193, 189, 0.16) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.06;
}

.service-page-header-bg::before {
    background:
        radial-gradient(34% 42% at 18% 20%, rgba(229, 57, 53, 0.2), transparent 72%),
        radial-gradient(34% 42% at 78% 28%, rgba(105, 193, 189, 0.17), transparent 74%);
    filter: blur(72px);
}

.service-page-header-bg::after {
    z-index: 4;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0) 68%, #f7f7f5 100%),
        linear-gradient(115deg, rgba(255, 255, 255, 0.04), transparent 24%);
    opacity: 1;
    mix-blend-mode: normal;
}

.service-page-header-bg .service-universe-nebula,
.service-page-header-bg .service-universe-cursor-glow,
.service-page-header-bg .service-universe-grain {
    opacity: 0.18;
}

.service-page-header-bg .service-universe-stars {
    opacity: 0.32;
}

.topSection.service-hero {
    z-index: 6;
    width: min(calc(100% - 48px), 1280px);
    min-height: inherit;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.9fr);
    align-items: center;
    gap: clamp(42px, 6vw, 96px);
    padding: 112px 0 88px;
    overflow: visible;
}

.topSection .titleAndBtn.service.service-hero__content {
    width: auto !important;
    max-width: 760px;
    align-items: flex-start;
    gap: 24px;
}

.service-hero__content .breadcrumb {
    margin-bottom: 8px;
}

.topSection .titleTopSection.service {
    max-width: 760px;
    margin: 0;
    color: var(--service-white);
    font-family: var(--atirao-font-sans) !important;
    font-size: var(--atirao-text-hero) !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.12 !important;
    text-align: left;
    overflow-wrap: anywhere;
}

.topSection .titleTopSection.service span,
.topSection .titleTopSection.service strong {
    color: var(--service-red);
    font: inherit;
}

.topSection .underTitle {
    max-width: 680px;
    margin: 0;
    color: rgba(247, 247, 245, 0.7);
    font-family: "PoppinsRegular", "Poppins", Arial, sans-serif;
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.65;
    text-align: left;
}

.service-hero__content .btn-box {
    margin-top: 8px;
}

.service-hero__content .thm-btn.red {
    min-height: 52px;
    box-shadow: 0 18px 42px rgba(229, 57, 53, 0.25);
}

.service-hero__visual {
    position: relative;
    min-height: 460px;
    display: grid;
    place-items: center;
}

.service-hero__visual::before {
    content: "";
    position: absolute;
    inset: 7% 0 4% 6%;
    border: 1px solid rgba(105, 193, 189, 0.1);
    border-radius: 50%;
    box-shadow:
        inset 0 0 90px rgba(229, 57, 53, 0.04),
        0 0 90px rgba(105, 193, 189, 0.04);
    animation: service-hero-spin 36s linear infinite;
}

.service-hero__visual::after {
    content: "";
    position: absolute;
    width: 76%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(105, 193, 189, 0.12), transparent 68%);
    filter: blur(22px);
}

.service-hero__panel,
.service-hero__metric {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(14, 15, 18, 0.78);
    box-shadow: 0 32px 76px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(16px);
}

.service-hero__panel {
    width: min(100%, 540px);
    border-radius: 18px;
    overflow: hidden;
    animation: service-hero-float 7s ease-in-out infinite;
}

.service-hero__panel-top {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(6, 7, 10, 0.72);
}

.service-hero__panel-top span {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: var(--service-red);
}

.service-hero__panel-top span:nth-child(2) {
    background: #e9b43b;
}

.service-hero__panel-top span:nth-child(3) {
    background: var(--service-teal);
}

.service-hero__panel-top strong {
    min-width: 0;
    margin-left: auto;
    color: rgba(247, 247, 245, 0.58);
    font-family: Consolas, "Courier New", monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-hero__panel-body {
    padding: 28px;
}

.service-hero__score {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.service-hero__score span {
    color: rgba(247, 247, 245, 0.5);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.service-hero__score strong {
    color: var(--service-teal);
    font-family: "Space Grotesk", "PoppinsBold", Arial, sans-serif;
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 500;
    line-height: 0.9;
}

.service-hero__chart {
    height: 170px;
    display: flex;
    align-items: flex-end;
    gap: 14px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        rgba(255, 255, 255, 0.025);
    background-size: 100% 25%;
}

.service-hero__chart i {
    flex: 1;
    height: var(--bar);
    min-height: 18px;
    border-radius: 8px 8px 3px 3px;
    background: linear-gradient(to top, rgba(105, 193, 189, 0.55), var(--service-teal));
    box-shadow: 0 0 24px rgba(105, 193, 189, 0.13);
    transform-origin: bottom;
    animation: service-hero-bar 2.6s ease-in-out infinite alternate;
}

.service-hero__chart i:nth-child(2n) {
    background: linear-gradient(to top, rgba(229, 57, 53, 0.42), var(--service-red));
    box-shadow: 0 0 24px rgba(229, 57, 53, 0.12);
    animation-delay: -1s;
}

.service-hero__signals {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 18px;
}

.service-hero__signals span {
    min-width: 0;
    padding: 10px 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: rgba(247, 247, 245, 0.72);
    background: rgba(255, 255, 255, 0.035);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.service-hero__metric {
    position: absolute;
    width: min(190px, 42%);
    padding: 16px 18px;
    border-radius: 12px;
}

.service-hero__metric strong {
    display: block;
    font-family: "Space Grotesk", "PoppinsBold", Arial, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}

.service-hero__metric span {
    display: block;
    margin-top: 8px;
    color: rgba(247, 247, 245, 0.58);
    font-size: 12px;
    line-height: 1.35;
}

.service-hero__metric--teal {
    left: 0;
    bottom: 14%;
    border-color: rgba(105, 193, 189, 0.28);
}

.service-hero__metric--teal strong {
    color: var(--service-teal);
}

.service-hero__metric--red {
    right: 0;
    top: 14%;
    border-color: rgba(229, 57, 53, 0.28);
}

.service-hero__metric--red strong {
    color: var(--service-red);
}

@keyframes service-hero-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes service-hero-spin {
    to { transform: rotate(360deg); }
}

@keyframes service-hero-bar {
    from { transform: scaleY(0.78); opacity: 0.76; }
    to { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 1100px) {
    .service-page-header-bg {
        min-height: auto;
    }

    .topSection.service-hero {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 104px 0 72px;
        text-align: center;
    }

    .topSection .titleAndBtn.service.service-hero__content {
        max-width: 860px;
        margin-inline: auto;
        align-items: center;
    }

    .topSection .titleTopSection.service,
    .topSection .underTitle {
        text-align: center;
    }

    .service-hero__visual {
        width: min(100%, 620px);
        min-height: 420px;
        margin-inline: auto;
    }
}

@media (max-width: 768px) {
    .service-page-header-bg {
        margin-bottom: 44px;
    }

    .topSection.service-hero {
        width: min(calc(100% - 32px), 1280px);
        padding: 88px 0 56px;
        gap: 36px;
    }

    .topSection .titleAndBtn.service.service-hero__content {
        gap: 18px;
    }

    .topSection .titleTopSection.service {
        font-size: clamp(36px, 10vw, 48px);
        line-height: 1.06;
    }

    .topSection .underTitle {
        font-size: 15px;
        line-height: 1.58;
    }

    .service-hero__visual {
        min-height: 330px;
    }

    .service-hero__panel {
        width: min(100%, 430px);
        border-radius: 14px;
    }

    .service-hero__panel-body {
        padding: 20px;
    }

    .service-hero__chart {
        height: 120px;
        gap: 9px;
        padding: 14px;
    }

    .service-hero__signals {
        grid-template-columns: 1fr;
    }

    .service-hero__signals span {
        padding: 8px;
    }

    .service-hero__metric {
        display: none;
    }
}

@media (max-width: 420px) {
    .topSection.service-hero {
        width: min(calc(100% - 24px), 1280px);
        padding-top: 78px;
    }

    .service-hero__visual {
        min-height: 270px;
    }

    .service-hero__panel-top {
        min-height: 48px;
        padding-inline: 14px;
    }

    .service-hero__panel-top strong {
        max-width: 150px;
    }

    .service-hero__score {
        margin-bottom: 18px;
    }

    .service-hero__score strong {
        font-size: 42px;
    }

    .service-hero__chart {
        height: 96px;
        gap: 7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-hero__visual::before,
    .service-hero__panel,
    .service-hero__chart i {
        animation: none;
    }
}

/* Final service hero: original background, cleaned full-page content */
.service-page-header-bg {
    min-height: 100svh;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    background:
        radial-gradient(90% 70% at 50% 30%, #0d0a0a 0%, #0a0a0a 45%, #050505 78%),
        #050505;
}

.service-hero__brand-bg {
    display: none !important;
}

.service-page-header-bg .service-universe-bg {
    background: radial-gradient(90% 70% at 50% 30%, #0d0a0a 0%, #0a0a0a 45%, #050505 78%);
    opacity: 0.8;
    animation: none;
}

.service-page-header-bg .service-universe-sphere {
    display: block;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: min(640px, 92vw);
    height: min(640px, 92vw);
    opacity: 0;
    filter: none;
    transform: translate(-50%, -50%);
}

.service-page-header-bg.is-service-universe-ready .service-universe-sphere {
    opacity: 1;
}

.service-page-header-bg .background-pattern {
    display: block;
    left: 50%;
    top: 50%;
    width: min(640px, 92vw);
    height: min(640px, 92vw);
    opacity: 0.08;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 45px rgba(226, 42, 42, 0.18));
    z-index: 2;
}

.service-page-header-bg .three_wrapper {
    display: none;
}

.service-page-header-bg .service-universe-nebula {
    background:
        radial-gradient(34% 40% at 50% 38%, rgba(226, 42, 42, 0.16) 0%, rgba(226, 42, 42, 0) 70%),
        radial-gradient(26% 30% at 38% 55%, rgba(45, 212, 191, 0.10) 0%, rgba(45, 212, 191, 0) 70%),
        radial-gradient(24% 28% at 64% 30%, rgba(61, 139, 255, 0.10) 0%, rgba(61, 139, 255, 0) 70%);
    opacity: 0;
    filter: blur(46px);
    animation: service-header-nebula-breathe 13s ease-in-out infinite;
}

.service-page-header-bg.is-service-universe-ready .service-universe-nebula {
    opacity: 1;
}

.service-page-header-bg .service-universe-stars {
    opacity: 1;
}

.service-page-header-bg .service-universe-grain {
    opacity: 0.045;
}

.service-page-header-bg::before {
    background:
        radial-gradient(34% 40% at 50% 38%, rgba(226, 42, 42, 0.16) 0%, rgba(226, 42, 42, 0) 70%),
        radial-gradient(26% 30% at 38% 55%, rgba(45, 212, 191, 0.10) 0%, rgba(45, 212, 191, 0) 70%),
        radial-gradient(24% 28% at 64% 30%, rgba(61, 139, 255, 0.10) 0%, rgba(61, 139, 255, 0) 70%);
    filter: blur(46px);
    animation: service-header-nebula-breathe 13s ease-in-out infinite;
}

.service-page-header-bg::after {
    z-index: 5;
    background:
        linear-gradient(to bottom, transparent 68%, #050505 100%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
    opacity: 0.16;
    mix-blend-mode: overlay;
}

.topSection.service-hero {
    position: relative;
    z-index: 6;
    width: min(calc(100% - 40px), 1180px);
    min-height: 100svh;
    margin: auto;
    padding: clamp(104px, 12vh, 150px) 0 clamp(70px, 9vh, 104px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    text-align: center;
}

.topSection .titleAndBtn.service.service-hero__content {
    width: min(100%, 980px) !important;
    max-width: 980px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(18px, 2.4vw, 28px);
}

.service-hero__content .breadcrumb {
    margin: 0 0 4px;
    justify-content: center;
}

.topSection .titleTopSection.service {
    max-width: 980px;
    margin: 0;
    color: var(--service-white, #f7f7f5);
    font-family: "Space Grotesk", "PoppinsBold", "Poppins", Arial, sans-serif;
    font-size: clamp(42px, 6.6vw, 82px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.02;
    text-align: center;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.topSection .titleTopSection.service span,
.topSection .titleTopSection.service strong {
    color: var(--service-red, #e53935);
    font: inherit;
}

.topSection .underTitle {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(247, 247, 245, 0.72);
    font-family: "PoppinsRegular", "Poppins", Arial, sans-serif;
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.65;
    text-align: center;
    text-wrap: pretty;
}

.service-hero__content .btn-box {
    margin-top: 6px;
}

.service-hero__content .thm-btn.red {
    min-height: 54px;
    box-shadow: 0 18px 42px rgba(229, 57, 53, 0.24);
}

.service-hero__visual,
.service-hero__panel,
.service-hero__metric {
    display: none !important;
}

@media (max-width: 768px) {
    .service-page-header-bg {
        min-height: 100svh;
    }

    .topSection.service-hero {
        width: min(calc(100% - 28px), 1180px);
        min-height: 100svh;
        padding: 96px 0 68px;
    }

    .topSection .titleTopSection.service {
        font-size: clamp(34px, 11vw, 52px);
        line-height: 1.06;
    }

    .topSection .underTitle {
        max-width: 94%;
        font-size: 15px;
        line-height: 1.58;
    }

    .service-page-header-bg .service-universe-sphere,
    .service-page-header-bg .background-pattern {
        width: 90vw;
        height: 90vw;
    }
}

/* Screenshot-aligned service detail hero */
.service-page-header-bg {
    --service-red: #e53740;
    --service-teal: #69c1bd;
    --service-ink: #02050a;
    --service-white: #f7f7f5;
    min-height: calc(100svh - 24px);
    margin: 0 0 56px;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 12%, rgba(105, 193, 189, 0.18), transparent 23%),
        radial-gradient(circle at 88% 14%, rgba(229, 55, 64, 0.18), transparent 24%),
        radial-gradient(circle at 50% 36%, rgba(42, 128, 255, 0.2), transparent 30%),
        radial-gradient(circle at 52% 64%, rgba(229, 55, 64, 0.28), transparent 32%),
        linear-gradient(115deg, #02050a 0%, #03070e 44%, #070b13 100%);
}

.service-page-header-bg .background-pattern,
.service-page-header-bg .three_wrapper {
    display: none !important;
}

.service-page-header-bg::before {
    inset: 0;
    background:
        radial-gradient(circle at 6% 8%, rgba(105, 193, 189, 0.42), transparent 18%),
        radial-gradient(circle at 96% 12%, rgba(229, 55, 64, 0.4), transparent 18%),
        radial-gradient(circle at 8% 92%, rgba(49, 137, 255, 0.28), transparent 20%),
        radial-gradient(circle at 94% 88%, rgba(229, 55, 64, 0.24), transparent 22%),
        radial-gradient(circle at 50% 47%, rgba(30, 92, 170, 0.2), transparent 38%),
        linear-gradient(90deg, rgba(2, 5, 10, 0.78) 0%, rgba(2, 5, 10, 0.42) 50%, rgba(2, 5, 10, 0.78) 100%);
    filter: saturate(1.2);
    animation: service-corner-aurora 14s ease-in-out infinite alternate;
    z-index: 4;
}

.service-page-header-bg::after {
    z-index: 7;
    background:
        linear-gradient(135deg, rgba(105, 193, 189, 0.52), transparent 18%) left top / 42% 42% no-repeat,
        linear-gradient(225deg, rgba(229, 55, 64, 0.48), transparent 18%) right top / 42% 42% no-repeat,
        linear-gradient(45deg, rgba(49, 137, 255, 0.28), transparent 18%) left bottom / 40% 40% no-repeat,
        linear-gradient(315deg, rgba(229, 55, 64, 0.24), transparent 18%) right bottom / 40% 40% no-repeat,
        linear-gradient(to bottom, transparent 76%, #02050a 100%);
    opacity: 0.64;
    mix-blend-mode: screen;
    animation: service-corner-sweep 9s ease-in-out infinite alternate;
}

.service-page-header-bg .service-universe-sphere {
    top: 50%;
    left: 50%;
    right: auto;
    width: min(980px, 78vw);
    height: min(980px, 78vw);
    opacity: 0.96;
    transform: translate(-50%, -50%);
    z-index: 3;
    filter:
        drop-shadow(0 0 70px rgba(49, 137, 255, 0.34))
        drop-shadow(0 0 96px rgba(229, 55, 64, 0.28));
}

.service-page-header-bg .service-universe-sphere::before {
    content: "";
    position: absolute;
    inset: 2%;
    border: 1px solid rgba(105, 193, 189, 0.34);
    border-radius: 50%;
    box-shadow:
        inset 0 0 68px rgba(54, 134, 255, 0.24),
        inset 0 0 118px rgba(229, 55, 64, 0.12),
        0 0 98px rgba(229, 55, 64, 0.26),
        0 0 130px rgba(49, 137, 255, 0.2);
    pointer-events: none;
    animation: service-sphere-ring-pulse 5.5s ease-in-out infinite;
}

.service-page-header-bg .service-universe-sphere-core {
    background:
        radial-gradient(circle at 66% 62%, rgba(229, 55, 64, 0.52), transparent 20%),
        radial-gradient(circle at 36% 38%, rgba(49, 137, 255, 0.38), transparent 28%),
        radial-gradient(circle at 48% 52%, rgba(105, 193, 189, 0.16), transparent 34%),
        radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 62%);
    animation: service-header-core-pulse 5s ease-in-out infinite;
}

.service-page-header-bg .service-universe-nebula {
    background:
        radial-gradient(circle at 80% 58%, rgba(229, 55, 64, 0.56), transparent 26%),
        radial-gradient(circle at 24% 42%, rgba(49, 137, 255, 0.34), transparent 30%),
        radial-gradient(circle at 50% 18%, rgba(105, 193, 189, 0.22), transparent 28%);
    filter: blur(26px);
    opacity: 0.95;
    animation: service-header-nebula-breathe 11s ease-in-out infinite;
}

@keyframes service-corner-aurora {
    0% {
        opacity: 0.66;
        transform: scale(1);
    }

    50% {
        opacity: 0.92;
    }

    100% {
        opacity: 0.76;
        transform: scale(1.04);
    }
}

@keyframes service-corner-sweep {
    0% {
        opacity: 0.42;
        background-position: left top, right top, left bottom, right bottom, center;
    }

    100% {
        opacity: 0.72;
        background-position: 4% 3%, 96% 4%, 3% 96%, 97% 95%, center;
    }
}

@keyframes service-sphere-ring-pulse {
    0%,
    100% {
        opacity: 0.72;
        transform: scale(0.985);
    }

    50% {
        opacity: 1;
        transform: scale(1.018);
    }
}

.topSection.service-hero {
    width: min(calc(100% - 96px), 1180px);
    min-height: calc(100svh - 24px);
    margin: 0 auto;
    padding: clamp(88px, 13vh, 132px) 0 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 8;
}

.topSection .titleAndBtn.service.service-hero__content {
    width: min(100%, 860px) !important;
    max-width: 860px;
    margin: 0 auto;
    align-items: center;
    gap: 14px;
    margin-top: -157px;
}

.service-hero__content .breadcrumb {
    justify-content: center;
    margin-bottom: 10px;
}

.service-hero__content > .btn-box {
    display: none;
}

.topSection .titleTopSection.service {
    max-width: 860px;
    color: var(--service-white);
    font-family: "PoppinsBold", "Poppins", Arial, sans-serif;
    font-size: clamp(46px, 5.35vw, 62px);
    font-weight: 700;
    line-height: 1.08;
    margin-top: 24px;
    text-align: center;
    text-shadow: 0 2px 18px rgba(255, 255, 255, 0.16);
}

.topSection .titleTopSection.service::after {
    content: "";
    display: block;
    width: min(220px, 42%);
    height: 10px;
    margin: -4px auto 0;
    border-bottom: 4px solid var(--service-red);
    border-radius: 50%;
    transform: rotate(-5deg);
    transform-origin: center;
}

.topSection .titleTopSection.service span,
.topSection .titleTopSection.service strong {
    color: inherit;
}

.topSection .underTitle {
    max-width: 580px;
    margin: 8px auto 0;
    color: rgba(247, 247, 245, 0.68);
    font-size: clamp(15px, 1.23vw, 18px);
    line-height: 1.5;
    text-align: center;
}

.service-hero__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 28px;
}

.service-hero__button {
    min-width: 218px;
    min-height: 52px;
    padding: 0 28px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: var(--service-white);
    font-family: "PoppinsSemiBold", "Poppins", Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.service-hero__button svg {
    width: 18px;
    fill: currentColor;
}

.service-hero__button:hover {
    transform: translateY(-2px);
}

.service-hero__button--primary {
    border-color: transparent;
    background: linear-gradient(135deg, #e53740 0%, #d81424 100%);
    box-shadow: 0 0 34px rgba(229, 55, 64, 0.48);
}

.service-hero__button--ghost {
    background: rgba(5, 8, 14, 0.42);
    backdrop-filter: blur(10px);
}

.service-hero__button--ghost:hover {
    border-color: rgba(255, 255, 255, 0.44);
}

.service-hero__highlights {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin: 36px 0 0;
    padding: 0;
    color: rgba(247, 247, 245, 0.78);
}

.service-hero__highlights li {
    min-height: 48px;
    padding: 0 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    font-family: "PoppinsRegular", "Poppins", Arial, sans-serif;
    font-size: 14px;
}

.service-hero__highlights li:first-child {
    padding-left: 28px;
}

.service-hero__highlights li:last-child {
    border-right: 0;
}

.service-hero__highlight-icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(229, 55, 64, 0.28);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--service-red);
    background: rgba(4, 8, 15, 0.5);
}

.service-hero__highlight-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 980px) {
    .service-page-header-bg .service-universe-sphere {
        top: 48%;
        left: 50%;
        right: auto;
        width: min(760px, 112vw);
        height: min(760px, 112vw);
        opacity: 0.62;
        transform: translate(-50%, -50%);
    }

    .topSection.service-hero {
        width: min(calc(100% - 40px), 760px);
    }

    .topSection .titleAndBtn.service.service-hero__content {
        width: 100% !important;
        max-width: 720px;
    }
}

@media (max-width: 700px) {
    .service-page-header-bg {
        min-height: auto;
    }

    .service-page-header-bg .service-universe-sphere {
        top: 42%;
        left: 50%;
        right: auto;
        width: min(560px, 130vw);
        height: min(560px, 130vw);
        opacity: 0.46;
        transform: translate(-50%, -50%);
    }

    .topSection.service-hero {
        min-height: auto;
        padding: 42px 0 48px;
    }

    .topSection .titleAndBtn.service.service-hero__content {
        margin-top: 0;
    }

    .topSection .titleTopSection.service {
        font-size: clamp(34px, 11vw, 46px);
        margin-top: 0;
    }

    .service-hero__actions {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-top: 24px;
    }

    .service-hero__button {
        width: 100%;
        min-width: 0;
        max-width: 360px;
    }

    .service-hero__highlights {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-top: 28px;
    }

    .service-hero__highlights li,
    .service-hero__highlights li:first-child {
        width: 100%;
        padding: 0;
        justify-content: center;
        border-right: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-page-header-bg::before,
    .service-page-header-bg::after,
    .service-page-header-bg .service-universe-sphere::before,
    .service-page-header-bg .service-universe-sphere-core,
    .service-page-header-bg .service-universe-nebula {
        animation: none;
    }
}
