/*
 * Social Boost Asia — About v2
 * Visual system: Friendly Social Galaxy
 * Page-scoped stylesheet. No shared theme file is modified.
 */

.body-wrapper.abv2-body-wrapper {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
    overflow: visible;
    border-radius: 0 !important;
    background: #fff8fc !important;
}

body.abv2-document-body {
    overflow-x: clip !important;
    overflow-y: auto !important;
    background: #fff8fc;
}

body.abv2-document-body .abv2-page-wrapper {
    overflow-x: clip;
}

#sb-bts-float,
#sb-bts-overlay,
.customizer-btn,
.top-btn {
    display: none !important;
}

.abv2 {
    --abv2-canvas: #fff8fc;
    --abv2-canvas-strong: #fff1f8;
    --abv2-lavender: #f2ebff;
    --abv2-lavender-strong: #e8ddff;
    --abv2-pink-soft: #ffe2f1;
    --abv2-pink: #ff5faf;
    --abv2-pink-strong: #b61665;
    --abv2-violet: #7451d7;
    --abv2-blue: #4f86ff;
    --abv2-cyan: #56c4d8;
    --abv2-peach: #ff977c;
    --abv2-ink: #25122e;
    --abv2-ink-soft: #65506a;
    --abv2-line: rgba(104, 63, 126, 0.14);
    --abv2-glass: rgba(255, 255, 255, 0.7);
    --abv2-shadow: 0 28px 80px rgba(119, 68, 139, 0.14);
    --abv2-shadow-soft: 0 16px 44px rgba(119, 68, 139, 0.1);
    --abv2-ease: cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: clip;
    color: var(--abv2-ink);
    background: var(--abv2-canvas);
    font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.abv2 *,
.abv2 *::before,
.abv2 *::after {
    box-sizing: border-box;
}

.abv2 * {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

.abv2 ::selection {
    color: #fff;
    background: var(--abv2-pink-strong);
}

.abv2 a {
    color: inherit;
    text-decoration: none;
}

.abv2 a:focus-visible,
.abv2 button:focus-visible,
.abv2 summary:focus-visible {
    outline: 3px solid rgba(182, 22, 101, 0.38);
    outline-offset: 4px;
}

.abv2-skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 99999;
    padding: 11px 16px;
    color: #fff;
    background: var(--abv2-pink-strong);
    border-radius: 999px;
    box-shadow: var(--abv2-shadow-soft);
    transform: translateY(-160%);
    transition: transform 180ms ease;
}

.abv2-skip-link:focus {
    transform: translateY(0);
}

.abv2-shell {
    position: relative;
    z-index: 2;
    width: min(1280px, calc(100% - 64px));
    margin-inline: auto;
}

.abv2-scroll-progress {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9998;
    height: 3px;
    pointer-events: none;
}

.abv2-scroll-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--abv2-pink-strong), var(--abv2-pink), var(--abv2-violet), var(--abv2-cyan));
    transform: scaleX(var(--abv2-scroll, 0));
    transform-origin: left center;
}

.abv2-galaxy-field {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.abv2-galaxy-field::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.42;
    background-image:
        radial-gradient(circle at center, rgba(182, 22, 101, 0.34) 0 1px, transparent 1.8px),
        radial-gradient(circle at center, rgba(116, 81, 215, 0.28) 0 1px, transparent 1.7px),
        radial-gradient(circle at center, rgba(79, 134, 255, 0.2) 0 1px, transparent 1.6px);
    background-position: 0 0, 37px 63px, 18px 27px;
    background-size: 104px 104px, 137px 137px, 71px 71px;
    mask-image: linear-gradient(to bottom, #000 0 22%, transparent 76%);
}

.abv2-galaxy-glow {
    position: absolute;
    display: block;
    border-radius: 50%;
    filter: none;
    opacity: 0.64;
}

.abv2-galaxy-glow-one {
    top: 3%;
    right: -14%;
    width: 620px;
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(255, 95, 175, 0.34), rgba(255, 95, 175, 0) 68%);
}

.abv2-galaxy-glow-two {
    top: 24%;
    left: -16%;
    width: 560px;
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(116, 81, 215, 0.22), rgba(116, 81, 215, 0) 70%);
}

.abv2-galaxy-glow-three {
    top: 64%;
    right: -12%;
    width: 720px;
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(86, 196, 216, 0.2), rgba(86, 196, 216, 0) 68%);
}

.abv2-section {
    position: relative;
    z-index: 1;
    padding-block: clamp(86px, 9vw, 142px);
}

.abv2 [id^="abv2-"],
.abv2 #cach-hoat-dong {
    scroll-margin-top: 170px;
}

.abv2-section h2,
.abv2-closing h2 {
    margin: 0;
    color: var(--abv2-ink);
    font-size: clamp(2.3rem, 4.15vw, 4.7rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.02;
    text-wrap: balance;
}

.abv2-section h3 {
    color: var(--abv2-ink);
}

html[lang^="ko"] .abv2 h1,
html[lang^="ko"] .abv2 h2,
html[lang^="ko"] .abv2 h3 {
    overflow-wrap: break-word;
    word-break: keep-all;
}

html[lang^="ko"] .abv2 h1 {
    letter-spacing: -0.045em;
}

.abv2-section-head {
    max-width: 900px;
    margin-bottom: clamp(42px, 6vw, 76px);
}

.abv2-section-head p,
.abv2-section-head-split p {
    margin: 24px 0 0;
    color: var(--abv2-ink-soft);
    font-size: clamp(1.02rem, 1.35vw, 1.22rem);
    line-height: 1.78;
}

.abv2-section-head-split {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.75fr);
    gap: clamp(32px, 7vw, 110px);
    max-width: none;
    align-items: end;
}

.abv2-section-head-split p {
    margin: 0;
}

.abv2-hero {
    position: relative;
    z-index: 1;
    min-height: max(570px, calc(100vh - 145px));
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 27%, rgba(255, 126, 191, 0.28), transparent 34%),
        radial-gradient(circle at 90% 75%, rgba(116, 81, 215, 0.18), transparent 32%),
        radial-gradient(circle at 14% 64%, rgba(255, 198, 224, 0.52), transparent 35%),
        linear-gradient(135deg, #fffafd 0%, #fff1f8 48%, #f5eeff 100%);
}

.abv2-hero::before,
.abv2-hero::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.abv2-hero::before {
    top: -280px;
    right: -210px;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(182, 22, 101, 0.1);
    box-shadow:
        0 0 0 80px rgba(255, 255, 255, 0.12),
        0 0 0 160px rgba(116, 81, 215, 0.04);
}

.abv2-hero::after {
    bottom: -330px;
    left: -230px;
    width: 660px;
    height: 660px;
    background: rgba(255, 255, 255, 0.32);
    box-shadow: 0 0 100px rgba(255, 95, 175, 0.2);
}

.abv2-breadcrumb {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.abv2-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 0;
    padding: 0;
    color: var(--abv2-ink-soft);
    font-size: 0.83rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    list-style: none;
}

.abv2-breadcrumb li + li::before {
    margin-right: 10px;
    color: rgba(101, 80, 106, 0.5);
    content: "✦";
}

.abv2-breadcrumb a {
    transition: color 180ms ease;
}

.abv2-breadcrumb a:hover {
    color: var(--abv2-pink-strong);
}

.abv2-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(500px, 0.86fr);
    gap: clamp(34px, 5vw, 78px);
    align-items: center;
    min-height: max(570px, calc(100vh - 145px));
    padding-block: clamp(24px, 3vw, 44px);
}

.abv2-hero-copy {
    position: relative;
    z-index: 4;
    max-width: 760px;
}

.abv2-hero h1 {
    max-width: 820px;
    margin: 0;
    color: var(--abv2-ink);
    font-size: clamp(2.85rem, 3.72vw, 4.25rem);
    font-weight: 850;
    letter-spacing: -0.068em;
    line-height: 0.98;
    text-wrap: balance;
}

.abv2-hero h1::after {
    display: block;
    width: 116px;
    height: 8px;
    margin-top: 25px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--abv2-pink-strong), var(--abv2-pink), var(--abv2-violet));
    content: "";
    transform: rotate(-2deg);
}

.abv2-hero-lead {
    max-width: 700px;
    margin: 30px 0 0;
    color: var(--abv2-ink-soft);
    font-size: clamp(1.06rem, 1.55vw, 1.3rem);
    line-height: 1.78;
}

.abv2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    align-items: center;
    margin-top: 34px;
}

.abv2-button {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 22px;
    border: 1px solid transparent;
    border-radius: 18px;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
    transition:
        color 220ms ease,
        background-color 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease,
        transform 220ms var(--abv2-ease);
}

.abv2-button i {
    font-size: 0.78rem;
    transition: transform 220ms var(--abv2-ease);
}

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

.abv2-button:hover i {
    transform: translateX(4px);
}

.abv2-button-primary {
    color: #fff !important;
    background: linear-gradient(135deg, #a9115b, #d4287d 54%, #8a42d7);
    box-shadow: 0 18px 38px rgba(182, 22, 101, 0.25);
}

.abv2-button-primary:hover {
    color: #fff !important;
    box-shadow: 0 24px 48px rgba(182, 22, 101, 0.32);
}

.abv2-button-secondary {
    color: var(--abv2-ink) !important;
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(89, 48, 105, 0.14);
    box-shadow: 0 12px 30px rgba(97, 58, 116, 0.08);
    backdrop-filter: blur(14px);
}

.abv2-button-secondary:hover {
    background: #fff;
    border-color: rgba(182, 22, 101, 0.22);
}

.abv2-hero-note {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    max-width: 610px;
    margin: 24px 0 0;
    color: var(--abv2-ink-soft);
    font-size: 0.9rem;
    line-height: 1.65;
}

.abv2-hero-note i {
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    place-items: center;
    color: var(--abv2-pink-strong);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(182, 22, 101, 0.14);
    border-radius: 10px;
}

.abv2-cosmos-stage {
    --abv2-scene-rx: 0deg;
    --abv2-scene-ry: 0deg;
    position: relative;
    z-index: 2;
    min-height: 500px;
    margin: 0;
    perspective: 1400px;
}

.abv2-cosmos-scene {
    position: absolute;
    inset: 24px 0 72px;
    transform: rotateX(var(--abv2-scene-rx)) rotateY(var(--abv2-scene-ry));
    transform-style: preserve-3d;
    transition: transform 400ms var(--abv2-ease);
}

.abv2-cosmos-scene::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76%;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.92) 0 10%, rgba(255, 210, 234, 0.48) 32%, rgba(116, 81, 215, 0.12) 54%, transparent 72%);
    box-shadow: inset 0 0 90px rgba(255, 95, 175, 0.12);
    content: "";
    transform: translate3d(-50%, -50%, -100px);
}

.abv2-cosmos-aurora {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    filter: none;
    opacity: 0.58;
    pointer-events: none;
}

.abv2-cosmos-aurora-one {
    width: 72%;
    aspect-ratio: 1.3;
    background: rgba(255, 95, 175, 0.2);
    transform: translate3d(-64%, -58%, -130px) rotate(-18deg);
}

.abv2-cosmos-aurora-two {
    width: 62%;
    aspect-ratio: 1.1;
    background: rgba(116, 81, 215, 0.17);
    transform: translate3d(-30%, -36%, -90px) rotate(26deg);
}

.abv2-cosmos-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border: 1px solid rgba(182, 22, 101, 0.18);
    border-radius: 50%;
    box-shadow: 0 0 28px rgba(255, 95, 175, 0.08);
    transform-style: preserve-3d;
}

.abv2-cosmos-ring::before,
.abv2-cosmos-ring::after {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 5px rgba(255, 95, 175, 0.13), 0 0 18px var(--abv2-pink);
    content: "";
}

.abv2-cosmos-ring::before {
    top: 12%;
    left: 18%;
}

.abv2-cosmos-ring::after {
    right: 12%;
    bottom: 18%;
}

.abv2-cosmos-ring-one {
    width: 86%;
    height: 54%;
    transform: translate3d(-50%, -50%, -30px) rotateX(66deg) rotateZ(-10deg);
}

.abv2-cosmos-ring-two {
    width: 69%;
    height: 72%;
    border-color: rgba(116, 81, 215, 0.2);
    transform: translate3d(-50%, -50%, 30px) rotateX(72deg) rotateZ(54deg);
}

.abv2-cosmos-ring-three {
    width: 48%;
    height: 88%;
    border-color: rgba(79, 134, 255, 0.15);
    transform: translate3d(-50%, -50%, 70px) rotateX(74deg) rotateZ(112deg);
}

.abv2-brand-core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    display: flex;
    width: min(290px, 56%);
    min-height: 188px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 26px;
    text-align: center;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 42% 58% 54% 46% / 48% 43% 57% 52%;
    box-shadow:
        0 38px 80px rgba(115, 61, 137, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(22px);
    transform: translate3d(-50%, -50%, 120px);
    transform-style: preserve-3d;
}

.abv2-brand-core-logo {
    display: grid;
    width: 162px;
    height: 70px;
    margin-bottom: 13px;
    place-items: center;
    background: linear-gradient(145deg, #fff, #ffe4f2);
    border: 1px solid rgba(182, 22, 101, 0.12);
    border-radius: 24px;
    box-shadow: 0 16px 34px rgba(182, 22, 101, 0.14);
    transform: translateZ(28px);
}

.abv2-brand-core-logo img {
    display: block;
    width: 136px;
    height: 40px;
    object-fit: contain;
}

.abv2-brand-core small {
    color: var(--abv2-pink-strong);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.abv2-brand-core strong {
    margin-top: 6px;
    color: var(--abv2-ink);
    font-size: 1.08rem;
    font-weight: 850;
}

.abv2-planet {
    --abv2-planet-z: 60px;
    --abv2-planet-r: 0deg;
    position: absolute;
    z-index: 8;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 50px;
    padding: 8px 12px 8px 8px;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.94);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(93, 50, 111, 0.16);
    backdrop-filter: blur(16px);
    transform: translate3d(-50%, -50%, var(--abv2-planet-z)) rotate(var(--abv2-planet-r));
    transform-style: preserve-3d;
}

.abv2-planet span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--abv2-pink-strong);
    background: linear-gradient(145deg, #fff, #ffe7f3);
    border-radius: 12px;
    box-shadow: 0 7px 17px rgba(182, 22, 101, 0.12);
    transform: translateZ(16px);
}

.abv2-planet strong {
    color: var(--abv2-ink);
    font-size: 0.76rem;
    font-weight: 800;
}

.abv2-planet-facebook { top: 15%; left: 18%; --abv2-planet-z: 70px; --abv2-planet-r: -6deg; }
.abv2-planet-tiktok { top: 10%; left: 68%; --abv2-planet-z: 145px; --abv2-planet-r: 5deg; }
.abv2-planet-youtube { top: 31%; left: 89%; --abv2-planet-z: 35px; --abv2-planet-r: 8deg; }
.abv2-planet-instagram { top: 61%; left: 82%; --abv2-planet-z: 120px; --abv2-planet-r: -4deg; }
.abv2-planet-twitter { top: 84%; left: 64%; --abv2-planet-z: 55px; --abv2-planet-r: 7deg; }
.abv2-planet-telegram { top: 82%; left: 22%; --abv2-planet-z: 135px; --abv2-planet-r: -8deg; }
.abv2-planet-threads { top: 54%; left: 5%; --abv2-planet-z: 45px; --abv2-planet-r: 5deg; }
.abv2-planet-shopee { top: 28%; left: 36%; --abv2-planet-z: 170px; --abv2-planet-r: 4deg; }
.abv2-planet-lazada { top: 69%; left: 43%; --abv2-planet-z: 170px; --abv2-planet-r: -5deg; }

.abv2-planet-facebook span { color: #1877f2; background: #eef5ff; }
.abv2-planet-tiktok span { color: #1f1722; background: #fff; }
.abv2-planet-youtube span { color: #f00; background: #fff0f0; }
.abv2-planet-instagram span { color: #c13584; background: #fff0f8; }
.abv2-planet-twitter span { color: #1d9bf0; background: #eff8ff; }
.abv2-planet-telegram span { color: #229ed9; background: #eefaff; }
.abv2-planet-threads span { color: #111; background: #f4f4f4; }
.abv2-planet-shopee span { color: #ee4d2d; background: #fff2ed; }
.abv2-planet-lazada span { color: #5a2ca0; background: #f3eeff; }

.abv2-cosmos-stage figcaption {
    position: absolute;
    right: 3%;
    bottom: 15px;
    left: 3%;
    z-index: 10;
    max-width: 500px;
    margin-inline: auto;
    padding: 12px 16px;
    color: var(--abv2-ink-soft);
    text-align: center;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(115, 61, 137, 0.09);
    backdrop-filter: blur(16px);
    font-size: 0.74rem;
    line-height: 1.55;
}

.abv2-platforms {
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 15%, rgba(255, 95, 175, 0.15), transparent 30%),
        radial-gradient(circle at 85% 82%, rgba(86, 196, 216, 0.14), transparent 29%),
        linear-gradient(180deg, #fff7fc 0%, #f8f2ff 100%);
}

.abv2-platforms::before {
    position: absolute;
    top: 44%;
    left: 50%;
    width: min(1480px, 112vw);
    height: 430px;
    border: 1px solid rgba(116, 81, 215, 0.09);
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%) rotate(-4deg);
}

.abv2-platform-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    perspective: 1200px;
    list-style: none;
}

.abv2-platform-list li {
    min-width: 0;
}

.abv2-platform-list a,
.abv2-platform-entry {
    --abv2-card-rx: 0deg;
    --abv2-card-ry: 0deg;
    --abv2-card-lift: 0px;
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 15px;
    align-items: center;
    min-height: 145px;
    padding: 22px;
    overflow: hidden;
    color: var(--abv2-ink);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.94);
    border-radius: 28px;
    box-shadow: var(--abv2-shadow-soft);
    backdrop-filter: blur(18px);
    transform: perspective(900px) rotateX(var(--abv2-card-rx)) rotateY(var(--abv2-card-ry)) translateY(var(--abv2-card-lift));
    transform-style: preserve-3d;
    transition:
        transform 300ms var(--abv2-ease),
        border-color 250ms ease,
        box-shadow 300ms ease,
        background-color 250ms ease;
}

.abv2-platform-list a::before,
.abv2-platform-entry::before {
    position: absolute;
    right: -55px;
    bottom: -78px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 95, 175, 0.17), transparent 68%);
    content: "";
    transform: translateZ(-10px);
}

.abv2-platform-list a:hover,
.abv2-platform-list a:focus-visible {
    --abv2-card-lift: -8px;
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(182, 22, 101, 0.2);
    box-shadow: 0 28px 64px rgba(111, 58, 133, 0.17);
}

.abv2-platform-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: var(--abv2-pink-strong);
    background: linear-gradient(145deg, #fff, #ffe5f2);
    border: 1px solid rgba(182, 22, 101, 0.1);
    border-radius: 18px;
    box-shadow: 0 13px 26px rgba(182, 22, 101, 0.12);
    font-size: 1.15rem;
    transform: translateZ(24px);
}

.abv2-platform-copy {
    display: block;
    min-width: 0;
    transform: translateZ(15px);
}

.abv2-platform-copy strong {
    display: block;
    margin-bottom: 7px;
    font-size: 1.04rem;
    font-weight: 850;
}

.abv2-platform-copy small {
    display: block;
    color: var(--abv2-ink-soft);
    font-size: 0.76rem;
    line-height: 1.55;
}

.abv2-platform-list a > i,
.abv2-platform-entry > i {
    color: rgba(101, 80, 106, 0.55);
    font-size: 0.78rem;
    transform: translateZ(18px);
    transition: color 200ms ease, transform 220ms var(--abv2-ease);
}

.abv2-platform-entry > i {
    color: #35a36f;
}

.abv2-platform-list a:hover > i {
    color: var(--abv2-pink-strong);
    transform: translate3d(4px, 0, 18px);
}

.abv2-platform-list li:nth-child(2) a,
.abv2-platform-list li:nth-child(2) .abv2-platform-entry,
.abv2-platform-list li:nth-child(5) a,
.abv2-platform-list li:nth-child(5) .abv2-platform-entry,
.abv2-platform-list li:nth-child(8) a,
.abv2-platform-list li:nth-child(8) .abv2-platform-entry {
    background: rgba(255, 239, 248, 0.74);
}

.abv2-platform-list li:nth-child(3) a,
.abv2-platform-list li:nth-child(3) .abv2-platform-entry,
.abv2-platform-list li:nth-child(7) a,
.abv2-platform-list li:nth-child(7) .abv2-platform-entry {
    background: rgba(241, 234, 255, 0.76);
}

.abv2-catalogue-note {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    max-width: 840px;
    margin: 28px 0 0;
    color: var(--abv2-ink-soft);
    font-size: 0.84rem;
    line-height: 1.65;
}

.abv2-catalogue-note i {
    margin-top: 4px;
    color: var(--abv2-violet);
}

.abv2-catalogue-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-top: 18px;
    color: var(--abv2-pink-strong) !important;
    font-size: 0.84rem;
    font-weight: 800;
}

.abv2-catalogue-link i {
    font-size: 0.72rem;
    transition: transform 180ms ease;
}

.abv2-catalogue-link:hover i {
    transform: translateX(4px);
}

.abv2-intro {
    background:
        radial-gradient(circle at 78% 20%, rgba(255, 95, 175, 0.13), transparent 32%),
        linear-gradient(180deg, #f8f2ff 0%, #fff9fc 100%);
}

.abv2-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
    gap: clamp(52px, 8vw, 120px);
    align-items: center;
}

.abv2-intro-copy {
    position: relative;
}

.abv2-intro-copy::before {
    display: block;
    width: 62px;
    height: 8px;
    margin-bottom: 28px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--abv2-pink), var(--abv2-violet));
    content: "";
}

.abv2-intro-copy p {
    margin: 24px 0 0;
    color: var(--abv2-ink-soft);
    font-size: 1rem;
    line-height: 1.82;
}

.abv2-capability-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    perspective: 1000px;
}

.abv2-capability-list article {
    --abv2-card-rx: 0deg;
    --abv2-card-ry: 0deg;
    position: relative;
    min-height: 220px;
    padding: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    box-shadow: var(--abv2-shadow-soft);
    backdrop-filter: blur(18px);
    transform: perspective(850px) rotateX(var(--abv2-card-rx)) rotateY(var(--abv2-card-ry));
    transform-style: preserve-3d;
    transition: transform 280ms var(--abv2-ease), box-shadow 280ms ease;
}

.abv2-capability-list article:nth-child(2),
.abv2-capability-list article:nth-child(3) {
    background: rgba(255, 230, 243, 0.62);
}

.abv2-capability-list article:hover {
    box-shadow: 0 24px 58px rgba(111, 58, 133, 0.15);
}

.abv2-capability-mark {
    display: block;
    width: 42px;
    height: 42px;
    margin-bottom: 34px;
    border: 8px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background: linear-gradient(135deg, var(--abv2-pink), var(--abv2-violet));
    box-shadow: 0 0 0 1px rgba(182, 22, 101, 0.12), 0 14px 30px rgba(182, 22, 101, 0.18);
    transform: translateZ(22px);
}

.abv2-capability-list h3 {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 850;
    letter-spacing: -0.02em;
    line-height: 1.35;
    transform: translateZ(14px);
}

.abv2-capability-list p {
    margin: 12px 0 0;
    color: var(--abv2-ink-soft);
    font-size: 0.84rem;
    line-height: 1.68;
    transform: translateZ(10px);
}

.abv2-audience {
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 70%, rgba(86, 196, 216, 0.14), transparent 31%),
        radial-gradient(circle at 86% 22%, rgba(255, 95, 175, 0.17), transparent 32%),
        #fff8fc;
}

.abv2-audience-layout {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    perspective: 1100px;
}

.abv2-audience-stack {
    display: contents;
}

.abv2-audience-feature,
.abv2-audience-stack article {
    --abv2-card-rx: 0deg;
    --abv2-card-ry: 0deg;
    position: relative;
    min-height: 340px;
    padding: 34px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.96);
    border-radius: 34px;
    box-shadow: var(--abv2-shadow-soft);
    backdrop-filter: blur(18px);
    transform: perspective(900px) rotateX(var(--abv2-card-rx)) rotateY(var(--abv2-card-ry));
    transform-style: preserve-3d;
    transition: transform 280ms var(--abv2-ease), box-shadow 280ms ease;
}

.abv2-audience-feature::after,
.abv2-audience-stack article::after {
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 95, 175, 0.16), transparent 66%);
    content: "";
}

.abv2-audience-feature {
    background: linear-gradient(145deg, rgba(255, 229, 243, 0.86), rgba(255, 255, 255, 0.76));
}

.abv2-audience-stack article:first-child {
    background: linear-gradient(145deg, rgba(240, 232, 255, 0.86), rgba(255, 255, 255, 0.78));
}

.abv2-audience-stack article:last-child {
    background: linear-gradient(145deg, rgba(229, 247, 250, 0.86), rgba(255, 255, 255, 0.78));
}

.abv2-audience-feature > i,
.abv2-audience-stack article > i {
    display: grid;
    width: 64px;
    height: 64px;
    margin-bottom: 56px;
    place-items: center;
    color: var(--abv2-pink-strong);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 22px;
    box-shadow: 0 16px 34px rgba(111, 58, 133, 0.12);
    font-size: 1.35rem;
    transform: translateZ(26px);
}

.abv2-audience-stack article {
    display: block;
}

.abv2-audience-feature h3,
.abv2-audience-stack h3 {
    margin: 0;
    font-size: clamp(1.35rem, 1.8vw, 1.72rem);
    font-weight: 850;
    letter-spacing: -0.035em;
    line-height: 1.2;
    transform: translateZ(18px);
}

.abv2-audience-feature p,
.abv2-audience-stack p {
    position: relative;
    z-index: 2;
    margin: 16px 0 0;
    color: var(--abv2-ink-soft);
    font-size: 0.9rem;
    line-height: 1.72;
    transform: translateZ(12px);
}

.abv2-audience-feature > span {
    position: absolute;
    top: 28px;
    right: 28px;
    padding: 8px 11px;
    color: var(--abv2-pink-strong);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(182, 22, 101, 0.1);
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
}

.abv2-process {
    overflow: hidden;
    background:
        radial-gradient(circle at 22% 48%, rgba(255, 95, 175, 0.14), transparent 30%),
        linear-gradient(150deg, #f5efff 0%, #fff2f8 52%, #fffafd 100%);
}

.abv2-process-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
    gap: clamp(60px, 9vw, 132px);
    align-items: start;
}

.abv2-process-intro {
    position: sticky;
    top: 180px;
}

.abv2-process-intro > p {
    margin: 26px 0 0;
    color: var(--abv2-ink-soft);
    font-size: 1rem;
    line-height: 1.8;
}

.abv2-journey-orbit {
    position: relative;
    display: grid;
    width: min(320px, 82%);
    aspect-ratio: 1;
    margin: 42px auto 0;
    place-content: center;
    padding: 56px;
    text-align: center;
    perspective: 900px;
}

.abv2-journey-orbit::before {
    position: absolute;
    inset: 19%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 26px 60px rgba(111, 58, 133, 0.15);
    backdrop-filter: blur(15px);
    content: "";
    transform: translateZ(42px);
}

.abv2-journey-rings,
.abv2-journey-rings::before,
.abv2-journey-rings::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(182, 22, 101, 0.16);
    border-radius: 50%;
    content: "";
}

.abv2-journey-rings {
    transform: rotateX(64deg) rotateZ(-18deg);
    transform-style: preserve-3d;
}

.abv2-journey-rings::before {
    inset: 12%;
    border-color: rgba(116, 81, 215, 0.18);
    transform: translateZ(40px);
}

.abv2-journey-rings::after {
    inset: 27%;
    border-color: rgba(86, 196, 216, 0.2);
    transform: translateZ(76px);
}

.abv2-journey-rings i {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: var(--abv2-pink);
    box-shadow: 0 8px 20px rgba(182, 22, 101, 0.22);
}

.abv2-journey-rings i:nth-child(1) { top: 8%; left: 35%; }
.abv2-journey-rings i:nth-child(2) { top: 38%; right: -1%; background: var(--abv2-violet); }
.abv2-journey-rings i:nth-child(3) { right: 25%; bottom: 5%; background: var(--abv2-cyan); }
.abv2-journey-rings i:nth-child(4) { bottom: 24%; left: 2%; background: var(--abv2-peach); }

.abv2-journey-orbit > span,
.abv2-journey-orbit > strong {
    position: relative;
    z-index: 3;
}

.abv2-journey-orbit > span {
    color: var(--abv2-pink-strong);
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.12em;
}

.abv2-journey-orbit > strong {
    display: block;
    max-width: 154px;
    margin: 8px auto 0;
    color: var(--abv2-ink);
    font-size: 0.86rem;
    line-height: 1.45;
}

.abv2-process-steps {
    position: relative;
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.abv2-process-steps::before {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 38px;
    width: 2px;
    background: linear-gradient(to bottom, var(--abv2-pink), var(--abv2-violet), var(--abv2-cyan));
    content: "";
    opacity: 0.22;
}

.abv2-process-steps li {
    position: relative;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 22px;
    min-height: 190px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 30px;
    box-shadow: 0 14px 42px rgba(111, 58, 133, 0.08);
    backdrop-filter: blur(16px);
    transform: translateX(34px) scale(0.985);
    transition: transform 360ms var(--abv2-ease), background-color 280ms ease, box-shadow 300ms ease, border-color 280ms ease;
}

.abv2-process-steps li:nth-child(even) {
    transform: translateX(-18px) scale(0.985);
}

.abv2-process-steps li.is-active {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(182, 22, 101, 0.2);
    box-shadow: 0 28px 64px rgba(111, 58, 133, 0.15);
    transform: translateX(0) scale(1);
}

.abv2-step-number {
    position: relative;
    z-index: 2;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: var(--abv2-pink-strong);
    background: #fff;
    border: 1px solid rgba(182, 22, 101, 0.12);
    border-radius: 18px;
    box-shadow: 0 13px 28px rgba(182, 22, 101, 0.11);
    font-size: 0.8rem;
    font-weight: 850;
}

.abv2-process-steps h3 {
    margin: 2px 0 0;
    font-size: 1.24rem;
    font-weight: 850;
    letter-spacing: -0.025em;
}

.abv2-process-steps p {
    margin: 12px 0 0;
    color: var(--abv2-ink-soft);
    font-size: 0.9rem;
    line-height: 1.72;
}

.abv2-process-steps a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-top: 16px;
    color: var(--abv2-pink-strong);
    font-size: 0.8rem;
    font-weight: 800;
}

.abv2-principles {
    background:
        radial-gradient(circle at 78% 36%, rgba(116, 81, 215, 0.12), transparent 31%),
        #fff8fc;
}

.abv2-mission {
    position: relative;
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: clamp(42px, 7vw, 96px);
    align-items: center;
    margin-bottom: clamp(76px, 9vw, 130px);
    padding: clamp(36px, 6vw, 72px);
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 20%, rgba(255, 255, 255, 0.76), transparent 30%),
        linear-gradient(135deg, rgba(255, 222, 239, 0.9), rgba(239, 231, 255, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.96);
    border-radius: 46px;
    box-shadow: var(--abv2-shadow);
}

.abv2-mission-core {
    position: relative;
    display: grid;
    width: 280px;
    aspect-ratio: 1;
    margin-inline: auto;
    place-items: center;
    perspective: 900px;
}

.abv2-mission-core > div {
    position: relative;
    z-index: 3;
    display: flex;
    width: 160px;
    height: 160px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--abv2-ink);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.96);
    border-radius: 44% 56% 48% 52%;
    box-shadow: 0 25px 60px rgba(111, 58, 133, 0.16);
    backdrop-filter: blur(18px);
    transform: translateZ(64px);
}

.abv2-mission-core img {
    width: 122px;
    height: 38px;
    margin-bottom: 10px;
    object-fit: contain;
}

.abv2-mission-core strong {
    font-size: 0.74rem;
    font-weight: 850;
}

.abv2-mission-ring {
    position: absolute;
    inset: 7%;
    border: 1px solid rgba(182, 22, 101, 0.2);
    border-radius: 50%;
    transform-style: preserve-3d;
}

.abv2-mission-ring-one {
    transform: rotateX(68deg) rotateZ(20deg);
}

.abv2-mission-ring-two {
    inset: 18%;
    border-color: rgba(116, 81, 215, 0.22);
    transform: rotateY(65deg) rotateZ(-18deg);
}

.abv2-mission h2 {
    font-size: clamp(2.25rem, 4vw, 4.2rem);
}

.abv2-mission p {
    max-width: 690px;
    margin: 24px 0 0;
    color: var(--abv2-ink-soft);
    font-size: 1.02rem;
    line-height: 1.82;
}

.abv2-principle-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(46px, 8vw, 116px);
    align-items: start;
}

.abv2-principle-heading::before {
    display: block;
    width: 52px;
    height: 52px;
    margin-bottom: 28px;
    border: 12px solid #fff;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--abv2-pink), var(--abv2-violet));
    box-shadow: 0 14px 34px rgba(182, 22, 101, 0.18);
    content: "";
}

.abv2-principle-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.abv2-principle-list article {
    --abv2-card-rx: 0deg;
    --abv2-card-ry: 0deg;
    min-height: 230px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    box-shadow: var(--abv2-shadow-soft);
    backdrop-filter: blur(16px);
    transform: perspective(850px) rotateX(var(--abv2-card-rx)) rotateY(var(--abv2-card-ry));
    transition: transform 280ms var(--abv2-ease), box-shadow 280ms ease;
}

.abv2-principle-list article:nth-child(2),
.abv2-principle-list article:nth-child(3) {
    background: rgba(244, 237, 255, 0.78);
}

.abv2-principle-list h3 {
    margin: 0;
    font-size: 1.14rem;
    font-weight: 850;
    letter-spacing: -0.025em;
}

.abv2-principle-list p {
    margin: 14px 0 0;
    color: var(--abv2-ink-soft);
    font-size: 0.86rem;
    line-height: 1.72;
}

.abv2-partner-privacy {
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 50%, rgba(255, 95, 175, 0.16), transparent 30%),
        linear-gradient(135deg, #f5efff 0%, #fff1f8 58%, #fff9fc 100%);
}

.abv2-partner-grid {
    display: grid;
    grid-template-columns: minmax(390px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(54px, 9vw, 130px);
    align-items: center;
}

.abv2-privacy-system {
    position: relative;
    width: min(480px, 100%);
    aspect-ratio: 1;
    margin-inline: auto;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.abv2-privacy-system::before {
    position: absolute;
    inset: 10%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.9), rgba(255, 221, 239, 0.5) 42%, transparent 70%);
    content: "";
    transform: translateZ(-80px);
}

.abv2-privacy-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(182, 22, 101, 0.2);
    border-radius: 50%;
    transform-style: preserve-3d;
}

.abv2-privacy-ring-one {
    width: 86%;
    height: 58%;
    transform: translate3d(-50%, -50%, 0) rotateX(66deg) rotateZ(-13deg);
}

.abv2-privacy-ring-two {
    width: 62%;
    height: 88%;
    border-color: rgba(116, 81, 215, 0.22);
    transform: translate3d(-50%, -50%, 40px) rotateY(64deg) rotateZ(26deg);
}

.abv2-privacy-core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: flex;
    width: 190px;
    min-height: 190px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.96);
    border-radius: 42% 58% 53% 47%;
    box-shadow: 0 32px 70px rgba(111, 58, 133, 0.18);
    backdrop-filter: blur(20px);
    transform: translate3d(-50%, -50%, 95px);
}

.abv2-privacy-core > i {
    display: grid;
    width: 66px;
    height: 66px;
    margin-bottom: 14px;
    place-items: center;
    color: var(--abv2-pink-strong);
    background: var(--abv2-pink-soft);
    border-radius: 22px;
    font-size: 1.45rem;
}

.abv2-privacy-core strong {
    font-size: 0.78rem;
    font-weight: 850;
}

.abv2-privacy-core small {
    margin-top: 7px;
    color: var(--abv2-violet);
    font-size: 0.75rem;
    letter-spacing: 0.16em;
}

.abv2-privacy-lock {
    position: absolute;
    z-index: 5;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    color: var(--abv2-pink-strong);
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(111, 58, 133, 0.16);
    backdrop-filter: blur(14px);
}

.abv2-privacy-lock-one {
    top: 15%;
    right: 17%;
    transform: translateZ(130px) rotate(7deg);
}

.abv2-privacy-lock-two {
    bottom: 16%;
    left: 15%;
    color: var(--abv2-violet);
    transform: translateZ(90px) rotate(-8deg);
}

.abv2-partner-grid h2 {
    font-size: clamp(2.4rem, 4.2vw, 4.65rem);
}

.abv2-partner-grid p {
    margin: 26px 0 0;
    color: var(--abv2-ink-soft);
    font-size: 1rem;
    line-height: 1.82;
}

.abv2-partner-grid ul {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.abv2-partner-grid li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    color: var(--abv2-ink);
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 18px;
    font-size: 0.86rem;
    line-height: 1.55;
}

.abv2-partner-grid li i {
    margin-top: 4px;
    color: #279868;
}

.abv2-responsible {
    background:
        radial-gradient(circle at 80% 48%, rgba(86, 196, 216, 0.12), transparent 30%),
        #fff8fc;
}

.abv2-responsible-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
    gap: clamp(54px, 9vw, 128px);
    align-items: center;
}

.abv2-responsible-grid > div:first-child p {
    margin: 26px 0 0;
    color: var(--abv2-ink-soft);
    font-size: 1rem;
    line-height: 1.82;
}

.abv2-policy-panel {
    --abv2-card-rx: 0deg;
    --abv2-card-ry: 0deg;
    position: relative;
    padding: clamp(34px, 5vw, 58px);
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 226, 241, 0.78), rgba(240, 233, 255, 0.78));
    border: 1px solid rgba(255, 255, 255, 0.96);
    border-radius: 40px;
    box-shadow: var(--abv2-shadow);
    backdrop-filter: blur(18px);
    transform: perspective(1000px) rotateX(var(--abv2-card-rx)) rotateY(var(--abv2-card-ry));
    transform-style: preserve-3d;
    transition: transform 300ms var(--abv2-ease);
}

.abv2-policy-panel::after {
    position: absolute;
    top: -110px;
    right: -90px;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(182, 22, 101, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 0 44px rgba(255, 255, 255, 0.12), 0 0 0 88px rgba(116, 81, 215, 0.04);
    content: "";
}

.abv2-policy-panel > i {
    position: relative;
    z-index: 2;
    display: grid;
    width: 66px;
    height: 66px;
    margin-bottom: 30px;
    place-items: center;
    color: var(--abv2-pink-strong);
    background: rgba(255, 255, 255, 0.75);
    border-radius: 22px;
    box-shadow: 0 16px 34px rgba(111, 58, 133, 0.12);
    font-size: 1.35rem;
    transform: translateZ(28px);
}

.abv2-policy-panel h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: clamp(1.55rem, 2.2vw, 2.25rem);
    font-weight: 850;
    letter-spacing: -0.04em;
    transform: translateZ(18px);
}

.abv2-policy-panel > p {
    position: relative;
    z-index: 2;
    margin: 17px 0 0;
    color: var(--abv2-ink-soft);
    line-height: 1.72;
}

.abv2-policy-panel nav {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 26px;
}

.abv2-policy-panel nav a {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 12px 14px;
    color: var(--abv2-ink);
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    font-size: 0.76rem;
    font-weight: 750;
    transition: background-color 180ms ease, transform 180ms var(--abv2-ease);
}

.abv2-policy-panel nav a:hover {
    background: #fff;
    transform: translateY(-2px);
}

.abv2-policy-panel nav i {
    color: var(--abv2-pink-strong);
    font-size: 0.66rem;
}

.abv2-faq {
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 95, 175, 0.15), transparent 30%),
        linear-gradient(180deg, #fff8fc 0%, #f6efff 100%);
}

.abv2-faq-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.67fr) minmax(600px, 1.33fr);
    gap: clamp(54px, 8vw, 116px);
    align-items: start;
}

.abv2-faq-intro {
    position: sticky;
    top: 180px;
}

.abv2-faq-intro p {
    margin: 24px 0 0;
    color: var(--abv2-ink-soft);
    font-size: 0.96rem;
    line-height: 1.76;
}

.abv2-faq-intro > a {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-top: 24px;
    color: var(--abv2-pink-strong);
    font-size: 0.85rem;
    font-weight: 850;
}

.abv2-faq-list {
    display: grid;
    gap: 11px;
}

.abv2-faq-list details {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.94);
    border-radius: 22px;
    box-shadow: 0 12px 34px rgba(111, 58, 133, 0.07);
    backdrop-filter: blur(15px);
    transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.abv2-faq-list details[open] {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(182, 22, 101, 0.16);
    box-shadow: 0 20px 48px rgba(111, 58, 133, 0.11);
}

.abv2-faq-list summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    min-height: 78px;
    padding: 20px 24px;
    color: var(--abv2-ink);
    cursor: pointer;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.45;
    list-style: none;
}

.abv2-faq-list summary::-webkit-details-marker {
    display: none;
}

.abv2-faq-list summary i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--abv2-pink-strong);
    background: var(--abv2-pink-soft);
    border-radius: 12px;
    font-size: 0.72rem;
    transition: transform 220ms var(--abv2-ease), background-color 220ms ease;
}

.abv2-faq-list details[open] summary i {
    color: #fff;
    background: var(--abv2-pink-strong);
    transform: rotate(45deg);
}

.abv2-faq-list details > div {
    padding: 0 24px 24px;
}

.abv2-faq-list details p {
    margin: 0;
    padding-top: 2px;
    color: var(--abv2-ink-soft);
    font-size: 0.87rem;
    line-height: 1.75;
}

.abv2-closing {
    position: relative;
    z-index: 1;
    padding-block: clamp(80px, 9vw, 128px);
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.65), transparent 26%),
        radial-gradient(circle at 90% 80%, rgba(116, 81, 215, 0.16), transparent 30%),
        linear-gradient(135deg, #ffd9ec 0%, #f5e8ff 55%, #e9f8fb 100%);
}

.abv2-closing::before {
    position: absolute;
    top: -340px;
    right: -260px;
    width: 740px;
    height: 740px;
    border: 1px solid rgba(182, 22, 101, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.1), 0 0 0 160px rgba(116, 81, 215, 0.04);
    content: "";
}

.abv2-closing-panel {
    --abv2-card-rx: 0deg;
    --abv2-card-ry: 0deg;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 46px;
    align-items: center;
    min-height: 420px;
    padding: clamp(38px, 6vw, 78px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 48px;
    box-shadow: var(--abv2-shadow);
    backdrop-filter: blur(22px);
    transform: perspective(1100px) rotateX(var(--abv2-card-rx)) rotateY(var(--abv2-card-ry));
    transform-style: preserve-3d;
    transition: transform 300ms var(--abv2-ease);
}

.abv2-closing-panel > div:not(.abv2-closing-constellation) {
    position: relative;
    z-index: 3;
}

.abv2-closing h2 {
    max-width: 780px;
    font-size: clamp(2.45rem, 4.5vw, 5rem);
}

.abv2-closing p {
    max-width: 690px;
    margin: 24px 0 0;
    color: var(--abv2-ink-soft);
    font-size: 1rem;
    line-height: 1.78;
}

.abv2-closing time {
    display: inline-block;
    margin-top: 20px;
    color: rgba(101, 80, 106, 0.75);
    font-size: 0.74rem;
    font-weight: 700;
}

.abv2-closing .abv2-actions {
    max-width: 250px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
}

.abv2-closing-constellation {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    transform-style: preserve-3d;
}

.abv2-closing-constellation span {
    position: absolute;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    color: var(--abv2-pink-strong);
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(111, 58, 133, 0.1);
    opacity: 0.58;
}

.abv2-closing-constellation span:nth-child(1) { top: 12%; left: 48%; transform: translateZ(-30px) rotate(-7deg); }
.abv2-closing-constellation span:nth-child(2) { top: 16%; right: 5%; transform: translateZ(34px) rotate(8deg); }
.abv2-closing-constellation span:nth-child(3) { right: 28%; bottom: 8%; transform: translateZ(-20px) rotate(-5deg); }
.abv2-closing-constellation span:nth-child(4) { bottom: 8%; left: 34%; transform: translateZ(40px) rotate(7deg); }
.abv2-closing-constellation span:nth-child(5) { top: 48%; left: 4%; transform: translateZ(-24px) rotate(-9deg); }

.abv2.has-motion .abv2-hero h1 {
    animation: abv2-title-arrive 760ms var(--abv2-ease) both;
}

.abv2.has-motion .abv2-hero-lead,
.abv2.has-motion .abv2-actions,
.abv2.has-motion .abv2-hero-note {
    animation: abv2-copy-arrive 660ms var(--abv2-ease) both;
}

.abv2.has-motion .abv2-hero-lead { animation-delay: 90ms; }
.abv2.has-motion .abv2-actions { animation-delay: 150ms; }
.abv2.has-motion .abv2-hero-note { animation-delay: 210ms; }

.abv2.has-motion .abv2-brand-core {
    animation: abv2-core-arrive 820ms var(--abv2-ease) both;
}

.abv2.has-motion .abv2-planet {
    animation: abv2-planet-arrive 760ms var(--abv2-ease) both;
}

.abv2.has-motion .abv2-planet-facebook { animation-delay: 80ms; }
.abv2.has-motion .abv2-planet-tiktok { animation-delay: 130ms; }
.abv2.has-motion .abv2-planet-youtube { animation-delay: 180ms; }
.abv2.has-motion .abv2-planet-instagram { animation-delay: 230ms; }
.abv2.has-motion .abv2-planet-twitter { animation-delay: 280ms; }
.abv2.has-motion .abv2-planet-telegram { animation-delay: 330ms; }
.abv2.has-motion .abv2-planet-threads { animation-delay: 380ms; }
.abv2.has-motion .abv2-planet-shopee { animation-delay: 430ms; }
.abv2.has-motion .abv2-planet-lazada { animation-delay: 480ms; }

.abv2.has-motion:not(.is-cosmos-idle) .abv2-cosmos-ring-one {
    animation: abv2-ring-one 28s linear infinite;
}

.abv2.has-motion:not(.is-cosmos-idle) .abv2-cosmos-ring-two {
    animation: abv2-ring-two 34s linear infinite reverse;
}

.abv2.has-motion [data-reveal="mask"] {
    opacity: 0;
    clip-path: inset(0 0 100% 0 round 20px);
    transform: translateY(34px);
    transition: opacity 720ms var(--abv2-ease), clip-path 850ms var(--abv2-ease), transform 720ms var(--abv2-ease);
}

.abv2.has-motion [data-reveal="line"] {
    opacity: 0;
    transform: translate3d(34px, 0, -30px);
    transition: opacity 620ms var(--abv2-ease), transform 720ms var(--abv2-ease);
}

.abv2.has-motion [data-reveal="depth"] {
    opacity: 0;
    transform: perspective(1000px) translate3d(0, 42px, -80px) rotateX(7deg);
    transition: opacity 700ms var(--abv2-ease), transform 820ms var(--abv2-ease);
}

.abv2.has-motion [data-reveal].is-inview {
    opacity: 1;
    clip-path: inset(0 0 0 0 round 0);
    transform: none;
}

@keyframes abv2-title-arrive {
    from { opacity: 0; transform: translate3d(0, 36px, -40px); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes abv2-copy-arrive {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes abv2-core-arrive {
    from { opacity: 0; transform: translate3d(-50%, -50%, -130px) scale(0.76); }
    to { opacity: 1; transform: translate3d(-50%, -50%, 120px) scale(1); }
}

@keyframes abv2-planet-arrive {
    from { opacity: 0; transform: translate3d(-50%, -50%, -180px) rotate(var(--abv2-planet-r)) scale(0.72); }
    to { opacity: 1; transform: translate3d(-50%, -50%, var(--abv2-planet-z)) rotate(var(--abv2-planet-r)) scale(1); }
}

@keyframes abv2-ring-one {
    from { transform: translate3d(-50%, -50%, -30px) rotateX(66deg) rotateZ(-10deg); }
    to { transform: translate3d(-50%, -50%, -30px) rotateX(66deg) rotateZ(350deg); }
}

@keyframes abv2-ring-two {
    from { transform: translate3d(-50%, -50%, 30px) rotateX(72deg) rotateZ(54deg); }
    to { transform: translate3d(-50%, -50%, 30px) rotateX(72deg) rotateZ(414deg); }
}

@keyframes abv2-ring-three {
    from { transform: translate3d(-50%, -50%, 70px) rotateX(74deg) rotateZ(112deg); }
    to { transform: translate3d(-50%, -50%, 70px) rotateX(74deg) rotateZ(472deg); }
}

@keyframes abv2-aurora-one {
    from { transform: translate3d(-64%, -58%, -130px) rotate(-18deg) scale(0.94); }
    to { transform: translate3d(-54%, -48%, -130px) rotate(-10deg) scale(1.08); }
}

@keyframes abv2-aurora-two {
    from { transform: translate3d(-30%, -36%, -90px) rotate(26deg) scale(1.04); }
    to { transform: translate3d(-42%, -48%, -90px) rotate(18deg) scale(0.92); }
}

@keyframes abv2-glow-one {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(-80px, 130px, 0) scale(1.12); }
}

@keyframes abv2-glow-two {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(110px, -90px, 0) scale(0.9); }
}

@keyframes abv2-glow-three {
    from { transform: translate3d(0, 0, 0) scale(0.94); }
    to { transform: translate3d(-120px, 70px, 0) scale(1.08); }
}

@media (hover: hover) and (pointer: fine) {
    .abv2-cosmos-stage:hover .abv2-brand-core {
        box-shadow:
            0 44px 92px rgba(115, 61, 137, 0.24),
            inset 0 1px 0 rgba(255, 255, 255, 0.95);
    }
}

@media (max-width: 1199.98px) {
    .abv2-shell {
        width: min(1180px, calc(100% - 48px));
    }

    .abv2-hero-grid {
        grid-template-columns: minmax(0, 1.08fr) minmax(450px, 0.92fr);
        gap: 28px;
    }

    .abv2-hero h1 {
        font-size: clamp(2.75rem, 4.2vw, 4.15rem);
    }

    .abv2-cosmos-stage {
        min-height: 500px;
    }

    .abv2-intro-grid,
    .abv2-process-grid,
    .abv2-responsible-grid {
        gap: 60px;
    }
}

@media (max-width: 991.98px) {
    .abv2-shell {
        width: min(900px, calc(100% - 40px));
    }

    .abv2-hero {
        min-height: auto;
    }

    .abv2-hero-grid,
    .abv2-section-head-split,
    .abv2-intro-grid,
    .abv2-process-grid,
    .abv2-principle-grid,
    .abv2-partner-grid,
    .abv2-responsible-grid,
    .abv2-faq-grid,
    .abv2-closing-panel {
        grid-template-columns: minmax(0, 1fr);
    }

    .abv2-hero-grid {
        gap: 16px;
        min-height: 0;
        padding-bottom: 80px;
    }

    .abv2-hero-copy {
        max-width: 800px;
        padding-top: 24px;
    }

    .abv2-cosmos-stage {
        width: min(680px, 100%);
        min-height: 520px;
        margin-inline: auto;
    }

    .abv2-section-head-split {
        align-items: start;
    }

    .abv2-section-head-split p {
        max-width: 720px;
    }

    .abv2-platform-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .abv2-intro-grid {
        gap: 54px;
    }

    .abv2-audience-layout {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .abv2-audience-feature,
    .abv2-audience-stack article {
        min-height: 310px;
        padding: 28px;
    }

    .abv2-audience-feature > i,
    .abv2-audience-stack article > i {
        margin-bottom: 42px;
    }

    .abv2-process-intro,
    .abv2-faq-intro {
        position: static;
    }

    .abv2-journey-orbit {
        width: 290px;
        margin-left: 0;
    }

    .abv2-process-steps li,
    .abv2-process-steps li:nth-child(even) {
        transform: none;
    }

    .abv2-mission {
        grid-template-columns: 260px minmax(0, 1fr);
        gap: 34px;
    }

    .abv2-mission-core {
        width: 240px;
    }

    .abv2-partner-grid {
        gap: 38px;
    }

    .abv2-privacy-system {
        width: min(430px, 100%);
    }

    .abv2-closing-panel {
        gap: 32px;
    }

    .abv2-closing .abv2-actions {
        max-width: none;
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width: 767.98px) {
    .abv2-shell {
        width: calc(100% - 32px);
    }

    .abv2-section {
        padding-block: 78px;
    }

    .abv2-section h2,
    .abv2-closing h2 {
        font-size: clamp(2.15rem, 10vw, 3.15rem);
        line-height: 1.04;
    }

    .abv2-hero-grid {
        padding-block: 34px 66px;
    }

    .abv2-hero h1 {
        font-size: clamp(2.65rem, 12vw, 4rem);
        line-height: 1.01;
    }

    .abv2-hero h1::after {
        width: 88px;
        height: 7px;
        margin-top: 21px;
    }

    .abv2-hero-lead {
        margin-top: 23px;
        font-size: 1rem;
        line-height: 1.7;
    }

    .abv2-actions {
        align-items: stretch;
        margin-top: 28px;
    }

    .abv2-button {
        min-height: 52px;
    }

    .abv2-cosmos-stage {
        min-height: 500px;
    }

    .abv2-cosmos-scene {
        inset: 8px 0 62px;
    }

    .abv2-brand-core {
        width: 210px;
        min-height: 150px;
        padding: 20px;
    }

    .abv2-brand-core-logo {
        width: 138px;
        height: 58px;
        border-radius: 20px;
    }

    .abv2-brand-core-logo img {
        width: 112px;
        height: 34px;
    }

    .abv2-planet {
        min-width: 48px;
        min-height: 48px;
        justify-content: center;
        padding: 7px;
        border-radius: 16px;
    }

    .abv2-planet span {
        width: 32px;
        height: 32px;
    }

    .abv2-planet strong {
        display: none;
    }

    .abv2-cosmos-stage figcaption {
        font-size: 0.68rem;
    }

    .abv2-platform-list,
    .abv2-capability-list,
    .abv2-principle-list,
    .abv2-policy-panel nav {
        grid-template-columns: minmax(0, 1fr);
    }

    .abv2-platform-list a,
    .abv2-platform-entry {
        min-height: 126px;
        padding: 19px;
    }

    .abv2-capability-list article {
        min-height: 0;
    }

    .abv2-capability-mark {
        margin-bottom: 24px;
    }

    .abv2-audience-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .abv2-audience-feature,
    .abv2-audience-stack article {
        min-height: 290px;
    }

    .abv2-process-steps li {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 16px;
        min-height: 0;
        padding: 24px 21px;
    }

    .abv2-process-steps::before {
        left: 43px;
    }

    .abv2-step-number {
        width: 44px;
        height: 44px;
        border-radius: 15px;
    }

    .abv2-mission {
        grid-template-columns: minmax(0, 1fr);
        padding: 34px 24px;
        border-radius: 34px;
    }

    .abv2-mission-core {
        width: 230px;
    }

    .abv2-mission h2 {
        font-size: clamp(2.1rem, 10vw, 3.2rem);
    }

    .abv2-privacy-system {
        width: min(350px, 100%);
    }

    .abv2-privacy-core {
        width: 160px;
        min-height: 160px;
    }

    .abv2-policy-panel {
        padding: 30px 22px;
        border-radius: 32px;
    }

    .abv2-faq-list summary {
        min-height: 72px;
        padding: 18px 19px;
    }

    .abv2-faq-list details > div {
        padding: 0 19px 21px;
    }

    .abv2-closing {
        padding-block: 72px;
    }

    .abv2-closing-panel {
        min-height: 0;
        padding: 34px 23px;
        border-radius: 34px;
    }

    .abv2-closing .abv2-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 479.98px) {
    .abv2-shell {
        width: calc(100% - 24px);
    }

    .abv2-section {
        padding-block: 68px;
    }

    .abv2-hero-grid {
        padding-block: 22px 56px;
    }

    .abv2-hero h1 {
        font-size: clamp(2.15rem, 10.2vw, 2.75rem);
        line-height: 1.02;
    }

    .abv2-hero h1::after {
        width: 76px;
        height: 6px;
        margin-top: 17px;
    }

    .abv2-hero-lead {
        margin-top: 18px;
        line-height: 1.58;
    }

    .abv2-actions {
        flex-direction: column;
        gap: 10px;
        margin-top: 22px;
    }

    .abv2-button {
        width: 100%;
        min-height: 48px;
        padding-block: 11px;
    }

    .abv2-hero-note {
        margin-top: 18px;
        font-size: 0.82rem;
        line-height: 1.5;
    }

    .abv2-cosmos-stage {
        min-height: 440px;
    }

    .abv2-brand-core {
        width: 176px;
        min-height: 134px;
    }

    .abv2-brand-core small {
        max-width: 130px;
        font-size: 0.58rem;
    }

    .abv2-brand-core strong {
        font-size: 0.88rem;
    }

    .abv2-brand-core-logo {
        width: 120px;
        height: 50px;
        margin-bottom: 9px;
    }

    .abv2-brand-core-logo img {
        width: 100px;
        height: 30px;
    }

    .abv2-planet {
        min-width: 42px;
        min-height: 42px;
        padding: 5px;
    }

    .abv2-planet span {
        width: 30px;
        height: 30px;
    }

    .abv2-planet-facebook { left: 13%; }
    .abv2-planet-youtube { left: 88%; }
    .abv2-planet-instagram { left: 86%; }
    .abv2-planet-threads { left: 6%; }

    .abv2-cosmos-stage figcaption {
        right: 0;
        left: 0;
        padding: 10px 12px;
    }

    .abv2-platform-list a,
    .abv2-platform-entry {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 12px;
        min-height: 118px;
        padding: 16px;
        border-radius: 23px;
    }

    .abv2-platform-icon {
        width: 46px;
        height: 46px;
        border-radius: 16px;
    }

    .abv2-platform-copy small {
        font-size: 0.7rem;
    }

    .abv2-capability-list article,
    .abv2-audience-feature,
    .abv2-audience-stack article,
    .abv2-principle-list article {
        padding: 24px;
        border-radius: 26px;
    }

    .abv2-journey-orbit {
        width: 260px;
        margin-inline: auto;
    }

    .abv2-process-steps li {
        padding: 21px 17px;
        border-radius: 24px;
    }

    .abv2-process-steps::before {
        display: none;
    }

    .abv2-process-steps h3 {
        font-size: 1.06rem;
    }

    .abv2-privacy-system {
        width: 290px;
    }

    .abv2-privacy-core {
        width: 138px;
        min-height: 138px;
    }

    .abv2-privacy-core > i {
        width: 54px;
        height: 54px;
        margin-bottom: 9px;
        font-size: 1.15rem;
    }

    .abv2-privacy-lock {
        width: 46px;
        height: 46px;
        border-radius: 15px;
    }

    .abv2-partner-grid li {
        padding: 12px 13px;
    }

    .abv2-faq-list summary {
        gap: 13px;
        font-size: 0.86rem;
    }

    .abv2-closing-constellation span {
        opacity: 0.35;
    }
}

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

    .abv2.has-motion [data-reveal] {
        opacity: 1 !important;
        clip-path: none !important;
        transform: none !important;
    }

    .abv2-cosmos-scene,
    .abv2-platform-list a,
    .abv2-platform-entry,
    .abv2-capability-list article,
    .abv2-audience-feature,
    .abv2-audience-stack article,
    .abv2-principle-list article,
    .abv2-policy-panel,
    .abv2-closing-panel {
        transform: none !important;
    }
}

@media (forced-colors: active) {
    .abv2-button,
    .abv2-platform-list a,
    .abv2-platform-entry,
    .abv2-capability-list article,
    .abv2-audience-feature,
    .abv2-audience-stack article,
    .abv2-policy-panel,
    .abv2-faq-list details {
        border: 1px solid CanvasText;
    }
}
