:root {
    --site-header-height: 104px;
    --brand-navy: #0c2234;
    --brand-navy-deep: #071a29;
    --brand-green: #35b765;
    --brand-green-dark: #187a42;
    --brand-green-light: #8de13a;
    --brand-muted: #5f7586;
    --brand-surface: #f4f7f8;
    --brand-border: #dce5e9;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--site-header-height);
}

body {
    background: #fff;
    color: var(--brand-navy);
    font-family: "Poppins-Regular",
    -apple-system,
    BlinkMacSystemFont,
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    Arial,
    sans-serif;
}

button,
a,
input,
textarea {
    touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 3px solid var(--brand-navy);
    outline-offset: 3px;
}

.home_banner a:focus-visible,
.mobile_menu a:focus-visible,
.footer a:focus-visible,
.contact_channel:focus-visible {
    outline-color: #fff;
}

.card_contact_link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.card_contact_link:hover {
    color: inherit;
    transform: translateY(-3px);
}

.card_contact_link:active {
    transform: translateY(0) scale(0.99);
}

.card_contact_link:focus-visible {
    outline-color: var(--brand-green);
    outline-offset: 4px;
}

.skip_link {
    position: fixed;
    left: 20px;
    top: -80px;
    z-index: 1001;
    padding: 12px 18px;
    background: #fff;
    color: var(--brand-navy);
    text-decoration: none;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    transition: top 0.2s ease;
}

.skip_link:focus {
    top: 12px;
}

.brand_identity {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.brand_identity:hover {
    text-decoration: none;
}

.brand_identity_header {
    width: 246px;
    min-height: 52px;
    margin-top: 0;
    gap: 12px;
    color: var(--brand-navy);
}

.brand_identity_header:hover {
    color: var(--brand-navy);
}

.brand_logo_placeholder {
    display: block;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    background-image: url("./images/goldenjoy-logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.brand_company_name {
    max-width: 182px;
    font-family: "Poppins-SemiBold";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.035em;
    line-height: 1.35;
}

.header_menu_wrapper {
    padding-left: 10px;
}

.header_menu_wrapper .header_menu_tabs > li {
    padding-right: 10px;
    padding-left: 10px;
}

.header_menu_wrapper .header_menu_tabs > li > a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 16px;
}

.header .inner {
    position: relative;
}

.language_switch {
    position: absolute;
    right: 20px;
    top: 28px;
    z-index: 3;
    min-width: 64px;
    height: 44px;
    padding: 0 14px;
    border: 1px solid var(--brand-border);
    border-radius: 24px;
    background: #fff;
    color: var(--brand-navy);
    cursor: pointer;
    font-family: "Poppins-Medium";
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 42px;
    text-align: center;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.language_switch:hover {
    border-color: var(--brand-navy);
    background: var(--brand-navy);
    color: #fff;
}

.language_switch:focus-visible {
    outline: 3px solid var(--brand-navy);
    outline-offset: 3px;
}

.language_switch:active {
    background: var(--brand-navy-deep);
    border-color: var(--brand-navy-deep);
}

.mobile_menu_hamburger {
    width: 44px;
    height: 44px;
    border: 0;
    padding: 0;
}

.mobile_menu_hamburger::before,
.mobile_menu_hamburger::after,
.mobile_menu_hamburger span {
    left: 9px;
    width: 26px;
    background-color: var(--brand-green-dark);
}

.mobile_menu {
    max-height: calc(100vh - var(--site-header-height));
    max-height: calc(100dvh - var(--site-header-height));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.mobile_menu.is-open {
    display: block;
}

.mobile_menu_content {
    background: rgba(12, 34, 52, 0.97);
}

.mobile_menu_content .home_icon_link a span,
.mobile_menu_content .header_menu > li > a {
    display: flex;
    min-height: 48px;
    padding: 12px 28px;
    align-items: center;
}

.home_banner {
    background-image: url("../wp-content/themes/duotechgloabal_wp/images/home_banner_bg.jpg");
    background-position: center;
    background-size: cover;
}

.home_banner .text_box {
    width: 670px;
    max-width: 100%;
}

.home_banner .text_box h1 {
    max-width: 18ch;
    letter-spacing: 0.01em;
}

.hero_intro {
    width: 620px;
    max-width: 100%;
    margin-bottom: 30px;
    color: #fff;
    font-size: 17px;
    line-height: 1.9;
}

.section_lead {
    width: 760px;
    max-width: 100%;
    margin: -12px auto 48px;
    color: var(--brand-muted);
    font-size: 16px;
    line-height: 1.9;
    text-align: center;
}

.section_lead_light {
    margin-top: -28px;
    color: rgba(255, 255, 255, 0.78);
}

.home_row1 .service_index {
    color: #fff;
    font-family: "Poppins-Bold";
    font-size: 22px;
}

.home_row1_box {
    width: 370px;
}

.core_service_card {
    display: flex;
    min-height: 360px;
    padding: 0;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    box-shadow: 0 12px 30px rgba(12, 34, 52, 0.2);
    isolation: isolate;
}

.core_service_card::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(
            180deg,
            rgba(7, 26, 41, 0.08) 18%,
            rgba(7, 26, 41, 0.88) 100%
    );
    content: "";
}

.core_service_registration {
    background-image: url("./images/core-service-registration.jpg");
}

.core_service_banking {
    background-image: url("./images/core-service-banking.jpg");
}

.core_service_compliance {
    background-image: url("./images/core-service-compliance.jpg");
}

.core_service_card_content {
    width: 100%;
    padding: 36px 30px 32px;
}

.home_row1 .core_service_card h3 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 25px;
    line-height: 1.45;
    text-align: left;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.home_row1 .core_service_card .discover_more_link {
    position: static;
    width: auto;
    text-align: left;
}

.home_row1 .core_service_card .discover_more_link span {
    display: inline-flex;
    min-height: 44px;
    padding: 10px 30px 10px 16px;
    background: var(--brand-green);
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.home_row1 .core_service_card:hover .discover_more_link span {
    background: var(--brand-green-dark);
    color: #fff;
}

.home_row1 .core_service_card .discover_more_link span::after {
    margin-left: 9px;
    content: "›";
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 1;
}

.home_row2 {
    background: #30b767 url("../wp-content/themes/duotechgloabal_wp/images/about_us_bg.jpg") bottom center / cover no-repeat;
}

.home_row2 .img_box h2 {
    color: #fff;
    font-size: 52px;
    line-height: 1.15;
}

.home_row2 .positioning_regions_only {
    justify-content: center;
}

.home_row2 .positioning_regions_content {
    width: 100%;
    max-width: 1100px;
}

.regions_box {
    margin-top: 0;
}

.regions_box h2 {
    margin-bottom: 24px;
    color: #fff;
    font-size: 30px;
    line-height: 1.35;
}

.regions_list {
    display: flex;
    gap: 10px;
    margin: 0 0 32px;
    padding: 0;
    flex-wrap: wrap;
}

.regions_list li {
    margin: 0;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
}

.home_row2 .text_box .positioning_principle {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 24px;
    border-left: 4px solid var(--brand-green);
    background: rgba(7, 26, 41, 0.58);
    font-family: "Poppins-Medium";
    font-size: 16px;
}

.home_row4 .solutions_detail_grid > li {
    width: 25%;
    scroll-margin-top: var(--site-header-height);
}

.home_row4 .solution_image_card {
    position: relative;
    display: flex;
    min-height: 280px;
    padding: 0;
    overflow: hidden;
    align-items: flex-end;
    text-align: left;
    isolation: isolate;
}

.solution_image_card::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(
            180deg,
            rgba(7, 26, 41, 0.06) 20%,
            rgba(7, 26, 41, 0.9) 100%
    );
    content: "";
}

.solution_card_background {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.solution_image_card:hover .solution_card_background {
    transform: scale(1.035);
}

.home_row4 .solution_image_card h4 {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 28px 24px;
    color: #fff;
    font-size: 22px;
    line-height: 1.45;
    text-align: left;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.detail_list {
    margin: 0;
    padding: 0;
}

.detail_list > li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 18px;
    color: var(--brand-muted);
    font-size: 14px;
    line-height: 1.75;
}

.detail_list > li::before {
    position: absolute;
    left: 0;
    top: 0.74em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand-green);
    content: "";
}

.support_content_section {
    background: #fff;
}

.support_content_section > .inner {
    padding-top: 100px;
    padding-bottom: 80px;
}

.content_section_heading {
    width: 850px;
    max-width: 100%;
    margin: 0 auto 50px;
    text-align: center;
}

.content_section_heading > span,
.support_subheading > span,
.packages_heading > span {
    display: block;
    margin-bottom: 12px;
    color: var(--brand-green);
    font-family: "Poppins-Medium";
    font-size: 15px;
    letter-spacing: 0.1em;
}

.content_section_heading h2 {
    margin-bottom: 22px;
    color: var(--brand-navy);
    font-size: 45px;
    line-height: 1.35;
}

.content_section_heading p {
    margin: 0;
    color: var(--brand-muted);
    font-size: 16px;
    line-height: 1.9;
}

.support_foundation_grid,
.administration_grid,
.packages_grid {
    display: flex;
    margin: 0 -10px;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.support_foundation_grid > li,
.packages_grid > li {
    width: 33.333%;
    padding: 0 10px 20px;
}

.support_service_card,
.administration_card,
.package_card {
    height: 100%;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
}

.support_image_card {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 300px;
    overflow: hidden;
    align-items: flex-end;
    background: var(--brand-navy);
    text-align: left;
}

.support_image_card::after {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60%;
    background: linear-gradient(180deg, rgba(8, 32, 48, 0), rgba(8, 32, 48, 0.82));
    content: "";
    pointer-events: none;
}

.support_card_background {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.support_image_card:hover .support_card_background {
    transform: scale(1.035);
}

.support_image_card h3,
.support_image_card h4 {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 28px 26px;
    color: #fff;
    line-height: 1.4;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.support_image_card h3 {
    font-size: 23px;
}

.support_image_card h4 {
    font-size: 21px;
}

.support_subheading {
    margin: 62px auto 34px;
    text-align: center;
}

.support_subheading h3 {
    margin: 0;
    color: var(--brand-navy);
    font-size: 34px;
}

.administration_grid > li {
    width: 33.333%;
    padding: 0 10px 20px;
}

.administration_card.support_image_card {
    min-height: 260px;
}

.packages_wrapper {
    padding: 58px 0 40px;
    background: var(--brand-navy);
}

.packages_heading {
    width: 760px;
    max-width: 100%;
    margin: 0 auto 38px;
    text-align: center;
}

.packages_heading h3 {
    margin-bottom: 16px;
    color: #fff;
    font-size: 34px;
}

.packages_heading p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 1.8;
}

.package_card.support_image_card {
    min-height: 300px;
}

.advantages_heading {
    margin-bottom: 48px;
}

.home_row3 .home_row3_box .detail_list {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}

.home_row3 .home_row3_box .detail_list > li {
    width: 100%;
    margin: 0;
    padding: 0 0 11px 20px;
    color: var(--brand-muted);
    font-size: 15px;
    line-height: 1.7;
}

.compliance_boundary {
    display: grid;
    margin-top: 20px;
    padding: 36px 42px;
    border: 1px solid var(--brand-border);
    grid-template-columns: 0.9fr 1.1fr;
    gap: 50px;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
}

.compliance_boundary > div > span {
    display: block;
    margin-bottom: 12px;
    color: var(--brand-green);
    font-family: "Poppins-Medium";
    letter-spacing: 0.08em;
}

.compliance_boundary h3 {
    margin: 0;
    color: var(--brand-navy);
    font-size: 30px;
    line-height: 1.45;
}

.home_row3 .compliance_boundary > ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 12px;
}

.home_row3 .compliance_boundary > ul > li {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 0 20px;
    color: var(--brand-muted);
    font-size: 15px;
    line-height: 1.65;
}

.home_row3 .compliance_boundary > ul > li::before {
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--brand-green);
    content: "";
}

.contact_intro {
    width: 760px;
    max-width: 100%;
    margin: -25px auto 42px;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.contact_details {
    font-style: normal;
}

.contact_identity {
    display: grid;
    margin: 0 0 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.contact_identity_item {
    display: flex;
    min-width: 0;
    min-height: 132px;
    padding: 28px 30px;
    border-left: 6px solid var(--brand-green-light);
    background: #fff;
    flex-direction: column;
    justify-content: center;
    color: var(--brand-navy);
    box-shadow: 0 14px 35px rgba(7, 26, 41, 0.18);
}

.contact_identity_item strong {
    max-width: 100%;
    color: var(--brand-navy);
    font-family: "Poppins-SemiBold";
    font-size: 18px;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.contact_channels {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.contact_channel {
    display: flex;
    min-width: 0;
    min-height: 210px;
    padding: 34px 24px 30px;
    border-top: 6px solid var(--brand-green-light);
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--brand-navy);
    text-align: center;
    text-decoration: none;
    box-shadow: 0 14px 35px rgba(7, 26, 41, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact_channel:hover {
    color: var(--brand-navy);
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(7, 26, 41, 0.24);
}

.contact_channel_icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--brand-green);
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Poppins-SemiBold";
    font-size: 20px;
    line-height: 1;
}

.contact_channel_label {
    margin-bottom: 8px;
    color: var(--brand-green-dark);
    font-family: "Poppins-Medium";
    font-size: 15px;
    letter-spacing: 0.04em;
}

.contact_channel strong {
    max-width: 100%;
    color: var(--brand-navy);
    font-family: "Poppins-SemiBold";
    font-size: 18px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.brand_identity_footer {
    display: flex;
    width: 108px;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    gap: 12px;
}

.brand_identity_footer:hover {
    color: #fff;
}

.brand_identity_footer .brand_logo_placeholder {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
}

.brand_identity_footer .brand_company_name {
    max-width: 108px;
    font-size: 11px;
    letter-spacing: 0.025em;
    line-height: 1.45;
}

html[lang="en"] .header_menu_wrapper .header_menu_tabs > li {
    padding-right: 6px;
    padding-left: 6px;
}

html[lang="en"] .header_menu_wrapper .header_menu_tabs > li > a {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 15px;
    white-space: nowrap;
}

html[lang="en"] .home_banner .text_box {
    width: 760px;
}

html[lang="en"] .home_banner .text_box h5 {
    font-size: 26px;
}

html[lang="en"] .home_banner .text_box h1 {
    max-width: 100%;
    font-size: 52px;
    letter-spacing: 0;
}

html[lang="en"] .hero_intro,
html[lang="en"] .section_lead {
    width: 820px;
}

html[lang="en"] .hero_intro {
    font-size: 16px;
    line-height: 1.75;
}

html[lang="en"] .home_banner .green_arrow_button {
    width: 300px;
    max-width: 100%;
}

html[lang="en"] .home_row2 .img_box h2 {
    font-size: 46px;
    line-height: 1.18;
}

html[lang="en"] .solution_detail_card,
html[lang="en"] .support_service_card,
html[lang="en"] .administration_card,
html[lang="en"] .package_card,
html[lang="en"] .home_row3_box,
html[lang="en"] .compliance_boundary {
    overflow-wrap: break-word;
}

html[lang="en"] main,
html[lang="en"] footer {
    overflow-wrap: break-word;
}

html[lang="en"] .solution_detail_card h4 {
    font-size: 23px;
}

.footer_text p {
    margin-bottom: 14px;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}

.footer_bottom p {
    padding: 20px;
}

.reveal-ready {
    opacity: 0;
    transform: translateY(42px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal-visible {
    opacity: 1;
    transform: translateY(0);
}

.home_row1_box:focus-within,
.solution_detail_card:focus-within,
.support_service_card:focus-within,
.package_card:focus-within {
    box-shadow: 0 0 0 4px rgba(53, 183, 101, 0.3);
}

@media (min-width: 941px) {
    .home_banner .inner {
        min-height: 800px;
    }

    .home_row2 .inner {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

@media (min-width: 769px) {
    .home_banner .text_box {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    html[lang="en"] .home_banner .text_box {
        padding-top: 140px;
        padding-bottom: 60px;
    }
}

@media (max-width: 1080px) {
    .brand_identity_header {
        margin-top: 0;
    }

    .header_menu_wrapper {
        padding-top: 16px;
        padding-left: 10px;
    }

    .header_menu_wrapper .header_menu_tabs > li {
        padding-right: 3px;
        padding-left: 3px;
    }

    .header_menu_wrapper .header_menu_tabs > li > a {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    html[lang="en"] .header_menu_wrapper .header_menu_tabs > li {
        padding-right: 3px;
        padding-left: 3px;
    }

    html[lang="en"] .header_menu_wrapper .header_menu_tabs > li > a {
        padding-right: 2px;
        padding-left: 2px;
        font-size: 14px;
    }
}

@media (max-width: 980px) {
    .header .inner {
        padding-right: 20px;
        padding-left: 20px;
    }

    .brand_identity_header {
        width: 210px;
        gap: 10px;
    }

    .brand_identity_header .brand_logo_placeholder {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .brand_identity_header .brand_company_name {
        max-width: 158px;
        font-size: 12px;
    }

    .home_banner .text_box h1 {
        max-width: 16ch;
    }

    .content_section_heading h2 {
        font-size: 40px;
    }

    .home_row3 > .inner > ul {
        margin-right: -20px;
        margin-left: -20px;
    }

    .home_row3 > .inner > ul > li {
        padding-right: 20px;
        padding-left: 20px;
    }

    .support_foundation_grid > li,
    .packages_grid > li {
        width: 50%;
    }

    .administration_grid > li {
        width: 50%;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    html[lang="en"] .header_menu_wrapper {
        display: none;
    }

    html[lang="en"] .mobile_menu_hamburger {
        display: block;
        right: 16px;
        top: 28px;
        bottom: auto;
        margin: 0;
    }

    html[lang="en"] .language_switch {
        right: 72px;
        top: 28px;
    }

    html[lang="en"] .mobile_menu.is-open {
        display: block !important;
    }
}

@media (max-width: 940px) {
    html[lang="en"] .home_banner .text_box h5 {
        font-size: 20px;
    }

    html[lang="en"] .home_banner .text_box h1 {
        font-size: 40px;
    }
}

@media (max-width: 900px) {
    .home_row4 .solutions_detail_grid > li {
        width: 50%;
    }

    .solution_detail_card {
        padding: 42px 28px 36px;
    }
}

@media (max-width: 768px) {
    html {
        scroll-padding-top: var(--site-header-height);
    }

    .brand_identity_header {
        width: 168px;
        min-height: 52px;
        gap: 8px;
    }

    .brand_identity_header .brand_logo_placeholder {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .brand_identity_header .brand_company_name {
        max-width: 122px;
        font-size: 10.5px;
        letter-spacing: 0.02em;
        line-height: 1.35;
    }

    .header_logo {
        margin-top: 0;
    }

    .mobile_menu_hamburger {
        right: 16px;
        top: 24px;
        bottom: auto;
        margin: 0;
    }

    .language_switch {
        right: 72px;
        top: 24px;
    }

    .home_banner {
        background-image: url("./images/home_banner_bg-mobile.jpg");
        background-position: center;
    }

    .home_row2 {
        background-image: url("./images/about_us_bg-mobile.jpg");
    }

    .get_in_touch_wrapper {
        background-image: url("./images/get_in_touch_wrapper_bg-mobile.png");
    }

    .home_banner .text_box {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .hero_intro {
        font-size: 16px;
        line-height: 1.75;
    }

    .section_lead,
    .content_section_heading p,
    .solution_detail_card > p,
    .detail_list > li,
    .home_row1 p,
    .home_row3 .home_row3_box .detail_list > li,
    .home_row3 .compliance_boundary > ul > li,
    .administration_card p,
    .package_card > p,
    .packages_heading p,
    .contact_intro {
        font-size: 16px;
        line-height: 1.75;
    }

    .home_row2 .img_box,
    .home_row2 .text_box {
        width: 100%;
        max-width: 100%;
    }

    .home_row2 .img_box {
        margin-bottom: 30px;
    }

    .core_service_card {
        min-height: 320px;
    }

    .core_service_card_content {
        padding: 32px 24px 28px;
    }

    .home_row1 .core_service_card h3 {
        font-size: 23px;
    }

    .regions_box h2 {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .regions_list {
        gap: 8px;
        margin-bottom: 24px;
    }

    .regions_list li {
        padding: 8px 11px;
    }

    .home_row2 .text_box .positioning_principle {
        padding: 18px 18px;
        line-height: 1.7;
    }

    .home_row3 > .inner > ul {
        margin-right: 0;
        margin-left: 0;
    }

    .home_row3 > .inner > ul > li {
        padding-right: 0;
        padding-left: 0;
    }

    .home_row2 .img_box h2 {
        font-size: 32px;
    }

    html[lang="en"] .home_banner .text_box h1,
    html[lang="en"] .home_row2 .img_box h2 {
        font-size: 32px;
    }

    html[lang="en"] .home_banner .text_box {
        padding-bottom: 60px;
    }

    html[lang="en"] .home_banner .text_box h5 {
        font-size: 16px;
    }

    .home_row4 .solutions_detail_grid > li {
        width: 100%;
    }

    .solution_detail_card {
        padding: 40px 22px 34px;
    }

    .content_section_heading h2 {
        font-size: 32px;
    }

    .content_section_heading p {
        font-size: 16px;
    }

    .support_content_section > .inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .support_foundation_grid,
    .administration_grid,
    .packages_grid {
        margin-right: 0;
        margin-left: 0;
    }

    .support_foundation_grid > li,
    .administration_grid > li,
    .packages_grid > li {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .support_image_card,
    .package_card.support_image_card {
        min-height: 270px;
    }

    .administration_card.support_image_card {
        min-height: 240px;
    }

    .support_subheading {
        margin-top: 42px;
    }

    .support_subheading h3,
    .packages_heading h3 {
        font-size: 26px;
    }

    .packages_wrapper {
        padding: 42px 0 24px;
    }

    .package_card > p {
        min-height: 0;
    }

    .compliance_boundary {
        padding: 34px 26px;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .compliance_boundary h3 {
        font-size: 24px;
    }

    .contact_intro {
        margin: -20px auto 30px;
        font-size: 16px;
    }

    .contact_identity,
    .contact_channels {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .contact_identity {
        margin-bottom: 16px;
    }

    .contact_identity_item {
        min-height: 0;
        padding: 24px 20px;
    }

    .contact_channel {
        min-height: 0;
        padding: 28px 20px 26px;
    }

    .contact_channel_icon {
        margin-bottom: 14px;
    }

    .brand_identity_footer {
        width: 130px;
    }

    .brand_identity_footer .brand_company_name {
        max-width: 130px;
    }

    .footer_links ul li {
        padding-bottom: 0;
    }

    .footer_links ul li:first-child {
        padding-bottom: 10px;
    }

    .footer_links a,
    .footer_text h3 a {
        display: inline-flex;
        min-height: 44px;
        align-items: center;
    }

    .reveal-ready {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 600px) {
    .home_row4 .solutions_detail_grid {
        margin-right: 0;
        margin-left: 0;
    }

    .home_row4 .solutions_detail_grid > li {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .solution_detail_card {
        padding: 38px 25px 30px;
    }

    .hero_intro {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 1.7;
    }

    html[lang="en"] .hero_intro {
        font-size: 16px;
        line-height: 1.7;
    }

    .section_lead {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .section_lead_light {
        margin-top: -18px;
    }

    .support_service_card,
    .administration_card,
    .package_card {
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
    }

    html[lang="en"] .home_banner .green_arrow_button {
        width: auto;
        min-height: 44px;
    }
}

@media (max-width: 360px) {
    .brand_identity_header {
        width: 148px;
        gap: 6px;
    }

    .brand_identity_header .brand_logo_placeholder {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .brand_identity_header .brand_company_name {
        max-width: 108px;
        font-size: 9.5px;
    }

    .home_banner .text_box h1,
    html[lang="en"] .home_banner .text_box h1 {
        font-size: 30px;
        line-height: 1.28;
    }

    .content_section_heading h2,
    .home_row2 .img_box h2,
    html[lang="en"] .home_row2 .img_box h2,
    .get_in_touch_wrapper h2 {
        font-size: 29px;
    }

    .solution_detail_card {
        padding-right: 20px;
        padding-left: 20px;
    }

    .support_image_card h3,
    .support_image_card h4 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .compliance_boundary {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (orientation: landscape) and (max-height: 500px) and (max-width: 980px) {
    .home_banner .text_box,
    html[lang="en"] .home_banner .text_box {
        padding-top: 56px;
        padding-bottom: 48px;
    }

    .section_lead,
    .content_section_heading p,
    .solution_detail_card > p,
    .detail_list > li,
    .home_row1 p,
    .home_row3 .home_row3_box .detail_list > li,
    .home_row3 .compliance_boundary > ul > li,
    .administration_card p,
    .package_card > p,
    .packages_heading p,
    .contact_intro {
        font-size: 16px;
        line-height: 1.75;
    }

    .reveal-ready {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
