:root {
    --service-container: 1200px;
    --cpa-blue: #0a2d94;
    --cpa-bright: #1477d9;
    --aia-red: #e50046;
    --aia-deep: #b9183e;
}

.service-detail {
    overflow: hidden;
    color: #25272b;
    background: #fff;
}

.service-detail-container {
    width: min(var(--service-container), calc(100% - 48px));
    margin-inline: auto;
}

.service-detail-hero {
    position: relative;
    height: clamp(500px, 31.25vw, 920px);
    overflow: hidden;
    color: #fff;
    isolation: isolate;
}

.service-detail-hero-bg {
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.service-detail-section {
    position: relative;
}

.service-detail-heading {
    margin: 0 auto 44px;
    text-align: center;
}

.service-detail-heading h2 {
    margin: 0;
    color: #26282b;
    font-size: 34px;
    font-weight: 650;
    line-height: 1.35;
}

.service-detail-heading p {
    margin: 10px 0 0;
    color: #777b82;
    font-size: 15px;
    line-height: 1.7;
}

.service-detail-heading--left {
    margin: 0 0 29px;
    text-align: left;
}

.service-detail-heading--left h2 {
    color: #0b266b;
    font-size: 32px;
}

.service-detail-heading--left i {
    width: 100px;
    height: 5px;
    margin-top: 11px;
    display: block;
    background: linear-gradient(90deg, #080d45 0%, #c9161e 100%);
}

.service-detail-heading--inverse h2,
.service-detail-heading--inverse p {
    color: #fff;
}

.service-detail-copy p {
    margin: 0 0 18px;
    color: #575b62;
    font-size: 15px;
    line-height: 1.9;
    text-align: justify;
    text-wrap: pretty;
}

.service-detail-copy p:last-child {
    margin-bottom: 0;
}

.page-cpa .footer-identity > a:not(.footer-brand),
.page-aia .footer-identity > a:not(.footer-brand) {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.page-cpa .footer-identity b,
.page-aia .footer-identity b {
    width: 12px;
    height: 12px;
    display: inline-grid;
    place-items: center;
}

.page-cpa .footer-identity b img,
.page-aia .footer-identity b img {
    width: 11px;
    height: 11px;
    object-fit: contain;
}

/* CPA */
.cpa-hero-copy {
    height: 100%;
    padding-left: 42px;
    padding-top: 148px;
}

.cpa-hero-logo {
    width: 356px;
    height: auto;
}

.cpa-hero-title {
    margin: 30px 0 0;
    display: grid;
    font-weight: 500;
    line-height: 1.16;
}

.cpa-hero-title span {
    font-family: Arial, sans-serif;
    font-size: 52px;
    font-weight: 500;
}

.cpa-hero-title h1 {
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 520;
}

.cpa-hero-copy > p {
    margin: 22px 0 0;
    font-size: 20px;
    letter-spacing: .02em;
}

.cpa-stats {
    position: relative;
    z-index: 4;
    min-height: 120px;
    margin-top: -32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    background: #fff;
    box-shadow: 0 10px 28px rgba(33, 49, 70, .14);
}

.cpa-stats article {
    position: relative;
    min-width: 0;
    padding: 25px 20px 20px;
    text-align: center;
}

.cpa-stats article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 25px;
    width: 1px;
    background: #ebedf0;
}

.cpa-stats p {
    margin: 0;
    color: #dc1c2d;
    font-family: Arial, sans-serif;
    line-height: 1;
}

.cpa-stats strong {
    font-size: 38px;
    font-weight: 650;
}

.cpa-stats span {
    margin-left: 5px;
    font-size: 16px;
}

.cpa-stats small {
    margin-top: 12px;
    display: block;
    color: #555a61;
    font-size: 13px;
}

.cpa-about {
    padding: 68px 0 55px;
}

.cpa-about .service-detail-copy p {
    line-height: 1.65;
}

.cpa-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    gap: 67px;
    align-items: center;
}

.cpa-about-art {
    display: flex;
    justify-content: flex-end;
}

.cpa-about-art img {
    width: 520px;
    height: 366px;
    object-fit: contain;
}

.cpa-channels {
    padding: 54px 0 56px;
    background:
        linear-gradient(168deg, transparent 0 73%, rgba(78, 137, 232, .045) 73.1% 73.4%, transparent 73.5%),
        linear-gradient(13deg, transparent 0 78%, rgba(78, 137, 232, .04) 78.1% 78.4%, transparent 78.5%),
        #f4f7fd;
}

.cpa-channel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.cpa-channel-card {
    min-width: 0;
    min-height: 355px;
    transition: background-color 180ms ease, box-shadow 180ms ease;
    padding: 18px 18px 25px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(35, 62, 102, .08);
}

.cpa-channel-card img {
    width: 100%;
    height: 177px;
    border-radius: 12px;
    object-fit: cover;
}

.cpa-channel-card h3 {
    margin: 22px 4px 10px;
    color: #252b34;
    font-size: 20px;
    font-weight: 620;
    line-height: 1.45;
    text-align: center;
}

.cpa-channel-card p {
    margin: 0 8px;
    color: #747983;
    font-size: 13px;
    line-height: 1.75;
    text-align: center;
}

.cpa-channel-card:is(:hover, :focus-visible) {
    color: #fff;
    background: #1d70d2;
    box-shadow: 0 10px 23px rgba(25, 101, 196, .24);
}

.cpa-channel-card:is(:hover, :focus-visible) h3,
.cpa-channel-card:is(:hover, :focus-visible) p {
    color: #fff;
}

.cpa-channel-card:is(:hover, :focus-visible) p {
    color: rgba(255, 255, 255, .86);
}

.cpa-process {
    padding: 67px 0 72px;
    background: #fff;
}

.cpa-process-flow {
    position: relative;
    grid-template-rows: repeat(3, 1fr) auto;
    display: grid;
    gap: 54px;
}

.cpa-process-row {
    position: relative;
    display: grid;
    gap: 62px;
}

.cpa-process-row--1,
.cpa-process-row--3 {
    width: 90%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cpa-process-row--2 {
    width: 80%;
    margin-left: 10%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cpa-process-row--3 { margin-left: 10%; }
.cpa-process-row--1:has(+ .cpa-process-row--2)::after,
.cpa-process-row--2:has(+ .cpa-process-row--3)::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 11.111%;
    height: calc(100% + 54px);
    border: 3px solid #bab7ff;
    pointer-events: none;
}
.cpa-process-row--1:has(+ .cpa-process-row--2)::after {
    left: 100%;
    border-left: 0;
    border-radius: 0 100px 100px 0;
}
.cpa-process-row--2:has(+ .cpa-process-row--3)::after {
    right: 100%;
    width: 12.5%;
    border-right: 0;
    border-radius: 100px 0 0 100px;
}
.cpa-process-row--1:has(+ .cpa-process-row--2)::before,
.cpa-process-row--2:has(+ .cpa-process-row--3)::before {
    content: "";
    position: absolute;
    top: calc(150% + 48px);
    width: 12px;
    height: 12px;
    background: #bab7ff;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.cpa-process-row--1:has(+ .cpa-process-row--2)::before { left: calc(100% - 1px); }
.cpa-process-row--2:has(+ .cpa-process-row--3)::before { left: -1px; transform: rotate(180deg); }

.cpa-process-step {
    position: relative;
    min-width: 0;
    min-height: 86px;
    padding: 13px 19px 13px 17px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 46px;
    background: #fff;
    box-shadow: 0 7px 24px rgba(91, 72, 216, .17);
}

.cpa-process-step img {
    width: 56px;
    height: 57px;
    flex: 0 0 auto;
}

.cpa-process-step p {
    margin: 0;
    color: #244fa4;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}

.cpa-process-step p span {
    font-family: Arial, sans-serif;
}

.cpa-process-row--1 .cpa-process-step:not(:last-child)::after,
.cpa-process-row--3 .cpa-process-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 100%;
    width: 62px;
    height: 4px;
    background: #bab7ff;
    clip-path: polygon(0 28%, 84% 28%, 84% 0, 100% 50%, 84% 100%, 84% 72%, 0 72%);
}

.cpa-process-row--2 .cpa-process-step:not(:first-child)::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 100%;
    width: 62px;
    height: 4px;
    background: #bab7ff;
    clip-path: polygon(100% 28%, 16% 28%, 16% 0, 0 50%, 16% 100%, 16% 72%, 100% 72%);
}

.cpa-process-step--cpd {
    width: 550px;
    margin: -12px 0 0 auto;
    padding-right: 32px;
}

.cpa-process-flow:has(.cpa-process-step--cpd) .cpa-process-row--3 .cpa-process-step:nth-last-child(-n + 2)::before {
    content: "";
    position: absolute;
    left: calc(50% - 5px);
    top: 100%;
    width: 10px;
    height: 42px;
    background: #bab7ff;
    clip-path: polygon(35% 0, 65% 0, 65% 78%, 100% 78%, 50% 100%, 0 78%, 35% 78%);
}

.cpa-documents {
    padding: 65px 0 84px;
    background: #246fc8;
}

.cpa-documents .service-detail-heading {
    margin-bottom: 38px;
}

.cpa-document-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}

.cpa-document-grid img {
    padding: 18px;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 3px 13px rgba(4, 36, 84, .18);
}

/* AIA */
.aia-hero-copy {
    height: 100%;
    padding-left: 22px;
    padding-top: 170px;
}

.aia-hero-logo {
    width: 336px;
    height: auto;
}

.aia-hero h1 {
    margin: 31px 0 0;
    font-size: 48px;
    font-weight: 590;
    line-height: 1.25;
}

.aia-hero-copy > p {
    margin: 23px 0 0;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: .04em;
}

.service-detail-heading--aia h2 {
    color: #292b2f;
}

.aia-about .service-detail-heading h2 {
    color: #061948;
}

.aia-about .service-detail-heading i {
    background: linear-gradient(90deg, #0081ec 0%, #e40132 100%);
}

.aia-about {
    height: 669px;
    padding: 70px 0 58px;
}

.aia-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) 417px;
    gap: 64px;
    align-items: center;
}

.aia-about .service-detail-heading {
    margin-bottom: 24px;
}

.aia-about .service-detail-copy p {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.5;
}

.aia-about-art {
    display: flex;
    justify-content: center;
}

.aia-about-art img {
    width: 417px;
    height: 467px;
    object-fit: contain;
}

.aia-certificates {
    height: 805px;
    padding: 48px 0 0;
    background:
        radial-gradient(circle at 17% 45%, rgba(255, 255, 255, .1), transparent 26%) top / 100% 490px no-repeat,
        linear-gradient(112deg, #d60043 0%, #aa225e 39%, #5768bd 72%, #158bdd 100%) top / 100% 490px no-repeat,
        #fff;
}

.aia-certificates .service-detail-heading {
    margin-bottom: 42px;
}

.aia-certificates .service-detail-heading h2 {
    font-size: 34px;
}

.aia-certificate-copy {
    position: relative;
    width: 1010px;
    max-width: calc(100% - 140px);
    margin: 0 auto;
}

.aia-certificate-copy p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    line-height: 1.75;
}

.aia-certificate-quote {
    position: absolute;
    width: 66px;
    height: 59px;
    opacity: .52;
}

.aia-certificate-quote--left {
    top: -13px;
    right: calc(100% + 27px);
}

.aia-certificate-quote--right {
    right: -82px;
    bottom: -12px;
}

.aia-certificate-stage {
    position: absolute;
    top: 338px;
    left: 50%;
    width: 1200px;
    max-width: calc(100% - 48px);
    display: grid;
    grid-template-columns: 70px 869px 70px;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-50%);
}

.aia-certificate-arrow {
    position: relative;
    width: 48px;
    height: 48px;
    padding: 0;
    justify-self: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--interaction-red, #C9161E);
    cursor: pointer;
}

.aia-certificate-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translate(-65%, -50%) rotate(45deg);
}

.aia-certificate-arrow--left::after {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.aia-certificate-arrow:active:not(:disabled, .is-disabled) {
    transform: scale(.92);
}

.aia-certificate-arrow:disabled,
.aia-certificate-arrow.is-disabled,
.aia-certificate-arrow.is-locked {
    cursor: default;
    opacity: .48;
}

.aia-certificate-swiper {
    width: 869px;
    max-width: 100%;
    overflow: hidden;
}

.aia-certificate-visual {
    width: 869px;
    max-width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aia-certificate-visual img {
    width: 100%;
    height: auto;
}

.aia-graduation {
    height: 612px;
    padding: 69px 0 50px;
    overflow: hidden;
    background: #f5f7fc;
}

.aia-graduation .service-detail-heading {
    margin-bottom: 52px;
}

.aia-gallery-viewport {
    width: 100%;
    overflow: hidden;
}

.aia-gallery-swiper {
    width: 100%;
    margin-inline: auto;
    overflow: visible;
    cursor: grab;
}

.aia-gallery-swiper:active {
    cursor: grabbing;
}

.aia-gallery-swiper .swiper-wrapper {
    align-items: stretch;
}

.aia-gallery-card {
    width: 360px;
    height: auto;
    min-height: 262px;
    margin: 0;
    padding: 12px 12px 20px;
    border: 1px solid #e5e7ec;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(48, 69, 105, .08);
}

.aia-gallery-card img {
    width: 100%;
    height: 169px;
    border-radius: 10px;
    object-fit: cover;
}

.aia-gallery-card figcaption {
    margin: 16px 10px 0;
    color: #3c3d41;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
    text-align: left;
}

.aia-gallery-pagination {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    gap: 22px;
}

.aia-gallery-pagination button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d9dbe0;
    cursor: pointer;
}

.aia-gallery-pagination button.is-active {
    border: 3px solid #d7192d;
    background: transparent;
}

.aia-gallery-pagination button:active {
    transform: scale(.82);
}

.aia-china {
    height: 732px;
    padding: 77px 0 75px;
    background: #fff;
}

.aia-china-grid {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.aia-china-card {
    position: relative;
    width: 310px;
    height: 400px;
    padding: 43px 40px;
    overflow: hidden;
    color: #fff;
    background: #d71625;
}

.aia-china-card img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 310px;
    height: 400px;
    opacity: .18;
}

.aia-china-card h2,
.aia-china-card p,
.aia-china-card strong,
.aia-china-card > i {
    position: relative;
    z-index: 1;
}

.aia-china-card h2 {
    margin: 0;
    font-size: 31px;
    font-weight: 620;
}

.aia-china-card > i {
    width: 110px;
    height: 2px;
    margin: 26px 0 27px;
    display: block;
    background: rgba(255, 255, 255, .9);
}

.aia-china-card p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.65;
}

.aia-china-card strong {
    position: absolute;
    right: 33px;
    bottom: 28px;
    color: #fff;
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.aia-china-card strong em {
    width: 2px;
    height: 32px;
    display: inline-block;
    background: #fff;
}

.aia-china-timeline {
    position: relative;
    height: 560px;
    padding-right: 22px;
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    column-gap: 17px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #d7192d #e5e6e9;
}

.aia-china-timeline::-webkit-scrollbar { width: 5px; }
.aia-china-timeline::-webkit-scrollbar-track { background: #e5e6e9; }
.aia-china-timeline::-webkit-scrollbar-thumb { background: #d7192d; border-radius: 4px; }

.aia-timeline-year {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.aia-timeline-year strong {
    flex: 0 0 auto;
    color: #33373d;
    font-size: 17px;
    line-height: 1.8;
}

.aia-timeline-year i {
    width: 25px;
    height: 1px;
    margin-top: 14px;
    background: #7a7d82;
}

.aia-timeline-events p {
    margin: 0 0 17px;
    color: #676b72;
    font-size: 15px;
    line-height: 1.72;
}

.aia-advantages {
    height: 535px;
    padding: 70px 0 45px;
    background: #f5f7fc;
}

.aia-advantages .service-detail-heading {
    margin-bottom: 48px;
}

.aia-advantage-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px 24px;
}

.aia-advantage-grid article {
    position: relative;
    height: 150px;
    padding: 20px 24px 12px;
    overflow: hidden;
    color: #fff;
    border-radius: 18px;
    background: #d71625;
}

.aia-advantage-grid span {
    position: absolute;
    top: 6px;
    right: 13px;
    color: rgba(255, 255, 255, .12);
    font-family: Arial, sans-serif;
    font-size: 54px;
    font-weight: 700;
}

.aia-advantage-grid h3 {
    position: relative;
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 650;
}

.aia-advantage-grid p {
    position: relative;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 12.5px;
    line-height: 1.45;
}

.aia-global {
    height: 714px;
    padding: 35px 0 146px;
    background: #f5f7fc;
}

.aia-global-map {
    width: 1105px;
    max-width: 100%;
    margin: 0 auto;
}

.aia-global-map img {
    width: 100%;
    height: auto;
}

.aia-global-map figcaption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

:is(.page-cpa, .page-aia) .site-footer {
    position: relative;
    height: 423px;
    padding: 0;
    background: #0d192a;
}

.page-cpa .site-footer {
    height: 412px;
}

:is(.page-cpa, .page-aia) .footer-grid.site-container,
:is(.page-cpa, .page-aia) .footer-legal.site-container {
    width: min(1200px, calc(100% - 80px));
}

:is(.page-cpa, .page-aia) .footer-grid {
    position: relative;
    height: 313px;
    display: block;
}

:is(.page-cpa, .page-aia) .footer-identity,
:is(.page-cpa, .page-aia) .footer-benefits,
:is(.page-cpa, .page-aia) .footer-qrs {
    position: absolute;
    top: 0;
}

:is(.page-cpa, .page-aia) .footer-identity {
    left: 0;
    width: 295px;
    display: block;
}

:is(.page-cpa, .page-aia) .footer-brand {
    position: absolute;
    top: 48px;
    left: 0;
    width: 178px;
    height: 54px;
    margin: 0;
}

:is(.page-cpa, .page-aia) .footer-brand img {
    width: 178px;
    height: 54px;
    max-width: none;
    object-fit: contain;
}

:is(.page-cpa, .page-aia) .footer-identity > a:not(.footer-brand) {
    position: absolute;
    left: 61px;
    height: 20px;
    gap: 4px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

:is(.page-cpa, .page-aia) .footer-identity > a:nth-of-type(2) { top: 127px; }
:is(.page-cpa, .page-aia) .footer-identity > a:nth-of-type(3) { top: 163px; }
:is(.page-cpa, .page-aia) .footer-identity > a:nth-of-type(4) { top: 199px; }

:is(.page-cpa, .page-aia) .footer-identity b,
:is(.page-cpa, .page-aia) .footer-identity b img {
    width: 20px;
    height: 20px;
}

:is(.page-cpa, .page-aia) .footer-benefits {
    top: 56px;
    left: 405px;
    width: 304px;
}

:is(.page-cpa, .page-aia) .footer-benefits h2 {
    height: 34px;
    margin: 0 0 24px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

:is(.page-cpa, .page-aia) .footer-benefits ul {
    grid-template-columns: 152px 136px;
    gap: 16px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

:is(.page-cpa, .page-aia) .footer-benefits li {
    height: 26px;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

:is(.page-cpa, .page-aia) .footer-benefits li span {
    width: 20px;
    height: 20px;
    display: block;
    flex: 0 0 auto;
    overflow: hidden;
    color: transparent;
    background: url("/site/images/home/icon-check.png") center / 20px 20px no-repeat;
}

:is(.page-cpa, .page-aia) .footer-qrs {
    top: 56px;
    left: 820px;
    width: 340px;
    gap: 40px;
}

:is(.page-cpa, .page-aia) .footer-qrs figure {
    width: 150px;
    margin: 0;
}

:is(.page-cpa, .page-aia) .footer-qrs img {
    width: 150px;
    height: 150px;
}

:is(.page-cpa, .page-aia) .footer-qrs figcaption {
    height: 22px;
    margin-top: 16px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

:is(.page-cpa, .page-aia) .footer-legal {
    height: 72px;
    margin: 0 auto;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

:is(.page-cpa, .page-aia) .footer-legal p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 1120px) {
    .cpa-about-grid,
    .aia-about-grid {
        gap: 44px;
    }

    .cpa-channel-grid {
        gap: 20px;
    }

    .cpa-process-row {
        gap: 40px;
    }

    .cpa-process-row--1 .cpa-process-step:not(:last-child)::after,
    .cpa-process-row--3 .cpa-process-step:not(:last-child)::after,
    .cpa-process-row--2 .cpa-process-step:not(:first-child)::before {
        width: 40px;
    }

    .cpa-process-step p {
        font-size: 13px;
    }

    .aia-china-grid {
        grid-template-columns: 380px minmax(0, 1fr);
        gap: 54px;
    }
}

@media (max-width: 900px) {
    .service-detail-container {
        width: min(100% - 32px, var(--service-container));
    }

    .service-detail-hero {
        height: 430px;
        min-height: 430px;
    }

    .cpa-hero-copy {
        padding-left: 0;
        padding-top: 96px;
    }

    .cpa-hero-logo {
        width: min(270px, 100%);
    }

    .cpa-hero-title span {
        font-size: 38px;
    }

    .cpa-hero-title h1 {
        font-size: 30px;
    }

    .aia-hero-copy {
        padding-left: 0;
        padding-top: 91px;
    }

    .aia-hero-logo {
        width: min(278px, 100%);
    }

    .aia-hero h1 {
        font-size: 36px;
    }

    .cpa-stats {
        grid-template-columns: 1fr 1fr;
    }

    .cpa-stats article:nth-child(2)::after {
        display: none;
    }

    .cpa-about-grid,
    .aia-about-grid,
    .aia-china-grid {
        grid-template-columns: 1fr;
    }

    .cpa-channel-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cpa-process-row--1,
    .cpa-process-row--2,
    .cpa-process-row--3,
    .aia-advantage-grid {
        width: 100%;
        margin-left: 0;
        grid-template-columns: 1fr 1fr;
    }

    .cpa-process-step::before,
    .cpa-process-step::after {
        display: none;
    }

    .cpa-process-step--cpd {
        width: 100%;
    }

    .cpa-document-grid {
        grid-template-columns: 1fr 1fr;
    }

    .aia-about-art {
        display: none;
    }

    .aia-china-card {
        width: min(100%, 520px);
    }
}

@media (max-width: 1100px) {
    .cpa-process-flow { grid-template-rows: none; }
    .cpa-process-row--1, .cpa-process-row--2, .cpa-process-row--3 { width: 100%; margin-left: 0; }
    .cpa-process-row::before, .cpa-process-row::after { display: none; }
}
