body {
    background: #edf2f8;
}

.header-container {
    padding: 6px 0;
}

.header-logo-container img {
    max-height: 72px;
    width: auto;
}

.sf-menu > li > a {
    font-size: 14px;
    letter-spacing: 0.04em;
}

.slider-1 .contain h2 {
    max-width: 10ch;
    text-shadow: 0 10px 35px rgba(0, 0, 0, 0.22);
}

.slider-1 .contain p {
    max-width: 540px;
    font-size: 20px;
    line-height: 1.6;
    text-shadow: 0 10px 35px rgba(0, 0, 0, 0.18);
}

.block3-description,
.item-caption,
.buy-now-slogan,
.contact-copy-block p {
    line-height: 1.8;
}

.contact-copy-block {
    padding: 28px;
}

.contact-copy-block p {
    margin-bottom: 16px;
}

.legacy-footer {
    margin-top: 0;
}

.footer-content-bg,
.footer-copyright-bg,
.dark-grey-bg {
    background-color: #1f334d;
}

.dark-grey-bg .buy-text h2,
.dark-grey-bg .buy-now-slogan {
    color: #fff;
}

.footer-copyright-container,
.footer-contact-info,
.footer-social-text-container p {
    color: #dbe7f5;
}

.item-title-text-container .bold,
.caption-text-container,
.title-block-text strong,
.box3-text-container h3 {
    color: #16375f;
}

@media only screen and (max-width: 767px) {
    .slider-1 .contain h2 {
        max-width: 100%;
        font-size: 34px !important;
        line-height: 1.12 !important;
    }

    .slider-1 .contain p {
        max-width: 100%;
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .header-logo-container img {
        max-height: 56px;
    }
}

.page-title-large {
    position: relative;
    padding: 160px 0 120px;
}

.page-title-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 31, 55, 0.88), rgba(15, 31, 55, 0.46));
}

.page-title-inner {
    position: relative;
    z-index: 2;
    max-width: 720px;
    color: #fff;
}

.page-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #f4cf63;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.page-title-inner h1 {
    margin: 0;
    color: #fff;
    font-size: 52px;
    line-height: 1.08;
}

.page-title-inner p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 19px;
    line-height: 1.75;
}

.ecosystem-copy-block,
.ecosystem-structure-block {
    padding: 30px;
}

.ecosystem-copy-block p,
.ecosystem-node p,
.ecosystem-pillar-card p,
.ecosystem-cta-copy p {
    line-height: 1.8;
}

.ecosystem-structure-block {
    background: #f7fafc;
}

.ecosystem-node {
    padding: 22px 24px;
    border: 1px solid #d9e3ef;
    background: #fff;
    box-shadow: 0 16px 40px rgba(17, 43, 73, 0.08);
}

.ecosystem-node + .ecosystem-node,
.ecosystem-node-wide {
    margin-top: 18px;
}

.ecosystem-node span {
    display: inline-block;
    margin-bottom: 10px;
    color: #5f7b9f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ecosystem-node strong {
    display: block;
    margin-bottom: 10px;
    color: #16375f;
    font-size: 22px;
    line-height: 1.25;
}

.ecosystem-link-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 18px;
}

.ecosystem-pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ecosystem-pillar-card {
    padding: 18px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(17, 43, 73, 0.08);
}

.ecosystem-pillar-card img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 18px;
}

.ecosystem-pillar-card h3 {
    margin-bottom: 12px;
    color: #16375f;
}

.ecosystem-cta-band {
    padding: 56px 0;
}

.ecosystem-cta-copy h2 {
    color: #fff;
    margin-bottom: 14px;
}

.ecosystem-cta-copy p {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0;
}

.ecosystem-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    justify-content: center;
    min-height: 100%;
}

@media only screen and (max-width: 767px) {
    .page-title-large {
        padding: 120px 0 80px;
    }

    .page-title-inner h1 {
        font-size: 34px;
    }

    .page-title-inner p {
        font-size: 16px;
        line-height: 1.65;
    }

    .ecosystem-link-row,
    .ecosystem-pillars-grid {
        grid-template-columns: 1fr;
    }

    .ecosystem-pillar-card img {
        height: 180px;
    }
}

.netsmile-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.netsmile-service-card {
    padding: 28px;
    background: #fff;
    border: 1px solid #d9e3ef;
    box-shadow: 0 16px 40px rgba(17, 43, 73, 0.08);
}

.netsmile-service-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #5f7b9f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.netsmile-service-card h3 {
    margin-bottom: 12px;
    color: #16375f;
}

.netsmile-service-card p {
    margin-bottom: 0;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .netsmile-services-grid {
        grid-template-columns: 1fr;
    }
}

.content-container-grey.contact-copy-block,
.content-container-grey.ecosystem-copy-block,
.dark-grey-bg .buy-container,
.footer-content-bg .footer-contact-info {
    color: #eef5ff;
}

.content-container-grey.contact-copy-block,
.dark-grey-bg .buy-container {
    background: #2b5186;
}

.content-container-grey.contact-copy-block p,
.content-container-grey.contact-copy-block strong,
.content-container-grey.contact-copy-block a,
.content-container-grey.ecosystem-copy-block p,
.dark-grey-bg .buy-text h2,
.dark-grey-bg .buy-now-slogan,
.dark-grey-bg .buy-text,
.footer-content-bg .footer-contact-info,
.footer-content-bg .footer-contact-info a {
    color: #eef5ff !important;
}

.content-container-grey.contact-copy-block a,
.footer-content-bg .footer-contact-info a {
    text-decoration: none;
}

.content-container-grey.contact-copy-block a:hover,
.footer-content-bg .footer-contact-info a:hover {
    color: #ffffff !important;
}

.caption-container-main .caption-text-container,
.caption.footer-block {
    color: #16375f;
    background: #f4f8fd;
}

.home-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.home-feature-card {
    background: #ffffff;
    border: 1px solid #e2eaf3;
    box-shadow: 0 18px 42px rgba(17, 43, 73, 0.08);
}

.home-feature-card img {
    display: block;
    width: calc(100% - 36px);
    height: 250px;
    object-fit: cover;
    margin: 18px 18px 0;
}

.home-feature-copy {
    padding: 18px 22px 24px;
}

.home-feature-copy h3 {
    margin-bottom: 14px;
    color: #16375f;
    font-size: 24px;
    line-height: 1.2;
}

.home-feature-copy p {
    margin-bottom: 0;
    color: #314a67;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .home-feature-grid {
        grid-template-columns: 1fr;
    }

    .home-feature-card img {
        width: calc(100% - 28px);
        height: 220px;
        margin: 14px 14px 0;
    }
}

.latest-work-jc .hover-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.latest-work-jc .view {
    flex: 0 0 auto;
}

.latest-work-jc .view img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.latest-work-jc .lw-item-caption-container {
    display: flex;
    flex-direction: column;
    min-height: 170px;
}

.latest-work-jc .item-title-main-container {
    min-height: 52px;
}

.latest-work-jc .item-caption {
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .latest-work-jc .view img {
        height: 210px;
    }

    .latest-work-jc .lw-item-caption-container {
        min-height: 0;
    }
}

.contact-equal-row {
    display: flex;
    align-items: stretch;
}

.contact-equal-row > .eight.columns {
    display: flex;
    flex-direction: column;
}

.contact-equal-row .contact-copy-block {
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .contact-equal-row {
        display: block;
    }

    .contact-equal-row > .eight.columns {
        display: block;
    }
}

.fondasi-equal-row {
    display: flex;
    align-items: stretch;
}

.fondasi-equal-row > .one-third.column {
    display: flex;
}

.fondasi-equal-row .block3-container,
.fondasi-equal-row .block3-a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.fondasi-equal-row .box3-description-container {
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .fondasi-equal-row {
        display: block;
    }

    .fondasi-equal-row > .one-third.column {
        display: block;
    }
}

.fondasi-equal-row .block3-container {
    margin-bottom: 0;
}

.fondasi-equal-row .box3-text-container,
.fondasi-equal-row .box3-description-container {
    width: 100%;
}

.fondasi-equal-row .box3-description-container {
    display: flex;
    align-items: stretch;
}

.fondasi-equal-row .box3-description {
    width: 100%;
}

.footer-content-bg {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(86, 170, 232, 0.16), transparent 30%),
        radial-gradient(circle at bottom right, rgba(255, 211, 94, 0.10), transparent 26%),
        linear-gradient(135deg, #1f3554 0%, #243f64 52%, #1b304c 100%) !important;
}

.footer-content-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 35%);
    pointer-events: none;
}

.legacy-footer .container,
.footer-content-bg .container {
    position: relative;
    z-index: 1;
}

.ecosystem-cta-band {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
        linear-gradient(135deg, #233d60 0%, #29476f 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ecosystem-cta-actions .button,
.footer-social-links-container {
    box-shadow: 0 14px 30px rgba(5, 17, 31, 0.18);
}

.footer-social-links-container {
    display: inline-block;
    padding: 8px 12px;
    background: rgba(74, 156, 217, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}

.caption.footer-block {
    background: linear-gradient(135deg, #f2f4f8 0%, #d6dde9 100%) !important;
    color: #173656 !important;
    border-left: 4px solid #56a6e7;
    box-shadow: 0 10px 24px rgba(8, 17, 31, 0.12);
}

.footer-contact-info {
    padding: 22px 0 0 !important;
}

.footer-contact-info li {
    background: rgba(255, 255, 255, 0.04);
    border-left: 3px solid rgba(86, 166, 231, 0.65);
    margin-bottom: 14px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.footer-copyright-bg {
    background: linear-gradient(90deg, #162638 0%, #1b2f48 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-copyright-container {
    color: #d9e7f6 !important;
}

.footer-social-text-container p,
.footer-contact-info,
.footer-contact-info a,
.ecosystem-cta-copy p {
    color: #eef5ff !important;
}

.distributor-cards-row {
    display: flex;
    align-items: stretch;
}

.distributor-cards-row > .one-third.column {
    display: flex;
}

.distributor-cards-row .block3-container,
.distributor-cards-row .block3-a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.distributor-cards-row .box3-text-container,
.distributor-cards-row .box3-description-container {
    width: 100%;
}

.distributor-cards-row .box3-description-container {
    display: flex;
    align-items: stretch;
    flex: 1;
}

.distributor-cards-row .box3-description {
    width: 100%;
}

.distributor-cards-row .block3-container {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .distributor-cards-row {
        display: block;
    }

    .distributor-cards-row > .one-third.column {
        display: block;
    }
}

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

.news-hero-banner {
    min-height: 280px;
    padding: 0;
}

.news-grid-featured {
    align-items: stretch;
}

.news-grid-wide {
    align-items: stretch;
}

.news-card {
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #dfe8f2;
    box-shadow: 0 18px 42px rgba(17, 43, 73, 0.08);
}

.news-card-featured {
    overflow: hidden;
    padding: 0;
}

.news-card-image-link,
.news-list-image-link {
    display: block;
}

.news-card-image {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.news-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px;
}

.news-meta {
    display: inline-block;
    margin-bottom: 14px;
    color: #5f7b9f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.news-card h3 {
    margin-bottom: 14px;
    color: #16375f;
    line-height: 1.25;
}

.news-card h3 a,
.news-list-copy h3 a {
    color: inherit;
    text-decoration: none;
}

.news-card h3 a:hover,
.news-list-copy h3 a:hover {
    color: #1f6fb5;
}

.news-card p {
    flex: 1;
    margin-bottom: 18px;
    color: #314a67;
    line-height: 1.8;
}

.news-intro-block,
.news-update-block {
    min-height: 100%;
}

.news-update-block {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #dfe8f2;
    box-shadow: 0 18px 42px rgba(17, 43, 73, 0.08);
}

.news-update-block p {
    margin-bottom: 16px;
    line-height: 1.8;
}

.news-update-block p:last-child {
    margin-bottom: 0;
}

.news-card-accent {
    background: linear-gradient(135deg, #f7fbff 0%, #eef5fd 100%);
    border-color: #cfe0f2;
}

.news-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.news-list-item {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe8f2;
    box-shadow: 0 18px 42px rgba(17, 43, 73, 0.08);
}

.news-list-image {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.news-list-copy h3 {
    margin-bottom: 10px;
    color: #16375f;
    line-height: 1.3;
}

.news-list-copy p {
    margin-bottom: 0;
    color: #314a67;
    line-height: 1.75;
}

.news-list-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.news-detail-card,
.news-detail-side-card {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #dfe8f2;
    box-shadow: 0 18px 42px rgba(17, 43, 73, 0.08);
}

.news-detail-card p {
    margin-bottom: 18px;
    color: #314a67;
    line-height: 1.9;
}

.news-detail-card p:last-child {
    margin-bottom: 0;
}

.news-detail-points {
    margin: 0 0 24px;
    padding-left: 18px;
}

.news-detail-points li {
    margin-bottom: 12px;
    color: #314a67;
    line-height: 1.7;
}

.news-detail-points li:last-child {
    margin-bottom: 0;
}

.news-link {
    color: #1f6fb5;
    font-weight: 700;
    text-decoration: none;
}

.news-link:hover {
    color: #16375f;
}

@media only screen and (max-width: 767px) {
    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-card-image {
        height: 200px;
    }

    .news-list-item {
        grid-template-columns: 1fr;
    }

    .news-list-image {
        height: 180px;
    }

    .news-list-action {
        justify-content: flex-start;
    }
}

nav#main-nav select {
    display: none !important;
}

.mobile-nav-wrap {
    display: none;
}

.mobile-nav-backdrop,
.mobile-nav-panel {
    display: none;
}

@media only screen and (max-width: 767px) {
    .header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-logo-container,
    .header-menu-container.right {
        float: none !important;
    }

    .header-menu-container.right {
        margin-left: auto;
        margin-right: 20px;
    }

    nav#main-nav > ul.sf-menu {
        display: none !important;
    }

    .mobile-nav-wrap {
        display: block;
        width: auto;
        margin-top: 0;
        margin-left: auto;
        position: relative;
        z-index: 10001;
    }

    .mobile-nav-toggle {
        display: flex;
        min-width: 76px;
        align-items: center;
        justify-content: center;
        padding: 12px 14px;
        border: 0;
        border-radius: 20px;
        background: linear-gradient(135deg, #204268 0%, #315b8d 100%);
        box-shadow: 0 18px 34px rgba(17, 43, 73, 0.18);
        color: #fff;
        cursor: pointer;
    }

    .mobile-nav-backdrop {
        position: fixed;
        inset: 0;
        z-index: 20000;
        background: rgba(8, 16, 28, 0.62);
        backdrop-filter: blur(6px);
    }

    .mobile-nav-bars {
        display: inline-flex;
        flex-direction: column;
        gap: 4px;
    }

    .mobile-nav-bars i {
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 999px;
        background: #fff;
    }

    .mobile-nav-panel {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 20001;
        width: min(340px, 88vw);
        height: 100vh;
        overflow-y: auto;
        padding: 0 18px 24px;
        border-left: 1px solid rgba(217, 227, 239, 0.9);
        border-radius: 28px 0 0 28px;
        background: #ffffff;
        box-shadow: -18px 0 48px rgba(17, 43, 73, 0.22);
    }

    .mobile-nav-panel-header {
        position: sticky;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0 18px;
        background: #ffffff;
        border-bottom: 1px solid #e7eef7;
        z-index: 2;
    }

    .mobile-nav-panel-title {
        color: #16375f;
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .mobile-nav-close {
        position: relative;
        width: 40px;
        height: 40px;
        border: 0;
        border-radius: 14px;
        background: #eef4fb;
        cursor: pointer;
    }

    .mobile-nav-close span {
        position: absolute;
        top: 19px;
        left: 10px;
        width: 20px;
        height: 2px;
        border-radius: 999px;
        background: #1f4d7d;
    }

    .mobile-nav-close span:first-child {
        transform: rotate(45deg);
    }

    .mobile-nav-close span:last-child {
        transform: rotate(-45deg);
    }

    .mobile-nav-list,
    .mobile-nav-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

    .mobile-nav-list {
        display: block !important;
    }

    .mobile-nav-list > li + li {
        border-top: 1px solid #e5edf6;
    }

    .mobile-nav-list > li:first-child {
        border-top: 0;
    }

    .mobile-nav-list li {
        display: block !important;
        position: relative;
        float: none !important;
        width: 100% !important;
    }

    .mobile-nav-list a {
        display: block;
        padding: 16px 46px 16px 8px;
        color: #16375f !important;
        font-size: 14px !important;
        font-weight: 700;
        text-transform: none !important;
        text-decoration: none;
    }

    .mobile-nav-list .mobile-submenu a {
        padding-left: 20px;
        font-size: 13px !important;
        font-weight: 600;
        color: #315b8d !important;
    }

    .mobile-nav-list a.has-mobile-submenu {
        cursor: pointer;
    }

    .mobile-nav-list .mobile-submenu li + li {
        border-top: 0;
    }

    .mobile-submenu-toggle {
        position: absolute;
        top: 6px;
        right: 0;
        width: 34px;
        height: 34px;
        border: 0;
        border-radius: 12px;
        background: #eef4fb;
        cursor: pointer;
    }

    .mobile-submenu-toggle span,
    .mobile-submenu-toggle span::before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 12px;
        height: 2px;
        margin-left: -6px;
        margin-top: -1px;
        border-radius: 999px;
        background: #1f4d7d;
        content: "";
    }

    .mobile-submenu-toggle span::before {
        transform: rotate(90deg);
        transition: transform 0.18s ease;
    }

    .mobile-submenu-toggle.is-open span::before {
        transform: rotate(0deg);
    }

    .mobile-submenu {
        display: none;
        margin-top: -2px !important;
        padding: 0 0 8px !important;
        position: static !important;
        top: auto !important;
        left: auto !important;
        margin: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .mobile-nav-list li.submenu-open > .mobile-submenu {
        display: block;
    }

    body.mobile-nav-open {
        overflow: hidden;
    }

    body.mobile-nav-open #header,
    body.mobile-nav-open .header-container,
    body.mobile-nav-open .header-logo-container,
    body.mobile-nav-open .logo-container,
    body.mobile-nav-open .header-menu-container {
        position: relative;
        z-index: 1 !important;
    }

    body.mobile-nav-open .mobile-nav-wrap {
        z-index: 1 !important;
    }

    body.mobile-nav-open .mobile-nav-toggle {
        opacity: 0;
        pointer-events: none;
    }
}
