@font-face {
    font-family: "Inter Local";
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url("../fonts/inter-v20-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Inter Local";
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url("../fonts/inter-v20-vietnamese.woff2") format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

#posone-public-shell-host {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;
    background: #f8fafc;
    transition: opacity 160ms ease-out;
}

#posone-public-shell-host.is-ready {
    pointer-events: none;
    opacity: 0;
}

#posone-public-shell-host[hidden] {
    display: none;
}

.public-landing-shell,
.public-landing-shell *,
.public-landing-shell *::before,
.public-landing-shell *::after {
    box-sizing: border-box;
}

.public-landing-shell {
    min-height: 100vh;
    color: #1f2937;
    background: #f8fafc;
    font-family: "Inter Local", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.public-landing-shell a {
    color: inherit;
    text-decoration: none;
}

/* ==================== 1. STICKY HEADER ==================== */
.public-landing-shell__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    height: 80px;
    border-bottom: 1px solid #f3f4f6;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.public-landing-shell__header-inner {
    width: min(1280px, 100%);
    height: 100%;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.public-landing-shell__brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    color: #111827;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.025em;
}

.public-landing-shell__brand-logo {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(15, 23, 42, 0.1);
}

.public-landing-shell__brand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.public-landing-shell__nav {
    display: flex;
    align-items: center;
    gap: 32px;
    color: #4b5563;
    font-size: 16px;
    font-weight: 500;
}

.public-landing-shell__nav a {
    padding: 8px 4px 6px;
    transition: color 0.2s ease;
}

.public-landing-shell__nav a:hover {
    color: #16a34a;
}

.public-landing-shell__desktop-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.public-landing-shell__control {
    min-height: 40px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #374151;
    background: #f9fafb;
    font-size: 14px;
    font-weight: 600;
}

.public-landing-shell__control .fa-map-marker-alt {
    color: #16a34a;
}

.public-landing-shell__control .fa-globe,
.public-landing-shell__chevron {
    color: #6b7280;
}

.public-landing-shell__chevron {
    font-size: 11px;
}

.public-landing-shell__login {
    min-height: 40px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #16a34a;
    border-radius: 12px;
    color: #16a34a !important;
    font-size: 14px;
    font-weight: 700;
    transition: background 0.2s ease;
}

.public-landing-shell__login:hover {
    background: #f0fdf4;
}

.public-landing-shell__consult {
    min-height: 40px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    color: #fff !important;
    background: #16a34a;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 6px 14px rgba(34, 197, 94, 0.3);
}

.public-landing-shell__mobile-actions {
    display: none;
    gap: 8px;
    flex: 0 0 auto;
}

.public-landing-shell__mobile-icon,
.public-landing-shell__mobile-menu {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.public-landing-shell__mobile-icon {
    border: 1px solid #e5e7eb;
    color: #16a34a;
    background: #f9fafb;
}

.public-landing-shell__mobile-menu {
    color: #374151;
    font-size: 20px;
}

.public-landing-shell__mobile-login {
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #16a34a;
    border-radius: 8px;
    color: #16a34a !important;
    font-size: 14px;
    font-weight: 700;
}

/* ==================== 2. HERO SECTION ==================== */
.public-landing-shell__main {
    padding-top: 80px;
}

.public-landing-shell__hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 112px;
    background-color: #f8fafc;
    background-image: radial-gradient(#cbd5e1 1px, transparent 1px);
    background-size: 32px 32px;
}

.public-landing-shell__blob {
    position: absolute;
    top: 0;
    width: 384px;
    height: 384px;
    border-radius: 50%;
    opacity: 0.3;
    filter: blur(64px);
    pointer-events: none;
}

.public-landing-shell__blob--green {
    left: 25%;
    background: #86efac;
}

.public-landing-shell__blob--blue {
    right: 25%;
    background: #bfdbfe;
}

.public-landing-shell__hero-inner {
    position: relative;
    z-index: 1;
    width: min(1280px, 100%);
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 48px;
}

.public-landing-shell__copy {
    min-width: 0;
    max-width: 100%;
}

.public-landing-shell__badge {
    margin-bottom: 24px;
    padding: 6px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #fde68a;
    border-radius: 999px;
    color: #92400e;
    background: #fef3c7;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.public-landing-shell__copy h1 {
    margin: 0 0 24px;
    color: #111827;
    font-size: 60px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.public-landing-shell__copy h1 span.gradient-text {
    display: block;
    margin-top: 4px;
    background: linear-gradient(to right, #16a34a, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.public-landing-shell__quote {
    margin: 0 0 24px;
    padding: 4px 0 4px 16px;
    border-left: 4px solid #22c55e;
    color: #1f2937;
    font-size: 20px;
    line-height: 1.625;
    font-weight: 500;
}

.public-landing-shell__description {
    margin: 0 0 32px;
    color: #4b5563;
    font-size: 18px;
    line-height: 1.625;
}

.public-landing-shell__description strong {
    color: #111827;
}

.public-landing-shell__hero-actions {
    display: flex;
    gap: 16px;
}

.public-landing-shell__primary,
.public-landing-shell__secondary {
    min-height: 56px;
    padding: 16px 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.public-landing-shell__primary {
    color: #fff !important;
    background: #16a34a;
    box-shadow: 0 10px 20px rgba(34, 197, 94, 0.4);
}

.public-landing-shell__secondary {
    border: 2px solid #e5e7eb;
    color: #374151 !important;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.public-landing-shell__visual {
    margin-left: 40px;
    padding: 8px;
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.2);
    transform: rotate(1deg);
    transition: transform 0.3s ease;
}

.public-landing-shell__visual-inner {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #f1f5f9;
    aspect-ratio: 4 / 3;
}

.public-landing-shell__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.public-landing-shell__image-badge {
    position: absolute;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #f3f4f6;
    border-radius: 8px;
    color: #1f2937;
    background: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.16);
}

.public-landing-shell__image-badge--tax {
    top: 24px;
    left: 24px;
}

.public-landing-shell__image-badge--tax i {
    color: #22c55e;
}

.public-landing-shell__image-badge--fast {
    right: 24px;
    bottom: 10px;
}

.public-landing-shell__image-badge--fast i {
    color: #f59e0b;
}

/* ==================== 3. STATS STRIP ==================== */
.public-landing-shell__stats {
    position: relative;
    z-index: 20;
    margin-top: -40px;
    padding: 0 0 40px;
}

.public-landing-shell__stats-inner {
    width: min(1280px, 100%);
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.public-landing-shell__stat-card {
    padding: 24px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.public-landing-shell__stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.public-landing-shell__stat-number {
    margin-bottom: 8px;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
}

.public-landing-shell__stat-number--green {
    color: #16a34a;
}

.public-landing-shell__stat-number--blue {
    color: #2563eb;
}

.public-landing-shell__stat-number--amber {
    color: #f59e0b;
}

.public-landing-shell__stat-label {
    color: #4b5563;
    font-size: 16px;
    font-weight: 500;
}

/* ==================== 4. CORE VALUES COMPARISON ==================== */
.public-landing-shell__comp {
    padding: 80px 0;
    background: #ffffff;
    border-top: 1px solid #f3f4f6;
}

.public-landing-shell__section-header {
    text-align: center;
    margin-bottom: 48px;
}

.public-landing-shell__section-badge {
    color: #16a34a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.public-landing-shell__section-title {
    color: #111827;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 16px;
}

.public-landing-shell__section-subtitle {
    max-width: 768px;
    margin: 0 auto;
    color: #4b5563;
    font-size: 18px;
}

.public-landing-shell__comp-inner {
    width: min(1280px, 100%);
    margin: 0 auto;
    padding: 0 32px;
}

.public-landing-shell__comp-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 0 24px;
}

.public-landing-shell__comp-header-col {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.public-landing-shell__comp-header-col--old {
    color: #6b7280;
}

.public-landing-shell__comp-header-col--new {
    color: #16a34a;
    padding-left: 24px;
}

.public-landing-shell__comp-rows {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.public-landing-shell__comp-row {
    display: flex;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: box-shadow 0.3s ease;
}

.public-landing-shell__comp-row:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.public-landing-shell__comp-old {
    width: 50%;
    padding: 28px 32px;
    background: #f9fafb;
    border-right: 1px solid #e5e7eb;
}

.public-landing-shell__comp-old h4 {
    margin: 0 0 10px;
    color: #374151;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.public-landing-shell__comp-old p {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
}

.public-landing-shell__comp-new {
    position: relative;
    width: 50%;
    padding: 28px 32px;
    background: rgba(240, 253, 244, 0.4);
}

.public-landing-shell__comp-new::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #16a34a;
}

.public-landing-shell__comp-new h4 {
    margin: 0 0 10px;
    color: #15803d;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.public-landing-shell__comp-new p {
    margin: 0;
    color: #111827;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
}

/* ==================== 5. SECTION ABOUT KAS / MKAS ==================== */
.public-landing-shell__about {
    padding: 80px 0;
    background: #f8fafc;
    background-image: radial-gradient(#cbd5e1 1px, transparent 1px);
    background-size: 32px 32px;
}

.public-landing-shell__about-inner {
    width: min(1280px, 100%);
    margin: 0 auto;
    padding: 0 32px;
}

.public-landing-shell__about-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    margin-bottom: 80px;
    align-items: stretch;
}

.public-landing-shell__about-info h2 {
    color: #0f172a;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
}

.public-landing-shell__about-info p {
    color: #475569;
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 16px;
}

.public-landing-shell__why-card {
    position: relative;
    margin-top: 32px;
    padding: 32px;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.public-landing-shell__why-badge {
    position: absolute;
    top: -14px;
    left: 24px;
    padding: 4px 16px;
    border-radius: 999px;
    border: 1px solid #bbf7d0;
    color: #15803d;
    background: #dcfce7;
    font-size: 13px;
    font-weight: 700;
}

.public-landing-shell__why-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 8px;
}

.public-landing-shell__why-item {
    display: flex;
    gap: 16px;
}

.public-landing-shell__why-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.public-landing-shell__why-icon--green {
    background: #dcfce7;
    color: #16a34a;
}

.public-landing-shell__why-icon--blue {
    background: #dbeafe;
    color: #2563eb;
}

.public-landing-shell__why-icon--orange {
    background: #ffedd5;
    color: #ea580c;
}

.public-landing-shell__why-text h4 {
    margin: 0 0 4px;
    color: #0f172a;
    font-size: 17px;
    font-weight: 700;
}

.public-landing-shell__why-text p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
}

/* Open Letter */
.public-landing-shell__letter {
    position: relative;
    padding: 48px;
    border-radius: 24px;
    background: #111827;
    color: #cbd5e1;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.public-landing-shell__letter-quote {
    position: absolute;
    top: 20px;
    right: 32px;
    font-family: Georgia, serif;
    font-size: 180px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.05);
    pointer-events: none;
    user-select: none;
}

.public-landing-shell__letter h4 {
    color: #4ade80;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 12px;
}

.public-landing-shell__letter h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0 0 24px;
}

.public-landing-shell__letter p {
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 14px;
}

.public-landing-shell__letter-sign {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.public-landing-shell__letter-sign strong {
    color: #ffffff;
    display: block;
    margin-bottom: 2px;
}

.public-landing-shell__letter-sign span {
    color: #4ade80;
    font-size: 14px;
    font-weight: 600;
}

/* Ecosystem */
.public-landing-shell__eco {
    margin-bottom: 80px;
    padding: 56px 48px;
    border-radius: 32px;
    background: #111827;
    color: #ffffff;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
}

.public-landing-shell__eco-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.public-landing-shell__eco-card {
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(30, 41, 59, 0.5);
    backdrop-filter: blur(8px);
}

.public-landing-shell__eco-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.public-landing-shell__eco-icon--green {
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
}

.public-landing-shell__eco-icon--blue {
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
}

.public-landing-shell__eco-icon--orange {
    background: rgba(249, 115, 22, 0.15);
    color: #fb923c;
}

.public-landing-shell__eco-icon--purple {
    background: rgba(168, 85, 247, 0.15);
    color: #c084fc;
}

.public-landing-shell__eco-card h4 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.public-landing-shell__eco-card p {
    margin: 0;
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.6;
}

/* Leadership Team */
.public-landing-shell__section-header {
    text-align: center;
    margin-bottom: 48px;
}

.public-landing-shell__section-badge {
    font-size: 14px;
    font-weight: 700;
    color: #16a34a;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

.public-landing-shell__section-title {
    font-size: 30px;
    font-weight: 900;
    color: #111827;
    margin: 0 0 16px;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.public-landing-shell__section-subtitle {
    font-size: 16px;
    color: #4b5563;
    max-width: 672px;
    margin: 0 auto;
    line-height: 1.6;
}

.public-landing-shell__team-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
}

.public-landing-shell__leader-card {
    padding: 40px 16px 24px;
    border: 1px solid #f1f5f9;
    border-radius: 32px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.public-landing-shell__leader-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.public-landing-shell__leader-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 24px;
    background: #f1f5f9;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 4px rgba(0, 0, 0, 0.06);
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.public-landing-shell__leader-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.public-landing-shell__leader-card h4 {
    margin: 0 0 4px;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
}

.public-landing-shell__leader-role {
    margin: 0 0 24px;
    color: #16a34a;
    font-size: 14px;
    font-weight: 700;
}

.public-landing-shell__leader-contact {
    width: 100%;
    margin-top: auto;
    padding: 12px 8px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    font-size: 14px;
    color: #4b5563;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.public-landing-shell__leader-contact div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* ==================== 6. 11 KEY FEATURES ==================== */
.public-landing-shell__features {
    padding: 80px 0;
    background: #ffffff;
}

.public-landing-shell__features-inner {
    width: min(1280px, 100%);
    margin: 0 auto;
    padding: 0 32px;
}

.public-landing-shell__features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.public-landing-shell__feature-card {
    padding: 24px;
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.public-landing-shell__feature-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.public-landing-shell__feature-blob {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    background: #22c55e;
    border-bottom-left-radius: 9999px;
    opacity: 0.1;
    pointer-events: none;
}

.public-landing-shell__feature-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.public-landing-shell__feature-top h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.public-landing-shell__feature-tag {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.public-landing-shell__feature-bullets {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.public-landing-shell__feature-bullets li {
    position: relative;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.5;
}

/* ==================== 7. PRICING SECTION ==================== */
.public-landing-shell__pricing {
    padding: 80px 0;
    background: #f8fafc;
}

.public-landing-shell__pricing-inner {
    width: min(1280px, 100%);
    margin: 0 auto;
    padding: 0 32px;
}

.public-landing-shell__pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    align-items: flex-end;
}

.public-landing-shell__pricing-card {
    padding: 32px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.public-landing-shell__pricing-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.public-landing-shell__pricing-card--popular {
    background: #f0fdf4 !important;
    border: 2px solid #22c55e !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-16px);
    z-index: 10;
}

.public-landing-shell__pricing-popular-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 16px;
    border-radius: 9999px;
    background: #16a34a;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.public-landing-shell__pricing-plan {
    margin: 0 0 8px;
    color: #111827;
    font-size: 20px;
    font-weight: 700;
}

.public-landing-shell__pricing-price {
    margin: 0 0 16px;
    color: #111827;
    font-size: 30px;
    font-weight: 900;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.public-landing-shell__pricing-price span {
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
}

.public-landing-shell__pricing-card--popular .public-landing-shell__pricing-price {
    color: #15803d;
    font-size: 36px;
}

.public-landing-shell__pricing-card--popular .public-landing-shell__pricing-price span {
    color: #15803d;
    font-weight: 700;
}

.public-landing-shell__pricing-per {
    font-size: 14px;
    margin: 0 0 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f3f4f6;
    color: #6b7280;
}

.public-landing-shell__pricing-card--popular .public-landing-shell__pricing-per {
    color: #15803d;
    font-weight: 500;
    border-bottom-color: #bbf7d0;
}

.public-landing-shell__pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
    font-size: 14px;
    color: #4b5563;
}

.public-landing-shell__pricing-card--popular .public-landing-shell__pricing-features {
    color: #374151;
    font-weight: 500;
}

.public-landing-shell__pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.public-landing-shell__pricing-features i {
    color: #22c55e;
    font-size: 12px;
    margin-top: 4px;
    flex-shrink: 0;
}

.public-landing-shell__pricing-btn {
    margin-top: auto;
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: none;
    background: #f3f4f6;
    color: #1f2937;
    font-weight: 700;
    text-align: center;
    display: block;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: background 0.2s ease, transform 0.2s ease;
}

.public-landing-shell__pricing-btn:hover {
    background: #e5e7eb;
}

.public-landing-shell__pricing-card--popular .public-landing-shell__pricing-btn {
    background: #16a34a;
    color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(22, 163, 74, 0.3);
}

.public-landing-shell__pricing-card--popular .public-landing-shell__pricing-btn:hover {
    background: #15803d;
    transform: scale(1.02);
}

/* ==================== 8. CTA BANNER ==================== */
.public-landing-shell__cta-banner {
    padding: 64px 0;
    background: #ffffff;
    display: flex;
    justify-content: center;
}

.public-landing-shell__cta-banner-inner {
    width: min(1024px, 100%);
    margin: 0 auto;
    padding: 0 16px;
}

.public-landing-shell__cta-card {
    position: relative;
    padding: 64px 40px;
    border-radius: 40px;
    background: linear-gradient(135deg, #0f172a 0%, #064e3b 100%);
    color: #ffffff;
    text-align: center;
    box-shadow: 0 20px 50px -12px rgba(16, 185, 129, 0.3);
    border: 1px solid rgba(22, 101, 52, 0.5);
    overflow: hidden;
    transition: transform 0.5s ease;
}

.public-landing-shell__cta-card:hover {
    transform: scale(1.01);
}

.public-landing-shell__cta-card h2 {
    font-size: 44px;
    font-weight: 900;
    margin: 0 0 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    background: linear-gradient(to right, #86efac, #d1fae5, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.public-landing-shell__cta-card p {
    max-width: 768px;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(236, 253, 245, 0.9);
    font-weight: 500;
}

.public-landing-shell__cta-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 40px;
    border-radius: 9999px;
    background: #ffffff;
    color: #166534 !important;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.public-landing-shell__cta-card-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.4);
}

.public-landing-shell__cta-badges {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(167, 243, 208, 0.8);
}

.public-landing-shell__cta-badge-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.public-landing-shell__cta-badge-item i {
    color: #4ade80;
}

/* ==================== 9. CONTACT & CONSULTATION ==================== */
.public-landing-shell__contact {
    padding: 80px 0;
    background: #ffffff;
}

.public-landing-shell__contact-inner {
    width: min(1280px, 100%);
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 40px;
}

.public-landing-shell__contact-left h2 {
    color: #0f172a;
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 24px;
}

.public-landing-shell__contact-box {
    margin-bottom: 32px;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.public-landing-shell__contact-box h4 {
    margin: 0 0 4px;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
}

.public-landing-shell__contact-box p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.5;
}

.public-landing-shell__contact-form {
    position: relative;
    overflow: hidden;
    padding: 40px;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.public-landing-shell__form-blob {
    position: absolute;
    top: 0;
    right: 0;
    width: 128px;
    height: 128px;
    background: #f0fdf4;
    border-bottom-left-radius: 9999px;
    pointer-events: none;
    z-index: 0;
}

.public-landing-shell__form-content {
    position: relative;
    z-index: 1;
}

.public-landing-shell__form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.public-landing-shell__form-group {
    margin-bottom: 24px;
}

.public-landing-shell__form-group label {
    display: block;
    margin-bottom: 8px;
    color: #374151;
    font-size: 14px;
    font-weight: 700;
}

.public-landing-shell__form-group input,
.public-landing-shell__form-group select,
.public-landing-shell__form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #f9fafb;
    font-size: 14px;
    color: #111827;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.public-landing-shell__form-group input:focus,
.public-landing-shell__form-group select:focus,
.public-landing-shell__form-group textarea:focus {
    border-color: #22c55e;
    background: #ffffff;
}

.public-landing-shell__form-agree {
    margin-bottom: 32px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: #4b5563;
}

.public-landing-shell__form-agree input[type="checkbox"] {
    margin-top: 3px;
    accent-color: #16a34a;
}

.public-landing-shell__form-btn {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    border: none;
    background: #0f172a;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.3);
    transition: background 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.public-landing-shell__form-btn:hover {
    background: #1e293b;
}

.public-landing-shell__form-offer {
    margin-top: 16px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #166534;
    font-size: 14px;
    line-height: 1.5;
}

.public-landing-shell__form-offer i {
    color: #16a34a;
    margin-top: 3px;
    flex-shrink: 0;
}

/* ==================== 9.5. TRUSTED CUSTOMERS ==================== */
.public-landing-shell__customers {
    padding: 80px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.public-landing-shell__customers-inner {
    width: min(1280px, 100%);
    margin: 0 auto;
    padding: 0 32px;
}

.public-landing-shell__customers-badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #16a34a;
    margin-bottom: 8px;
}

.public-landing-shell__customers-title {
    font-size: 30px;
    font-weight: 900;
    color: #111827;
    margin: 0 0 16px;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

@media (min-width: 768px) {
    .public-landing-shell__customers-title {
        font-size: 30px;
    }
}

.public-landing-shell__customers-desc {
    font-size: 16px;
    color: #4b5563;
    max-width: 672px;
    margin: 0 auto 48px;
    line-height: 1.6;
}

.public-landing-shell__customers-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 640px) {
    .public-landing-shell__customers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (min-width: 1024px) {
    .public-landing-shell__customers-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 20px;
    }
}

.public-landing-shell__customer-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease;
    overflow: hidden;
    position: relative;
}

.public-landing-shell__customer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
    border-color: #cbd5e1;
}

.public-landing-shell__customer-card-body {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.public-landing-shell__customer-logo-wrap {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f8fafc;
    padding: 6px;
    border: 1px solid #f1f5f9;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: transform 0.25s ease;
}

.public-landing-shell__customer-card:hover .public-landing-shell__customer-logo-wrap {
    transform: scale(1.05);
}

.public-landing-shell__customer-logo-wrap img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.public-landing-shell__customer-info {
    min-width: 0;
    flex: 1;
}

.public-landing-shell__customer-name {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public-landing-shell__customer-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #475569;
    background: #f1f5f9;
    padding: 2px 8px;
    border-radius: 6px;
}

.public-landing-shell__customer-accent {
    width: 100%;
    height: 3px;
    border-radius: 9999px;
    opacity: 0.75;
    transition: opacity 0.25s ease;
}

.public-landing-shell__customer-card:hover .public-landing-shell__customer-accent {
    opacity: 1;
}

.public-landing-shell__customer-accent--orange { background: linear-gradient(90deg, #fbbf24, #f97316); }
.public-landing-shell__customer-accent--red { background: linear-gradient(90deg, #f87171, #e11d48); }
.public-landing-shell__customer-accent--green { background: linear-gradient(90deg, #34d399, #059669); }
.public-landing-shell__customer-accent--blue { background: linear-gradient(90deg, #60a5fa, #4f46e5); }
.public-landing-shell__customer-accent--amber { background: linear-gradient(90deg, #fcd34d, #eab308); }
.public-landing-shell__customer-accent--yellow { background: linear-gradient(90deg, #facc15, #d97706); }
.public-landing-shell__customer-accent--teal { background: linear-gradient(90deg, #2dd4bf, #0891b2); }
.public-landing-shell__customer-accent--rose { background: linear-gradient(90deg, #fb7185, #dc2626); }
.public-landing-shell__customer-accent--purple { background: linear-gradient(90deg, #c084fc, #4f46e5); }
.public-landing-shell__customer-accent--indigo { background: linear-gradient(90deg, #6366f1, #1d4ed8); }
.public-landing-shell__customer-accent--cyan { background: linear-gradient(90deg, #60a5fa, #06b6d4); }

/* ==================== 10. FOOTER ==================== */
.public-landing-shell__footer {
    padding: 64px 0 32px;
    background: #0b1120;
    border-top: 1px solid #1e293b;
    color: #94a3b8;
}

.public-landing-shell__footer-inner {
    width: min(1280px, 100%);
    margin: 0 auto;
    padding: 0 32px;
}

.public-landing-shell__footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}

.public-landing-shell__footer-grid--myanmar {
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 36px;
}

.public-landing-shell__footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 24px;
}

.public-landing-shell__footer-col h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 20px;
}

.public-landing-shell__footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.public-landing-shell__footer-col a {
    color: #94a3b8;
    font-size: 14px;
    transition: color 0.2s ease;
}

.public-landing-shell__footer-col a:hover {
    color: #4ade80;
}

.public-landing-shell__footer-bottom {
    padding-top: 32px;
    border-top: 1px solid #1e293b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #64748b;
}

/* ==================== 5 KEY DISTINCTIONS (SO SÁNH GIẢI PHÁP) ==================== */
.public-landing-shell__diff {
    margin-top: 80px;
}

.public-landing-shell__diff-card {
    max-width: 1152px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
    border: 1px solid #f1f5f9;
    overflow: hidden;
}

.public-landing-shell__diff-header-row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.public-landing-shell__diff-h-col1 {
    grid-column: span 3;
    padding: 24px;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    font-size: 14px;
}

.public-landing-shell__diff-h-col2 {
    grid-column: span 5;
    padding: 24px;
    background: #f0fdf4;
    border-left: 1px solid #dcfce7;
}

.public-landing-shell__diff-h-col2-title {
    font-weight: 900;
    color: #15803d;
    font-size: 20px;
}

.public-landing-shell__diff-h-col2-sub {
    font-size: 12px;
    font-weight: 700;
    color: #16a34a;
    margin-top: 4px;
    text-transform: uppercase;
}

.public-landing-shell__diff-h-col3 {
    grid-column: span 4;
    padding: 24px;
    background: #fef2f2;
    border-left: 1px solid #fee2e2;
}

.public-landing-shell__diff-h-col3-title {
    font-weight: 900;
    color: #b91c1c;
    font-size: 20px;
}

.public-landing-shell__diff-h-col3-sub {
    font-size: 12px;
    font-weight: 700;
    color: #dc2626;
    margin-top: 4px;
    text-transform: uppercase;
}

.public-landing-shell__diff-body {
    display: flex;
    flex-direction: column;
}

.public-landing-shell__diff-row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.2s ease;
}

.public-landing-shell__diff-row:last-child {
    border-bottom: none;
}

.public-landing-shell__diff-row:hover {
    background: #f8fafc;
}

.public-landing-shell__diff-col1 {
    grid-column: span 3;
    padding: 24px;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #0f172a;
    font-size: 15px;
}

.public-landing-shell__diff-col2 {
    grid-column: span 5;
    padding: 24px;
    background: rgba(240, 253, 244, 0.3);
    border-left: 1px solid #dcfce7;
    color: #14532d;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
}

.public-landing-shell__diff-col3 {
    grid-column: span 4;
    padding: 24px;
    background: rgba(254, 242, 242, 0.2);
    border-left: 1px solid #fee2e2;
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
}

.public-landing-shell__diff-m-badge {
    display: none;
    font-weight: 900;
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
}

.public-landing-shell__diff-m-badge--posone {
    color: #15803d;
}

.public-landing-shell__diff-m-badge--other {
    color: #b91c1c;
}

/* ==================== ROADMAP (LỘ TRÌNH TRIỂN KHAI) ==================== */
.public-landing-shell__roadmap {
    margin-top: 32px;
}

.public-landing-shell__roadmap-title {
    color: #0f172a;
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 24px;
}

.public-landing-shell__roadmap-list {
    position: relative;
    border-left: 2px solid #bbf7d0;
    margin-left: 16px;
    padding-left: 28px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.public-landing-shell__roadmap-item {
    position: relative;
}

.public-landing-shell__roadmap-num {
    position: absolute;
    left: -41px;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #22c55e;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.public-landing-shell__roadmap-head {
    font-weight: 700;
    color: #0f172a;
    font-size: 15px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.public-landing-shell__roadmap-time {
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 6px;
    background: #f1f5f9;
    color: #64748b;
}

.public-landing-shell__roadmap-time--green {
    background: #dcfce7;
    color: #15803d;
}

.public-landing-shell__roadmap-desc {
    font-size: 13px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* ==================== LANGUAGE DROPDOWN ==================== */
.public-landing-shell__lang-wrapper {
    position: relative;
}

.public-landing-shell__lang-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 200px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f5f9;
    padding: 8px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.public-landing-shell__lang-dropdown[hidden] {
    display: none !important;
}

.public-landing-shell__lang-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 14px;
    border-radius: 8px;
    border: none;
    background: transparent;
    color: #334155;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s ease;
}

.public-landing-shell__lang-item:hover {
    background: #f0fdf4;
    color: #16a34a;
}

.public-landing-shell__lang-item.is-active {
    font-weight: 700;
    color: #16a34a;
    background: rgba(240, 253, 244, 0.6);
}

/* ==================== FOOTER APP QR ==================== */
.public-landing-shell__footer-qr-card {
    background: #ffffff;
    padding: 8px;
    border-radius: 12px;
    width: 144px;
    height: 144px;
    border: 1px solid #334155;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.public-landing-shell__footer-qr-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

/* ==================== RESPONSIVE MEDIA QUERIES ==================== */
@media (max-width: 1279px) {
    .public-landing-shell__features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-landing-shell__feature-card--span2 {
        grid-column: span 2;
    }
}

@media (max-width: 1199px) {
    .public-landing-shell__nav {
        display: none;
    }

    .public-landing-shell__copy h1 {
        font-size: 48px;
    }

    .public-landing-shell__eco-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-landing-shell__footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1023px) {
    .public-landing-shell__hero {
        padding: 64px 0 80px;
    }

    .public-landing-shell__hero-inner,
    .public-landing-shell__about-grid,
    .public-landing-shell__contact-inner {
        grid-template-columns: 1fr;
    }

    .public-landing-shell__team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-landing-shell__visual {
        margin-left: 0;
        margin-top: 32px;
    }

    .public-landing-shell__features-grid,
    .public-landing-shell__pricing-grid {
        grid-template-columns: 1fr;
    }

    .public-landing-shell__comp-row {
        flex-direction: column;
    }

    .public-landing-shell__comp-old,
    .public-landing-shell__comp-new {
        width: 100%;
    }

    .public-landing-shell__comp-header {
        display: none;
    }

    .public-landing-shell__diff-header-row {
        display: none;
    }

    .public-landing-shell__diff-row {
        display: flex;
        flex-direction: column;
    }

    .public-landing-shell__diff-col1,
    .public-landing-shell__diff-col2,
    .public-landing-shell__diff-col3 {
        width: 100%;
        border-left: none !important;
    }

    .public-landing-shell__diff-m-badge {
        display: block;
    }
}

@media (max-width: 767px) {
    .public-landing-shell__header-inner,
    .public-landing-shell__hero-inner,
    .public-landing-shell__stats-inner,
    .public-landing-shell__comp-inner,
    .public-landing-shell__about-inner,
    .public-landing-shell__features-inner,
    .public-landing-shell__pricing-inner,
    .public-landing-shell__cta-banner-inner,
    .public-landing-shell__contact-inner,
    .public-landing-shell__customers-inner,
    .public-landing-shell__footer-inner {
        padding: 0 16px;
    }

    .public-landing-shell__desktop-actions {
        display: none;
    }

    .public-landing-shell__mobile-actions {
        display: flex;
    }

    .public-landing-shell__copy h1 {
        font-size: 36px;
    }

    .public-landing-shell__stats-inner {
        grid-template-columns: 1fr;
    }

    .public-landing-shell__hero-actions {
        flex-direction: column;
    }

    .public-landing-shell__primary,
    .public-landing-shell__secondary {
        width: 100%;
        padding: 14px 20px;
        font-size: 16px;
    }

    .public-landing-shell__team-grid {
        grid-template-columns: 1fr;
    }

    .public-landing-shell__eco-grid {
        grid-template-columns: 1fr;
    }

    .public-landing-shell__footer-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   STYLE 2 — AUTO-SCROLL MARQUEE (KHÁCH HÀNG TIÊU BIỂU TẠI VIỆT NAM & TẠI MYANMAR)
   ========================================================================== */

:root {
    --s2-bg: #ffffff;
    --s2-track-bg: #f4f5f9;
    --s2-heading: #101223;
    --s2-sub: #71758e;
    --s2-kas: #2f5bff;
    --s2-mkas: #ff7a45;
    --s2-badge-bg: #ffffff;
    --s2-badge-border: #e7e9f0;
    --s2-badge-shadow: 0 6px 16px rgba(20, 25, 60, 0.08);
}

.s2-inner {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.s2-row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 14px 0;
}

.s2-row + .s2-row {
    margin-top: 24px;
}

.s2-row-tag {
    flex: 0 0 auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    width: 140px;
    padding-right: 12px;
}

.s2-row-tag-name {
    font-size: 15px;
    font-weight: 800;
    color: var(--s2-heading);
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.s2-row-tag-count {
    font-size: 12px;
    color: var(--s2-sub);
    white-space: nowrap;
}

.s2-row--kas .s2-row-tag-name::before,
.s2-row--mkas .s2-row-tag-name::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}

.s2-row--kas .s2-row-tag-name::before { background: var(--s2-kas); }
.s2-row--mkas .s2-row-tag-name::before { background: var(--s2-mkas); }

.s2-track-viewport {
    position: relative;
    flex: 1;
    overflow: hidden;
    background: var(--s2-track-bg);
    border-radius: 18px;
    padding: 18px 0;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 48px, #000 calc(100% - 48px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 48px, #000 calc(100% - 48px), transparent 100%);
}

.s2-track {
    display: flex;
    align-items: center;
    gap: 20px;
    width: max-content;
    animation: s2-scroll-left 32s linear infinite;
}

.s2-row--mkas .s2-track {
    animation-name: s2-scroll-right;
    animation-duration: 36s;
}

.s2-track-viewport:hover .s2-track {
    animation-play-state: paused;
}

.s2-logo {
    flex: 0 0 auto;
    width: 200px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--s2-badge-bg);
    border: 1px solid var(--s2-badge-border);
    border-radius: 14px;
    box-shadow: var(--s2-badge-shadow);
    padding: 16px 26px;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.s2-logo:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 24px rgba(20, 25, 60, 0.12);
    border-color: #cbd5e1;
}

.s2-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.s2-logo:hover img {
    transform: scale(1.06);
}

@keyframes s2-scroll-left {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes s2-scroll-right {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

@media (max-width: 640px) {
    .s2-row { flex-direction: column; align-items: flex-start; gap: 12px; }
    .s2-row-tag { width: auto; padding-right: 0; flex-direction: row; align-items: baseline; gap: 8px; }
    .s2-track-viewport { width: 100%; }
    .s2-logo { width: 148px; height: 90px; padding: 12px 18px; }
}

