
:root {
  --theme: #5b7cff;
  --theme2: #7c5cff;
  --theme3: #3563e9;
  --header: #111318;
  --body-bg: #111318;
  --bg: #17191f;
}

/* Nexapa staging refinements */
.header-1 .header-main .header-right .join-text {
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 10px 18px;
  line-height: 1;
}
.header-1 .header-main .header-right .join-text:hover { color: var(--theme); }
.hero-secton.hero-1 .hero-content h1 { max-width: 1320px; }
.hero-secton.hero-1 .hero-content h1 b { color: var(--theme); }
.hero-secton.hero-1 .hero-content h1 .text-2 { color: #fff; }
.hero-secton.hero-1 .hero-content h1 img { display:none; }
.hero-secton.hero-1 .hero-image { opacity:.42; filter:saturate(.6) contrast(1.1); }
.theme-btn::after { background-color: var(--theme); }
.section-title h6, .section-title h2 b, .link-btn:hover { color: var(--theme); }
.pricing-section { display:none !important; }
.footer-widget-wrapper a[href="#"] { pointer-events:none; opacity:.72; }
@media (max-width: 767px) {
  .hero-secton.hero-1 .hero-content h1 { font-size: clamp(48px, 15vw, 84px); line-height:.95; }
  .header-1 .header-main .header-right .join-text { display:none; }
}


/* NEXAPA ORIGINAL BRAND LOGO START */
.header-logo img {
    display: block;
    width: auto;
    height: 44px;
    max-width: 190px;
    object-fit: contain;
}

.offcanvas__logo img {
    display: block;
    width: auto;
    height: 42px;
    max-width: 185px;
    object-fit: contain;
}

.footer-section .logo-img img,
.footer-widgets-wrapper .logo-img img {
    display: block;
    width: auto;
    height: 48px;
    max-width: 210px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .header-logo img {
        height: 38px;
        max-width: 165px;
    }

    .offcanvas__logo img {
        height: 38px;
        max-width: 165px;
    }
}
/* NEXAPA ORIGINAL BRAND LOGO END */

/* NEXAPA HERO BRAND STRIP START */
.hero-secton.hero-1 .hero-image.nexapa-brand-strip {
    width: 100%;
    height: 260px !important;
    min-height: 260px;
    padding: 48px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #e8eaee !important;
    background-image: none !important;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.hero-secton.hero-1 .hero-image.nexapa-brand-strip img {
    display: block;
    width: min(520px, 68vw);
    height: auto;
    max-height: 150px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .hero-secton.hero-1 .hero-image.nexapa-brand-strip {
        height: 190px !important;
        min-height: 190px;
        padding: 36px 22px;
    }

    .hero-secton.hero-1 .hero-image.nexapa-brand-strip img {
        width: min(340px, 78vw);
        max-height: 105px;
    }
}
/* NEXAPA HERO BRAND STRIP END */



/* NEXAPA ABOUT REPAIR START */
.about-section {
    overflow: hidden;
}

.about-section .section-title.ml-200 {
    width: min(900px, 100%);
    margin: 0 auto !important;
    text-align: center;
}

.about-section .section-title h6 {
    justify-content: center;
}

.about-section .section-title h2 {
    max-width: 860px;
    margin: 14px auto 0;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.08;
    text-wrap: balance;
}

.about-section .about-wrapper {
    width: min(1120px, 100%);
    margin: 48px auto 0 !important;
    display: grid !important;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 38px;
    align-items: start;
}

.about-section .about-wrapper > .nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 0;
}

.about-section .about-wrapper > .nav .nav-item {
    width: 100%;
}

.about-section .about-wrapper > .nav .nav-link {
    width: 100%;
    min-height: 60px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.025);
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
}

.about-section .about-wrapper > .nav .nav-link.active {
    border-color: #5f7cff;
    color: #ffffff;
    background: #5575ef;
}

.about-section .tab-content {
    min-width: 0;
}

.about-section .about-items {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
    gap: 44px;
    align-items: center;
}

.about-section .about-content {
    width: 100% !important;
    max-width: none !important;
}

.about-section .about-content > p {
    max-width: 620px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.75;
}

.about-section .list-items {
    margin-bottom: 28px;
}

.about-section .list-items li {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 13px;
}

.about-section .list-items li span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1.5;
}

.about-section .nexapa-about-panel {
    width: 100%;
    min-height: 430px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(120, 149, 255, 0.28);
    border-radius: 26px;
    background:
        radial-gradient(
            circle at 92% 8%,
            rgba(78, 111, 255, 0.20),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            rgba(25, 31, 44, 0.98),
            rgba(12, 16, 25, 0.98)
        );
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.nexapa-about-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.nexapa-about-panel-head img {
    display: block;
    width: auto;
    height: 38px;
    max-width: 150px;
    object-fit: contain;
}

.nexapa-about-panel-head > span {
    color: #8ca0ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.nexapa-about-panel-body {
    padding: 34px 0;
}

.nexapa-about-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #7590ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nexapa-about-panel-body > strong {
    display: block;
    max-width: 340px;
    margin-bottom: 14px;
    color: #ffffff;
    font-size: clamp(24px, 2.3vw, 34px);
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.nexapa-about-panel-body > p {
    max-width: 340px;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    line-height: 1.7;
}

.nexapa-about-capabilities {
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.nexapa-about-capabilities > div {
    min-width: 0;
    padding: 14px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
}

.nexapa-about-capabilities span {
    display: block;
    margin-bottom: 10px;
    color: #6f8cff;
    font-size: 10px;
    font-weight: 700;
}

.nexapa-about-capabilities strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 13px;
}

.nexapa-about-capabilities small {
    display: block;
    color: rgba(255, 255, 255, 0.50);
    font-size: 10px;
    line-height: 1.35;
}

@media (max-width: 991px) {
    .about-section .about-wrapper {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-section .about-wrapper > .nav {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .about-section .about-wrapper > .nav .nav-item {
        min-width: 150px;
    }

    .about-section .about-items {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .about-section .nexapa-about-panel {
        min-height: 390px;
    }
}

@media (max-width: 575px) {
    .about-section .section-title h2 {
        font-size: 34px;
    }

    .about-section .about-wrapper {
        margin-top: 32px !important;
    }

    .about-section .about-wrapper > .nav .nav-item {
        min-width: 135px;
    }

    .about-section .about-wrapper > .nav .nav-link {
        min-height: 52px;
        padding: 11px 14px;
        font-size: 13px;
    }

    .about-section .nexapa-about-panel {
        min-height: 0;
        padding: 20px;
        border-radius: 20px;
    }

    .nexapa-about-panel-head img {
        height: 32px;
        max-width: 125px;
    }

    .nexapa-about-panel-body {
        padding: 28px 0;
    }

    .nexapa-about-panel-body > strong {
        font-size: 27px;
    }

    .nexapa-about-capabilities {
        grid-template-columns: 1fr;
    }
}
/* NEXAPA ABOUT REPAIR END */

/* NEXAPA HERO BALANCED START */
.hero-secton.hero-1 {
    width: 100%;
    height: auto !important;
    min-height: 760px !important;
    padding: 175px 0 115px !important;
    display: flex !important;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-secton.hero-1 > .container {
    width: 100%;
}

.hero-secton.hero-1 .hero-content {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.hero-secton.hero-1 .hero-content > p {
    margin: 0 0 26px;
    font-size: clamp(15px, 1.2vw, 19px);
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: center;
}

.hero-secton.hero-1 .hero-content h1 {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    font-size: clamp(56px, 5.4vw, 86px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.035em;
    text-align: center;
    text-wrap: balance;
}

.hero-secton.hero-1 .hero-content h1 b {
    margin-left: 0 !important;
}

.about-section {
    position: relative;
    z-index: 2;
    margin-top: 0 !important;
}

@media (max-width: 991px) {
    .hero-secton.hero-1 {
        min-height: 650px !important;
        padding: 150px 0 90px !important;
    }

    .hero-secton.hero-1 .hero-content h1 {
        max-width: 780px;
        font-size: clamp(48px, 7.5vw, 68px) !important;
    }
}

@media (max-width: 575px) {
    .hero-secton.hero-1 {
        min-height: 570px !important;
        padding: 125px 0 70px !important;
    }

    .hero-secton.hero-1 .hero-content {
        padding: 0 18px;
    }

    .hero-secton.hero-1 .hero-content > p {
        margin-bottom: 18px;
        font-size: 13px;
        letter-spacing: 0.06em;
    }

    .hero-secton.hero-1 .hero-content h1 {
        font-size: clamp(38px, 11vw, 50px) !important;
        line-height: 1.04 !important;
        letter-spacing: -0.025em;
    }
}
/* NEXAPA HERO BALANCED END */

/* NEXAPA ABOUT SLIDER START */
.about-section .about-wrapper {
    position: relative;
    padding-bottom: 76px;
}

.nexapa-about-slider-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 5;
}

.nexapa-about-arrow {
    width: 46px;
    height: 46px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

.nexapa-about-arrow:hover {
    border-color: #5f7cff;
    background: #5575ef;
    transform: translateY(-2px);
}

.nexapa-about-counter {
    min-width: 86px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
    letter-spacing: 0.08em;
}

.nexapa-about-counter strong {
    color: #6f8cff;
    font-size: 18px;
}

.about-section .tab-pane.active .about-content,
.about-section .tab-pane.active .nexapa-about-panel {
    animation: nexapaAboutSlideIn 0.48s ease both;
}

.about-section .tab-pane.active .nexapa-about-panel {
    animation-delay: 0.06s;
}

@keyframes nexapaAboutSlideIn {
    from {
        opacity: 0;
        transform: translateX(18px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 991px) {
    .about-section .about-wrapper {
        padding-bottom: 74px;
    }

    .nexapa-about-slider-controls {
        left: 0;
        right: auto;
    }
}

@media (max-width: 575px) {
    .about-section .about-wrapper {
        padding-bottom: 68px;
    }

    .nexapa-about-arrow {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .nexapa-about-counter {
        min-width: 74px;
    }
}
/* NEXAPA ABOUT SLIDER END */

/* NEXAPA PROFESSIONAL ABOUT SVG START */
.nexapa-about-counter {
    display: none !important;
}

.nexapa-about-slider-controls {
    gap: 10px;
}

.about-section .nexapa-about-panel.is-professional {
    min-height: 0;
    padding: 24px;
    border-color: rgba(96, 126, 255, 0.34);
    background:
        radial-gradient(
            circle at 88% 4%,
            rgba(77, 105, 255, 0.17),
            transparent 34%
        ),
        #0d131f;
}

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

.nexapa-pro-panel-head img {
    display: block;
    width: auto;
    height: 37px;
    max-width: 150px;
}

.nexapa-pro-panel-head span {
    color: #8499ff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nexapa-pro-copy {
    padding: 24px 2px 20px;
}

.nexapa-pro-copy small {
    display: block;
    margin-bottom: 9px;
    color: #7790ff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.nexapa-pro-copy strong {
    display: block;
    max-width: 360px;
    color: #ffffff;
    font-size: clamp(22px, 2vw, 31px);
    line-height: 1.14;
    letter-spacing: -0.025em;
}

.nexapa-pro-scene {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    background: #0c1220;
}

.nexapa-pro-scene svg {
    display: block;
    width: 100%;
    height: auto;
}

.nexapa-svg-flow {
    stroke-dasharray: 12 12;
    animation: nexapaFlow 2.4s linear infinite;
}

.nexapa-svg-node,
.nexapa-orbit-node {
    transform-box: fill-box;
    transform-origin: center;
    animation: nexapaNodeFloat 4s ease-in-out infinite;
}

.nexapa-svg-node:nth-of-type(even),
.nexapa-orbit-node:nth-of-type(even) {
    animation-delay: -1.7s;
}

@keyframes nexapaFlow {
    to {
        stroke-dashoffset: -48;
    }
}

@keyframes nexapaNodeFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

@media (max-width: 575px) {
    .about-section .nexapa-about-panel.is-professional {
        padding: 18px;
    }

    .nexapa-pro-panel-head img {
        height: 31px;
        max-width: 125px;
    }

    .nexapa-pro-panel-head span {
        font-size: 9px;
    }

    .nexapa-pro-copy {
        padding: 21px 2px 17px;
    }

    .nexapa-pro-copy strong {
        font-size: 24px;
    }

    .nexapa-pro-scene {
        border-radius: 16px;
    }
}
/* NEXAPA PROFESSIONAL ABOUT SVG END */

/* NEXAPA DISTINCT ABOUT COPY START */
.about-section .nexapa-about-copy > p {
    min-height: 82px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.75;
}

.about-section .nexapa-about-list {
    min-height: 142px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.about-section .nexapa-about-list li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 34px;
}

.about-section .nexapa-about-list li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    width: 16px;
    height: 9px;
    border-left: 3px solid #effb53;
    border-bottom: 3px solid #effb53;
    transform: rotate(-45deg);
}

.about-section .nexapa-about-list li span {
    color: rgba(255, 255, 255, 0.94);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .about-section .nexapa-about-copy > p,
    .about-section .nexapa-about-list {
        min-height: 0;
    }
}
/* NEXAPA DISTINCT ABOUT COPY END */

/* NEXAPA CAPABILITY CARDS REFINED START */
.nexapa-capability-strip {
    height: auto !important;
    min-height: 0 !important;
    padding: 34px 0 58px !important;
    margin: 0 !important;
    background: #15181f !important;
}

.nexapa-capability-strip .container {
    height: auto !important;
    min-height: 0 !important;
}

.nexapa-capability-shell {
    width: min(1240px, calc(100% - 40px));
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    border: 0;
}

.nexapa-capability-item {
    position: relative;
    min-width: 0;
    min-height: 190px;
    padding: 26px;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.035),
            rgba(255, 255, 255, 0.012)
        );
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease;
}

.nexapa-capability-item + .nexapa-capability-item {
    border-left: 1px solid rgba(255, 255, 255, 0.10);
}

.nexapa-capability-item:hover {
    transform: translateY(-4px);
    border-color: rgba(105, 133, 255, 0.42);
    background:
        linear-gradient(
            145deg,
            rgba(91, 121, 255, 0.075),
            rgba(255, 255, 255, 0.018)
        );
}

.nexapa-capability-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(103, 132, 255, 0.34);
    border-radius: 18px;
    color: #6f8cff;
    background: rgba(91, 121, 255, 0.12);
}

.nexapa-capability-item:nth-child(2)
.nexapa-capability-icon {
    color: #55d9b2;
    border-color: rgba(85, 217, 178, 0.32);
    background: rgba(85, 217, 178, 0.10);
}

.nexapa-capability-item:nth-child(3)
.nexapa-capability-icon {
    color: #a37dff;
    border-color: rgba(163, 125, 255, 0.32);
    background: rgba(163, 125, 255, 0.10);
}

.nexapa-capability-icon svg {
    display: block;
    width: 34px;
    height: 34px;
}

.nexapa-capability-copy > span {
    display: block;
    margin: 1px 0 8px;
    color: #748dff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.nexapa-capability-item:nth-child(2)
.nexapa-capability-copy > span {
    color: #55d9b2;
}

.nexapa-capability-item:nth-child(3)
.nexapa-capability-copy > span {
    color: #a37dff;
}

.nexapa-capability-copy h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.25;
}

.nexapa-capability-copy p {
    max-width: 300px;
    margin: 0;
    color: rgba(255, 255, 255, 0.60);
    font-size: 13px;
    line-height: 1.65;
}

.nexapa-capability-item::after {
    display: none;
}

@media (max-width: 991px) {
    .nexapa-capability-shell {
        grid-template-columns: 1fr;
        width: min(680px, calc(100% - 32px));
    }

    .nexapa-capability-item {
        min-height: 0;
    }

    .nexapa-capability-copy p {
        max-width: 540px;
    }
}

@media (max-width: 575px) {
    .nexapa-capability-strip {
        padding: 24px 0 46px !important;
    }

    .nexapa-capability-shell {
        width: calc(100% - 24px);
        gap: 12px;
    }

    .nexapa-capability-item {
        padding: 20px;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 15px;
        border-radius: 18px;
    }

    .nexapa-capability-icon {
        width: 52px;
        height: 52px;
        border-radius: 15px;
    }

    .nexapa-capability-icon svg {
        width: 29px;
        height: 29px;
    }

    .nexapa-capability-copy h3 {
        font-size: 17px;
    }
}
/* NEXAPA CAPABILITY CARDS REFINED END */

/* NEXAPA CAPABILITY HEIGHT FIX START */
.nexapa-capability-strip {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 28px 0 38px !important;
    overflow: visible !important;
    background: #15181f !important;
}

.nexapa-capability-strip > .container {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.nexapa-capability-shell {
    width: min(1240px, calc(100% - 40px));
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    align-items: stretch;
}

.nexapa-capability-item {
    height: auto !important;
    min-height: 168px !important;
    max-height: none !important;
    padding: 24px !important;
}

.nexapa-capability-strip + section,
.nexapa-capability-strip + .service-section {
    margin-top: 0 !important;
}

@media (max-width: 991px) {
    .nexapa-capability-strip {
        padding: 24px 0 34px !important;
    }

    .nexapa-capability-item {
        min-height: 0 !important;
    }
}

@media (max-width: 575px) {
    .nexapa-capability-strip {
        padding: 18px 0 28px !important;
    }

    .nexapa-capability-shell {
        width: calc(100% - 24px);
    }

    .nexapa-capability-item {
        padding: 19px !important;
    }
}
/* NEXAPA CAPABILITY HEIGHT FIX END */

/* NEXAPA ABOUT BOTTOM GAP FINAL START */

/* Parent section inilah sumber area hitam besar. */
.about-section.section-padding {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 28px !important;
}

/* Hilangkan tinggi dan jarak bawaan counter lama. */
.about-section .nexapa-capability-strip,
.nexapa-capability-strip {
    height: auto !important;
    min-height: 0 !important;
    margin: 30px 0 0 !important;
    padding: 0 0 22px !important;
    background: transparent !important;
}

/* Card tetap dipertahankan. */
.nexapa-capability-shell {
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
}

.nexapa-capability-item {
    min-height: 170px !important;
}

/* Section berikutnya langsung mengikuti section Tentang. */
.about-section + .service-section {
    margin-top: 0 !important;
}

@media (max-width: 991px) {
    .about-section.section-padding {
        padding-bottom: 22px !important;
    }

    .about-section .nexapa-capability-strip,
    .nexapa-capability-strip {
        margin-top: 24px !important;
        padding-bottom: 18px !important;
    }
}

@media (max-width: 575px) {
    .about-section.section-padding {
        padding-bottom: 16px !important;
    }

    .about-section .nexapa-capability-strip,
    .nexapa-capability-strip {
        margin-top: 20px !important;
        padding-bottom: 12px !important;
    }

    .nexapa-capability-item {
        min-height: 0 !important;
    }
}

/* NEXAPA ABOUT BOTTOM GAP FINAL END */

/* NEXAPA SERVICE SVG START */
.service-section .service-box-items {
    align-items: stretch;
    gap: 16px;
}

.service-section .service-box-items .service-image.nexapa-service-visual {
    flex: 0 0 260px;
    width: 260px;
    max-width: 260px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(105, 132, 255, 0.20);
    border-radius: 22px;
    background: #101522;
}

.service-section .nexapa-service-visual svg {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.service-section .service-content {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nexapa-service-flow {
    stroke-dasharray: 11 10;
    animation: nexapaServiceFlow 2.3s linear infinite;
}

.nexapa-service-flow-dot {
    animation: nexapaServiceFlowDot 2.8s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}

.nexapa-service-flow-dot.delay {
    animation-delay: -1.35s;
}

.nexapa-service-pulse {
    transform-box: fill-box;
    transform-origin: center;
    animation: nexapaServicePulse 2.8s ease-out infinite;
}

.nexapa-service-pulse.delay {
    animation-delay: -1.4s;
}

.nexapa-service-float {
    transform-box: fill-box;
    transform-origin: center;
    animation: nexapaServiceFloat 4s ease-in-out infinite;
}

.nexapa-service-float.delay {
    animation-delay: -1.3s;
}

.nexapa-service-float.delay-two {
    animation-delay: -2.6s;
}

.nexapa-service-scan {
    animation: nexapaServiceScan 2.4s ease-in-out infinite;
}

.nexapa-service-cursor {
    animation: nexapaServiceCursor 1.8s ease-in-out infinite;
}

.nexapa-service-orbit {
    animation: nexapaServiceOrbit 18s linear infinite;
}

.nexapa-code-lines rect {
    animation: nexapaCodeLine 2.6s ease-in-out infinite;
}

.nexapa-code-lines rect:nth-child(2) {
    animation-delay: -0.5s;
}

.nexapa-code-lines rect:nth-child(3) {
    animation-delay: -1s;
}

.nexapa-code-lines rect:nth-child(4) {
    animation-delay: -1.5s;
}

.nexapa-code-lines rect:nth-child(5) {
    animation-delay: -2s;
}

@keyframes nexapaServiceFlow {
    to {
        stroke-dashoffset: -42;
    }
}

@keyframes nexapaServiceFlowDot {
    0%,
    100% {
        opacity: 0.45;
        transform: scale(0.75);
    }

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

@keyframes nexapaServicePulse {
    0% {
        opacity: 0.55;
        transform: scale(0.84);
    }

    75%,
    100% {
        opacity: 0;
        transform: scale(1.18);
    }
}

@keyframes nexapaServiceFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes nexapaServiceScan {
    0%,
    100% {
        opacity: 0.2;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(174px);
    }
}

@keyframes nexapaServiceCursor {
    0%,
    100% {
        opacity: 0.45;
        transform: translate(0, 0);
    }

    50% {
        opacity: 1;
        transform: translate(8px, 6px);
    }
}

@keyframes nexapaServiceOrbit {
    to {
        transform: rotate(360deg);
    }
}

@keyframes nexapaCodeLine {
    0%,
    100% {
        opacity: 0.35;
    }

    50% {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .service-section .service-box-items {
        display: grid;
        grid-template-columns: 1fr;
    }

    .service-section .service-box-items .service-image.nexapa-service-visual {
        width: 100%;
        max-width: 100%;
        min-height: 260px;
        flex-basis: auto;
    }

    .service-section .nexapa-service-visual svg {
        min-height: 260px;
        max-height: 300px;
    }

    .service-section .service-content {
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nexapa-service-visual * {
        animation: none !important;
    }
}
/* NEXAPA SERVICE SVG END */

/* NEXAPA SOLUTION GALLERY START */
.nexapa-solution-gallery {
    position: relative;
    padding: 105px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 86% 10%,
            rgba(255, 111, 91, 0.16),
            transparent 29%
        ),
        radial-gradient(
            circle at 8% 88%,
            rgba(78, 111, 255, 0.12),
            transparent 32%
        ),
        #15181f;
}

.nexapa-gallery-header {
    width: min(1240px, 100%);
    margin: 0 auto 42px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 38px;
}

.nexapa-gallery-header > div:first-child {
    max-width: 820px;
}

.nexapa-gallery-eyebrow {
    display: block;
    margin-bottom: 13px;
    color: #6f8cff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nexapa-gallery-header h2 {
    margin: 0 0 17px;
    color: #ffffff;
    font-size: clamp(44px, 5vw, 76px);
    line-height: 1;
    letter-spacing: -0.045em;
}

.nexapa-gallery-header p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.63);
    font-size: 15px;
    line-height: 1.75;
}

.nexapa-gallery-controls {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.nexapa-gallery-arrow {
    width: 52px;
    height: 52px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.035);
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease;
}

.nexapa-gallery-arrow:hover {
    transform: translateY(-2px);
    border-color: #617fff;
    background: #5575ef;
}

.nexapa-gallery-arrow svg {
    width: 24px;
    height: 24px;
}

.nexapa-gallery-viewport {
    width: min(1240px, 100%);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 30px;
}

.nexapa-gallery-track {
    display: flex;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition:
        transform 0.8s
        cubic-bezier(0.22, 0.72, 0.22, 1);
    will-change: transform;
}

.nexapa-gallery-slide {
    flex: 0 0 100%;
    min-width: 100%;
    min-height: 570px;
    padding: 44px;
    display: grid;
    grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
    gap: 42px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 30px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.038),
            rgba(255, 255, 255, 0.012)
        ),
        #11151d;
}

.nexapa-gallery-copy {
    padding: 10px 4px;
}

.nexapa-gallery-category {
    display: block;
    margin-bottom: 15px;
    color: #6f8cff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nexapa-gallery-copy h3 {
    max-width: 470px;
    margin: 0 0 19px;
    color: #ffffff;
    font-size: clamp(34px, 3.5vw, 54px);
    line-height: 1.04;
    letter-spacing: -0.035em;
}

.nexapa-gallery-copy > p {
    max-width: 500px;
    margin: 0 0 27px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 15px;
    line-height: 1.75;
}

.nexapa-gallery-copy ul {
    margin: 0 0 31px;
    padding: 0;
    list-style: none;
}

.nexapa-gallery-copy li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 25px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    line-height: 1.55;
}

.nexapa-gallery-copy li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6784ff;
    box-shadow: 0 0 0 5px rgba(103, 132, 255, 0.11);
}

.nexapa-gallery-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #7891ff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.nexapa-gallery-link:hover {
    color: #ffffff;
}

.nexapa-gallery-visual {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 25px;
    background: #0b1220;
}

.nexapa-gallery-visual svg {
    display: block;
    width: 100%;
    height: auto;
}

.nexapa-gallery-pagination {
    width: min(1240px, 100%);
    margin: 26px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.nexapa-gallery-pagination button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    transition:
        width 0.25s ease,
        background 0.25s ease;
}

.nexapa-gallery-pagination button.is-active {
    width: 32px;
    background: #6482ff;
}

/* SVG animations */
.gallery-flow-line,
.gallery-automation-flow {
    stroke-dasharray: 11 10;
    animation: galleryFlow 2.3s linear infinite;
}

.gallery-flow-dot,
.gallery-automation-dot {
    animation: galleryDotPulse 2.4s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}

.gallery-social-node,
.gallery-crm-contact,
.gallery-output-node,
.gallery-ai-node {
    transform-box: fill-box;
    transform-origin: center;
    animation: galleryNodeFloat 4s ease-in-out infinite;
}

.delay-one {
    animation-delay: -1s !important;
}

.delay-two {
    animation-delay: -2s !important;
}

.delay-three {
    animation-delay: -3s !important;
}

.gallery-calendar-active {
    animation: galleryCalendarPulse 2.4s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}

.gallery-chat-bubble {
    animation: galleryChat 3.4s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}

.gallery-crm-status {
    animation: galleryStatus 2s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}

.gallery-workflow-core {
    animation: galleryCoreFloat 3.5s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}

.gallery-ai-pulse {
    animation: galleryAiPulse 2.8s ease-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}

.gallery-ai-node {
    animation-name: galleryNodePulse;
}

@keyframes galleryFlow {
    to {
        stroke-dashoffset: -42;
    }
}

@keyframes galleryDotPulse {
    0%,
    100% {
        opacity: 0.4;
        transform: scale(0.75);
    }

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

@keyframes galleryNodeFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes galleryCalendarPulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}

@keyframes galleryChat {
    0%,
    100% {
        opacity: 0.62;
        transform: translateY(5px);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes galleryStatus {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(54, 211, 153, 0.34);
    }

    50% {
        box-shadow: 0 0 0 12px rgba(54, 211, 153, 0);
    }
}

@keyframes galleryCoreFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes galleryAiPulse {
    0% {
        opacity: 0.55;
        transform: scale(0.82);
    }

    75%,
    100% {
        opacity: 0;
        transform: scale(1.22);
    }
}

@keyframes galleryNodePulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}

@media (max-width: 991px) {
    .nexapa-solution-gallery {
        padding: 82px 0;
    }

    .nexapa-gallery-header {
        align-items: flex-start;
    }

    .nexapa-gallery-slide {
        min-height: 0;
        grid-template-columns: 1fr;
        padding: 32px;
    }

    .nexapa-gallery-copy {
        order: 1;
    }

    .nexapa-gallery-visual {
        order: 2;
    }
}

@media (max-width: 575px) {
    .nexapa-solution-gallery {
        padding: 64px 0;
    }

    .nexapa-gallery-header {
        display: block;
        margin-bottom: 30px;
    }

    .nexapa-gallery-header h2 {
        font-size: 42px;
    }

    .nexapa-gallery-header p {
        font-size: 14px;
    }

    .nexapa-gallery-controls {
        margin-top: 24px;
    }

    .nexapa-gallery-arrow {
        width: 46px;
        height: 46px;
    }

    .nexapa-gallery-viewport {
        border-radius: 22px;
    }

    .nexapa-gallery-slide {
        padding: 22px;
        gap: 27px;
        border-radius: 22px;
    }

    .nexapa-gallery-copy h3 {
        font-size: 34px;
    }

    .nexapa-gallery-copy > p {
        font-size: 14px;
    }

    .nexapa-gallery-visual {
        border-radius: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nexapa-gallery-track {
        transition: none;
    }

    .nexapa-gallery-visual * {
        animation: none !important;
    }
}
/* NEXAPA SOLUTION GALLERY END */

/* NEXAPA FEATURE VISUAL START */
.faq-section .faq-wrapper {
    position: relative;
}

.faq-section .nexapa-feature-visual {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding: 0;
    position: sticky;
    top: 120px;
}

.faq-section .nexapa-feature-visual svg {
    display: block;
    width: 100%;
    height: auto;
}

.nexapa-feature-lines path {
    stroke-dasharray: 12 11;
    animation: nexapaFeatureFlow 2.5s linear infinite;
}

.nexapa-feature-source {
    transform-box: fill-box;
    transform-origin: center;
    animation: nexapaFeatureFloat 4s ease-in-out infinite;
}

.nexapa-feature-source.delay-one {
    animation-delay: -1.35s;
}

.nexapa-feature-source.delay-two {
    animation-delay: -2.7s;
}

.nexapa-feature-core {
    transform-box: fill-box;
    transform-origin: center;
    animation: nexapaFeatureCore 3.4s ease-in-out infinite;
}

.nexapa-feature-flow-dot {
    transform-box: fill-box;
    transform-origin: center;
    animation: nexapaFeatureDot 2.3s ease-in-out infinite;
}

.nexapa-feature-pulse {
    transform-box: fill-box;
    transform-origin: center;
    animation: nexapaFeaturePulse 3s ease-out infinite;
}

.nexapa-feature-module {
    opacity: 0.38;
    filter: saturate(0.55);
    transform-box: fill-box;
    transform-origin: center;
    transition:
        opacity 0.35s ease,
        filter 0.35s ease,
        transform 0.35s ease;
}

.nexapa-feature-module.is-active {
    opacity: 1;
    filter: saturate(1);
    transform: scale(1.05);
}

.nexapa-feature-module.is-active rect:first-child {
    stroke-width: 2.5;
}

.nexapa-feature-status circle {
    animation: nexapaFeatureStatus 2.2s ease-in-out infinite;
}

.faq-section .section-title h6 {
    text-transform: uppercase;
}

.faq-section .faq-content .accordion-body {
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    line-height: 1.75;
}

@keyframes nexapaFeatureFlow {
    to {
        stroke-dashoffset: -46;
    }
}

@keyframes nexapaFeatureFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes nexapaFeatureCore {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-6px) scale(1.025);
    }
}

@keyframes nexapaFeatureDot {
    0%,
    100% {
        opacity: 0.4;
        transform: scale(0.75);
    }

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

@keyframes nexapaFeaturePulse {
    0% {
        opacity: 0.48;
        transform: scale(0.78);
    }

    75%,
    100% {
        opacity: 0;
        transform: scale(1.22);
    }
}

@keyframes nexapaFeatureStatus {
    0%,
    100% {
        opacity: 0.55;
    }

    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .faq-section .nexapa-feature-visual {
        position: relative;
        top: auto;
        max-width: 620px;
        margin-bottom: 38px;
    }
}

@media (max-width: 575px) {
    .faq-section .nexapa-feature-visual {
        max-width: 100%;
    }

    .faq-section .faq-content .section-title h2 {
        font-size: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nexapa-feature-visual * {
        animation: none !important;
    }
}
/* NEXAPA FEATURE VISUAL END */

/* NEXAPA BRAND BRIDGE START */
.nexapa-brand-bridge {
    position: relative;
    padding: 72px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 18% 50%,
            rgba(82, 113, 255, 0.13),
            transparent 31%
        ),
        radial-gradient(
            circle at 82% 50%,
            rgba(149, 104, 255, 0.10),
            transparent 29%
        ),
        #10131a;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nexapa-brand-bridge::before,
.nexapa-brand-bridge::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 1px;
    top: 50%;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(102, 132, 255, 0.64),
            transparent
        );
    animation: nexapaBridgeBeam 6s ease-in-out infinite;
}

.nexapa-brand-bridge::before {
    left: -120px;
}

.nexapa-brand-bridge::after {
    right: -120px;
    animation-delay: -3s;
}

.nexapa-brand-bridge-inner {
    position: relative;
    z-index: 2;
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) auto;
    gap: 42px;
    align-items: center;
}

.nexapa-brand-bridge-mark {
    min-height: 105px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(104, 134, 255, 0.22);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.025);
}

.nexapa-brand-bridge-mark img {
    display: block;
    width: 132px;
    height: auto;
}

.nexapa-brand-bridge-copy > span {
    display: block;
    margin-bottom: 10px;
    color: #7690ff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.nexapa-brand-bridge-copy h2 {
    max-width: 720px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(29px, 3.1vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.nexapa-brand-bridge-tags {
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: stretch;
}

.nexapa-brand-bridge-tags span {
    min-width: 130px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.025);
    font-size: 11px;
    font-weight: 600;
    text-align: center;
}

@keyframes nexapaBridgeBeam {
    0%,
    100% {
        opacity: 0.25;
        transform: translateX(-35px);
    }

    50% {
        opacity: 1;
        transform: translateX(35px);
    }
}

@media (max-width: 991px) {
    .nexapa-brand-bridge {
        padding: 58px 0;
    }

    .nexapa-brand-bridge-inner {
        grid-template-columns: 145px minmax(0, 1fr);
        gap: 28px;
    }

    .nexapa-brand-bridge-tags {
        grid-column: 1 / -1;
        flex-direction: row;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .nexapa-brand-bridge {
        padding: 48px 0;
    }

    .nexapa-brand-bridge-inner {
        display: block;
    }

    .nexapa-brand-bridge-mark {
        width: 150px;
        min-height: 88px;
        margin-bottom: 25px;
        padding: 20px;
    }

    .nexapa-brand-bridge-mark img {
        width: 112px;
    }

    .nexapa-brand-bridge-copy h2 {
        font-size: 31px;
    }

    .nexapa-brand-bridge-tags {
        margin-top: 27px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .nexapa-brand-bridge-tags span {
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nexapa-brand-bridge::before,
    .nexapa-brand-bridge::after {
        animation: none;
    }
}
/* NEXAPA BRAND BRIDGE END */

/* NEXAPA MESSAGE REFINED START */
.message-section {
    padding-top: 90px !important;
    padding-bottom: 82px !important;
}

.message-section .message-items {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.message-section .message-items > h2 {
    max-width: 850px;
    margin: 0 0 48px !important;
    color: #ffffff;
    font-size: clamp(40px, 4.2vw, 64px) !important;
    font-weight: 700;
    line-height: 1.06 !important;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.message-section .lets-talk-items {
    width: min(980px, 100%);
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 158px minmax(0, 1fr);
    gap: 42px;
    align-items: start;
}

.message-section .lets-circle {
    width: 148px !important;
    height: 148px !important;
    padding: 20px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50%;
    color: #10131a;
    background: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.message-section .lets-circle i {
    font-size: 20px;
}

.nexapa-message-copy {
    max-width: 740px;
}

.nexapa-message-copy p {
    margin: 0 0 17px !important;
    color: rgba(255, 255, 255, 0.66);
    font-size: 15px !important;
    line-height: 1.8 !important;
}

.nexapa-message-copy .nexapa-message-lead {
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1.7 !important;
}

.nexapa-message-focus {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.nexapa-message-focus span {
    padding: 9px 14px;
    border: 1px solid rgba(116, 143, 255, 0.24);
    border-radius: 999px;
    color: #91a4ff;
    background: rgba(94, 122, 255, 0.07);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .message-section {
        padding-top: 72px !important;
        padding-bottom: 68px !important;
    }

    .message-section .message-items > h2 {
        max-width: 720px;
        font-size: clamp(39px, 7vw, 56px) !important;
    }

    .message-section .lets-talk-items {
        grid-template-columns: 132px minmax(0, 1fr);
        gap: 30px;
    }

    .message-section .lets-circle {
        width: 126px !important;
        height: 126px !important;
    }
}

@media (max-width: 575px) {
    .message-section {
        padding-top: 58px !important;
        padding-bottom: 54px !important;
    }

    .message-section .message-items > h2 {
        margin-bottom: 35px !important;
        font-size: 38px !important;
        line-height: 1.08 !important;
    }

    .message-section .lets-talk-items {
        display: flex !important;
        flex-direction: column;
        gap: 28px;
    }

    .message-section .lets-circle {
        width: 116px !important;
        height: 116px !important;
    }

    .nexapa-message-copy .nexapa-message-lead {
        font-size: 16px !important;
    }

    .nexapa-message-copy p {
        font-size: 14px !important;
    }
}
/* NEXAPA MESSAGE REFINED END */

/* NEXAPA GLOSSY ECOSYSTEM START */
.nexapa-ecosystem-section {
    position: relative;
    padding: 62px 0 82px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(93, 121, 255, 0.10),
            transparent 38%
        ),
        #15181f;
}

.nexapa-ecosystem-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1180px, 88%);
    height: 1px;
    transform: translateX(-50%);
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(112, 140, 255, 0.55),
            transparent
        );
}

.nexapa-ecosystem-header {
    width: min(780px, 100%);
    margin: 0 auto 38px;
    text-align: center;
}

.nexapa-ecosystem-header > span {
    display: block;
    margin-bottom: 11px;
    color: #8097ff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nexapa-ecosystem-header h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(30px, 3.2vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.nexapa-ecosystem-header p {
    max-width: 660px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.59);
    font-size: 14px;
    line-height: 1.75;
}

.nexapa-brand-slider {
    width: min(1280px, 100%);
    overflow: visible;
}

.nexapa-brand-slider .swiper-wrapper {
    align-items: stretch;
}

.nexapa-brand-slider .swiper-slide {
    height: auto;
}

.nexapa-brand-card {
    position: relative;
    min-height: 116px;
    padding: 21px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.012)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 18px 45px rgba(0, 0, 0, 0.16);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.nexapa-brand-card::before {
    content: "";
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -55%;
    width: 38%;
    transform: rotate(18deg);
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.18),
            transparent
        );
    animation: nexapaBrandSweep 6.8s ease-in-out infinite;
}

.nexapa-brand-card:hover {
    transform: translateY(-5px);
    border-color: rgba(112, 140, 255, 0.40);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.10),
        0 24px 60px rgba(0, 0, 0, 0.24),
        0 0 30px rgba(84, 115, 255, 0.08);
}

.nexapa-brand-symbol {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(117, 143, 255, 0.27);
    border-radius: 15px;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            rgba(102, 132, 255, 0.27),
            rgba(82, 98, 190, 0.08)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 0 26px rgba(91, 121, 255, 0.12);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.nexapa-brand-content {
    min-width: 0;
}

.nexapa-brand-content strong {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 750;
    line-height: 1.15;
    letter-spacing: -0.025em;

    color: transparent;
    background:
        linear-gradient(
            110deg,
            #7f8490 0%,
            #f9fbff 24%,
            #b9c6ff 43%,
            #ffffff 58%,
            #808897 82%,
            #f4f7ff 100%
        );
    background-size: 230% auto;
    background-position: 0% center;
    -webkit-background-clip: text;
    background-clip: text;

    filter:
        drop-shadow(
            0 0 11px rgba(187, 202, 255, 0.13)
        );

    animation:
        nexapaGlossyText 7.5s linear infinite;
}

.nexapa-brand-content small {
    display: block;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.45);
    font-size: 9px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.nexapa-brand-slider
.swiper-slide:nth-child(2n)
.nexapa-brand-card::before {
    animation-delay: -2.1s;
}

.nexapa-brand-slider
.swiper-slide:nth-child(3n)
.nexapa-brand-card::before {
    animation-delay: -4.2s;
}

.nexapa-brand-slider
.swiper-slide:nth-child(2n)
.nexapa-brand-content strong {
    animation-delay: -2.6s;
}

.nexapa-brand-slider
.swiper-slide:nth-child(3n)
.nexapa-brand-content strong {
    animation-delay: -5.1s;
}

@keyframes nexapaBrandSweep {
    0%,
    22% {
        left: -55%;
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    58% {
        left: 130%;
        opacity: 0;
    }

    100% {
        left: 130%;
        opacity: 0;
    }
}

@keyframes nexapaGlossyText {
    to {
        background-position: 230% center;
    }
}

@media (max-width: 767px) {
    .nexapa-ecosystem-section {
        padding: 52px 0 68px;
    }

    .nexapa-ecosystem-header {
        margin-bottom: 30px;
    }

    .nexapa-brand-card {
        min-height: 104px;
        padding: 18px;
    }

    .nexapa-brand-content strong {
        font-size: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nexapa-brand-card::before,
    .nexapa-brand-content strong {
        animation: none !important;
    }
}
/* NEXAPA GLOSSY ECOSYSTEM END */

/* NEXAPA INDEPENDENT WORDMARKS START */
.nexapa-brand-card {
    min-height: 154px;
}

.nexapa-brand-content strong {
    margin-bottom: 3px;
    font-size: 24px;
}

.nexapa-brand-owner {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 8px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.nexapa-brand-role {
    display: block;
    margin-bottom: 5px;
    color: #91a4ff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nexapa-brand-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 10px;
    line-height: 1.45;
}

/* Identitas visual tiap wordmark */
.brand-velqora .nexapa-brand-content strong {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.brand-clariova .nexapa-brand-content strong {
    font-weight: 500;
    letter-spacing: 0.015em;
}

.brand-fluxena .nexapa-brand-content strong {
    font-style: italic;
    font-weight: 800;
    letter-spacing: -0.055em;
}

.brand-postaryx .nexapa-brand-content strong {
    font-weight: 800;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.brand-synqara .nexapa-brand-content strong {
    font-family: "Courier New", monospace;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.brand-aivoryn .nexapa-brand-content strong {
    font-weight: 800;
    letter-spacing: 0.01em;
}

.brand-dateryn .nexapa-brand-content strong {
    font-weight: 600;
    letter-spacing: -0.01em;
}

.brand-linkyra .nexapa-brand-content strong {
    font-weight: 750;
    letter-spacing: 0.055em;
}

.brand-inzelio .nexapa-brand-content strong {
    font-style: italic;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.brand-studiqra .nexapa-brand-content strong {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 700;
}

.brand-cloudaryn .nexapa-brand-content strong {
    font-weight: 500;
    letter-spacing: 0.045em;
}

.brand-operiva .nexapa-brand-content strong {
    font-weight: 850;
    letter-spacing: -0.05em;
}

/* Warna simbol berbeda */
.brand-velqora .nexapa-brand-symbol {
    color: #a8b8ff;
    border-color: rgba(119, 145, 255, 0.42);
}

.brand-clariova .nexapa-brand-symbol {
    color: #55dfb7;
    border-color: rgba(85, 223, 183, 0.38);
    background: rgba(85, 223, 183, 0.10);
}

.brand-fluxena .nexapa-brand-symbol {
    color: #ffbc68;
    border-color: rgba(255, 188, 104, 0.38);
    background: rgba(255, 188, 104, 0.10);
}

.brand-postaryx .nexapa-brand-symbol {
    color: #ff7896;
    border-color: rgba(255, 120, 150, 0.38);
    background: rgba(255, 120, 150, 0.10);
}

.brand-synqara .nexapa-brand-symbol {
    color: #68d7ff;
    border-color: rgba(104, 215, 255, 0.38);
    background: rgba(104, 215, 255, 0.10);
}

.brand-aivoryn .nexapa-brand-symbol {
    color: #b287ff;
    border-color: rgba(178, 135, 255, 0.40);
    background: rgba(178, 135, 255, 0.11);
}

.brand-dateryn .nexapa-brand-symbol {
    color: #7ae5ca;
    border-color: rgba(122, 229, 202, 0.38);
    background: rgba(122, 229, 202, 0.09);
}

.brand-linkyra .nexapa-brand-symbol {
    color: #7d9cff;
    border-color: rgba(125, 156, 255, 0.42);
}

.brand-inzelio .nexapa-brand-symbol {
    color: #ffd271;
    border-color: rgba(255, 210, 113, 0.38);
    background: rgba(255, 210, 113, 0.09);
}

.brand-studiqra .nexapa-brand-symbol {
    color: #ff94bd;
    border-color: rgba(255, 148, 189, 0.38);
    background: rgba(255, 148, 189, 0.10);
}

.brand-cloudaryn .nexapa-brand-symbol {
    color: #81cfff;
    border-color: rgba(129, 207, 255, 0.38);
    background: rgba(129, 207, 255, 0.09);
}

.brand-operiva .nexapa-brand-symbol {
    color: #9d88ff;
    border-color: rgba(157, 136, 255, 0.40);
    background: rgba(157, 136, 255, 0.10);
}

@media (max-width: 575px) {
    .nexapa-brand-card {
        min-height: 142px;
    }

    .nexapa-brand-content strong {
        font-size: 21px;
    }
}
/* NEXAPA INDEPENDENT WORDMARKS END */

/* NEXAPA PROFESSIONAL PRODUCT LOGOS START */
.nexapa-brand-symbol {
    position: relative;
    width: 72px !important;
    height: 72px !important;
    flex: 0 0 72px !important;
    padding: 11px;
    overflow: hidden;
    border-radius: 21px !important;
    font-size: 0 !important;
    background:
        radial-gradient(
            circle at 25% 16%,
            rgba(255, 255, 255, 0.14),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.075),
            rgba(255, 255, 255, 0.018)
        ) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.22),
        0 14px 34px rgba(0, 0, 0, 0.22);
}

.nexapa-brand-symbol::before {
    content: "";
    position: absolute;
    top: -80%;
    bottom: -80%;
    left: -70%;
    width: 40%;
    z-index: 2;
    transform: rotate(18deg);
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.26),
            transparent
        );
    animation:
        nexapaProductLogoShine
        6.4s
        ease-in-out
        infinite;
}

.nexapa-brand-symbol::after {
    content: "";
    position: absolute;
    right: 11px;
    bottom: 8px;
    left: 11px;
    height: 1px;
    opacity: 0.55;
    background:
        linear-gradient(
            90deg,
            transparent,
            currentColor,
            transparent
        );
}

.nexapa-product-logo {
    position: relative;
    z-index: 1;
    display: block;
    width: 50px !important;
    height: 50px !important;
    max-width: none !important;
    object-fit: contain;
    filter:
        drop-shadow(
            0 8px 11px rgba(0, 0, 0, 0.28)
        )
        drop-shadow(
            0 0 10px rgba(112, 140, 255, 0.20)
        );
    transform: translateZ(0);
    transition:
        transform 0.28s ease,
        filter 0.28s ease;
}

.nexapa-brand-card:hover .nexapa-product-logo {
    transform:
        translateY(-3px)
        scale(1.08)
        rotate(-1deg);
    filter:
        drop-shadow(
            0 10px 13px rgba(0, 0, 0, 0.32)
        )
        drop-shadow(
            0 0 16px rgba(126, 150, 255, 0.32)
        );
}

.nexapa-brand-card:hover .nexapa-brand-symbol {
    border-color: rgba(130, 154, 255, 0.48);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.19),
        0 16px 38px rgba(0, 0, 0, 0.27),
        0 0 27px rgba(94, 124, 255, 0.09);
}

.brand-clariova .nexapa-brand-symbol,
.brand-dateryn .nexapa-brand-symbol {
    color: #55dfb7;
}

.brand-fluxena .nexapa-brand-symbol,
.brand-inzelio .nexapa-brand-symbol {
    color: #ffc45d;
}

.brand-postaryx .nexapa-brand-symbol,
.brand-studiqra .nexapa-brand-symbol {
    color: #ff7597;
}

.brand-synqara .nexapa-brand-symbol,
.brand-cloudaryn .nexapa-brand-symbol {
    color: #58cfff;
}

.brand-aivoryn .nexapa-brand-symbol {
    color: #aa81ff;
}

.brand-operiva .nexapa-brand-symbol {
    color: #8ce06e;
}

@keyframes nexapaProductLogoShine {
    0%,
    22% {
        left: -70%;
        opacity: 0;
    }

    34% {
        opacity: 1;
    }

    56% {
        left: 135%;
        opacity: 0;
    }

    100% {
        left: 135%;
        opacity: 0;
    }
}

.nexapa-brand-slider
.swiper-slide:nth-child(2n)
.nexapa-brand-symbol::before {
    animation-delay: -2.1s;
}

.nexapa-brand-slider
.swiper-slide:nth-child(3n)
.nexapa-brand-symbol::before {
    animation-delay: -4.2s;
}

@media (max-width: 575px) {
    .nexapa-brand-symbol {
        width: 62px !important;
        height: 62px !important;
        flex-basis: 62px !important;
        padding: 9px;
        border-radius: 18px !important;
    }

    .nexapa-product-logo {
        width: 44px !important;
        height: 44px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nexapa-brand-symbol::before {
        animation: none !important;
    }

    .nexapa-product-logo {
        transition: none !important;
    }
}
/* NEXAPA PROFESSIONAL PRODUCT LOGOS END */

/* NEXAPA LUXURY FOOTER START */
.nexapa-footer-luxe {
    position: relative;
    isolation: isolate;
    padding: 86px 0 0;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(
            180deg,
            #0c1018 0%,
            #080b12 48%,
            #05070c 100%
        );
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.nexapa-footer-luxe::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.32;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        );
    background-size: 70px 70px;
    mask-image:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.7),
            transparent 82%
        );
}

.nexapa-footer-luxe::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: min(1260px, 88%);
    height: 1px;
    transform: translateX(-50%);
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(117, 143, 255, 0.66),
            rgba(237, 191, 103, 0.50),
            transparent
        );
}

.nexapa-footer-orb {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(15px);
}

.nexapa-footer-orb-gold {
    top: -190px;
    right: -90px;
    width: 570px;
    height: 570px;
    opacity: 0.19;
    background:
        radial-gradient(
            circle,
            rgba(226, 169, 75, 0.92),
            rgba(226, 135, 52, 0.25) 45%,
            transparent 72%
        );
}

.nexapa-footer-orb-blue {
    bottom: -280px;
    left: -170px;
    width: 650px;
    height: 650px;
    opacity: 0.18;
    background:
        radial-gradient(
            circle,
            rgba(79, 113, 255, 0.95),
            rgba(58, 73, 191, 0.25) 48%,
            transparent 72%
        );
}

.nexapa-footer-cta {
    position: relative;
    width: min(1240px, 100%);
    margin: 0 auto;
    padding: 46px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 88% 12%,
            rgba(230, 178, 90, 0.14),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.06),
            rgba(255, 255, 255, 0.018)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 35px 90px rgba(0, 0, 0, 0.32);
}

.nexapa-footer-cta::before {
    content: "";
    position: absolute;
    top: -130%;
    bottom: -130%;
    left: -35%;
    width: 22%;
    transform: rotate(19deg);
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.08),
            transparent
        );
    animation: nexapaFooterShine 9s ease-in-out infinite;
}

.nexapa-footer-cta-copy {
    max-width: 760px;
}

.nexapa-footer-eyebrow {
    display: block;
    margin-bottom: 13px;
    color: #d8ae6c;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.nexapa-footer-cta h2 {
    max-width: 760px;
    margin: 0 0 16px;
    color: #ffffff;
    font-size: clamp(33px, 3.3vw, 50px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.nexapa-footer-cta p {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, 0.61);
    font-size: 14px;
    line-height: 1.75;
}

.nexapa-footer-actions {
    display: flex;
    flex-direction: column;
    gap: 11px;
    flex: 0 0 auto;
}

.nexapa-footer-button {
    min-width: 205px;
    min-height: 50px;
    padding: 13px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease,
        box-shadow 0.22s ease;
}

.nexapa-footer-button:hover {
    transform: translateY(-3px);
}

.nexapa-footer-button svg {
    width: 18px;
    height: 18px;
}

.nexapa-footer-button-primary {
    color: #10131a;
    background:
        linear-gradient(
            135deg,
            #f7dc9f,
            #d9a653
        );
    box-shadow:
        0 15px 38px rgba(207, 151, 63, 0.18);
}

.nexapa-footer-button-primary:hover {
    color: #10131a;
    box-shadow:
        0 19px 45px rgba(207, 151, 63, 0.28);
}

.nexapa-footer-button-secondary {
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.025);
}

.nexapa-footer-button-secondary:hover {
    color: #ffffff;
    border-color: rgba(111, 140, 255, 0.50);
    background: rgba(91, 120, 255, 0.08);
}

.nexapa-footer-divider {
    width: min(1240px, 100%);
    height: 1px;
    margin: 69px auto 0;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.11),
            transparent
        );
}

.nexapa-footer-grid {
    width: min(1240px, 100%);
    margin: 0 auto;
    padding: 61px 0 64px;
    display: grid;
    grid-template-columns:
        minmax(270px, 1.35fr)
        minmax(150px, 0.62fr)
        minmax(190px, 0.8fr)
        minmax(260px, 1fr);
    gap: 56px;
}

.nexapa-footer-logo {
    display: inline-flex;
    margin-bottom: 24px;
}

.nexapa-footer-logo img {
    display: block;
    width: 154px;
    height: auto;
}

.nexapa-footer-brand > p {
    max-width: 400px;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 13px;
    line-height: 1.8;
}

.nexapa-footer-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
    font-weight: 600;
}

.nexapa-footer-status > span {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #59dcae;
    box-shadow:
        0 0 0 5px rgba(89, 220, 174, 0.10);
}

.nexapa-footer-status > span::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(89, 220, 174, 0.38);
    border-radius: 50%;
    animation: nexapaFooterStatus 2.5s ease-out infinite;
}

.nexapa-footer-column h3 {
    margin: 3px 0 24px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.nexapa-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nexapa-footer-column li + li {
    margin-top: 13px;
}

.nexapa-footer-column li a {
    position: relative;
    color: rgba(255, 255, 255, 0.57);
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.nexapa-footer-column li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -14px;
    width: 5px;
    height: 1px;
    opacity: 0;
    transform: translateY(-50%);
    background: #d8ae6c;
    transition:
        opacity 0.2s ease,
        left 0.2s ease;
}

.nexapa-footer-column li a:hover {
    color: #ffffff;
}

.nexapa-footer-column li a:hover::before {
    left: -10px;
    opacity: 1;
}

.nexapa-footer-contact {
    min-width: 0;
}

.nexapa-footer-contact-item {
    min-width: 0;
    padding: 13px 0;
    display: flex;
    align-items: center;
    gap: 13px;
    color: rgba(255, 255, 255, 0.77);
    font-size: 11px;
    line-height: 1.45;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.065);
}

a.nexapa-footer-contact-item:hover {
    color: #ffffff;
}

.nexapa-footer-contact-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(112, 139, 255, 0.18);
    border-radius: 12px;
    color: #8ca2ff;
    background: rgba(88, 116, 255, 0.055);
}

.nexapa-footer-contact-icon svg {
    width: 18px;
    height: 18px;
}

.nexapa-footer-contact-item small {
    display: block;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.nexapa-footer-bottom {
    width: min(1240px, 100%);
    margin: 0 auto;
    padding: 24px 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.nexapa-footer-bottom p,
.nexapa-footer-bottom > span {
    margin: 0;
    color: rgba(255, 255, 255, 0.37);
    font-size: 10px;
    line-height: 1.5;
}

.nexapa-footer-bottom > span {
    text-align: right;
}

@keyframes nexapaFooterShine {
    0%,
    28% {
        left: -35%;
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    62% {
        left: 125%;
        opacity: 0;
    }

    100% {
        left: 125%;
        opacity: 0;
    }
}

@keyframes nexapaFooterStatus {
    0% {
        opacity: 0.6;
        transform: scale(0.7);
    }

    100% {
        opacity: 0;
        transform: scale(1.65);
    }
}

@media (max-width: 1199px) {
    .nexapa-footer-grid {
        grid-template-columns:
            minmax(280px, 1.3fr)
            repeat(2, minmax(170px, 0.75fr));
    }

    .nexapa-footer-contact {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .nexapa-footer-contact h3 {
        grid-column: 1 / -1;
        margin-bottom: 4px;
    }
}

@media (max-width: 991px) {
    .nexapa-footer-luxe {
        padding-top: 68px;
    }

    .nexapa-footer-cta {
        padding: 38px;
        display: block;
    }

    .nexapa-footer-actions {
        margin-top: 28px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .nexapa-footer-grid {
        grid-template-columns: 1.2fr 0.8fr;
        gap: 44px 56px;
    }

    .nexapa-footer-contact {
        grid-column: auto;
        display: block;
    }

    .nexapa-footer-contact h3 {
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .nexapa-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .nexapa-footer-brand,
    .nexapa-footer-contact {
        grid-column: 1 / -1;
    }

    .nexapa-footer-contact {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .nexapa-footer-luxe {
        padding-top: 48px;
    }

    .nexapa-footer-cta {
        padding: 28px 23px;
        border-radius: 23px;
    }

    .nexapa-footer-cta h2 {
        font-size: 34px;
    }

    .nexapa-footer-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .nexapa-footer-button {
        width: 100%;
        min-width: 0;
    }

    .nexapa-footer-divider {
        margin-top: 48px;
    }

    .nexapa-footer-grid {
        padding: 48px 0;
        grid-template-columns: 1fr;
        gap: 37px;
    }

    .nexapa-footer-brand,
    .nexapa-footer-contact {
        grid-column: auto;
    }

    .nexapa-footer-bottom {
        display: block;
    }

    .nexapa-footer-bottom > span {
        display: block;
        margin-top: 7px;
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nexapa-footer-cta::before,
    .nexapa-footer-status > span::after {
        animation: none !important;
    }
}
/* NEXAPA LUXURY FOOTER END */

/* NEXAPA COMPANY IDENTITY START */

/* Homepage hero legal identity */
.nexapa-hero-legal {
    width: fit-content;
    max-width: 100%;
    margin: 24px auto 0;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.70);
    background:
        rgba(10, 14, 22, 0.68);
    backdrop-filter: blur(12px);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.015em;
}

.nexapa-hero-legal strong {
    color: #ffffff;
    font-weight: 700;
}

.nexapa-hero-legal-dot {
    position: relative;
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #5bdcb0;
    box-shadow:
        0 0 0 5px rgba(91, 220, 176, 0.10);
}

.nexapa-hero-legal-dot::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(91, 220, 176, 0.38);
    border-radius: 50%;
    animation: nexapaLegalPulse 2.7s ease-out infinite;
}

/* Full identity section */
.nexapa-company-identity {
    position: relative;
    padding: 78px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 12% 50%,
            rgba(78, 111, 255, 0.14),
            transparent 34%
        ),
        radial-gradient(
            circle at 90% 28%,
            rgba(214, 163, 79, 0.10),
            transparent 31%
        ),
        #0c1017;
    border-top:
        1px solid rgba(255, 255, 255, 0.07);
    border-bottom:
        1px solid rgba(255, 255, 255, 0.07);
}

.nexapa-company-identity::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1240px, 88%);
    height: 1px;
    transform: translateX(-50%);
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(101, 130, 255, 0.62),
            rgba(219, 171, 91, 0.45),
            transparent
        );
}

.nexapa-company-identity-inner {
    width: min(1240px, 100%);
    margin: 0 auto;
    padding: 34px 38px;
    display: grid;
    grid-template-columns:
        minmax(210px, 0.72fr)
        minmax(0, 1.65fr)
        auto;
    gap: 46px;
    align-items: center;
    border:
        1px solid rgba(255, 255, 255, 0.10);
    border-radius: 27px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.052),
            rgba(255, 255, 255, 0.014)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 30px 80px rgba(0, 0, 0, 0.26);
}

.nexapa-company-identity-brand {
    min-width: 0;
    padding-right: 32px;
    border-right:
        1px solid rgba(255, 255, 255, 0.09);
}

.nexapa-company-identity-brand img {
    display: block;
    width: 150px;
    height: auto;
    margin-bottom: 19px;
}

.nexapa-company-identity-brand > span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.39);
    font-size: 8px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.nexapa-company-identity-brand > strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.4;
    letter-spacing: 0.025em;
}

.nexapa-company-identity-eyebrow {
    display: block;
    margin-bottom: 11px;
    color: #d7ad6a;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nexapa-company-identity-copy h2 {
    max-width: 710px;
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(27px, 2.8vw, 42px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.nexapa-company-identity-copy p {
    max-width: 740px;
    margin: 0;
    color: rgba(255, 255, 255, 0.59);
    font-size: 13px;
    line-height: 1.8;
}

.nexapa-company-identity-link {
    min-width: 170px;
    min-height: 48px;
    padding: 12px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border:
        1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    color: #ffffff;
    background:
        rgba(255, 255, 255, 0.025);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease;
}

.nexapa-company-identity-link:hover {
    transform: translateY(-3px);
    color: #ffffff;
    border-color:
        rgba(110, 139, 255, 0.48);
    background:
        rgba(91, 120, 255, 0.08);
}

.nexapa-company-identity-link svg {
    width: 17px;
    height: 17px;
}

/* Global legal identity inside every footer */
.nexapa-footer-legal-identity {
    width: min(1240px, calc(100% - 30px));
    margin: 0 auto;
    padding: 17px 0;
    color: rgba(255, 255, 255, 0.38);
    font-size: 9px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.025em;
    border-top:
        1px solid rgba(255, 255, 255, 0.065);
}

.nexapa-footer-legal-identity > span {
    color: rgba(255, 255, 255, 0.70);
    font-weight: 700;
}

.nexapa-footer-legal-identity strong {
    color: rgba(255, 255, 255, 0.76);
    font-weight: 700;
}

@keyframes nexapaLegalPulse {
    0% {
        opacity: 0.65;
        transform: scale(0.72);
    }

    100% {
        opacity: 0;
        transform: scale(1.7);
    }
}

@media (max-width: 991px) {
    .nexapa-company-identity {
        padding: 64px 0;
    }

    .nexapa-company-identity-inner {
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 32px;
    }

    .nexapa-company-identity-link {
        grid-column: 1 / -1;
        width: fit-content;
        margin-left: 222px;
    }
}

@media (max-width: 767px) {
    .nexapa-company-identity-inner {
        display: block;
        padding: 30px;
    }

    .nexapa-company-identity-brand {
        margin-bottom: 29px;
        padding: 0 0 27px;
        border-right: 0;
        border-bottom:
            1px solid rgba(255, 255, 255, 0.09);
    }

    .nexapa-company-identity-copy {
        margin-bottom: 28px;
    }

    .nexapa-company-identity-link {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .nexapa-hero-legal {
        width: calc(100% - 28px);
        border-radius: 17px;
        font-size: 10px;
        text-align: left;
    }

    .nexapa-company-identity {
        padding: 48px 0;
    }

    .nexapa-company-identity-inner {
        padding: 25px 22px;
        border-radius: 22px;
    }

    .nexapa-company-identity-brand img {
        width: 132px;
    }

    .nexapa-company-identity-copy h2 {
        font-size: 30px;
    }

    .nexapa-company-identity-copy p {
        font-size: 12px;
    }

    .nexapa-company-identity-link {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nexapa-hero-legal-dot::after {
        animation: none !important;
    }
}

/* NEXAPA COMPANY IDENTITY END */

/* NEXAPA CONTACT PHONE START */
.nexapa-contact-phone {
    position: relative;
    padding: 72px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 84% 20%,
            rgba(69, 203, 159, 0.12),
            transparent 31%
        ),
        radial-gradient(
            circle at 10% 80%,
            rgba(77, 110, 255, 0.12),
            transparent 33%
        ),
        #0c1017;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.nexapa-contact-phone-card {
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 39px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 27px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.052),
            rgba(255, 255, 255, 0.014)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 28px 75px rgba(0, 0, 0, 0.25);
}

.nexapa-contact-phone-copy {
    max-width: 690px;
}

.nexapa-contact-phone-eyebrow {
    display: block;
    margin-bottom: 11px;
    color: #62dbb4;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nexapa-contact-phone-copy h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(29px, 3vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.nexapa-contact-phone-copy p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, 0.60);
    font-size: 13px;
    line-height: 1.8;
}

.nexapa-contact-phone-actions {
    min-width: 245px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.nexapa-contact-phone-button {
    min-height: 66px;
    padding: 12px 17px;
    display: flex;
    align-items: center;
    gap: 13px;
    border: 1px solid rgba(113, 140, 255, 0.20);
    border-radius: 17px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.025);
    text-decoration: none;
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease;
}

.nexapa-contact-phone-button:hover {
    transform: translateY(-3px);
    color: #ffffff;
    border-color: rgba(113, 140, 255, 0.50);
    background: rgba(93, 121, 255, 0.08);
}

.nexapa-contact-whatsapp {
    border-color: rgba(78, 215, 167, 0.22);
}

.nexapa-contact-whatsapp:hover {
    border-color: rgba(78, 215, 167, 0.55);
    background: rgba(78, 215, 167, 0.08);
}

.nexapa-contact-phone-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #8ca2ff;
    background: rgba(88, 116, 255, 0.09);
}

.nexapa-contact-whatsapp .nexapa-contact-phone-icon {
    color: #55ddb0;
    background: rgba(78, 215, 167, 0.09);
}

.nexapa-contact-phone-icon svg {
    width: 20px;
    height: 20px;
}

.nexapa-contact-phone-button small {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.40);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nexapa-contact-phone-button span:last-child {
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .nexapa-contact-phone-card {
        display: block;
    }

    .nexapa-contact-phone-actions {
        max-width: 520px;
        margin-top: 28px;
        flex-direction: row;
    }

    .nexapa-contact-phone-button {
        flex: 1;
    }
}

@media (max-width: 575px) {
    .nexapa-contact-phone {
        padding: 48px 0;
    }

    .nexapa-contact-phone-card {
        padding: 27px 22px;
        border-radius: 22px;
    }

    .nexapa-contact-phone-copy h2 {
        font-size: 31px;
    }

    .nexapa-contact-phone-actions {
        flex-direction: column;
    }

    .nexapa-contact-phone-button {
        width: 100%;
    }
}
/* NEXAPA CONTACT PHONE END */
